1. 24 3月, 2016 1 次提交
  2. 16 3月, 2016 1 次提交
  3. 15 3月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
  5. 15 2月, 2016 1 次提交
  6. 11 2月, 2016 1 次提交
    • J
      accounts/abi: fixed return tuple and string, bytes return type parsing · ecc876ce
      Jeffrey Wilcke 提交于
      Removed old unmarshalling of return types: `abi.Call(...).([]byte)`.
      This is now replaced by a new syntax:
      
      ```
      var a []byte
      err := abi.Call(&a, ...)
      ```
      
      It also addresses a few issues with Bytes and Strings and can also
      handle both fixed and arbitrary sized byte slices, including strings.
      ecc876ce
  7. 02 2月, 2016 1 次提交
  8. 26 1月, 2016 1 次提交
  9. 14 12月, 2015 1 次提交
  10. 01 12月, 2015 1 次提交
  11. 25 11月, 2015 1 次提交
  12. 30 10月, 2015 1 次提交
  13. 02 8月, 2015 1 次提交
  14. 24 7月, 2015 1 次提交
  15. 23 7月, 2015 1 次提交
  16. 21 7月, 2015 1 次提交
  17. 09 7月, 2015 1 次提交
  18. 07 7月, 2015 3 次提交
  19. 03 7月, 2015 4 次提交
    • Z
      account update: migrate or change password · 19593467
      zelig 提交于
      * account.Update
      * KeyStore.Cleanup
      * fix dir rm for old format deleteKey
      19593467
    • Z
      fix account ordering · fc17a527
      zelig 提交于
      * chronological order of creation
      * new naming scheme keystore/UTC--<created_at UTC ISO8601>-<address hex>
      * KeyStore2 -> KeyStore
      * backward compatibility
      * refactor keyStore methods
      fc17a527
    • Z
      unlock multiple passes and obsolete primary · fc2e33c5
      zelig 提交于
      * multiple passwords allowed in password file
      * split on "\n", sideeffect: chop trailing slashes. fixes common mistake <(echo 'pass')
      * remove accounts.Primary method
      * do not fall back to primary account for mining
      fc2e33c5
    • Z
      simplify account unlocking · 1d72aaa0
      zelig 提交于
      1d72aaa0
  20. 14 5月, 2015 1 次提交
  21. 12 5月, 2015 1 次提交
  22. 27 3月, 2015 6 次提交
    • Z
      settable etherbase · b375bbee
      zelig 提交于
      - etherbase flag for block reward destination
      - coinbase => etherbase
      - CLI- eth Config -> eth, xeth -> RPC / Miner
      - use primary instead of coinbase as the unlock magic wildcard
      - accounts: firstAddr/Coinbase -> Primary
      b375bbee
    • Z
      max paranoia mode to UNsupport unencrypted keys entirely · 7577d126
      zelig 提交于
      - remove account export functionality from CLI
      - remove accountExport method,
      - remove unencrypted-keys flag from everywhere
      - improve documentation
      7577d126
    • Z
      unlocking coinbase without knowing address · 11d2ebc0
      zelig 提交于
      - accounts: remove Manager.getKey
      - cli: for -unlock coinbase, use account manager Coinbase()
      11d2ebc0
    • Z
      cli: implement ethereum presale wallet import via cli · d1b52efd
      zelig 提交于
      d1b52efd
    • Z
      unlocking coinbase · fd8d18ec
      zelig 提交于
      - extract accounts.getKey method - if given empty address it retrieves coinbase (first account)
      - cli -unlock coinbase will unlock coinbase
      fd8d18ec
    • Z
      import/export accounts · c4ea9218
      zelig 提交于
      - cli: add passwordfile flag
      - cli: change unlock flag only takes account
      - cli: with unlock you are prompted for password or use passfile with password flag
      - cli: unlockAccount used in normal client start (run) and accountExport
      - cli: getPassword used in accountCreate and accountImport
      - accounts: Manager.Import, Manager.Export
      - crypto: SaveECDSA (to complement LoadECDSA) to save to file
      - crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
      c4ea9218
  23. 16 3月, 2015 1 次提交
  24. 10 3月, 2015 3 次提交
  25. 08 3月, 2015 4 次提交