Tomas Zemanovic

Results 194 issues of 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...

refactor / code quality
modularization
pre-mainnet

- replace the namada_state dep with namada_storage

refactor / code quality
modularization
pre-mainnet

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

PoS
merged to draft

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

cli

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

ledger
wallet
pre-mainnet

this can run in the CI

enhancement
testing
CI
pre-mainnet

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

ledger
prod
pre-mainnet

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

refactor / code quality
pre-mainnet