-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5fb43dd
feat: geth blockchain
nugaon 8f8d5af
docs: changed script paths
nugaon ba8fc0e
feat: build blockchain
nugaon 48adc2e
feat: blockchain build refactor
nugaon 85ff59d
chore: gitignore update
nugaon 205ee3a
fix: console log address instead of object
nugaon 7a5e064
fix: json serialization check
nugaon 8cbf118
fix: blockchain service check condition
nugaon 2de4ae4
fix: allow docker vhosts
nugaon 25f3b19
fix: allow vhost for geth
nugaon a7dc624
fix: add transaction wait
nugaon a6c56e1
fix: erc20 contract address
nugaon 09351d8
fix: bzz token instance init
nugaon 8ad3a21
feat: verification
nugaon 50ea087
feat: open ws ports
nugaon c913c96
ci: adjust to the new env
nugaon cd9779d
ci: adjust to the new env
nugaon 33ce096
chore: add libp2p v2 key
nugaon f3caff4
build: use latest stable instead of latest
nugaon c2e766b
feat: update roles
nugaon 7ec38c3
fix: swap price oracle instead stamp price oracle
nugaon eb747dd
fix: price updater role hash
nugaon 743657b
build: update bee-js to 6.4.1-pre.1
nugaon 43a8a08
build: bump bee-js to 6.6.0
nugaon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
?