embark-area-51/embark-ui
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
..
public Remove comments and spaces 2018-10-23 10:31:35 +02:00
src Fiddle use cases fixed 2018-10-23 10:37:00 +02:00
.gitignore Adding embark ui 2018-10-23 10:22:37 +02:00
README.md Update README 2018-10-23 10:22:38 +02:00
package-lock.json Annotations, click to error, UI improvements 2018-10-23 10:31:35 +02:00
package.json Added loading entities 2018-10-23 10:36:57 +02:00

README.md

embark-ui