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

add sub account optional flag #414

Merged
merged 4 commits into from
Jun 8, 2022

Conversation

shrimalmadhur
Copy link
Contributor

Fixes #403 .

Motivation

In some rosetta implementation sub account field is optional. This means we can't predict if it will be there or not. The current matcher logic requires it to be either required or not required.

Solution

Added a flag called SubAccountOptional which if set to true will ignore the subaccount matching and if false, behaves exactly as before

Open questions

@cb-heimdall
Copy link

Review Error for ningcb @ 2022-06-08 20:38:36 UTC
User must have write permissions to review

@shrimalmadhur shrimalmadhur merged commit e2d4265 into master Jun 8, 2022
@shrimalmadhur shrimalmadhur deleted the madhur/fix-subaccount-optionallity branch June 8, 2022 20:43
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.

Support parse sub account as optional
4 participants