EOS-Nation / leap

8 stars 0 forks source link

Early API Node Testing for Leap 5.0 #129

Open chillsauce opened 1 year ago

chillsauce commented 1 year ago

For this round of testing our goal is to test read only transactions. Since read only transactions are not relevant to block producer nodes, we can test on API nodes.

We'll be testing the following features:

Read-only Transactions
EOS VM OC
Reduced Chainbase Size
Prometheus Metrics
Libary Upgrades (Boost, C++)
P2P improvements ?? (need to check: sync, connections)

By exercising these features via the following test plan, we hope to confirm the following expectations:

nodeos is stable (no crashes)
nodeos has lower overall cpu utilization
nodeos has smaller resident memory size
nodeos has smaller chainbase size
nodeos handles high quantity of simultaneous read only transactions

Read more: https://github.com/AntelopeIO/leap/wiki/Early-API-Node-testing-for-Leap-5.0.0