1. Jun 22, 2018
  2. Jun 20, 2018
  3. Jun 04, 2018
  4. May 31, 2018
  5. May 17, 2018
  6. May 16, 2018
    • asynchronous rob's avatar
      Store trie nodes in DB (#157) · 9736c50d
      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
      v0.1.0
      9736c50d
  7. May 15, 2018
  8. May 14, 2018
  9. May 11, 2018
  10. May 09, 2018
  11. May 08, 2018
  12. May 07, 2018
    • Gav Wood's avatar
      Fixes and improvements for PoC-1 Testnet (#143) · 0647b3bf
      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.
      0647b3bf
  13. May 06, 2018
  14. May 02, 2018
    • Arkadiy Paronyan's avatar
      Database backend (#133) · 8c8576e3
      Arkadiy Paronyan authored
      * DB backend
      
      * DB backend
      
      * Cleanup
      
      * Clean build files after running tests
      
      * Fixed comment
      
      * add OOM lang item to runtime-io
      8c8576e3
  15. May 01, 2018
  16. Apr 18, 2018
  17. Apr 17, 2018
    • Tomasz Drwięga's avatar
      Chain head subscription (#126) · 98d27776
      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.
      98d27776
  18. Apr 16, 2018
  19. Apr 15, 2018
  20. Apr 14, 2018
  21. Apr 13, 2018
    • Gav Wood's avatar
      Add chain RPCs and getHeader. (#124) · 049e11d0
      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.
      049e11d0
  22. Apr 12, 2018
  23. Apr 11, 2018