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

refactor: define own iterator interface spec #15

Merged
merged 1 commit into from
Apr 30, 2021
Merged

refactor: define own iterator interface spec #15

merged 1 commit into from
Apr 30, 2021

Conversation

whylee259
Copy link
Contributor

Currently, wasmvm requires the dependency of tm-db in order to use its interface Iterator.
It requires more function implementation than it needs and also causes version dependency problems for tm-db.

This PR defines its own iterator interface spec that it needs and makes it public.
So wasmvm will not require the tm-db dependency on the consumer side anymore.

`wasmvm` will not require the `tm-db` dependency on the consumer side anymore.
@whylee259 whylee259 requested a review from brew0722 April 29, 2021 09:20
@whylee259 whylee259 self-assigned this Apr 29, 2021
Copy link
Contributor

@brew0722 brew0722 left a comment

Choose a reason for hiding this comment

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

LGTM

go.mod Show resolved Hide resolved
@whylee259 whylee259 merged commit 14f8d67 into Finschia:develop Apr 30, 2021
@whylee259 whylee259 mentioned this pull request May 3, 2021
@loloicci loloicci mentioned this pull request Jun 7, 2022
8 tasks
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