Skip to content

Commit 6234ea8

Browse files
SirSpudlingtonwolovim
authored andcommitted
Proof read
1 parent c3eaef7 commit 6234ea8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/data/eips.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,25 +3158,25 @@
31583158
"champion": { "name": "SirSpudlington", "discord": "txtiger" }
31593159
}
31603160
],
3161-
"laymanDescription": "Creates a standardized way for new transaction-level signature algorithms to be added. Which allows easier migration and higher interoperability with current systems.",
3161+
"laymanDescription": "Creates a standardized way for new transaction-level signature algorithms to be added, which allows easier migration and higher interoperability with current systems.",
31623162
"northStars": ["Improve UX"],
31633163
"northStarAlignment": {
31643164
"improveUX": {
3165-
"description": "Improves user experience by enabling easier adoption of alternative signatures without placing too high a burden on app developers. EIP-7932 also improves security by providing a pathway for quantum safe account migration."
3165+
"description": "Improves user experience by enabling easier adoption of alternative signatures without placing too high a burden on app developers. EIP-7932 also improves security by providing a pathway for quantum-safe account migration."
31663166
}
31673167
},
31683168
"stakeholderImpacts": {
31693169
"endUsers": {
3170-
"description": "Improves security by allowing users to choose other signing algorithms. Potentially the option for native TPM / passkey support."
3170+
"description": "Improves security by allowing users to choose other signing algorithms, potentially enabling native TPM / passkey support."
31713171
},
31723172
"appDevs": {
31733173
"description": "Allows abstracting implementation of multiple signature schemes to a single standardized interface. No work is required to support EIP-7932 transactions natively."
31743174
},
31753175
"walletDevs": {
3176-
"description": "Large changes to transaction / key handling required for wallets to support optional wrapping and signing functionality."
3176+
"description": "Large changes to transaction / key handling are required for wallets to support optional wrapping and signing functionality."
31773177
},
31783178
"toolingInfra": {
3179-
"description": "Requires large initial modifications for EIP implementation but lower future overhead on introduction of new algorithms."
3179+
"description": "Requires large initial modifications for EIP implementation but reduces future overhead when introducing new algorithms."
31803180
},
31813181
"layer2s": {
31823182
"description": "No direct impact on layer 2s unless this EIP is adopted by that L2."
@@ -3979,19 +3979,19 @@
39793979
"description": "Expands wallet capabilities to support new signature types."
39803980
},
39813981
"toolingInfra": {
3982-
"description": "Requires simple update to support P256 signature verification."
3982+
"description": "Requires a simple update to support P256 signature verification."
39833983
},
39843984
"layer2s": {
39853985
"description": "Sequencers may utilize P256 for settling L1 proofs."
39863986
},
39873987
"stakersNodes": {
3988-
"description": "Would have little effect to Node Operators."
3988+
"description": "Would have little effect on Node Operators."
39893989
},
39903990
"clClients": {
39913991
"description": "No direct CL effects as this EIP only affects the execution layer."
39923992
},
39933993
"elClients": {
3994-
"description": "Would require minimal update to point the new EIP-7932 entry to the existing P256 precompile."
3994+
"description": "Would require a minimal update to point the new EIP-7932 entry to the existing P256 precompile."
39953995
}
39963996
},
39973997
"benefits": [

0 commit comments

Comments
 (0)