Skip to content

Update indexing-transactions.md#4045

Merged
tac0turtle merged 2 commits intomasterfrom
bez/update-indexing-doc
Oct 8, 2019
Merged

Update indexing-transactions.md#4045
tac0turtle merged 2 commits intomasterfrom
bez/update-indexing-doc

Conversation

@alexanderbez
Copy link
Contributor

Update indexing-transactions.md to reflect new Events semantics. Note, we should probably update the config.toml to replace tags with events verbiage.


  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@alexanderbez alexanderbez added C:docs Component: Documentation R4R labels Oct 8, 2019
@codecov-io
Copy link

Codecov Report

Merging #4045 into master will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4045      +/-   ##
==========================================
+ Coverage   67.14%   67.15%   +0.01%     
==========================================
  Files         245      245              
  Lines       20576    20575       -1     
==========================================
+ Hits        13816    13818       +2     
+ Misses       5724     5722       -2     
+ Partials     1036     1035       -1
Impacted Files Coverage Δ
blockchain/v0/pool.go 80.65% <0%> (-0.99%) ⬇️
consensus/replay.go 70.96% <0%> (-0.81%) ⬇️
consensus/reactor.go 78.31% <0%> (-0.36%) ⬇️
node/id.go 0% <0%> (ø) ⬆️
p2p/pex/pex_reactor.go 82.6% <0%> (ø) ⬆️
privval/signer_endpoint.go 84% <0%> (+2.66%) ⬆️
privval/signer_server.go 100% <0%> (+4.34%) ⬆️
blockchain/v2/reactor.go 61.4% <0%> (+10.52%) ⬆️

@tac0turtle tac0turtle merged commit 9ad9c5a into master Oct 8, 2019
@tac0turtle tac0turtle deleted the bez/update-indexing-doc branch October 8, 2019 14:09
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
)

### Context
The project has a transitive dependency on an old version of
[golang.org/x/image](https://pkg.go.dev/golang.org/x/image), which is
vulnerable to
[CVE-2024-24792](https://nvd.nist.gov/vuln/detail/CVE-2024-24792),
[CVE-2023-29407](https://nvd.nist.gov/vuln/detail/CVE-2023-29407),
[CVE-2023-29408](https://nvd.nist.gov/vuln/detail/CVE-2023-29408), and
[CVE-2022-41727](https://nvd.nist.gov/vuln/detail/CVE-2022-41727).

### This Change
This PR updates the version of a direct CometBFT dependency
(`gonum.org/v1/gonum`) that depends on `golang.org/x/image`, thus
causing the transitive dependency.
This forces an update of `golang.org/x/image` to a newer version
unaffected by vulnerabilities.

---

#### PR checklist

~- [ ] Tests written/updated~
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
~- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:docs Component: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants