go-ibft icon indicating copy to clipboard operation
go-ibft copied to clipboard

A minimal and compact IBFT 2.0 implementation, written in Go

Results 11 go-ibft issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.4.0. Release notes Sourced from github.com/google/uuid's releases. v1.4.0 1.4.0 (2023-10-26) Features UUIDs slice type with Strings() convenience method (#133) (cd5fbbd) Fixes Clarify that Parse's job...

dependencies

Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.2.0 to 1.3.0. Release notes Sourced from go.uber.org/goleak's releases. v1.3.0 Fixed Built-in ignores now match function names more accurately. They will no longer ignore stacks because of...

dependencies

Bumps google.golang.org/protobuf from 1.28.1 to 1.31.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

# Description Add missing standard Polygon Security Policy as part of internal security audit. # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ]...

audit

Bumps [pgregory.net/rapid](https://github.com/flyingmutant/rapid) from 0.5.3 to 1.1.0. Release notes Sourced from pgregory.net/rapid's releases. v1.1.0 Full Changelog: https://github.com/flyingmutant/rapid/compare/v1.0.1...v1.1.0 v1.0.1 Full Changelog: https://github.com/flyingmutant/rapid/compare/v1.0.0...v1.0.1 v1.0.0 No release notes provided. Commits 83e77bf Ensure TB.Helper() and...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...

dependencies

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.0 to 1.5.3. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.3 Notable changes *( #1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal v1.5.2 Notable...

dependencies

@cryptodada is attempting to deploy a commit to the **Defillama Team** Team on [Vercel](https://vercel.com). A member of the Team first needs to [authorize it](https://vercel.com/git/authorize?team=Defillama%20Team&type=github&job=%7B%22headInfo%22%3A%7B%22sha%22%3A%22190403ca7fc4869ea9cd597dce0f0d2b83eb4532%22%7D%2C%22id%22%3A%22QmX8sQpsu7XQn7ftdA7aVrnUKLVZ9B42P5SB53VGH1Gr2M%22%2C%22org%22%3A%22DefiLlama%22%2C%22prId%22%3A474%2C%22repo%22%3A%22chainlist%22%7D). _Originally posted by @vercel in https://github.com/DefiLlama/chainlist/pull/474#issuecomment-1529345881_

# Description As far as consensus is extremely sensitive functionality, I believe we need a way to check our tests for usefulness and correctness. Code coverage, unfortunately, doesn't tell us...

feature

# Description This PR reduces the size of `RoundChange` consensus messages, by setting the latest prepared proposal and latest prepared certificates fields to nil (meaning that the proposal is going...