stacks-blockchain
https://github.com/stacks-network/stacks-blockchain
Rust
The Stacks blockchain implementation
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported6 Subscribers
Add a CodeTriage badge to stacks-blockchain
Help out
- Issues
- [Docs] Improve documentation around Clarity database types/methods.
- [Optimization] Refactor storage schema for Clarity contracts & analyses
- [Optimization] Replace `serde_json` with `speedy` for `ContractContext` and `ContractAnalysis` (de)serialization
- [Optimization] Implement LZ4 compression for serialized `ContractContext` and `ContractAnalysis` types & contract source
- Check argument counts for user-defined functions
- deploying a contract with a duplicate name does not cause a transaction rejection
- [Nakamoto] Update stacks-signer to report malicious signers using the bitvec
- Fix: Nakamoto test `stacks_signer::runloop::verify_transactions_valid`
- Move `/new_pox_set` event data into `/new_block` event
- Make reward set calculation an event observer event and have signers subscribe to it
- Docs
- Rust not yet supported