greenhat
02/05/2023, 6:01 AMWallet.sign_message_using_p2pk
which should do the job.greenhat
02/08/2023, 12:19 PMgreenhat
02/08/2023, 1:05 PMgreenhat
02/08/2023, 1:06 PMmohammmad
02/08/2023, 1:24 PMsoysor
02/08/2023, 8:49 PMgreenhat
02/09/2023, 5:19 AMcapt_nemo
02/09/2023, 1:09 PMWallet.sign_transaction()
signalizing what inputs we want to sign? I need this to implement sign_tx_input
for EIP-12.
Example:
ts
wallet.sign_transaction(
context,
unsignedTx,
unspentBoxes,
dataInputBoxes,
[0, 2] // only signs inputs 0 and 2 from unsignedTx, others will be bypassed and not reduced
);
greenhat
02/09/2023, 2:31 PMgreenhat
02/09/2023, 2:32 PMcapt_nemo
02/09/2023, 4:06 PMgreenhat
02/09/2023, 4:38 PMcapt_nemo
02/09/2023, 4:56 PMgreenhat
02/09/2023, 5:02 PMsoysor
02/10/2023, 12:26 AMsigma-ser
, I have a need for it in my ergo hack project 🙂Jonathanbtc.
02/10/2023, 12:54 AMgreenhat
02/10/2023, 5:10 AMMoveBot 1.5
02/10/2023, 7:56 AMMoveBot 1.5
02/10/2023, 8:02 AMMoveBot 1.5
02/10/2023, 8:10 AMGlasgow
02/10/2023, 8:12 AMMoveBot 1.5
02/10/2023, 8:17 AMMoveBot 1.5
02/10/2023, 8:27 AMMoveBot 1.5
02/10/2023, 8:35 AMMoveBot 1.5
02/10/2023, 8:42 AMMoveBot 1.5
02/10/2023, 8:48 AMMoveBot 1.5
02/10/2023, 8:56 AMMoveBot 1.5
02/10/2023, 9:01 AMMoveBot 1.5
02/10/2023, 9:09 AMGlasgow
02/10/2023, 9:10 AM