Valazan

Results 19 issues of Valazan

Using Next version 14.2.1: https://github.com/vechain/vechain-dapp-kit/assets/17639359/a9c9f000-8aef-48c5-b79b-5a11faf290f5

bug 🐛

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

Type: Enhancement
Size: Small
Priority: High

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

Type: Enhancement
Size: Medium
Priority: Low

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)

Type: Feature
Size: Medium
Priority: Low

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

Type: Feature
Size: Large
Priority: Low

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

Type: Documentation
Type: Enhancement

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

Type: Documentation

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

Type: Bug
Priority: High

This PR adds docs for multi-clause event filtering