Commit Graph

4805 Commits

Author SHA1 Message Date
Anthony Laibe f9f4c28f72 feat: strategy for deployment
Allow implicit and explicit for deployment strategy
implicit: all contracts are deployed
explicit: only specified contracts are deployed

Default value: implicit
2018-11-07 14:51:57 +00:00
Anthony Laibe 0e7aad81aa chore: remove fiddle dead code 2018-11-07 11:35:36 +00:00
andrea zuccarini c25c644b5a include .sol import from ipfs 2018-11-05 21:09:48 +01:00
Anthony Laibe 3ef7fd7411 Event filter typo 2018-11-01 14:11:51 +01:00
Michael Bradley, Jr abbf54620a 4.0.0-alpha.1 2018-10-31 22:23:55 +01:00
Jonathan Rainville 2564da3139 Enable downloading templates that don't have a master branch (#1019)
* fix no master branch repos for templates

* oopsie doopsie

* stub request and use async to get externalUrl
2018-10-31 21:48:06 +01:00
Eric Mastro 13f0b766a7
Merge pull request #1017 from embark-framework/chores/add-back-on-save-success
Add back event on file save sucess
2018-10-31 18:36:20 +01:00
Eric Mastro 959501cf00
Merge pull request #1020 from embark-framework/chores/add-back-output-done
Add back output done
2018-10-31 18:35:30 +01:00
Anthony Laibe 1f93ec0b32 Add back output done 2018-10-31 18:34:00 +01:00
Michael Bradley 662e2488fb
Merge pull request #1018 from embark-framework/bug_fix/shim-main-returns
fix the shim
2018-10-31 18:28:10 +01:00
Michael Bradley, Jr f3ba725efc when whenNoShim runs noShim if-branch main should return immediately 2018-10-31 18:18:54 +01:00
Anthony Laibe 436786bfe4 Add back event on file save sucess 2018-10-31 16:55:25 +01:00
Michael Bradley, Jr a9bf409aa0 4.0.0-alpha.0 2018-10-31 11:28:55 +01:00
Michael Bradley, Jr 34f8829d22 bump shrinkwrap 2018-10-31 11:28:09 +01:00
Michael Bradley, Jr 6d7ea34d03 bump embarkjs 2018-10-31 11:28:02 +01:00
Michael Bradley, Jr b5b581c6c0 bump embark-ui pkg lock 2018-10-31 11:01:34 +01:00
Michael Bradley, Jr beb7336537 shrinkwrap -- all http:// -> https:// 2018-10-31 11:01:14 +01:00
Eric Mastro ebf847eb5a
Merge pull request #1016 from embark-framework/warning-on-rpc
add warning on RPC
2018-10-31 10:40:05 +01:00
Eric Mastro 63847b7842
Merge pull request #1015 from embark-framework/bug_fix/gas-estimator
Add a warning when there is no blocks for the estimator
2018-10-31 10:37:26 +01:00
Jonathan Rainville 5442708020 add warning on RPC 2018-10-31 10:36:30 +01:00
Eric Mastro 000a4fe322
Merge pull request #1000 from embark-framework/bug_fix/self-dep
enable self-referencing contracts in onDeploy
2018-10-31 10:29:57 +01:00
Jonathan Rainville dbe12c6fb9 add a warning if not enough blocks or no blocks 2018-10-31 10:26:24 +01:00
Eric Mastro e10792436e
Merge pull request #1002 from embark-framework/feat/warn-old-blockchain-client
Warn re: unsupported blockchain client
2018-10-31 10:22:12 +01:00
Michael Bradley, Jr 09a5ea8ba1 test if client version is supported, warn if not or can't determine 2018-10-31 10:21:02 +01:00
Michael Bradley, Jr 901d1f8e32 client-class helpers for detecting whether version is supported 2018-10-31 10:21:02 +01:00
Michael Bradley, Jr db55458b62 setup logger arg on userConfig 2018-10-31 10:21:02 +01:00
Michael Bradley, Jr 08c68d068a pass console as logger 2018-10-31 10:21:02 +01:00
Eric Mastro b76a7f1379
Merge pull request #1012 from embark-framework/bugfix/sign-verify
bug: add personal to all connection
2018-10-31 10:19:39 +01:00
Eric Mastro 941e8175cb
Merge pull request #1014 from embark-framework/bug_fix/search-error
Fix search bar
2018-10-31 10:18:50 +01:00
Anthony Laibe 9d1c3fc15c Fix test 2018-10-30 22:04:38 +01:00
Jonathan Rainville 4c1df9eaf5 restyle alert bar and move it to an scss import 2018-10-30 22:01:28 +01:00
Eric Mastro fc902b6242
Merge pull request #1008 from embark-framework/bugfix/json-function
Stringiy function for command console
2018-10-30 22:00:06 +01:00
Eric Mastro e23e13b418
Merge pull request #1013 from embark-framework/bug_fix/console-errors
Fix console errors/warnings
2018-10-30 21:59:06 +01:00
emizzle f645119ea6 Fix console errors/warnings 2018-10-30 21:36:47 +01:00
Anthony Laibe 0cd6b3585e bug: add personal to all connection 2018-10-30 21:32:29 +01:00
Anthony Laibe 78d3189142 PR feedback 2018-10-30 21:05:10 +01:00
Jonathan Rainville 5f53d6bf2e hide the serach Error when there is a success 2018-10-30 20:56:59 +01:00
Eric Mastro 8d33ac6cb4
Merge pull request #1011 from embark-framework/bugfix/deployment-interface
Do no show interface on injected web3
2018-10-30 20:55:52 +01:00
Eric Mastro 4e7ae9aa17
Merge pull request #1010 from embark-framework/fix_whisper
fix whisper in embark-ui
2018-10-30 20:55:20 +01:00
Anthony Laibe dc6294ad84 Do no show interface on injected web3 2018-10-30 20:51:23 +01:00
Iuri Matias 4ee0f38278
Merge pull request #1009 from embark-framework/features/icons-for-explorer
Add icons for the contract page
2018-10-30 20:46:23 +01:00
Iuri Matias 54dc34ef15
Merge pull request #1007 from embark-framework/fix/make-linter-happy
Make linter happy 2019
2018-10-30 20:45:44 +01:00
Michael Bradley, Jr 82e4253e34 fix whiper in embark-ui 2018-10-30 20:38:21 +01:00
Anthony Laibe 9276dd7805 Stringiy function for command console 2018-10-30 19:45:35 +01:00
Jonathan Rainville 0634a47cff change icons for the contract page 2018-10-30 19:42:08 +01:00
Andre Medeiros 57be7d38dd Make linter happy 2019 2018-10-30 18:42:54 +01:00
Eric Mastro 03a32f0434
Merge pull request #1006 from embark-framework/bugfix/break-on-empty-result
bug: empty response
2018-10-30 18:09:10 +01:00
Anthony Laibe 1b2050907f bug: empty response 2018-10-30 18:07:02 +01:00
Iuri Matias 10ccb9489f
Merge pull request #1005 from embark-framework/feature/highlight-header
Highlight header tab
2018-10-30 17:44:08 +01:00
Iuri Matias 473b6fc0ee replace browser icon 2018-10-30 17:43:40 +01:00