Skip to content

Releases: go165/payout-address-lint

payout-address-lint v0.3.0

15 Jun 06:51
v0.3.0
4ed54c8

Choose a tag to compare

What's new

  • Add required payout rail enforcement with --require-chain for base, ethereum, stellar, and mergework.
  • 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 test
  • npm run lint:examples
  • node --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

13 Jun 21:55
v0.2.0
dd0395a

Choose a tag to compare

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

13 Jun 21:26
v0.1.0
8235d81

Choose a tag to compare

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/