Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading from and writing to contracts using Infura API v3 in tasit-action #92

Open
marcelomorgado opened this issue Jan 9, 2019 · 3 comments
Labels
action tasit-action child package enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@marcelomorgado
Copy link
Contributor

marcelomorgado commented Jan 9, 2019

ethers.js does not support Infura API v3 yet: ethers-io/ethers.js#286
API v3 uses projectId and projectSecret on basic auth.
It isn't clear but seems that ethers.js uses v2 with API_TOKEN
We can:

  1. Wait for ethers.js support;
  2. or make a PR to ethers.js to add support
@marcelomorgado marcelomorgado added the enhancement New feature or request label Jan 9, 2019
@pcowgill pcowgill changed the title tasit-action and Infura API v3 Add support for reading from and writing to contracts using Infura API v3 in tasit-action Jan 9, 2019
@pcowgill
Copy link
Member

@marcelomorgado
Copy link
Contributor Author

Updating
The last version of ethers 4.0.22 introduced support to Infura API v3: ethers-io/ethers.js#286 (comment)

@pcowgill pcowgill added this to the 0.2.0 release milestone Jan 24, 2019
@pcowgill
Copy link
Member

Updating
The last version of ethers 4.0.22 introduced support to Infura API v3: ethers-io/ethers.js#286 (comment)

That's great! I added this to the Main project and put it in the 0.2.0 milestone

@pcowgill pcowgill added the good first issue Good for newcomers label Feb 26, 2019
@pcowgill pcowgill added the action tasit-action child package label Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action tasit-action child package enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants