- Jul 09, 2019
-
-
Luke Schoen authored
* Repair PR for v1.0 branch * Nits * More nits * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: Luke Schoen <[email protected]> * Update srml/democracy/src/vote_threshold.rs Co-Authored-By: Luke Schoen <[email protected]> * More fixes * Update srml/democracy/src/lib.rs Co-Authored-By: joe petrowski <[email protected]> * Update srml/democracy/src/lib.rs Co-Authored-By: joe petrowski <[email protected]> * Add related modules
-
- Jul 03, 2019
-
-
joe petrowski authored
* Reset documentation history * Add back other changes * Repair branch * Nitpicks * Update srml/council/src/seats.rs
-
- Jun 28, 2019
-
-
Joshy Orndorff authored
* Staking: Minor typo fix: of -> or * Bump impl version (only rustdoc changed). * Revert "Bump impl version (only rustdoc changed)." This reverts commit 9439654e.
-
- Jun 22, 2019
-
-
Shawn Tabrizi authored
https://github.com/paritytech/substrate/commit/6ea53d86#diff-96edf7a6f008de9e928d04e1ae5e12a5
-
- Jun 18, 2019
-
-
gabriel klawitter authored
-
gabriel klawitter authored
-
- Jun 06, 2019
-
-
Joshy Orndorff authored
-
Joshy Orndorff authored
-
- Jun 04, 2019
-
-
Shawn Tabrizi authored
Fixes https://github.com/paritytech/substrate/issues/2763
-
thiolliere authored
* fix: use Ss58Codec for from_ss58check and to_ss58check * Update lib.rs * chore: clean
-
- May 31, 2019
-
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
* core/primitives * sr-primitives * sr-primitives * srml-treasury * substrate-executor * substrate-keystore * network-libp2p * substrate-service * srml-system * substrate-rpc * sr-version * substrate-telemetry * substrate-test-runtime * substrate-transaction-pool * node-template-runtime * node-primitives * srml-consensus * srml-contract * srml-democracy * srml-finality-tracker * srml-grandpa * srml-metadata * srml-support * Clean * Update locks
-
- May 30, 2019
-
-
Bastian Köcher authored
* Enable `std` feature for all required crates * Fix indentation
-
- May 28, 2019
-
-
thiolliere authored
* Generate correct serde bound for GenesisConfig * Handle double map as well * Adapt double map test
-
- May 22, 2019
-
-
* Backport: Make contract dispatchables public https://github.com/paritytech/substrate/commit/fc836ada * Bump impl
-
Shawn Tabrizi authored
See: https://github.com/paritytech/substrate/pull/2643
-
- May 20, 2019
-
-
thiolliere authored
* block_gas_limit*=10 * bump version * Update node/runtime/src/lib.rs
-
- May 15, 2019
-
-
Pierre Krieger authored
-
Denis_P authored
* dockerfile update * dockerfile optimization * metadata for docker image
-
- May 10, 2019
-
-
Bastian Köcher authored
`impl_runtime_apis!` is not only implementing the apis, it also calls them internally and thus generates the warning. So, we just allow depracted calls in the generated code.
-
- May 08, 2019
-
-
gabriel klawitter authored
* ci: fixes and test node template build
-
Denis_P authored
-
- May 07, 2019
-
-
gabriel klawitter authored
* ci: publish v1.0 branch to latest-v1.0 tags * ci: fix github labelling for v1.0
-
- May 06, 2019
-
-
Gavin Wood authored
- Add convert - Add btree_set for without_std
-
Pierre Krieger authored
* ProtocolId can now be more than 3 bytes (#2350) * Update to libp2p v0.7.0 (#2343) * Update to libp2p master * Fix tests * More tests fixing * Remove the multiplexed networking system (#2373) * Remove the multiplexed networking system * Rename BackCompat to Normal * Remove CustomMessageId * Fix tests * Allow multiple substreams (#2379) * Allow multiple substreams * Update core/network-libp2p/src/custom_proto/handler.rs Co-Authored-By: tomaka <[email protected]> * Fix #2403 (#2404) * Fix #2403 * Apply suggestions from code review Co-Authored-By: tomaka <[email protected]> * Split Context::send_message into multiple methods (#2409) * Split Context::send_message into multiple methods * Apply suggestions from code review Co-Authored-By: tomaka <[email protected]> * Add reason for closing and fix multiple substreams (#2437) * Simplify the code of connection_keep_alive (#2438) * Drop connections when the handler gets disabled (#2439) * Drop connections when the handler gets disabled * Add test * Disable mDNS when passing --dev (#2467) * Show more information when too many addresses are reported (#2473) * Show more information when too many addresses are reported * Update core/network-libp2p/src/behaviour.rs Co-Authored-By: tomaka <[email protected]> * Silence some errors
-
Pierre Krieger authored
* ProtocolId can now be more than 3 bytes (#2350) * Update to libp2p v0.7.0 (#2343) * Update to libp2p master * Fix tests * More tests fixing * Remove the multiplexed networking system (#2373) * Remove the multiplexed networking system * Rename BackCompat to Normal * Remove CustomMessageId * Fix tests * Allow multiple substreams (#2379) * Allow multiple substreams * Update core/network-libp2p/src/custom_proto/handler.rs Co-Authored-By: tomaka <[email protected]> * Fix #2403 (#2404) * Fix #2403 * Apply suggestions from code review Co-Authored-By: tomaka <[email protected]> * Split Context::send_message into multiple methods (#2409) * Split Context::send_message into multiple methods * Apply suggestions from code review Co-Authored-By: tomaka <[email protected]> * Add reason for closing and fix multiple substreams (#2437) * Simplify the code of connection_keep_alive (#2438) * Drop connections when the handler gets disabled (#2439) * Drop connections when the handler gets disabled * Add test * Disable mDNS when passing --dev (#2467) * Show more information when too many addresses are reported (#2473) * Show more information when too many addresses are reported * Update core/network-libp2p/src/behaviour.rs Co-Authored-By: tomaka <[email protected]>
-
thiolliere authored
* fix double map encoding * decl_storage doc (#2341) * doc * other doc cleanup and fixing links * one more typo * decl_storage document hasher choice (#2387) * doc * fix * grammar and line wrapping * small changes to end * Update lib.rs * update after demi's review * bump runtime * update doc
- May 03, 2019
-
-
- Apr 29, 2019
-
-
* store contract keys with blake2_256 * bump version
-
- Apr 26, 2019
-
-
thiolliere authored
-
- Apr 25, 2019
-
-
- Apr 24, 2019
-
-
Gavin Wood authored
* First effort * Fix for encoding * !fixed subkey xfer creation (still brittle because of double-hardcoded genesis_hash (#2221) * CLI genesis hash * Add test * Slightly nicer text * Fix Elm hash * Update lock file
-
Pierre Krieger authored
-
Gavin Wood authored
* Use total issuance to convert between votes and balances * Remove cruft
-
Andrew Jones authored
* Restrict patch version of syn (#2327) # Conflicts: # srml/support/procedural/Cargo.toml * Remove trailing newline
-
Xiliang Chen authored
* Move scripts to scripts folder and update readme * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * Update node-template/README.md Co-Authored-By: xlc <[email protected]> * remove release flag
-
- Apr 23, 2019
-
-
thiolliere authored
* remove default hash, introduce twox_128 and blake2 * use blake2_128 & create ext_blake2_128 * refactor code * add benchmark * factorize generator * fix * parameterizable hasher * some fix * fix * fix * fix * metadata * fix * remove debug print * map -> blake2_256 * fix test * fix test * Apply suggestions from code review Co-Authored-By: thiolliere <[email protected]> * impl twox 128 concat (#2353) * impl twox_128_concat * comment addressed * fix * impl twox_128->64_concat * fix test
-
Sergei Pepyakin authored
# Conflicts: # core/trie/Cargo.toml # srml/contract/src/lib.rs
-