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

go.mod, go.sum: Update goleveldb #1770

Merged
merged 1 commit into from Nov 30, 2021

Conversation

kcalvinalvin
Copy link
Collaborator

Goleveldb recently had a PR in where memory allocation was reduced
drastically (github.com/syndtr/goleveldb/pull/367). Update goleveldb
to use that PR.

The other PR #1746 got closed by github when I force pushed so reopening a new one here.

Goleveldb recently had a PR in where memory allocation was reduced
drastically (github.com/syndtr/goleveldb/pull/367).  Update goleveldb
to use that PR.
@coveralls
Copy link

coveralls commented Nov 17, 2021

Pull Request Test Coverage Report for Build 1469945678

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 14 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.02%) to 52.88%

Files with Coverage Reduction New Missed Lines %
connmgr/connmanager.go 2 86.07%
integration/rpctest/blockgen.go 2 83.67%
btcec/signature.go 3 92.82%
peer/peer.go 3 75.81%
database/ffldb/blockio.go 4 92.62%
Totals Coverage Status
Change from base Build 1469863602: -0.02%
Covered Lines: 21145
Relevant Lines: 39987

💛 - Coveralls

Copy link
Member

@jcvernaleo jcvernaleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why github closed the older version of this, but still really happy to get it in.

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants