-
Notifications
You must be signed in to change notification settings - Fork 63
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
use 0x address scheme by default and add new enable xdc prefix flag #518
Conversation
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.
We should check Enable0xPrefixFlag
and EnableXDCPrefixFlag
are not enabled at same time, such as checkExclusive
@@ -933,6 +941,7 @@ func SetNodeConfig(ctx *cli.Context, cfg *node.Config) { | |||
setHTTP(ctx, cfg) | |||
setWS(ctx, cfg) | |||
setNodeUserIdent(ctx, cfg) | |||
setPrefix(ctx, cfg) |
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.
👍
@@ -81,5 +81,5 @@ XDC --ethstats ${netstats} --gcmode archive \ | |||
--rpcvhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \ | |||
--gasprice "1" --targetgaslimit "420000000" --verbosity ${log_level} \ | |||
--debugdatadir /work/xdcchain \ | |||
--enable-0x-prefix --ws --wsaddr=0.0.0.0 --wsport $ws_port \ | |||
--ws --wsaddr=0.0.0.0 --wsport $ws_port \ |
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.
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.
cool
Proposed changes
As agreed by the developer community to enable 0x prefix as default going forward. This will make sure we have less friction with new partners at later date.
Types of changes
What types of changes does your code introduce to XDC network?
Put an
✅
in the boxes that applyImpacted Components
Which part of the codebase this PR will touch base on,
Put an
✅
in the boxes that applyChecklist
Put an
✅
in the boxes once you have confirmed below actions (or provide reasons on not doing so) that