1. 13 10月, 2017 1 次提交
  2. 12 10月, 2017 3 次提交
  3. 11 10月, 2017 1 次提交
  4. 10 10月, 2017 7 次提交
  5. 09 10月, 2017 2 次提交
  6. 06 10月, 2017 7 次提交
  7. 05 10月, 2017 2 次提交
  8. 04 10月, 2017 4 次提交
  9. 03 10月, 2017 2 次提交
  10. 02 10月, 2017 7 次提交
  11. 01 10月, 2017 1 次提交
    • F
      ethclient, mobile: add TransactionSender (#15127) · d78ad226
      Felix Lange 提交于
      * core/types: make Signer derive address instead of public key
      
      There are two reasons to do this now: The upcoming ethclient signer
      doesn't know the public key, just the address. EIP 208 will introduce a
      new signer which derives the 'entry point' address for transactions with
      zero signature. The entry point has no public key.
      
      Other changes to the interface ease the path make to moving signature
      crypto out of core/types later.
      
      * ethclient, mobile: add TransactionSender
      
      The new method can get the right signer without any crypto, and without
      knowledge of the signature scheme that was used when the transaction was
      included.
      d78ad226
  12. 27 9月, 2017 3 次提交