- 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
-
- Nov 02, 2018
-
-
azban authored
-
- Oct 29, 2018
-
-
Gav Wood authored
-
- Oct 25, 2018
-
-
Luke Schoen authored
-
* docs: Fix link to LICENSE * fix: Remove surrounding text
-
* docs: Fix syntax for module comment. Rename to substrate Core * docs: Reorder package layers in order of level of abstraction * docs: Make text more concise * docs: Add SRML abbreviation
-
Luke Schoen authored
* doc: Relates to #578. Add rustdoc documentation guide to readme * fix: Fix testing of dot points. Show packages over multiple lines so all visible * fix: Fix indentation and change from authorting to contributing
-
- Oct 21, 2018
- Oct 12, 2018
-
-
Shawn Tabrizi authored
* Adding instructions specific for OS X * fix link format * fix link format * adding mac libraries and how to start testnet * adding bullets to make it more clear * typo
-
- Sep 27, 2018
-
-
Gav authored
-
- Sep 14, 2018
-
-
Drew Stone authored
* Fixed spelling and grammar for clarity * Update README.adoc * Three comma club * gramma grammma grammar * Update README.adoc * Remove commas Corrected the commas. Consider the sentences: - "Energy-saving light bulbs which are cheap make for a sensible investment" - "Energy-saving light bulbs, which are cheap, make for a sensible investment" They are different. The first one is intimating that energy-saving light bulbs come in many prices and it's only the cheap ones which are a good investment. The second implies that all energy-saving light bulbs are generally cheap and they, regardless of price, make for a good investment. The commas added (which I just removed) switched the meaning, incorrectly, from one to the other.
-
- Sep 12, 2018
-
-
* Remove unneeded script * Rename Substrate Demo -> Substrate * Rename demo -> node * Build wasm from last rename. * Merge ed25519 into substrate-primitives * Minor tweak * Rename substrate -> core * Move substrate-runtime-support to core/runtime/support * Rename/move substrate-runtime-version * Move codec up a level * Rename substrate-codec -> parity-codec * Move environmental up a level * Move pwasm-* up to top, ready for removal * Remove requirement of s-r-support from s-r-primitives * Move core/runtime/primitives into core/runtime-primitives * Remove s-r-support dep from s-r-version * Remove dep of s-r-support from bft * Remove dep of s-r-support from node/consensus * Sever all other core deps from s-r-support * Forgot the no_std directive * Rename non-SRML modules to sr-* to avoid match clashes * Move runtime/* to srml/* * Rename substrate-runtime-* -> srml-* * Move srml to top-level
-
- Sep 11, 2018
- Sep 05, 2018
-
- Aug 31, 2018
-
-
woodsmur authored
-
- Aug 29, 2018
-
-
Guanqun Lu authored
-
- Aug 28, 2018
-
-
Gav Wood authored
* Squashed commit. New slashing mechanism (#554) … * Slashing improvements - unstake when balance too low - unstake after N slashes according to val prefs - don't early-terminate session/era unless unstaked - offline grace period before punishment * Fix warning * Cleanups and ensure slash_count decays * Bump authoring version and introduce needed authoring stub * Rename * Fix offline tracker * Fix offline tracker * Renames * Add test * Tests * Tests. Remove accidental merge files. Merge remote-tracking branch 'origin/master' into gav-new-pos Version bump, fixes (#572) … * Bump version, don't propose invalid blocks * Fix build. * Fixes. * More fixes. * Fix tests. * Fix more tests * More tests fixed Fix merge Fix accidental merge bug Fixes. Staking failsafes … - Don't slash/unstake/change session when too few staking participants - Introduce set_balance PrivCall Make minimum validator count dynamic. test fixes Fix tests. Fix tests Fix tests, update readme. Merge remote-tracking branch 'origin/master' into gav-new-pos Test with release. Use safe math when dealing with total stake Fix test again. Introduce events into runtime. Fix tests Add events for account new/reap Integration-style tests for events. * Remove old code
-
- Aug 27, 2018
-
-
Gav Wood authored
* New slashing mechanism (#554) * Slashing improvements - unstake when balance too low - unstake after N slashes according to val prefs - don't early-terminate session/era unless unstaked - offline grace period before punishment * Fix warning * Cleanups and ensure slash_count decays * Bump authoring version and introduce needed authoring stub * Rename * Fix offline tracker * Fix offline tracker * Renames * Add test * Tests * Tests. * Remove accidental merge files. * Version bump, fixes (#572) * Bump version, don't propose invalid blocks * Fix build. * Fixes. * More fixes. * Fix tests. * Fix more tests * More tests fixed * Fix merge * Fix accidental merge bug * Fixes. * Staking failsafes - Don't slash/unstake/change session when too few staking participants - Introduce set_balance PrivCall * Make minimum validator count dynamic. * test fixes * Fix tests. * Fix tests * Fix tests, update readme. * Test with release. * Use safe math when dealing with total stake * Fix test again. * Fix grumbles.
-
- Aug 15, 2018
-
-
Guanqun Lu authored
-
- Aug 14, 2018
-
-
asynchronous rob authored
-
- Aug 09, 2018
-
-
- Aug 05, 2018
-
-
Chevdor authored
-
- Aug 03, 2018
-
-
Chevdor authored
* Improve docker image size with a 2 stages image * Minor doc updates * Fix and reduce size of the docker image * Fix paths in scripts
-
- Jul 30, 2018
-
-
yuelipeng authored
typo fix
-
- Jul 28, 2018
-
-
Chevdor authored
Fix #437
-
- Jul 27, 2018
-
-
Chevdor authored
* Add Dockerfile Add documentation Ref #375 * Add PORT, VOLUME and reduce size of the docker image significantly Fix doc and reduce image size Fix #375 * Fix docker compose
-
- Jul 24, 2018
-
-
Chevdor authored
* Rename readme * Add some Asciidoc demo * Remove extra lines
-
- Jul 19, 2018
-
-
Chevdor authored
* Add build script to generate completion scripts * Add installation doc for the shell auto-completion
-
Gav Wood authored
* Make telemetry less susceptible to flakey wifi * Update readme * Staging shouldn't autoconnect to telemetry * Don't try to output more than 1KB of hex to Display * Better logging of transactions * Grumbles * off-by-one
-
- Jul 17, 2018
-
-
Pierre Krieger authored
-
Gav Wood authored
* Final tweaks for PoC-2 runtime upgrade * Address grumble * Avoid slow wasm * New poc-2-era bootnodes * Fix warning * Typo * Fix for allocation in wasm * Fix & runtimes. * PoC-1 should be default. * Name testnet Krumme Lanke, update README * YML update * Use the right port
-
- Jul 16, 2018
-
-
- Jul 15, 2018
-
-
Sergey Pepyakin authored
* Remove unused build.sh * Don't use wasm-export-table anymore. * Rebuild binaries. * Fix build script.
-