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

Update Wallet::Data to be keyword initialized #21

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

alex-stone
Copy link
Contributor

What changed? Why?

This makes the Coinbase::Wallet::Data object keyword initialized.

Since users have to persist this data they will need to rehydrate this. Having the ordering matter makes it more likely for developers to= run into errors (as I did when integrating the SDK).

This also adds a regression test for this PR:
#20

Qualified Impact

This makes the Coinbase::Wallet::Data object keyword initialized.

Since users have to persist this data they will need to rehydrate this.

Having the ordering matter makes it more likely for developers to
run into errors (as I did when integrating the SDK).
This adds a regression test for this PR:
#20
@alex-stone alex-stone force-pushed the stone/update-wallet-data-init branch from 6a9dad1 to 095eb40 Compare April 30, 2024 20:49
@yuga-cb
Copy link
Contributor

yuga-cb commented Apr 30, 2024

Can you update e2e/production.rb too?

@alex-stone alex-stone requested a review from jazz-cb April 30, 2024 20:59
@alex-stone alex-stone merged commit 7d202e8 into v0.0.2 Apr 30, 2024
3 checks passed
@alex-stone alex-stone deleted the stone/update-wallet-data-init branch April 30, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants