Skip to content

Commit

Permalink
Update wasm tx sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapierski committed Dec 17, 2024
1 parent ffb8064 commit 663b856
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions resources/local/chainspec.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ vm_casper_v2 = false
# [3] -> Transaction gas limit size in bytes for a given transaction in a certain lane
# [4] -> The maximum number of transactions the lane can contain
native_mint_lane = [0, 2048, 1024, 2_500_000_000, 650]
native_auction_lane = [1, 3096, 2048, 2_500_000_000, 145]
install_upgrade_lane = [2, 1_048_576, 2048, 100_000_000_000, 1]
native_auction_lane = [1, 3096, 2048, 2_500_000_000, 650]
install_upgrade_lane = [2, 750_000, 2048, 100_000_000_000, 1]
wasm_lanes = [
[3, 344_064, 1024, 100_000_000_000, 1],
[4, 172_032, 1024, 50_000_000_000, 2],
[5, 12_288, 512, 2_500_000_000, 80]]
[3, 262_144, 1024, 100_000_000_000, 1],
[4, 131_072, 1024, 50_000_000_000, 2],
[5, 16_384, 512, 2_500_000_000, 80]]

[transactions.deploy]
# The maximum number of Motes allowed to be spent during payment. 0 means unlimited.
Expand Down
8 changes: 4 additions & 4 deletions resources/production/chainspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ vm_casper_v2 = false
# [4] -> The maximum number of transactions the lane can contain
native_mint_lane = [0, 2048, 1024, 2_500_000_000, 650]
native_auction_lane = [1, 3096, 2048, 2_500_000_000, 650]
install_upgrade_lane = [2, 1_048_576, 2048, 100_000_000_000, 1]
install_upgrade_lane = [2, 750_000, 2048, 100_000_000_000, 1]
wasm_lanes = [
[3, 344_064, 1024, 100_000_000_000, 1],
[4, 172_032, 1024, 50_000_000_000, 2],
[5, 12_288, 512, 2_500_000_000, 80]]
[3, 262_144, 1024, 100_000_000_000, 1],
[4, 131_072, 1024, 50_000_000_000, 2],
[5, 16_384, 512, 2_500_000_000, 80]]

[transactions.deploy]
# The maximum number of Motes allowed to be spent during payment. 0 means unlimited.
Expand Down

0 comments on commit 663b856

Please sign in to comment.