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
A significant number of transactions are submitted which mint then distribute the resulting tokens. In the interest of streamlining the workload on the system it should be possible to add a recipient address to a mint request
Problem Definition
Streamlining and improving the efficiency of the blockchain is all about identifying areas where things can be done more efficiently. There are a number of transactions can be consolidated if the mint and withdraw steps were combined
Proposal
Add an optional recipient address to the mint message/end point. The caller must possess both the mint and withdraw permissions if using the target address, otherwise the existing behavior of mint and hold in the marker should be used.
NOTE: verify that a withdraw operation is not bypassing the transfer restrictions for moving funds between two accounts. A withdraw operation is equivalent to a bank send where the signer holding the withdraw permission effectively is granted the send permission from the marker's escrow account.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Figure brought up that sometimes, it'd be helpful to have the newly minted funds committed to a market in this process.
It might also be worthwhile to create an endpoint in the marker module that allows funds in a marker's escrow to be committed to a market. That way, if the funds are already minted (and in escrow), there's a way to have them committed before sending them somewhere. They'd have to be sent with a market commitment settlement, though.
Summary
A significant number of transactions are submitted which mint then distribute the resulting tokens. In the interest of streamlining the workload on the system it should be possible to add a recipient address to a mint request
Problem Definition
Streamlining and improving the efficiency of the blockchain is all about identifying areas where things can be done more efficiently. There are a number of transactions can be consolidated if the mint and withdraw steps were combined
Proposal
Add an optional recipient address to the mint message/end point. The caller must possess both the
mint
andwithdraw
permissions if using the target address, otherwise the existing behavior ofmint
and hold in the marker should be used.NOTE: verify that a withdraw operation is not bypassing the
transfer
restrictions for moving funds between two accounts. Awithdraw
operation is equivalent to abank send
where the signer holding thewithdraw
permission effectively is granted thesend
permission from the marker's escrow account.For Admin Use
The text was updated successfully, but these errors were encountered: