This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Block Offsets and Argument Resolvers
⭐️ Block Offset Functionality
With this release we are adding functionality to offset current block height by calling setBlockOffset
method. This should enable time based lock functionality in your contracts, transactions and scripts. Please refer to API in documentation for available methods and examples.
⭐️ Runnable Examples
On top of examples you can find in documentation we added several examples showcasing usage of framework to examples
folder. You can run any of the example located there with simple node run {name | number}
command from withing that folder.
⭐️ Fixed Complex Arguments
Updated version of flow-cadut
will help resolve complex arguments like arrays of dictionaries with ease.