RLP_AUTH module review
#293
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Include MAGIC and code prefix in RLP construction, replace from_address with sender_address, make sig_s non-malleability ≤, widen sig_r/s to 256-bit, and tighten perspective/transaction rules.
MAGICand<prefix>beforerlp(chain_id) · rlp(address) · rlp(nonce)inutilsstring assembly and countdown logic.RLP_UTILS_byte_string_prefixusage in Lua flow diagrams.from_addresswithsender_addressacross shorthands, comparisons, and Lua tables.sig_s ≤ secpk1n/2(Lt → Leq).sig_r/sig_sdomains from 8-bit to 256-bit in Lua specs.sender_address.extern_i → utils_{i+1} = ecrecover_attempt_i.authority_is_sender_tottransaction-constant and summarize its role.user_transaction_numberrules (direct tie toiomf), and adjustauthorityTupleIndexupdates; remove reliance onrlpAuthUtilsColumnIsNonce.Written by Cursor Bugbot for commit efec2f9. This will update automatically on new commits. Configure here.