Péter Szilágyi
|
aceaaa5178
|
eth: gracefully fail if chain config is missing
|
2016-04-12 16:48:43 +03:00 |
|
Péter Szilágyi
|
9027981280
|
cmd/gethrpctest: add missing chain configuration config field
|
2016-04-12 16:44:42 +03:00 |
|
Péter Szilágyi
|
bf1f620343
|
eth: fix GPU miner chain config regression
|
2016-04-11 17:31:00 +03:00 |
|
Péter Szilágyi
|
701ac1ce6c
|
Godeps: pull in the ethash opencl fix
|
2016-04-11 17:14:32 +03:00 |
|
Péter Szilágyi
|
8abf06d378
|
Merge pull request #2430 from bas-vk/chaincmd
cmd/utils: bugfix where database is opened multiple times
|
2016-04-11 13:21:47 +03:00 |
|
Péter Szilágyi
|
a7161caedf
|
Merge pull request #2427 from bas-vk/pending-tx-console-format
console: use transaction output formatter for eth.pendingTransactions…
|
2016-04-11 12:34:48 +03:00 |
|
Péter Szilágyi
|
4b2492b614
|
Merge pull request #2423 from karalabe/abigen-support-arrays
accounts/abi/bind: support generating bindings for various arrays
|
2016-04-11 11:40:07 +03:00 |
|
Péter Szilágyi
|
fc4fffd5ac
|
accounts/abi/bind: support generating bindings for various arrays
|
2016-04-05 18:20:50 +03:00 |
|
Péter Szilágyi
|
e9254bb0f9
|
core, miner: remove Frontier canary
|
2016-04-04 13:18:34 +03:00 |
|
Péter Szilágyi
|
3a2da31c3e
|
Merge pull request #2412 from fjl/p2p-eip8-enable
p2p: enable EIP-8 handshake sending
|
2016-04-04 13:10:48 +03:00 |
|
Péter Szilágyi
|
c90fc3503d
|
cmd/geth: add missing gas target flag (fixing 0 convergence issue)
|
2016-04-04 12:04:04 +03:00 |
|
Péter Szilágyi
|
4097478884
|
accounts/abi/bind: surface raw wrappers to access low level ops
|
2016-04-01 13:07:05 +03:00 |
|
Péter Szilágyi
|
10d3466c93
|
Merge pull request #2383 from karalabe/goabi-exclusions-duplicates
accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns
|
2016-03-31 19:29:31 +03:00 |
|
Péter Szilágyi
|
4326061e35
|
eth: fix accidental nil panic on nil errors
|
2016-03-31 18:26:25 +03:00 |
|
Péter Szilágyi
|
f115f077d7
|
Merge pull request #2398 from karalabe/fix-trace-json-output
eth: manually convert errors to strings on the trace API (json cannot)
|
2016-03-31 17:59:28 +03:00 |
|
Péter Szilágyi
|
6c670eff01
|
eth: manually convert errors to strings on the trace API (json cannot)
|
2016-03-31 17:41:26 +03:00 |
|
Péter Szilágyi
|
4ab593c5a1
|
accounts/abi/bind: support account slices, drop hash type
|
2016-03-31 12:48:50 +03:00 |
|
Péter Szilágyi
|
c2bbff6116
|
accounts/abi/bind: merge all tests into a single suite
|
2016-03-31 12:45:50 +03:00 |
|
Péter Szilágyi
|
787d688c2f
|
accounts/abi/bind: use anonymous ephemeral call result structs
|
2016-03-31 12:45:30 +03:00 |
|
Péter Szilágyi
|
b813e4d411
|
accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns
|
2016-03-26 11:43:09 +02:00 |
|
Péter Szilágyi
|
9b4a45f6e8
|
accounts/abi/bind: fix double pointer in generated code
|
2016-03-25 15:09:06 +02:00 |
|
Péter Szilágyi
|
cfb3a8ea8f
|
Merge pull request #2357 from karalabe/abi-binding-generator
accounts/abi/bind: Go ABI binding generator
|
2016-03-24 17:35:42 +02:00 |
|
Péter Szilágyi
|
73308dbe0e
|
accounts/abi/bind, cmd/abigen: port to templates, bind to solidity
|
2016-03-24 17:09:45 +02:00 |
|
Péter Szilágyi
|
86cfc22c79
|
accounts/abi/bind: constructor, auth utils and various backends
|
2016-03-24 14:15:32 +02:00 |
|
Péter Szilágyi
|
72826bb5ad
|
accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI
|
2016-03-24 14:15:18 +02:00 |
|
Péter Szilágyi
|
b3b110bc95
|
Merge pull request #2348 from obscuren/abi-variable-input
accounts/abi: Fixed bytes input accept []byte and variable input support
|
2016-03-17 10:21:34 +02:00 |
|
Péter Szilágyi
|
138e7af96c
|
Merge pull request #2354 from karalabe/miner-atomic-pending
eth, miner: fetch pending block/state in on go (data race)
|
2016-03-16 13:12:46 +02:00 |
|
Péter Szilágyi
|
8b6ae6bf86
|
Merge pull request #2355 from karalabe/abi-constant-functions-2
accounts/abi: handle the "constant" modifier for functions
|
2016-03-16 13:12:14 +02:00 |
|
Péter Szilágyi
|
270ea6eec3
|
accounts/abi: handle the "constant" modifier for functions
|
2016-03-16 11:24:16 +02:00 |
|
Péter Szilágyi
|
0228fb57cd
|
eth, miner: fetch pending block/state in on go (data race)
|
2016-03-16 11:23:26 +02:00 |
|
Péter Szilágyi
|
2855a93ede
|
Merge pull request #2341 from leijurv/patch-2
core: fixed various typos
|
2016-03-16 11:22:33 +02:00 |
|
Péter Szilágyi
|
e189fb839c
|
Merge pull request #2327 from fjl/debug-fixes
cmd/utils, internal/debug: fixes for debugging
|
2016-03-15 11:01:31 +02:00 |
|
Péter Szilágyi
|
b8f4a48ada
|
Merge pull request #2337 from karalabe/upnp-error-hang
p2p/nat: fix #2291, NAT discovery did't abort on failure
|
2016-03-14 17:17:21 +02:00 |
|
Péter Szilágyi
|
64c8e2f2ca
|
p2p/nat: fix #2291, NAT discovery did't abort on failure
|
2016-03-14 17:08:15 +02:00 |
|
Péter Szilágyi
|
08759b0aaf
|
Merge pull request #2322 from karalabe/headerchain-preformance-fixes
core: cache fresh headers and tds to avoid db trashing
|
2016-03-11 16:49:21 +02:00 |
|
Péter Szilágyi
|
c3a4874e5e
|
Merge pull request #2326 from karalabe/goleveldb-datarace-fix
Godeps: pull in the leveldb upstream write race fix
|
2016-03-11 10:30:46 +02:00 |
|
Péter Szilágyi
|
9ff07304a3
|
Godeps: pull in the leveldb upstream write race fix
|
2016-03-11 09:30:25 +02:00 |
|
Péter Szilágyi
|
daad2b2559
|
core: cache fresh headers and tds to avoid db trashing
|
2016-03-10 21:40:34 +02:00 |
|
Péter Szilágyi
|
850f41b374
|
Merge pull request #2321 from karalabe/downloader-throughput-datarace
eth/downloader: fix a throughput estimation data race
|
2016-03-10 20:38:55 +02:00 |
|
Péter Szilágyi
|
e3f2b541f2
|
eth/downloader: fix a throughput estimation data race
|
2016-03-10 12:58:46 +02:00 |
|
Péter Szilágyi
|
ea19e61fba
|
Godeps: update goleveldb to fix a compaction data race
|
2016-03-10 12:57:59 +02:00 |
|
Péter Szilágyi
|
edd7aa054c
|
Merge pull request #2228 from karalabe/allocate-cache-to-chaindata
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
|
2016-03-09 10:43:07 +02:00 |
|
Péter Szilágyi
|
e90958cd29
|
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
|
2016-03-09 10:33:39 +02:00 |
|
Péter Szilágyi
|
05c86c2c9f
|
Merge pull request #2309 from bas-vk/passwd
console: allow optional password on the command line
|
2016-03-08 17:07:12 +02:00 |
|
Péter Szilágyi
|
31b4ff8cc1
|
Merge pull request #2310 from karalabe/ethash-future-cache
Godeps: pull in ethash future cache generator
|
2016-03-08 16:55:22 +02:00 |
|
Péter Szilágyi
|
119b724362
|
Godeps: pull in ethash future cache generator
|
2016-03-08 16:43:56 +02:00 |
|
Péter Szilágyi
|
ae4982a365
|
eth: forward empty body responses to the downlaoder
|
2016-03-03 13:06:23 +02:00 |
|
Péter Szilágyi
|
5adc461d58
|
Merge pull request #2267 from karalabe/pending-state-events
core, miner: add PendingStateEvent to track non-log updates.
|
2016-03-02 11:24:27 +02:00 |
|
Péter Szilágyi
|
c0bf321ec8
|
Merge pull request #2278 from fjl/rpc-inproc-pipe
rpc: simplify inproc client
|
2016-03-01 14:54:52 +02:00 |
|
Péter Szilágyi
|
8255afbc75
|
Merge pull request #2221 from karalabe/expost-key-decryption
crypto: expose key decryption method to parse a string direclty
|
2016-03-01 11:01:06 +02:00 |
|
Péter Szilágyi
|
f30b809f00
|
Merge pull request #2215 from bas-vk/estimategas
core: improved check for contract creation
|
2016-03-01 10:59:12 +02:00 |
|
Péter Szilágyi
|
64ee5763ee
|
eth/downloader: fix premature exit before notifying all part fetchers
|
2016-02-29 14:22:28 +02:00 |
|
Péter Szilágyi
|
b534106cc8
|
core, miner: add PendingStateEvent to track non-log updates
|
2016-02-29 11:24:58 +02:00 |
|
Péter Szilágyi
|
a6903ad6a5
|
Merge pull request #2260 from karalabe/ethash-cache-fixes
Godeps, eth, tests: update ethash, used shared for testing
|
2016-02-24 17:58:12 +02:00 |
|
Péter Szilágyi
|
45d08a8aa7
|
crypto: expose key encryption method, add ping-pong test
|
2016-02-24 16:28:25 +02:00 |
|
Péter Szilágyi
|
0969b35eec
|
crypto: code polish + ensure key file contents match with name
|
2016-02-24 16:27:32 +02:00 |
|
Péter Szilágyi
|
cda91ee180
|
crypto: expose key decryption method to parse a string direclty
|
2016-02-24 16:27:32 +02:00 |
|
Péter Szilágyi
|
66b148dd8f
|
Merge pull request #2251 from karalabe/increase-downlaoder-queue
eth/downloader: bump the download queue size to prevent starvation
|
2016-02-24 15:55:21 +02:00 |
|
Péter Szilágyi
|
0a5ee08e2b
|
Godeps, eth, tests: update ethash, used shared for testing
|
2016-02-24 13:29:47 +02:00 |
|
Péter Szilágyi
|
1415669ac3
|
Merge pull request #2218 from karalabe/time-drift-warning
p2p/discover: NTP sanity check clock drift in case of expirations
|
2016-02-24 13:12:52 +02:00 |
|
Péter Szilágyi
|
1e62cd6c79
|
Merge pull request #2252 from karalabe/disable-metrics-metaops
ethdb: fully disable metrics if not requested (oops?)
|
2016-02-24 12:50:45 +02:00 |
|
Péter Szilágyi
|
ac954f48bd
|
p2p/discover: emphasize warning, add 10 min cooldown
|
2016-02-24 12:16:28 +02:00 |
|
Péter Szilágyi
|
b1908f6a16
|
psp/discovery: NTP sanity check clock drift in case of expirations
|
2016-02-24 12:14:15 +02:00 |
|
Péter Szilágyi
|
f1ddb1a7ad
|
ethdb: fully disable metrics if not requested (oops?)
|
2016-02-23 15:47:04 +02:00 |
|
Péter Szilágyi
|
7841f0cc09
|
Merge pull request #2147 from prasanna/add-vagrantfile
Added Vagrantfile so that developers can spin up a VM to build geth
|
2016-02-23 13:48:32 +02:00 |
|
Péter Szilágyi
|
93c0012000
|
eth/downloader: bump the download queue size to prevent starvation
|
2016-02-23 13:12:11 +02:00 |
|
Péter Szilágyi
|
b57a3f154f
|
Merge pull request #2234 from obscuren/tx-rpc-fix
eth: fixed homestead tx check
|
2016-02-23 10:29:25 +02:00 |
|
Péter Szilágyi
|
1f281dcaab
|
Merge pull request #2220 from karalabe/fix-rollback-lock
eth/downloader: fix partial rollback and ancestor lookup
|
2016-02-23 10:27:51 +02:00 |
|
Péter Szilágyi
|
3dca9cc550
|
Merge pull request #2095 from karalabe/trie-node-iterator
core/state, trie: add node iterator, test state/trie sync consistency
|
2016-02-23 10:26:25 +02:00 |
|
Péter Szilágyi
|
216729009b
|
eth/downloader: fix partial rollback and ancestor lookup
|
2016-02-19 11:17:02 +02:00 |
|
Péter Szilágyi
|
b8d59d9c98
|
core/state, trie: switch iterator panics to error fields
|
2016-02-16 12:37:00 +02:00 |
|
Péter Szilágyi
|
151c7bef41
|
core/state, trie: node iterator reports parent hashes too
|
2016-02-16 12:21:08 +02:00 |
|
Péter Szilágyi
|
5a057a8ded
|
core/state, trie: surface iterator entry hashes
|
2016-02-16 12:21:08 +02:00 |
|
Péter Szilágyi
|
7e29b0b5b4
|
core/state, trie: add node iterator, test state/trie sync consistency
|
2016-02-16 12:21:08 +02:00 |
|
Péter Szilágyi
|
cb85923828
|
Merge pull request #2205 from obscuren/pending-filters
eth/filters: ✨ pending logs ✨
|
2016-02-13 14:53:59 +02:00 |
|
Péter Szilágyi
|
770b29fd80
|
Merge pull request #2175 from karalabe/refactor-http-rpc
cmd, common, node, rpc: move HTTP RPC into node, drop singleton aspect
|
2016-02-13 14:53:48 +02:00 |
|
Péter Szilágyi
|
d6c6bcc9f3
|
cmd/geth: update monitor to new termui code
|
2016-02-11 16:46:28 +02:00 |
|
Péter Szilágyi
|
b019f3ee29
|
Godeps: update all dependencies to latest code
|
2016-02-11 16:16:52 +02:00 |
|
Péter Szilágyi
|
537774e049
|
Merge pull request #2195 from obscuren/gpo-rpc
eth: Added GPO to suggest default gas prices
|
2016-02-11 10:36:37 +02:00 |
|
Péter Szilágyi
|
1cc4bd76db
|
Merge pull request #2193 from karalabe/sync-state-reports
eth, eth/downloader, jsre: surface state sync progress through the API
|
2016-02-10 20:20:59 +02:00 |
|
Péter Szilágyi
|
59cd60b266
|
eth, eth/downloader, jsre: surface state sync progress through the API
|
2016-02-10 14:30:41 +02:00 |
|
Péter Szilágyi
|
be79b4aacb
|
Merge pull request #2189 from karalabe/fix-nil-miner
eth, miner: move the public miner api into eth to access etherbase
|
2016-02-09 16:38:00 +02:00 |
|
Péter Szilágyi
|
dda5af0e6c
|
eth, miner: move the public miner api into eth to access etherbase
|
2016-02-09 16:03:04 +02:00 |
|
Péter Szilágyi
|
df75dbfd68
|
cmd, node, rpc: readd inproc RPC client, expose via node
|
2016-02-09 14:10:40 +02:00 |
|
Péter Szilágyi
|
900e124bee
|
cmd, common, node, rpc: rework naming convention to canonical one
|
2016-02-09 13:24:42 +02:00 |
|
Péter Szilágyi
|
8b5b635db7
|
Merge pull request #2184 from karalabe/fix-fastsync-state-serializer-bug
eth/downloader: raise pending state limit that prevented concurrency
|
2016-02-09 12:14:48 +02:00 |
|
Péter Szilágyi
|
f1ec226d80
|
eth/downloader: raise pending state limit that prevented concurrency
|
2016-02-08 14:57:02 +02:00 |
|
Péter Szilágyi
|
856b9e9c50
|
Merge pull request #2183 from bas-vk/issue2180
eth_sendTransaction, error not reported
|
2016-02-08 12:41:39 +02:00 |
|
Péter Szilágyi
|
7486904b92
|
cmd, node, rpc: move websockets into node, break singleton
|
2016-02-05 16:53:47 +02:00 |
|
Péter Szilágyi
|
a13bc9d7a1
|
cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect
|
2016-02-05 13:45:36 +02:00 |
|
Péter Szilágyi
|
ba7c125153
|
Merge pull request #2168 from karalabe/move-rpc-into-node
cmd, common, node, rpc: move IPC into the node itself
|
2016-02-05 11:33:24 +02:00 |
|
Péter Szilágyi
|
2128289631
|
Merge pull request #2171 from karalabe/rpc-modules-fix
rpc: add jsonrpc version to module request, use json types
|
2016-02-05 11:33:10 +02:00 |
|
Péter Szilágyi
|
6b939fbeaa
|
rpc: add jsonrpc version to module request, use json types
|
2016-02-04 16:55:50 +02:00 |
|
Péter Szilágyi
|
188ab928c3
|
cmd, common, node, rpc: move IPC into the node itself
|
2016-02-04 11:23:15 +02:00 |
|
Péter Szilágyi
|
a50bccc642
|
Merge pull request #2134 from karalabe/save-state-writes
core/state, trie: don't leak database writes before commit
|
2016-02-03 10:56:21 +02:00 |
|
Péter Szilágyi
|
fbbedb4c03
|
Merge pull request #2154 from karalabe/rpc-fixes
cmd, eth, rpc: fix some RPC issues with pending blocks
|
2016-02-03 10:50:34 +02:00 |
|
Péter Szilágyi
|
5da7ec7c18
|
cmd, eth, rpc: fix some RPC issues with pending blocks
|
2016-02-03 10:35:59 +02:00 |
|
Péter Szilágyi
|
a8fd0de0d3
|
Merge pull request #2156 from ppratscher/add_replay_tx
core/vm, rpc/api: added debug_replayTransaction RPC call
|
2016-02-03 10:34:52 +02:00 |
|
Péter Szilágyi
|
2e2f093ec2
|
Merge pull request #2167 from obscuren/abi-event-fixes
account/abi: implements event parsing
|
2016-02-03 10:34:27 +02:00 |
|
Péter Szilágyi
|
da645f007b
|
Merge pull request #2166 from obscuren/contrib
CONTRIBUTING: Added a feature section
|
2016-02-03 10:34:16 +02:00 |
|