Skip to content

Commit

Permalink
feat: improve msg permission control with derive macro (axelarnetwork…
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo authored Jul 4, 2024
1 parent 60cee5d commit b37114e
Show file tree
Hide file tree
Showing 15 changed files with 1,443 additions and 765 deletions.
121 changes: 68 additions & 53 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ itertools = "0.11.0"
voting-verifier = { version = "^0.5.0", path = "contracts/voting-verifier" }
coordinator = { version = "^0.2.0", path = "contracts/coordinator" }
multisig = { version = "^0.4.0", path = "contracts/multisig" }
msgs-derive = { version = "^0.1.0", path = "packages/msgs-derive" }
multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" }
num-traits = { version = "0.2.14", default-features = false }
service-registry = { version = "^0.4.0", path = "contracts/service-registry" }
Expand All @@ -31,6 +32,7 @@ gateway-api = { version = "^0.1.0", path = "packages/gateway-api" }
router-api = { version = "^0.1.0", path = "packages/router-api" }
report = { version = "^0.1.0", path = "packages/report" }
client = { version = "^0.1.0", path = "packages/client" }
quote = "1.0.36"
rewards = { version = "^0.4.0", path = "contracts/rewards" }
thiserror = "1.0.61"
mockall = "0.12.1"
Expand All @@ -39,6 +41,7 @@ serde_json = "1.0.89"
schemars = "0.8.10"
sha3 = { version = "0.10.8", default-features = false, features = [] }
signature-verifier-api = { version = "^0.1.0", path = "packages/signature-verifier-api" }
syn = "2.0.68"
ethers-contract = { version = "2.0.14", default-features = false, features = ["abigen"] }
ethers-core = "2.0.14"
tokio = "1.38.0"
Expand Down
1 change: 1 addition & 0 deletions contracts/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ flagset = { version = "0.4.3", features = ["serde"] }
gateway-api = { workspace = true }
itertools = { workspace = true }
mockall = { workspace = true }
msgs-derive = { workspace = true }
report = { workspace = true }
router-api = { workspace = true }
serde_json = { workspace = true }
Expand Down
Loading

0 comments on commit b37114e

Please sign in to comment.