Add sanity test during release
Open
Nobody has claimed this yet.
type: improvement
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
Validate that release process didn't break the binary. During release, test this on each OS:
- Start sdk
- Add an existing test wallet
- Check that it has 1LBC in it (tests that wallet synced)
- Download a file
- Maybe check DHT?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the release process and the SDK entry point used during releases. Define how to run the check on each OS with an existing test wallet: start the SDK, verify the wallet has 1 LBC, and download a file; decide whether DHT validation is required. Done means the release sanity test runs across all supported operating systems and detects a broken binary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100