Skip to content

Commit ffd0a48

Browse files
Update FIP statuses (#997)
This PR updates FIPs statuses for finalized FIPs from nv22 upgrade and to reflect the Last Call status of FIP0090.
1 parent 9014f93 commit ffd0a48

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

FIPS/fip-0063.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fip: "0063"
33
title: "Switching to new Drand mainnet network"
44
author: "@yiannisbot, @CluEleSsUK, @AnomalRoil, @nikkolasg, @willscott"
55
discussions-to: https://github.com/filecoin-project/FIPs/discussions/567
6-
status: Accepted
6+
status: Final
77
type: Core, Networking
88
category: Core
99
created: 2023-02-24

FIPS/fip-0074.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fip: "0074"
33
title: Remove cron-based automatic deal settlement
44
author: "Alex North (@anorth), Alex Su (@alexytsu)"
55
discussions-to: https://github.com/filecoin-project/FIPs/discussions/800
6-
status: Accepted
6+
status: Final
77
type: Technical
88
category: Core
99
created: 2023-08-24

FIPS/fip-0076.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fip: "0076"
33
title: Direct data onboarding
44
author: "Alex North (@anorth), @zenground0"
55
discussions-to: https://github.com/filecoin-project/FIPs/discussions/730
6-
status: Accepted
6+
status: Final
77
type: Technical
88
category: Core
99
created: 2023-08-24

FIPS/fip-0083.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fip: "0083"
33
title: Add built-in actor events
44
author: "Aarsh Shah (@aarshkshah1992)"
55
discussions-to: https://github.com/filecoin-project/FIPs/discussions/754
6-
status: Accepted
6+
status: Final
77
type: Technical (Core)
88
category: Core
99
created: 2023-11-27

FIPS/fip-0090.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fip: "0090"
33
title: Non-Interactive PoRep
44
author: luca (@lucaniz), kuba (@Kubuxu), nicola (@nicola), nemo (@cryptonemo), volker (@vmx), irene (@irenegia)
55
discussions-to: https://github.com/filecoin-project/FIPs/discussions/854
6-
status: Draft
6+
status: Last Call
77
type: Technical
88
category: Core
99
created: 2023-12-18

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This improvement protocol helps achieve that objective for all members of the Fi
101101
|[0060](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0060.md) | Set market deal maintenance interval to 30 days | FIP |Jakub Sztandera (@Kubuxu), @Zenground0, Alex North (@anorth)| Final |
102102
|[0061](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0061.md) | WindowPoSt Grindability Fix | FIP |@cryptonemo @Kubuxu @DrPeterVanNostrand @Nicola @porcuquine @vmx @arajasek| Final |
103103
|[0062](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0062.md) | Fallback Method Handler for the Multisig Actor | FIP |JDimitris Vyzovitis (@vyzo), Raúl Kripalani (@raulk)| Final |
104-
|[0063](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0063.md) | Switching to new Drand mainnet network | FIP | @yiannisbot, @CluEleSsUK, @AnomalRoil, @nikkolasg, @willscott | Accepted |
104+
|[0063](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0063.md) | Switching to new Drand mainnet network | FIP | @yiannisbot, @CluEleSsUK, @AnomalRoil, @nikkolasg, @willscott | Final |
105105
|[0065](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0065.md) | Ignore built-in market locked balance in circulating supply calculation | FIP | @anorth | Accepted |
106106
|[0066](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0066.md) | Piece Retrieval Gateway | FRC | @willscott, @dirkmc | Draft |
107107
|[0067](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0067.md) | PoRep Security Policy & Replacement Sealing Enforcement | FIP | @Kubuxu, @anorth, @irenegia, @lucaniz | Accepted |
@@ -111,20 +111,20 @@ This improvement protocol helps achieve that objective for all members of the Fi
111111
|[0071](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0071.md) | Deterministic State Access (IPLD Reachability) | FIP |@stebalien| Final |
112112
|[0072](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0072.md) | Improved event syscall API | FIP | @fridrik01, @Stebalien | Final |
113113
|[0073](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0073.md) | Remove beneficiary from the self_destruct syscall | FIP | @Stebalien | Final |
114-
|[0074](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0074.md) | Remove cron-based automatic deal settlement | FIP | @anorth, @alexytsu| Accepted |
114+
|[0074](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0074.md) | Remove cron-based automatic deal settlement | FIP | @anorth, @alexytsu| Final |
115115
|[0075](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0075.md) | Improvements to the FVM randomness syscalls | FIP | @arajasek, @Stebalien | Final |
116-
|[0076](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0076.md) | Direct data onboarding | FIP | @anorth, @zenground0 | Accepted |
116+
|[0076](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0076.md) | Direct data onboarding | FIP | @anorth, @zenground0 | Final |
117117
|[0077](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0077.md) | Add Cost Opportunity For New Miner Creation | FIP |Zac (@remakeZK), Mike Li (@hunjixin)| Draft |
118118
|[0078](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0078.md) | Remove Restrictions on the Minting of Datacap | FIP |Fatman13 (@Fatman13), flyworker (@flyworker), stuberman (@stuberman), Eliovp (@Eliovp), dcasem (@dcasem), and The-Wayvy (@The-Wayvy)| Draft |
119119
|[0079](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0079.md) | Add BLS Aggregate Signatures to FVM | FIP | Jake (@drpetervannostrand) | Accepted |
120120
|[0080](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0080.md) | Phasing Out Fil+ and Restoring Deal Quality Multiplier to 1x | FIP | @Fatman13, @ArthurWang1255, @stuberman, @Eliovp, @dcasem, @The-Wayvy | Draft |
121121
|[0081](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0081.md) | Introduce lower bound for sector initial pledge | FIP | @anorth, @vkalghatgi | Draft |
122122
|[0082](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0082.md) | Add support for aggregated replica update proofs | FIP | nemo (@cryptonemo), Jake (@drpetervannostrand), @anorth | Accepted |
123-
|[0083](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0083.md) | Add built-in Actor events in the Verified Registry, Miner and Market Actors | FIP | Aarsh (@aarshkshah1992)| Accepted |
123+
|[0083](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0083.md) | Add built-in Actor events in the Verified Registry, Miner and Market Actors | FIP | Aarsh (@aarshkshah1992)| Final |
124124
|[0084](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0084.md) | Remove Storage Miner Actor Method `ProveCommitSectors` | FIP | Jennifer Wang (@jennijuju)| Accepted |
125125
|[0085](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0085.md) | Convert f090 Mining Reserve actor to a keyless account actor | FIP | Jennifer Wang (@jennijuju), Jon Victor (@jnthnvctr)| Accepted |
126126
|[0086](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0086.md) | Fast Finality in Filecoin (F3) | FIP | @stebalien, @mb1896, @hmoniz, @anorth, @matejpavlovic, @arajasek, @ranchalp, @jsoares, @Kubuxu, @vukolic | Draft |
127127
|[0087](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0087.md) | FVM-Enabled Deal Aggregation | FRC | @aashidham, @honghao, @raulk, @nonsense | Draft |
128128
|[0089](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0089.md) | A Finality Calculator for Filecoin | FRC | @guy-goren, @jsoares | Draft |
129-
|[0090](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0090.md) | Non-Interactive PoRep | FIP |luca (@lucaniz), kuba (@Kubuxu), nicola (@nicola), nemo (@cryptonemo), volker (@vmx), irene (@irenegia) | Draft |
129+
|[0090](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0090.md) | Non-Interactive PoRep | FIP |luca (@lucaniz), kuba (@Kubuxu), nicola (@nicola), nemo (@cryptonemo), volker (@vmx), irene (@irenegia) | Last Call |
130130

0 commit comments

Comments
 (0)