Is a root directory for basic blockchain operations, erc/eip verification etc.
All tests splitted by categories and files:
- erc - directory for all tests connected with ERC/EIP
- evm - directory for tests where checks evm specific functionality
- oracles - checks for oracles (pyth, chainlink)
Files in root directory:
- test_rpc_calls.py - all tests to check availability for different rpc calls
- test_nonce.py - tests to verify mempool and work with nonce
- test_contract_reverting.py - tests to check revert in contracts
- test_deposit.py - tests for deposit and withdraw operations (neon <-> solana tokens transfer)
- test_event_logs.py - tests for events in contracts
- test_failed_transactions.py - check failed transactions
- test_transfers.py - check transfer operations with neon/spl/erc tokens
- test_trx_rlp_decoding.py - verify bad sign or bad transaction body
- test_wneon.py - tests for wrap/unwrap neon token