Commit Graph

154 Commits

Author SHA1 Message Date
Iuri Matias 48f9c54d9d detect and replace library references with address 2017-07-16 12:10:17 -04:00
Iuri Matias ec9293af60 get rid of mocha requirement 2017-07-02 00:27:14 -04:00
Iuri Matias a73f0868fc update to 2.5.1 2017-06-29 07:42:53 -04:00
Iuri Matias 886c5d879f update to 2.5.0 2017-06-26 16:48:16 -04:00
Iuri Matias 61a893da94 add new field to example genesis configs 2017-06-26 16:00:16 -04:00
Iuri Matias 2a2a5820fc fix testing functionality in develop 2017-06-26 09:01:54 -04:00
Nathan Hernandez 4202d5e832 Update solc to 0.4.11
The solidity compiler was at 0.4.8, 3 patches behind. At some point the
output of the compiler changed, `compiler.js` reflects those changes.
I'm not sure if other properties changed.
2017-06-02 21:20:27 -04:00
Todd Baur 5689a6a981 update boilerplate test after PR#246 2017-03-13 11:02:03 +09:00
Iuri Matias 3a50dbdfdd remove deprecation warning; put tests back to previous method; fix eslint error 2017-03-11 22:16:24 -05:00
Iuri Matias 0b023e3877 make demo and boilerplate tests compatible 2017-03-11 21:55:34 -05:00
Iuri Matias 7815b1ccb7 Merge pull request #238 from nogueian/develop
Updated the link on boilerplate app (generated by embark new)
2017-03-09 06:33:19 -05:00
Andy Nogueira 511c92bd9c Updated the link on boilerplate app (generated by embark new) to point to the latest documentation instead of old wiki 2017-03-08 22:37:04 -05:00
Todd Baur 026909aa91 fix other timeout issues in tests outside of core framework code 2017-03-08 23:41:16 +09:00
Iuri Matias 71121cdc4b update to 2.4.0 2017-03-07 06:39:56 -05:00
Iuri Matias 85659987d9 add support for website config file; reflect real web server config in the dashboard 2017-03-04 14:20:28 -05:00
Iuri Matias 1674adee4a add config to specify available providers for each component 2017-02-28 21:43:03 -05:00
DeviateFish 289ece9df6 Updates to boilerplate and template creation
Update `test` command to run `embark test`
Update `name` in `package.json` to be something more easily replaceable.
Use `sed` to replace above flag with DApp name
2017-02-25 14:34:45 -08:00
Iuri Matias d1701c4031 add missing enable options to boilerplate configs; add communication initializer 2017-02-20 16:29:59 -05:00
Iuri Matias 1a436dcc12 add support for light and fast options; add default pass folders 2017-02-20 15:53:55 -05:00
Iuri Matias eb36af87b0 add support for the bootnodes config 2017-02-18 08:24:23 -05:00
Iuri Matias 6984c13ac6 read storage and communication config files; use & initialize storage depending on config 2017-02-10 07:44:06 -05:00
Iuri Matias d0c020dce5 update to 2.3.0 2017-02-08 06:38:26 -05:00
Iuri Matias f37bc46f8e fix specs; clarify production enviroment (livenet not production); exec testrpc directly 2017-02-08 06:31:57 -05:00
Iuri Matias 7de4b104f0 downgrade boilerplate mocha 2017-02-06 20:41:45 -05:00
Iuri Matias 352eadab98 add console plugin support 2017-02-06 06:51:26 -05:00
Iuri Matias 3facfb18a8 add default plugins property to templates 2017-02-06 06:51:26 -05:00
Iuri Matias a4b6752482 update packages 2017-01-13 19:17:01 -05:00
Iuri Matias f7bbc1ddc2 update to 2.2.1 2017-01-13 07:46:36 -05:00
Iuri Matias 97a49f3136 update to 2.2.0 2017-01-11 06:57:57 -05:00
Jonathan Brown 06d8c3fbd9 require('embark-framework') => require('embark') 2016-11-03 17:31:12 +07:00
Iuri Matias 5c283b5232 support maxpeers option 2016-10-30 20:35:11 -04:00
Iuri Matias 0524b17309 update to 2.1.3 2016-10-30 08:56:13 -04:00
Iuri Matias 215a823c35 update to 2.1.2 2016-10-29 11:16:43 -04:00
Iuri Matias c9a52c11b0 update to 2.1.1 2016-10-25 19:44:12 -04:00
Iuri Matias a6397b3fe9 update to 2.1.0 2016-10-24 06:14:35 -04:00
Iuri Matias 3d90c3ffed fix boilerplate chains file 2016-10-23 17:37:51 -04:00
Iuri Matias d6655004ff update to 2.0.1 2016-10-19 07:24:53 -04:00
Iuri Matias e3d05af129 rename package name to embark, update to 2.0.0 2016-10-18 05:48:47 -04:00
Iuri Matias 8f5ba53aed remove SimpleStorage config from boilerplate empty app 2016-10-16 15:05:15 -04:00
Iuri Matias 059c5d2a29 update default .gitignore files 2016-10-16 15:01:52 -04:00
Iuri Matias 0c54b9aa69 update version 2016-10-06 07:40:24 -04:00
Iuri Matias 58c0244a43 clean up 2016-10-06 07:40:24 -04:00
Iuri Matias 89c0001dcb make contract gas calculation automatic 2016-10-06 07:40:22 -04:00
Iuri Matias b9c93fe97d refactor config into its own module 2016-10-06 07:40:21 -04:00
Iuri Matias 6f5c5fae36 implement templates, build, and blockchain 2016-10-06 07:40:20 -04:00
Iuri Matias 88381bdda1 working run 2016-10-06 07:40:20 -04:00
Iuri Matias dfb365d07e implement simple pipeline system 2016-10-06 07:40:20 -04:00
Iuri Matias b5d8df5efd convert boiletplates to new structure 2016-10-06 07:39:34 -04:00
Iuri Matias bed70b530b update to 1.2.0 2016-08-10 07:59:37 -04:00
Iuri Matias 2fbb41b113 update boilerplate to point to right version instead of repo 2016-05-31 22:19:34 -04:00