Tomas Zemanovic
Tomas Zemanovic
closes #19 based on v0.9.0 This PR adds new PoS sub-router (https://github.com/anoma/namada/blob/tomas/rpc-sub-vp-pos/shared/src/ledger/queries/vp/pos.rs#L15) with handlers implemented using `trait PosReadOnly`. These are then used to replace the gov utils functions for on-chain...
based on v0.9.0 - [ ] #570 - [ ] #436 - [ ] #687 - [ ] #582 - [ ] #706 - [ ] #719 - [ ]...
This is the master set of issues for implementing the PoS inflation and rewards systems. Designed as specified in: - #230 - #283 - #613 Currently, almost all of the...
When we simplified our protocol rule regarding storage keys and how they're passed to VPs, an update in PoS VP https://github.com/anoma/anoma/pull/998/files#diff-74ae34f077487e3de4912f1195b3911b37d8ed6beb11f9d27e9b65470498df4dR284 accidentally introduced a bug. The VP shouldn't return early...
🎉 nightly is also updated to `2022-11-03` - run `make dev-deps` to install
Integrate, test and add docs for https://github.com/iqlusioninc/tmkms
Draft
WARNING: ☠️ do not merge this branch into your development branches and do not rely on it being stable. ☠️ contains: - #2213 - evil fix benches: [9ab4c0f](https://github.com/anoma/namada/pull/2252/commits/9ab4c0f4c5bcf40da744a866ea253a15192a4e18) - #2222...
## Describe your changes We're dividing namada_core crate into more granular low-level crates. The updated dependency graph looks like this:  with dev-deps (blue):  This entails: - [x] Add...