Commit Graph
863 Commits
Author SHA1 Message Date
yann300 67c6795835 fix findClosestIndex 2017-08-03 10:29:16 +02:00
yann300 842cc9834e Merge pull request #534 from ethereum/updateIndex
Make some remix modules public && add getTransactionReceipt to vmprovider
2017-08-02 10:39:57 +02:00
yann300 2643c0d4c6 add logs to transaction receipt 2017-08-01 12:17:46 +02:00
yann300 71a33ffbbf add get TransactionReceipt to vmprovider 2017-07-27 18:57:03 +02:00
yann300 a7394e7c39 make some remix modules public 2017-07-27 18:56:49 +02:00
yann300 557121cbbf Merge pull request #530 from ethereum/fixCompareByteCode
Fix CompareByteCode
2017-07-19 15:26:05 +02:00
yann300 c83833fca1 fixCompareByteCode 2017-07-19 15:11:34 +02:00
yann300 aff02b6779 Merge pull request #531 from ethereum/fixTest
fix test - adapt to last solc changes
2017-07-19 15:10:56 +02:00
yann300 56bfbe307d fix test - adapt to last solc change 2017-07-19 14:59:43 +02:00
yann300 967f95d98a Merge pull request #526 from ethereum/constantState
show <constant> if the state variable is constant
2017-07-04 14:15:11 +02:00
yann300 fae944fcd5 Merge pull request #525 from ethereum/fixLibReference
Fix source location highlight for code that use sol lib
2017-07-04 14:14:20 +02:00
yann300 f2072054b8 use compareByteCode in contractNameFromCode 2017-07-04 13:35:21 +02:00
yann300 2cd2e2629c better format decoded state 2017-07-04 13:24:50 +02:00
yann300 c85a49ecab display <constant> if state var is constant 2017-07-03 16:07:33 +02:00
yann300 acd644fd29 add & use compareByteCode 2017-07-03 15:03:29 +02:00
yann300 91b834b692 Merge pull request #524 from ethereum/chriseth-patch-1
Update tutorial_remixd_filesystem.rst
2017-06-28 18:27:46 +02:00
chriseth 0339a33e74 Update tutorial_remixd_filesystem.rst 2017-06-28 14:10:26 +02:00
yann300 03a46439b3 Merge pull request #521 from ethereum/remixddoc
Add remixd tutorial
2017-06-27 17:25:49 +02:00
yann300 348e6d7297 mend 2017-06-27 17:24:53 +02:00
yann300 9035b1cba0 add remixd tuto 2017-06-27 17:23:29 +02:00
yann300 8a752bd29b Merge pull request #522 from ethereum/fixState1
Fix solidity state
2017-06-22 12:51:10 +02:00
yann300 fde9169ec8 standard 2017-06-22 12:02:22 +02:00
yann300 e31060aaec check bytecode (take in account ctor parameters) 2017-06-22 12:01:46 +02:00
yann300 1e65fec816 init state at each reload 2017-06-22 12:01:15 +02:00
chriseth 415b1cf16e Merge pull request #512 from ethereum/improvemappingdecoder
Improve mapping decoder
2017-06-09 16:24:03 +02:00
yann300 aac6fe6595 Merge pull request #515 from ltfschoen/master
misc: Add link to example Dapp Front End. Add Geth block check command. Fix typo.
2017-06-08 14:28:41 +02:00
Luke Schoen 01b297bd2f docs: Add Example Dapp Front End repo link 2017-06-05 14:38:13 +10:00
Luke Schoen 393a6c8e60 docs: Add Geth Console command to check test node block number 2017-06-05 12:43:50 +10:00
Luke Schoen 93b0ebd24e docs: Fix title typo 2017-06-05 12:39:23 +10:00
yann300 21bf712b37 standard 2017-05-29 14:36:37 +02:00
yann300 960086ee19 fix using debug_preimage with geth 2017-05-29 14:36:00 +02:00
yann300 8eab1ca4e6 mapping: cache the initial decoded state 2017-05-29 14:16:56 +02:00
yann300 e40d76efb2 do not reextract state vars if context is the same 2017-05-29 11:19:54 +02:00
yann300 e3a8710d56 remove console.log 2017-05-29 11:18:49 +02:00
yann300 ef68c8a00f Merge pull request #498 from cdetrio/mapping-decoder
initial support for mapping types
2017-05-24 15:27:29 +02:00
yann300 cbd30b86ec typo + emptyFill if memory not yet filled 2017-05-24 12:59:13 +02:00
yann300 4013d3528d return a promise if mappings alrady requested 2017-05-24 12:48:56 +02:00
yann300 075fa4ee59 fix sha3 input extract 2017-05-23 15:00:51 +02:00
yann300 ce3caa6991 cache the preimages for a debug session (using the initial state) 2017-05-23 12:57:40 +02:00
yann300 e59e5644d3 extract sha3 input 2017-05-23 09:45:02 +02:00
yann300 72e1b875ab remove uneeded function 2017-05-22 16:06:48 +02:00
yann300 0958b7eb29 add doc 2017-05-22 16:00:48 +02:00
yann300 ce16924682 use helper 2017-05-22 15:47:53 +02:00
yann300 3ff34f1f3a remove location from getStructMembers 2017-05-22 15:31:49 +02:00
yann300 aef34c6dd3 move sha3 mapping from traceChache to web3VMProvider
- add we3.debug.preimage
- move mapping resolver from soliditystate to storageViewer
2017-05-22 15:31:49 +02:00
cdetrio 8b76861318 initial support for mapping types 2017-05-22 15:31:49 +02:00
yann300 06ab09aaab Merge pull request #509 from ethereum/eventManage
version change
2017-05-19 10:43:01 +02:00
yann300 30f876bb95 version change 2017-05-19 10:41:45 +02:00
yann300 4ea550aafb Merge pull request #508 from ethereum/eventManage
eventManager as lib in index.js
2017-05-19 10:31:19 +02:00
yann300 fe612258e1 eventManager as lib in index.js 2017-05-19 10:21:58 +02:00