git.delta.rocks / unique-network / refs/commits / 40e660fc7f24

difftreelog

Format

Greg Zaitsev2021-07-27parent: #5b3615f.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5850,34 +5850,34 @@
 [[package]]
 name = "pallet-scheduler"
 version = "3.0.0"
+source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
  "frame-system",
  "log",
  "parity-scale-codec 2.1.3",
- "serde",
- "sp-core",
  "sp-io",
  "sp-runtime",
  "sp-std",
- "substrate-test-utils",
- "up-sponsorship",
 ]
 
 [[package]]
 name = "pallet-scheduler"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
  "frame-system",
  "log",
  "parity-scale-codec 2.1.3",
+ "serde",
+ "sp-core",
  "sp-io",
  "sp-runtime",
  "sp-std",
+ "substrate-test-utils",
+ "up-sponsorship",
 ]
 
 [[package]]
modifiedpallets/inflation/src/tests.rsdiffbeforeafterboth
105 let _ = <Balances as Currency<_>>::deposit_creating(&1234, initial_issuance);105 let _ = <Balances as Currency<_>>::deposit_creating(&1234, initial_issuance);
106 assert_eq!(Balances::free_balance(1234), initial_issuance);106 assert_eq!(Balances::free_balance(1234), initial_issuance);
107107
108 // BlockInflation should be set after 1st block and108 // BlockInflation should be set after 1st block and
109 // first inflation deposit should be equal to BlockInflation109 // first inflation deposit should be equal to BlockInflation
110 Inflation::on_initialize(1);110 Inflation::on_initialize(1);
111 assert!(Inflation::block_inflation() > 0);111 assert!(Inflation::block_inflation() > 0);