1. 22 1月, 2018 3 次提交
  2. 17 1月, 2018 1 次提交
  3. 16 1月, 2018 2 次提交
  4. 15 1月, 2018 4 次提交
  5. 13 1月, 2018 1 次提交
  6. 12 1月, 2018 4 次提交
  7. 11 1月, 2018 1 次提交
  8. 10 1月, 2018 2 次提交
  9. 09 1月, 2018 1 次提交
  10. 08 1月, 2018 2 次提交
    • F
      all: regenerate codecs with gencodec commit 90983d99de (#15830) · 9d06026c
      Felix Lange 提交于
      Fixes #15777 because null is now allowed for hexutil.Bytes.
      9d06026c
    • F
      all: update generated code (#15808) · 5c2f1e00
      Felix Lange 提交于
      * core/types, core/vm, eth, tests: regenerate gencodec files
      
      * Makefile: update devtools target
      
      Install protoc-gen-go and print reminders about npm, solc and protoc.
      Also switch to github.com/kevinburke/go-bindata because it's more
      maintained.
      
      * contracts/ens: update contracts and regenerate with solidity v0.4.19
      
      The newer upstream version of the FIFSRegistrar contract doesn't set the
      resolver anymore. The resolver is now deployed separately.
      
      * contracts/release: regenerate with solidity v0.4.19
      
      * contracts/chequebook: fix fallback and regenerate with solidity v0.4.19
      
      The contract didn't have a fallback function, payments would be rejected
      when compiled with newer solidity. References to 'mortal' and 'owned'
      use the local file system so we can compile without network access.
      
      * p2p/discv5: regenerate with recent stringer
      
      * cmd/faucet: regenerate
      
      * dashboard: regenerate
      
      * eth/tracers: regenerate
      
      * internal/jsre/deps: regenerate
      
      * dashboard: avoid sed -i because it's not portable
      
      * accounts/usbwallet/internal/trezor: fix go generate warnings
      5c2f1e00
  11. 05 1月, 2018 1 次提交
    • R
      dashboard: use balanced trees to include binary data (#15813) · a139041d
      Russ Cox 提交于
      * go-ethereum/dashboard: update assets.go
      
      Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
      balanced tree in very long string concatenations.
      This works around problems in current Go distributions.
      
      For golang/go#23222.
      
      * dashboard: run last two go:generate steps for linter
      a139041d
  12. 04 1月, 2018 3 次提交
  13. 03 1月, 2018 6 次提交
  14. 02 1月, 2018 9 次提交