Paweł Bylica
4c27c26af9
Fix BNOT instruction [Delivers #81700198 ]
10 years ago
Marek Kotewicz
f5a9c9aa8c
Merge branch 'develop' into mk_jsonrpc
10 years ago
Paweł Bylica
8cfe2ee454
BNOT instruction [Delivers #81700198 ]
10 years ago
Paweł Bylica
e3ccbf8d49
Increase refund counter if deleting a storage item [Delivers #81575908 ]
10 years ago
Paweł Bylica
4f5959ed64
Remove old code
10 years ago
Christoph Jentzsch
5f451a38d3
Merge remote-tracking branch 'upstream/develop' into stateTests
10 years ago
subtly
9faa42dfda
h256 to EmtpryTrie when creating contract
10 years ago
subtly
456e4b585e
Merge branch 'develop' into crypto
10 years ago
Christian
146b43330e
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
10 years ago
Christian
ea6d58a0d1
Contract compiler and also add ExpressionStatement to AST.
ExpressionStatement functions as glue between Statements and Expressions.
This way it is possible to detect when the border between statements and
expressions is crossed while walking the AST. Note that ExpressionStatement is
not the only border, almost every statement can contains expressions.
10 years ago
Christian
9ae4efd311
Bugfix: Allow empty return statements without type checking.
10 years ago
artur-zawlocki
236361044c
Got rid of some gcc warnings
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
Paweł Bylica
3f50913d95
Fix u256 to APInt conversion
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
Christoph Jentzsch
4fd94a441a
New BNOT and SIGNEXTEND tets
10 years ago
Paweł Bylica
56bd2c3411
Allow creating LLVM constants directly from u256
10 years ago
Paweł Bylica
decf410515
Update gas counting for SSTORE, no refunding yet [ #81575908 ]
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
Paweł Bylica
76719fb4f4
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
subtly
d3f5275d1b
Merge branch 'develop' into crypto
10 years ago
subtly
fb00cbc629
remove asserts for recid being 2, which is rare, but may occur
10 years ago
Christoph Jentzsch
7581486bff
Merge remote-tracking branch 'upstream/develop' into stateTests
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
subtly
4c3894e455
recover public key from ecdsa,v sig using cryptopp
10 years ago
Marek Kotewicz
bab05f04ee
whisper in alethzero
10 years ago
Christoph Jentzsch
9aa5b9d2ca
Merge remote-tracking branch 'upstream/develop' into stateTests
10 years ago
Christoph Jentzsch
0449b647c0
Restructure state tests. Remove FakeStateClass
10 years ago
Paweł Bylica
91dd7122c2
Improve Compiler code formatting
10 years ago
Paweł Bylica
fd351c84fb
Improve VM code formatting
10 years ago
Paweł Bylica
d9ce724f55
Improve Ext code formatting
10 years ago
Paweł Bylica
715c60000d
Improve GasMeter code formatting
10 years ago
Paweł Bylica
1f6d12a55c
Improve ExecutionEngine code formatting
10 years ago
Paweł Bylica
3e948d963b
Improve BasicBlock code formatting
10 years ago
Paweł Bylica
3216898b49
Improve Memory code formatting
10 years ago
Paweł Bylica
31ccf59bd0
Improve code formatting
10 years ago