Gavin Wood
ec54d5b1e4
Make Kusama decentralised and permissionless ( #647 )
...
* Remove Sudo
* Bump versions
* Fixes
* Remove other mentions of sudo
* Remove sudo from Cargo
2019-12-03 15:46:47 +01:00
Phil
14c135e429
Change README to reflect master branch for Kusama CC3 ( #646 )
2019-12-03 15:34:47 +01:00
Arkadiy Paronyan
7cb57e7ab6
Update for new peerset API ( #644 )
...
* Reputation changes require reason
* Fixes
* Bump version
2019-12-03 12:09:05 +01:00
Arkadiy Paronyan
5ec0923285
Reputation changes requires reason ( #4277 )
2019-12-03 11:33:33 +01:00
Keith Ingram
5edc4350b4
Council members ( #4279 )
2019-12-03 09:29:46 +01:00
Gavin Wood
0f1a5f6514
Enumeratable dispatches using unhashed index in key. ( #4278 )
2019-12-03 00:49:27 +01:00
Gavin Wood
72bfa8c615
Bump Substrate and version ( #645 )
2019-12-02 23:40:35 +01:00
Gavin Wood
c1ee9aeec1
Another fix for elections-phragmen ( #4276 )
...
* Another fix for elections phragmen
CC @kianenigma
* Test for correct sorting.
2019-12-02 21:11:11 +01:00
Max Inden
3ea742ac47
docs/CODEOWNERS: Add mxinden to authority discovery modules ( #4275 )
2019-12-02 20:44:09 +01:00
Benjamin Kampmann
518b6408a0
reverting to polkadot-master ( #643 )
2019-12-02 20:42:09 +01:00
Andrew Jones
4c2ba5b71f
Fix sp-session typo ( #4273 )
...
* Fix sp-session typo
* Remove erroneous whitespaces
* Don't mess with the file, editor
2019-12-02 20:24:25 +01:00
Denis Pisarev
b6b48c4bc6
interruptible test and build jobs ( #4271 )
2019-12-02 17:58:37 +01:00
Shawn Tabrizi
b637a77249
Adding vesting logic to claims ( #637 )
...
* Adding vesting logic to claims
* Add genesis
* Update runtime/src/claims.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com >
* Bump spec
* Update runtime/src/claims.rs
2019-12-02 17:55:54 +01:00
Denis Pisarev
675ca2e258
interruptible test and build jobs ( #642 )
2019-12-02 17:20:03 +01:00
Benjamin Kampmann
7832ad93cd
fix for latest substrate crate renaming ( #641 )
...
* rename crates as appropriate
* Rename to use master - easy to revert, but shows it's working
* Bump runtime version
* Bump version
* Bump Substrate again
2019-12-02 16:56:50 +01:00
Gav Wood
da6bb305f8
Whitespace fix from #4266 review.
2019-12-02 14:24:49 +01:00
Gavin Wood
47721b6b01
Fix phragmen elections. ( #4266 )
...
CC @kianenigma
2019-12-02 14:21:32 +01:00
Bastian Köcher
2e68c80c20
Improve error message on can_author_with failure ( #4262 )
2019-12-02 13:07:17 +01:00
thiolliere
22c00ff424
Add swap and decode_len to DoubleMap finishing #3749 ( #4264 )
...
* Add `swap` and `decode_len` to `DoubleMap`
* Add tests to `swap` and `decode_len` for `DoubleMap` (WIP)
* Address review comments
* Remove function that is not in scope
* fix test
* better naming
2019-12-02 13:01:29 +01:00
Talha Cross
0c1ef33541
docs: update readme for cc3 ( #639 )
...
* docs: update readme for cc3
* docs: refer to the v0.7 release branch
2019-12-02 13:00:49 +01:00
Benjamin Kampmann
810ac845b5
Fix sc-tracing-* -> sc-transaction- ( #4263 )
...
* fixing faulty tracing-rename
* missed one
2019-12-02 12:19:53 +01:00
Benjamin Kampmann
927e13c13a
The crate rename ( #4223 )
...
* Adding script for rename, could be applicable for nodes on top of it, too
* add stderr and gitlab ci features
* apply script
* fix now minor details in expected stderr
* Update the Cargo.lock
* fix name: sc-transaction -> sc-tracing
* fix rename in script, too
2019-12-02 11:23:53 +01:00
Shawn Tabrizi
40f6d05a4c
Introduce VestingCurrency trait ( #4257 )
...
* Introduce `VestingCurrency` trait
* Return error if account already has vesting schedule
2019-12-01 20:52:00 +01:00
Marcio Diaz
bd4f1fc54b
Use result. ( #4259 )
2019-12-01 08:59:56 -05:00
Marcio Diaz
6ba1d5d1fb
Fix functions doc. ( #4260 )
2019-12-01 12:08:24 +01:00
Gavin Wood
37fec553cc
Bump Substrate ( #636 )
...
* Merge
* Bump Substrate
2019-12-01 11:29:46 +01:00
Tomasz Drwięga
a401acc690
Add some logs, fix reorg import. ( #4250 )
2019-12-01 10:14:01 +01:00
Gavin Wood
fd1cec850e
Economic fixes for democracy module ( #4256 )
...
* Fix up `end_block` mess; add free preimage noting for imminents.
* Fixes
* Bump runtime
* Update frame/democracy/src/lib.rs
Co-Authored-By: Shawn Tabrizi <shawntabrizi@gmail.com >
* Handle grumble
* Update frame/democracy/src/lib.rs
Co-Authored-By: Shawn Tabrizi <shawntabrizi@gmail.com >
2019-12-01 10:13:09 +01:00
Bastian Köcher
5ccf474d8d
Check filename length is valid in keystore ( #4255 )
2019-11-30 23:20:23 +01:00
Gavin Wood
a0edfd57f0
Nicks are 32 bytes ( #634 )
...
* Nicks 32 bytes
* Bump runtime version
* Update lock
2019-11-30 20:31:12 +01:00
Marcio Diaz
c791615387
Fix db path on normal run. ( #4254 )
2019-11-30 19:37:03 +01:00
Bastian Köcher
a924230ccb
Fix filling the db path in the CLI ( #4253 )
2019-11-30 12:25:37 +01:00
Bastian Köcher
1418b842aa
Merge pull request #29 from paritytech/joshy-clarify-instructions
...
Clarify instructions for registering a parachain.
2019-11-30 11:37:57 +01:00
Joshy Orndorff
4e7c7338f6
Clarify instructions for registering a parachain.
2019-11-29 16:48:44 -05:00
thiolliere
b87b008775
remove unused file ( #4251 )
2019-11-29 20:25:30 +01:00
Stanislav Tkach
3e3ec05e56
Make weights compatible with u64 ( #4192 )
...
* Use Weight instead of u32 everywhere
* Revert Weight declaration
* Fix benches
2019-11-29 20:20:20 +01:00
Marcio Diaz
1ceebb5c3a
Grandpa: save all completed prior rounds ( #4203 )
...
* Save concluded rounds.
* Doc nit
* Fix cargo
2019-11-29 18:54:07 +01:00
mattrutherford
6639e9b254
Tracing - Implement feature to record values with span creation ( #4242 )
...
* implement feature to record arbitrary values with span creation
* align dependency versions
* Fix formatting, refactor
* Change `Level` in decl_module from `INFO` to `DEBUG`, because we may
want to use `INFO` in spans added manually in individual pallets, in future.
2019-11-29 15:44:42 +00:00
Pierre Krieger
ed7ee57290
Add WASM CI checks and make availability-store compile for WASM ( #626 )
...
* Make availability-store compile for WASM
* Use --manifest-path instead
2019-11-29 16:12:16 +01:00
Bastian Köcher
33eb0b7ba6
Update to Substrate master ( #633 )
2019-11-29 14:54:37 +01:00
Bastian Köcher
3da736fdf6
Update kvdb-rocksdb again ( #4236 )
...
* Update kvdb-rocksdb again
* Switch to released crates
* Remove last git references
2019-11-29 11:32:44 +01:00
Bastian Köcher
accc678640
Check in block authoring that we can author with current authoring version ( #4201 )
...
* Check in block authoring that we can author with current authoring version
* Update client/consensus/pow/src/lib.rs
Co-Authored-By: André Silva <andre.beat@gmail.com >
* Fix compilation
2019-11-29 11:01:11 +01:00
Arkadiy Paronyan
0b52f194f5
Fixed node binary ( #4244 )
...
* Fixed node binary
* Remove extra params
2019-11-29 09:09:12 +01:00
Gavin Wood
4ec635eea8
New chain spec ( #632 )
2019-11-28 18:18:10 +00:00
Gavin Wood
f15a1db19d
Bump Substrate ( #631 )
2019-11-28 14:58:56 +00:00
Gavin Wood
e8a655bbef
Commission is stated as percent of rewards ( #4243 )
2019-11-28 14:45:09 +00:00
Gavin Wood
48c5d5ce19
Sessions/epochs are 1 hour not 4. ( #630 )
2019-11-28 13:16:32 +00:00
Arkadiy Paronyan
d63f20434e
Update to substrate master ( #629 )
...
* Update to substrate master
* Update service/src/lib.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com >
* bump subsrate
2019-11-28 12:57:55 +00:00
XAMPPRocky
f826ce5310
Move documentation from Asciidoc to Markdown. ( #619 )
2019-11-28 12:57:45 +00:00
Gavin Wood
8a1f24982b
Enable governance transactions ( #628 )
2019-11-28 12:38:47 +00:00