- Mar 26, 2019
-
-
thiolliere authored
* improve decl_storage instance doc * use decl_event doc accordignly * automate doc and while allow to extend it on event * some missed ones * Update srml/example/src/lib.rs Co-Authored-By: thiolliere <[email protected]> * Update srml/support/procedural/src/storage/transformation.rs
-
Stefanie Doll authored
-
thiolliere authored
-
- Mar 25, 2019
-
-
André Silva authored
* srml: consensus: kill storage items * srml: consensus: add test for set and kill storage * runtime: bump spec_version update wasm blobs
-
Tomasz Drwięga authored
* Refactor state-machine stuff. * Fix tests. * WiP * WiP2 * Service support for offchain workers. * Service support for offchain workers. * Testing offchain worker. * Initial version working. * Pass side effects in call. * Pass OffchainExt in context. * Submit extrinsics to the pool. * Support inherents. * Insert to inherents pool. * Inserting to the pool asynchronously. * Add test to offchain worker. * Implement convenience syntax for modules. * Dispatching offchain worker through executive. * Fix offchain test. * Remove offchain worker from timestamp. * Update Cargo.lock. * Address review comments. * Use latest patch version for futures. * Add CLI parameter for offchain worker. * Fix compilation. * Fix test. * Fix extrinsics format for tests. * Fix RPC test. * Bump spec version. * Fix executive. * Fix support macro. * Address grumbles. * Bump runtime
-
Gav Wood authored
* bond_extra should be authorised only from stash, lest the controller gets compromised. * Fix tests * Fix grumbles * Pass compact balances
-
gabriel klawitter authored
-
André Silva authored
* core: cli flag to disable grandpa * core: fix test service configuration * Update core/service/test/src/lib.rs
-
thiolliere authored
-
Pierre Krieger authored
* Forgot to handle Banned in inject_connected * Also add debug for the state
-
Arkadiy Paronyan authored
* CLI option to enable authoring when offline * Update core/service/src/config.rs Co-Authored-By: arkpar <[email protected]>
-
- Mar 24, 2019
-
-
- Mar 23, 2019
-
-
Pierre Krieger authored
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
Arkadiy Paronyan authored
-
Xiliang Chen authored
* expose linked map info to metadata * Make it non breaking change * another way * change to option 1 * bump metadata version * fix test * bump version and update wasm
-
* Replace NodeIndex with PeerId * Fix tests * More test fixing * Whitespace
-
Gav Wood authored
-
- Mar 22, 2019
-
-
Kian Peymani authored
* initial doc for the staking module * Remove md style links. * Remove todos. * Add rust code types * Rename and fix review notes. * Add new md file * Final touches. * Migrate compleatly to rustdoc * Update link * Fix heading * Final touches wrt the new template. * Remove empty prereq. * Fix more reviews * Some final nits. * Fix some side issues. * Fix another set of reviews * Fix + stabilize leftover reivews. * Remove unused test parameters * Fix typo. * Merge redundant loops * Adds phantom self-vote * Fix broken tests. * Refactor some names to match the reference. * Remove redundant inner loops from election round. * Introduce phragmen post-processing. * Some fixes and todos. * Fix some tests with new phragmen params * Fix test * Bump spec * Fix wasm build * Fix tests and phragmen fallback. Avoid double-controlling * Fix and rebuild wasm * Whitespaces, whitespaces everywhere. * Rebuild * Disable post-processing. * Identify by stash, not controller account. * Couple of fixes * Fix first test * Fix invulnerability_should_work * Fix a couple more tests * Fix more tests * Fix more tests * Fix more tests * Fix some tests * Fix update-ledger. * Fix update-ledger. * Fix another test * Fix another test * Fix rest of staking tests * Remove printlns * Rebuild wasm * Fix & tests for auth/val syncing * Fix up threading for tests * Remove superfluous asserts
-
* util: fork-tree: check predicate first while traversing tree * core: sync: keep track of justifications sent to the import queue * core: grandpa: verify authority set changes dependencies * core: fork-tree: add more tests * core: grandpa: extend enacts_standard_change tests
-
Pierre Krieger authored
-
cheme authored
-
Arkadiy Paronyan authored
* Don't sync to pruned blocks * Typo Co-Authored-By: arkpar <[email protected]>
-
gabriel klawitter authored
* add option to specifiy substrate node name via environment variable file * gitlab-ci: change job names and adopt to polkadot pipeline * upgrade helm chart Signed-off-by: gabriel <[email protected]>
-
- Mar 21, 2019
-
-
DemiMarie-parity authored
As is so often the case in Rust, most of the work was fixing compiler errors and removing spurious type annotations.
-
-
* Add a substrate-peerset crate * Some adjustements * More adjustements * Use a temporary libp2p branch * Add back-off mechanism * Fix RPC tests * Some adjustements * Another libp2p bugfix * Do a round-robin in the peerset * Use a real dependency instead of a patch for libp2p * Initialize reserved nodes correctly * Better diagnostic for no address * Don't allocate slots if in reserved only * Ban node on dial failure * Fix indentation
-
kaiyu authored
-
Gav Wood authored
* Rebuild, add a couple of tests and fix theoretical issue * Update lib.rs
-
Arkadiy Paronyan authored
* Keep peer info up to date * Docs Co-Authored-By: arkpar <[email protected]>
-
Logan Saether authored
-
- Mar 20, 2019
-
-
Pierre Krieger authored
-
* Be a little safer with total issuance. * PairT instead of _Pair * Remove rev causing upset * Remove fees stuff. * Fix build (including tests) * Update runtime, bump version * Fix * Handle gas refunds properly. * Rename identifier ala #2025 * Address grumbles * New not-quite-linear-typing API * Slimmer API * More linear-type test fixes * Fix tests * Tidy * Fix some grumbles * Keep unchecked functions private * Remove another less-than-safe currency function and ensure that contracts module can never create cash. * Address a few grumbles and fix tests
-
Arkadiy Paronyan authored
* Account for pending insertions when pruning * Comments
-
-
- Mar 19, 2019
-
-
Stanislav Tkach authored
-