Tomas Zemanovic

Results 194 issues of Tomas Zemanovic

fixes #762 based on #706

merged to draft

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...

merged to draft

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...

ledger
prio:high
PoS
namada

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...

bug
PoS
validity-predicate

🎉 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

ledger
prod

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...

draft branch

## Describe your changes We're dividing namada_core crate into more granular low-level crates. The updated dependency graph looks like this: ![test](https://github.com/anoma/namada/assets/2284309/dde988c5-ab02-424c-a466-af109b37829b) with dev-deps (blue): ![test-dev](https://github.com/anoma/namada/assets/2284309/c5900bc4-8c67-4f5f-92a0-6ae4c433deb8) This entails: - [x] Add...

merged to draft
modularization