Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into loans/multi-cashflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 13, 2024
2 parents 8216dda + 5adac81 commit b986de0
Show file tree
Hide file tree
Showing 39 changed files with 10 additions and 4,752 deletions.
63 changes: 0 additions & 63 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"node",
"libs/mocks",
"libs/primitives",
"libs/proofs",
"libs/test-utils",
"libs/traits",
"libs/types",
Expand All @@ -13,8 +12,6 @@ members = [
"pallets/bridge",
"pallets/block-rewards",
"pallets/collator-allowlist",
"pallets/crowdloan-claim",
"pallets/crowdloan-reward",
"pallets/ethereum-transaction",
"pallets/fees",
"pallets/foreign-investments",
Expand Down Expand Up @@ -237,8 +234,6 @@ pallet-anchors = { path = "pallets/anchors", default-features = false }
pallet-block-rewards = { path = "pallets/block-rewards", default-features = false }
pallet-bridge = { path = "pallets/bridge", default-features = false }
pallet-collator-allowlist = { path = "pallets/collator-allowlist", default-features = false }
pallet-crowdloan-claim = { path = "pallets/crowdloan-claim", default-features = false }
pallet-crowdloan-reward = { path = "pallets/crowdloan-reward", default-features = false }
pallet-ethereum-transaction = { path = "pallets/ethereum-transaction", default-features = false }
pallet-fees = { path = "pallets/fees", default-features = false }
pallet-foreign-investments = { path = "pallets/foreign-investments", default-features = false }
Expand Down Expand Up @@ -270,7 +265,6 @@ cfg-types = { path = "libs/types", default-features = false }
cfg-utils = { path = "libs/utils", default-features = false }
cfg-mocks = { path = "libs/mocks", default-features = false }
cfg-test-utils = { path = "libs/test-utils", default-features = false }
proofs = { path = "libs/proofs", default-features = false }

# Centrifuge runtimes
runtime-common = { path = "runtime/common", default-features = false }
Expand Down
29 changes: 0 additions & 29 deletions libs/proofs/Cargo.toml

This file was deleted.

185 changes: 0 additions & 185 deletions libs/proofs/src/lib.rs

This file was deleted.

Loading

0 comments on commit b986de0

Please sign in to comment.