Skip to content

Commit

Permalink
raw-vaas: Governance VAA Handling (#34)
Browse files Browse the repository at this point in the history
* raw-vaas: fix token bridge gov; add core bridge gov

* raw-vaas: fix decree and message getters

* raw-vaas: add hex-literal as dev dependency

---------

Co-authored-by: A5 Pickle <[email protected]>
  • Loading branch information
a5-pickle and a5-pickle authored Aug 22, 2023
1 parent bb99b77 commit f32d564
Show file tree
Hide file tree
Showing 6 changed files with 778 additions and 51 deletions.
3 changes: 3 additions & 0 deletions crates/raw-vaas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ alloy-primitives = { workspace = true, optional = true }
ruint = { version = "=1.8", default-features = false, optional = true }
ruint-macro = { version = "=1.0.2", optional = true }

[dev-dependencies]
hex-literal.workspace = true

[features]
default =["off-chain", "ruint"]
ruint = ["dep:ruint", "dep:ruint-macro"]
Expand Down
Loading

0 comments on commit f32d564

Please sign in to comment.