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

fix to set key value with account address

baabf3d
Select commit
Loading
Failed to load commit list.
Merged

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

fix to set key value with account address
baabf3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 0s

81.25% of diff hit (target 40.56%)

View this Pull Request on Codecov

81.25% 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/memstore.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/memstore.go#L23

Added line #L23 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L58 - L60 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/memstore.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 592 in x/evm/state/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L592

Added line #L592 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/state/statedb.go#L600

Added line #L600 was not covered by tests