1. 07 Mar, 2019 7 commits
    • Corey Lin's avatar
      usbwallet: check error returned by driver close (#18057) · 2fa9e99f
      Corey Lin authored
      Although current two implementations(ledgerDriver, trezorDriver) of interface driver.Close do not actually return any error. Instead, they only return nil.
      But since the declaration of Close function returns error, it is better to check the returned error in case in future some new implementation of Close function returns error and we may forget to modify the function which invokes Close function at that time.
      2fa9e99f
    • Martin Holst Swende's avatar
      signer: change the stdio jsonrpc to use legacy namespace conventions (#19047) · 5f94f8c7
      Martin Holst Swende authored
      This PR will will break existing UIs, since it changes all calls like ApproveSignTransaction to be on the form ui_approveSignTransaction.
      
      This is to make it possible for the UI to reuse the json-rpc library from go-ethereum, which uses this convention.
      
      Also, this PR removes some unused structs, after import/export were removed from the external api (so no longer needs internal methods for approval)
      
      One more breaking change is introduced, removing passwords from the ApproveSignTxResponse and the likes. This makes the manual interface more like the rulebased interface, and integrates nicely with the credential storage. Thus, the way it worked before, it would be tempting for the UI to implement 'remember password' functionality. The way it is now, it will be easy instead to tell clef to store passwords and use them.
      
      If a pw is not found in the credential store, the user is prompted to provide the password.
      5f94f8c7
    • Janoš Guljaš's avatar
      swarm: localstore hasser (#19230) · eb199f1f
      Janoš Guljaš authored
      eb199f1f
    • Ferenc Szabo's avatar
      swarm/network: remove *WithServer tests from stream package (#19223) · d45f8d18
      Ferenc Szabo authored
      These tests never run as the build tag excluded them from the CI
      execution. As a results the (dead) code got out of sync with other
      parts of Swarm and now they would not even compile. => Removed.
      
      resolves ethersphere/go-ethereum#1238
      d45f8d18
    • holisticode's avatar
      swarm/network/stream: Fix flaky tests in GetSubscriptionsRPC test (#19227) · a87776a5
      holisticode authored
      * swarm/network/stream: fixed timing issues
      
      * swarm/network/stream: only count first iteration of subscriptions
      
      * swarm/network/stream/: fix linter errors
      a87776a5
    • Péter Szilágyi's avatar
      Merge pull request #19021 from karalabe/database-cleanup · 72b21db2
      Péter Szilágyi authored
      all: clean up and properly abstract database accesses
      72b21db2
    • holisticode's avatar
      p2p/protocols: fix race condition in TestAccountingSimulation (#19228) · f2d63103
      holisticode authored
      p2p/protocols: Fix race condition in TestAccountingSimulation
      f2d63103
  2. 06 Mar, 2019 4 commits
  3. 05 Mar, 2019 2 commits
    • Elad's avatar
    • holisticode's avatar
      Enable longrunning tests to run (#19208) · 81ed7001
      holisticode authored
      * p2p/simulations: increased snapshot load timeout for debugging
      
      * swarm/network/stream: less nodes for snapshot longrunning tests
      
      * swarm/network: fixed longrunning tests
      
      * swarm/network/stream: store kademlia in bucket
      
      * swarm/network/stream: disabled healthy check in delivery tests
      
      * swarm/network/stream: longer SyncUpdateDelay for longrunning tests
      
      * swarm/network/stream: more debug output
      
      * swarm/network/stream: reduced longrunning snapshot tests to 64 nodes
      
      * swarm/network/stream: don't WaitTillHealthy in SyncerSimulation
      
      * swarm/network/stream: cleanup for PR
      81ed7001
  4. 04 Mar, 2019 4 commits
  5. 02 Mar, 2019 2 commits
  6. 01 Mar, 2019 6 commits
  7. 28 Feb, 2019 9 commits
  8. 27 Feb, 2019 4 commits
  9. 26 Feb, 2019 2 commits