Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,380 contributions in the last year
Contribution activity
August 2020
Created a pull request in blockstack/stacks-blockchain that received 7 comments
PoX Lockup and Delegation
This PR implements the PoX STX lock-up and PoX lock-up delegation logic. Nearly all new functional code is in Clarity, and nearly all new Rust code…
+4,303
−556
•
7
comments
Created an issue in blockstack/stacks-blockchain that received 8 comments
Proposal: In-situ Clarity VM upgrades without forks!
This is a write-up of a great idea @kantai had, with inspiration from @psq. In-Situ Clarity VM Upgrades, Without Forks! A major consequence of desi…
8
comments
- VM: Replace Environment::caller and Environment::sender with Option<Value::Principal(..)>
- Clarity: expose underlying burnchain block header hashes
- API: /v2/neighbors should return the data URL
- BNS: namespace registrar contract
- Economics: lock fees for longer than coinbases
- tx-sender and contract-caller need to be exposed during contract initialization