-
Notifications
You must be signed in to change notification settings - Fork 1
Single Gas Transfer Test
scx1332 edited this page Aug 7, 2023
·
1 revision
Test is performing the simplest possible transfer of native (ETH or MATIC) token.
- Simple Geth without limits
- Simple RPC proxy without any limits
- Runtime time lower than 30 secs
- Checking number of events emitted
- 1 Transfer event
- 1 Transaction confirmed event
- Check if gas_limit of transaction set to 21000
- Checking if transfer was successful (check balance of receiver and sender)
- Check if number of RPC calls is withing limits 10-40 (right now)
- Expected runtime under 10 seconds
- Expected fee paid: 0.000025336024875
- No batching is used in this test.
- No contract should be deployed.
- No multi payment contract should be used.
f