Bastian Köcher
2e9b2be8fa
Update parity-codec/-derive to 3.1 ( #1900 )
...
* Update parity-codec/-derive to 3.1
* Update wasm stuff
2019-03-01 09:04:53 +01:00
Stanislav Tkach
93c19326c2
SRML staking: remove 'default-features = false' from balances dev-dependency ( #1813 )
2019-02-21 10:11:02 +01:00
Stanislav Tkach
1cb02c318b
Migrate srml-assets, srml-aura, srml-balances and srml-consens to the 2018 edition ( #1633 )
2019-02-05 18:26:58 +01:00
thiolliere
0078927ac5
update codec and grandpa ( #1582 )
...
* update codec
* use new codec
* update grandpa code
* build .lock and binaries
2019-01-28 14:16:17 +01:00
thiolliere
beeacf9cfa
impl HasCompact for Perbill and Permill ( #1411 )
...
* impl Compact<> and HasCompact for Permill Perbill
* update parity-codec to 2.2
* add Cargo.lock
* add lock and build for runtime
* rebuild Cargo.lock after rebase
2019-01-17 11:25:48 +01:00
Gav Wood
57b2896332
Remove unneeded Serde requirements ( #1076 )
...
* Remove superfluous serde requirements.
* Try to ensure hash is serde
* Fixups
* Building again
* Attempt to reenable Block (doesn't build)
* Fixes compilation for node cli
* Fixes test compilation
* Fix wasm
* Fix tests
* Remove unneeded changes
* Fix up comments
* Reenable some code
* Compile error when origin misused.
* Remove unnecessary includes of `serde_derive`
* Cleanups
2018-11-12 18:40:18 +01:00
Gav Wood
583c24f017
Add Assets module ( #925 )
...
* Add Assets module
* Fixes
* Fix
* Update comments
* Support `GenesisConfig` without any fields
Fixes : #923
* Do not generate an empty `GenesisConfig`, instead generate no `GenesisConfig`
2018-10-20 12:43:00 +02:00