Mario
Mario
### Description While migration a hardhat project to the `@vechain/sdk-hardhat-plugin` a difference in the handling of `eth_estimateGas` occured. Calling `eth_estimateGas` requires a second parameter for the block height, which is...
### Summary The `clauseBuilder` generates raw clauses without comments. Vechain Wallets support the display of clause related comments that improve user experience greatly. Adding support for comments during clause building...
### Summary `logs.filterEventLogs` requires manually encoding the log filter, which is handled within other parts of the SDK already by supporting fragments. The example code right now is: ```js //...
### Summary Building a transaction is a multi-step process that can be confusing when getting started with the SDK. It requires to: 1. build clauses 1. estimateGas 1. buildTransactionBody 1....
### Description - After sending a transaction with `const sendTransactionResult = await thor.transactions.sendTransaction(signedTx);` - The result is documented to comply to: https://github.com/vechain/vechain-sdk-js/blob/3f766804c7e0672cbe454d1e15050cffe23acff2/packages/network/src/thor-client/transactions/types.d.ts#L162-L171 - Which lists `wait()` als function - but...
This is a draft pull request to get an opinion on the implementation and guidance on how to proceed. Goal of this PR is to get a first basic implementation...
# Add New Chain 100009 + 100010 Thanks for your pull request to add a new support in Sourcify. If you haven't done so, please follow the instructions on [how...
This PR adds a RPC endpoint for chainid 100010