Tomasz Drwięga
|
a0db1d5416
|
Merge branch 'master' into rustfmt
Conflicts:
ethash/src/sizes.rs
util/src/uint.rs
|
2016-03-23 16:55:54 +01:00 |
|
Gav Wood
|
97449afbb9
|
Merge branch 'master' into bettermining
|
2016-03-23 14:18:16 +01:00 |
|
Gav Wood
|
038b67cbd4
|
Merge pull request #802 from ethcore/tx_queue_bugs
Fixing future-current transactions clash
|
2016-03-23 14:02:44 +01:00 |
|
Tomasz Drwięga
|
c2d2e41624
|
Fixing future-current transactions clash
|
2016-03-23 12:23:50 +01:00 |
|
Arkadiy Paronyan
|
ebd7273071
|
Merge pull request #800 from ethcore/fixjsonrpc
Increase threads to num_cpus & fix author reporting
|
2016-03-22 21:08:59 +01:00 |
|
Gav Wood
|
0e026ed11f
|
Fix author reporting. num_cpus for JSONRPC threads.
|
2016-03-22 19:12:17 +01:00 |
|
Gav Wood
|
7624bcf49e
|
Increase threads to 4.
|
2016-03-22 18:43:06 +01:00 |
|
Gav Wood
|
d7fb464fa9
|
Merge pull request #798 from ethcore/eth_rpc
another batch of rpc improvements
|
2016-03-22 18:38:55 +01:00 |
|
debris
|
a0cbe7cd7e
|
fixed eth_call, eth_sendTransaction and eth_estimateGas
|
2016-03-22 17:17:50 +01:00 |
|
debris
|
0cdac6de3c
|
uncle
|
2016-03-22 16:07:42 +01:00 |
|
Gav Wood
|
a134f939e9
|
Non-functioning draft of code.
|
2016-03-22 13:05:18 +01:00 |
|
Nikolay Volf
|
0c8afa932a
|
Merge pull request #794 from ethcore/tracing
Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it.
|
2016-03-22 10:21:31 +03:00 |
|
debris
|
f2a0e24491
|
removed outdated comment
|
2016-03-21 20:29:35 +01:00 |
|
Gav Wood
|
2ab9d02158
|
Fix test.
|
2016-03-21 12:39:13 +01:00 |
|
debris
|
0e5395013a
|
implemented eth_sendRawTransaction
|
2016-03-21 12:00:30 +01:00 |
|
Gav Wood
|
8906b78b07
|
Revert break.
|
2016-03-21 11:56:11 +01:00 |
|
Gav Wood
|
205f062433
|
Merge branch 'master' into tracing
|
2016-03-21 11:54:50 +01:00 |
|
Gav Wood
|
8ed8652296
|
Reuse should_Trace.
|
2016-03-21 11:53:52 +01:00 |
|
debris
|
068c0f3782
|
test for eth_getTransactionReceipt
|
2016-03-21 11:47:50 +01:00 |
|
Gav Wood
|
c4d45e0cf0
|
Trace basic calls! And tests.
|
2016-03-21 11:24:03 +01:00 |
|
Gav Wood
|
6701aff2a2
|
Merge pull request #793 from loxal/patch-1
complete getting started steps for OS X
|
2016-03-21 10:46:42 +01:00 |
|
Alexander Orlov
|
677193ca52
|
complete getting started steps for OS X
You get
`multirust: no default toolchain configured`
when
`multirust default stable`
is not executed.
|
2016-03-20 20:44:32 +01:00 |
|
Gav Wood
|
7051529880
|
Merge pull request #788 from ethcore/test-fix
Auto detect available port (with fixed test)
|
2016-03-20 19:43:57 +01:00 |
|
Gav Wood
|
74f7f3f016
|
Merge pull request #792 from ethcore/eth_getTransactionReceipt
eth_getTransactionReceipt
|
2016-03-20 19:43:49 +01:00 |
|
Gav Wood
|
72b604b8e8
|
Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it.
|
2016-03-20 19:20:37 +01:00 |
|
debris
|
52e9801721
|
client implementation of transaction receipt
|
2016-03-20 18:44:57 +01:00 |
|
Arkadiy Paronyan
|
8a5aa354f2
|
Merge pull request #791 from ethcore/tracing
Comprehensive tests for tracing transactions
|
2016-03-20 18:44:24 +01:00 |
|
Gav Wood
|
c2933e005a
|
Tests for not tracking builtin calls.
|
2016-03-20 17:51:22 +01:00 |
|
debris
|
2a3e695f8a
|
LocalizedReceipt
|
2016-03-20 17:29:39 +01:00 |
|
Gav Wood
|
b4c2505eab
|
Merge branch 'master' into tracing
|
2016-03-20 16:30:59 +01:00 |
|
Gav Wood
|
dcb23de65c
|
Merge pull request #771 from ethcore/tx_queue_timeout
Disable preparing work package if miners don't ask for it.
|
2016-03-20 16:29:13 +01:00 |
|
Gav Wood
|
6ac350a996
|
Tests for lots more configurations.
|
2016-03-20 16:24:19 +01:00 |
|
arkpar
|
6e9ea76aab
|
Auto detect available port
|
2016-03-20 16:21:49 +01:00 |
|
Marek Kotewicz
|
f1f421af76
|
Merge pull request #786 from ethcore/clitweak
Listen on all interfaces for JSONRPC by default.
|
2016-03-20 15:13:45 +01:00 |
|
Marek Kotewicz
|
fbb166f3ce
|
Merge pull request #787 from ethcore/eth_estimateGas
eth_estimateGas
|
2016-03-20 15:13:22 +01:00 |
|
Tomasz Drwięga
|
ef10c6f637
|
Avoiding possible overflow when block number gets smaller.
|
2016-03-20 12:18:41 +01:00 |
|
Arkadiy Paronyan
|
f4df3860b0
|
Merge pull request #789 from ethcore/revert-782-test-fix
Revert "Auto detect available port"
|
2016-03-20 12:18:16 +01:00 |
|
Tomasz Drwięga
|
40fc3dc060
|
Merge branch 'master' into tx_queue_timeout
|
2016-03-20 12:16:57 +01:00 |
|
Arkadiy Paronyan
|
2ec40604d9
|
Revert "Auto detect available port"
|
2016-03-20 12:12:58 +01:00 |
|
Gav Wood
|
5afd32dd84
|
Minor tweaks.
|
2016-03-20 12:09:55 +01:00 |
|
Gav Wood
|
d2d5806e9b
|
Test for failed create transactions, failed actions are logged as such.
|
2016-03-20 12:04:31 +01:00 |
|
debris
|
aa47d944e1
|
implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas
|
2016-03-20 11:34:19 +01:00 |
|
Gav Wood
|
f75fb6a59f
|
Create transaction tracing test.
|
2016-03-20 11:33:36 +01:00 |
|
debris
|
d15ce15751
|
Merge branch 'eth_call' into eth_estimateGas
|
2016-03-20 10:40:18 +01:00 |
|
debris
|
d536d20643
|
fixed indentation
|
2016-03-20 10:36:44 +01:00 |
|
Gav Wood
|
05a9c16329
|
JSONRPC interface defaults to local.
Please enter the commit message for your changes. Lines starting
|
2016-03-20 10:34:34 +01:00 |
|
debris
|
83d08ba399
|
Merge branch 'master' of github.com:ethcore/parity into eth_call
|
2016-03-20 10:29:43 +01:00 |
|
debris
|
7c6f0e472d
|
implementation of eth_estimateGas
|
2016-03-20 10:29:30 +01:00 |
|
Marek Kotewicz
|
6feb503c67
|
Merge pull request #777 from ethcore/call
added output to execution result
|
2016-03-20 10:28:28 +01:00 |
|
Gav Wood
|
004cd00f13
|
Merge pull request #782 from ethcore/test-fix
Auto detect available port
|
2016-03-20 10:23:55 +01:00 |
|