Neil Brett
Neil Brett
Create some examples showing the capability of extending the EVM context which are available via the `extension.sol` contract. Tasks: - Create examples: - blake2b256 - blockID - blockTotalScore - blockTime...
The file apps/sdk-node-integration/package.json defines in the scripts.build the linux/unit specific command `rm -rf ./dist && tsup src/index.ts --format cjs,esm --dts` to be executed in the OS shell/terminal. Both the command...
As a user I want to be able to inspect the outputs of a transaction and it's clauses before executing the transaction. Tasks: - Implement inspect outputs functionality - Provide...
Does the SDK provide all of the features that are required for account-abstraction? Tasks: - Use the SDK as the dependency instead of hardhat-plugins and run the existing test suite...
Need to figure out what sample dApp to create with the dapp-kit to show show case the vechain-sdk. What features do we want to showcase? - wallet connection - sign...
Similar to the output of the Hardhat sample project, #444, we should create similar content show cases the SDK use when developing with Foundry. Tasks: - Implement in app/examples an...
Does the SDK provide all of the features that are required for the veworld-extension? Tasks: - Use the SDK as the dependency instead of connex, thor-devkit and or web3-providers-connex and...
Investigate the ability to use the SDK as a dependency for the dApp-kit instead of the existing connex, thor-devkit and other tools. Tasks: - Does the SDK provide the functionality...
This is a requirement for sync2 and the dapp-kit. Questions: - What is this, why do we need it? - If we need to support it what is the scope...
We need to have a convention for parsing to different types to ensure that we have one approach currently there are various approaches implement. Tasks: - TBD Acceptance Criteria: -...