- Nov 22, 2019
-
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
Web3 Philosopher authored
* better docs for import_notification_stream * Apply suggestions from code review Co-Authored-By:
Tomasz Drwięga <tomusdrw@users.noreply.github.com>
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
Benjamin Kampmann authored
-
asynchronous rob authored
* update finality-grandpa to v0.10.0 rev * add concluded implementation to environment * also update state when concluding * switch to the cargo version * address comment grumbles
-
Benjamin Kampmann authored
-
Ashley authored
Upgrade from futures-preview to futures 0.3.1, and remove futures 0.1 where currently possible (#4083) * Migrate node and node-template * Migrate srml * Simple changes * Add async-std for interval * Fix test-runtime warning * Small changes * move futures01 in core/rpc to dev-deps * Change wasm CI builds * Switch to async-std 1.0.1 * Remove async-std dep of network * Add modified lockfile * Fix node cli browser build * Remove authority-discovery async-std dep * Add Send + Sync to interval dyn stream
-
Gavin Wood authored
* grandpa: voting rules shouldn't restrict past round base * grandpa: fix lower bound on vote restriction. add test
-
Bastian Köcher authored
* Clean up depedencies and cargo tomls * Yeah, fuck it
-
Benjamin Kampmann authored
-
Kian Paimani authored
* Fisr migrated version of weight to paint * Bump * Minor nits * Some review fixes. * Line width * Revert spec bump * Fix build * Update lock file * Update palette/executive/src/lib.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Update palette/membership/src/lib.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- Nov 21, 2019
-
-
Benjamin Kampmann authored
* fix runtime check script * fix subkey deploy * fix rustdoc-header path * Remove vulnerable rust-yaml by directly parsing clap in subkey * Make network and password optional as the test requires
-
Tomasz Drwięga authored
* Revert "Fix serialization of `transaction_paymentInfo` (#4146)" This reverts commit a15b33a0. * Revert chain-spec too. * Bring back camelCase and test.
-
Benjamin Kampmann authored
-
Jim Posen authored
* Upgrade paritytech/trie crates to 0.16.0. * Fix tests and unexpected Cargo.lock change. * Bump trie-bench version.
-
joe petrowski authored
* /paint to /palette * rename paint to palette * rename the modules in palette to be pallets * update Structure.adoc * bump impl * fix CI directory * Update docs/Structure.adoc Co-Authored-By:
Benjamin Kampmann <ben@gnunicorn.org>
-
- Nov 20, 2019
-
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Fix `node-rpc-client` compilation * Enable `alloc` feature of `zeroize` on `std`
-
Sergey Pepyakin authored
* Use crates.io version of wasmtime * Update cranelift-* to 0.50 * Update trampoline generation code. * Update wasmtime to 0.8 * pretty print trampoline compilation errors
-
Bastian Köcher authored
This makes it possible to use custom runtime interfaces within your runtime by registering them at the native executor.
-
André Silva authored
-
Kian Paimani authored
* genesis check for balances * fix test. * Update paint/balances/src/lib.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Benjamin Kampmann authored
* Split Aura and Timestamp inherents out of paint * fixup node depedencies * move babe inherents to primitives * move authorship inherents into primitives * Move finalty tracker inherents into primitives * fix aura primitives import
-
Gavin Wood authored
This reverts commit fcbb80f9.
-
Pierre Krieger authored
* export_blocks now generates a Future * Handle the export blocks exit in substrate-cli instead * Turn import_blocks entirely into a Future * Move the exit parameter to substrate-cli for imports
-
Bastian Köcher authored
When we enabled arbitary precision for `serde_json`, the feature leaked through the whole workspace. The given test fails because of some bug in serde json when the feature is enabled.
-
André Silva authored
-
Tomasz Drwięga authored
-
- Nov 19, 2019
-
-
Xiliang Chen authored
* add div and checked_div to Fixed64 * add more tests * div by zero is div by zero
-
Pierre Krieger authored
-
Tomasz Drwięga authored
* Add serialization test for u128 * Fix crash on serde of u128
-
Demi Obenour authored
This invariant holds for both the free and reserved balances. Document it. I also reformatted the documentation slightly.
-
Svyatoslav Nikolsky authored
* fetch new authorities set instead of previous one * fixed leftovers + updated test properly * read initial authorities once * updated comment * fix grumbles
-
André Silva authored
* docs: fix CODEOWNERS paths * Apply suggestions from code review
-