Gav Wood
9f756124b0
First draft at splitting State.
Continuation of State split.
libethereum building again.
Compile fixes galore.
Remove a lot of code redundancy.
mix using new state/block classes
10 years ago
yann300
f6c9603a6b
small changes
10 years ago
arkpar
f7500218c8
mix working
10 years ago
arkpar
388489b7d4
mix working
10 years ago
arkpar
d1f401ce41
mix working
10 years ago
arkpar
1bb6bb5ff2
mix working
10 years ago
arkpar
e6d2200cca
mix working
10 years ago
arkpar
0431a97ecb
mix working
10 years ago
yann300
ae07c6a11a
deploy dialog
10 years ago
Gav Wood
9d5b632c58
pair up hash with Address for transaction submission API.
10 years ago
yann300
0236886d3e
bug fix. issue while getting the created contract address.
10 years ago
Gav Wood
d7357c8059
pair up hash with Address for transaction submission API.
10 years ago
Marek Kotewicz
455a1aed74
rpc eth_sendTransaction returns always transaction hash
10 years ago
Gav Wood
9be175ddd7
Cleaned up interface to send/submit Transaction.
We take notice of manually-set nonce.
10 years ago
Paweł Bylica
6b3fd2d3ca
Small override & std::move fixes.
10 years ago
yann300
ec62858be1
cosmetic changes
10 years ago
Paweł Bylica
a9f3df90b1
Add missing override specifiers.
10 years ago
yann300
799ff95c28
- Catch events for each incoming transaction.
10 years ago
yann300
8404bceb0c
Add ScenarioExecution + ScenarioLoader
10 years ago
Lefteris Karapetsas
1722dd6695
Remove deprecated std::auto_ptr
- With gcc 5.1.0 we now get warnings for usage of std::auto_ptr. It is
deprecated by the C++0x standard and afterwards so it's prudent to
replace them with unique pointers.
10 years ago
arkpar
9b80352a7c
made _secret parameter optional
10 years ago
arkpar
10aec68f63
fixed transaction signatures
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
arkpar
2623bee198
import/export state
10 years ago
Gav Wood
cd4478e4cf
Various fixes for mining.
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
yann300
6c4cbaaae7
option in StateDialog.qml to select the coinbase address.
10 years ago
Gav Wood
2693659e56
Various fixes for mining.
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
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
arkpar
c7167d183b
auto gas calculation
10 years ago
Gav Wood
13232d6e04
Fixes #1509
10 years ago
yann300
5681467247
- Hide mapping type from debugger.
- Better highlighting if debugger in external source.
- Always use pendingBlock when making call and transact MixClient.
- Compilation errors not kept in logs history.
10 years ago
Gav Wood
fc5b6de495
Remove asOf redundancy.
Minor mix typo fix.
10 years ago
yann300
5b18f853b7
- bug fix : #1399
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
arkpar
6df3687132
usability improvements
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
1e0201142f
Mix fix 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
49b9a0224a
New Proof-of-Work.
10 years ago
Gav Wood
c82d63b909
New Proof-of-Work.
10 years ago