KomodoPlatform / zebra

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

add dpow calc_MoM rpc #54

Open dimxy opened 1 year ago

dimxy commented 1 year ago

closes #53

(Also adds this architectural improvement for read requests without shared mutable chain state: https://github.com/ZcashFoundation/zebra/pull/5107. It is required to access the read state from zebra-rpc)

(Also fixes rpc tests for komodo mainnet blocks)