Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
fcab9ec
Enable XCM v5 support with storage migrations for MultiLocation → Loc…
Copilot Dec 1, 2025
bd58e6a
Add zombienet integration tests for Robonomics parachain (#422)
Copilot Dec 1, 2025
5dc7ec4
Add try-runtime feature to pallet-xcm-info and fix unused imports (#425)
Copilot Dec 1, 2025
4d4d55f
[WIP] Fix type mismatch errors in robonomics-runtime for XCM v5 (#427)
Copilot Dec 1, 2025
ff1fed2
Add comprehensive tests, benchmarks, documentation, and README for xc…
Copilot Dec 1, 2025
8641a96
Fix zombienet test command to use spawn for TOML config files (#430)
Copilot Dec 1, 2025
05d830d
Add XCM integration tests and remove obsolete polkadot-launch (#429)
Copilot Dec 1, 2025
10aea2c
Fix Zombienet tests by installing Polkadot binaries in workflow (#435)
Copilot Dec 3, 2025
812a21d
[WIP] Add basic XCM support and zombienet test suits (#445)
Copilot Dec 6, 2025
6d9c642
Merge branch 'master' into release/4.1
akru Dec 24, 2025
670ea6d
Uplift to polkadot stable2512
akru Dec 24, 2025
4ddf072
[CI] install polkadot binaries for zombienet
akru Dec 26, 2025
9e01ba0
Replace shell.nix with flake
akru Dec 28, 2025
7aa84dc
Add pallet-wrapped-native for XCM-based native token wrapping with ru…
Copilot Dec 28, 2025
cb9e1d1
WrappedXRT runtime config
akru Dec 28, 2025
acf6292
Use flake instead of nix-shell, simple zombienet
akru Jan 6, 2026
f149c3d
Nix flakes integration
akru Jan 26, 2026
335013c
[CI] fix cachix workflow
akru Jan 26, 2026
c8aa90a
[CI] added permission to cachix workflow
akru Jan 26, 2026
3fd65b7
[CI] fix cachix workflow
akru Jan 26, 2026
962ecd4
[CI] lint workflows
akru Jan 26, 2026
0c0be91
Added local-testnet shell (to run zombienet)
akru Jan 26, 2026
eb947dc
[CI] use nix devshell to launch zombienet in background
akru Jan 26, 2026
5037ff5
Switch Cachix to robonomics cache
akru Jan 26, 2026
95e1b33
[CI] trust substituters from flake config in cachix workflow
akru Jan 26, 2026
278b37d
[CI] fix syntax in zombienet workflow
akru Jan 26, 2026
b48cc8b
Added actionlint into devshell
akru Jan 26, 2026
9141c63
[CI] added cleanup step to get more space
akru Jan 26, 2026
c7f23ab
[CI] fix syntax
akru Jan 26, 2026
300cfe1
Refreshed README, add repository structure
akru Jan 26, 2026
87c2da0
Create CONTRIBUTING.md file
akru Jan 26, 2026
430bb46
Update SECURITY.md
akru Jan 26, 2026
a82904d
[CI] zombienet workflow add nix install step
akru Jan 26, 2026
58c32f4
[CI] added local testnet env build caching into cachix workflow
akru Jan 26, 2026
1b5f888
Pallet Cyber-Physical System v1.0 (#410)
akru Jan 27, 2026
70c3aa0
Update libcps README: Fix API examples, document HKDF/ECDH, correct M…
Copilot Jan 28, 2026
3e4601b
Refactor MQTT bridge: Extract to library with Config method API, TOML…
Copilot Jan 28, 2026
64738af
Refactor: Make encryption algorithm per-operation, use SCALE codec, a…
Copilot Jan 28, 2026
4f94b95
Fix code formatting
akru Jan 28, 2026
af2a5d5
Fix libcps README diagram format
akru Jan 28, 2026
4854a4d
Fix colors in node tree display
akru Jan 28, 2026
c86cf02
Modernize libcps CLI UX and reorganize documentation for better onboa…
Copilot Jan 28, 2026
0ef1cd4
libcps README optimized, cleanup
akru Jan 28, 2026
4d2ccc6
libcps README cleanup
akru Jan 28, 2026
318a829
Use SS58 encoding for account display and refactor display helpers (#…
Copilot Jan 28, 2026
f0c3db4
Fix code formatting
akru Jan 28, 2026
62bbd78
Optimizations
akru Jan 28, 2026
a144d05
EncryptedMessage json attributes (hex encode bytes)
akru Jan 28, 2026
4f36c98
Fix failing doctests in libcps package (#475)
Copilot Jan 29, 2026
c55141a
Add automatic code formatting to static workflow
akru Jan 29, 2026
799fa91
[WIP] Update permissions in reusable workflows to contents: write (#476)
Copilot Jan 29, 2026
e3060af
Auto-fix code formatting (cargo fmt + taplo fmt)
github-actions[bot] Jan 29, 2026
2b1fea4
Fix workflow permissions and add auto-format workflow (#477)
Copilot Jan 29, 2026
5efe5d0
Change static workflow permissions to read-only (#478)
Copilot Jan 29, 2026
6ca5ed4
Revert tests.yml workflow
akru Jan 29, 2026
b949abf
Update tests.yml
akru Jan 29, 2026
8a00110
Update node.rs
akru Jan 29, 2026
0b3f690
Fix runtime-benchmarks compilation errors in pallet_xcm and pallet_as…
Copilot Jan 29, 2026
4b4beb2
Integrate cargo-nextest into tests workflow (#480)
Copilot Jan 29, 2026
a09ede2
Fix deprecated Command::cargo_bin in integration tests (#482)
Copilot Jan 29, 2026
feed281
Update extra_subcommand_parsing_test.rs
akru Jan 29, 2026
d441ad9
Update extra_subcommand_parsing_test.rs
akru Jan 29, 2026
8f8233d
Update devshell.nix
akru Jan 29, 2026
1b90577
Modernize libcps: automate metadata extraction, migrate to subxt util…
Copilot Jan 30, 2026
084a720
[CI] use checkout@v5
akru Jan 30, 2026
8aad557
docs: cleanup DEVELOPMENT.md - remove usage examples, focus on intern…
akru Jan 30, 2026
d0b7239
libcps: build.rs - add compressed wasm support (for release builds)
akru Jan 30, 2026
73e1fe8
Merge branch 'release/4.1' of github.com:airalab/robonomics into rele…
akru Jan 30, 2026
4fa6543
libcps: added short CLI options
akru Jan 30, 2026
2353d18
Fix XCMP weight integrity test, add comprehensive runtime benchmarks …
Copilot Jan 30, 2026
d00c69a
Potential fix for code scanning alert no. 16: Cleartext logging of se…
akru Jan 30, 2026
787706c
Update Cargo.lock
akru Jan 30, 2026
2ce3522
[WIP] Add basic XCM support and zombienet test suites (#484)
Copilot Jan 30, 2026
e369460
Merge branch 'release/4.1' of github.com:airalab/robonomics into rele…
akru Jan 30, 2026
ae77de7
Fix compilation & tests
akru Jan 30, 2026
d9d1ac6
Fix runtime benchmarks
akru Feb 2, 2026
597a449
Apply auto-formatting changes
akru Feb 2, 2026
63b71e6
Implement standard XCM Runtime APIs and benchmarking support for rele…
Copilot Feb 2, 2026
6c151f2
Fix compilation
akru Feb 9, 2026
abaf1bc
Added pallet-robonomics-claim (#490)
akru Feb 13, 2026
510a6b5
Cleanup unuse pallet(wrapped-asset)
akru Feb 13, 2026
af3f430
Merge branch 'master' into release/4.1
akru Feb 16, 2026
3a8ef40
[WIP] Weights refactoring
akru Feb 17, 2026
3f4a9ef
Complete pallet & XCM weights
akru Feb 17, 2026
dde5087
added reference weights (#493)
dergudzon Feb 17, 2026
5ca5b82
Disable pallet_cps weights for non dev runtime
akru Feb 17, 2026
f5922f8
[CI] update cachix workflow, split build in steps
akru Feb 18, 2026
4ec0169
Add Zombienet XCM test infrastructure for cross-chain validation (#487)
Copilot Feb 18, 2026
38d047e
Add subtree size limit to move_node operation (#494)
Copilot Feb 18, 2026
e5b21d5
Apply auto-formatting changes
akru Feb 18, 2026
55c9464
Optimize CI workflows: consolidated architecture, parallel execution,…
Copilot Feb 18, 2026
abc0da3
[CI] remove auto-formatting
akru Feb 18, 2026
382eb5f
Document release workflow and complete supporting workflows coverage …
Copilot Feb 18, 2026
fa6cf10
Update copyright headers to 2018-2026 for v4.1 release (#497)
Copilot Feb 18, 2026
aa3d6fb
Downgrade rustls
akru Feb 18, 2026
8d0ae6e
Merge branch 'release/4.1' of github.com:airalab/robonomics into rele…
akru Feb 18, 2026
f3bdc91
Optmimized migrations using try-runtime
akru Feb 22, 2026
a6ece75
Fix formatting
akru Feb 22, 2026
fd5c7e6
Add RWS migration to fix state decode errors
akru Feb 22, 2026
11a7fe1
Setup XCM fees & enable teleport to AH to fix pallet-xcm benchmarks
akru Feb 23, 2026
ca86f71
Uplift to stable2512-2
akru Feb 23, 2026
3fc0144
Use same nixpkgs as polkadot.nix (less rebuilds of polkadot binaries)
akru Feb 25, 2026
a7b25eb
Fix rws auction rotation
akru Feb 25, 2026
443406c
Fix formatting
akru Feb 25, 2026
1ff3dfd
Introduce localnet tool: use ZombieNet SDK for local network building.
akru Feb 25, 2026
cb739f4
Merge remote-tracking branch 'origin' into release/4.1
akru Feb 25, 2026
27026c8
[CI] update cachix workflow according to devshell changes
akru Feb 25, 2026
d351d34
[CI] rename zombienet to localnet workflow
akru Feb 25, 2026
6379b8a
Compilation fixes
akru Feb 25, 2026
24db62e
Fix chains paths
akru Feb 25, 2026
14ccbb1
Document robonomics-runtime-subxt-api and remove obsolete metadata cr…
Copilot Feb 26, 2026
e468143
[CI] use robonet for integration tests
akru Feb 26, 2026
f24ab37
Initial plan
Copilot Feb 26, 2026
b87702f
Implement comprehensive XCM tests with teleportation
Copilot Feb 26, 2026
88a2f03
[CI] added try-runtime step into tests
akru Feb 26, 2026
643a9bd
Remove unused import and add comprehensive XCM test documentation
Copilot Feb 26, 2026
2866834
Rewrite XCM tests to use static types and consistent ASCII style
Copilot Feb 26, 2026
3448c95
Update documentation to reflect static type usage
Copilot Feb 26, 2026
3a0429c
Introduced try-runtime script: dry-run runtime upgrades
akru Feb 27, 2026
93478ce
[CI] temporary disable polkadot try-runtime
akru Feb 27, 2026
ce0731b
[CI] rename runtime-benchmarks script in tests
akru Feb 27, 2026
7d313f6
Add try-runtime.sh documentation to DEVELOPMENT.md (#502)
Copilot Feb 27, 2026
5fe22c4
[CI] apt update in tests
akru Feb 27, 2026
3887e1c
Fix build libcps with no default-features
akru Feb 27, 2026
1dff586
[CI] enable cache for try-runtime builds
akru Feb 27, 2026
f56c058
Fix formatting
akru Feb 27, 2026
584fef1
Merge branch 'release/4.1' into copilot/implement-xcm-tests-robonet
akru Feb 27, 2026
8fd0f4f
Complete XCM upward/downward tests
akru Feb 28, 2026
bbd6ce8
Add MessageQueue event monitoring for XCM message processing
Copilot Feb 28, 2026
9ca1d4e
Complete HRMP and foreignAssets tests
akru Mar 2, 2026
5748e7f
Implement comprehensive XCM tests with native asset teleportation usi…
Copilot Mar 2, 2026
5d4f1e0
Merge branch 'feat/hrmp-test' into release/4.1
akru Mar 2, 2026
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/license-check/HEADER-APACHE2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright 2018-2025 Robonomics Network <research@robonomics.network>
// Copyright 2018-2026 Robonomics Network <research@robonomics.network>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading
Loading