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 |
|
yann300
|
92942dba48
|
Merge pull request #504 from ethereum/fixTreeView2
Fix treeView style
|
2017-05-16 11:49:55 +02:00 |
|
yann300
|
8df0ee54a2
|
fix treeViewstyle
|
2017-05-10 16:57:02 +02:00 |
|
yann300
|
b9b0ffaa85
|
Merge pull request #501 from ethereum/fixTreeView
Fix TreeView
|
2017-05-04 17:18:05 +02:00 |
|
yann300
|
c8841a5478
|
fixTreeView
|
2017-05-04 17:07:13 +02:00 |
|
yann300
|
a6fd3e6254
|
Merge pull request #500 from ethereum/fixSourceMap
Fix src map for abstract contract
|
2017-05-04 11:16:07 +02:00 |
|
yann300
|
89b427f91a
|
fix src map for abstract contract
|
2017-05-04 11:02:28 +02:00 |
|