Skip to content

Commit

Permalink
Bump submodules/polimec from 0d71a49 to 92b3b1e (#361)
Browse files Browse the repository at this point in the history
Bumps [submodules/polimec](https://github.com/Polimec/polimec-node) from `0d71a49` to `92b3b1e`.
- [Release notes](https://github.com/Polimec/polimec-node/releases)
- [Commits](Polimec/polimec-node@0d71a49...92b3b1e)

---
updated-dependencies:
- dependency-name: submodules/polimec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 59f560c commit bcd4058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/polimec
Submodule polimec updated 77 files
+76 −104 Cargo.lock
+17 −18 Cargo.toml
+101 −0 bacon.toml
+5 −1 chain-specs/polkadot/polimec-raw-chain-spec.json
+0 −0 clippy.toml
+19 −0 integration-tests/Cargo.toml
+12 −14 integration-tests/src/constants.rs
+13 −19 integration-tests/src/tests/credentials.rs
+11 −11 integration-tests/src/tests/defaults.rs
+682 −416 integration-tests/src/tests/e2e.rs
+2 −4 integration-tests/src/tests/evaluator_slash_sideffects.rs
+3 −0 integration-tests/src/tests/mod.rs
+194 −0 integration-tests/src/tests/otm_edge_cases.rs
+72 −0 integration-tests/src/tests/runtime_apis.rs
+189 −0 integration-tests/src/tests/transaction_payment.rs
+1 −1 integration-tests/src/tests/vest.rs
+0 −4 nodes/parachain/Cargo.toml
+9 −8 nodes/parachain/src/chain_spec/common.rs
+0 −2 pallets/dispenser/Cargo.toml
+18 −118 pallets/dispenser/src/extensions.rs
+2 −3 pallets/dispenser/src/lib.rs
+5 −9 pallets/funding/Cargo.toml
+98 −63 pallets/funding/src/benchmarking.rs
+6 −7 pallets/funding/src/functions/1_application.rs
+7 −51 pallets/funding/src/functions/2_evaluation.rs
+12 −33 pallets/funding/src/functions/3_auction.rs
+8 −16 pallets/funding/src/functions/4_contribution.rs
+0 −29 pallets/funding/src/functions/5_funding_end.rs
+98 −43 pallets/funding/src/functions/6_settlement.rs
+33 −9 pallets/funding/src/functions/misc.rs
+128 −113 pallets/funding/src/instantiator/calculations.rs
+207 −241 pallets/funding/src/instantiator/chain_interactions.rs
+23 −28 pallets/funding/src/instantiator/tests.rs
+16 −0 pallets/funding/src/instantiator/traits.rs
+98 −61 pallets/funding/src/instantiator/types.rs
+52 −96 pallets/funding/src/lib.rs
+55 −27 pallets/funding/src/mock.rs
+97 −9 pallets/funding/src/runtime_api.rs
+48 −1 pallets/funding/src/tests/1_application.rs
+32 −35 pallets/funding/src/tests/2_evaluation.rs
+462 −150 pallets/funding/src/tests/3_auction.rs
+522 −128 pallets/funding/src/tests/4_contribution.rs
+133 −63 pallets/funding/src/tests/6_settlement.rs
+3 −3 pallets/funding/src/tests/7_ct_migration.rs
+47 −23 pallets/funding/src/tests/misc.rs
+110 −50 pallets/funding/src/tests/mod.rs
+302 −60 pallets/funding/src/tests/runtime_api.rs
+1 −49 pallets/funding/src/traits.rs
+37 −18 pallets/funding/src/types.rs
+0 −10 pallets/linear-release/Cargo.toml
+2 −16 pallets/linear-release/src/mock.rs
+1 −2 pallets/on-slash-vesting/Cargo.toml
+1 −6 pallets/on-slash-vesting/src/mock.rs
+3 −3 pallets/on-slash-vesting/src/test.rs
+6 −6 pallets/oracle-ocw/src/mock.rs
+2 −2 pallets/oracle-ocw/src/tests.rs
+69 −0 pallets/proxy-bonding/Cargo.toml
+113 −0 pallets/proxy-bonding/src/functions.rs
+211 −0 pallets/proxy-bonding/src/lib.rs
+194 −0 pallets/proxy-bonding/src/mock.rs
+146 −0 pallets/proxy-bonding/src/tests.rs
+0 −4 polimec-common/common/Cargo.toml
+47 −9 polimec-common/common/src/lib.rs
+5 −0 polimec-common/test-utils/Cargo.toml
+135 −100 polimec-common/test-utils/src/lib.rs
+28 −12 runtimes/polimec/Cargo.toml
+4 −1 runtimes/polimec/src/benchmark_helpers.rs
+0 −91 runtimes/polimec/src/custom_migrations/funding_holds.rs
+1 −3 runtimes/polimec/src/custom_migrations/mod.rs
+207 −48 runtimes/polimec/src/lib.rs
+22 −7 runtimes/polimec/src/xcm_config.rs
+6 −1 runtimes/shared-configuration/Cargo.toml
+1 −2 runtimes/shared-configuration/src/assets.rs
+2 −1 runtimes/shared-configuration/src/currency.rs
+125 −7 runtimes/shared-configuration/src/fee.rs
+2 −2 runtimes/shared-configuration/src/funding.rs
+1 −1 rust-toolchain.toml

0 comments on commit bcd4058

Please sign in to comment.