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
Sometimes one transaction depends on another transaction(s): successive asset transfers, manipulation with smart-account etc. While transaction order is not strictly manageable, some depended transaction may loss its pre-requirements and will be silently dropped from blockchain during micro-fork reordering. Suppose silent drop of transactions is a great pain for any blockchain solutions.
The issue is mainly resolved by InvokeScript method, "return to UTX" feature (0.17.3) and transaction fee manipulation, however, survival of transaction is still not absolutely guaranteed.
I propose to invite optional field "transaction input id" for all transaction types to allow application developers strictly manage transaction order and ensure 100% dependent transaction survival.
Secondary advantage for "input id" field is opportunity to send multiple dependent transaction at one batch without waiting for its confirmations.
The text was updated successfully, but these errors were encountered:
Sometimes one transaction depends on another transaction(s): successive asset transfers, manipulation with smart-account etc. While transaction order is not strictly manageable, some depended transaction may loss its pre-requirements and will be silently dropped from blockchain during micro-fork reordering. Suppose silent drop of transactions is a great pain for any blockchain solutions.
The issue is mainly resolved by InvokeScript method, "return to UTX" feature (0.17.3) and transaction fee manipulation, however, survival of transaction is still not absolutely guaranteed.
I propose to invite optional field "transaction input id" for all transaction types to allow application developers strictly manage transaction order and ensure 100% dependent transaction survival.
Secondary advantage for "input id" field is opportunity to send multiple dependent transaction at one batch without waiting for its confirmations.
The text was updated successfully, but these errors were encountered: