Gav Wood
|
68714c59f8
|
Integrate KeyManager.
|
10 years ago |
Gav Wood
|
456872daec
|
Refactor call/create so they don't need a Secret in preparation for
integration of the KeyManager.
|
10 years ago |
arkpar
|
cc5a617aa6
|
set and map to hash tables
|
10 years ago |
Gav Wood
|
677eb456b2
|
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
|
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
|
64f159ebdf
|
Transaction injection. Signing still needs properly sorting.
|
10 years ago |
Gav Wood
|
f22540f0e0
|
Lots of build fixes. Now minimal version builds ok.
|
10 years ago |
Gav Wood
|
e7008b5877
|
Various compile fixes.
|
10 years ago |
Gav Wood
|
15f74352e3
|
Compile fixes.
|
10 years ago |
Gav Wood
|
6cf2a93e20
|
Some early refactoring to support async miners better.
|
10 years ago |
Gav Wood
|
405653c250
|
Lots of build fixes. Now minimal version builds ok.
|
10 years ago |
Gav Wood
|
db3e0831c3
|
Various compile fixes.
|
10 years ago |
Gav Wood
|
be2480d85e
|
Compile fixes.
|
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 |
Marek Kotewicz
|
c417e2313e
|
additional fields in transaction: blockHash, blockNumber, transactionIndex
|
10 years ago |
Gav Wood
|
683dd22051
|
Allow fudging of calls so they never fail.
|
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
|
27d1436cfd
|
Fixes to eth's Interface.
|
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
|
e57d6ae633
|
Unify block numbers into BlockNumber type.
Uniformally handle 'latest' & 'pending'.
|
10 years ago |
Gav Wood
|
1619d230c3
|
Extensive pathway for reporting transaction execution results.
|
10 years ago |
Gav Wood
|
32a6cf22a5
|
Rename transact -> submitTransaction (reflecting aynch nature).
|
10 years ago |
Gav Wood
|
53b50a1213
|
Avoid accidentally reaping properly managed watches.
|
10 years ago |
Gav Wood
|
f7b746b1d8
|
Fixes for previous commit.
|
10 years ago |
Marek Kotewicz
|
26c2470516
|
eth_call on block with number
|
10 years ago |
Marek Kotewicz
|
8e65751c2d
|
fixed transactionHashes && getTransactionByHash
|
10 years ago |
Gav Wood
|
2cfd93132b
|
Params & JSON file.
|
10 years ago |
Gav Wood
|
49b9a0224a
|
New Proof-of-Work.
|
10 years ago |
Gav Wood
|
ef128a4bf4
|
Params & JSON file.
|
10 years ago |
Gav Wood
|
c82d63b909
|
New Proof-of-Work.
|
10 years ago |
Marek Kotewicz
|
1fc21d8ae5
|
eth_getBlock returns also transactions
|
10 years ago |
Gav Wood
|
d7d8875399
|
Params & JSON file.
|
10 years ago |
Gav Wood
|
2ffb554a9d
|
New Proof-of-Work.
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
Marek Kotewicz
|
6745e188c1
|
JSON-RPC transactionCount && uncleCount, fixed #1027
|
10 years ago |
Gav Wood
|
0de7d63dc1
|
Remote mining hook.
|
10 years ago |
Gav Wood
|
e6ca33f814
|
API change: eth.watches will give you the log entries that are new as an
arg.
|
10 years ago |
Gav Wood
|
89031ff638
|
Various fixes for the JS API.
|
10 years ago |
Gav Wood
|
82d29fa979
|
Rename headers.
|
10 years ago |
Gav Wood
|
d9bdfe5b4d
|
Latest PoC-7 changes.
|
10 years ago |
Marek Kotewicz
|
3a1b83538b
|
migration to log filters, not finished
|
10 years ago |
Paweł Bylica
|
61720f33be
|
Revert "Prevent integer overflow in some gas calculations"
This reverts commit 465e682dc6 .
|
10 years ago |
Paweł Bylica
|
465e682dc6
|
Prevent integer overflow in some gas calculations
|
10 years ago |
Paweł Bylica
|
c821c66d20
|
Revert FeeStructure changes except compile-time constants
|
10 years ago |
Paweł Bylica
|
46e079fb52
|
Place fee constants inside FeeStructure struct
|
10 years ago |
Gav Wood
|
8bf5251d5a
|
Can grab block info from JS. Stephan will be pleased.
|
10 years ago |