ehamery

Results 6 issues of ehamery

Hi, I am trying to use `libsodium-wrappers` in Typescript with: ``` import libsodium from 'libsodium-wrappers'; ``` I am doing this in several files where I use `libsodium`. But then if...

``` await connex.thor.transaction(transactionId).get(); ``` sometimes give me: ``` Error: get transactions/0x70bcdc3f..fb6c7c13: Hostname/IP does not match certificate's altnames: Host: vethor-node.vechain.com. is not in the cert's altnames: DNS:*.facebook.com, DNS:*.facebook.net, DNS:*.fbcdn.net, DNS:*.fbsbx.com, DNS:*.m.facebook.com,...

Bump version to fix mismatch: - package.json 2.0.2 -> 2.0.3 - package-lock.jon 2.0.1 -> 2.0.3

**Is your feature request related to a problem? Please describe.** Is there a way to get the `VaultAccountResponse` from an `assetId` and a `address`? **Describe the solution you'd like** What...

enhancement

Update interfaces: - InternalWalletAsset - CreateTransactionResponse - TransactionResponse Update comments of functions throwing: - getVaultAccountsWithPageInfo - getTransactionById ## Pull Request Description Some interfaces did not match what the API returns,...

**Describe the bug** I have an vault account named `Account#104` and when I run the following code: ``` try { const pagedVaultAccounts = await this.fireblocks.getVaultAccountsWithPageInfo({ namePrefix: 'Account#', nameSuffix: '104' limit:...

bug