Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

build(deps): Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 #614

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0.

Release notes

Sourced from github.com/Workiva/go-datastructures's releases.

v1.1.0

Info

Build: https://ci.webfilings.com/build/4575457 Skynet Results: https://wf-skynet-hrd.appspot.com/apps/test/smithy/4575457/latest Pipeline: No Pipeline This minor release includes the following changes:

Miscellaneous

  • [x] #221 Add GetSetBits and Count to BitArray

Notes created on Thursday, May 18 02:26 PM UTC

Commits
  • 68e77ee Merge pull request #221 from Workiva/add-bitarray-getsetbits
  • 8f1c722 Clarify purpose of bit-clearing expression
  • 33a45f0 Return an empty slice from GetSetBits for nil/empty buffers
  • 9c88543 Make BitArray.Count return an int
  • e309fb3 Fix spacing for binary expression example
  • 64dafb7 Implement Count for bitArray and sparseBitArray
  • d95ee5d Define BitArray.Count and add test coverage
  • 9eab2df Implement GetSetBits for bitArray and sparseBitArray
  • 42ddd6d Add test coverage for GetSetBits
  • 4a54802 Define BitArray.GetSetBits
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #614 (d16d871) into main (fb5b73b) will increase coverage by 0.09%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #614 +/- ## ========================================== + Coverage 66.23% 66.32% +0.09% ========================================== Files 277 277 Lines 36969 36969 ========================================== + Hits 24485 24520 +35 + Misses 10722 10692 -30 + Partials 1762 1757 -5 ``` [see 14 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/614/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)