arkpar
|
440f6e7dc2
|
import transactions in a separate thread
|
10 years ago |
Gav Wood
|
00a6208e79
|
Don't drop DB when chaning DB format.
Don't die when geth is run.
Repotting.
Fixed #2354.
|
10 years ago |
Gav Wood
|
56ed8a9207
|
Extra data.
|
10 years ago |
Gav Wood
|
346db17ba3
|
Parallelised large-file imports.
|
10 years ago |
Gav Wood
|
c5cb5aeed4
|
Avoid attempting to import invalid blocks.
Reduce verbosity.
Minor additions to exponential backoff.
|
10 years ago |
Gav Wood
|
9afd426e5a
|
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
|
10 years ago |
Gav Wood
|
7bff0d1f7d
|
Faster State diffs.
Support canary contract to stop mining.
Manage rude nodes.
|
10 years ago |
Gav Wood
|
095b6f8189
|
Report bad blocks using published standards.
|
10 years ago |
Gav Wood
|
cd2236b468
|
Much better exception error reporting.
Readying things for phone-home on badblock.
|
10 years ago |
arkpar
|
5eb685da7c
|
Moved transaction verification to verifier thread
|
10 years ago |
Gav Wood
|
51b90324c0
|
Allow configurable gas price in AZ & eth.
|
10 years ago |
Gav Wood
|
fdff985a30
|
--ask and --bid
|
10 years ago |
Gav Wood
|
61318ba3ab
|
Bad blocks get good treatment.
|
10 years ago |
Gav Wood
|
715a63620b
|
Move OverlayDB (leveldb dependent) back into libdevcrypto.
|
10 years ago |
Gav Wood
|
05ea9941c9
|
Move non-cryptopp dependent stuff into devcore.
|
10 years ago |
arkpar
|
1958a7a469
|
Skip second nonce check on import
|
10 years ago |
Gav Wood
|
b3f8518716
|
Structured logger can output to a file.
Better support of imports/keys and key manager integration for eth.
|
10 years ago |
arkpar
|
cc5a617aa6
|
set and map to hash tables
|
10 years ago |
chriseth
|
8f98d65626
|
Split params into evm-related and mining/block-related.
|
10 years ago |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
Gav Wood
|
87770dad0b
|
More logging stuff.
Fixes #1680
|
10 years ago |
Gav Wood
|
dad9a32d33
|
Better logging.
|
10 years ago |
Gav Wood
|
53da2881e9
|
Fix for mining, possibly.
|
10 years ago |
Gav Wood
|
dd0b508d53
|
Don't forget the transaction queue!
|
10 years ago |
Gav Wood
|
616cb14385
|
Nicer logging. Much nicer.
|
10 years ago |
Gav Wood
|
c1045d4711
|
Refactor just about everything important in the core.
TODO: make compile :-)
|
10 years ago |
Gav Wood
|
6cf2a93e20
|
Some early refactoring to support async miners better.
|
10 years ago |
Gav Wood
|
2fb7883a12
|
Refactor just about everything important in the core.
TODO: make compile :-)
|
10 years ago |
Gav Wood
|
6edb3840d7
|
Some early refactoring to support async miners better.
|
10 years ago |
Gav Wood
|
6e78287401
|
Ability to switch GPU/CPU mining on the fly.
|
10 years ago |
arkpar
|
07b45657f7
|
bool param to enum
|
10 years ago |
arkpar
|
6216b33775
|
Allow mining without pow check
|
10 years ago |
Gav Wood
|
619b02ce93
|
Proper compile fix.
|
10 years ago |
Gav Wood
|
e3aa60c445
|
Fix and clean up of State class.
Fixed #1541
|
10 years ago |
Gav Wood
|
80e22a1386
|
All of the JSONRPC APIs now work nicely with "latest" and "pending".
|
10 years ago |
Gav Wood
|
f2b56e7647
|
Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
|
10 years ago |
Gav Wood
|
13232d6e04
|
Fixes #1509
|
10 years ago |
Gav Wood
|
6b05b8d9ff
|
Refactored much of transaction queue for tidiness and optimisation.
|
10 years ago |
Gav Wood
|
36e2c9dbee
|
Hide accounts/contracts when we're not compiled with FATDB. Fixes #1403
|
10 years ago |
Marek Kotewicz
|
3d009ae161
|
ClientBase
|
10 years ago |
Gav Wood
|
f3d4351dbf
|
Make value transfers symmetric.
|
10 years ago |
Gav Wood
|
1619d230c3
|
Extensive pathway for reporting transaction execution results.
|
10 years ago |
Paweł Bylica
|
94718485cd
|
Small improvements here and there
Add virtual destructor to polymorphic GasPricer.
Init v field of SignatureStruct.
|
10 years ago |
CJentzsch
|
d57e48384b
|
uncleBlock reward modification - 15/16 -> (8+uncle.number-block.number)/8
|
10 years ago |
Gav Wood
|
640f688b45
|
Gas pricing infrastructure and a couple of pricing mechanisms.
|
10 years ago |
Gav Wood
|
717c9c06df
|
Avoid checking for difficulty when doing PoW test.
|
10 years ago |
Gav Wood
|
bccb7c9e89
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
1328d7e743
|
New SecureTrie.
|
10 years ago |
Gav Wood
|
c3f998bad7
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
5ac16c53f3
|
New SecureTrie.
|
10 years ago |