- 24 May, 2018 2 commits
-
-
* Add 128-bit shim and use for balance. * Fix tests. * Fix wasm build.
-
Sergey Pepyakin authored
* Add teardowns. * Rebuild binaries.
-
- 23 May, 2018 2 commits
-
-
Sergey Pepyakin authored
* Make Trait::Balance: Slicable * Rebuild binaries.
-
Sergey Pepyakin authored
* Extract mock module. * Wasm smart-contract instrumentation * Rebuild binaries. * Memory limits and tests.
-
- 17 May, 2018 2 commits
-
-
asynchronous rob authored
-
asynchronous rob authored
* less eager deletion of DB values * archive mode
-
- 16 May, 2018 1 commit
-
-
asynchronous rob authored
* move responsibility of storage_root calculation to state backend * have `storage_root` produce a memoizable transaction * store trie nodes in kvdb * fix up test fallout * remove stray newline * Fix comment * test for setting and checking state data * fiddle with dependencies * all parity deps on same commit hash * fix network protocol registration
-
- 15 May, 2018 1 commit
-
-
asynchronous rob authored
* call `on_new_transactions` when we import * fix trace * pass correct bytes to network * clean up * cull before repropagating; repropagate on timer * add a little tracing
-
- 11 May, 2018 1 commit
-
-
asynchronous rob authored
* update bootnodes * fix block_hash loading * test block hash gets inserted correctly * specify revision to pull kvdb-memorydb from * update parity repo dep
-
- 09 May, 2018 3 commits
-
-
asynchronous rob authored
(insubstantial)
-
asynchronous rob authored
* avoid clobbering accumulator state with late propose * log state when polling * trace on input messages
-
Svyatoslav Nikolsky authored
-
- 08 May, 2018 3 commits
-
-
asynchronous rob authored
* a little more BFT tracing * import cached BFT messages into the produced stream
-
asynchronous rob authored
-
asynchronous rob authored
* initialise dummy block before API calls * test for random-seed * revert polkadot-runtime changes
-
- 07 May, 2018 1 commit
-
-
Gav Wood authored
* Fix initialisations and add a test. * Fix test. * Fix overflow bug. * Minor refactoring and fixes. * Fix vote threshold. * Add note. * Fixes for latest rust and the readme. * Better readme. * An extra validator for PoC-1 * Update README. * PoC-1 bootnodes. * don't return async::notready for messages without scheduling wakeup * Fix endowed account * give polkadot control over round proposer based on random seed * address grumbles.
-
- 06 May, 2018 1 commit
-
-
asynchronous rob authored
-
- 02 May, 2018 1 commit
-
-
Arkadiy Paronyan authored
* DB backend * DB backend * Cleanup * Clean build files after running tests * Fixed comment * add OOM lang item to runtime-io
-
- 01 May, 2018 1 commit
-
-
* Add primitives for sandboxing. * Add sandbox module. * Implement the runtime part of the sandbox. * Rebuild binaries. * Implement smart-contract execution. * Add more documentation.
-
- 18 Apr, 2018 2 commits
-
-
* Improved logging * Removed some unwraps
-
* barrier on starting network * handle exit better * give consensus service its own internal exit signal * update comment * remove stop_notifications and fix build
-
- 17 Apr, 2018 1 commit
-
-
Tomasz Drwięga authored
* Start WebSockets server. * Expose non-working subscription. * Dummy subscription for testing. * Proper implementation with event loop. * Finalized pubsub. * Bump clap. * Fix yml. * Disable WS logs. * Remove stale TransactionHash mention * Fix build from nightly API change. * Don't panic on invalid port. * Bind server to random port. * Send only best blocks.
-
- 16 Apr, 2018 2 commits
-
-
* Disable CORS validation, improve logging. * Fix build from nightly API change. * Rebuilt binaries * More logs, keep validators after 50 blocks.
-
* Disable CORS validation, improve logging. * Fix build from nightly API change. * Rebuilt binaries
-
- 15 Apr, 2018 1 commit
-
-
asynchronous rob authored
-
- 14 Apr, 2018 2 commits
-
-
asynchronous rob authored
This reverts commit b023d89f.
-
asynchronous rob authored
-
- 13 Apr, 2018 1 commit
-
-
Gav Wood authored
* Add chain RPCs and getHeader. Also: - finish renaming transaction -> extrinsic; - rejig development chain spec to be more useful. * Fix. * Remove invalid comments. * Fix.
-
- 12 Apr, 2018 4 commits
-
-
asynchronous rob authored
-
asynchronous rob authored
* kill post_finalise * update wasm runtimes
-
Gav Wood authored
* Add --chain option. * Reinstate bail on unknown runtime.
-
* extrinsics root is calculated as part of block-building. * Fix build. * Fix xt root. * Couple of fixes. * Logging and more useful APIs. * Fix test. * Update log version. * Switch back to correct version of log.
-
- 11 Apr, 2018 3 commits
-
-
Arkadiy Paronyan authored
* Fixed block proagation after import and import notifications * Removed cargo check
-
* Informant * Pass Handle instead of Core
-
* Refactor Externalities to AccountDb. * Recompile wasm.
-
- 09 Apr, 2018 1 commit
-
-
Gav Wood authored
* Implement transaction queue RPC. * whitespace * Support without_std env in environmental! (#110) * Make environmental crate support without_std env. * Small doc fixes. * Remove dead code.
-
- 07 Apr, 2018 1 commit
-
-
- 06 Apr, 2018 1 commit
-
-
Arkadiy Paronyan authored
* CLI options and keystore integration * Replace multiqueue with future::mpsc * BFT gossip * Revert to app_dirs * generate_from_seed commented * Refactor event loop * Start consensus by timer * Message buffering * Minor fixes * Work around duty-roster issue. * some more minor fixes * fix compilation * more consistent formatting * make bft input stream never conclude * Minor fixes * add timestamp module to executive * more cleanups and logging * Fixed message propagation
-
- 05 Apr, 2018 2 commits
-
-
* Initial stuff. * Various fixes. * Fix tests. * Fix another test * Fix another test. * Docs in polkadot runtime. * Fix up ser/de tests. * Update god keys * Syntax * Fix * Merge remote-tracking branch 'origin/master' into gav-merge-runtime * Permissions on init.sh * Port-over the whitespace from @rphmeier * Rename * Merge branch 'master' into gav-merge-runtime * Fix typo. * Fix grumbles. * Make more idiomatic. * Move `Ed25519Signature` out of traits.
-
Arkadiy Paronyan authored
-