-
Notifications
You must be signed in to change notification settings - Fork 440
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
Serialisation of BIP32 misplaced address postition #257
Comments
I'm wondering why the assertion is to have [0] == [1] and [1] == [0]? |
@podkovyrin that's why I create this issue. Can't understand why they swaped. |
I see. I came up with the following workaround-like solution so far: 1inch@13088a0 |
@podkovyrin Awesome! ps. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.0512 ETH (17.32 USD @ $338.24/ETH) attached to it.
|
@podkovyrin Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
@podkovyrin Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot yes, bot. I'm working |
@podkovyrin No worries and no rush. Code&chill👍 |
@podkovyrin Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
@podkovyrin Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 3 days from now. 1) podkovyrin has been approved to start work. Going to do git cherry-pick. Why I need to type 30 chars here??? Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @podkovyrin due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
1 similar comment
Issue Status: 1. Open 2. Started 3. Submitted 4. Done @podkovyrin due to inactivity, we have escalated this issue to Gitcoin's moderation team. Let us know if you believe this has been done in error!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@podkovyrin thank you for your outstanding work! Since you already made PR, Please submit for this bounty. I would be happy to reward you! |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 0.1 ETH (74.25 USD @ $754.31/ETH) has been submitted by:
|
Look at the ending of
testByBIP32keystoreSaveAndDeriva
for details:Adressed switched their position after serialisation (by native
JSONEncoder().encode(params)
works fine when you run single test and mix them, when run. test suite.
The text was updated successfully, but these errors were encountered: