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

chore: use LookupSet instead of Vec and LookupMap #50

Merged
merged 2 commits into from
May 15, 2023

Conversation

aleksuss
Copy link
Collaborator

Description

The PR replaces the Vec usage for LookupSet from near_sdk. The PR also fixes #39 and #47

Performance / NEAR gas cost considerations

Testing

How should this be reviewed

Additional information

@aleksuss aleksuss requested a review from mrLSD as a code owner May 15, 2023 08:42
# Conflicts:
#	eth-connector-tests/src/connector.rs
@aleksuss aleksuss merged commit 7108e65 into master May 15, 2023
@aleksuss aleksuss deleted the chore/aleksuss/lookupset branch May 15, 2023 13:46
@sept-en sept-en requested a review from olga24912 May 15, 2023 16:52
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.

Using LookupMap instead LookupSet for used_proofs
2 participants