Valazan
Valazan
Using Next version 14.2.1: https://github.com/vechain/vechain-dapp-kit/assets/17639359/a9c9f000-8aef-48c5-b79b-5a11faf290f5
Currently all the contract module functions (and some transaction-module functions) require signing, have the private key as an input. The idea is to **replace the private key with a signer**...
## Setting delegation when a smart contract is called This PR allows to set a delegator when a smart contract is called: e.g. ```javascript const transferResult = await contract.transact.transfer( '0x9e7911de289c3c856ce7f421034f66b6cde49c39',...
Currently, the Hardhat impersonated signer, it's not implemented in our hardhat plugin. Hardhat Network allows you to impersonate any address. This lets us send transactions from that account even if...
To listen to events, the JSONRPCEthersProvider needs the method eth_newFilter. We should implement it according to the specifications: (https://docs.infura.io/api/networks/ethereum/json-rpc-methods/filter-methods/eth_newfilter)
# Issue: Creating a Custom SDK Package for React Native ## Overview The core objective of this package is to serve as a wrapper around the Vechain SDK. This encapsulation...
## Issue Title: Enhance SDK Compatibility Across Operating Systems ### User Story As a developer collaborating on the SDK, I want to test and ensure compatibility across different operating systems...
## Description We often need to showcase specific parts of our code in the documentation. I propose a feature that allows us to specify line ranges in our executable code...
When importing the SDK Core in a NextJs project 14.1.1, when trying to build, I get the following error: > Type error: Type 'IterableIterator' can only be iterated through when...
This PR adds docs for multi-clause event filtering