Paweł Bylica
2050af26f8
Revert "Initial commit for etc"
Moving evmcc work to another branch. This reverts commit 0ae8abdc7a
.
10 years ago
artur-zawlocki
0ae8abdc7a
Initial commit for etc
10 years ago
Tim Hughes
00d461a74a
Disable SCUs on non MSVC builds.
10 years ago
Gav Wood
c90d924b0c
Merge pull request #305 from programmerTim/develop
Fixed all the VS2013 build issues.
10 years ago
Tim Hughes
65401e5b37
Fixed all the VS2013 build issues.
- Updated projects after all the re-potting.
- For simplicity, there's just one VS project for all the libethereum projects, however VS doesn't like duplicate source file names within the same project. To get around this I've created some "single compilation units" for some folders, these probably also compile faster than multiple files.
- Some 32bit only compile errors in RLP (cryptic template ambiguity) were resolved by explicitly invoking operator T() rather than doing a cast to T.
- Moved multiple implementations of toString(h256s const& _bs) into FixedHash.h
- Release shutdown deadlock problem is outstanding.
10 years ago
Gav Wood
364efd6495
Merge pull request #304 from giact/develop
Fixed non-force mining with the new Miner class
10 years ago
Giacomo Tazzari
7678dec012
When setting force-mining on/off, notify the miners.
10 years ago
Giacomo Tazzari
51aa4c95c4
Making the Miner class actually react to new pending transactions when not force-mining. Added a new miner state (Waiting) to accomplish that.
10 years ago
Gav Wood
70825b7310
Merge branch 'webthree' into develop
10 years ago
Gav Wood
d25224822e
Fixes for state getting.
10 years ago
Gav Wood
00a3c29d13
Avoid using m_client.
10 years ago
Gav Wood
2ee6b73e3d
Move mining & Watch into Etheruem interface.
10 years ago
Gav Wood
6d209e7885
Add framework for WebThree clients.
10 years ago
Gav Wood
b7b17b9963
Queue future blocks, don't discard.
10 years ago
Gav Wood
7a23515889
Fix peersever.
10 years ago
Gav Wood
6ee38d54fb
Deinterleave logging.
10 years ago
Gav Wood
515a1c22a9
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
10 years ago
Gav Wood
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
a37d62f602
EXTCODECOPY/SIZE.
10 years ago
Gav Wood
69126fe1b7
CALL_STATELESS
10 years ago
Gav Wood
334118c76a
size=0 doesn't increase memsize.
10 years ago
Gav Wood
a3740efebb
Repot.
No memsize increase on 0.
10 years ago
Gav Wood
3c41bf4b56
Merge branch 'whisper' into develop
10 years ago
Gav Wood
d171557267
Add missing.
10 years ago
Gav Wood
fa1b3853b3
Reorganisation.
10 years ago
Gav Wood
4842accecb
Version bump.
10 years ago
Gav Wood
54a21ab3bd
Quick commit.
10 years ago
Gav Wood
3653cba8c5
Fix block gas limit.
10 years ago
Gav Wood
a7ce9a80f1
First vaguely semi-functional version of whisper.
10 years ago
Gav Wood
b5eabd4180
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6f66a6231f
Merge branch 'basenet' into develop
10 years ago
Gav Wood
05b28f0384
Fixed #299 .
10 years ago
Gav Wood
298ed72e41
Minor fix.
10 years ago
Gav Wood
70a2a7b1e1
Allow local networking option.
10 years ago
Gav Wood
aecb8c8c1a
New net is compiling.
10 years ago
Gav Wood
9e76b49578
Slowing bashing code into shape.
10 years ago
Gav Wood
bea00af91a
Merge pull request #294 from SharpCoiner/patch-2
Fix 64-bit VS2013 build
10 years ago
Gav Wood
664cc77d43
Add caktux's JS console helpers.
10 years ago
Gav Wood
dcc7430dbe
Network work ongoing.
10 years ago
Gav Wood
126335cdef
Partially rewired network.
10 years ago
Gav Wood
1c0aa7a0fc
Merge branch 'develop' into basenet
10 years ago
Gav Wood
c99cee7a65
Move to capabilities-based networking.
10 years ago
Gav Wood
b386ac0586
Link ethereum.
10 years ago
Gav Wood
3f21dba939
Fix undefined symbols.
10 years ago
Gav Wood
322be22de6
Fix libethereumx build issues.
10 years ago
Gav Wood
7da31dd62d
Version bumps.
10 years ago
Gav Wood
ac0fce1b4a
Target block time of 4s.
10 years ago
Gav Wood
278995e19a
Use sha3(header) rather than sha3(block) for hash.
10 years ago
Gav Wood
2a18aa2d8e
Avoid sending chain back to peer once initial sync complete.
10 years ago
Gav Wood
78dae17c49
Actually relax timestamp.
10 years ago