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
Allow eth_sendRawPrivateTransaction interceptor to use alias in privacyGroupId argument
Allow eea_sendTransaction interceptor to use alias in privateFor
Allow eea_sendTransaction interceptor to use alias in privacyGroupId (in this case if the alias value is a string it should be treated as the privacy group id, if alias value is a string array then it should be treated as an array to pass in privateFor
Allow eea_sendTransaction interceptor to use alias in privateFrom
E2E tests for all JSON-RPC methods
The text was updated successfully, but these errors were encountered:
Based on the discussion with @darioAnongba and @ggarri , I will make the alias value an interface that could handle string or array instead of just an array that could have 1 or many values.
All the work on EEA has been merged with #421
There is one test missing in the E2E, it is the test of the PrivacyGroupID alias pointing to a PrivacyGroupID (as a string), as opposed as a PrivacyGroupID alias pointing to an array alias. It would be good to add it to ensure completeness.
Summary
Allow to next arguments pass JSON-RPC to replace
privateFor
c.f. https://docs.google.com/document/d/1cgfbBb7EJ-CAvkR21k0h4GdEC_vS1XdMrEg-PIPvaak/edit#heading=h.hebsvnkcovnmprivacyGroupId
c.f. https://docs.google.com/document/d/1cgfbBb7EJ-CAvkR21k0h4GdEC_vS1XdMrEg-PIPvaak/edit#heading=h.njkpsii4nbvoAcceptance Criteria
{{...}}
)eth_sendTransaction
interceptor to use alias inprivateFor
eth_sendTransaction
interceptor to use alias inprivacyGroupId
argument #377eth_sendTransaction
interceptor to use alias inprivateFrom
#393eth_sendRawPrivateTransaction
interceptor to use alias inprivateFor
#388eth_sendRawPrivateTransaction
interceptor to use alias inprivacyGroupId
argumenteea_sendTransaction
interceptor to use alias inprivateFor
eea_sendTransaction
interceptor to use alias inprivacyGroupId
(in this case if the alias value is a string it should be treated as the privacy group id, if alias value is a string array then it should be treated as an array to pass inprivateFor
eea_sendTransaction
interceptor to use alias inprivateFrom
The text was updated successfully, but these errors were encountered: