Commit Graph

104 Commits

Author SHA1 Message Date
Iuri Matias 36c2088fd7
Merge pull request #23 from embark-framework/gas_fix
don't estimate gas which was overriding caller given gas param
2018-09-26 18:40:18 -04:00
Iuri Matias a99541f47d don't estimate gas which was overriding caller given gas param 2018-09-26 18:34:46 -04:00
Iuri Matias 11aed3c894
Merge pull request #22 from embark-framework/features/npm-engine-strict
spec npm version in pkg json "engines", >=6.4.1, same as embark
2018-09-21 09:45:36 -04:00
Michael Bradley, Jr 8296173c62 spec npm version in pkg json "engines", >=6.4.1, same as embark 2018-09-20 14:30:31 -05:00
Iuri Matias a119f548dd update to 0.4.2 2018-09-17 12:54:13 -04:00
Iuri Matias 323eea0d96
Merge pull request #21 from embark-framework/bug_fix/on-ready-error
Actually return the error for onReady
2018-09-12 18:59:23 -04:00
Iuri Matias b216a5045d
Merge pull request #19 from embark-framework/feature/metamask-eip-1102
Ready for EIP 1102
2018-09-12 18:59:08 -04:00
Jonathan Rainville 201a1bfd23 return false when provider not set 2018-09-11 17:10:06 -04:00
Jonathan Rainville d5b34ad396 fix onReady not returning the error 2018-09-11 17:08:51 -04:00
Anthony Laibe a7ae1fd37d Use timeout 2018-09-10 09:09:18 +01:00
Iuri Matias 848238dc80
Merge pull request #20 from embark-framework/bugfix/onReady
Fix showing the indicator
2018-09-07 18:45:56 -04:00
Iuri Matias 722631084c
Merge pull request #15 from embark-framework/bug_fix/contract-provider
Remove setProvider on contract
2018-09-07 18:45:44 -04:00
Anthony Laibe 91475d44b9 Fix showing the indicator 2018-09-07 15:38:28 +01:00
Anthony Laibe 072f95d698 Ready for EIP 1102 2018-09-07 14:30:04 +01:00
Iuri Matias 52122e12a5 update to 0.4.1 2018-09-06 08:11:11 -04:00
Michael Bradley 6f40edd5b4
Merge pull request #17 from embark-framework/async-es
async-es for optimized browser builds
2018-09-05 11:19:36 -05:00
Jonathan Rainville 4dcdca85c2 remove setProvider on contract 2018-09-05 11:41:20 -04:00
Jonathan Rainville 2e636e1258
Merge pull request #18 from embark-framework/bug_fix/this-not-self
bad reference in onReady
2018-09-04 08:53:24 -04:00
Michael Bradley, Jr b908d854d1 bad `self` reference in onReady, should be `this` 2018-09-02 20:02:56 -05:00
Michael Bradley, Jr 72db70c5c3 parameterize build, export, import of async vs. async-es 2018-08-31 17:03:55 -05:00
Michael Bradley, Jr 9f46dcc49f async-es dep 2018-08-31 17:00:53 -05:00
Michael Bradley, Jr 5b92fa3d70 don't need to append .js, and be consistent about not doing so 2018-08-31 17:00:27 -05:00
Michael Bradley, Jr 9ed6053363 use shorthand to re-export the default import 2018-08-31 17:00:01 -05:00
Iuri Matias b310a783d5 update to 0.4.0 2018-08-31 16:58:46 -04:00
Iuri Matias ecfeb27e82
Merge pull request #16 from embark-framework/dapp_connection
Move dapp connection logic to EmbarkJS; put Contract inside Blockchain Component
2018-08-31 16:44:28 -04:00
Iuri Matias dbcfc634bb update mm message 2018-08-31 15:59:32 -04:00
Iuri Matias 3ade131796 replace reduce with async reduce; refactor 2018-08-31 15:57:08 -04:00
Iuri Matias b85f5d7e89 clean up and remove __ since the functions are now local to the file 2018-08-29 17:26:36 -04:00
Iuri Matias 7f408d56c2 add connection manager 2018-08-29 15:33:33 -04:00
Iuri Matias 634df1c08e add connect function 2018-08-27 16:46:46 -04:00
Iuri Matias 5f5557b87d
Merge pull request #14 from embark-framework/feature/add-provider-name
Make provider Name part of API
2018-08-24 10:34:27 -04:00
Anthony Laibe 1d59f342f0 Update variable name 2018-08-24 14:13:05 +01:00
Anthony Laibe 6b93af0b75 Make provider Name part of API 2018-08-24 09:05:56 +01:00
Iuri Matias fa0e8e3770
Merge pull request #13 from embark-framework/feature/ipns-to-ipfs
Move ipns function to ipfs
2018-08-23 14:40:11 -04:00
Iuri Matias 9e3b66822e
Merge pull request #12 from embark-framework/bug_fix/ws-only
only poll with a WS provider
2018-08-23 14:40:01 -04:00
Anthony Laibe f5ce019140 Move ipns function to ipfs 2018-08-22 10:14:25 +01:00
Jonathan Rainville 181b533a8a only poll with a WS provider 2018-08-15 16:43:51 -04:00
Michael Bradley, Jr e7531dead4 update to 0.3.4 2018-08-15 10:24:32 -05:00
Iuri Matias 0b1a7c10e3 update to 0.3.2 2018-08-14 16:57:39 -04:00
Iuri Matias 5bcab1c2a6
Merge pull request #11 from embark-framework/features/seceure-send
add secureSend function in EmbarkJS Utils
2018-08-14 13:44:31 -04:00
Jonathan Rainville 0d8ec0be4f add secureSend function in EmbarkJS Utils 2018-08-14 10:08:37 -04:00
Michael Bradley, Jr da186d59ee 0.3.2 2018-08-13 10:24:53 -05:00
Michael Bradley a921fd2b3e
Merge pull request #10 from embark-framework/deps_fix/babel7rc1
bump deps re: babel 7 release candidate 1
2018-08-13 10:13:23 -05:00
Michael Bradley, Jr f654576498 corejs2 per @babel/plugin-transform-runtime@7.0.0-rc.1 2018-08-12 20:11:54 -05:00
Michael Bradley, Jr d828058fc4 not using babel-loader 2018-08-12 20:11:27 -05:00
Michael Bradley, Jr eff4c63b64 bump @babel deps to 7.0.0-rc.1, no caret ranges 2018-08-12 20:11:10 -05:00
Iuri Matias 5d10b05263 update to 0.3.1 2018-07-30 11:18:24 -04:00
Iuri Matias 8c0492023b
Merge pull request #9 from embark-framework/feature/add-ipns-interface
Add register function for IPNS
2018-07-30 11:16:44 -04:00
Anthony Laibe 33e15a3dbe Add register function for IPNS 2018-07-30 12:47:04 +01:00
Iuri Matias c8bed200c8 update to 0.3.0 2018-07-27 14:35:43 -04:00