embark/lib
emizzle 05b324dffe
Fiddle use cases fixed
Handle use cases:

1) handle case when temp.sol doesn’t exist - due to the new saga updates, the response from retreiving a temp fiddle from the filesystem (even if it doesn’t exist) is forward to the compilation endpoint, which returns an ENOENT, and this is handled in the selector.
2) delete all code - shouldn’t return last fiddle and should compile an empty string.
3) Switch to different tab (ie contracts) then back to fiddle - previous fiddle should remain.

Also fixed an issue (most likely due to latest rebase) when deploying fiddle contracts. The gasLimit was not being specified.

Handled issue where entities stored in the state were not being put in the correct order, so a timestamp was sent with the requests and then sorted when the response was returned.
2018-10-23 10:37:00 +02:00
..
cmds rebase fixes 2018-10-23 10:34:46 +02:00
contracts Initial commit for deployment of fiddle 2018-10-23 10:36:57 +02:00
core fix most rebase issues 2018-10-23 10:36:57 +02:00
modules Fiddle use cases fixed 2018-10-23 10:37:00 +02:00
utils move intercept logs to utils 2018-10-23 10:15:29 +02:00
constants.json use constants instead of magic numbers 2018-10-22 19:54:47 +02:00
index.js fixes due to bad rebase 2018-10-23 09:57:47 +02:00