-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat!: geth blockchain and hardhat #105
Conversation
package.json
Outdated
@@ -43,7 +43,7 @@ | |||
"depcheck": "depcheck ." | |||
}, | |||
"dependencies": { | |||
"@ethersphere/bee-js": "^6.4.0", | |||
"@ethersphere/bee-js": "^6.4.1-pre.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you point me to "what's new" in pre.1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tests should work in this test environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update to 6.6.0
?
Release v3.0.0 addresses this. |
Ganache and Truffle are phasing out unfortunately, so this PR replaces these technologies with Hardhat and Geth client, respectively.