- May 15, 2019
-
-
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
-
- Apr 11, 2019
-
-
Andrew Jones authored
* Implement `ext_println` in contract runtime * Only allow contracts to import `ext_println` on dev chains * Configure dev chain to allow contracts with `ext_println` * Increment spec version * Docs * Rename config to the more specific enable_println
-
Bastian Köcher authored
-
- Apr 04, 2019
-
-
Arkadiy Paronyan authored
-
Bastian Köcher authored
Both functions will ignore any overlayed changes and access the backend directly.
-
- Apr 03, 2019
-
-
Arkadiy Paronyan authored
-
Bastian Köcher authored
-
* cache changes trie config in db storage * Update core/client/db/src/lib.rs Co-Authored-By: svyatonik <[email protected]> * Update core/client/db/src/lib.rs Co-Authored-By: svyatonik <[email protected]>
-
-
* implement contract events * update runtime * renaming * update test code hash * improve complexity details * add deposit event base cost * add test * Revert "add deposit event base cost" This reverts commit 58ec010c. * update test * Revert "update test" This reverts commit 6fe61a59. * Revert "Revert "add deposit event base cost"" This reverts commit 145e8a9b. * Fix format a bit
-
asynchronous rob authored
* aura API defaults to rejecting old seals * build node-cli
-
Kian Peymani authored
* Nasty patch for election * cleanup * a few more comments. * minor fixes * Improve comment
-
Gav Wood authored
-
asynchronous rob authored
* ensure imbalances are properly accounted for * bump runtime version * Update node/runtime/src/lib.rs
-