Felix Lange
47b9c640f5
Merge pull request #1797 from karalabe/ensure-ipcpath-exists
...
rpc/comms: fix #1795 , ensure IPC path exists before binding
9 years ago
Felix Lange
a9c809b441
Merge pull request #1792 from jeffallen/uuid
...
Change go-uuid to use the current supported repository.
9 years ago
Jeff R. Allen
0d40727775
Change go-uuid to use the current supported repository.
9 years ago
zelig
17b729759b
Solidity Compiler - solc new API
...
* adapt to new compiler versioning
* use compiler version as language version
* implement new solc API for versions >= 0.1.[2-9][0-9]* fixes #1770
* add optimize=1 to options
* backward compatibility (for now) for <= 0.1.1, and old versions (0.[2-9][0-9]*.[0-9]+)
* introduce compilerOptions to ContractInfo
* clean up flair, include full version string to version line and ContractInfo
9 years ago
Jeffrey Wilcke
55ed8d108d
Merge pull request #1789 from Gustav-Simonsson/core_remove_unused_functions
...
core, core/vm, core/state: remove unused functions
9 years ago
Jeffrey Wilcke
f1a4b330dd
Merge pull request #1796 from karalabe/ethash-android-support
...
godeps: pull in ethash android fix
9 years ago
Jeffrey Wilcke
0eac601b5b
Merge pull request #1779 from karalabe/split-block-storage-3000
...
core: split the db blocks into components, move TD out top level
9 years ago
Péter Szilágyi
cdc2662c40
core: split out TD from database and all internals
9 years ago
Péter Szilágyi
2b339cbbd8
core, eth: split the db blocks into headers and bodies
9 years ago
Péter Szilágyi
3e6964b841
rpc/comms: fix #1795 , ensure IPC path exists before binding
9 years ago
Péter Szilágyi
c6013725a8
godeps: pull in ethash android fix
9 years ago
Felix Lange
4e075e4013
Merge pull request #1773 from obscuren/dev-mode
...
cmd/geth, cmd/utils, eth: added dev mode flag
9 years ago
Gustav Simonsson
b81a6e6ab8
core, core/vm, core/state: remove unused functions
9 years ago
Jeffrey Wilcke
62bbf8a09e
Merge pull request #1778 from fjl/rlp-trie-changes
...
rlp: precursor changes for trie, p2p
9 years ago
Jeff R. Allen
4ce3dfe9c8
common: Update README.md for the current package name
9 years ago
Felix Lange
fc8b246109
rlp: move ListSize to raw.go
9 years ago
Felix Lange
24bb68e7cf
rlp: add RawValue
9 years ago
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
90f1fe0ed2
Merge pull request #1781 from Gustav-Simonsson/state_object_copy
...
core/state: deleted field in StateObject Copy() and unit test
9 years ago
Jeffrey Wilcke
28b13a4d1e
Merge pull request #1780 from bas-vk/miner-crash
...
agent/miner Prevent the CpuAgent to be started multiple times
9 years ago
Jeffrey Wilcke
f04b3a6f29
cmd/geth, cmd/utils, eth: added dev mode flag
...
Dev mode enabled some debugging flags such as:
* VM debugging mode
* Simpler proof of work
* Whisper enabled by default
* Datadir to a tmp datadir
* Maxpeers set to 0
* Gas price of 0
* Random listen port
9 years ago
Gustav Simonsson
bf879ef230
core/state: test formatting adhering to Go convention
9 years ago
Gustav Simonsson
004ed786b4
core/state: deleted field in StateObject Copy() and unit test
9 years ago
Bas van Kervel
652eea71fe
put unlock after lock
9 years ago
Bas van Kervel
618065895b
agent/miner Prevent the CpuAgent to be started multiple times
9 years ago
Péter Szilágyi
edaea69817
Merge pull request #1777 from hectorchu/develop
...
rpc/comms: fix bug attaching the console over http
9 years ago
Péter Szilágyi
6fe46cc743
Merge pull request #1774 from bas-vk/console-crash
...
cmd/geth Autocompletion bugfix which let the console crash
9 years ago
Hector Chu
4ea81f170a
rpc/comms: fix bug attaching the console over http
9 years ago
Bas van Kervel
f69121357d
cmd/geth Autocompletion bugfix which let the console crash
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