Commit Graph

9176 Commits (e7cd627d93d43ff52d13c66b336e12b96d9bfdef)
 

Author SHA1 Message Date
croath e7cd627d93 accounts/abi: fix for one output interface crashing 7 years ago
Péter Szilágyi f7ca03ae87 eth, les, light: expose chain config in les node info too (#15732) 7 years ago
Péter Szilágyi c15d76a40f p2p/discv5: fix reg lookup, polish code, use logger (#15737) 7 years ago
Sorin Neacsu 5369a5c54d rpc: allow OPTIONS requests without Content-Type (#15759) 7 years ago
Martin Holst Swende 9d187f0238
Merge pull request #15731 from holiman/revamp_abi 7 years ago
Martin Holst Swende c095c87e11
accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 + lookup by id 7 years ago
Martin Holst Swende 73d4a57d47
acounts/abi: refactor abi, generalize abi pack/unpack to Arguments 7 years ago
gary rong 5f8888e116 accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) 7 years ago
Kurkó Mihály 9dbb8ef4aa dashboard: integrate Flow, sketch message API (#15713) 7 years ago
Péter Szilágyi 52f4d6dd78
Merge pull request #15730 from karalabe/puppeth-expose-faucet-http 7 years ago
Péter Szilágyi e4aa882ec5
cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port 7 years ago
gluk256 38b1e8ee20 whisper/whisperv6: PoW requirement (#15701) 7 years ago
Robert Zaremba 81d4cafb32
accounts/abi: add unpack into array test 7 years ago
Robert Zaremba 1afca33eac
accounts/abi: add Method Unpack tests 7 years ago
Robert Zaremba 95461e8b22
accounts/abi: satisfy most of the linter warnings 7 years ago
Robert Zaremba 0ed8b838a9
accounts/abi: fix event unpack into slice 7 years ago
Robert Zaremba 9becba5540
accounts/abi: fix event tupleUnpack 7 years ago
Robert Zaremba 3511904aad
accounts/abi: adding event unpacker tests 7 years ago
Martin Holst Swende b0d41e386e
Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays 7 years ago
Péter Szilágyi 91c3362315
Merge pull request #15729 from karalabe/faucet-fix-twitter 7 years ago
lash 14852810b4 cmd/utils: add check on fd hard limit, skip test if below target (#15684) 7 years ago
Janoš Guljaš 542d51895f swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 7 years ago
Péter Szilágyi 68651a2329
cmd/faucet: fix removal of Twitter zlib compression 7 years ago
Péter Szilágyi 5258785c81
cmd, core, eth/tracers: support fancier js tracing (#15516) 7 years ago
Péter Szilágyi 1a5425779b
Merge pull request #15727 from karalabe/rinkeby-akasha-bootnode 7 years ago
Péter Szilágyi a28390542c
params: add Rinkeby bootnode from Akasha 7 years ago
Steven Roose eeb53bc143 cmd/ethkey: new command line tool for keys (#15438) 7 years ago
Bob Glickstein e21aa0fda3 accounts/abi: remove check for len%32==0 when unpacking events (#15670) 7 years ago
gluk256 9f1007e554 whisper/whisperv6: message bundling (#15666) 7 years ago
Péter Szilágyi 4b939c23e4
appveyor: bump Go to 1.9.2 (#15726) 7 years ago
Péter Szilágyi 7138de7b55
core: silence txpool reorg warning (annoying on import) (#15725) 7 years ago
Kurkó Mihály b4cf57a581 core: fix typos (#15720) 7 years ago
Dmitry Shulyak da58afcea0 accounts/abi: update array length after parsing array (#15618) 7 years ago
Felix Lange ce823c9f84 crypto: ensure that VerifySignature rejects malleable signatures (#15708) 7 years ago
Péter Szilágyi 5e1581c2c3
core: fix panic when stat-ing a tx from a queue-only account (#15714) 7 years ago
Armin Braun 50df2b78be console: create datadir at startup (#15700) 7 years ago
Janoš Guljaš c786f75389 swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 7 years ago
Péter Szilágyi 7f9d94fe9a
Merge pull request #15693 from zsfelfoldi/wait_nopeers 7 years ago
Yondon Fu cf7aba36c8 accounts/abi: update array type check in method.go. Add more packing tests 7 years ago
Yondon Fu 3857cdc267 Merge branch 'master' into abi-offset-fixed-arrays 7 years ago
Zsolt Felfoldi 48648bc2f8 contracts/release: do not print error log if les backend has no peers 7 years ago
Péter Szilágyi fe070ab5c3
Merge pull request #15674 from chfast/vm-no-snapshot-param 7 years ago
Felix Lange 8c33ac10bf
internal/ethapi: support "input" in transaction args (#15640) 7 years ago
Péter Szilágyi 3b79bac05b
Merge pull request #15698 from original-brownbear/15668 7 years ago
Armin afc2039f22 accounts/keystore: Improved error message 7 years ago
Péter Szilágyi 13db4af345
Merge pull request #15696 from ferhatelmas/p2p-goroutine-leak 7 years ago
Péter Szilágyi 64ee3e92ea
Merge pull request #15686 from sorin/sorin-geth-attach-rinkeby 7 years ago
ferhat elmas afa3c72c40 p2p/discover: fix leaked goroutine in data expiration 7 years ago
Sorin Neacsu 1d7d7f57d0 cmd/geth: add support for geth --rinkeby attach 7 years ago
Paweł Bylica fb5f25eeee
core/vm: Remove snapshot param from Interpreter.Run() 7 years ago