Péter Szilágyi
1d5d21726a
Merge pull request #2627 from karalabe/concurrent-head-sync
...
eth/downloader, trie: pull head state concurrently with chain
9 years ago
Péter Szilágyi
7b662103a0
Merge pull request #2535 from karalabe/modularize-console
...
cmd, console: split off the console into a reusable package
9 years ago
Péter Szilágyi
da729e5b38
cmd/geth, console: fix reviewer issues
9 years ago
Jeffrey Wilcke
5c39a1bb26
Merge pull request #2585 from karalabe/trie-dirty-tracking
...
core, core/state, trie: enterprise hand-tuned multi-level caching
9 years ago
Péter Szilágyi
14ae5708d6
console, internal/jsre: colorize JavaScript exceptions too
9 years ago
Péter Szilágyi
ffaf58f0a9
cmd, console: split off the console into a reusable package
9 years ago
Péter Szilágyi
4496a44f68
eth/downloader: ensure cancel channel is closed post sync
9 years ago
Péter Szilágyi
4f1d92b332
eth/downloader, trie: pull head state concurrently with chain
9 years ago
Péter Szilágyi
ab664c7e17
Merge pull request #2626 from karalabe/fix-testnet-zero-nonce
...
core/state: return the starting nonce for non-existent accs (testnet)
9 years ago
Péter Szilágyi
8ee84584a4
core/state: return the starting nonce for non-existent accs (testnet)
9 years ago
Péter Szilágyi
748d1c171d
core, core/state, trie: enterprise hand-tuned multi-level caching
9 years ago
Jeffrey Wilcke
a7434fd008
Merge pull request #2614 from fjl/bad-block-report
...
eth: enable bad block reports
9 years ago
Jeffrey Wilcke
d9bb8179d3
Merge pull request #2617 from obulpathi/develop
...
misc: fix spelling mistake
9 years ago
Jeffrey Wilcke
ee36057dd5
Merge pull request #2612 from remyroy/fix-eth-getCompilers
...
eth/api: fixed GetCompilers when there is no error creating Solc
9 years ago
Jeffrey Wilcke
a476aabf1a
Merge pull request #2613 from remyroy/rel-path-solc
...
common/compiler: support relative path to solc
9 years ago
Obulapathi N Challa
f3769a97d5
misc: fix spelling mistake
9 years ago
Felix Lange
ca18202eb9
eth: enable bad block reports
...
We used to have reporting of bad blocks, but it was disabled
before the Frontier release. We need it back because users
are usually unable to provide the full RLP data of a bad
block when it occurs.
A shortcoming of this particular implementation is that the
origin peer is not tracked for blocks received during eth/63
sync. No origin peer info is still better than no report at
all though.
9 years ago
Rémy Roy
5eb60a6da2
common/compiler: support relative path to solc
9 years ago
Rémy Roy
f86ea9aad5
eth/api: fixed GetCompilers when there is no error creating Solc
9 years ago
Felix Lange
5bcdbb1ce4
Merge pull request #2603 from Digital-Contraptions-Imaginarium/develop
...
README: make it clear how to build all executables
9 years ago
Gianfranco Cecconi
2e530f4889
Just to make it clear how to build all executables
9 years ago
Jeffrey Wilcke
7f515b0e88
Merge pull request #2564 from bas-vk/submit-tx
...
eth: add new RPC method (personal.) SignAndSendTransaction
9 years ago
Jeffrey Wilcke
b4dd3209b2
Merge pull request #2597 from fabioberger/develop
...
core: Simplify bloom9 tests
9 years ago
Jeffrey Wilcke
262d92834a
Merge pull request #2575 from bas-vk/filter
...
eth/filter: bugfix which can cause a nil pointer crash when parsing f…
9 years ago
Fabio Berger
faf663133b
core: Simplify bloom9 tests with available convenience method `TestBytes`
9 years ago
Bas van Kervel
64a6c2c1b6
eth: add new RPC method (personal.) SignAndSendTransaction
9 years ago
Jeffrey Wilcke
847aaffbb8
Merge pull request #2589 from karalabe/estimate-remove-codecheck
...
accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call
9 years ago
Jeffrey Wilcke
a8472e0fdb
Merge pull request #2315 from karalabe/concurrent-headers-2
...
eth/downloader: concurrent header downloads
9 years ago
Péter Szilágyi
1580ec1804
accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call
9 years ago
Péter Szilágyi
8906b2fe09
eth/downloader: fix reviewer comments
9 years ago
Jeffrey Wilcke
e798e4fd75
Merge pull request #2582 from obscuren/fix-sign-tx
...
eth: fixed regression in eth_signTransaction fixes #2578
9 years ago
Jeffrey Wilcke
4b1a7d3868
eth: fixed regression in eth_signTransaction fixes #2578
...
Sign transaction returned the unsigned transaction rather than the
signed one.
9 years ago
Felix Lange
e27af97a3c
Merge pull request #2580 from fjl/p2p-config
...
node, p2p: move network config out of Server
9 years ago
Felix Lange
542b839ec7
node, p2p: move network config out of Server
...
This silences a go vet message about copying p2p.Server in package node.
9 years ago
Bas van Kervel
67cd4ee8d2
eth/filter: bugfix which can cause a nil pointer crash when parsing filter arguments
9 years ago
Jeffrey Wilcke
c8a8ad97f7
Merge pull request #2574 from karalabe/notx-during-fastsync
...
eth: skip transaction handling during fast sync
9 years ago
Péter Szilágyi
d87f7a1e81
eth: skip transaction handling during fast sync
9 years ago
Jeffrey Wilcke
adc1b50395
Merge pull request #2567 from fjl/console-history-exclude
...
cmd/geth: fix console history exclusion
9 years ago
Péter Szilágyi
e86619e75d
eth/downloader: stream partial skeleton filling to processor
9 years ago
Péter Szilágyi
b40dc8a1da
eth/downloader: implement concurrent header downloads
9 years ago
Felix Lange
86da6feb40
cmd/geth: fix console history exclusion
...
Calls to 'personal' API should be excluded from console history because
they can be called with an account passphrase as argument. The check for
such calls was inverted and didn't work.
9 years ago
Jeffrey Wilcke
fe532a98f9
core: fixed pointer assignment
...
This fixes an issue where it's theoretical possible to cause a consensus
failure when hitting the lower end of the difficulty, though pratically
impossible it's worth a fix.
9 years ago
Péter Szilágyi
39ce85cf5d
eth/downloader: bound fork ancestry and allow heavy short forks
9 years ago
Jeffrey Wilcke
72e60dea36
Merge pull request #2563 from obscuren/rpcaddr-fix
...
eth: fixed double close of channel. Fixes #2555
9 years ago
Jeffrey Wilcke
7c1f74713e
event: fixed subscribtions to stopped event mux
...
This fixes an issue where the following would lead to a panic due to a
channel being closed twice:
* Start mux
* Stop mux
* Sub to mux
* Unsub
This is fixed by setting the subscriptions status to closed resulting in
the Unsubscribe to ignore the request when called.
9 years ago
Péter Szilágyi
a5ff487889
Merge pull request #2559 from karalabe/abigen-unmarshal
...
accounts/abi/bind: fix multi-value anonymous unmarshalling
9 years ago
Péter Szilágyi
331b815300
Merge pull request #2560 from 6londe/patch-3
...
README: fix typos
9 years ago
Changhoon Lee
2348f8e2a8
README: fix typos
...
README: fix typos
9 years ago
Péter Szilágyi
251b3c6406
accounts/abi: fix abi test for go vet...
9 years ago
Péter Szilágyi
cc21706c50
accounts/abi/bind: fix multi-value anonymous unmarshalling
9 years ago