Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
269327d
upgrade polkadot to polkadot-stable2506 and upgrade toolchain version
saraswatpuneet Aug 14, 2025
1f806d5
update emulated tests lock file
saraswatpuneet Aug 14, 2025
f7dbd27
update spec version to 176
saraswatpuneet Aug 14, 2025
0a1a037
srtool still pins on 1.84.1
saraswatpuneet Aug 14, 2025
042cca4
update srtool to use latest image with rust tag 1.88.0
saraswatpuneet Aug 14, 2025
d3013ea
update host function as per polkadot recommendation on 2506
saraswatpuneet Aug 14, 2025
c1cf42c
fix import
saraswatpuneet Aug 14, 2025
296f685
#[allow(deprecated)] https://github.com/paritytech/polkadot-sdk/pull/…
saraswatpuneet Aug 14, 2025
b24cfe3
add missing config as stated in migration doc to use Const 0
saraswatpuneet Aug 14, 2025
c76b741
bring xcm impls to latest, update node with latest changes to partial…
saraswatpuneet Aug 14, 2025
f643489
fix lint and update rust to 1.88
saraswatpuneet Aug 14, 2025
3309352
revert to 1.85 due to additional lint issues in 1.88
saraswatpuneet Aug 14, 2025
07d9225
update to rust 1.88 and address all clippy suggestions for format rules
saraswatpuneet Aug 15, 2025
4ab6dff
use `PassPointerAndWrite` as it supprt complex types and its not depr…
saraswatpuneet Aug 16, 2025
25ce890
reduce buffer size to 256 since its url
saraswatpuneet Aug 16, 2025
19959c3
use arrayvec and simplify
saraswatpuneet Aug 17, 2025
6bf5f6b
Decode the raw bytes sent from host to runtime via the runtime interface
saraswatpuneet Aug 17, 2025
24db665
no_std array vec
saraswatpuneet Aug 17, 2025
b0833a1
use a fat buffer
saraswatpuneet Aug 18, 2025
6804850
remove unused arrayvec
saraswatpuneet Aug 18, 2025
915a721
keep legacy function but return None to make runtime compatible with…
saraswatpuneet Aug 19, 2025
1aadb82
init buffer before passing it offchain
saraswatpuneet Aug 19, 2025
a0f932f
define fixed lenght buffer on runtime side to be filled on offchain side
saraswatpuneet Aug 19, 2025
76a4567
fix build
saraswatpuneet Aug 19, 2025
1d51e60
return actual written bytes
saraswatpuneet Aug 19, 2025
2cb0f34
finalize `get_val_buffered`
saraswatpuneet Aug 19, 2025
d171d79
upgrade to 2506-1
saraswatpuneet Aug 19, 2025
8498d4c
install from main branch for subwasm
saraswatpuneet Aug 19, 2025
75ade0f
update base image version
saraswatpuneet Aug 19, 2025
32b56bc
update subwasm install everywhere
saraswatpuneet Aug 19, 2025
31170b1
enforce a node upgrade that are running offchain worker, breaking change
saraswatpuneet Aug 19, 2025
14ba349
legacy host function, retention
saraswatpuneet Aug 20, 2025
b02afa6
fix build
saraswatpuneet Aug 20, 2025
85c0fc8
keep legacy host function as is
saraswatpuneet Aug 21, 2025
b200c18
Merge branch 'main' into 2521_update_polkadot_version
saraswatpuneet Sep 21, 2025
b8c391c
update lock
saraswatpuneet Sep 21, 2025
5941c35
upgrade to 2509-rc1
saraswatpuneet Sep 22, 2025
58b67c4
fix weight template
saraswatpuneet Sep 22, 2025
bb0e286
fix indentation
saraswatpuneet Sep 22, 2025
06a73f7
prevent migration for testing on paseo/ update spec for test
saraswatpuneet Sep 23, 2025
9609373
update to polkadot 2506-2
saraswatpuneet Sep 24, 2025
2c78268
Merge branch 'main' into 2521_update_polkadot_version
saraswatpuneet Sep 24, 2025
654d3cc
update spec version
saraswatpuneet Sep 24, 2025
0d5d0d0
revert
saraswatpuneet Sep 24, 2025
e24975e
update spec version for next check in
saraswatpuneet Sep 24, 2025
b39c71a
update to latest packages in js scripts
saraswatpuneet Sep 25, 2025
ed37b1c
update image to polkadot 2506-2
saraswatpuneet Sep 25, 2025
a585536
update template to match with 2506-2
saraswatpuneet Sep 25, 2025
32b9586
Update weights
saraswatpuneet Sep 25, 2025
595163e
fix weights template file copied from pdot, remove uneed stuff
saraswatpuneet Sep 25, 2025
cfe678d
undo
saraswatpuneet Sep 25, 2025
6ffec27
re-run e2e
saraswatpuneet Sep 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .maintain/frame-system-extensions-weight-template.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copied from: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2503/substrate/.maintain/frame-weight-template.hbs
// Copied from: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/substrate/.maintain/frame-weight-template.hbs

// This file is part of Substrate.

Expand Down
Loading