embark/lib/modules
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
..
blockchain_connector fix most rebase issues 2018-10-23 10:36:57 +02:00
blockchain_process rebase fixes 2018-10-23 10:34:46 +02:00
code_generator use constants instead of magic numbers 2018-10-22 19:54:47 +02:00
compiler remove console log 2018-10-23 10:15:46 +02:00
console console, dashboard: Add persistent, automatically loaded history. 2018-10-22 19:54:43 +02:00
console_listener put as one line 2018-10-23 10:31:33 +02:00
contracts_manager change registerAPICall to hang off embark 2018-10-23 10:36:59 +02:00
coverage conflict in specialconfigs 2018-10-22 19:54:46 +02:00
deployment Fiddle use cases fixed 2018-10-23 10:37:00 +02:00
deploytracker Reduce coupling by using action for event 2018-09-22 15:08:50 +01:00
ens fix most rebase issues 2018-10-23 10:36:57 +02:00
graph fix eslint on EVERYTHING 2018-10-23 10:26:14 +02:00
ipfs small conflicts 2018-10-23 10:23:43 +02:00
library_manager Add plugins and versions to backend tab 2018-10-23 10:32:02 +02:00
pipeline Remove last fiddle, and use code to compile 2018-10-23 10:37:00 +02:00
plugin_cmd preprend embark to plugin name 2018-09-13 10:29:03 -04:00
profiler fix most rebase issues 2018-10-23 10:36:57 +02:00
scaffolding Addid basic templating to start building UI from here 2018-10-23 10:17:26 +02:00
scaffolding-react fix eslint on EVERYTHING 2018-10-23 10:26:14 +02:00
solidity Fiddle use cases fixed 2018-10-23 10:37:00 +02:00
specialconfigs fix a couple of bugs caused by bounties 2018-10-22 19:54:48 +02:00
storage small conflicts 2018-10-23 10:23:43 +02:00
swarm add missing self 2018-10-23 10:26:14 +02:00
tests display gas cost of each test 2018-10-23 10:05:08 +02:00
vyper Fix the way we pass compiler options instead of assuming via the environment 2018-08-30 13:27:18 -04:00
watcher Do not run webpack for file changes that do not need webpack 2018-10-22 19:54:48 +02:00
webserver fix most rebase issues 2018-10-23 10:36:57 +02:00
whisper Add plugins and versions to backend tab 2018-10-23 10:32:02 +02:00