Marek Kotewicz
|
c417e2313e
|
additional fields in transaction: blockHash, blockNumber, transactionIndex
|
10 years ago |
Gav Wood
|
51f575e049
|
Blockchain import/export.
One or two minor additons to eth.
|
10 years ago |
Gav Wood
|
683dd22051
|
Allow fudging of calls so they never fail.
|
10 years ago |
Gav Wood
|
619b02ce93
|
Proper compile fix.
|
10 years ago |
Gav Wood
|
4aca199707
|
Fixed bug in test's BlockChainLoader making it crazy slow and constantly
importing blocks it already had.
|
10 years ago |
Gav Wood
|
e3aa60c445
|
Fix and clean up of State class.
Fixed #1541
|
10 years ago |
Gav Wood
|
91f9a1ea5d
|
Version bump.
|
10 years ago |
Gav Wood
|
47797dad1c
|
Fix for lack of transaction propagation.
|
10 years ago |
Gav Wood
|
80e22a1386
|
All of the JSONRPC APIs now work nicely with "latest" and "pending".
|
10 years ago |
Gav Wood
|
f3acccf5f5
|
Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
|
10 years ago |
Gav Wood
|
5c19c843be
|
Reduce noise at higher log levels.
|
10 years ago |
Gav Wood
|
063d944d0a
|
Minor cleanup for node's tx management.
|
10 years ago |
Gav Wood
|
7c62dbcfd0
|
Remove old database stuff.
|
10 years ago |
Gav Wood
|
7cc6ba8248
|
Careless threading fix.
Fixes #1551
|
10 years ago |
Gav Wood
|
3525a62ccb
|
Diagnostics for checking transaction dropping/resubmission
|
10 years ago |
Gav Wood
|
a3a72816af
|
Don't send all transactions all the time - rather select a set of peers
each time.
|
10 years ago |
Gav Wood
|
384853a919
|
Version bump, fixes to treeRoute (and thus chain view).
AZ enhancement: Queue stats.
NOTE: Last commit had a whole bunch of other stuff for better peer
performance in it.
|
10 years ago |
Gav Wood
|
622367b274
|
Avoid compiling neth/serpent on MSVC.
|
10 years ago |
Gav Wood
|
55df43ff4b
|
Fast databases.
|
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
|
a33de145e7
|
Don't check nonce by default.
|
10 years ago |
Gav Wood
|
9fb30b141e
|
Allow Solidity build to be disabled.
|
10 years ago |
Gav Wood
|
105be32bb4
|
Decent transaction import result provision.
Give network a hint about what's going on for peer backoffs.
Avoid sleeping in main loop when there's still work on.
|
10 years ago |
Gav Wood
|
c3760df77d
|
Fix update problems in AZ.
Fixes #1486
Connect requires peer by default.
|
10 years ago |
Gav Wood
|
1e8c241f2b
|
Lock bug fix.
|
10 years ago |
Gav Wood
|
0210c26a26
|
Clear block blooms.
|
10 years ago |
Gav Wood
|
c8b5f9d2f6
|
Major fix: only put in database active fork lookups.
|
10 years ago |
Gav Wood
|
c5f80a9dde
|
Fix various aspects of chain-re-import.
|
10 years ago |
Gav Wood
|
94ec0c0714
|
Be less verbose.
|
10 years ago |
Gav Wood
|
1c1951a39b
|
Don't crash when the status is bad.
|
10 years ago |
Gav Wood
|
13232d6e04
|
Fixes #1509
|
10 years ago |
Gav Wood
|
b9074ff8c6
|
Minor build fix.
|
10 years ago |
Gav Wood
|
db30ab24a0
|
Make paranoia safe again after a break caused by BlockChain cache
flushing.
Fixes #1334
|
10 years ago |
Gav Wood
|
1a93beb7e1
|
Cleanup and document some of the hairier State code.
Fixes #1458.
Fixes #1459.
Fixes #1460.
|
10 years ago |
Gav Wood
|
62b4958952
|
Provide a little more information on why things might fail.
|
10 years ago |
Gav Wood
|
6b409f52ad
|
More descriptive errors on database fail.
Fixes #1343
|
10 years ago |
Gav Wood
|
27d1436cfd
|
Fixes to eth's Interface.
|
10 years ago |
Gav Wood
|
1523b18169
|
Minor off-by-one fix.
|
10 years ago |
Gav Wood
|
6b05b8d9ff
|
Refactored much of transaction queue for tidiness and optimisation.
|
10 years ago |
subtly
|
5173be3eb6
|
defer signature recovery until after gas price check
|
10 years ago |
Gav Wood
|
83a26ddc4b
|
Remove the 1m gas reference.
|
10 years ago |
Gav Wood
|
090c892906
|
setAdress fix for mining.
|
10 years ago |
chriseth
|
22195f9ca1
|
Fixed includes.
|
10 years ago |
Gav Wood
|
d3211d033d
|
And the rest.
|
10 years ago |
Gav Wood
|
c2392fd81a
|
Gaa. Get them out of that namespace!
|
10 years ago |
Gav Wood
|
c19013da81
|
Remove initial event from JSONRPC.
Reduce verbosity.
|
10 years ago |
Gav Wood
|
fc5b6de495
|
Remove asOf redundancy.
Minor mix typo fix.
|
10 years ago |
Gav Wood
|
60da83fb0a
|
Record and detail gas refund.
|
10 years ago |
Gav Wood
|
d71bec193f
|
Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
36e2c9dbee
|
Hide accounts/contracts when we're not compiled with FATDB. Fixes #1403
|
10 years ago |