Skip to content
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

Cake update v15 #2

Open
wants to merge 11 commits into
base: cake-update-v9
Choose a base branch
from
Open

Cake update v15 #2

wants to merge 11 commits into from

Conversation

OmarHatem28
Copy link

No description provided.

@@ -243,7 +244,7 @@ class BtcTransaction {
if (mwebBytes != null) {
data.add(mwebBytes!);
}
data.add(locktime);
data.add([0, 0, 0, 0]);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be reverted

lib/src/bitcoin/address/legacy_address.dart Show resolved Hide resolved
lib/src/bitcoin/address/util.dart Outdated Show resolved Hide resolved
Comment on lines +107 to +108
case SegwitAddresType.mweb:
return BitcoinDerivationInfos.BIP86;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mweb should have a different derivation info

lib/src/crypto/keypair/ec_public.dart Show resolved Hide resolved
Comment on lines +37 to 39
RESULT onResponse(RESPONSE result) {
return result as RESULT;
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very confusing and wrong, better leave it unimplemented since it's an abstract class
i.e

RESULT onResponse(RESPONSE result);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants