-
Once we add the `tx sign` command I think we should add a `--dry-run` option to it that doesn't actually sign or output a tx, but just lists what will and won't be signed.
For example for a simple …
-
If you want to switch the signer of a wrapped object, for example:
```typescript
const myContract2 = myContract.connect(await ethers.getSigner(1));
```
or more explicitly:
```typescript
co…
-
Now the flow goes as follows:
```
new WebSocket(url)
1st message = 'welcome'
continues message = { expires_in_seconds: 86400 }
2nd message = { opened: true }
3rd message = { payload_uuidv4.…
-
Hey,
This looks like a really interesting project. The docs don't explain all the use cases tho for example: is it possible to create and store an HD wallet and then use it to sign transactions wit…
-
In the current splicing flow, there is no way to set the minimum required chain confirmations. It would be useful to be able to set the minimum amount of chain confirmations to 0 in the context of an …
-
The users be able to donate to a project twice with one QR code
In this situation one of these donations is shown in project donations and user donations list
for example these two transaction w…
-
I'm trying to create transaction to spend coins from multisig (2-of-2) address.
I sign transaction by pk1, serialize tx and sent transaction to other signer.
On the other side signer tries to r…
-
-
type 0 transactions seem to have an issue with high chain IDs (e.g. `131277322940420`). I've tested on hardware and it works up to mumbai (`80001`). Type 1 and 2 don't have the same problem.
I th…
-
## Bug description
When choosing an address for a send transaction, it is possible to select the address of the safe you are currently using from the address book. [1]
An error will only be shown wh…