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
c860787db7
Migrate srml crates to the 2018 edition ( #1755 )
2019-02-11 11:42:36 +01:00
Arkadiy Paronyan
091e222d99
Fixed a bunch of warnings ( #1740 )
2019-02-08 14:55:15 +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
郭光华
b066d25cc7
Delete consensus trait from sudo module ( #1462 )
2019-01-18 09:24:04 +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
c9f047fe84
Split Indices module from Balances ( #1404 )
...
* Indices module
* Remove indices stuff from balances
* Rejob node, move Lookup into system.
* Fix up some modules.
* Fix democracy tests
* Fix staking tests
* Fix more tests
* Final test fixes
* Bump runtime versions
* Assets uses compact dispatchers
* Contracts module uses indexed addressing
* Democracy has more compact encoding
* Example now demonstrates compact eencoding
* Sudo uses indexed address
* Upgrade key also uses indexed lookups
* Assets more compact types.
* Fix test
* Rebuild runtime, whitespace
* Remove TOODs
* Remove TODOs
* Add a couple of tests back to balances.
* Update lib.rs
* Update lib.rs
2019-01-16 15:57:19 +01:00
Bastian Köcher
d15cc63370
Make deposit_event work with none generic events ( #1309 )
...
* Make `deposit_event` work with none generic events
`fn deposit_event() = default` will now be used for none generic events
`fn deposit_event<T>() = default` is now for generic events.
* Update wasm files
* Fixes some spelling mistakes
* Update wasm and fix new module
2018-12-22 17:37:05 +01:00
Gav Wood
ef8b94656e
Sudo module ( #1315 )
...
* Sudo module
* Fix comment
* Fix errors
* Fix test
* Update hashes
* Final test fixes and build
* Final hex change
2018-12-21 13:43:34 +01:00