NikVolf
|
0340466f5f
|
web3_sha3
|
2016-03-26 11:22:06 +01:00 |
|
Nikolay Volf
|
8847819b31
|
Merge pull request #821 from ethcore/netidfix-beta
Use network id for the web3_net_version return.
|
2016-03-26 04:01:53 +04:00 |
|
Gav Wood
|
ca91fd5e76
|
Use network id for the web3_net_version return.
|
2016-03-26 00:22:09 +01:00 |
|
Arkadiy Paronyan
|
df2619a37d
|
Merge pull request #806 from ethcore/tracegetwork-beta
Fix mining from spinning
|
2016-03-24 17:34:07 +01:00 |
|
arkpar
|
4840371635
|
Fixed test
|
2016-03-24 17:07:54 +01:00 |
|
Gav Wood
|
68e4156143
|
Don't care if engaged in sync since it's typically doing so.
|
2016-03-24 14:29:54 +00:00 |
|
Gav Wood
|
83f812b176
|
Fix logic. agaib.
|
2016-03-24 14:24:58 +00:00 |
|
Gav Wood
|
36c5525e3f
|
Fix logic error.
|
2016-03-24 14:15:55 +00:00 |
|
Gav Wood
|
78b5c12cf9
|
Fix mining.
|
2016-03-24 14:13:43 +00:00 |
|
Gav Wood
|
0564e7c168
|
Fix compile.
|
2016-03-24 14:00:15 +00:00 |
|
Gav Wood
|
7a4e91d26d
|
Add tracing.
|
2016-03-24 14:00:09 +00:00 |
|
Tomasz Drwięga
|
ec26827f58
|
Fixing future-current transactions clash
|
2016-03-23 14:45:02 +01:00 |
|
arkpar
|
01b71bf9ba
|
Merge with master
|
2016-03-22 22:09:44 +01:00 |
|
Gav Wood
|
42040438ed
|
Fix author reporting. num_cpus for JSONRPC threads.
|
2016-03-22 21:58:28 +01:00 |
|
Gav Wood
|
799828b51e
|
Increase threads to 4.
|
2016-03-22 21:58:28 +01:00 |
|
debris
|
f78e8c3a38
|
fixed eth_call, eth_sendTransaction and eth_estimateGas
|
2016-03-22 21:58:28 +01:00 |
|
debris
|
4f242996d1
|
uncle
|
2016-03-22 21:58:28 +01:00 |
|
debris
|
daecf5db3e
|
removed outdated comment
|
2016-03-22 21:58:28 +01:00 |
|
debris
|
9a09f52679
|
implemented eth_sendRawTransaction
|
2016-03-22 21:58:28 +01:00 |
|
debris
|
841a996fa6
|
test for eth_getTransactionReceipt
|
2016-03-22 21:58:28 +01:00 |
|
Alexander Orlov
|
ff99ccaf82
|
complete getting started steps for OS X
You get
`multirust: no default toolchain configured`
when
`multirust default stable`
is not executed.
|
2016-03-22 21:58:28 +01:00 |
|
arkpar
|
60f2aadb8e
|
Prettier version wo git dir; Use rustc compile time version
|
2016-03-22 21:53:29 +01:00 |
|
Tomasz Drwięga
|
c143b1b783
|
Validating senders balance before importing transaction to queue
|
2016-03-22 21:52:28 +01:00 |
|
Tomasz Drwięga
|
2377d46c59
|
Speeding up build
|
2016-03-22 21:44:58 +01:00 |
|
Arkadiy Paronyan
|
10d361aec5
|
Merge pull request #796 from ethcore/beta-staging
Merge master to beta
|
2016-03-22 20:55:57 +01:00 |
|
arkpar
|
bf4e4df4c8
|
Fixed sync tests
|
2016-03-21 18:51:22 +01:00 |
|
arkpar
|
3b766f01f2
|
Fixed rpc tests
|
2016-03-21 18:07:07 +01:00 |
|
arkpar
|
2aa3864d67
|
Merge with master
|
2016-03-21 15:55:46 +01:00 |
|
debris
|
04082d1514
|
client implementation of transaction receipt
|
2016-03-21 00:05:45 +01:00 |
|
debris
|
85fa07728c
|
LocalizedReceipt
|
2016-03-21 00:05:45 +01:00 |
|
Tomasz Drwięga
|
a36ac996a0
|
Avoiding possible overflow when block number gets smaller.
|
2016-03-21 00:05:45 +01:00 |
|
Tomasz Drwięga
|
6e666ecac7
|
Fixing ethminer doctest
|
2016-03-21 00:05:45 +01:00 |
|
Tomasz Drwięga
|
08dc83205c
|
Flipping sealing_enabled flag after no requests for sealing_block for some time
|
2016-03-21 00:05:43 +01:00 |
|
Gav Wood
|
bff142828d
|
JSONRPC interface defaults to local.
Please enter the commit message for your changes. Lines starting
|
2016-03-21 00:04:55 +01:00 |
|
Gav Wood
|
6d1ae888ca
|
Listen on all interfaces for JSONRPC by default.
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
d5cc2c9e67
|
implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
048dba7ef3
|
fixed indentation
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
280c5e8a99
|
implementation of eth_estimateGas
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
1257ad2993
|
fixes after merge
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
5c72e60b14
|
implemented eth_call
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
aa6b6e477c
|
added output to execution result
|
2016-03-21 00:04:55 +01:00 |
|
Gav Wood
|
245ef854dd
|
Allow 0x prefix for --author.
|
2016-03-21 00:04:55 +01:00 |
|
debris
|
c2cffd1e06
|
improvements to build, updated dependencies, moved rpctest to its own submodule
|
2016-03-21 00:04:53 +01:00 |
|
debris
|
ddab958e61
|
fixed missing import
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
a10160bd56
|
use ethjson module to load chain json tests
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
49be60e984
|
test ethjson module on travis
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
2b8a151b82
|
fixed failing eth rpc tests
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
9bcc6c9e69
|
next batch of rpc fixes, 103 still failing
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
0fc605face
|
rpc tests, now 421 passing / 116 failing
|
2016-03-20 23:56:57 +01:00 |
|
debris
|
8f1618687c
|
fixed parsing blockchain file, added default account to rpc tests
|
2016-03-20 23:56:57 +01:00 |
|