Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a808bcc
rename `state_version` to `system_version` for xcm-simulator
undercover-cactus Apr 16, 2025
9ab54c8
replace 'sp_runtime::RuntimeString' with 'alloc::string::String' (see…
undercover-cactus Apr 22, 2025
3a35b79
missed a place to rename state_version to system_version
undercover-cactus Apr 22, 2025
e14089e
update dry_run_call to include xcm result version (see https://github…
undercover-cactus Apr 23, 2025
f4df4f0
introduce SelectCore into the runtime for the parachain system pallet…
undercover-cactus Apr 23, 2025
cf037ce
introduce DoneSlashHandler in the runtime for the balances pallet and…
undercover-cactus Apr 23, 2025
db02d5d
introduce WeightInfo type for transaction pallets which is part of th…
undercover-cactus Apr 23, 2025
c6603ac
fix conversion from String to str
undercover-cactus Apr 23, 2025
f5d72fe
replicate the changes in xcm-simulator
undercover-cactus Apr 23, 2025
c3598fa
DispatchInfo is now DispatchEventInfo in the client (see https://gith…
undercover-cactus Apr 23, 2025
1183803
Merge branch 'main' into deps/upgrade-polkadot-2412
undercover-cactus Apr 30, 2025
d3aa4af
sc_offchain::Offchainworker::new() now return Result fix (see https:/…
undercover-cactus Apr 30, 2025
81afbd0
Update TransactionPool build to work with the new pool struct (see ht…
undercover-cactus Apr 30, 2025
d1dedd5
fix instant sealing command
undercover-cactus Apr 30, 2025
a275e70
enable runtime upgrade in dev mode (see https://github.com/paritytech…
undercover-cactus Apr 30, 2025
c81a39f
check for default backend network when starting node
undercover-cactus Apr 30, 2025
df4969e
fix unresolved import in benchmarking
undercover-cactus Apr 30, 2025
a6fa9dd
Merge branch 'main' into deps/upgrade-polkadot-2412
ffarall Apr 30, 2025
d24d5fe
fix format error in benchmarking
undercover-cactus May 1, 2025
adf641b
fix mock pallets
undercover-cactus May 2, 2025
0dd83c0
fixing xcm simulator
undercover-cactus May 2, 2025
e6e4a5a
forgot to save file before commit
undercover-cactus May 2, 2025
9aa35c9
fix xcm test
undercover-cactus May 2, 2025
c3cbd27
upgrade @polkadot to 15.10.2; fix typegen;
undercover-cactus May 14, 2025
a6b44df
update utils polkadot deps
undercover-cactus May 14, 2025
974949d
attempting to fix zombienet
undercover-cactus May 14, 2025
8793ed6
use a more recent polkadot binary
undercover-cactus May 14, 2025
e59a2ab
install stable2412 binary in CI too
undercover-cactus May 15, 2025
8454f28
fix fee in reaping account test
undercover-cactus May 15, 2025
2741494
typegen
undercover-cactus May 16, 2025
ac456dd
fix last test
undercover-cactus May 16, 2025
d341a62
remove console.log; use rpc_port config everywhere
undercover-cactus May 16, 2025
c9a19c2
spec version updated in test
undercover-cactus May 16, 2025
40841b3
Merge branch 'main' into deps/upgrade-polkadot-2412
undercover-cactus May 20, 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 .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
chmod -R 777 docker/dev-keystores
cd test
pnpm install
pnpm tsx scripts/downloadPolkadot.ts 1.8.0
pnpm tsx scripts/downloadPolkadot.ts stable2412
- name: Run Zombienet Test!
run: |
cd test
Expand Down
Loading
Loading