Commit Graph

6682 Commits (6b91a4abe529ea4f01771209e080b118ab847fe9)
 

Author SHA1 Message Date
Jeff R. Allen 4ce3dfe9c8 common: Update README.md for the current package name 10 years ago
Felix Lange fc8b246109 rlp: move ListSize to raw.go 10 years ago
Felix Lange 24bb68e7cf rlp: add RawValue 10 years ago
Felix Lange bc17dba8fb rlp: add Split functions 10 years ago
Felix Lange ac32f52ca6 rlp: fix encReader returning nil buffers to the pool 10 years ago
Felix Lange 90f1fe0ed2 Merge pull request #1781 from Gustav-Simonsson/state_object_copy 10 years ago
Jeffrey Wilcke 28b13a4d1e Merge pull request #1780 from bas-vk/miner-crash 10 years ago
Jeffrey Wilcke f04b3a6f29 cmd/geth, cmd/utils, eth: added dev mode flag 10 years ago
Gustav Simonsson bf879ef230 core/state: test formatting adhering to Go convention 10 years ago
Gustav Simonsson 004ed786b4 core/state: deleted field in StateObject Copy() and unit test 10 years ago
Bas van Kervel 652eea71fe put unlock after lock 10 years ago
Bas van Kervel 618065895b agent/miner Prevent the CpuAgent to be started multiple times 10 years ago
Péter Szilágyi edaea69817 Merge pull request #1777 from hectorchu/develop 10 years ago
Péter Szilágyi 6fe46cc743 Merge pull request #1774 from bas-vk/console-crash 10 years ago
Hector Chu 4ea81f170a rpc/comms: fix bug attaching the console over http 10 years ago
Bas van Kervel f69121357d cmd/geth Autocompletion bugfix which let the console crash 10 years ago
Felix Lange e2d7c1a523 Merge pull request #1752 from karalabe/fix-eth61-test 10 years ago
Péter Szilágyi ebbe25ee71 Merge pull request #1764 from kobigurk/honor_ipc_datadir 10 years ago
Kobi Gurkan 1a86adc5a2 cmd/geth: honor datadir when attaching 10 years ago
Jeffrey Wilcke e98854588b Merge pull request #1761 from CJentzsch/patch-3 10 years ago
Christoph Jentzsch 0fda4c4e15 fix block time issue 10 years ago
Felix Lange b2c17a5a63 Merge pull request #1726 from Gustav-Simonsson/update_tests 10 years ago
Gustav Simonsson e9b031b88b Merge pull request #1755 from fjl/coinbase 10 years ago
Felix Lange 00b45acb9e core: improve block gas tracking 10 years ago
Felix Lange 1ffc5b0cfd Merge pull request #1751 from maran/fix_filters 10 years ago
Felix Lange 5e4cd599eb Merge pull request #1745 from mrdomino/obsd-build-master 10 years ago
Péter Szilágyi 1f1d73ab74 eth/downloader: fix race causing occasional test failure 10 years ago
Maran 67225de255 Filter on addresses should work as an OR not an AND. 10 years ago
Steven Dee 540eb3d02d Pull in ethash and go-isatty updates 10 years ago
Gustav Simonsson fe8093b71f Add TestBcForkUncleTests and update JSON files 10 years ago
Felix Lange 9dc23ce284 Merge pull request #1742 from fjl/rpc-receipt-root 10 years ago
Felix Lange 1801748ccd Merge pull request #1734 from fjl/ldflags-warning-go1.5 10 years ago
Felix Lange 8b12bcc0ac rpc: add receiptRoot to getBlock* responses 10 years ago
Felix Lange e1037bd0cf Merge pull request #1724 from Gustav-Simonsson/get_work 10 years ago
Felix Lange 2d1ced8759 Merge pull request #1739 from bas-vk/empty-password 10 years ago
Bas van Kervel 39e9560600 rpc/api allow empty password 10 years ago
Gustav Simonsson d9addf79fa Improve error string and remove unneeded else clause 10 years ago
Felix Lange cfd84a6ad9 build: avoid -X separator warning with Go >= 1.5 10 years ago
Felix Lange 6ec13e7e2b Merge pull request #1701 from karalabe/eth62-sync-rebase 10 years ago
Felix Lange 79b644c7a3 Merge pull request #1717 from karalabe/forward-solidity-errors 10 years ago
Felix Lange 14370a2260 Merge pull request #1718 from caktux/develop 10 years ago
Felix Lange 3df6f3fc14 Merge pull request #1721 from bas-vk/console-error-parsing 10 years ago
Felix Lange 847794a321 Merge pull request #1722 from bas-vk/remote-deleteaccount 10 years ago
Gustav Simonsson 829201382b rpc: return error code for eth_getWork when no work ready 10 years ago
Bas van Kervel 5dd2462816 rpc/api - remove personal.deleteAccount from RPC interface 10 years ago
Bas van Kervel f448310eef bugfix console error handling 10 years ago
Péter Szilágyi 101418b275 common/compiler: fix #1598, expose solidity errors 10 years ago
caktux a1d8015817 add missing shh_getMessages to RPC mappings 10 years ago
Péter Szilágyi 17f65cd1e5 eth: update metrics collection to handle eth/62 algos 10 years ago
Péter Szilágyi 47a7fe5d22 eth: port the synchronisation algo to eth/62 10 years ago