vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

The official JavaScript SDK for vechain.

Results 130 vechain-sdk-js issues
Sort by recently updated
recently updated
newest added

With the introduction of the classes `Hex` (encoding floating points numbers, bigint and bytes and strings), `HexInt` for integers and `HexUInt` for nsigned integers, there are the super-classes needed to...

Type: Enhancement
Priority: High

Required after #1051

Type: Documentation
Priority: High

### Summary Issueing transactions using `executeTransaction` or `executeMultipleClausesTransaction` does not accept options to define a custom gas calculation. Transactions of mine run frequently into `out of gas` due the inability....

Currently, TypeScript does not support direct type inference from JSON files. The issue arises because we are registering the contracts on VeChain in the folder https://github.com/vechain/b32/tree/master as JSON files. The...

Type: Research
Size: Large
Priority: Low

### Summary In the previous SDK releases it was possible to provide a custom axios instance to HttpClient. This made it possible to use existing modules like https://axios-cache-interceptor.js.org/, to add...

Status: Blocked
Priority: Medium

Review all existing RPC Methods: - [ ] View input format - [ ] Compare with standard - [ ] improve validation

Type: Research
Type: Security
Type: Maintenance
Size: Large
Priority: Low

### Context Axios was originally chosen by the team to handle http requests. However, it was coming with an additional dependency, and it was causing conflicts for projects willing to...

Status: Blocked
Priority: Low

Type: Enhancement
Priority: High

Type: Enhancement
Priority: High

Type: Enhancement
Priority: High