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
The approach is almost identical to FIL sending, with the caveat that we need to serialize a AddVerifiedClientParams struct with two fields. Then it is sent via mpool. See this code.
Serializing logic could be likely copied from Forest (it might be possible to even avoid this).
While some of the logic will be shared (calling mpool on remote RPC provider), a new page for calibnet datacap will need to be created. This can be inspired by the existing faucet sending.
Summary
The approach is almost identical to FIL sending, with the caveat that we need to serialize a AddVerifiedClientParams struct with two fields. Then it is sent via mpool. See this code.
Serializing logic could be likely copied from Forest (it might be possible to even avoid this).
While some of the logic will be shared (calling mpool on remote RPC provider), a new page for calibnet datacap will need to be created. This can be inspired by the existing faucet sending.
Completion Criteria
Additional Links & Resources
The text was updated successfully, but these errors were encountered: