Upgrade Polkadot-v1.6.0
Compare changes
+ 85
− 45
@@ -17,21 +17,25 @@
@@ -17,21 +17,25 @@
@@ -44,15 +48,21 @@ benchmarks! {
@@ -44,15 +48,21 @@ benchmarks! {
@@ -63,15 +73,23 @@ benchmarks! {
@@ -63,15 +73,23 @@ benchmarks! {
assert_eq!(IdtyQuota::<T>::get(idty_id).unwrap().amount, quota_growth +quota_amount.into() - amount.into());
@@ -81,9 +99,7 @@ benchmarks! {
@@ -81,9 +99,7 @@ benchmarks! {
@@ -92,15 +108,19 @@ benchmarks! {
@@ -92,15 +108,19 @@ benchmarks! {
@@ -109,19 +129,30 @@ benchmarks! {
@@ -109,19 +129,30 @@ benchmarks! {
@@ -131,9 +162,7 @@ benchmarks! {
@@ -131,9 +162,7 @@ benchmarks! {
@@ -146,10 +175,21 @@ benchmarks! {
@@ -146,10 +175,21 @@ benchmarks! {
impl_benchmark_test_suite!(Pallet, crate::mock::new_test_ext(crate::mock::QuotaConfig{identities: vec![1, 2]}), crate::mock::Test);