-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: memiavl background snapshot writing don't limit concurrency level #1169
Conversation
* Problem: no log converted from native event * mv doc to script * Apply suggestions from code review * refactoring * revert * more decoders * cleanup * rename * cleanup * fix errors * fix * fix lint * fix statedb interface * skip msg type event * fix attr handle * fix lint * fix contract adr * add makeFilter * rm toMixedCase * Apply suggestions from code review * fix packetData * clean up * decode packetDataHex as data * add gen bindings * point to fill blk height * Apply suggestions from code review Signed-off-by: yihuang <[email protected]> --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: HuangYi <[email protected]>
* Problem: memiavl performance regression when cache miss Solution: - make the cache optional * cleanup
Solution: - fix it
Solution: - integration latest ethermint Co-authored-by: mmsqe <[email protected]>
* Problem: icaauth route is not registered correctly test icaauth * rm dup claim capability handle in https://github.com/cosmos/ibc-go/blob/v7.2.0/modules/apps/27-interchain-accounts/controller/ibc_middleware.go#L60 * fix submit tx https://github.com/cosmos/ibc-go/blob/v7.2.0/modules/apps/27-interchain-accounts/controller/keeper/relay.go#L28 * Apply suggestions from code review * cleanup test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe could limit with CPU-bound like nProcs := runtime.GOMAXPROCS(0)
Co-authored-by: mmsqe <[email protected]> Signed-off-by: jacksoom <[email protected]>
Co-authored-by: mmsqe <[email protected]> Signed-off-by: jacksoom <[email protected]>
Just prevent affecting other goroutine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, would you mind update gomod2nix.toml and sign the commits?
@jacksoom you need to sign all commits, you can squash the commits instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor suggestions to void adding default option to the test.
* Problem: no log converted from native event * mv doc to script * Apply suggestions from code review * refactoring * revert * more decoders * cleanup * rename * cleanup * fix errors * fix * fix lint * fix statedb interface * skip msg type event * fix attr handle * fix lint * fix contract adr * add makeFilter * rm toMixedCase * Apply suggestions from code review * fix packetData * clean up * decode packetDataHex as data * add gen bindings * point to fill blk height * Apply suggestions from code review Signed-off-by: yihuang <[email protected]> --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: HuangYi <[email protected]>
* Problem: memiavl performance regression when cache miss Solution: - make the cache optional * cleanup
Solution: - fix it
Solution: - integration latest ethermint Co-authored-by: mmsqe <[email protected]>
* Problem: icaauth route is not registered correctly test icaauth * rm dup claim capability handle in https://github.com/cosmos/ibc-go/blob/v7.2.0/modules/apps/27-interchain-accounts/controller/ibc_middleware.go#L60 * fix submit tx https://github.com/cosmos/ibc-go/blob/v7.2.0/modules/apps/27-interchain-accounts/controller/keeper/relay.go#L28 * Apply suggestions from code review * cleanup test
Co-authored-by: mmsqe <[email protected]> Signed-off-by: jacksoom <[email protected]>
Co-authored-by: mmsqe <[email protected]> Signed-off-by: jacksoom <[email protected]>
simple fix
Head branch was pushed to by a user without write access
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)