-
Notifications
You must be signed in to change notification settings - Fork 72
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
Address Issue #171: Validate Generated Addresses Against Expected Ones in JS Client Library #184
Commits on Feb 8, 2023
-
Add setInputWitnessScript and getInputWitnessScript methods
José Luis Landabaso Díaz committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4b7e14e - Browse repository at this point
Copy the full SHA 4b7e14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dabd24 - Browse repository at this point
Copy the full SHA 5dabd24View commit details -
Create a top level package.json file so that this repo can be install…
…ed using npm install
Configuration menu - View commit details
-
Copy full SHA for 6c132e8 - Browse repository at this point
Copy the full SHA 6c132e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5cc1d - Browse repository at this point
Copy the full SHA ad5cc1dView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0a66fd - Browse repository at this point
Copy the full SHA b0a66fdView commit details -
Change amount type from Buffer to number in setInputWitnessUtxo / get…
…InputWitnessUtxo
Configuration menu - View commit details
-
Copy full SHA for 9bd3f4a - Browse repository at this point
Copy the full SHA 9bd3f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a828fc - Browse repository at this point
Copy the full SHA 7a828fcView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50d382b - Browse repository at this point
Copy the full SHA 50d382bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca72c4 - Browse repository at this point
Copy the full SHA 0ca72c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5633993 - Browse repository at this point
Copy the full SHA 5633993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05526e2 - Browse repository at this point
Copy the full SHA 05526e2View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ff6495 - Browse repository at this point
Copy the full SHA 8ff6495View commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96c60dd - Browse repository at this point
Copy the full SHA 96c60ddView commit details
Commits on Feb 22, 2023
-
Adapt package.json so that this can be published to npm (to be used i…
…nternally) without interfering with the original package.json
Configuration menu - View commit details
-
Copy full SHA for d0f9cd9 - Browse repository at this point
Copy the full SHA d0f9cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994d959 - Browse repository at this point
Copy the full SHA 994d959View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e03c6e1 - Browse repository at this point
Copy the full SHA e03c6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079f8aa - Browse repository at this point
Copy the full SHA 079f8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec45c0d - Browse repository at this point
Copy the full SHA ec45c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2383790 - Browse repository at this point
Copy the full SHA 2383790View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f441a0 - Browse repository at this point
Copy the full SHA 8f441a0View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 056253f - Browse repository at this point
Copy the full SHA 056253fView commit details -
Addressed review comments: validate addresses at getWalletAddress and…
… end of registerWallet; validateAddress replaces validatePolicy; bumped package version; correctly deal with <M;N> format (added a test using this format); Fixed incomplete keys in registerWallet test
Configuration menu - View commit details
-
Copy full SHA for 4192577 - Browse repository at this point
Copy the full SHA 4192577View commit details -
Fix issue with key replacement in address derivation
Revised the key replacement logic in the `validateAddress` function to prevent misinterpretation of key indices. The loop now iterates in reverse order to avoid scenarios where, for example, @10 is mistakenly replaced as @1, leaving an extra 0. This change ensures that the correct keys are replaced when deriving the wallet address.
Configuration menu - View commit details
-
Copy full SHA for 71f8573 - Browse repository at this point
Copy the full SHA 71f8573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf4162 - Browse repository at this point
Copy the full SHA 8cf4162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bda67b - Browse repository at this point
Copy the full SHA 5bda67bView commit details