Tomas Zemanovic
Tomas Zemanovic
## Describe your changes Adds an e2e test for a chain sync with a given chain ID. ## Indicate on which release or other PRs this topic is based on...
## Describe your changes Moved the hardcoded addresses used for testing under conditional compilation for tests only to prevent their use in non-test code ## Indicate on which release or...
## Describe your changes closes #2485 ## Indicate on which release or other PRs this topic is based on #2503 - diff https://github.com/anoma/namada/pull/2506/files/1572a8a80a05b168dbdf2123665ba55500e526fa..b926403f7a21be49d0abb01d2c1edc18fbf5d7ca ## Checklist before merging to `draft` -...
## Describe your changes closes #2483 ## Indicate on which release or other PRs this topic is based on #2493 - diff https://github.com/anoma/namada/pull/2503/files/cbbe6c2fda14f1835d15e70d5dcf83b9dac408af..1572a8a80a05b168dbdf2123665ba55500e526fa ## Checklist before merging to `draft` -...
## Describe your changes closes #2484 ## Indicate on which release or other PRs this topic is based on #2482 - diff https://github.com/anoma/namada/pull/2493/files/3270bee84fe44483c7d5521986f018bdc638f053..cbbe6c2fda14f1835d15e70d5dcf83b9dac408af ## Checklist before merging to `draft` -...
## Describe your changes Refactored token, gov and PoS sub-systems integration in finalize block. The token and PoS logic is moved into their respective crates. Gov proposal exec depends on...
## Describe your changes Adding a helper `namadac utils pretty-dump --data-path {}` to make db dumps easier to read ## Indicate on which release or other PRs this topic is...
based on 0.17.1. closes #821
- move inflation from core into token crate - find a way to move `ConversionState` to token crates (it's in core b/c it's currently being used in `namada_storage`) to unblock...
There are couple left over things in `namada_core::ledger` mod that can be moved out: - eth (only addresses that can go in `core/src/types/address.rs` or `ethereum_bridge` crate) - inflation can probably...