Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update claims mocked address type, begins support for multi-address c… #322

Merged
merged 11 commits into from
Dec 5, 2023
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @drewstone @1xstj @tbraun96
* @drewstone @1xstj @tbraun96 @salman01zp
50 changes: 26 additions & 24 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = [
"runtime/testnet/evm_tracer",
"runtime/mainnet",
"pallets/*",
"pallets/claims",
"pallets/roles",
"pallets/jobs/rpc",
"pallets/jobs/rpc/runtime-api",
Expand Down Expand Up @@ -70,6 +71,7 @@ syn = { version = "1.0" }
hex = { version = "0.4.3", default-features = false }
paste = "1.0.6"
slices = "0.2.0"
schnorrkel = { verison = "11.4", default-features = false }

# DKG Substrate Dependencies
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false }
Expand All @@ -86,7 +88,7 @@ tangle-testnet-runtime = { package = "tangle-testnet-runtime", path = "runtime/t
tangle-mainnet-runtime = { package = "tangle-mainnet-runtime", path = "runtime/mainnet" }

# Tangle Dependencies
pallet-ecdsa-claims = { path = "pallets/claims", default-features = false }
pallet-airdrop-claims = { path = "pallets/claims", default-features = false }
pallet-jobs = { path = "pallets/jobs", default-features = false }
pallet-roles = { path = "pallets/roles", default-features = false }
pallet-dkg = { path = "pallets/dkg", default-features = false }
Expand Down
Loading
Loading