Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 537 Bytes

E2E tests for Subtensor and Subtensor EVM

This repository stores a collection of e2e tests in JS that aim to test the most critical functionality of Subtensor and Subtensor EVM such as

  • Capability of block production
  • Capability to include and execute transactions
  • Subnet operations
  • Emissions and staking rewards
  • EVM transactions
  • EVM smart contract deployment
  • EVM gas cost etc.

Running all tests locally

  1. Run a local subtensor node (using port 9944 for ws)

  2. Execute tests

yarn install
npm run test