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

(ZcashPiratechain) Add error listeners #825

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

peachbits
Copy link
Contributor

@peachbits peachbits commented Aug 30, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

EdgeApp/react-native-piratechain#14
EdgeApp/react-native-zcash#56

Description

none

src/zcash/zcashTypes.ts Show resolved Hide resolved
src/zcash/ZcashEngine.ts Show resolved Hide resolved
src/piratechain/piratechainTypes.ts Show resolved Hide resolved
Comment on lines 92 to 94
export const asPiratechainBlockRange = asObject({
first: asNumber,
last: asNumber
})
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can keep this and pass the generic type argument to asObject<BlockRange> to ensure the cleaner matches the type.

@peachbits peachbits force-pushed the matthew/privacy-coin-error-listeners branch from 88db856 to 7ef3d1c Compare September 5, 2024 19:24
@peachbits peachbits merged commit 66d5d49 into master Sep 5, 2024
2 checks passed
@peachbits peachbits deleted the matthew/privacy-coin-error-listeners branch September 5, 2024 19:30
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