- Oct 03, 2019
-
-
* Update README.adoc * Update README.adoc Co-Authored-By:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update README.adoc Co-Authored-By:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update README.adoc Co-Authored-By:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update README.adoc Co-Authored-By:
joe petrowski <25483142+joepetrowski@users.noreply.github.com>
-
- Sep 18, 2019
-
-
Bastian Köcher authored
* Make `wasm-builder` check for `rust-lld` * Update README.adoc Co-Authored-By:
Ricardo Rius <9488369+riusricardo@users.noreply.github.com>
-
- Sep 11, 2019
-
-
Shawn Tabrizi authored
* Use `--release` for running a Substrate dev node Otherwise users may run into block production time problems. * Update README.adoc
-
- Aug 29, 2019
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Adds `WASM_TARGET_DIRECTORY` env variable to `wasm-builder` * Create the `wasm-builder-runner`'s in a common workspace * Make `wasm-builder` trigger less rebuilds * Version up * Adds script for building only the WASM files * Apply suggestions from code review Co-Authored-By:
André Silva <andre.beat@gmail.com> Co-Authored-By:
DemiMarie-parity <48690212+DemiMarie-parity@users.noreply.github.com>
-
- Aug 28, 2019
-
-
André Silva authored
-
- Aug 26, 2019
-
-
joe petrowski authored
-
- Aug 24, 2019
-
-
Bastian Köcher authored
* Show the available key management RPC calls in README * minor fixes
-
- Aug 01, 2019
-
-
André Silva authored
-
- Jul 23, 2019
-
-
Bastian Köcher authored
* Make sure CI checks all benchmarks * Fix babe
-
- Jul 05, 2019
-
-
Max Inden authored
Block period was renamed to minimum period. This commit updates the README accordingly.
-
- Jul 04, 2019
-
-
Bastian Köcher authored
* Introduce `wasm-builder` and `wasm-builder-runner` to retire `build.sh` Make use of `wasm-builder` in `test-runtime`. * Add build script and remove the wasm project * Port `node-runtime` to new wasm-builder * Make `substrate-executor` tests work with `wasm-builder` * Move `node-template` to `wasm-builder` * Remove `build.sh` :) * Remove the last include_bytes * Adds the missing build.rs files * Remove `build.sh` from CI * Debug CI * Make it work in CI * CI attempt 3 * Make `substrate-runtime-test` compile on stable * Ahhh, some missed `include_bytes!` * AHH * Add suggestions * Improve search for `Cargo.lock` and don't panic if it is not found * Searching from manifest path was no good idea * Make the `wasm-builder` source better configurable * Expose the bloaty wasm binary as well * Make sure to rerun WASM recompilation on changes in dependencies * Introduce new `WASM_BUILD_TYPE` env and make sure to call `build.rs` on changes to env variables * Remove `build.sh` from READMEs * Rename the projects * Fixes CI * Update lock file * Fixes merge-conflict * Apply suggestions from code review Co-Authored-By:
TriplEight <denis.pisarev@parity.io> * Try to make windows happy * Replace all back slashes in paths with slashes * Apply suggestions from code review Co-Authored-By:
Pierre Krieger <pierre.krieger1708@gmail.com> * Use cargo from `CARGO` env variable * Fix compilation * Use `rustup` for running the nightly build * Make individual projects skipable * Fix compilation * Fixes compilation * Build all WASM projects in one workspace * Replace more back slashes! * Remove `inlcude_bytes!` * Adds some documentation * Apply suggestions from code review Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Apply suggestions from code review Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * More review comments * Update `Cargo.lock` * Set license * Apply suggestions from code review Co-Authored-By:
joe petrowski <25483142+joepetrowski@users.noreply.github.com> * More review comments + adds `TRIGGER_WASM_BUILD` env * Fix doc tests * Increase version + update README * Switch crates.io version of `wasm-builder` * Update README * Switch to released version of `wasm-builder-runner`
-
- Jun 19, 2019
-
-
Sergey Pepyakin authored
* srml-contract → srml-contracts * Trim. * Bump version
-
- Jun 01, 2019
-
-
Joshy Orndorff authored
-
- May 17, 2019
-
-
Xiliang Chen authored
-
- May 14, 2019
-
-
André Silva authored
* node: replace emberic elm with flaming fir testnet * update readme
-
- May 06, 2019
-
-
Marcio Diaz authored
fix: organizm to organism, substate to substrate, datastructures to data structures, gossipped to gossiped (#2472)
-
- Apr 29, 2019
-
-
- Apr 26, 2019
-
-
Michael Müller authored
* Fix typos * Align properly * Update core/consensus/slots/src/lib.rs Co-Authored-By:
cmichi <mich@elmueller.net> * Update core/network/src/test/mod.rs Co-Authored-By:
cmichi <mich@elmueller.net> * Update core/finality-grandpa/src/communication/mod.rs Co-Authored-By:
cmichi <mich@elmueller.net> * Update core/consensus/common/src/import_queue.rs Co-Authored-By:
cmichi <mich@elmueller.net>
-
- Apr 03, 2019
-
-
Arkadiy Paronyan authored
-
- Mar 29, 2019
-
-
Stanislav Tkach authored
* Move authorities interface from Core to consensus f * notify all caches of block insert + create with up-to-date best_fin * merged authorities_are_cached from light_grandpa_import2 * Add ProvideCache trait * Create helper function for 'get_cache' * Fix some formatting * Bump impl version * Resolve wasm conflicts * Apply review comments * Use try_for_each * Move authorities interface from Core to consensus f * notify all caches of block insert + create with up-to-date best_fin * merged authorities_are_cached from light_grandpa_import2 * Add ProvideCache trait * Create helper function for 'get_cache' * Fix some formatting * Bump impl version * Resolve wasm conflicts * Apply review comments * Use try_for_each * Move authorities interface from Core to consensus f * notify all caches of block insert + create with up-to-date best_fin * merged authorities_are_cached from light_grandpa_import2 * Add ProvideCache trait * Create helper function for 'get_cache' * Fix some formatting * Bump impl version * Resolve wasm conflicts * Apply review comments * Use try_for_each * Increment impl_version * Update lib.rs
-
joe petrowski authored
* all the ise * forgot a misspelling * a few more replacements * bump impl * rollback and fixes * bump impl again * Add aliases for RPC * Update on_demand.rs
-
- Mar 18, 2019
-
-
Bastian Köcher authored
* Expose keyring accounts in CLI So, `--alice` will give you a node with `--key //Alice --name Alice`. * Update readme
-
- Mar 15, 2019
-
-
Gav Wood authored
* Crypto fixes: - Use schnorrkel's HDKD derive - Assume all key URIs beginning with `/` are prefixed with public root phrase. * Remove commented code. * Update README * Update core/primitives/src/ed25519.rs Co-Authored-By:
gavofyork <github@gavwood.com>
-
- Mar 07, 2019
-
-
Luke Schoen authored
-
- Feb 20, 2019
-
-
* Introduce new testnet ready for 0.10 * Upgraded dd spec
-
- Feb 03, 2019
- Jan 31, 2019
-
-
Joshy Orndorff authored
* Fix minor error in chainspec generation command in readme * Fixed up remaining typo
-
- Jan 25, 2019
-
-
Bastian Köcher authored
* Rework cli handling * Update readme * Adds support for custom subcommands and extra run parameters * Update readme * Fixes compilation after master merge * Make "Run" the default subcommand Actually its hidden to the outside that is an subcommand. * Rewrite CLI to work without breaking old CLI behavior * Some cleanup * Fix incorrect config setup * Update README * Fixes after merge * Fixes incorrect README
-
- Jan 14, 2019
-
-
Fabian Raetz authored
-
- Jan 10, 2019
-
-
Stanislav Tkach authored
-
- Jan 09, 2019
-
-
joepetrowski authored
* Updated README.adoc Added a new section with instructions of how to join the Krumme Lanke testnet. Closes Issue 1217 * Update README.adoc Instructions for joining Charred Cherry + some minor typos * Updated Runtime & API in README.adoc Properties of these functions are changing quickly, updated this section to be more generic.
-
- Dec 20, 2018
-
-
Mohanson authored
* Fix usage error in README * Flow the advice
-
- Dec 17, 2018
-
-
Gav Wood authored
* Add new testnet * Rename * Update lib.rs * Rename ctd. * Remove BBQ Birch Testnet reference from Readme * Fix comment * Update keys
-
- Dec 05, 2018
-
-
Bastian Köcher authored
* Update `rocksdb` to try minimizing memory leaks * Update required dependencies
-
- Dec 03, 2018
-
-
Luke Schoen authored
Fixes ordering of command-line arguments. `substrate --help` shows usage as substrate `[FLAGS] [OPTIONS] [SUBCOMMAND]`, where `--chain=staging` is one of the possible OPTIONS, and `build-spec` is a possible SUBCOMMAND. The ordering should be `substrate --chain=staging build-spec` instead. Relates to issue raised by user attente in Riot https://matrix.to/#/!HzySYSaIhtyWrwiwEV:matrix.org/$154385734133299JuBZU:matrix.parity.io
-
- Nov 15, 2018
-
-
Shawn Tabrizi authored
-
- Nov 12, 2018
-
-
Luke Schoen authored
docs: Extends #999. Remove disused package readmes. Rename to sr-metadata. Fix Readme Rustdoc names (#1016) * docs: Remove safe-mix since is no longer local dependency * docs: Fix existing packages link. Still only includes Substrate Core * docs: Remove empty package Readmes. Remove old docs links. Rename to Readme * docs: Remove link to old docs * misc: Merge latest from master. Renaem to sr-metadata. Fix list of RustDoc package names * Rename substrate-metadata to sr-metadata, since it is in the "srml" subdirectory * Change example to use package name that opens all packages in RustDocs * Fix list of packages names that are available to open in RustDocs * fix typo * fix ordering of CLI options and add missing backslash
-