-
Notifications
You must be signed in to change notification settings - Fork 52
perf: optimise staking endblocker #743
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
perf: optimise staking endblocker #743
Conversation
…hain#577) (crypto-org-chain#578) * Problem: eth_getLogs miss logs with batch transactions. (crypto-org-chain#577) * Problem: eth_getLogs miss logs with batch transactions. * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> --------- Signed-off-by: yihuang <[email protected]> * fix ci --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: mmsqe <[email protected]>
…n#574 crypto-org-chain#576) (crypto-org-chain#579) * Problem: dependency contains personal fork (crypto-org-chain#571) * Problem: incorrect spendable balance when debug trace tx (crypto-org-chain#574) * Problem: incorrect spendable balance when debug trace tx * fix * Update tests/integration_tests/test_tracers.py Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: yihuang <[email protected]> * Problem: path parameter in debug_goTrace is not safe when serve public rpc (crypto-org-chain#576) * Problem: no specific dir for the log from debug_goTrace * lint * allow any * revert * cleanup * fix format * fix config * Apply suggestions from code review --------- Co-authored-by: HuangYi <[email protected]> --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: yihuang <[email protected]>
* add support for eth_getblockreceipts * update changelog * Update rpc/backend/blocks.go Co-authored-by: Xinyu <[email protected]> Signed-off-by: Thomas Nguy <[email protected]> * fix lint * optimization * remove empty space * add test case * fix length and add test * return err details * fix tests * fix lint * fix tests --------- Signed-off-by: Thomas Nguy <[email protected]> Co-authored-by: Xinyu <[email protected]>
* add max gas cap in eth_call * move logic
9ae38ca
to
e350514
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v0.22.x #743 +/- ##
================================================
Coverage 46.21% 46.21%
================================================
Files 187 187
Lines 18938 18940 +2
================================================
+ Hits 8752 8754 +2
Misses 9399 9399
Partials 787 787
🚀 New features to boost your workflow:
|
I think you can add your fix to the branch |
oh alright will backport these changes to those branches too |
maybe change the PR target to |
25a3554
to
01fc9a4
Compare
…imise-endblocker-staking
This comment has been minimized.
This comment has been minimized.
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
363c608
to
36818c8
Compare
c8a2716
into
crypto-org-chain:release/v0.22.x
Description
Details in crypto-org-chain/cosmos-sdk#1725
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)