hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Create a test suite that can be run on mainnet as part of the release process.
Problem
Currently we run some minor manual tests on mainnet after a release, but executing transactions costs HBar.
Solution
A budget to support this effort is being prepared. A light repeatable test suite that covers basic transactions to act as post release smoke test needs to be developed. Ideally this will run in CI, currently Github Actions.
- [ ] Stabilize current tests
- [ ] Define a light test suite for mainnet.
- [ ] Create a CI workflow to run the mainnet acceptance test suite.
- [ ] Create a basic test suite for metamask
- [ ] Add a way to pass or configure balance check before running test suite.
Alternatives
N/A