- Jul 04, 2019
-
-
Gavin Wood authored
* Best effort to bring up to date. * Fix the executor stuff * Update verisons. * Finish fixing * Final fixes and warnings. * add some docs and bump Wasm versions * Fix tests * Fix final test
-
- Jul 02, 2019
-
-
* Add claims prefix to the genesis configuration * Claims module not included in runtime yet So we don't need to set any genesis config yet * Use Param rather than Storage
-
Black3HDF authored
-
- Jun 27, 2019
-
-
Bastian Köcher authored
* Introduce `BuildParachainContext` trait * Change the structure and hide the actual network implementation behind a trait * Add functions to collator `Network` trait
-
- Jun 25, 2019
-
-
Bastian Köcher authored
* Expose `collator_id_to_peer_id` * `ValidationNetwork` expose `checked_statements` * Style nit
-
asynchronous rob authored
* burn parachain funds depending on candidate fees * charge fees when executing parachain * fix test compilation * branch grumble addressed * test that Balance >= usize
-
Bastian Köcher authored
* Make `polkadot-parachain` call `validate_block` instead of `validate` Also switch to rust 2018 in the crate * Use `rstd` * Make `load_params` a pointer
-
* Pass `relay_parent` hash to `produce_candidate` * Fixes compilation
-
- Jun 24, 2019
-
-
Bastian Köcher authored
-
Yuanchao Sun authored
-
Bastian Köcher authored
By using a strongly typed network service, we make sure that we send and receive the correct messages. Before there was a bug, a `SignedStatement` was sent and a `GossipMessage` was decoded, but this could never work.
-
- Jun 20, 2019
-
-
* Update to latest Substrate master + warning fixes * Update runtime/src/lib.rs Co-Authored-By: thiolliere <[email protected]>
-
- Jun 17, 2019
-
-
asynchronous rob authored
* track unrouted ingress in runtime * test ingress routing * fix compilation * add space Co-Authored-By: Gavin Wood <[email protected]>
-
asynchronous rob authored
* allow asynchronous collation * remove unnecessary leading colons Co-Authored-By: Bastian Köcher <[email protected]> * remove unneeded bound * Fixes compilation
-
- Jun 16, 2019
-
-
Black3HDF authored
-
- Jun 13, 2019
-
-
Yuanchao Sun authored
Fix typo
-
- Jun 11, 2019
-
-
Pierre Krieger authored
* Require --locked on CI for WASM runtime locks * Update runtime Cargo.lock * Add quotes
-
- Jun 06, 2019
-
-
Bastian Köcher authored
* Update substrate deps and fix runtime compilation * Fix compilation * Enable `std` feature
-
- Jun 05, 2019
-
-
Andrew Jones authored
* Convert validation error * Convert wasm_executor error * Convert block evaluation error * Convert collation errors and the compilation * Remove error-chain dep from service * Remove unused Result type * Remove unused error variants * Remove redundant intos * Add missing comments * Update validation/src/collation.rs Co-Authored-By: thiolliere <[email protected]> * Fix new error variant
-
- Jun 03, 2019
-
-
gabriel klawitter authored
-
Gavin Wood authored
* Slots module * Integrate slots * More drafting * Minor updates * Update parachains to use trati * More build fixes * Full code now compiles * Add renew bid function * Implement calculate_winner * Warning remove * Update gitignore * Test framework * Tests * Further testing * More tests, new parameterisation. * Fix and new test * Thread-safe tests * Test off-boarding and a fix. * Test onboarding * Allow late onboarding. * Another test and fix * Avoid println in nostd * Compact representation of paraids * Introduce documentation. * Introduce events. * Additional test and fix * Additional test * Tidy up line lengths. * Remove printlns * Use later substrate utils. * Allow parachains to send messages. * Fix build/test * Make slots work with latest substrate * Update runtime/src/slot_range.rs Co-Authored-By: Robert Habermeier <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Polish logic * Rewind to earlier substrate master * Remove dead code. * Fix build * Update substrate ref to master * Update to new inherent digests API * address grumbles * fix * Fix a warning. * Reworded a comment. * Check that receipt matches expectations * Add test for final checks * Split out queuing logic. * Test final piece of queuing logic * Fix up docs. * More docs fixes
-
- May 30, 2019
-
-
Dean Eigenmann authored
-
- May 29, 2019
-
-
Stanislav Tkach authored
-
- May 25, 2019
-
-
Pierre Krieger authored
-
thiolliere authored
* claim unsigned * more test * fix * Update claims.rs * Update runtime/src/claims.rs * Update runtime/src/claims.rs * Update runtime/src/claims.rs
-
Denis_P authored
* new image, show rust version * show rust version, fix metadata
-
Gavin Wood authored
* Slots module * Integrate slots * More drafting * Minor updates * Update parachains to use trati * More build fixes * Full code now compiles * Add renew bid function * Implement calculate_winner * Warning remove * Update gitignore * Test framework * Tests * Further testing * More tests, new parameterisation. * Fix and new test * Thread-safe tests * Test off-boarding and a fix. * Test onboarding * Allow late onboarding. * Another test and fix * Avoid println in nostd * Compact representation of paraids * Introduce documentation. * Introduce events. * Additional test and fix * Additional test * Tidy up line lengths. * Remove printlns * Use later substrate utils. * Fix build/test * Make slots work with latest substrate * Update runtime/src/slot_range.rs Co-Authored-By: Robert Habermeier <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Update runtime/src/slots.rs Co-Authored-By: Shawn Tabrizi <[email protected]> * Polish logic * Rewind to earlier substrate master * Remove dead code.
-
- May 24, 2019
-
-
Stanislav Tkach authored
* Add block data size check * Pass max_block_data_size everywhere * Fix build after merge * Fix ParachainWork initialization * Fix tests compilation
-
thiolliere authored
* update substrate * update lock
-
- May 23, 2019
-
-
Xiliang Chen authored
Related https://github.com/paritytech/substrate/issues/2288 Someone needs to update the value in Alex testnet
-
- May 22, 2019
-
-
gabriel klawitter authored
-
- May 17, 2019
-
-
asynchronous rob authored
* strip out all ICMP code and begin gossip refactor * validate incoming statements * message_allowed logic * compiles * do reporting and neighbor packet validation * tests compile * propagate gossip messages * test message_allowed * some more tests * address grumbles
-
André Silva authored
* bump version to 0.5 * bump spec_version to 1000
-
thiolliere authored
-
- May 15, 2019
-
-
Gav Wood authored
-
* WIP * merging select_chain * WIP * update to point to gui-polkadot-master * Fix collator * update gui-polkadot-master and fix * fix unwraps * better returning an error
-
Luke Schoen authored
-
Fedor Sakharov authored
* positive updates to reputations when good things happen * address review * branch on good or bad pov blocks * add a new constant for bad pov blocks
-
- May 08, 2019
-
-
* Don't pass validators' public keys with attestations * Update statement-table's Misbehaviour typedef * Update network/router * Expand MessageValidationData * Try to fix tests * Extend ApiContext * Remove 'index_mapping' from the SessionParams * Construct index_mapping from authorities * Move index_mapping to TableContext * Add test for index_mapping order
-
asynchronous rob authored
* update substrate reference * bump wasm
-