Skip to content

Releases: bjartek/overflow

v1.1.0

04 Jan 16:11
b59c2ea
Compare
Choose a tag to compare

What's Changed

  • PR to remove deprecated API from v0 by @bjartek in #81

Full Changelog: v1.0.10...v1.1.0

v1.0.10

04 Jan 13:55
e0afdf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

cadenceAddress structtag

15 Dec 14:31
18f1b84
Compare
Choose a tag to compare

What's Changed

  • support a structtag hint to specify that a String should be an address by @bjartek in #93

Full Changelog: v1.0.8...v1.0.9

v1.0.8

01 Dec 09:56
9e364c7
Compare
Choose a tag to compare

What's Changed

  • try to add function to diff contract without deploying by @Bamthelearner in #88
  • implemented optional ProgressWriterFunction that can be returned to n… by @bjartek in #91

Full Changelog: v1.0.7...v1.0.8

v1.0.6

16 Nov 13:51
db2f866
Compare
Choose a tag to compare

What's Changed

  • initial version of overflow with a mocked interface by @bjartek in #85

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Nov 14:06
49a5380
Compare
Choose a tag to compare

What's Changed

  • made address check both account names, contracts we deploy and contracts we import by @bjartek in #86

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - interface{} -> cadence.Value

02 Nov 19:02
032890b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3 - flowkit 0.41.2

01 Nov 18:10
200c0d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Dependency update release

17 Oct 06:45
ab28e32
Compare
Choose a tag to compare

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

29 Sep 21:34
4cf6688
Compare
Choose a tag to compare

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!