Skip to content

Commit

Permalink
implement the majority of query and event parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Feb 1, 2024
1 parent ff9e6d3 commit 30adc62
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 213 deletions.
94 changes: 29 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ once_cell = "1.19.0"
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"] }

# Penumbra dependencies
penumbra-custody = { git = "https://github.com/penumbra-zone/penumbra", branch = "move-boxgrpc" }
penumbra-view = { git = "https://github.com/penumbra-zone/penumbra", branch = "move-boxgrpc" }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra", branch = "move-boxgrpc", features = ["box-grpc", "rpc"] }
penumbra-custody = { git = "https://github.com/penumbra-zone/penumbra", branch = "main" }
penumbra-view = { git = "https://github.com/penumbra-zone/penumbra", branch = "main" }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra", branch = "main", features = ["box-grpc", "rpc"] }

[dependencies.byte-unit]
version = "4.0.19"
Expand Down
Loading

0 comments on commit 30adc62

Please sign in to comment.