Releases: go165/payout-address-lint
Releases · go165/payout-address-lint
payout-address-lint v0.3.0
What's new
- Add required payout rail enforcement with
--require-chainforbase,ethereum,stellar, andmergework. - Add the matching GitHub Action input:
require-chain. - Update the browser demo with required rail controls and Stellar/MRWK address-family checks.
- Add tests and action smoke coverage for wrong-chain payout instructions.
Validation
npm testnpm run lint:examplesnode --check docs/app.js && node --check bin/payout-address-lint.js && node --check src/index.js- GitHub Actions: CI, Pages, and Action smoke passed on
4ed54c8.
payout-address-lint v0.2.0
Adds inline text linting and GitHub Action report output.\n\n- CLI: --text and --source for issue/PR/comment body checks\n- Action: text, source, format, and report output\n- Markdown report examples for workflow summaries\n- Tests for inline CLI mode\n\nDemo: https://go165.github.io/payout-address-lint/
payout-address-lint v0.1.0
Initial public release.\n\n- CLI for linting GitHub bounty and PR payout text\n- GitHub Action wrapper with fail-on warning/error controls\n- EIP-55 checksum validation, zero-address rejection, USDC chain ambiguity warnings\n- Markdown, JSON, and text output\n- Static demo: https://go165.github.io/payout-address-lint/