-
Notifications
You must be signed in to change notification settings - Fork 45
feat(dashmate): single node local network [WIP] #2392
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
Open
shumkov
wants to merge
34
commits into
v2.0-dev
Choose a base branch
from
standalone-node
base: v2.0-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9b552ac
feat(dashmate): single node local network
shumkov 58589e6
chore: update Core
shumkov a005bc3
chore: update tenderdash
shumkov 705a3c2
Merge branch 'v1.8-dev' into standalone-node
shumkov 6aa8791
fix: unknown quorum 111
shumkov 5230090
Merge branch 'v1.8-dev' into standalone-node
shumkov e4fbfa7
chore: fixed wait for node delay
shumkov 833ff94
chore: update core
shumkov 5d1c9b7
Merge branch 'v1.8-dev' into standalone-node
shumkov 527e109
chore(dashmate): exclude garbage from core logs
shumkov e344d6f
chore: decrease peers check delay
shumkov b61813f
chore: add migration for core debug log excludes
shumkov a45eb92
ci: temporary enable docker logs for successful runs
shumkov b61424d
Merge branch 'v2.0-dev' into standalone-node
shumkov 4e9b92a
revert: always show docker logs
shumkov 7667595
chore: switch to parametrized quorums
shumkov 5a08f5f
Update packages/dashmate/src/listr/tasks/setup/local/enableSingleCore…
shumkov 38fc1c5
chore: update config migration
shumkov 402a72a
Merge remote-tracking branch 'origin/standalone-node' into standalone…
shumkov 860c20b
fix(dashmate): fix threshold setting name in genesis
lklimek e4ea02b
fix: dapi client connectivity
shumkov e2366cb
chore: remove dapi seed
shumkov 21f24f9
fix: sml provider is not found
shumkov b7a93cf
style: linter warnings
shumkov ea9eeae
test: fix wallet functional tests
shumkov ff638a8
test: fix dapi client tests
shumkov 8dab4ae
test: fix functional tests
shumkov ff84f53
Merge branch 'v2.0-dev' into standalone-node
shumkov 09df7c8
fix: small fixes
shumkov 7764ac4
fix: getIdentityByPublicKeyHash request timeouts
shumkov 5b436d8
chore: update dashcore lib
shumkov 6b4f777
chore: add max concurrent streams to migrations
shumkov 1228cf7
fix: genesis time in future
shumkov d362cb5
Merge remote-tracking branch 'origin/v2.0-dev' into standalone-node
lklimek 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.
Binary file not shown.
Binary file removed
BIN
-880 KB
.yarn/cache/@dashevo-dashcore-lib-npm-0.22.0-9a6dd273b9-ac9e268f6e.zip
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
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.
Avoid using feature branch Docker image in production.
Using a feature branch (
feat-support-quorum-111) for the Tenderdash image is not recommended for production environments as it:Consider using a stable, tagged release version instead.