Skip to content

payout-address-lint v0.3.0

Latest

Choose a tag to compare

@go165 go165 released this 15 Jun 06:51
· 2 commits to main since this release
v0.3.0
4ed54c8

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.