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

Full support for upgrade #47

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Full support for upgrade #47

merged 3 commits into from
Aug 8, 2024

Conversation

yarkinwho
Copy link
Contributor

Resolve #45

@yarkinwho yarkinwho requested a review from taokayan July 31, 2024 01:11

checksum256 addr_key = make_key(*address_bytes);
token_table_t token_table(_self, _self.value);
auto index = token_table.get_index<"by.address"_n>();
Copy link
Contributor

Choose a reason for hiding this comment

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

This is fine. but seems we would be better to use the "native contract + symbol" lookup. (similar to unregtoken & setegressfee)

@yarkinwho yarkinwho merged commit 7a440c5 into main Aug 8, 2024
4 checks passed
@yarkinwho yarkinwho deleted the yarkin/exsat_fixes branch August 8, 2024 05:15
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.

Allow upgrade implementation
2 participants