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

core2.0 - Require EdgeTokenId instead of currencyCode throughout API #577

Merged
merged 14 commits into from
Jan 4, 2024

Conversation

paullinator
Copy link
Member

@paullinator paullinator commented Dec 6, 2023

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

#574

Description

none

@@ -12,6 +12,12 @@ export * from './fake-types'
export * from './server-cleaners'
export * from './server-types'

// ---------------------------------------------------------------------
Copy link
Member Author

Choose a reason for hiding this comment

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

balanceMap
saveTxMetadata takes params object

@paullinator paullinator marked this pull request as ready for review December 12, 2023 15:36
@paullinator paullinator force-pushed the paul/nullTokenId branch 7 times, most recently from c3c83c8 to 14609e9 Compare December 19, 2023 05:17
@swansontec swansontec force-pushed the paul/nullTokenId branch 2 times, most recently from 635384f to f267746 Compare January 4, 2024 01:57
@@ -107,7 +107,7 @@ shareData({ fixUsername })
*/
export function streamTransactions(
this: InternalWalletMethods,
opts: EdgeStreamTransactionOptions = {}
opts: EdgeStreamTransactionOptions = { tokenId: null }
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably make the EdgeTokenIdOptions parameters mandatory. If the tokenId isn't allowed to be undefined, then the whole thing can't be undefined either.

@paullinator paullinator changed the title Paul/null token core2.0 - Require EdgeTokenId instead of currencyCode throughout API Jan 4, 2024
@paullinator paullinator enabled auto-merge January 4, 2024 20:25
@paullinator paullinator merged commit 6dba085 into master Jan 4, 2024
3 checks passed
@paullinator paullinator deleted the paul/nullTokenId branch January 4, 2024 20:29
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