embark/lib/contracts
emizzle 7bd1598b3c Fixed __mainContext error
There was a condition checking if blockchain config was disabled and if so, do not generate any provider code, which is where the `__mainContext` was being defined. This was changed to generate the `__mainContext` code first, then if blockchain is disabled, return the already generated code.
2018-08-21 15:30:11 -04:00
..
code_templates detect if there is a connection error and pass it down to the ready function 2018-06-29 18:14:08 -04:00
accountParser.js Housekeeping and removal of none additions 2018-07-18 14:08:32 +02:00
blockchain.js Updated online/offline event checks so they are run during initialisation. 2018-08-21 15:08:25 -04:00
code_generator.js Fixed __mainContext error 2018-08-21 15:30:11 -04:00
compiler.js early callback in compiler 2018-05-17 10:02:53 -04:00
contract_deployer.js add reporter with event to get receipt 2018-08-21 15:30:10 -04:00
contracts.js fix tests using new dependencies 2018-08-21 15:03:34 -04:00
deploy_manager.js make groups of dependencyCount to do async by group 2018-08-21 15:03:34 -04:00
fundAccount.js fix lint 2018-07-18 17:53:37 +03:00
provider.js fix webserver errors 2018-08-21 15:29:32 -04:00