Tiago Carvalho

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

cli
refactor / code quality
merged to draft
ready for draft

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

enhancement
merged to draft
ready for draft
breaking-change

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

enhancement
merged to draft
ready for draft
breaking-change

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.

wasm
refactor / code quality
breaking-change

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

security
merged to draft
ready for draft

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

refactor / code quality
merged to draft
ready for draft
breaking-change

## 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` - [ ]...

merged to draft
ready for 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...

refactor / code quality
ready for draft

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

enhancement
refactor / code quality
merged to draft
ready for draft

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

ledger
breaking-change