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

Release 0.0.7 #520

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Release 0.0.7 #520

merged 1 commit into from
Jul 25, 2024

Conversation

Stebalien
Copy link
Member

No description provided.

Copy link

Suggested version: 0.0.7

Comparing to: v0.0.6 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 56c5aa0..4fd939c 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
 	github.com/drand/kyber-bls12381 v0.3.1
 	github.com/filecoin-project/go-bitfield v0.2.4
 	github.com/filecoin-project/go-clock v0.1.0
+	github.com/filecoin-project/go-state-types v0.14.0
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-datastore v0.6.0
 	github.com/ipfs/go-ds-leveldb v0.5.0

gorelease says:

# github.com/filecoin-project/go-f3/certs
## incompatible changes
PowerTableDelta.PowerDelta: changed from *math/big.Int to github.com/filecoin-project/go-state-types/big.Int

# github.com/filecoin-project/go-f3/gpbft
## incompatible changes
NewStoragePower: changed from func(int64) *math/big.Int to func(int64) github.com/filecoin-project/go-state-types/big.Int
PowerEntry.Power: changed from *math/big.Int to github.com/filecoin-project/go-state-types/big.Int
PowerTable.Total: changed from *math/big.Int to github.com/filecoin-project/go-state-types/big.Int

# github.com/filecoin-project/go-f3/sim
## incompatible changes
StoragePowerGenerator: changed from func(uint64, github.com/filecoin-project/go-f3/gpbft.ActorID) *math/big.Int to func(uint64, github.com/filecoin-project/go-f3/gpbft.ActorID) github.com/filecoin-project/go-state-types/big.Int
UniformStoragePower: changed from func(*math/big.Int) StoragePowerGenerator to func(github.com/filecoin-project/go-state-types/big.Int) StoragePowerGenerator

# github.com/filecoin-project/go-f3/sim/adversary
## incompatible changes
Adversary.Power: changed from *math/big.Int to github.com/filecoin-project/go-state-types/big.Int
NewAbsentGenerator: changed from func(*math/big.Int) Generator to func(github.com/filecoin-project/go-state-types/big.Int) Generator
NewDenyGenerator: changed from func(*math/big.Int, time.Duration, ...github.com/filecoin-project/go-f3/gpbft.ActorID) Generator to func(github.com/filecoin-project/go-state-types/big.Int, time.Duration, ...github.com/filecoin-project/go-f3/gpbft.ActorID) Generator
NewDropGenerator: changed from func(*math/big.Int, int64, float64, time.Duration, ...github.com/filecoin-project/go-f3/gpbft.ActorID) Generator to func(github.com/filecoin-project/go-state-types/big.Int, int64, float64, time.Duration, ...github.com/filecoin-project/go-f3/gpbft.ActorID) Generator
NewImmediateDecideGenerator: changed from func(github.com/filecoin-project/go-f3/gpbft.ECChain, *math/big.Int, ...ImmediateDecideOption) Generator to func(github.com/filecoin-project/go-f3/gpbft.ECChain, github.com/filecoin-project/go-state-types/big.Int, ...ImmediateDecideOption) Generator
NewRepeatGenerator: changed from func(*math/big.Int, RepetitionSampler) Generator to func(github.com/filecoin-project/go-state-types/big.Int, RepetitionSampler) Generator
NewSpamGenerator: changed from func(*math/big.Int, uint64) Generator to func(github.com/filecoin-project/go-state-types/big.Int, uint64) Generator
NewWitholdCommitGenerator: changed from func(*math/big.Int, []github.com/filecoin-project/go-f3/gpbft.ActorID, github.com/filecoin-project/go-f3/gpbft.ECChain) Generator to func(github.com/filecoin-project/go-state-types/big.Int, []github.com/filecoin-project/go-f3/gpbft.ActorID, github.com/filecoin-project/go-f3/gpbft.ECChain) Generator

# diagnostics
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.1.0

gocompat says:

HEAD is now at 41e850b Fix exponentialBackoffer overflowing into negative, bump protocol version (#516)
Previous HEAD position was 41e850b Fix exponentialBackoffer overflowing into negative, bump protocol version (#516)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.65%. Comparing base (b0814db) to head (0a3a3a8).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #520      +/-   ##
==========================================
- Coverage   79.84%   79.65%   -0.20%     
==========================================
  Files          43       43              
  Lines        4074     4074              
==========================================
- Hits         3253     3245       -8     
- Misses        492      496       +4     
- Partials      329      333       +4     

see 5 files with indirect coverage changes

@Stebalien Stebalien added this pull request to the merge queue Jul 25, 2024
Merged via the queue into main with commit d0091d7 Jul 25, 2024
14 of 15 checks passed
@Stebalien Stebalien deleted the steb/release branch July 25, 2024 04:14
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.

2 participants