Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.33 KB

basic.md

File metadata and controls

25 lines (17 loc) · 1.33 KB

Overview for tests in basic directory

Is a root directory for basic blockchain operations, erc/eip verification etc.

Tests by files

All tests splitted by categories and files:

  1. erc - directory for all tests connected with ERC/EIP
  2. evm - directory for tests where checks evm specific functionality
  3. oracles - checks for oracles (pyth, chainlink)

Files in root directory:

  1. test_rpc_calls.py - all tests to check availability for different rpc calls
  2. test_nonce.py - tests to verify mempool and work with nonce
  3. test_contract_reverting.py - tests to check revert in contracts
  4. test_deposit.py - tests for deposit and withdraw operations (neon <-> solana tokens transfer)
  5. test_event_logs.py - tests for events in contracts
  6. test_failed_transactions.py - check failed transactions
  7. test_transfers.py - check transfer operations with neon/spl/erc tokens
  8. test_trx_rlp_decoding.py - verify bad sign or bad transaction body
  9. test_wneon.py - tests for wrap/unwrap neon token