Skip to content

Multichain Precision Adjustment Support#460

Open
phoorichet wants to merge 7 commits intomasterfrom
multichain-token-adjusting-decimals
Open

Multichain Precision Adjustment Support#460
phoorichet wants to merge 7 commits intomasterfrom
multichain-token-adjusting-decimals

Conversation

@phoorichet
Copy link
Copy Markdown
Contributor

This PR adds decimals fields to address mapper and transfer gateway contract types.

Address from = 1; // Address that was provided in the request
Address to = 2;
uint32 from_decimals = 3;
uint32 to_decimals = 4;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't understand why these fields were added here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Planed to use it for command line. But I think can just remove it for now.

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