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

feat: use memstore instead of block wise transient store #117

Merged
merged 7 commits into from
Nov 19, 2024

use memstore instead of block wise transient store

5154fe7
Select commit
Loading
Failed to load commit list.
Merged

feat: use memstore instead of block wise transient store #117

use memstore instead of block wise transient store
5154fe7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 0s

81.67% of diff hit (target 40.56%)

View this Pull Request on Codecov

81.67% of diff hit (target 40.56%)

Annotations

Check warning on line 198 in x/evm/keeper/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/context.go#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 23 in x/evm/state/memdb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/memdb.go#L23

Added line #L23 was not covered by tests

Check warning on line 60 in x/evm/state/memdb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/memdb.go#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 79 in x/evm/state/memdb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/memdb.go#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 21 in x/evm/state/snapshot.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/snapshot.go#L21

Added line #L21 was not covered by tests

Check warning on line 104 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L104

Added line #L104 was not covered by tests

Check warning on line 111 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 115 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 593 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L593

Added line #L593 was not covered by tests

Check warning on line 601 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L601

Added line #L601 was not covered by tests