Releases: bjartek/overflow
Releases · bjartek/overflow
v1.1.0
v1.0.10
cadenceAddress structtag
What's Changed
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.6
v1.0.5
v1.0.4 - interface{} -> cadence.Value
v1.0.3 - flowkit 0.41.2
Dependency update release
Updated overflow to use flow-kit v0.41.1
- fixed the new parse argument code to work with interpeter and []byte instead of string
- fixed tests to work with the new gas computation.
Version 1.0.0
Overflow v1 is finally here!
Overflow is a toolbox to help developers familiar with golang language be productive on the flow blockchain.
The usecases for Overflow includes things like
- interaction testing cadence code
- run interactive demos to run a set of scripts/transactions
- create a batch job that listen to events or poll using scripts and then perform transactions
For a complete example on how to use it for demo and test see:
Documentation can be found here: https://pkg.go.dev/github.com/bjartek/overflow
The most complex example of overflow use-case I know of can be found at https://github.com/findonflow/find
Happy overflowing!