Denis Angell
Denis Angell
I can make a few notes. The core of your issue is in the Account.h/Account.cpp/Env.cpp file. Likely there exists no master key, which means it cannot fund any other accounts...
> While Outer Transaction’s result is tecINVARIANT_FAILED, Inner Transactions are successfully submitted to network. > > https://explorer.xrplf.org/wss:batch.nerdnest.xyz/tx/1CE0C3D9BB615B60CBD4287A3AF8187C90F459E5F554BFC1087362343A4B7C4C This is the same issue as above. This will be fixed with a...
> Where can I find information about the behavior of Batch transactions with respect to `ter` codes? If one of the inner transaction ends up with a `ter` result, will...
> @dangell7 is this ready to merge? LGTM ``` - Specification: [XRPLF/XRPL-Standards 56](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0056d-batch/README.md) - Amendment: `Batch` - Implements execution of multiple transactions within a single batch transaction with four execution...
An Inner account delete should be blocked if the same account is submitting the batch.
I'm currently signing the entire txn for `BatchSigners` as I do not understand the TxnIDs completely and have not implemented that. It will also require more custom logic in both...
RE `BatchIndex` Before it was thought that the batch index was the index of the transaction for a specific account. Now or with the addition of tickets, it is more...
I like this. I had all sorts of fun when doing `sfQuantity` on the options proposal. I think I just ended up using an i32. Some things I would be...
The suggest button is on all transaction types right? Or did I misunderstand this?