Gav Wood
413d69b13a
Continuation of the previous fix.
10 years ago
Gav Wood
e474b13e88
Fix old accounts removal.
10 years ago
Gav Wood
6e5571fc15
Various compile fixes.
10 years ago
Gav Wood
9f756124b0
First draft at splitting State.
Continuation of State split.
libethereum building again.
Compile fixes galore.
Remove a lot of code redundancy.
mix using new state/block classes
10 years ago
Gav Wood
5e708830a7
Nicer settings integration.
10 years ago
Gav Wood
b9dc74c2dd
Isolate logging and place into module.
10 years ago
arkpar
8ce1ed28b6
-d command line option supported in AlethZero
10 years ago
Gav Wood
380b3a8204
Build fixes for plugin stuff.
10 years ago
Gav Wood
602cc0458d
Initial draft of AllAccounts plugin.
10 years ago
Gav Wood
a59eab65c9
Plugin infrastructure.
Initial separation of accounts into plugin.
10 years ago
Liana Husikyan
159343c5df
unchecked Use Private Chain in case cancel
10 years ago
Gav Wood
ab838bf167
Actually stream data rather than using json spirit.
10 years ago
Gav Wood
8a280cecc1
Avoid dumping state when impossible.
10 years ago
Gav Wood
1075c8d927
Fix for JSON state dumper.
10 years ago
Gav Wood
c535a662ca
Only do out-of-order compatible verifications at verifier-thread time.
Do other verifications at import time.
Fixed #2648
10 years ago
chriseth
8f1d5b4330
Fixed typo.
10 years ago
Gav Wood
6ee25c93d6
Allow importing of ethersale wallets in CLI.
Fixes #2606 .
10 years ago
Gav Wood
591b4c8c64
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
441ce8f0dc
Fix const& where it should have been value.
10 years ago
Gav Wood
1cd8fcc025
Hold address-sorting back.
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
818fa25bba
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
f960428941
Fix const& where it should have been value.
10 years ago
Gav Wood
195c9614b3
Hold address-sorting back.
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
2f19861858
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Lefteris Karapetsas
1524278ba8
Hermit mode should be off by default
10 years ago
Gav Wood
15cf0382ba
Hermit mode to avoid connecting to other peers even while on a mainnet.
10 years ago
Gav Wood
2cce7238c7
Allow genesis JSON to be specified.
10 years ago
Gav Wood
f19d11cfcf
Allow selection of network at runtime in AZ.
10 years ago
Gav Wood
b872015ced
Fix const& where it should have been value.
10 years ago
Gav Wood
ec8f89a23f
Hold address-sorting back.
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
0c0adcda59
Fix const& where it should have been value.
10 years ago
Gav Wood
58358b48c3
Hold address-sorting back.
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
21d479acf3
Sort addresses.
10 years ago
Gav Wood
aa97d7b0b4
Hold address-sorting back.
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
4dc64ba23b
Variety of minor improvements and fixes.
10 years ago
Gav Wood
6d65d09254
More diagnostics.
Better handling of BadRoots.
Shorted extraData string.
10 years ago
Gav Wood
fb99a503e0
Private chains redux:
- Can switching between them and main chain without losing either.
- No discovery on network when private.
- Private chain id encoded in genesis block and network id remains same.
10 years ago
Gav Wood
8268185169
Allow provision of any genesis block.
Listen to ~/.ethereum/genesis.json.
10 years ago
Gav Wood
b4ab42277a
Build fix for Qt 5.5 fix.
10 years ago
Lefteris Karapetsas
a978d4e56b
Fix QT 5.5 Build
In QT 5.5 Mono is a reserved preprocessor define and as such building
with it fails.
Switching the macros in alethzero/Context.h to follow Coding Standards
fixes this discrepancy and allows us to build with QT 5.5.
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
32c11d9664
Modularise nonce, mix hash and seed hash.
10 years ago
arkpar
388489b7d4
mix working
10 years ago