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

Legacy Coin Type flag to BLZJS #46

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

Conversation

DevonSangha
Copy link
Contributor

Added legacy coin flag to BlZconfig, API constructor, called legacyCoin flag in mnemonicToAddress to allow for dynamic coin type selection(legacy or new)

Second path option in setPath changed to 483 coin type

API legacyCoin property set properly, current error: setPath has implicitly 'any' type

Fixed implicit any error

properties added and legacyCoin called in setPath, setPath is considered unresolved, API still works without flag change from default, but returns nothing when flag is set

changed cosmos declaration type to 'unknown'

Ternary operator set in mnemonicToAddress function, legacyCoin type still works, new coin type throws an exception

legacyCoin flag works when assigned true, but c.setPath does not when called on a path that includes new coin type error: pubKey does not match signer address

Legacy coin flag is working, set to false by default, added getPath global function to allow address generation and signing with coin type

Added legacy coin flag to BlZconfig, API constructor, called legacyCoin flag in mnemonicToAddress to allow for dynamic coin type selection(legacy or new)

Second path option in setPath changed to 483 coin type

API legacyCoin property set properly, current error: setPath has implicitly 'any' type

Fixed implicit any error

properties added and legacyCoin called in setPath, setPath is considered unresolved, API still works without flag change from default, but returns nothing when flag is set

changed cosmos declaration type to 'unknown'

Ternary operator set in mnemonicToAddress function, legacyCoin type still works, new coin type throws an exception

legacyCoin flag works when assigned true, but c.setPath does not when called on a path that includes new coin type error: pubKey does not match signer address

Legacy coin flag is working, set to false by default, added getPath global function to allow address generation and signing with coin type
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.

None yet

1 participant