Commit Graph

7350 Commits (e86619e75d1bd1209818ab4df2fac52e3c43b5e1)
 

Author SHA1 Message Date
Jeffrey Wilcke 6a185531d2 Merge pull request #2416 from karalabe/kill-canary 9 years ago
Jeffrey Wilcke 8d8e2248b2 Merge pull request #2396 from obscuren/abi-slices 9 years ago
Jeffrey Wilcke a306e17a26 abi: removed implicit type casting & refactored type parsing 9 years ago
Jeffrey Wilcke 968d8ffe94 abi: accept output slices of all supported types 9 years ago
Jeffrey Wilcke 022cbd6800 abi: accept input slices of all supported types 9 years ago
Felix Lange 467bb7a719 rpc: use go-winio instead of vendoring a named pipe implementation 9 years ago
Péter Szilágyi e9254bb0f9 core, miner: remove Frontier canary 9 years ago
Péter Szilágyi 3a2da31c3e Merge pull request #2412 from fjl/p2p-eip8-enable 9 years ago
Jeffrey Wilcke 52dc7cb452 Merge pull request #2378 from obscuren/enable-jit-a-b 9 years ago
Jeffrey Wilcke f6f7e7a870 Merge pull request #2415 from karalabe/fix-missing-gastarget 9 years ago
Péter Szilágyi c90fc3503d cmd/geth: add missing gas target flag (fixing 0 convergence issue) 9 years ago
Felix Lange 659c0cb9e8 p2p: enable EIP-8 handshake sending 9 years ago
Jeffrey Wilcke 96c7c39ae4 Merge pull request #2409 from fjl/geth-fixup-init 9 years ago
Felix Lange cf842b3fe5 cmd/geth, eth: move --genesis deprecation warning to cmd/geth 9 years ago
Felix Lange 78b70d79ec cmd/utils: fix geth startup with empty database 9 years ago
Bas van Kervel f7328c5ecb rpc: add pub/sub support 9 years ago
Jeffrey Wilcke fb578f4550 Merge pull request #2405 from karalabe/abigen-default-methods 9 years ago
Jeffrey Wilcke 8b2aca96c5 Merge pull request #2404 from obscuren/common-hash-json-length-validation 9 years ago
Jeffrey Wilcke bbeaab7e64 cmd/utils, miner: A/B testing JIT VM. Disabled for miners 9 years ago
Jeffrey Wilcke be44651523 Merge pull request #2402 from obscuren/eth-sign-fix 9 years ago
Jeffrey Wilcke c58079461b Merge pull request #2281 from obscuren/configurable-genesis 9 years ago
Jeffrey Wilcke d63e29241d common: added Hash unmarshal json length validation 9 years ago
Péter Szilágyi 4097478884 accounts/abi/bind: surface raw wrappers to access low level ops 9 years ago
Jeffrey Wilcke 1f3596c25a core: transition db now also returns the required gas amount 9 years ago
Jeffrey Wilcke 9055c16efa accounts/a/b/backends, core: chain maker homestead block set to 0 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Jeffrey Wilcke 916fe11241 eth: enforce signing hashes using eth_sign instead of arbitrary data 9 years ago
Péter Szilágyi 10d3466c93 Merge pull request #2383 from karalabe/goabi-exclusions-duplicates 9 years ago
Jeffrey Wilcke db739b506a Merge pull request #2399 from karalabe/fix-trace-json-output 9 years ago
Péter Szilágyi 4326061e35 eth: fix accidental nil panic on nil errors 9 years ago
Péter Szilágyi f115f077d7 Merge pull request #2398 from karalabe/fix-trace-json-output 9 years ago
Péter Szilágyi 6c670eff01 eth: manually convert errors to strings on the trace API (json cannot) 9 years ago
Péter Szilágyi 4ab593c5a1 accounts/abi/bind: support account slices, drop hash type 9 years ago
Péter Szilágyi c2bbff6116 accounts/abi/bind: merge all tests into a single suite 9 years ago
Péter Szilágyi 787d688c2f accounts/abi/bind: use anonymous ephemeral call result structs 9 years ago
Péter Szilágyi b813e4d411 accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns 9 years ago
Jeffrey Wilcke 798e4fb4ed Merge pull request #2381 from karalabe/fix-abigen-tuples 9 years ago
Péter Szilágyi 9b4a45f6e8 accounts/abi/bind: fix double pointer in generated code 9 years ago
Péter Szilágyi cfb3a8ea8f Merge pull request #2357 from karalabe/abi-binding-generator 9 years ago
Péter Szilágyi 73308dbe0e accounts/abi/bind, cmd/abigen: port to templates, bind to solidity 9 years ago
Péter Szilágyi 86cfc22c79 accounts/abi/bind: constructor, auth utils and various backends 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Jeffrey Wilcke 75c86f8646 Merge pull request #2141 from obscuren/evm-init 9 years ago
Jeffrey Wilcke 0cfa21fc7f core, eth, cmd: temporary work around for enabling the jit 9 years ago
Jeffrey Wilcke 5f92606be2 eth/api: added root to the receipts 9 years ago
Jeffrey Wilcke 3601320ccd eth, rpc: implemented block debugging rpc calls 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Jeffrey Wilcke 9866f19d6a Merge pull request #2371 from hiddentao/fix_prompt_passwd_input 9 years ago
Ramesh Nair 6f30034413 cmd/utils: removed password line endings when not using liner. 9 years ago
Jeffrey Wilcke 77d21e472d Merge pull request #2259 from bas-vk/http 9 years ago