1. Oct 19, 2017
    • GitLab Build Bot's avatar
      58db82db
    • Arkadiy Paronyan's avatar
      devp2p snappy compression (#6683) · b4c4fddb
      Arkadiy Paronyan authored
      b4c4fddb
    • Jaco Greeff's avatar
      Refresh cached tokens based on registry info & random balances (#6818) · fdbf6bf7
      Jaco Greeff authored
      * Refresh cached tokens based on registry info & random balances
      
      * Don't display errored token images
      fdbf6bf7
    • Fredrik Harrysson's avatar
      Change keypath derivation logic (#6815) · c1288810
      Fredrik Harrysson authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      While the standard defined by Trezor as the default derivation path here
      https://blog.trezor.io/trezor-integration-with-myetherwallet-3e217a652e08
      says that it should be `m/44'/60'/0`, in practice they don't have an
      implementation of a wallet for Ethereum themselves and refer customers
      to MEW.
      
      MEW has a custom implementation of the path derivation logic that allows them to
      generate multiple addresses by essentially adding `/0`, `/1` etc to the path.
      
      In my initial implementation of Trezor I didn't take this into
      consideration unfortunately and just used the keypath that Trezor
      themselves recommended. However, given that it's seemingly standard
      practice to append `/0` for a "sub-address" (and this is what we've done
      for Ledger as well) it seems like a mistake on my part to not take that
      into consideration.
      
      Unfortunately, anyone who has used their Trezor device with Parity
      previously would now see a different address when they connect the
      Trezor device the next time. The only way they would have to access the
      old address is to use an old version, or by going through MEW and
      selecting the Ledger keypath.
      
      Also see #6811
      c1288810
  2. Oct 18, 2017
  3. Oct 17, 2017
  4. Oct 16, 2017