Mario

Results 26 issues of Mario

This PR adds a RPC endpoint for chainid 100009

### Summary When reading from a contract using a `Contract` instance from `sdk-network`, the result is always returned as a list. _(This appears to be due to the raw ThorNode...

### 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....

### 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

### Description When accessing `eth_getTransactionCount` on the RPC Mapper, there is a random number returned at all times. https://github.com/vechain/vechain-sdk-js/blob/630d4028096de84d82ea2176985c086cfd9acb03/packages/network/src/provider/utils/rpc-mapper/methods-map/methods/eth_getTransactionCount/eth_getTransactionCount.ts#L46 This might be sufficient for applications using only the number or...

Type: Bug
Type: Research

### Description In the next release, there is a new option to add a limit for returned event logs: https://github.com/vechain/thor/pull/777 The configuration sets a default limit to 1000 entries, which...

new feature
enhancement