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