134 Commits (97f3260b5a6efc91259cbefad18302c7780138ce)

Author SHA1 Message Date
Gav Wood 7984c35cbf Disable SHA256/RIPEMD tests for now. 10 years ago
Gav Wood 9fb30b141e Allow Solidity build to be disabled. 10 years ago
Lefteris Karapetsas 67ef8d1aea Reorganizing conversion EndToEndTests 10 years ago
Lefteris Karapetsas 7eb9aa3466 Explicit conversion between bytes and int of any size 10 years ago
chriseth 523ce4d178 Disallowed special case of bytes0 arrays. 10 years ago
chriseth 85505d45c0 Packing for arrays. 10 years ago
Liana Husikyan 3e0f3fd514 added test to check anonymous events with user specified topics 10 years ago
Liana Husikyan 7fe63e36e9 changed the position of 'anonymous' keyword: event <name>() anonymous. 10 years ago
Liana Husikyan 0b14d26f6b Added anonymous flag to event. 10 years ago
Liana Husikyan b0d00eef98 added test for anonymous event 10 years ago
arkpar d0dfac71ba supported building with clang and GNU gold linker on linux 10 years ago
chriseth 925acfad80 Fetch and store packed values. 10 years ago
chriseth fed44efdce Enlarge storage references to two stack slots. 10 years ago
Lefteris Karapetsas 382a587886 Additional test for msg.sig 10 years ago
Lefteris Karapetsas 22b47689d5 Adding msg.sig Solidity Magic type 10 years ago
Liana Husikyan 7359f68b9f - added more tests to check constant specifier implementation 10 years ago
Liana Husikyan 304256b546 - added isPartOfExternalInterface to Declaration 10 years ago
Liana Husikyan 6f11b6a73f added parsing for constant variables 10 years ago
chriseth 4d67fe39ac Fix gas for builtin. 10 years ago
Lefteris Karapetsas 5c042e2e59 Small FixedBytes type fixes 10 years ago
Lefteris Karapetsas 98f0d04a94 Style fixes and some additional hash to bytes32 renaming 10 years ago
Lefteris Karapetsas 1c3ed8dd97 Removing uncecessary intermediate int conversion in log tests 10 years ago
Lefteris Karapetsas 9fa08d179b Fixing byte array index access code generation 10 years ago
Lefteris Karapetsas d9d792a055 Conversion changes after renaming Hash/String to Bytes. 10 years ago
Lefteris Karapetsas bb205103c4 Most EndToEndTests are now compliant with the Bytes renaming 10 years ago
chriseth 4f852f473e Global variable "now" (alias for block.timestamp). 10 years ago
chriseth 5c7b7445ad Typo 10 years ago
chriseth 8103fcbf98 Fix for arrays containing mappings. 10 years ago
chriseth 9ae0d30dbc Copying between calldata and storage. 10 years ago
Christian a3b95811d4 Index access for calldata arrays. 10 years ago
Christian 6d4b77249e Fixed arrays in ABI. 10 years ago
Christian b883eea327 Fix test after change in call failure semantics. 10 years ago
Liana Husikyan df4746d5e7 Implemented passing arguments to the base constructor. 10 years ago
Christian 96a50b3a23 Array copy storage to storage. 10 years ago
Christian 43892601e3 Shortening of dynamic arrays. 10 years ago
arkpar 1b284c5b8b fixed test buid 10 years ago
Christian 32f0c4f8e6 Out-of-bounds checking. 10 years ago
Christian de537d5de3 Index and length access for dynamic arrays. 10 years ago
Christian d1d9b2856a Implementation of index access. 10 years ago
Christian d417618dce Stack height checks and fix. 10 years ago
Liana Husikyan 87e956729c Inline member initialisation 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Christian c1572ea90b Fixes for assigning and deleting structs containing byte arrays. 10 years ago
Christian bed225c981 Calldata byte arrays stored on the stack. 10 years ago
Christian ed0384b759 No write access to parameters of external functions. 10 years ago
Christian ab9258d0a8 Forced cleanup for conversion to enum. 10 years ago
Lefteris Karapetsas c3c52d59b2 Removing ';' from the end of EnumDefinition 10 years ago
Lefteris Karapetsas 07886f42bb Enum type conversion and member value access. 10 years ago
Lefteris Karapetsas 2dbf739119 Enums NameAndTypeResolution - WIP 10 years ago
Christian 1ffdd5d7ff Copying calldata directly to memory. 10 years ago