Skip to content

Commit

Permalink
Merge branch 'main' into hm/forest-tool-api-generate-test-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Dec 13, 2024
2 parents 35c273a + f58b181 commit 75c7a6e
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 161 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@

### Fixed

## Forest v.0.23.2 "Feint"

Mandatory release for calibnet node operators. It removes the NV25 _Teep_ network upgrade from the schedule. Read more [here](https://github.com/filecoin-project/community/discussions/74#discussioncomment-11549619).

### Changed

- [#5079](https://github.com/ChainSafe/forest/pull/5079) Removed the NV25 _Teep_ network upgrade for calibnet from the schedule. It is postponed to a later date.

## Forest v0.23.1 "Lappe"

### Fixed
Expand Down
93 changes: 31 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.23.1"
version = "0.23.2"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down
92 changes: 0 additions & 92 deletions build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,98 +966,6 @@
"actor_list_cid": "bafy2bzacecdrk2d3hpoey65nconxq4hklxho6rsl7s4y6bdljzxgqcve7moo2"
}
},
{
"network": {
"type": "calibnet"
},
"version": "v16.0.0-rc1",
"bundle_cid": "bafy2bzacecnhy2ffkabgzkvbjh26ne7ssi6w4ze5wivs5xvblzjeoolwt7cik",
"manifest": {
"actors": [
[
"system",
1,
"bafk2bzacebzreyva3m7svmdk7rvrg2e2kgomhhjhlgohdqhghyefanst4q2xi"
],
[
"init",
2,
"bafk2bzaceapbix6qtxgy7uqeufs2sgpkbrvh24f2d25k35ijaibte5vv7v22w"
],
[
"cron",
3,
"bafk2bzacebyatbqsjismirnvq3xrnukkt6nxbrvpbn6nqlcjjrqvoi5kta4po"
],
[
"account",
4,
"bafk2bzacebhtin3dmygqrknd4lklq54acuty6xzkmk6ns3xbu64bgbudhjg7q"
],
[
"storagepower",
5,
"bafk2bzaceakvmhul2njhpbqlegop4nid64h37opx47jjxqwdoqsxo7zbo4qjs"
],
[
"storageminer",
6,
"bafk2bzacec52wt3anzm2rzfk6kzgdxgaooa2p26fbslgmexxmgnyefiou774g"
],
[
"storagemarket",
7,
"bafk2bzaceclswjt5oxdwtrchrmlz3p4jo5i7wpv3j5rmosdvizafdwctuvox2"
],
[
"paymentchannel",
8,
"bafk2bzacecofzu4t4jgda6uzg4hnla432egslx4o5lw6deytee66ddpkyh3w2"
],
[
"multisig",
9,
"bafk2bzacebt4uhg46auji5hqtabmtcxb2pryex4dgcf66w7asdnzm24kc3xak"
],
[
"reward",
10,
"bafk2bzacebvl5mzxtqrzavh7nigwiuuarsrht5c6q566ilw4azzbl7sthqj7o"
],
[
"verifiedregistry",
11,
"bafk2bzaceavjhcx4kn7h4pjkydih7al2rrzpw3vatp4qnrmydmp56epsem76i"
],
[
"datacap",
12,
"bafk2bzacecrkvyfc7u4ugyduc452jym5jh3tsdouyni4lrk7hjbo27fbdwuuc"
],
[
"placeholder",
13,
"bafk2bzacedfvut2myeleyq67fljcrw4kkmn5pb5dpyozovj7jpoez5irnc3ro"
],
[
"evm",
14,
"bafk2bzacedznjpmamqff5h3soivlqtcsjftgpuek3sbkhnxma2fkkvvsm2onw"
],
[
"eam",
15,
"bafk2bzacecqrk6orfccd6aqcm3y5edtffy6psrb7pfz55bhf767bicokmogz2"
],
[
"ethaccount",
16,
"bafk2bzaceauk66kcd33z3fxg5od2mcugtfimpfkzbcl5yuypboapcbclzqodu"
]
],
"actor_list_cid": "bafy2bzacecjjtxk67oq7zjbuoqbbn2byh35famdfq2ddtgrawxvqtl4qxzyc6"
}
},
{
"network": {
"type": "butterflynet"
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ ignore = [
# the pipeline - see
# https://github.com/libp2p/rust-libp2p/pull/5674
"RUSTSEC-2024-0384",
# `idna` 0.5.0 and earlier accepts Punycode labels that do not produce any non-ASCII output
"RUSTSEC-2024-0421",
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
Expand Down
Loading

0 comments on commit 75c7a6e

Please sign in to comment.