291 Commits (a19f3df3b39515bbc84599a4cfe925c254323af6)

Author SHA1 Message Date
artur-zawlocki 2503741803 CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
Gav Wood 9987248907 Fix for Trie roots. 10 years ago
Christian 0baf92d52e Parser fix: Consume break and continue. 10 years ago
artur-zawlocki 732c40b57a MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] 10 years ago
Paweł Bylica f48c0d7e96 Expose VM kind setting of State in FakeExtVM 10 years ago
Paweł Bylica e17e240b5d Fix VM test code loading conditions 10 years ago
Christoph Jentzsch a89e2def34 merge 10 years ago
Christoph Jentzsch a03e7ab8a8 Fixed storage output in VMTRACE for vm tests 10 years ago
Christoph Jentzsch 372936172b Added tests for SIGNEXTEND and BNOT 10 years ago
Christoph Jentzsch 314b070d36 Update vm.h 10 years ago
Christoph Jentzsch 3332043ec2 Update vm.cpp 10 years ago
Christoph Jentzsch 875d526590 log VMTRACE in file for user defined test 10 years ago
Gav Wood 2c193627ed Draft of new LOG/bloom/headers/block format. 10 years ago
Christoph Jentzsch 8cf0e2bd9c VMTRACE for internal calls 10 years ago
Christoph Jentzsch bc1e4ceee2 Add VMTRACE to user defined vm test 10 years ago
Christoph Jentzsch 6bace568d0 use ETHEREUM_TEST_PATH in all tests 10 years ago
Christoph Jentzsch 68328e90d1 bugfix 10 years ago
Christoph Jentzsch f8bf9b4f12 use ETHEREUM_TEST_PATH in all tests 10 years ago
Gav Wood 52e385905e Move suicides into SubState and include logs and refunds. 10 years ago
Gav Wood 15013a3e88 PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' 10 years ago
Christoph Jentzsch d045b281ce VMTRACE for internal calls 10 years ago
Christoph Jentzsch 2f6a20cbb1 Add VMTRACE to user defined vm test 10 years ago
subtly 76a9a723e1 style. remove unused code. 10 years ago
subtly e09734c837 coding standards 10 years ago
subtly 76eb58012b remove irrelevant test code 10 years ago
subtly a756de4b26 cleanup more headers 10 years ago
subtly 5967cb93f2 add ecies encrypt/decrypt support to common crypto 10 years ago
Christoph Jentzsch 405e3133fb merge 10 years ago
subtly 0ff0bf4a38 two ec curves walked into a bar... 10 years ago
subtly 957da99ec9 commit before narrowing down import-public key issue w/cryptopp 10 years ago
Christoph Jentzsch b07004b958 Added new recursive bombs to vm tests 10 years ago
Paweł Bylica 6ad065bb3e Revert "Expose VM kind setting of State in FakeExtVM" 10 years ago
Paweł Bylica 2d0557e2ee Expose VM kind setting of State in FakeExtVM 10 years ago
Paweł Bylica eb347cb24c Update createRandomTest.cpp to use new VM construction method 10 years ago
Christoph Jentzsch d07901d32c Changing gas cost to zero at stackunderflow 10 years ago
subtly d5937633f5 cryptopp_vs_secp256k1 10 years ago
subtly 90641948e5 fix public import/export 10 years ago
subtly 7ef84cf8fc import/export cryptopp keys. begin to separate operations and public/secret. 10 years ago
subtly b97d9bbd6f Export and encrypt via dev::Public. more cryptopp abstraction. 10 years ago
subtly 066aa26f71 abstract cryptopp. add/test encrypt/decrypt for key. 10 years ago
Christoph Jentzsch e1e2fd79ad bug fix 10 years ago
Christoph Jentzsch 53a4e570df Added call depth tests 10 years ago
Paweł Bylica 900fd04f1e Change the way VMs are created (mostly for tracking where are created) 10 years ago
Paweł Bylica f49612f10c Update VM test engine to use VMFace interface 10 years ago
Christoph Jentzsch b17207f972 Bugfix, get correct gas after exception 10 years ago
Paweł Bylica dfb283097c Implement VMFace with jit::VM 10 years ago
subtly d0f9f73d15 aes ctr mode test 10 years ago
Paweł Bylica 2de947ecc3 Drop universal initializer in some places 10 years ago
Paweł Bylica 3460d7695f Add virtual specifier to overridden methods in FakeVM 10 years ago
Paweł Bylica cd736d4d9f Remove dead code 10 years ago