You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FIPS/fip-0048.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This will allow users to:
32
32
## Abstract
33
33
<!--A short (~200 word) description of the technical issue being addressed.-->
34
34
35
-
Currently, adding new address types and address derivation methods to the Filecoin network requires extensive changes and a network upgrade. This FIP introduces a new user-extensible address class such that new addressing systems can be added by _users_ without extensive changes and network upgrades network upgrades.
35
+
Currently, adding new address types and address derivation methods to the Filecoin network requires extensive changes and a network upgrade. This FIP introduces a new user-extensible address class such that new addressing systems can be added by _users_ without extensive changes and network upgrades.
36
36
37
37
It achieves this by adding a new address class (`f4`) where user-definable "address management" actors will be able to create new actors under an address-manager specific `f4` prefix (specifically, `f4{address-manager-actor-id}f`). This will allow Filecoin to support the native addressing schemes of foreign runtimes like the EVM and create new _predictable_ addressing scheme to support interactions (both actually and counterfactually) with addresses that do not yet exist on-chain.
0 commit comments