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

Implement domain-specific trace writers for SMT multistore #258

Closed
Tracked by #514
Manav-Aggarwal opened this issue Aug 11, 2022 · 1 comment
Closed
Tracked by #514

Implement domain-specific trace writers for SMT multistore #258

Manav-Aggarwal opened this issue Aug 11, 2022 · 1 comment
Labels
C: Cevmos Changes related to the cevmos branches C:Store

Comments

@Manav-Aggarwal
Copy link
Member

In #245 and #248, the trace writer in SMT multistore is modified to accomodate a substore-level traceWriter as well so we can keep track of logs on a substore level. This requires having multiple trace writers in a multistore.

We want to explore reducing these multiple trace writers to a single domain-specific writer that notes down the substore as part of the log operation. This would likely require modifying the traceKV store which is a common store used across all other stores for tracing.

We would like to keep compatibility of traceKV with the other stores while exploring this option.

@Manav-Aggarwal
Copy link
Member Author

We use IAVL tree now. Closed by: rollkit#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Cevmos Changes related to the cevmos branches C:Store
Projects
None yet
Development

No branches or pull requests

1 participant