Mario

Results 26 issues of Mario

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

It would be great to handle string encryption using connex and Sync2. The goal is to achieve something similar to sending private messages on the blockchain using public keys and...

two class properties had the wrong name (client instead of _ client and keyspace instead of _ keyspace), just changed them :-)

I am deploying a container with different sages, both are built and pushed to the container registry and deployed on the namespace/container. They should be different when running these two...

When setting up a DAppKitProvider with react using only the nodeUrl, it will switch VeWorld to MainNet. Example: ```tsx {children} ``` - Creating a transaction request within the providers context...

### Description I am verifying a certificate generated during wallet connection with dApp-Kit-UI with `@vechain/sdk-core`'s `certificate.verify()`. The verification fails with signature does not correspond to signer. It might be related...

### Summary My personal setup involves [CloudFlare Workers](https://developers.cloudflare.com/workers/) a lot to create APIs or Vechain interaction with a very low effort. To enable transaction building with connex I have a...

### Summary Calling contract functions or simulating transactions currently throw an error with the raw encoded error message. As developer I need to learn how to decode the messages and...

### Description When requesting pending options, the `thorClient` does ignore the `pending` flag and returns no data. The query builder internally seem to not map correctly the `pending` option to...