-
Notifications
You must be signed in to change notification settings - Fork 35
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
Paul/est dex #320
Paul/est dex #320
Conversation
1099617
to
16269c7
Compare
Use hex not text and use newer memos field
16269c7
to
ab7d0f9
Compare
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.
In commit 3888e40 it looks like we change some constants and config, but I don't see where the API call change happened. Could you point that out in a review-bar?
Otherwise, the rest of my feedback are to add more comments to the code to resolve questions.
// const lk = await account.getLoginKey() | ||
// console.log(`Login key: ${lk}`) |
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.
Cleanup?
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.
I left that in there since if you want a real account to login quickly, you'll want to get the loginKey and uncommenting those lines is how you get it
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.
Add a comment similar to this then:
// if you want a real account to login quickly, you'll want to get the loginKey and uncommenting those lines is how you get it
await ethWallet.changePaused(false) | ||
await avaxWallet.changePaused(false) |
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.
Why are these wallets un-paused? Comment?
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.
Wallets are now paused by default so you have to unpause them to use them.
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.
Should this be an argument to the CLI? (optional)
/rebase |
11374b4
to
6186dc6
Compare
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
none