Skip to content

test/v1.0.0

Compare
Choose a tag to compare
@jribbink jribbink released this 03 Oct 21:01
· 19 commits to master since this release
13947ce

What's Changed

⭐ Features

  • [Test] Add WithLogger to TestRunner and default to zerolog.Nop() by @jribbink in #267
  • [test] Enable EVM system contract by @m-Peter in #280
  • [lint] Add Cadence 1.0 analyzer with basic linting rules by @jribbink in #285
  • [test] Add Burner system contract by @m-Peter in #307
  • [lint] Add analyzer which detects unused results by @turbolent in #383
  • [LS] Fix and improve add missing members quick fix by @turbolent in #423

🛠 Improvements

  • [lint] Update to Cadence 1.0 RC1 by @turbolent in #258
  • [test] Update to Cadence 0ff20e15e7e1 by @turbolent in #259
  • [LS] Update to Cadence 1.0 RC1 by @turbolent in #260
  • [test] Always require signer argument when signing a transaction with the se… by @m-Peter in #266
  • [test] Add some test assertions for RandomBeaconHistory's usage by @m-Peter in #262
  • [test] Use filenames instead of script ID when printing test results by @m-Peter in #272
  • [LS] Update to Cadence v1.0.0-M7 and new github.com/onflow/flowkit/v2 by @ianthpun in #283
  • [LS] Add support for new analysis.Diagnostic information & CadenceV1Analyzer by @jribbink in #286
  • [lint] Remove [Cadence 1.0] from Cadence V1 Diagnostics by @jribbink in #315
  • [test] Allow contract deployments to service account by @m-Peter in #325
  • [test] Properly setup EVM environment to allow usage of EVM types in test scripts by @m-Peter in #338
  • [LS] Restore WASM build by @jribbink in #345
  • [LS] Update flowkit to alpha 19 by @chasefleming in #364
  • [LS] Add FVM stdlib to Flow Integration by @jribbink in #332

📖 Documentation

Other Changes

New Contributors

Full Changelog: test/v0.14.7...test/v1.0.0