-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust nomenclature used in IInputBox
#203
Comments
guidanoli
changed the title
Adjust nomenclature used in
Adjust nomenclature used in Jan 17, 2024
IInputBox
for blockchain-agnostic inputIInputBox
Let's link the PR to this issue, then. |
No problem. What is the overlap, though? |
The "blockchain agnostic input" issue involves correctly naming |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📚 Context
On #201, we've made some changes to address #2. Most importantly...
input
parameter aspayload
MAX_INPUT_SIZE
constant asMAX_INPUT_PAYLOAD_SIZE
PayloadTooLarge
custom errorWith #84, however, the Server Manager will not write just the payload to the
rx
buffer, but the whole input (payload and metadata) encoded as a Solidity function call.✔️ Solution
We need to make the following adjustments to the
IInputBox
interface...MAX_INPUT_PAYLOAD_SIZE
constant asMAX_INPUT_SIZE
PayloadTooLarge
custom error asInputTooLarge
(and its arguments as well)The text was updated successfully, but these errors were encountered: