Tiago Carvalho
Tiago Carvalho
## Describe your changes Closes #3014 All balance queries now expect a `token` and an `owner` parameter. Remove unbounded balance queries, where either (or both) `token` and `owner` parameters could...
## Describe your changes Closes #84 Emits balance change events for the following protocol actions: - Fee payments to validators - PGF payments (including over IBC) - Governance refunds -...
## Describe your changes Move `Event` and associated types from `namada_core` to the new `namada_events` crate. Module-specific events (such as `IbcEvent` and `EthBridgeEvent`) were moved to their respective crates (`namada_ibc`...
Pass invalid commitment, out-of-gas and other errors back to the host in a fashion similar to #2940, instead of setting a sentinel variable.
## Describe your changes Verify the checksum of dowloaded wasm artifacts, before completing the ledger's bootup procedure. ## Indicate on which release or other PRs this topic is based on...
## Describe your changes Closes #2423 Clean up the logic around `init-network` and `join-network`. * `init-network` no longer leaves behind a residual directory, it only outputs an archive with the...
## Describe your changes Fix build warnings. ## Indicate on which release or other PRs this topic is based on `v0.34.0` ## Checklist before merging to `draft` - [ ]...
## Describe your changes Closes #3179 **Full list of TODOs:** **Unaccounted for TODOs:** ## Indicate on which release or other PRs this topic is based on `v0.35.1` ## Checklist before...
## Describe your changes The wasm execution environment instantiated a block of memory that went unused by txs/vps. In this PR, we remove the code that instantiated that memory block....
- [ ] Handle txs whose sizes are greater than the bin size reserved for them. - [x] ~~Arrange to include some types of txs (e.g. validator set update protocol...