1. Mar 23, 2017
  2. Mar 22, 2017
  3. Mar 17, 2017
  4. Mar 16, 2017
  5. Mar 15, 2017
  6. Mar 13, 2017
    • Gav Wood's avatar
      Chain-selection from UI (#4859) · 3041c954
      Gav Wood authored
      * First little bits for chain-selection.
      
      * Provide RPCs and get settings through to user defaults.
      
      * Hasty stash.
      
      * Fix updater accidentally redownloading.
      
      * Finish up.
      
      * Add JS tests.
      
      * Hypervisor should never run a binary modified before itself.
      
      * Style.
      
      * Help tweak.
      
      * Fix test compile.
      
      * Fix JS test
      
      * Build fix for tests.
      
      * Revert default chain name
      
      * Another test
      
      * Use spec name via client.
      
      * Fix mock up.
      
      * whitespace
      
      [ci:skip]
      
      * whitespace
      
      [ci:skip]
      
      * remove exit/restart endpoints.
      3041c954
  7. Mar 11, 2017
  8. Feb 20, 2017
    • asynchronous rob's avatar
      Save pending local transactions in the database (#4566) · 62b340f2
      asynchronous rob authored
      * Create new column family for local node info
      
      * remove DBTransaction::new reliance on DB
      
      * KeyValueDB trait
      
      * InMemory KeyValueDB implementation
      
      * journaldb generic over KVDB
      
      * make most of `ethcore` generic over KVDB
      
      * fix json tests compilation
      
      * get all tests compiling
      
      * implement local store (just for transactions)
      
      * finish local store API, test
      
      * put everything into place
      
      * better test for skipping bad transactions
      
      * fix warning
      
      * update local store every 15 minutes
      
      * remove superfluous `{}`s
      62b340f2
    • Svyatoslav Nikolsky's avatar
      Secret store - initial version (#4567) · b9665c7c
      Svyatoslav Nikolsky authored
      * initial secret store commit
      
      * various fixes
      
      * license
      
      * (sstore, secstore) -> secretstore
      
      * marked KeyServer trait as IPC-ready
      
      * fixed style
      
      * ignore requests with Origin header
      
      * fixed tests
      
      * fixed Origin header check
      b9665c7c
  9. Feb 16, 2017
  10. Feb 15, 2017
  11. Feb 14, 2017
  12. Feb 13, 2017
    • Tomasz Drwięga's avatar
      Serde 0.9 (#4508) · f1e99ea2
      Tomasz Drwięga authored
      * Porting json
      
      * Dapps
      
      * Rpc & Ethstore
      
      * New ethabi
      
      * Last bunch of fixes
      
      * Fixing last test
      
      * Removing build script
      
      * Adding ethcore-ipc-tests back
      
      * Fixing grumbles
      
      * Fixing blockchain tests (inference regression?)
      f1e99ea2
  13. Jan 25, 2017
    • Nikolay Volf's avatar
      Stratum up (#4233) · 1acc8031
      Nikolay Volf authored
      * flush work
      
      * flush work
      
      * flush work
      
      * flush work
      
      * generalized notifiers
      
      * general setup with modules
      
      * general setup with modules
      
      * all binded
      
      * catch up with master
      
      * all dependencies injected
      
      * stratum another up
      
      * tcp update
      
      * submitwork routine
      
      * finalize & fix warnings
      
      * merge bugs, review fixes
      
      * merge bugs, review fixes
      
      * new cli mess cleanup
      
      * usage.txt swap
      
      * flush work
      
      * cli adopt
      
      * compilation with new cli sorted
      
      * subid space in json
      
      * serialization issues
      
      * grumbles addressed
      
      * more grumbles
      
      * remove last_work note for now
      
      * fix compilation
      
      * fix tests
      
      * merge bugs
      
      * no obliged ipc
      
      * moving notifiers
      
      * no optional feature now
      
      * refactored again
      
      * working on tests
      
      * refactor to new tcp/ip
      
      * stratum lib ok
      
      * ethcore crate ok
      
      * wip on tests
      
      * final test working
      
      * fix warnings, \n-terminated response
      
      * new compatibility
      
      * re-pushing work once anybody submitted
      
      * various review and general fixes
      
      * reviewe fixes
      
      * remove redundant notifier
      
      * one symbol -> huge bug
      
      * ensure write lock isn't held when calling handlers
      
      * extern declarations moved
      
      * options to stratum mod, SocketAddr strongly-typed instantiation
      
      * Minor style fix.
      
      * Whitespace and phrasing
      
      * Whitespace
      1acc8031
  14. Jan 18, 2017
  15. Jan 11, 2017
    • Tomasz Drwięga's avatar
      New jsonrpc-core with futures and metadata support (#3859) · 41da1a0a
      Tomasz Drwięga authored
      * Bumping serde & serde_json
      
      * Super-initial usage of new jsonrpc
      
      * Single event loop for jsonrpc
      
      * Metadata
      
      * Supporting metadata extraction for eth_accounts
      
      * Fixing Cargo.lock
      
      * Removing uneccessary clones
      
      * Fixing unused import
      
      * Unused import
      
      * Fixing test
      41da1a0a
  16. Jan 10, 2017
  17. Dec 22, 2016
    • Tomasz Drwięga's avatar
      Global Fetch Service (#3915) · f0387c33
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      f0387c33
  18. Dec 17, 2016
    • Gav Wood's avatar
      Final fixups for updater · b2b3a0eb
      Gav Wood authored
      - Wire up platforms to match those of CI.
      - Introduce "final" feature to tag version with "nightly".
      b2b3a0eb
  19. Dec 15, 2016
  20. Dec 13, 2016
  21. Dec 11, 2016
  22. Dec 09, 2016
  23. Dec 08, 2016
  24. Dec 07, 2016
  25. Dec 05, 2016
  26. Nov 28, 2016
  27. Nov 23, 2016
  28. Nov 20, 2016
  29. Nov 04, 2016
  30. Oct 27, 2016