Christoph Jentzsch
04e718b34a
Renamed storageOverlay() to storage() in Account.h
10 years ago
Gav Wood
1d0e7ee10a
Minor comments.
10 years ago
Gav Wood
8b54fc0db0
Full documentation for Account class.
10 years ago
Gav Wood
9987248907
Fix for Trie roots.
AddressState -> Account.
10 years ago
subtly
9faa42dfda
h256 to EmtpryTrie when creating contract
10 years ago
Gav Wood
37fc024c0b
Paranoia mode fixed for the new trie format.
10 years ago
Gav Wood
b87bde0f31
Updated genesis block to new block format.
10 years ago
Gav Wood
480ca5d1e7
Paranoia mining fix.
10 years ago
Gav Wood
744470b731
Fixes for the latest LOG stuff.
10 years ago
Gav Wood
2c193627ed
Draft of new LOG/bloom/headers/block format.
10 years ago
Gav Wood
7b1afe3b10
LOG instructions.
10 years ago
Gav Wood
52e385905e
Move suicides into SubState and include logs and refunds.
Refund gas from zero-resetting SSTOREs.
10 years ago
Gav Wood
15013a3e88
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
10 years ago
Gav Wood
721abb8f0f
PoC-7 Exception severity uniform.
10 years ago
Gav Wood
eda9393fd0
Watch API.
10 years ago
Paweł Bylica
61720f33be
Revert "Prevent integer overflow in some gas calculations"
This reverts commit 465e682dc6
.
10 years ago
Gav Wood
e14416d96a
web3, web3.eth, web3.shh for the JS API.
Following up on Whisper for the dream C++ API.
Crpyto stubs in ready for Alex.
stdserv.js updated to latest.
10 years ago
Paweł Bylica
bde65cb37c
Make overridden methods in ExtVM final - maybe some optimization possibilities?
10 years ago
Gav Wood
86b309d1f0
More fixing for genesis block info.
10 years ago
Gav Wood
eec6a3c9c8
Genesis block rehash.
10 years ago
Gav Wood
71b0496ffa
Update genesis block.
10 years ago
Gav Wood
07fb73bf58
sha3Uncles is empty when uncles is empty.
10 years ago
Gav Wood
d0148f5e7d
Additional tracing for syncer.
10 years ago
Gav Wood
da87e80eb2
Build fix.
10 years ago
Gav Wood
3ceae64f34
Subtle sync state-change bug that was declaring perfectly fine nodes to
be bad.
10 years ago
Gav Wood
b0cf1e60f6
Fix #394 . Still quite dirty, but correct at least.
10 years ago
Paweł Bylica
465e682dc6
Prevent integer overflow in some gas calculations
10 years ago
Paweł Bylica
c821c66d20
Revert FeeStructure changes except compile-time constants
10 years ago
Gav Wood
c7634c27b0
Correct namespace for a few things in devcrypto.
Added lower_bound to TrieDB.
Added nextActiveAddress to State.
10 years ago
Marek Kotewicz
982ef819fb
retab
10 years ago
subtly
fc14f46a63
add headers to cmake
10 years ago
Gav Wood
2b93dcdc1d
Move over to new GetTransactions semantics.
10 years ago
Paweł Bylica
46e079fb52
Place fee constants inside FeeStructure struct
10 years ago
Gav Wood
1faaed3395
Make bad protocol disconnects a bit more obvious.
10 years ago
Gav Wood
c4fbbd0aa1
New assertion styles.
10 years ago
Marek Kotewicz
1fc7e1b76b
preparing for tests
10 years ago
Gav Wood
344e0ecaa9
Windows build fix.
Threading fix.
10 years ago
Gav Wood
0c2aaac471
Thread-safety fix for BlockChain.
10 years ago
Gav Wood
d74db4083c
Move Dagger to ProofOfWork and refactor in preparation for ARPoW.
10 years ago
Gav Wood
fb28639d55
Fix NewBlock transmission.
10 years ago
Gav Wood
0652e3ed4f
Fix a previous bad fix.
10 years ago
Gav Wood
a1216c3b74
Peer & key management.
10 years ago
Gav Wood
d1b1caea29
Various crash fixes.
10 years ago
Gav Wood
07c804a885
Vast P2P networking improvements, mainly for peer discovery, management
and handling.
10 years ago
subtly
fa3dedb3dd
fix passing rvalue to rlp
10 years ago
subtly
7d54784cbe
Update for poc6 change to storage of code. RLP of account code is empty when code is not present.
10 years ago
Gav Wood
cd5203fa9e
PoC-7: Maximum recursion limit 1024.
10 years ago
Christoph Jentzsch
0fec528d67
Added try/catch block arround setup functio in order to resolve issue
10 years ago
Gav Wood
e491090e7c
PoC-7 JUMPDEST done the intended way.
Windows pedantic build fix.
10 years ago
Christoph Jentzsch
cf6bbcf097
Corrected call function in FakeExtVM
Added ABA calls to tests, corrections in FakeExtVm::call
Use FakeStateClass instead of altering real state class for testing purposes
remove posts, add broken test
10 years ago