Gav Wood
b28f81bf10
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
eb5fdb59ea
PoC-7: Instruction set reform redux.
10 years ago
Gav Wood
2770e6ccc7
PoC-7: Instruction set reform
10 years ago
Gav Wood
d1d20c1782
Merge pull request #450 from imapp-pl/pr-fixes
Update Visual Studio project file for LibEthereum
10 years ago
chriseth
46d413e83a
Merge pull request #415 from chriseth/sol_expressionCompiler
Solidity expression compiler
10 years ago
Christian
0c88f03204
Corrected doxygen post comments.
10 years ago
Gav Wood
44435bb89d
Merge pull request #432 from CJentzsch/newTests
Added tests for SIGNEXTEND and BNOT
10 years ago
Gav Wood
c663ff6f39
Fixed #444
10 years ago
Gav Wood
b45701e427
For for copying high addresses from CALLDATA/CODE/EXTCODE
10 years ago
Paweł Bylica
3711dded23
Update Visual Studio project file for LibEthereum
10 years ago
Gav Wood
07e446d8da
Rename storage() -> storageOverlay().
10 years ago
Christoph Jentzsch
04e718b34a
Renamed storageOverlay() to storage() in Account.h
10 years ago
Christoph Jentzsch
8f80a7f214
Merge remote-tracking branch 'upstream/develop' into bugfix
10 years ago
Gav Wood
d6cded89c1
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libethereum/Executive.cpp
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
Christoph Jentzsch
602c4115ff
Clean up
10 years ago
Christoph Jentzsch
4d30a898ee
style fix
10 years ago
Christoph Jentzsch
1f5b6059af
Update tests to new definition
10 years ago
Christoph Jentzsch
00b64587fd
clean up PR
10 years ago
Christoph Jentzsch
54a5c58081
style fix
Conflicts:
libserpent/opcodes.h
10 years ago
Christoph Jentzsch
ec0bc599e0
Update SIGNEXTEND definition and tests
Conflicts:
libevm/VM.h
test/vmBitwiseLogicOperationTestFiller.json
10 years ago
Gav Wood
394d7ed1e0
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
37fc024c0b
Paranoia mode fixed for the new trie format.
10 years ago
Gav Wood
a097bdbd0b
Merge pull request #445 from imapp-pl/pr-changes
Update astyle options
10 years ago
Paweł Bylica
a36635240c
Update astyle options:
- "delete-empty-lines" removed as it removes single empty lines also
- "keep-one-line-blocks" added to keep one-line inline methods implementations
- "close-templates" added - places template angle bracket together
10 years ago
Christian
c6c7f86b82
Further const placement changes.
10 years ago
Gav Wood
1fc3520559
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Christian
d83d476002
Fixed placements of const.
10 years ago
Christian
51d6ccd1ed
Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler
10 years ago
Gav Wood
dc3130df69
Merge pull request #435 from chriseth/signextend_change
Reverse operators for SIGNEXTEND and bugfix for k > 2**64.
10 years ago
Gav Wood
c56a8f46a8
Merge pull request #442 from chriseth/sol_fix_break
Parser fix: Consume break and continue.
10 years ago
Gav Wood
04c276d812
Merge pull request #443 from chriseth/bytesRequiredForTag
Bugfix: Tag takes one byte (for JUMPDEST)
10 years ago
Gav Wood
61b3e5c3bb
Merge pull request #434 from CJentzsch/vmtraceBugFix
Vmtrace bug fix
10 years ago
Gav Wood
93b0448b44
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b87bde0f31
Updated genesis block to new block format.
10 years ago
Christian
1d3b26617a
Bugfix: Tag takes one byte (for JUMPDEST)
10 years ago
Christian
0baf92d52e
Parser fix: Consume break and continue.
10 years ago
Christian
03463c47b1
Merge remote-tracking branch 'ethereum/develop' into signextend_change
Conflicts:
libevm/VM.h
10 years ago
Christian
0877cf6036
Adjustments for the NEG->BNOT change.
10 years ago
Gav Wood
24abdab063
Merge pull request #438 from imapp-pl/pr-fixes
Fix VM test code loading conditions
10 years ago
Gav Wood
c79f48288a
Merge pull request #436 from debris/develop
fix for compiling under llvm
10 years ago
Christian
9d129757dd
Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler
Conflicts:
libsolidity/Types.cpp
10 years ago
Christian
3204918cd6
Forgot some asterisks.
10 years ago
Christian
17f5470540
Asterisk-syntax for doxygen class documentation.
10 years ago
Paweł Bylica
e17e240b5d
Fix VM test code loading conditions
10 years ago
Marek Kotewicz
7b681b0913
fix for compiling under llvm
10 years ago
Gav Wood
c2bb0fe799
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago