Skip to content

Commit

Permalink
Bump submodules/integritee from b2fe75e to 897c3bf (#279)
Browse files Browse the repository at this point in the history
Bumps [submodules/integritee](/~https://github.com/integritee-network/parachain) from `b2fe75e` to `897c3bf`.
- [Release notes](/~https://github.com/integritee-network/parachain/releases)
- [Commits](integritee-network/parachain@b2fe75e...897c3bf)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 652ff4d commit d5c7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/integritee
Submodule integritee updated 38 files
+61 −22 Cargo.lock
+3 −0 Cargo.toml
+1 −1 polkadot-parachains/Cargo.toml
+6 −0 polkadot-parachains/common/src/lib.rs
+5 −1 polkadot-parachains/integritee-runtime/Cargo.toml
+33 −10 polkadot-parachains/integritee-runtime/src/lib.rs
+6 −6 polkadot-parachains/integritee-runtime/src/weights/cumulus_pallet_parachain_system.rs
+41 −41 polkadot-parachains/integritee-runtime/src/weights/cumulus_pallet_xcmp_queue.rs
+32 −32 polkadot-parachains/integritee-runtime/src/weights/frame_system.rs
+1 −0 polkadot-parachains/integritee-runtime/src/weights/mod.rs
+45 −28 polkadot-parachains/integritee-runtime/src/weights/pallet_asset_conversion.rs
+6 −6 polkadot-parachains/integritee-runtime/src/weights/pallet_asset_registry.rs
+76 −78 polkadot-parachains/integritee-runtime/src/weights/pallet_assets.rs
+37 −33 polkadot-parachains/integritee-runtime/src/weights/pallet_balances.rs
+28 −28 polkadot-parachains/integritee-runtime/src/weights/pallet_bounties.rs
+19 −21 polkadot-parachains/integritee-runtime/src/weights/pallet_child_bounties.rs
+12 −12 polkadot-parachains/integritee-runtime/src/weights/pallet_claims.rs
+63 −79 polkadot-parachains/integritee-runtime/src/weights/pallet_collator_selection.rs
+65 −55 polkadot-parachains/integritee-runtime/src/weights/pallet_collective.rs
+75 −73 polkadot-parachains/integritee-runtime/src/weights/pallet_democracy.rs
+110 −103 polkadot-parachains/integritee-runtime/src/weights/pallet_enclave_bridge.rs
+22 −22 polkadot-parachains/integritee-runtime/src/weights/pallet_message_queue.rs
+41 −43 polkadot-parachains/integritee-runtime/src/weights/pallet_multisig.rs
+36 −36 polkadot-parachains/integritee-runtime/src/weights/pallet_preimage.rs
+58 −58 polkadot-parachains/integritee-runtime/src/weights/pallet_proxy.rs
+50 −50 polkadot-parachains/integritee-runtime/src/weights/pallet_scheduler.rs
+18 −32 polkadot-parachains/integritee-runtime/src/weights/pallet_session.rs
+4 −4 polkadot-parachains/integritee-runtime/src/weights/pallet_sidechain.rs
+10 −10 polkadot-parachains/integritee-runtime/src/weights/pallet_teeracle.rs
+103 −0 polkadot-parachains/integritee-runtime/src/weights/pallet_teerdays.rs
+14 −14 polkadot-parachains/integritee-runtime/src/weights/pallet_teerex.rs
+6 −6 polkadot-parachains/integritee-runtime/src/weights/pallet_timestamp.rs
+18 −18 polkadot-parachains/integritee-runtime/src/weights/pallet_utility.rs
+53 −57 polkadot-parachains/integritee-runtime/src/weights/pallet_vesting.rs
+6 −9 polkadot-parachains/integritee-runtime/src/xcm_config.rs
+1 −1 polkadot-parachains/shell-runtime/src/lib.rs
+3 −6 polkadot-parachains/shell-runtime/src/xcm_config.rs
+0 −2 scripts/benchmark_all_pallets.sh

0 comments on commit d5c7b3f

Please sign in to comment.