difftreelog
Format
in: master
2 files changed
Cargo.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]]
pallets/inflation/src/tests.rsdiffbeforeafterboth105 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);107107108 // 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 BlockInflation110 Inflation::on_initialize(1);110 Inflation::on_initialize(1);111 assert!(Inflation::block_inflation() > 0);111 assert!(Inflation::block_inflation() > 0);