debris
|
c9ac0392d8
|
tests for deserialization of issue #835
|
2016-03-28 02:18:50 +02:00 |
|
NikVolf
|
02dfc8632e
|
fix test
|
2016-03-28 02:17:32 +02:00 |
|
NikVolf
|
ac2a62707a
|
in cli call
|
2016-03-28 02:17:28 +02:00 |
|
NikVolf
|
6f78523bf0
|
unlimited unlock
|
2016-03-28 02:15:12 +02:00 |
|
Gav Wood
|
5dbbf9db13
|
Allow passwords on multiple lines in --password files.
|
2016-03-28 02:13:47 +02:00 |
|
Gav Wood
|
0d6ffa2a97
|
Minor refactor.
|
2016-03-28 02:13:47 +02:00 |
|
Gav Wood
|
3afb6370f9
|
Unlock accounts on CLI.
|
2016-03-28 02:13:47 +02:00 |
|
Gav Wood
|
dad4bfecdf
|
Merge pull request #828 from ethcore/optionalblocknumberinrpc
Make BlockNumber optional, fix eth_call
|
2016-03-26 23:29:45 +01:00 |
|
Gav Wood
|
902b44c94f
|
Remove info!s.
|
2016-03-26 13:44:42 +01:00 |
|
Gav Wood
|
54bf237e4f
|
Fix backport.
|
2016-03-26 13:31:04 +01:00 |
|
Gav Wood
|
f835ce8253
|
Fix eth_call so it doesn't need the secret of the sender.
|
2016-03-26 13:30:50 +01:00 |
|
Gav Wood
|
4d04668c48
|
Make BlockNumber optional.
|
2016-03-26 12:35:15 +01:00 |
|
Arkadiy Paronyan
|
b4d95089d4
|
Merge pull request #826 from ethcore/web3sha3-beta
Web3sha3 beta
|
2016-03-26 12:08:30 +01:00 |
|
Gav Wood
|
cca30f964e
|
Update web3.rs
[ci-skip]
|
2016-03-26 11:22:29 +01:00 |
|
NikVolf
|
f11cc80561
|
wiki test
|
2016-03-26 11:22:23 +01:00 |
|
NikVolf
|
4f71fd5d4d
|
avoid copy
|
2016-03-26 11:22:13 +01:00 |
|
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 |
|