-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tiago/main/event-log' (#674)
* tiago/main/event-log: changelog: add #674 Small fixes Code review suggestions [ci] wasm checksums update Move namada_apps::node::ledger::events to the shared crate Update apps/src/lib/client/tendermint_rpc_types.rs Update apps/src/lib/client/tx.rs Implement event log
- Loading branch information
Showing
27 changed files
with
765 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Added a custom events store and replaced WebSocket client for | ||
transaction results with query endpoints to the events store. | ||
([#674](https://github.com/anoma/namada/pull/674)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
pub mod rpc; | ||
pub mod signing; | ||
pub mod tendermint_rpc_types; | ||
mod tendermint_websocket_client; | ||
pub mod tx; | ||
pub mod types; | ||
pub mod utils; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.