Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c132849
Weights
ggwpez Jun 16, 2025
e5dea6f
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 16, 2025
eab9dfe
Polkadot Relay weights
ggwpez Jun 16, 2025
4a5e335
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 16, 2025
3fc3d0f
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 16, 2025
0fd7ebf
Merge remote-tracking branch 'origin/oty-weights' into oty-weights
ggwpez Jun 16, 2025
8c4c1fb
More weights
ggwpez Jun 16, 2025
ae9eadd
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 16, 2025
2a1bf35
more weights
ggwpez Jun 16, 2025
b6fc5d3
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 17, 2025
813cdcc
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 17, 2025
a9b049b
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 17, 2025
503d98c
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 17, 2025
a0f9ffa
Update from bkontur running command 'bench --runtime kusama --pallet …
actions-user Jun 17, 2025
b62648b
Update from bkontur running command 'bench --pallet pallet_xcm_benchm…
actions-user Jun 17, 2025
43d873f
Update from bkontur running command 'bench --pallet pallet_xcm'
actions-user Jun 17, 2025
9695ea4
Start CI
ggwpez Jun 17, 2025
599383a
Set up alias_origin weights correctly (#771)
bkontur Jun 17, 2025
2101600
Merge branch 'main' into oty-weights
ggwpez Jun 17, 2025
a00cc1e
CHANGELOG
ggwpez Jun 17, 2025
b5b75f0
Merge remote-tracking branch 'origin/main' into oty-weights
ggwpez Jun 18, 2025
147b9f4
Fix test constants
ggwpez Jun 18, 2025
8e94eaa
Revive revive weights
ggwpez Jun 18, 2025
7f03946
Merge remote-tracking branch 'origin/main' into oty-weights
ggwpez Jun 18, 2025
ebc3668
Merge branch 'main' into oty-weights
ggwpez Jun 18, 2025
1f579aa
fix tests
acatangiu Jun 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -992,5 +992,5 @@ fn usdt_only_transfer_from_para_to_para_through_asset_hub() {

// Receiver gets `transfer_amount` minus fees.
let receiver_balance_after = foreign_balance_on!(PenpalB, usdt_location.clone(), &receiver);
assert_eq!(receiver_balance_after, 990_665_188_940);
assert!(receiver_balance_after > receiver_balance_before);
}
Original file line number Diff line number Diff line change
Expand Up @@ -1001,5 +1001,5 @@ fn usdt_only_transfer_from_para_to_para_through_asset_hub() {

// Receiver gets `transfer_amount` minus fees.
let receiver_balance_after = foreign_balance_on!(PenpalB, usdt_location.clone(), &receiver);
assert_eq!(receiver_balance_after, 992_693_493_387);
assert!(receiver_balance_after > receiver_balance_before);
}
51 changes: 26 additions & 25 deletions relay/kusama/src/weights/frame_benchmarking_baseline.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions relay/kusama/src/weights/frame_election_provider_support.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 40 additions & 39 deletions relay/kusama/src/weights/frame_system.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading