Gavin Wood
131ad136cb
Update Substrate ( #812 )
...
* Update to latest Substrate master
* upgrade decl_storage declaration
* Companion PR to Substrate#4752
* Substrate update: Identity should bound additional fields (#4770 )
Substrate commit: 2c9ce7296b19934b1ffd50150be2fdb2ddf81a4e
* WIP
* WIP
* Updated substrate and fixes
* Fix compilation and switch to latest wasm-builder-runner
* Fixed missing doc
* Update collator/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com >
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com >
2020-01-31 11:47:02 +00:00
Bastian Köcher
e6f4c36ed9
Update to latest Substrate master ( #783 )
...
* Update to latest Substrate master
* Update wasm-builder and make `run` work
2020-01-22 12:27:28 +01:00
Bastian Köcher
06386558ae
Switch parachain interface to new runtime_interface macro ( #665 )
...
* Make use of `runtime_interface` for parachain externalities
This also changes the encoding of the `ValidationResult` return value to
match the default encoding used in Substrate.
* Fix compilation for web
* Update `Cargo.lock`
* Include feedback
* Move proc macro
* Update parachain/src/lib.rs
Co-Authored-By: Robert Habermeier <rphmeier@gmail.com >
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
2020-01-08 20:44:50 +01:00
Shawn Tabrizi
c975d4ee84
Update copyright year ( #718 )
2020-01-05 17:57:13 +01:00
Stanislav Tkach
ba2dd3a4b5
Replace Substrate mentions in license headers with Polkadot ( #674 )
2019-12-09 17:07:35 +01:00
Bastian Köcher
21cb1e9f45
Switch to wasm-builder 1.0.7 ( #441 )
...
* Switch to `wasm-builder` 1.0.7
2019-09-23 12:38:38 +02:00
Gavin Wood
28e23d07ef
Substrate.from() ( #426 )
...
* Substrate.from()
* Fix some transaction validation code
* must be more specific for matching now.
* Update `wasm-builder` and add `build-only-wasm` script
* Update to latest service builder interfaces
* ANother substrate update
* Another update
2019-09-11 13:14:20 +02:00
Arkadiy Paronyan
f1fdb0cb83
Parachain validation moved to external process ( #325 )
...
* Improved execution & tests
* Style
* Made CLI arg const
* Moved Upwards message
* CLI subcommand for validation worker
* Build halting parachain
* Build halting parachain
* Made stuff private
* Reorganized parachain tests
* Comment
* Whitespace
* Apply suggestions from code review
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com >
* Fixed call data size check and introduced an enum
* Apply suggestions from code review
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com >
2019-07-23 11:09:30 +02:00