Skip to content
  1. Mar 22, 2017
    • Marek Kotewicz's avatar
      rlp deserialization refactor, 30% faster (#4901) · 044d0706
      Marek Kotewicz authored
      * fixed naming of rlp modules
      
      * RlpStream cleanup
      
      * appending short rlp lists (0...55 bytes) is 25% faster
      
      * RlpStream does not use bytes module, nor trait Stream
      
      * removed unused code from rlp module
      
      * compiling ethcore-util with new rlp serialization
      
      * compiling parity with new rlp serialization
      
      * fixed compiling ethcore-light with new rlp serialization
      
      * fixed compiling ethsync with new rlp serialization
      
      * moved rlp benches and rlp tests
      
      * rlp deserialization refactor, 30% faster
      
      * removed redundant comment, print
      
      * fixed compiling parity with new rlp deserialization
      
      * removed redundant double-space
      
      * fixed failing test
      
      * updated rlp docs, removed unused traits
      
      * fixed rlp benchmarks
      
      * replace usage of WriteBytesExt with ByteOrder
      
      * removed unused, commented out code
      
      * fixed merge conflict
      044d0706
    • Tomasz Drwięga's avatar
      Updating JSON-RPC crates (#4934) · 7e87e9e8
      Tomasz Drwięga authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * New version of jsonrpc.
      
      * Better invalid encoding messages
      
      * Fixing deprecated methods of tokio_core
      
      * Using dedicated branch for jsonrpc
      
      * Bump
      7e87e9e8
    • Marek Kotewicz's avatar
      splitting part of util into smaller crates (#4956) · d530cc86
      Marek Kotewicz authored
      * split path module from util
      
      * moved RotatingLogger from util to logger crate
      
      * fix tests
      
      * fix tests
      
      * use only one version of ansi_term crate
      d530cc86
  2. Mar 21, 2017
  3. Mar 20, 2017
    • Tomasz Drwięga's avatar
      Changing Mutex into RwLock for transaction queue (#4951) · badb3729
      Tomasz Drwięga authored
      * Changing Mutex into RwLock for transaction queue
      
      * Fixing merge
      
      * little fix
      badb3729
    • keorn's avatar
      Disable max seal period for external sealing (#4927) · e228de18
      keorn authored
      * no max sealing when external
      
      * force internal sealing
      e228de18
    • Marek Kotewicz's avatar
      rlp serialization refactor (#4873) · a555686b
      Marek Kotewicz authored
      * fixed naming of rlp modules
      
      * RlpStream cleanup
      
      * appending short rlp lists (0...55 bytes) is 25% faster
      
      * RlpStream does not use bytes module, nor trait Stream
      
      * removed unused code from rlp module
      
      * compiling ethcore-util with new rlp serialization
      
      * compiling parity with new rlp serialization
      
      * fixed compiling ethcore-light with new rlp serialization
      
      * fixed compiling ethsync with new rlp serialization
      
      * removed redundant comment, print
      
      * removed redundant double-space
      
      * replace usage of WriteBytesExt with ByteOrder
      a555686b
  4. Mar 19, 2017
  5. Mar 16, 2017
  6. Mar 15, 2017
  7. Mar 14, 2017
  8. Mar 13, 2017
    • Arkadiy Paronyan's avatar
    • 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
  9. Mar 11, 2017
  10. Mar 10, 2017
  11. Mar 08, 2017
    • keorn's avatar
      Calibrate step before rejection (#4800) · be21671c
      keorn authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * calibrate before rejection
      
      * change flag name
      
      * fix merge
      be21671c
    • keorn's avatar
      Add replay protection (#4808) · a84a10ff
      keorn authored
      * add eip155
      
      * make network_id default
      a84a10ff
    • keorn's avatar
      Fix validator contract syncing (#4789) · 98be191b
      keorn authored
      * make validator set aware of various states
      
      * fix updater build
      
      * clean up contract call
      
      * failing sync test
      
      * adjust tests
      
      * nicer indent [ci skip]
      
      * revert bound divisor
      98be191b
    • asynchronous rob's avatar
      Remote transaction execution (#4684) · 8a3b5c63
      asynchronous rob authored
      * return errors on database corruption
      
      * fix tests, json tests
      
      * fix remainder of build
      
      * buffer flow -> request credits
      
      * proving state backend
      
      * generate transaction proofs from provider
      
      * network messages for transaction proof
      
      * transaction proof test
      
      * test for transaction proof message
      
      * fix call bug
      
      * request transaction proofs from on_demand
      
      * most of proved_execution rpc
      
      * proved execution future
      8a3b5c63
  12. Mar 06, 2017
  13. Mar 03, 2017
  14. Mar 02, 2017
  15. Feb 26, 2017
  16. Feb 25, 2017
  17. Feb 24, 2017
  18. Feb 22, 2017
  19. Feb 21, 2017
  20. 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
    • keorn's avatar
      seals_internally (#4613) · ac6180a6
      keorn authored
      ac6180a6
    • Tomasz Drwięga's avatar
      Proper default accounts RPCs (#4580) · 72998d3c
      Tomasz Drwięga authored
      * Default accounts setting - account provider
      
      * RPC support for default accounts
      
      * Updating JS code
      
      * Rename whitelist to addresses
      72998d3c