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
0f0a50f0ec
Do something if we haven't been told.
10 years ago
Lefteris Karapetsas
6033cebc59
Modify code to prepare for rebase
10 years ago
Lefteris Karapetsas
04d7e99bcd
Add new js admin nodeInfo command
Implementation to follow ...
10 years ago
Gav Wood
c3933466d7
implement admin_net_nodeInfo.
10 years ago
Gav Wood
91050f2b4a
Fix mining.
10 years ago
chriseth
8f1d5b4330
Fixed typo.
10 years ago
Gav Wood
17098549f8
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
2a7c56aef7
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
0e5139d5d4
less verbosity.
10 years ago
Gav Wood
e2203bb585
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
c3a334cc21
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
49a826397b
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
51f887aac5
Make sure all directories are not readable by baddies (dejavu wk1#0).
Closes #2509 .
Remove neth :(. Who knows, perhaps not forever...
10 years ago
Gav Wood
631e701fdf
Fix dejavu week 1, issue 1.
Reenable bits of ethash.
10 years ago
arkpar
f7500218c8
mix working
10 years ago
Gav Wood
e14d000bea
All fields of BlockInfo now private.
10 years ago
Gav Wood
58c7d1ead6
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
0c5e924745
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
32c11d9664
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
388489b7d4
mix working
10 years ago
Gav Wood
f693ac0cc4
All fields of BlockInfo now private.
10 years ago
Gav Wood
d76b9b3d18
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
a00196914a
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
361c073bdc
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
d1f401ce41
mix working
10 years ago
Gav Wood
ff2f952184
All fields of BlockInfo now private.
10 years ago
Gav Wood
4f32150a6a
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
1bc77af041
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
bcc35d67a1
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
1bb6bb5ff2
mix working
10 years ago
Gav Wood
1e6bf809b4
All fields of BlockInfo now private.
10 years ago
Gav Wood
e18e3de824
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
88cd4dfad7
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
0158351621
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
e6d2200cca
mix working
10 years ago
Gav Wood
5ee3e8e5fc
All fields of BlockInfo now private.
10 years ago
Gav Wood
d16c51a56f
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
75857ef5d4
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
a04ba152e5
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
0431a97ecb
mix working
10 years ago
Gav Wood
487349bf09
All fields of BlockInfo now private.
10 years ago
Gav Wood
68b2c8ecbf
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
212d433370
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
9ae950d4ad
Modularise nonce, mix hash and seed hash.
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
Gav Wood
9d5b632c58
pair up hash with Address for transaction submission API.
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