Felix Lange
bc17dba8fb
rlp: add Split functions
...
These functions allow destructuring of raw rlp-encoded bytes
without the overhead of reflection or copying.
9 years ago
Felix Lange
ac32f52ca6
rlp: fix encReader returning nil buffers to the pool
...
The bug can cause crashes if Read is called after EOF has been returned.
No code performs such calls right now, but hitting the bug gets more
likely as rlp.EncodeToReader gets used in more places.
9 years ago
Felix Lange
e2d7c1a523
Merge pull request #1752 from karalabe/fix-eth61-test
...
eth/downloader: fix race causing occasional test failure
9 years ago
Péter Szilágyi
ebbe25ee71
Merge pull request #1764 from kobigurk/honor_ipc_datadir
...
honors datadir when attaching
9 years ago
Kobi Gurkan
1a86adc5a2
cmd/geth: honor datadir when attaching
9 years ago
Jeffrey Wilcke
e98854588b
Merge pull request #1761 from CJentzsch/patch-3
...
fix block time issue
9 years ago
Christoph Jentzsch
0fda4c4e15
fix block time issue
...
currently, under normal circumstances, you always set the timestamp to previous.Time() + 1.
credits to https://www.reddit.com/r/ethereum/comments/3jcs5r/code_avg_block_time_vs_difficulty_adjustment/cuoi4op
style
9 years ago
Felix Lange
b2c17a5a63
Merge pull request #1726 from Gustav-Simonsson/update_tests
...
Add TestBcForkUncle tests & update JSON files
9 years ago
Gustav Simonsson
e9b031b88b
Merge pull request #1755 from fjl/coinbase
...
core: improve block gas tracking
9 years ago
Felix Lange
00b45acb9e
core: improve block gas tracking
9 years ago
Felix Lange
1ffc5b0cfd
Merge pull request #1751 from maran/fix_filters
...
core: Filter on addresses should work as an OR not an AND.
9 years ago
Felix Lange
5e4cd599eb
Merge pull request #1745 from mrdomino/obsd-build-master
...
Pull in ethash and go-isatty updates
9 years ago
Péter Szilágyi
1f1d73ab74
eth/downloader: fix race causing occasional test failure
9 years ago
Maran
67225de255
Filter on addresses should work as an OR not an AND.
9 years ago
Steven Dee
540eb3d02d
Pull in ethash and go-isatty updates
...
Fixes build on OpenBSD.
9 years ago
Gustav Simonsson
fe8093b71f
Add TestBcForkUncleTests and update JSON files
9 years ago
Felix Lange
9dc23ce284
Merge pull request #1742 from fjl/rpc-receipt-root
...
rpc: add receiptRoot to getBlock* responses
9 years ago
Felix Lange
1801748ccd
Merge pull request #1734 from fjl/ldflags-warning-go1.5
...
build: avoid -X separator warning with Go >= 1.5
9 years ago
Felix Lange
8b12bcc0ac
rpc: add receiptRoot to getBlock* responses
...
Fixes #1679
9 years ago
Felix Lange
e1037bd0cf
Merge pull request #1724 from Gustav-Simonsson/get_work
...
rpc: return error code for eth_getWork when no work ready
9 years ago
Felix Lange
2d1ced8759
Merge pull request #1739 from bas-vk/empty-password
...
rpc/api allow empty password
9 years ago
Bas van Kervel
39e9560600
rpc/api allow empty password
9 years ago
Gustav Simonsson
d9addf79fa
Improve error string and remove unneeded else clause
9 years ago
Felix Lange
cfd84a6ad9
build: avoid -X separator warning with Go >= 1.5
9 years ago
Felix Lange
6ec13e7e2b
Merge pull request #1701 from karalabe/eth62-sync-rebase
...
eth: implement eth/62 synchronization logic
9 years ago
Felix Lange
79b644c7a3
Merge pull request #1717 from karalabe/forward-solidity-errors
...
common/compiler: fix #1598 , expose solidity errors
9 years ago
Felix Lange
14370a2260
Merge pull request #1718 from caktux/develop
...
add missing shh_getMessages to RPC mappings
9 years ago
Felix Lange
3df6f3fc14
Merge pull request #1721 from bas-vk/console-error-parsing
...
Improved console error handling
9 years ago
Felix Lange
847794a321
Merge pull request #1722 from bas-vk/remote-deleteaccount
...
Remove personal.deleteAccount from RPC interface
9 years ago
Gustav Simonsson
829201382b
rpc: return error code for eth_getWork when no work ready
9 years ago
Bas van Kervel
5dd2462816
rpc/api - remove personal.deleteAccount from RPC interface
9 years ago
Bas van Kervel
f448310eef
bugfix console error handling
9 years ago
Péter Szilágyi
101418b275
common/compiler: fix #1598 , expose solidity errors
9 years ago
caktux
a1d8015817
add missing shh_getMessages to RPC mappings
9 years ago
Péter Szilágyi
17f65cd1e5
eth: update metrics collection to handle eth/62 algos
9 years ago
Péter Szilágyi
47a7fe5d22
eth: port the synchronisation algo to eth/62
9 years ago
Felix Lange
abce09954b
Merge pull request #1711 from Gustav-Simonsson/timestamp_big_int
...
Add tests for uncle timestamps and refactor timestamp type
9 years ago
Felix Lange
a219159e7e
Merge pull request #1710 from bas-vk/useragent
...
user agent messages were dumped in some cases
9 years ago
Gustav Simonsson
7324176f70
Add tests for uncle timestamps and refactor timestamp type
9 years ago
Péter Szilágyi
ca88e18f59
eth: kill off protocol eth/60 in preparation for eth/62
9 years ago
Péter Szilágyi
42f44dda54
eth, eth/downloader: handle header requests, table driven proto tests
9 years ago
Bas van Kervel
d910148a96
Set ipc channel as user agent client
9 years ago
Péter Szilágyi
c51e153b5c
eth, metrics, p2p: prepare metrics and net packets to eth/62
9 years ago
Jeffrey Wilcke
d51d0022ce
cmd/geth: bumped version 1.1.0
9 years ago
Jeffrey Wilcke
3793991c0e
remove 0x
9 years ago
Jeffrey Wilcke
b884d6ebaa
canary update
9 years ago
Jeffrey Wilcke
36f7fe61c3
core, tests: Double SUICIDE fix
9 years ago
Jeffrey Wilcke
54088b0b8b
cmd/geth: bumped version 1.0.3
9 years ago
Jeffrey Wilcke
9fb7bc7443
geth: bumped version 1.0.2
9 years ago
Jeffrey Wilcke
e2d44814a5
Merge pull request #1694 from obscuren/hide-fdtrack
...
fdtrack: hide message
9 years ago