Jeffrey Wilcke
ac80ec59dc
miner: update root only when mining
9 years ago
Jeffrey Wilcke
e349fac97d
core: fixed tests
9 years ago
Jeffrey Wilcke
aba901e13c
core: removed write's go routine
9 years ago
obscuren
07db098ccf
core: renamed next to pending & fixed tests
9 years ago
obscuren
855e76fddd
core: reduced cache limit to 256
9 years ago
obscuren
4d11747836
deps: Added golang-lru
9 years ago
obscuren
6ca3a44638
core: switched to proper LRU
9 years ago
obscuren
4460dc9d1a
core: added LRU caching and added batch writing when LDB is used
9 years ago
obscuren
2a5a55efaf
ethdb: accessor for LDB. TODO remove this interface
9 years ago
obscuren
c850c41ec1
trie: Implemented a batch write approach for flushing
9 years ago
Felix Lange
76821d167a
core, eth, rpc: avoid unnecessary block header copying
9 years ago
Felix Lange
fccc7d71eb
core: remove superfluous big.Int allocations
...
With blocks now being immutable, use big.Int values from
accessor functions instead of copying their results.
9 years ago
Felix Lange
d0bb90c69e
core: generate benchmark keys only once
9 years ago
Felix Lange
992dc74efd
core: avoid duplicate calls to Transaction.Data
9 years ago
Felix Lange
0b22ad99c1
core: optimize IntrinsicGas
9 years ago
Felix Lange
a8889b092b
core/types: cache computed block values
9 years ago
Felix Lange
11b8d1df59
core/types: cache computed transaction values
9 years ago
Felix Lange
8743cc1c1c
rlp: add ListSize
9 years ago
Felix Lange
a0566c1058
rlp: remove Flat
9 years ago
Felix Lange
3d0c6a8345
rlp: pool encoder allocations
9 years ago
Felix Lange
c3d6228023
core: add InsertChain benchmarks
9 years ago
Felix Lange
7098ec691c
rpc: unmask pending block fields
...
This pleases the RPC tests.
9 years ago
Felix Lange
e0e5f74776
eth/downloader, eth/fetcher: use core.GenerateChain in tests
...
TestMadeupParentBlockChainAttack has been deleted because it was too
hard to port and the attack that it checks the prevention of is being
averted in a different way (through a protocol change).
9 years ago
Felix Lange
ceaf1c080b
core: add GenerateChain, GenesisBlockForTesting
9 years ago
Felix Lange
1d42888d30
core/types: make blocks immutable
9 years ago
Felix Lange
654564e164
core/types: make transactions immutable
9 years ago
Jeffrey Wilcke
9d8b512b27
Merge pull request #1356 from Gustav-Simonsson/debug_develop
...
Debug develop
9 years ago
Jeffrey Wilcke
b39042db56
core, miner: implemented canary
9 years ago
Jeffrey Wilcke
d1e93db3eb
core, miner: added write block method & changed mining propagation
9 years ago
Jeffrey Wilcke
059a1e9e4e
miner: broadcast block before insertion/validation
9 years ago
Jeffrey Wilcke
5e7db8f5cd
Merge pull request #1353 from karalabe/fix-double-fetch
...
eth/fetcher: don't double filter/fetch the same block
9 years ago
Péter Szilágyi
a7d22658ad
eth/fetcher: don't drop on future blocks, just not propagate
9 years ago
Péter Szilágyi
29d53b2073
eth/fetcher: don't double filter/fetch the same block
9 years ago
Bas van Kervel
61ccc39b56
initialize fields to prevent nil pointer exception
9 years ago
Bas van Kervel
f9264e87ec
add json parsing method for resend transaction
9 years ago
Bas van Kervel
a355777ff8
improved error handling in parsing request
9 years ago
Felix Lange
a0191910fc
Merge pull request #1341 from karalabe/proto-version-negotiation
...
p2p: support protocol version negotiation
9 years ago
Jeffrey Wilcke
b9ebdffd83
Merge pull request #1335 from tgerring/mistcleanup
...
Travis and README cleanup
10 years ago
Jeffrey Wilcke
1169ec7681
Merge pull request #1344 from karalabe/monitor-fixes
...
Monitor fixes
10 years ago
Péter Szilágyi
d099a42c85
cmd/geth: fix monitor panic, don't pre-fill with dummy data
10 years ago
Péter Szilágyi
7e69392249
cmd/geth: re-scale charts when changing unit magnitudes
10 years ago
Péter Szilágyi
216fc267fa
p2p: fix local/remote cap/protocol mixup
10 years ago
Péter Szilágyi
d84638bd31
p2p: support protocol version negotiation
10 years ago
Jeffrey Wilcke
b0a5be4495
Merge pull request #1321 from karalabe/cut-it-open-3000
...
Metrics collecting and reporting support
10 years ago
Jeffrey Wilcke
e64625aa82
Merge pull request #1332 from bas-vk/ipcbatch
...
IPC interface improvements
10 years ago
Taylor Gerring
c6dbe9dc07
Travis and README cleanup
10 years ago
Bas van Kervel
662285074e
improved logging for IPC connection lifetime management
10 years ago
Péter Szilágyi
e9c0b5431c
cmd/geth: finalize mem stats
10 years ago
Péter Szilágyi
fdbf8be735
cmd/geth, rpc/api: fix reported metrics issues
10 years ago
Bas van Kervel
5757a0edb5
added IPC timeout support
10 years ago