Commit Graph

743 Commits (87923ebb8f8b33c21711f4e2e70c14e4a2d87f69)
 

Author SHA1 Message Date
yann300 a6f654988d remove displaying empty obj + typo 8 years ago
yann300 5f45c5a118 rename storageStore/memoryStore 8 years ago
yann300 989d4924db display empty treeview instead of nothing 8 years ago
yann300 11f28d5d99 make dropdownlist use treeview 8 years ago
yann300 99ded5efde treeview 8 years ago
chriseth 3115a76683 Merge pull request #169 from ethereum/manageinvalidJump 8 years ago
yann300 676745f2de fix warning if parent reverted 8 years ago
yann300 2f99f49739 don't reset previous tx 8 years ago
yann300 5c41554821 fix JumpToNextCall 8 years ago
yann300 47a1729413 set error to true if trace ending is invalid 8 years ago
yann300 a083015aa6 add <not implemented> to mapping 8 years ago
yann300 4a3824cfb4 rename decode -> decodeFromMemory 8 years ago
yann300 c6dd5e26ae move storageStore memoryStore to function class 8 years ago
yann300 b243ea8ee3 override the type location during parsing 8 years ago
yann300 65efcf8ecb rename location storagelocation 8 years ago
yann300 063896d507 no need to test the length 8 years ago
yann300 ccb37efaf4 more restrictive regex 8 years ago
yann300 6e94874d1c ad extractLocatioin to util 8 years ago
yann300 57b92ad214 use lowercase for function 8 years ago
yann300 ff6aa0ea51 typo 8 years ago
yann300 014a22e645 add comments 8 years ago
yann300 f53ceb2211 add decodeInternal to RefType 8 years ago
yann300 85aecc79e4 always use bytes offset as param 8 years ago
yann300 c8aaa0d9bb fix locals decoding 8 years ago
yann300 7de5d4bc97 add storage location to bytes / string 8 years ago
yann300 1479a1f25f do not throw if ast not found 8 years ago
yann300 63e8827ad2 log error if ast not found 8 years ago
yann300 a56099cd5f fix tests 8 years ago
chriseth 0e3e3c9d3a Merge pull request #168 from ethereum/instHeight 8 years ago
yann300 df241d8ada instruction list height 8 years ago
yann300 a0b88ccf70 move decodeFromStorage, decodeFromStack, decodeFromMemory to ValueType 8 years ago
yann300 1d0ec71f9f Merge branch 'decodeLocals' of github.com:ethereum/remix into decodeLocals 8 years ago
yann300 b778a50223 Add RefType + provide location 8 years ago
yann300 7a2e3fffb9 Add RefType + provide location 8 years ago
yann300 21538146eb es6 class function 8 years ago
yann300 e64c14f85b es6 class function 8 years ago
yann300 1948a670cf es6 class function 8 years ago
yann300 7b1cb8426f es6 class function 8 years ago
yann300 b58d7f669a fix failing test 8 years ago
yann300 b4b5b98e9f rename decodeLocals decodeFromStack 8 years ago
yann300 6e111e20b4 Merge pull request #167 from ethereum/warning 8 years ago
yann300 f6d79f68cc fix error msg 8 years ago
yann300 0d10913739 use es6 class for type 8 years ago
yann300 61ed9162ee rename stackHeight stackDepth 8 years ago
yann300 7500939255 typo 8 years ago
yann300 625b909bc8 decodeLocals, decodeFromMemory Struct 8 years ago
yann300 2063395d71 decodeFromMemory DynamicByteArray 8 years ago
yann300 744d3edcff decodeFromMemory String 8 years ago
yann300 d2ff12662c dyn byte array decoding 8 years ago
yann300 900c31376e fix and add tests 8 years ago