Cecile Tonglet
badf52b1e1
Fix integration test again ( #201 )
...
* Initial commit
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* Pushed branch for polkadot & substrate
* WIP
Forked at: 10533db948
Parent branch: origin/master
* using rococo and tick
* Revert "using rococo and tick"
This reverts commit d81db9246ff7061478649ffea3e49e417fcb6959.
* debug
* WIP
Forked at: 10533db948
Parent branch: origin/master
* Revert "Revert "using rococo and tick""
This reverts commit 45ec2be89f2b8af82da8dcb9d19d900571598766.
* WIP
Forked at: 10533db948
Parent branch: origin/master
* Update rococo-parachains/src/service.rs
* WIP
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* WIP
Forked at: 10533db948
Parent branch: origin/master
* Revert "WIP"
This reverts commit d3f63ed0a314ffe12c0066124076736017981b80.
* WIP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* Use inprocess validation
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* Fix failing test
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* increase logs
* Removed a bit of logs
* Revert branch change
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* Test without STDIN close detection
* Bypass validation pool
* Switch to rococo-branch
* Move start_test_collator to rococo-collator
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
* CLEANUP
Forked at: 10533db948
Parent branch: origin/master
2020-09-16 06:54:34 +00:00
Bastian Köcher
3114ec5ece
Fix export-genesis-state ( #200 )
...
Fix `--parachain-id` CLI argument for `export-genesis-state` and don't
print genesis state without newline.
2020-08-13 09:53:02 +02:00
Bastian Köcher
3b71c2a6e2
One node two runtimes ( #191 )
...
* One node two runtimes
This enables the rococo-collator to run the normal and the contracts runtime.
* Fix tests
2020-08-11 11:35:54 +02:00
Bastian Köcher
3ed6030110
Rework default values used by the RelayChainCli ( #189 )
...
This reworks the default values used by the RelayChainCli for stuff like
the listen port etc.
This also renames all the contracts related stuff to `cumulus-*` to
support `.cargo/config` overrides.
2020-08-10 09:53:07 +02:00
Bastian Köcher
2efe482c40
Add cumulus-service ( #187 )
...
* Add cumulus-service
Crate that abstracts the service of a parachain.
* Make finalization infallible
2020-08-08 08:07:33 +02:00
Alexander Theißen
8a6e29eef9
Proof of concept: Add a new runtime that uses pallet_contracts ( #186 )
...
* seal: Copy over a legacy version of pallet_contracts from substrate
* seal: Fix substrate dependency pathes and add as dependency to runtime
* seal: Adapt pallet to current substrate version
* seal: Add contracts pallet to runtime
* seal: Implement rpc runtime api
* seal: Update to latest rpc output format
* seal: Replace child trie by prefix trie
* seal: Add contracts endpoint to the client
* seal: fixup rpc test
* Fix whitespace issue
Co-authored-by: Sergei Shulepov <sergei@parity.io >
* seal: Move pallet out of the runtime directory
* seal: Create a seperate runtime for contracts
* Move parachains to top level directory
* seal: Disable rent for easier testing
Co-authored-by: Sergei Shulepov <sergei@parity.io >
2020-08-07 17:41:15 +02:00