- Nov 22, 2019
-
-
Tomasz Drwięga authored
* Pass Extensions instead of individual objects. * Move TransactionPool to a separate ExternalitiesExtension. * Fix compilation.? * Clean up. * Refactor testing utilities. * Add docs, fix tests. * Fix doctest. * Fix formatting and add some logs. * Add some docs. * Remove unused files.
-
Ashley authored
* Very WIP * record_metrics macro works * Integrate into service * Licenses and documentation * Remove unused Debugs, make respond function clearer * Conform to line widths, fix service test * Switch to storing the timestamps as millis instead * Update core/grafana-data-source/src/lib.rs Co-Authored-By: Kian Paimani <[email protected]> * Transform timestamps to i64 in serialization * Fix license date * Binary sort to find selection range for metrics * Obey maxDataPoints * Run a cleaning future * Newlines at EOF * Update core/service/Cargo.toml Co-Authored-By: Pierre Krieger <[email protected]> * Update core/grafana-data-source/src/lib.rs Co-Authored-By: Pierre Krieger <[email protected]> * Fix indentation * Improve select_points * Made test more accurate * Inprogress * Use the same futures version as hyper for now * Error handling * Remove dependence on hyper's tokio feature * Added target_os flag * Update Cargo.toml Co-Authored-By: Pierre Krieger <[email protected]> * Simplify example * Remove compat wildcard * Updated lock file * Fix indentation
😉 -
Pierre Krieger authored
-
mattrutherford authored
* Implement instrumentation for performance profiling * Add profiling to runtime functions declared in `decl_module` inc. `on_initialize` and `on_finalize` * Remove changes * add docs, tidy up * fix versions * fix copyright date * switch to hashmap and instant * update example * update example * implement receiver for logger and make default * fix comment * use `if_std!` macro * remove whitespace * fix whitespace * fix nits
-
Web3 Philosopher authored
* better docs for import_notification_stream * Apply suggestions from code review Co-Authored-By: Tomasz Drwięga <[email protected]>
-
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
-
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
-
- Nov 21, 2019
-
-
Tomasz Drwięga authored
* Revert "Fix serialization of `transaction_paymentInfo` (#4146)" This reverts commit a15b33a0. * Revert chain-spec too. * Bring back camelCase and test.
-
- Nov 20, 2019
-
-
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
-
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
-
- Nov 19, 2019
-
-
Pierre Krieger authored
-
Tomasz Drwięga authored
* Add serialization test for u128 * Fix crash on serde of u128
-
Svyatoslav Nikolsky authored
* fetch new authorities set instead of previous one * fixed leftovers + updated test properly * read initial authorities once * updated comment * fix grumbles
-
* peerset: remove unused dependencies * gossip: replace lru cache * header-metadata: replace lru cache
-
- Nov 14, 2019
-
-
Benjamin Kampmann authored
* Adding first rough ouline of the repository structure * Remove old CI stuff * add title * formatting fixes * move node-exits job's script to scripts dir * Move docs into subdir * move to bin * move maintainence scripts, configs and helpers into its own dir * add .local to ignore * move core->client * start up 'test' area * move test client * move test runtime * make test move compile * Add dependencies rule enforcement. * Fix indexing. * Update docs to reflect latest changes * Moving /srml->/paint * update docs * move client/sr-* -> primitives/ * clean old readme * remove old broken code in rhd * update lock * Step 1. * starting to untangle client * Fix after merge. * start splitting out client interfaces * move children and blockchain interfaces * Move trie and state-machine to primitives. * Fix WASM builds. * fixing broken imports * more interfac...
-
- Feb 08, 2018
- Feb 07, 2018
-
-
Gav authored
- Everything polkadot becomes polkadot-. - Wasm (substrate) executor tests split from Wasm (Polkadot) runtime and built independently.
-
Gav authored
-
Gav authored
-
Gav authored
-
Gav authored
-
Gav authored
No tests yet. Wasm build still pulls in std.
-
Gav authored
-
Gav authored
-
Gav authored
-
Gav authored
-
Gav authored
-
Gav authored
-
- Feb 06, 2018
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-