Péter Szilágyi
e189fb839c
Merge pull request #2327 from fjl/debug-fixes
...
cmd/utils, internal/debug: fixes for debugging
9 years ago
Jeffrey Wilcke
42c049e519
Merge pull request #2342 from obscuren/issue-templates
...
templates: added issue template
9 years ago
Jeffrey Wilcke
a0e2e22a4f
templates: added issue template
9 years ago
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
9 years ago
Péter Szilágyi
64c8e2f2ca
p2p/nat: fix #2291 , NAT discovery did't abort on failure
9 years ago
Felix Lange
c1343c8872
cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic
...
Go 1.6 only prints stacks for the current goroutine by default,
but for this panic we want to see all of them.
9 years ago
Felix Lange
cafdd5931e
internal/debug: don't disable heap profile collection by default
...
Setting runtime.MemProfileRate to 0 through the flag default
value makes it impossible to get an 'in-use' profile.
9 years ago
Jeffrey Wilcke
8a3ce5450a
Merge pull request #2311 from obscuren/future-proc-fix
...
core: added future proc mutex lock
9 years ago
Péter Szilágyi
08759b0aaf
Merge pull request #2322 from karalabe/headerchain-preformance-fixes
...
core: cache fresh headers and tds to avoid db trashing
9 years ago
Jeffrey Wilcke
558d18d2b0
core: added future proc mutex lock
...
Added a future lock which prevents the anything being added or removed
from or to the set when looping over the set of blocks. This fixes a nil
pointer in the range loop when trying to retrieve a block from the set
which was previously available but removed due to regular chain
processing.
Fixes #2305
9 years ago
Péter Szilágyi
c3a4874e5e
Merge pull request #2326 from karalabe/goleveldb-datarace-fix
...
Godeps: pull in the leveldb upstream write race fix
9 years ago
Péter Szilágyi
9ff07304a3
Godeps: pull in the leveldb upstream write race fix
9 years ago
Péter Szilágyi
daad2b2559
core: cache fresh headers and tds to avoid db trashing
9 years ago
Péter Szilágyi
850f41b374
Merge pull request #2321 from karalabe/downloader-throughput-datarace
...
eth/downloader: fix a throughput estimation data race
9 years ago
Jeffrey Wilcke
8b58cd0190
Merge pull request #2081 from zsfelfoldi/light-chain
...
core: create a header chain structure shared by full and light clients
9 years ago
zsfelfoldi
73d21ea6af
core: create a header chain structure shared by core.BlockChain and light.LightChain
9 years ago
Jeffrey Wilcke
bff9ceb6b8
Merge pull request #2301 from obscuren/uncle-fix
...
core: announce ChainSideEvent during reorg
9 years ago
Jeffrey Wilcke
6d3cd03a03
Merge pull request #2320 from karalabe/update-goleveldb
...
Godeps: update goleveldb to fix a compaction data race
9 years ago
Péter Szilágyi
e3f2b541f2
eth/downloader: fix a throughput estimation data race
9 years ago
Péter Szilágyi
ea19e61fba
Godeps: update goleveldb to fix a compaction data race
9 years ago
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
9 years ago
Péter Szilágyi
e90958cd29
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
Jeffrey Wilcke
ba3fb9e6f4
core: announce ChainSideEvent during reorg
...
Previously all blocks that were already in our chain were never re
announced as potential uncle block (e.g. ChainSideEvent). This is
problematic during mining where you want to gather as much possible
uncles as possible increasing the profit. This is now addressed in this
PR where during reorganisations of chains the old chain is regarded as
uncles.
Fixed #2298
9 years ago
Péter Szilágyi
05c86c2c9f
Merge pull request #2309 from bas-vk/passwd
...
console: allow optional password on the command line
9 years ago
Péter Szilágyi
31b4ff8cc1
Merge pull request #2310 from karalabe/ethash-future-cache
...
Godeps: pull in ethash future cache generator
9 years ago
Péter Szilágyi
119b724362
Godeps: pull in ethash future cache generator
9 years ago
Bas van Kervel
0fd251c7f7
console: allow optional password on the command line
9 years ago
Felix Lange
848e50d6fb
Merge pull request #2293 from kobigurk/develop
...
Adds --keystore
9 years ago
Felix Lange
bc63a3d282
Merge pull request #2292 from remyroy/fix-solc-win-path
...
Fix path problem with Solidity compile with filepath.Glob on Windows
9 years ago
Rémy Roy
de1831b6e9
common/compiler: fix path problem with filepath.Glob on Windows
9 years ago
Kobi Gurkan
627c2311fb
cmd/utils: add --keystore
9 years ago
Jeffrey Wilcke
d45f01d5f7
Merge pull request #2285 from karalabe/forward-empty-bodies
...
eth: forward empty body responses to the downlaoder
9 years ago
Péter Szilágyi
ae4982a365
eth: forward empty body responses to the downlaoder
9 years ago
Jeffrey Wilcke
41f35d7913
Merge pull request #2280 from bas-vk/js-cleanup
...
console: cleanup old autocompletations relics
9 years ago
Péter Szilágyi
5adc461d58
Merge pull request #2267 from karalabe/pending-state-events
...
core, miner: add PendingStateEvent to track non-log updates.
9 years ago
Bas van Kervel
789b9a9f16
console: cleanup old autocompletations relics
9 years ago
Péter Szilágyi
c0bf321ec8
Merge pull request #2278 from fjl/rpc-inproc-pipe
...
rpc: simplify inproc client
9 years ago
Felix Lange
e8e6df5159
rpc: simplify inproc client
...
Fixes #2277
9 years ago
Péter Szilágyi
8255afbc75
Merge pull request #2221 from karalabe/expost-key-decryption
...
crypto: expose key decryption method to parse a string direclty
9 years ago
Péter Szilágyi
f30b809f00
Merge pull request #2215 from bas-vk/estimategas
...
core: improved check for contract creation
9 years ago
Jeffrey Wilcke
7d598af493
params: updated homestead block
9 years ago
Jeffrey Wilcke
0d89e6c2f1
cmd/utils, params: homestead block
9 years ago
Jeffrey Wilcke
7cbcae3fac
Merge pull request #2269 from obscuren/repl-multi-line
...
cmd/geth: removed multiline support
9 years ago
Jeffrey Wilcke
8ce04ae8e7
Merge pull request #2273 from obscuren/lower-min-accepted-ga-price
...
cmd/utils: lower the min accepted gas price for relay and GPO
9 years ago
Jeffrey Wilcke
ab92678fb3
cmd/utils: lower the min accepted gas price for relay and GPO to 20 shannon
9 years ago
Jeffrey Wilcke
b1c1d09f83
Merge pull request #2272 from karalabe/fix-premature-downloader-exit
...
eth/downloader: fix premature exit before notifying all part fetchers
9 years ago
Péter Szilágyi
64ee5763ee
eth/downloader: fix premature exit before notifying all part fetchers
9 years ago
Péter Szilágyi
b534106cc8
core, miner: add PendingStateEvent to track non-log updates
9 years ago
Jeffrey Wilcke
cec92f5940
cmd/geth: removed multiline support
...
When attempting to paste very long lines of text the REPL goes
completely fubar, never completing the paste. Removing the multiline
support "fixes" this.
Long lines of text are usually pasted when deploying contracts and as it
stands right now makes creating new contracts from the REPL impossible.
9 years ago
Jeffrey Wilcke
4e7abcff30
Merge pull request #2266 from obscuren/up-gas-floor
...
params: settle the Pi vs Tau dispute
9 years ago