Skip to content

Commit 9b7ca49

Browse files
committed
fix runtime tests
1 parent 954276b commit 9b7ca49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/e2e/fixtures/runtime-constant-info-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
[
99
"Description",
10-
"The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!\n\nIf you really need it to be zero, you can enable the feature insecure_zero_ed for this pallet. However, you do so at your own risk: this will open up a major DoS vector. In case you have multiple sources of provider references, you may also get unexpected behaviour if you set this to zero.\n\nBottom line: Do yourself a favour and make it at least one!"
10+
"The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! \n\nIf you really need it to be zero, you can enable the feature insecure_zero_ed for this pallet. However, you do so at your own risk: this will open up a major DoS vector. In case you have multiple sources of provider references, you may also get unexpected behaviour if you set this to zero.\n\nBottom line: Do yourself a favour and make it at least one!"
1111
],
1212
[
1313
"Type",

test/e2e/fixtures/runtime-constants-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"itemsTable": [
44
[
55
"ExistentialDeposit",
6-
"The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!"
6+
"The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! \n\nIf you really need it to be zero, you can enable the feature insecure_zero_ed for this pallet. However, you do so at your own risk: this will open up a major DoS vector. In case you have multiple sources of provider references, you may also get unexpected behaviour if you set this to zero.\n\nBottom line: Do yourself a favour and make it at least one!"
77
],
88
[
99
"MaxFreezes",

test/e2e/fixtures/runtime-storage-info-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
[
99
"Description",
10-
"The Balances pallet example of storing the balance of an account.\n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = StorageMapShim<Self::Account<Runtime>, frame_system::Provider<Runtime>, AccountId, Self::AccountData<Balance>> }\n\nYou can also store the balance of an account in the System pallet.\n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = System }\n\nBut this comes with tradeoffs, storing account balances in the system pallet stores frame_system data alongside the account data contrary to storing account balances in the Balances pallet, which uses a StorageMap to store balances data only. NOTE: This is only used in the case that this pallet is used to store balances."
10+
"The Balances pallet example of storing the balance of an account. \n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = StorageMapShim<Self::Account<Runtime>, frame_system::Provider<Runtime>, AccountId, Self::AccountData<Balance>> }\n\nYou can also store the balance of an account in the System pallet.\n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = System }\n\nBut this comes with tradeoffs, storing account balances in the system pallet stores frame_system data alongside the account data contrary to storing account balances in the Balances pallet, which uses a StorageMap to store balances data only. NOTE: This is only used in the case that this pallet is used to store balances."
1111
],
1212
[
1313
"Parameters",

test/e2e/fixtures/runtime-storages-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[
55
"Account",
66
"1",
7-
"The Balances pallet example of storing the balance of an account."
7+
"The Balances pallet example of storing the balance of an account. \n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = StorageMapShim<Self::Account<Runtime>, frame_system::Provider<Runtime>, AccountId, Self::AccountData<Balance>> }\n\nYou can also store the balance of an account in the System pallet.\n\nExample\n\nnocompile impl pallet_balances::Config for Runtime { type AccountStore = System }\n\nBut this comes with tradeoffs, storing account balances in the system pallet stores frame_system data alongside the account data contrary to storing account balances in the Balances pallet, which uses a StorageMap to store balances data only. NOTE: This is only used in the case that this pallet is used to store balances."
88
],
99
[
1010
"Freezes",

0 commit comments

Comments
 (0)