Commit Graph

1881 Commits

Author SHA1 Message Date
Jonathan Rainville ab0a3b0735 only set provider if provider is ENS 2018-08-06 20:35:47 +00:00
hodlbank c60a2a6fed Allow user to specify "random" as privateKey configuration. In such case embark generates some random privateKey for the account. 2018-08-06 20:35:47 +00:00
hodlbank 513154e427 Enabling contract:deploy:beforeDeploy plugins to access deploymentAccount value by adding it into the contract object. 2018-08-06 20:35:47 +00:00
Jonathan Rainville 69bd34392b remove provider!==ens 2018-08-06 20:35:47 +00:00
Jonathan Rainville 960202dee9 disable ens if it is not enabled 2018-08-06 20:35:47 +00:00
hodlbank 3edf7c2419 Applying simulatorAccounts configuration for "embark simulator". 2018-08-03 23:08:02 +00:00
Iuri Matias aab24792fc
Merge pull request #665 from embark-framework/features/ens-deploy
Deploy to ENS
2018-08-02 12:35:41 -04:00
Jonathan Rainville 9fb71b6db3 remove extra space 2018-08-01 09:24:28 -04:00
Jonathan Rainville aadc4062fb fix stuff and move functions to utils 2018-07-31 10:33:10 -04:00
Jonathan Rainville daaeb30262 change to command 2018-07-31 10:09:41 -04:00
Jonathan Rainville 752fde7fed remove duplicated register 2018-07-31 10:08:49 -04:00
Jonathan Rainville 5fa795b265 fixes and linting 2018-07-31 09:59:58 -04:00
Jonathan Rainville 8253491a07 warn if mismatch on network id 2018-07-31 09:59:27 -04:00
Iuri Matias 2dc6ad218f
Merge pull request #641 from embark-framework/features/avoid-ganache-require
In test, try to connect to node first
2018-07-31 08:43:30 -04:00
Iuri Matias a42c58026f
Merge pull request #666 from embark-framework/bug_fix/dot.embark_versions_modules_2
.embark/versions modules — round 2
2018-07-31 08:41:16 -04:00
Iuri Matias 03d8ffc653
Merge pull request #664 from embark-framework/refactor_graph
remove engine dependency from graph
2018-07-31 08:40:44 -04:00
Anthony Laibe 150be44fff Fix require fs for reset 2018-07-31 11:46:19 +01:00
Anthony Laibe 353b04d0f4 Reset service local 2018-07-31 11:17:50 +01:00
Anthony Laibe dbb46ad7dc Reset account 2018-07-31 11:15:49 +01:00
Anthony Laibe 50fc3d8846 Make sure config is called at least once 2018-07-31 10:48:04 +01:00
Anthony Laibe ec9949d70e Change connection 2018-07-31 10:16:56 +01:00
Michael Bradley, Jr 94d19eb8d7 win compat 2018-07-30 16:27:22 -05:00
Michael Bradley, Jr 26ad1175fa Revert "Merge pull request #663 from embark-framework/revert-656-bug_fix/dot.embark_versions_modules"
This reverts commit 7859c384ca, reversing
changes made to a58f21c303.
2018-07-30 16:26:25 -05:00
Jonathan Rainville 7ebeb597c8 revert trace 2018-07-30 16:03:02 -04:00
Jonathan Rainville 55be853bcb remove comment 2018-07-30 15:57:58 -04:00
Jonathan Rainville ea53f9498e swarm adjustements 2018-07-30 15:49:58 -04:00
Iuri Matias 7522ae6a21
Merge pull request #662 from embark-framework/features/adding-ipns
Features/adding ipns
2018-07-30 15:20:54 -04:00
Iuri Matias b0338743df fix line 2018-07-30 15:17:54 -04:00
Iuri Matias 4b44885998 add find contract 2018-07-30 15:12:49 -04:00
Iuri Matias 5ffb02c24c remove engine dependency; use api 2018-07-30 14:33:01 -04:00
Iuri Matias fda1036845 remove engine param 2018-07-30 14:31:24 -04:00
Jonathan Rainville 8724c46924 fix using promise 2018-07-30 14:07:53 -04:00
Jonathan Rainville 67b3dff1ba fix small oopsies and make it work 2018-07-30 14:07:53 -04:00
Jonathan Rainville 25cfb9ac0a add associate event in ens (not yet tested) 2018-07-30 14:07:53 -04:00
Jonathan Rainville 6b9618433a conflict in embark js 2018-07-30 14:07:52 -04:00
Iuri Matias 2eb218cdfe
Revert ".embark/versions modules" 2018-07-30 12:57:58 -04:00
Iuri Matias a58f21c303
Merge pull request #656 from embark-framework/bug_fix/dot.embark_versions_modules
.embark/versions modules
2018-07-30 12:54:43 -04:00
Anthony Laibe d90774a50e PR feedback 2018-07-30 17:06:20 +01:00
Iuri Matias 47eb457457 remove console log 2018-07-30 11:23:07 -04:00
Anthony Laibe 6c4250dd44 Adding default callback 2018-07-30 12:52:48 +01:00
Anthony Laibe e8b2837c93 Add IPNS demo 2018-07-30 12:49:03 +01:00
Anthony Laibe 29aa0c2e92 Simply use promise 2018-07-30 09:52:06 +01:00
Anthony Laibe ef9e76d7e6 Make __embarkIPFS global 2018-07-30 09:52:06 +01:00
Anthony Laibe 0581dd341c Use promise on ipns namesystem 2018-07-30 09:52:06 +01:00
Anthony Laibe c5e1f7a621 Adding ipns 2018-07-30 09:51:28 +01:00
Anthony Laibe 4fb2cbe683 Adding register 2018-07-30 09:51:28 +01:00
Anthony Laibe 9a7d0f1d5b Add ipns resolve 2018-07-30 09:51:28 +01:00
Anthony Laibe 4b119918c3 Do not connect to the node until it is needed in test 2018-07-30 09:32:46 +01:00
Michael Bradley, Jr 92a8fb7596 revs re: .embark/versions 2018-07-29 21:00:29 -05:00
Iuri Matias a38ed97f43 move processes into core 2018-07-27 17:33:50 -04:00