dependabot[bot]
476c3bf688
Bump scale-info from 2.0.1 to 2.1.0 ( #1165 )
...
Bumps [scale-info](https://github.com/paritytech/scale-info ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/paritytech/scale-info/releases )
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/scale-info/commits/v2.1.0 )
---
updated-dependencies:
- dependency-name: scale-info
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 09:43:02 +02:00
Dan Shields
65454fbf96
Update Cumulus to common Cargo formmating scheme ( #1050 )
...
* Update throughout with common Cargo formating scheme
2022-03-02 00:07:29 -07:00
wigy
6af1dd5f6f
Companion to "Updating scale to v3" ( #1013 )
...
* Updating dependencies
* Adapting code to scale v3
* cargo fmt
* Fix compilation
* Update Cargo.lock
* TIL exists
Co-authored-by: Bastian Köcher <info@kchr.de >
2022-02-25 13:40:24 +00:00
Keith Yeung
1856c5df34
Update serde to 1.0.132 ( #871 )
2021-12-21 09:15:50 +01:00
Keith Yeung
1a71d006a7
Update serde to 1.0.131 ( #853 )
2021-12-11 14:10:51 +01:00
Dan Shields
ec401ce1d0
move to rust 2021 ( #759 )
...
* move to rust 2021
* fix formatting, more moves
2021-11-16 15:12:06 +01:00
Sebastian Kunert
d4045c85e7
Port transaction pool benchmark ( #738 )
...
Adds a benchmark to measure transaction throughput.
2021-11-11 10:30:54 +01:00
Ignacio Palacios
66310bd6ce
Remove randomness collective flip new ( #726 )
...
* randomess collective flip removed
* cargo.lock + fix
* remove migration for statemint
* fmt fix
* update cargo.lock
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
2021-11-09 17:01:44 +01:00
Bastian Köcher
6b4fd91ad5
Rework the runtime upgrade test ( #727 )
...
* Rework the runtime upgrade test
* Update test/service/tests/runtime_upgrade.rs
* Update test/service/tests/runtime_upgrade.rs
* Update Cargo.lock
* FMT
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
2021-11-09 15:02:34 +01:00
Keith Yeung
1aab3349cc
Use DecodeLimit for decoding XCM messages ( #605 )
...
* Use DecodeLimit for decoding XCM messages
* Use decode_all_with_depth_limit in appropriate places
* Use decode_all while decoding byte vector
* cargo fmt
2021-09-19 15:29:34 +03:00
Andrew Jones
035a576008
Metadata v14 (companion to #3336 ) ( #564 )
...
* Remove event pallet::metadata attributes
* Add scale-info deps, TypeInfo derives, update call variants
* Update metadata runtime APIs
* Add missing scale_info dependency, update rococo runtime API
* Add missing scale_info dependency
* Remove pushed diener patches
* Cargo.lock
* Add missing scale-info dependencies
* Fixes
* Statemint runtime fixes
* Call struct variant empty matches
* Add missing scale-info dependency
* Fixes
* scale-info 1.0
* cargo update -p xcm
* update lock
* Update Cargo.lock
* update to latest polkadot
* remove rpc_http_threads
https://github.com/paritytech/substrate/pull/9737
* replace task executor with tokio handler
https://github.com/paritytech/substrate/pull/9737
* fix test compilation?
* Update Cargo.lock
* cargo update
* remove unused
* Update substrate and polkadot
* Update test/client/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2021-09-16 12:11:05 +02:00
Squirrel
a0532634e1
less deps ( #606 )
2021-09-12 23:22:14 +02:00
Bastian Köcher
d3b4279f14
Adds support for checking the timestamp inherent while validating a block ( #494 )
...
* Adds support for checking the timestamp inherent while validating a block
This adds support for checking the timestamp inherent while validating a
block. This will use the relay chain slot number * relay chain slot
duration to calculate a timestamp. This timestamp is used to check the
timestamp in the timestamp inherent.
* Update polkadot-parachains/rococo-runtime/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
* Update polkadot-parachains/statemine-runtime/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
* Update primitives/timestamp/src/lib.rs
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
* Fix warnings
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
2021-06-16 10:53:47 +02:00
Bastian Köcher
6364eeeef1
Update Substrate & Polkadot ( #427 )
...
* Update Substrate & Polkadot
* Fixes
2021-05-04 09:48:41 +02:00
Cecile Tonglet
8c37b0d450
Runtime upgrade test ( #364 )
2021-04-16 09:48:13 +02:00
Bastian Köcher
fbacfe7937
The great refactor ( #325 )
...
* Move pallets to pallets folder and rename them
* Move genesis file to service
* Rename primitives to primitives-core
* Delete cumulus-runtime
* Move stuff to client folder and rename
2021-02-10 13:07:21 +01:00
Cecile Tonglet
6438d328b8
Complete telemetry for parachain & relaychain ( #301 )
...
* Complete telemetry for parachain & relaychain
* Update Substrate & Polkadot
2021-01-29 16:02:31 +01:00
Sergei Shulepov
b5f6580da1
parachain-system ( #296 )
...
* rename parachain-{upgrade -> system}
* Merge message-broker into parachain-system
* Remove message-broker and clean up
* Update docs
* Test upward messages sending
And also update the relay-sproof-builder so that it allows to set the
relay dispatch queue size for the given parachain.
* Test horizontal message sending
* Remove old inherent definitions
2021-01-21 15:53:00 +01:00
Black3HDF
8b815c759b
eliminate space ( #288 )
2021-01-14 17:06:57 +01:00
Bastian Köcher
c75b59758d
Update everything to latest master ( #247 )
2020-11-25 15:45:49 +01:00
Bastian Köcher
182109ef5f
Switch to polkadot master branch ( #230 )
...
* Switch to polkadot master branch
* Fix compilation
2020-11-09 13:05:00 +01:00
Bastian Köcher
76f9ecae47
Update Cumulus for Parachains V1 ( #224 )
...
* Start with something
* Whatever
* Update
* MOARE
* Make cumulus-network compile and tests work
* Update more and fixes
* More stuff
* More fixes
* Make collator build
* Make test almost work
* Remove contracts runtime
* More test work
* Make service compile
* Fix test-service
* Fix test client
* More fixes
* Fix collator test
* Fix network tests (again)
* Make everything compile, finally
* Fix tests
* Update to latest masters
* Remove ignore
* Switch to different branch in polkadot for now
* Update reference
* Make it compile with latest changes
* Update collator/src/lib.rs
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
* Update to latest upstream
* Update to latest master
* Fix test
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
2020-11-08 22:18:09 +01:00
Cecile Tonglet
4d150a0199
Uniformize tests ( #220 )
...
* Initial commit
Forked at: 5bbab68f02
Parent branch: origin/master
* Copy runtime module from rococo
Forked at: 5bbab68f02
Parent branch: origin/master
* Also copy dependencies pallets and primitives
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* test-service
* Move integration test
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* Not sure what went wrong...
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* fmt
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* Remove pallet contracts (not used)
* Remove pallet parachain-info and token-dealer (not used)
* Sort dependencies alphabetically
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* CumulusTestNode for testing
* Speed up block generation
* Fix improper shutdown
* rustfmt
* runtime: replace const by storage
* Fix for previous commit
* Remove some generics
* Move generate_genesis_state to cumulus-primitives
* fmt
* Remove message_example
* fixup! Remove message_example
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* Half the solution to previous commit :(
* Revert "Fix for previous commit"
This reverts commit 60010bab6797487093ac8c790b3a536f7ca0895b.
* Revert "runtime: replace const by storage"
This reverts commit c64b3a46f0325a98922015e0cbf3570e2e431774.
Not working for some reason...
* Use helper
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* Remove test-primitives
* Revert "Half the solution to previous commit :("
This reverts commit 9a8f89f9f06252198e6405057043c6b313f1aea4.
* Revert "Revert "Half the solution to previous commit :(""
This reverts commit 6a93f0f09d74ccdc3738dd78a777c483427c03ce.
* Test with some extra extrinsics
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* WIP
Forked at: 5bbab68f02
Parent branch: origin/master
* CLEANUP
Forked at: 5bbab68f02
Parent branch: origin/master
* Remove message broker
2020-10-07 08:51:01 +00:00
Bastian Köcher
6f50d0928d
Add parachains for rococo ( #144 )
...
* Add parachains for rococo
* Fix chain specs
* Update to revert log rotation
* Support selecting the chain in `export-genesis-state`
* Add subcommand for exporting the genesis wasm of a Parachain
* Update stuff
* Fix `export-genesis-wasm`
* Update the polkadot ref
* Add bootNodes address
* Add bootNodes address - track
* Add bootNodes address - trick
* Fix incorrect peer id (trick)
* Fixes https://github.com/paritytech/cumulus/issues/157
* Update chainspecs
* Update specs again
* Set correct sudo account
* Update properties
* Update readme
* Update `Cargo.lock`
* Switch to rococo-branch
Co-authored-by: Evaldo <contato@evaldofelipe.com >
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com >
2020-08-04 17:33:20 +02:00
Cecile Tonglet
f26dd45e78
Collate only if --validator is given ( #161 )
2020-07-29 20:49:31 +02:00
Cecile Tonglet
bcc627799a
Fix integration test ( #124 )
2020-07-23 16:12:11 +02:00
Bastian Köcher
62c22b88b9
Implement basic upward & downward messages ( #118 )
...
* Start by replacing branch names and set `DownwardMessage`
* Add the upward-message crate
* Add Kusama & Polkadot
* More work on getting the upward messages working
* Fix build
* Begin to integrate it into the test Parachain
* Update
* Make everything compile again
* Switch to westend and print parachain account on startup
* Use MultiSignature etc
* Fix validate block
* Some downward messages work
* Update git reference
* More downward messages integration
* Update test runtime for downward messages
* Enable downward message handler and withdraw send tokens
* Add some docs
* Begin to implement simple XCMP
* More work
* Fixes and make parachain id configurable
* Make parachain ID be part of the genesis
* Finishing the XCMP message demo
* Update and fixes tests
* Update branch
2020-06-18 12:10:20 +02:00
Bastian Köcher
b3603d1c13
Update to latest Substrate & Polkadot ( #107 )
...
* Update to latest Substrate & Polkadot
* Replace --unsafe-rpc-export with --unsafe-rpc-external
* Add --rpc-methods=Unsafe
Documented in substrate 24486f52929e9e518eeccbc6ad6da70e9e5bdf8a
* typos
* more typo
* fixed rpc expose
* Disable the integration test
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com >
2020-06-05 16:57:02 +02:00
Cecile Tonglet
e880fe43e9
Update polkadot & substrate ( #55 )
2020-02-10 18:01:59 +01:00
Cecile Tonglet
2941569e8a
Update CLI ( #53 )
...
* Initial commit
Forked at: 0efd15c0c5
Parent branch: master
* Update substrate: more CLI improvement
* Update substrate and polkadot to cecton-cumulus-branch
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* Update Cargo.lock
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* Update Cargo.lock
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* Test running node and interrupts
* WIP
Forked at: 0efd15c0c5
Parent branch: master
* Update Cargo.lock
* Update test/parachain/tests/running_the_node_and_interrupt.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-02-10 12:39:32 +01:00
Cecile Tonglet
7fb8b2fb47
Update substrate async api ( #49 )
...
* Update substrate: async API fix
* Fix to update polkadot and substrate
* Update substrate & polkadot to use cumulus-branch
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-02-01 16:28:33 +01:00
Bastian Köcher
bc4499b640
Try to fix the build
2019-09-29 02:05:49 +02:00
Bastian Köcher
ce064775fc
Some updates
2019-09-26 09:44:21 +02:00
Bastian Köcher
84c9092530
Update Substrate, Polkadot and switch to wasm-builder
2019-06-18 08:43:39 +02:00
Bastian Köcher
815e466c41
Trying to get the tests back working
2019-04-12 12:01:16 +02:00