- 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
-
Pierre Krieger authored
-
- Apr 17, 2019
-
-
thiolliere authored
* Fix for miscalculation of storage root (#2285) * resolve child trie usage * update version * Fix contract child usage
-
- Apr 16, 2019
-
-
André Silva authored
* simplification of peerset api (#2123) * Introduction of PeersetHandle * integrate PeersetHandle with the rest of the codebase * fix compilation errors * more tests for peerset, fixed overwriting bug in add_reserved_peer * Slots data structure and bugfixes for peerset * bend to pressure * updated lru-cache to 0.1.2 and updated linked-hash-map to 0.5.2 * peerset discovered list is now a LinkedHashMap * fix review suggestions * split back Peerset and PeersetHandle * test for Peerset::discovered * applied review suggestions * fixes to peerset::incoming * peerset disconnects are all instantaneous * instantaneous drop in peerset finished * Peerset::set_reserved_only can also reconnect nodes * Peerset scores cache uses lru-cache * remove redundant function call and comment from Peerset::on_set_reserved_only * add_peer returns SlotState enum * apply review suggestions * is_reserved -> is_connected_and_reserved * Fix state inconsistency between handler and behaviour (#2220) * Fix state inconsistency between handler and behaviour * Fix the error! being in the wrong place * Apply negative rating on explicit ban (#2247) * Apply negative rating on explicit ban * Update core/network/src/service.rs Co-Authored-By: arkpar <[email protected]>
-
- Apr 15, 2019
-
-
Bastian Köcher authored
-
- Apr 12, 2019
-
-
Shawn Tabrizi authored
* Update `template-node` to `node-template` For substrate-up scripts * Remove random artifact
-
Svyatoslav Nikolsky authored
-