Lefteris Karapetsas
ebccf607d1
eth++ now respects gas price CLI arguments
10 years ago
Lefteris Karapetsas
c188bf0dfd
Properly set default Gas Price in Web3 server
Fixes #2767
10 years ago
Lefteris Karapetsas
9d0204f896
Add a JS console command for exiting the client
The function is web3.admin.eth.exit()
10 years ago
Gav Wood
ef1be85649
Provide hash rate according to interface in #2737 .
Closed #2737 .
10 years ago
Gav Wood
5866f841da
More on hashrate API.
10 years ago
Gav Wood
05c2bb5671
Introduce basic API for hashrate.
10 years ago
Gav Wood
4a4c6dbc1d
Introduce basic API for hashrate.
10 years ago
Lefteris Karapetsas
e62f9c108a
Error checking in resolveHost()
- Properly check if what follows after ':' is a number and catch the
exception thrown. Before this we were segfaulting with an uncaught
exception
- Return an empty endpoing if we have an error so it can be detected by
the calling web3 server code and show 'false' in the console instead
of 'true'
10 years ago
Gav Wood
c3933466d7
implement admin_net_nodeInfo.
10 years ago
chriseth
8f1d5b4330
Fixed typo.
10 years ago
Gav Wood
0e5139d5d4
less verbosity.
10 years ago
Gav Wood
631e701fdf
Fix dejavu week 1, issue 1.
Reenable bits of ethash.
10 years ago
Gav Wood
0c5e924745
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
a00196914a
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
1bc77af041
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
88cd4dfad7
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
75857ef5d4
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
212d433370
Basic Proof-of-Authority sealent.
10 years ago
Marek Kotewicz
2ff5f57355
getLogsEx && propert order of returned Ex logs
10 years ago
Marek Kotewicz
358f9b49cd
eth_getTransactionByBlockHash && eth_getTransactionByBlockNumber returns null when transactions are out of scope
10 years ago
Marek Kotewicz
7beb78413c
LocalisedTransaction in ClientBase and WebThreeStubServerBase
10 years ago
Marek Kotewicz
e961867fdf
LocalisedTransactionReceipt in ClientBase and WebThreeStubServerBase
10 years ago
Marek Kotewicz
9d0ef73c8e
eth_getTransactionReceipt
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
Marek Kotewicz
5613e21974
fixed encoding unformatted data in eth_getStorageAt
10 years ago
Marek Kotewicz
560f93be76
fixed eth_getTransactionByHash when transactionHash is unknown
10 years ago
Marek Kotewicz
45cb07bccf
getBlockBy** and getBlockTransactionCountBy** return null if block is not found
10 years ago
Marek Kotewicz
971b685441
blockchain isKnown block / transaction
10 years ago
Marek Kotewicz
5c64ba8aae
fixed encoding unformatted data in eth_getStorageAt
10 years ago
Marek Kotewicz
51c705e3d3
fixed eth_getTransactionByHash when transactionHash is unknown
10 years ago
Marek Kotewicz
0c23935877
getBlockBy** and getBlockTransactionCountBy** return null if block is not found
10 years ago
Marek Kotewicz
e98317f2dd
blockchain isKnown block / transaction
10 years ago
Gav Wood
9afd426e5a
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
10 years ago
Marek Kotewicz
7355368df1
missing return in toJsonEx
10 years ago
Marek Kotewicz
d79569fb63
eth_getFilterChangesEx, eth_getFilterLogsEx returns json in proper format
10 years ago
Marek Kotewicz
f77325de18
block polarity enum && jsonrpc field
10 years ago
Gav Wood
eb140df18a
Admin methods.
10 years ago
Gav Wood
fc7f01a83b
Fix for no solidity.
10 years ago
Marek Kotewicz
b88cb266f8
renamed log type "block" -> "mined"
10 years ago
Marek Kotewicz
f7469c3acc
removed unused function
10 years ago
Marek Kotewicz
0bd96a43d3
log type, fixed getting blockNumber from special hashes
10 years ago
Marek Kotewicz
ced5554c27
special filters returning hashes on eth_getFilterChanges
10 years ago
Marek Kotewicz
42e934baf4
udpated eth_compileSolidity
10 years ago
Marek Kotewicz
a51f766d50
bring back old way of creating log ilter
10 years ago
Marek Kotewicz
7690647be8
updated LocalisedLogEntry
10 years ago
Marek Kotewicz
aa1a40a009
common changes
10 years ago
Marek Kotewicz
a52cd26609
new Ex methods
10 years ago
Marek Kotewicz
1108680fe3
filters using blockHashes instead of blockNumbers
10 years ago
Marek Kotewicz
ec3afa9d71
eth_newPendingTransactionFilter
10 years ago