-
Currently, user's keypair is not validated. This causes loss of transaction's rightfulness. In api side, keypair must be validated before transaction insertion.
-
### Component
Cast
### Describe the feature you would like
Currently the keystore must be explicitly declared if one wants to import new wallet key :
```
Usage: cast wallet new [OPTIONS] [PATH]…
-
Keypairs are currently in-memory only. We need a solution for storing and retrieving keypairs from disk.
-
Being able to `clone()` `KeyPair`, `CertificateParams` and `Certificate` would help a great deal in some situations.
Right now the only solution seems to serialize and then deserialize again
-
I config the keypair file,but it occur error "Unable to read keypair file".I'm sure that file location is right and permission ok
-
Hi, I created a KeyPair from:
let keypair = await Keypair.makeRandom();
then I have the pubilcKey, privateKey and address saved, later on I need to restore the keypair object so I can use it when si…
-
Hi, I cannot query for reports between two dates as always get last seven days.
This is my code:
```python
key = request.args.get('key')
t0 = datetime.datetime.fromtimestamp(float(requ…
-
KeyPair retrieval fails if the OIDC token, used as a key in LocalStorage, refreshes between its storage and retrieval phases. This mismatch occurs due to the token change, leading to retrieval failure…
-
How to get transaction hash
```ts
const transferMessage = wallet.createTransfer({
seqno,
secretKey: keyPair.secretKey,
sendMode: SendMode.PAY_GAS_SEPARATELY,
messages
});
…
-
👋 To automatically deploy our source from GitHub Actions, we'll need to generate an SSH keypair and add its private key as a secret on this repository. @bluek1te, as the repo owner, you're the only on…