-
I've been playing with `redeemmultisigout` (and multi-sigs in general), when I'm trying to broadcast 2 of 2 signed transaction via https://testnet.dcrdata.org/decodetx I get:
```
Error: -1: rejected…
-
### Context
- I was able to submit a treasury proposal without specifying a reward address and amount, which are mandatory fields for a valid proposal.
### Steps to Reproduce:
1. Generate a walle…
-
## Summary
This SDK has the ability to create a signed transaction given a private key using the `Transaction.sign` method. However, we should also support use cases where the SDK does not have acces…
-
* Save/export partially-signed transactions
* Load and sign existing partially-signed transactions
For this to work, should be able to:
* Import a partially-signed transaction buffer
* Includ…
-
**Describe the bug**
I'm trying to use a payloadJson to do an aptos transaction blind signing, but I found that the trust core will change the arguments's value in the encoded of output, it will caus…
-
I would expect the following instructions:
* Scan qrcode of signed transaction with phone and broadcast transaction to network.
* Turn off BitKey, disconnect power source, wait 15 minutes to cle…
-
I've been working on getting WalletConnect to work with [SignerMiddleware](https://docs.rs/ethers/0.6.2/ethers/middleware/struct.SignerMiddleware.html#) and it's working but only in legacy mode.
Th…
-
my code:
```
Future signTransaction(String? toAddress, String privateKeyHex,
BigInt amount, String? encodedContractData) async {
var expire =
(DateTime.now().microsecondsSince…
-
https://github.com/bitpay/bitcore/issues/1076#issuecomment-74417193
-
```
import rlp
from eth_typing import HexStr
from eth_utils import to_bytes
def hex_to_bytes(data: str) -> bytes:
return to_bytes(hexstr=HexStr(data))
signed_transaction = '0x02f86b0…