Skip to content

GoPlugin/plugin-testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Testing Framework

Main branch breaking changes check Lib tag WASP tag Seth tag Havoc tag Go Report Card Go Reference Go Version Tests Lint License: MIT

The Plugin Testing Framework (CTF) is a blockchain development framework written in Go. Its primary purpose is to help plugin developers create extensive integration, e2e, performance, and chaos tests to ensure the stability of the plugin project. It can also be helpful to those who just want to use plugin oracles in their projects to help test their contracts, or even for those that aren't using plugin.

If you're looking to implement a new chain integration for the testing framework, head over to the blockchain directory for more info.

Content

  1. Libraries
  2. Releasing

Libraries

CTF monorepository contains a set of libraries:

  • Harness - Library to interact with different blockchains, create CL node jobs and use k8s and docker.
  • WASP - Scalable protocol-agnostic load testing library for Go
  • Havoc - Chaos testing library
  • Seth - Ethereum client library with transaction tracing and gas bumping

Releasing

We follow SemVer and follow best Go practices for releasing our modules, please follow the instruction