vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
Bumps [turbo](https://github.com/vercel/turbo) from 1.13.2 to 1.13.3. Release notes Sourced from turbo's releases. Turborepo v1.13.3-canary.3 What's Changed Changelog feat(Turborepo): wire file hashing to grpc server by @gsoltis in vercel/turbo#7868 fix(pnpm): correctly...
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.12.0 to 6.12.1. Release notes Sourced from ethers's releases. ethers/v6.12.1 (2024-04-30 23:23) Prevent bad Interface clone when using two different versions of v6 (#4689; 4d2d90f). Fixed typo...
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0. Release notes Sourced from ws's releases. 8.17.0 Features The WebSocket constructor now accepts the createConnection option (#2219). Other notable changes The default value of...
Objective is to review the output webpack js file size for browser users This could be optimised by looking at how TreeShaking works and what exports we have Ideally if...
### 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...
# Description Finish missing ethers signer methods implementation
Implement a signer specific for ethers functionalities - [ ] Proper Ethers signer and ethers.TransactionResponse implementation - [ ] Proper populate call methods implementation Note that this can require a...
### 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...
Improve browser compatibility. As a user I want to create browser app that use SDK as dependency. Issues: * Issues with webassembly for solc compiler * Some libraries issues (fs,...)...