Tomas Zemanovic
Tomas Zemanovic
- unify names in the `namada_state` as its usages (`struct State` was previously `Storage`, but we still have e.g. `WlStorage` that wraps the `State`, `WriteLogAndStorage` [and its methods], `TempWlStorage`, inside...
- replace the namada_state dep with namada_storage
## Describe your changes fixes #2514 ## Indicate on which release or other PRs this topic is based on 0.31.2 ## Checklist before merging to `draft` - [x] I have...
## Describe your changes ## Indicate on which release or other PRs this topic is based on 0.31.2 ## Checklist before merging to `draft` - [ ] I have added...
## Describe your changes ## Indicate on which release or other PRs this topic is based on 0.31.1 ## Checklist before merging to `draft` - [x] I have added a...
Change the API of the wallet so that instead of `save` method, the modification methods are atomic. We can load the wallet file with a lock on modifications (the lock's...
The ledger should attach an event to blocks in which some accounts' balances are modified by the protocol (e.g. wrapper tx fee charges, PoS slashing, future governance proposal refunds), to...
todo: - [x] get rid of workspace patches and re-export 3rd party crates that appear in public API of a crate - borsh is blocked by #1563 - [x] make...