-
Notifications
You must be signed in to change notification settings - Fork 44
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
base: v2.0-dev
Are you sure you want to change the base?
Changes from 5 commits
9b552ac
58589e6
a005bc3
705a3c2
6aa8791
5230090
e4fbfa7
833ff94
5d1c9b7
527e109
e344d6f
b61813f
a45eb92
b61424d
4e9b92a
7667595
5a08f5f
38fc1c5
402a72a
860c20b
e4ea02b
e2366cb
21f24f9
b7a93cf
ea9eeae
ff638a8
8dab4ae
ff84f53
09df7c8
7764ac4
5b436d8
6b4f777
1228cf7
d362cb5
File filter
Filter by extension
Conversations
Jump to
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ export default function getBaseConfigFactory() { | |
| port: 3001, | ||
| }, | ||
| docker: { | ||
| image: 'dashpay/dashd:22', | ||
| image: 'dashpay/dashd:22.1.0-devpr6437.f0e7eb57', | ||
| commandArgs: [], | ||
| }, | ||
| p2p: { | ||
|
|
@@ -310,7 +310,7 @@ export default function getBaseConfigFactory() { | |
| tenderdash: { | ||
| mode: 'full', | ||
| docker: { | ||
| image: 'dashpay/tenderdash:1', | ||
| image: 'dashpay/tenderdash:feat-support-quorum-111', | ||
|
||
| }, | ||
| p2p: { | ||
| host: '0.0.0.0', | ||
|
|
||
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.
Review usage of development Docker image.
Using a development PR version (
22.1.0-devpr6437.f0e7eb57) of the Core image in base configuration could introduce instability.Consider: