cadence-tools
cadence-tools copied to clipboard
Developer tools for Cadence
Updating the version in package.json to 1.0.0-preview.15 and publishing to NPM
Updating the version in package.json to 0.33.6 and publishing to NPM
Updating the version in package.json to 1.0.0-preview.14 and publishing to NPM
Updating the version in package.json to 1.0.0-preview.13 and publishing to NPM
### Issue to be solved Because the `InternalEVM` standard library value is not a part of the Cadence runtime, but rather, part of the FVM, it is not known to...
### Current Behavior The current `access(account)` handler returns false even if a contract is deployed to the same account. see: https://discord.com/channels/613813861610684416/1230170093779030129/1230170303443894273 ### Steps To Reproduce 1. Create a contract with...
### Current Behavior When executing a script that returns a reference, the error that the testing framework gives is unclear: ``` - FAIL: testGetIterator Execution failed: error: slab (0x0.1055) not...
Closes #331 ## Description Adds option to LS to accept additional stdlib values. This option is used by flow integration to provide FVM-native stdlib values (e.g. InternalEVM contract right now......
## Description - Setup the test environment to allow imports of the `EVM` system contract. - Introduce a new `CoreEvents` contract, to expose event definition for core Flow & EVM...
### Current Behavior Due to the design of the LS & how `sema.Checker` locations are set at runtime, a contract imported using the new import syntax cannot import a contract...