1. Jan 17, 2018
  2. Jan 16, 2018
  3. Jan 15, 2018
  4. Jan 14, 2018
    • GitLab Build Bot's avatar
      da62cfd1
    • Marek Kotewicz's avatar
      bloom refactor (#7475) · 668d910c
      Marek Kotewicz authored
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor finished
      
      * cleanup bloom mess
      
      * simplify usage of Bloom in few places
      
      * removed obsolete util/src/lib.rs
      
      * removed commented out code
      
      * ethereum-types 0.1.4
      
      * updated ethereum-types and tiny-keccak
      668d910c
  5. Jan 13, 2018
  6. Jan 12, 2018
  7. Jan 11, 2018
  8. Jan 10, 2018
    • Jef's avatar
      Fix benches (#7521) · 90b187a8
      Jef authored and asynchronous rob's avatar asynchronous rob committed
      90b187a8
    • André Silva's avatar
      Add `personal_sign` and `personal_ecRecover` RPC methods (#7453) · 40551b8f
      André Silva authored
      * rpc: implement personal_sign
      
      * rpc: add test for personal_sign
      
      * rpc: implement personal_ecRecover
      
      * rpc: add test for personal_ecRecover
      
      * rpc: fix order of arguments in personal_sign
      
      * rpc: remove auxiliary methods for sign and ec_recover
      40551b8f
    • Svyatoslav Nikolsky's avatar
      fixed warning (#7519) · 73f5cc57
      Svyatoslav Nikolsky authored and asynchronous rob's avatar asynchronous rob committed
      73f5cc57
    • Marek Kotewicz's avatar
      dissolve util (#7460) · e95b0934
      Marek Kotewicz authored and Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky committed
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor in progress
      
      * ethereum-types refactor finished
      
      * removed obsolete util/src/lib.rs
      
      * removed commented out code
      e95b0934
    • Jaco Greeff's avatar
      Trigger js-precompiled (#7517) · 4a4d64be
      Jaco Greeff authored
      4a4d64be
    • Svyatoslav Nikolsky's avatar
    • tzapu's avatar
      added a new RPC call trace_replayBlockTransactions (#7366) · df5d27d5
      tzapu authored
      * intial add trace_replayBlockTransactions
      
      * cleanup timing calls
      add execution proof
      
      * WIP implementing changes
      
      * fix for trace_replayBlockTransactions rpc call
      
      * cleanup comments
      
      * cleanup, proof,
      can't workout lifetime issues yet
      
      * Fix lifetimes issue.
      
      * naive rpc test
      
      * updated docs
      df5d27d5
    • Svyatoslav Nikolsky's avatar
      SecretStore: tx retry pattern (#7323) · b685b7fa
      Svyatoslav Nikolsky authored
      * SecretStore: auto migrate initial commit
      
      * SecretStore: flush automigrate
      
      * SecretStore: debug flush
      
      * SecretStore: added migration to KeyServerSet contract
      
      * SecretStore: flush automigrate
      
      * SecretStore: flush before testing
      
      * SecretStore: flush
      
      * SecretStore: flush
      
      * SecretStore: bunch of tests for simple ConnectionTrigger && KeyServerSet
      
      * SecretStore: started work on TriggerWithMigration tests
      
      * SecretStore: maintain_session tests
      
      * SecretStore: updated some comments
      
      * SecretStore pass migration_id to ServerSetChangeSession
      
      * SecretStore: fixed lock scope
      
      * SecretStore: fixed error response condition
      
      * SecretStore: fixed ServerSetChange session auto-creation
      
      * SecretStore: update active migration in connector
      
      * removed commented code
      
      * SecretStore: fixed tests compilation
      
      * SecretStore: marked test-related unimplemented-s
      
      * SecretStore: labeled all SS TODOs
      
      * SecretStore: do not read auto-migration stuff when auto-migration is disabled + stripped KeyServerSet contract ABI
      
      * SecretStore: ignore duplicated addresses in KeyServerSet
      
      * fied compilation
      
      * SecretStore: wait for N block confirmations before starting auto-migration
      
      * SecretStore: more tests for migration delay
      
      * SecretStore: clear current nodes set when KSS contract is uninstalled
      
      * SecretStore: retry transaction interval
      b685b7fa
    • André Silva's avatar
      kvdb: update rust-rocksdb version (#7511) · 7e0928b8
      André Silva authored
      7e0928b8