Skip to content

Commit

Permalink
FIP-0048: fix - remove repeated words (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jun 18, 2024
1 parent dd50c3f commit d4489db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIPS/fip-0048.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This will allow users to:
## Abstract
<!--A short (~200 word) description of the technical issue being addressed.-->

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.
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.

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.

Expand Down

0 comments on commit d4489db

Please sign in to comment.