Skip to content

perf(internal/blocksync): avoid double-calling types.BlockFromProto#3

Merged
czarcas7ic merged 3 commits intoosmo/v0.37.4from
adam/avoid-double-call-block-proto
Feb 16, 2024
Merged

perf(internal/blocksync): avoid double-calling types.BlockFromProto#3
czarcas7ic merged 3 commits intoosmo/v0.37.4from
adam/avoid-double-call-block-proto

Conversation

@czarcas7ic
Copy link
Member

… (cometbft#2016)

for performance reasons.
Closes cometbft#1964


  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

…cometbft#2016)

for performance reasons.
Closes cometbft#1964

---

- [ ] ~~Tests written/updated~~
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
@czarcas7ic czarcas7ic added the S:backport/v23 backport to the osmo-v23/v0.37.4 branch label Feb 14, 2024
@czarcas7ic czarcas7ic merged commit 2629de9 into osmo/v0.37.4 Feb 16, 2024
@czarcas7ic czarcas7ic added S:backport/v23 backport to the osmo-v23/v0.37.4 branch and removed S:backport/v23 backport to the osmo-v23/v0.37.4 branch labels Feb 16, 2024
czarcas7ic added a commit that referenced this pull request Feb 16, 2024
…proto

perf(internal/blocksync): avoid double-calling `types.BlockFromProto`…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S:backport/v23 backport to the osmo-v23/v0.37.4 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perf: Blocksync is double calling types.Block.ValidateBasic at costs to sync speed

3 participants