KomodoPlatform / zebra

An ongoing Rust implementation of a Komodo node. 🦓
Apache License 2.0
3 stars 5 forks source link

Feature getblocktemplate combined #64

Open dimxy opened 1 year ago

dimxy commented 1 year ago

Pull zebra state write performance improvements (prerequisite for getblocktemplate) - fixes #56 Added code for getblocktemplate rpc, fixed for calculating Sapling tree root commitment in new blocks (actual for Komodo) - fixes #52 Added validation of Sapling tree root hash in block validation code (also actual for Komodo) - fixes #58 Fixed transparent chain pool value calculation - fixes #59 Changed index balance Amount constraint to MaxInt64 to avoid overflow. Added test to validate spending komodo interest on testnet - fixes #57

Also added code from PRs: extended getpeerinfo (PR #51) and fixes for test partial chain (PR #47)