Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9df16e3

Browse files
committedMar 10, 2025··
update snapshots
1 parent b69fa1f commit 9df16e3

5 files changed

+32
-22
lines changed
 

‎crates/iota-open-rpc/spec/openrpc.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "Apache-2.0",
1313
"url": "https://raw.githubusercontent.com/iotaledger/iota/main/LICENSE"
1414
},
15-
"version": "0.11.0-alpha"
15+
"version": "0.12.0-alpha"
1616
},
1717
"methods": [
1818
{
@@ -1300,8 +1300,8 @@
13001300
"name": "Result",
13011301
"value": {
13021302
"minSupportedProtocolVersion": "1",
1303-
"maxSupportedProtocolVersion": "5",
1304-
"protocolVersion": "1",
1303+
"maxSupportedProtocolVersion": "6",
1304+
"protocolVersion": "6",
13051305
"featureFlags": {
13061306
"accept_zklogin_in_multisig": false,
13071307
"bridge": false,
@@ -1316,8 +1316,8 @@
13161316
"hardened_otw_check": true,
13171317
"no_extraneous_module_bytes": true,
13181318
"passkey_auth": true,
1319-
"protocol_defined_base_fee": false,
1320-
"relocate_event_module": false,
1319+
"protocol_defined_base_fee": true,
1320+
"relocate_event_module": true,
13211321
"rethrow_serialization_type_layout_errors": true,
13221322
"zklogin_auth": false
13231323
},
@@ -1331,7 +1331,9 @@
13311331
"address_to_u256_cost_base": {
13321332
"u64": "52"
13331333
},
1334-
"base_gas_price": null,
1334+
"base_gas_price": {
1335+
"u64": "1000"
1336+
},
13351337
"base_tx_cost_fixed": {
13361338
"u64": "1000"
13371339
},
@@ -1938,7 +1940,9 @@
19381940
"max_type_nodes": {
19391941
"u64": "256"
19401942
},
1941-
"max_type_to_layout_nodes": null,
1943+
"max_type_to_layout_nodes": {
1944+
"u64": "512"
1945+
},
19421946
"max_value_stack_size": {
19431947
"u64": "1024"
19441948
},

‎crates/iota-protocol-config/src/snapshots/iota_protocol_config__test__Mainnet_version_6.snap

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ feature_flags:
88
per_object_congestion_control_mode: TotalTxCount
99
zklogin_max_epoch_upper_bound_delta: 30
1010
relocate_event_module: true
11+
protocol_defined_base_fee: true
1112
consensus_round_prober: true
1213
consensus_distributed_vote_scoring_strategy: true
1314
max_tx_size_bytes: 131072
@@ -94,6 +95,7 @@ obj_metadata_cost_non_refundable: 50
9495
storage_rebate_rate: 10000
9596
reward_slashing_rate: 10000
9697
storage_gas_price: 76
98+
base_gas_price: 1000
9799
validator_target_reward: 767000000000000
98100
max_transactions_per_checkpoint: 10000
99101
max_checkpoint_size_bytes: 31457280

‎crates/iota-protocol-config/src/snapshots/iota_protocol_config__test__Testnet_version_6.snap

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ feature_flags:
88
per_object_congestion_control_mode: TotalTxCount
99
zklogin_max_epoch_upper_bound_delta: 30
1010
relocate_event_module: true
11+
protocol_defined_base_fee: true
1112
consensus_round_prober: true
1213
consensus_distributed_vote_scoring_strategy: true
1314
max_tx_size_bytes: 131072
@@ -94,6 +95,7 @@ obj_metadata_cost_non_refundable: 50
9495
storage_rebate_rate: 10000
9596
reward_slashing_rate: 10000
9697
storage_gas_price: 76
98+
base_gas_price: 1000
9799
validator_target_reward: 767000000000000
98100
max_transactions_per_checkpoint: 10000
99101
max_checkpoint_size_bytes: 31457280

‎crates/iota-protocol-config/src/snapshots/iota_protocol_config__test__version_6.snap

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ feature_flags:
1212
enable_vdf: true
1313
passkey_auth: true
1414
relocate_event_module: true
15+
protocol_defined_base_fee: true
1516
consensus_round_prober: true
1617
consensus_distributed_vote_scoring_strategy: true
1718
max_tx_size_bytes: 131072
@@ -98,6 +99,7 @@ obj_metadata_cost_non_refundable: 50
9899
storage_rebate_rate: 10000
99100
reward_slashing_rate: 10000
100101
storage_gas_price: 76
102+
base_gas_price: 1000
101103
validator_target_reward: 767000000000000
102104
max_transactions_per_checkpoint: 10000
103105
max_checkpoint_size_bytes: 31457280

‎crates/iota-swarm-config/tests/snapshots/snapshot_tests__populated_genesis_snapshot_matches-2.snap

+15-15
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ source: crates/iota-swarm-config/tests/snapshot_tests.rs
33
expression: genesis.iota_system_object().into_genesis_version_for_tooling()
44
---
55
epoch: 0
6-
protocol_version: 5
6+
protocol_version: 6
77
system_state_version: 1
88
iota_treasury_cap:
99
inner:
1010
id:
11-
id: "0xfcd5a9fb3d586f82d524a77381fcc5852da7e54dfb35c47f0ed6604ee8f53ee8"
11+
id: "0xe04a9270d91b21eb8ec714a6b573aa58abb17e998a76b35428be88ed0374db1c"
1212
total_supply:
1313
value: "751500000000000000"
1414
validators:
@@ -244,56 +244,56 @@ validators:
244244
next_epoch_primary_address: ~
245245
extra_fields:
246246
id:
247-
id: "0x7d6cda7688bfff8fd98c3f69817c9d02297b561f231a798f9683851b5c92be4b"
247+
id: "0xb15923c87ee1bbd5b444f5197f129347cc1d099f2922ffcf646f6ddc30f479d7"
248248
size: 0
249249
voting_power: 10000
250-
operation_cap_id: "0x2de55dacd2afcefed9425a23e690a2edceb3b89ef1db4d0a22100693d557b336"
250+
operation_cap_id: "0x8ab3b06e69cdd2682173333170abf6220693f915bb265772092ac225609d522f"
251251
gas_price: 1000
252252
staking_pool:
253-
id: "0x5a5fd3953152bca13d66f9a904f54fb36f021d18c064e81b61919f546da2e5db"
253+
id: "0x60999d2cfa35e8444733c8dac565622f4ca885388899748863a8407b29134df6"
254254
activation_epoch: 0
255255
deactivation_epoch: ~
256256
iota_balance: 1500000000000000
257257
rewards_pool:
258258
value: 0
259259
pool_token_balance: 1500000000000000
260260
exchange_rates:
261-
id: "0xf0596f2d2ca6dd8aac1578d355560b4622bcdbb7f8bb0b8d9e729948024161ea"
261+
id: "0x63b1bf1e68e4836c7f6e471e8fa5d3904333e406187f146b0da056327140d1ef"
262262
size: 1
263263
pending_stake: 0
264264
pending_total_iota_withdraw: 0
265265
pending_pool_token_withdraw: 0
266266
extra_fields:
267267
id:
268-
id: "0x65058b058c0866d7be37e303f75b306f162dc4a5ff7bf41e828b1a16633e123b"
268+
id: "0x47e5b470b4501784191a2deb7090b0294b4da70f5c0d47edfe961a5d3ab28aa5"
269269
size: 0
270270
commission_rate: 200
271271
next_epoch_stake: 1500000000000000
272272
next_epoch_gas_price: 1000
273273
next_epoch_commission_rate: 200
274274
extra_fields:
275275
id:
276-
id: "0x2e9dd72c706bdac3e094ca0280795cd9140e2c43fc8a308bdf65f285bf1c74e3"
276+
id: "0xbdb3d13c02a691987ae8edd9e0c43b1ff1568eba9470c3ee11182fce2f4ff58b"
277277
size: 0
278278
pending_active_validators:
279279
contents:
280-
id: "0xa598a39f5325e231952e39aab2f2ffb809586fc69c0291af3d2feff69a538942"
280+
id: "0xbd2565a49623e4944570c195d506274fb361d021f61a547c13642a66fcea8ca7"
281281
size: 0
282282
pending_removals: []
283283
staking_pool_mappings:
284-
id: "0x9c84244079ca433855e70b50fe0805386463b31ea5edf9227456b1308567d18b"
284+
id: "0x1e72894aff2af604e1664d0eed721798f45c1c0dff9914825358745ab47b59e6"
285285
size: 1
286286
inactive_validators:
287-
id: "0x6d5ad454b7ed8c5cced3d8f32ec4b34d445ffd732af2785dea103969cd49c827"
287+
id: "0x8078304864229033f322999c8d604f2b78425673af34c14f6ce0c8c006b2038c"
288288
size: 0
289289
validator_candidates:
290-
id: "0x02598c83c52d0db14bddc571e83150711e8c7be04923f12109329ad8fed96ddd"
290+
id: "0xc5d4289a105c15245b3384db30c8a28cef98c619cfc631ef6089f0bf0c2a8ddb"
291291
size: 0
292292
at_risk_validators:
293293
contents: []
294294
extra_fields:
295295
id:
296-
id: "0x3ddd5c5d39fa49956ae1895a1c093a75a7a5ef6e5979c7f921bc59137bae5cc6"
296+
id: "0xb84b9b7271acc3564da1b0947574159c3182d5ef33ef6b8edd707399257ad373"
297297
size: 0
298298
storage_fund:
299299
total_object_storage_rebates:
@@ -310,7 +310,7 @@ parameters:
310310
validator_low_stake_grace_period: 7
311311
extra_fields:
312312
id:
313-
id: "0x271edfcacff89d691ab8bd889ff393669e3dd0bfa64f32f30042336946e6e6ff"
313+
id: "0xab864f23c19619060aa36fa223f42ee6312c96dcadcfe193d3faba62758893d4"
314314
size: 0
315315
iota_system_admin_cap:
316316
dummy_field: false
@@ -327,5 +327,5 @@ safe_mode_non_refundable_storage_fee: 0
327327
epoch_start_timestamp_ms: 10
328328
extra_fields:
329329
id:
330-
id: "0xbbe4551f22edf703a3b557e86f158f70070b122f85885215bf7c50db1ff1e200"
330+
id: "0xf1400bb568c8ccd3e2999f38d42a254bc602914fdb7894f5af5a403ac7e44bdc"
331331
size: 0

0 commit comments

Comments
 (0)
Please sign in to comment.