Notable changes
- Add silent flag to suppress log output
- Clarification to show command that it runs on active root
- Make token address optional for claim command and only query tokens with pending rewards
What's Changed
- bug: silent pass when API not 200 by @shrimalmadhur in #222
- ELO-335 -- lowering claim tokenAddresses to optional; using distribution to only query claimable tokens. by @bdchatham in #223
- Clarify Active Root by @wesfloyd in #225
- feat: add silent flag to enable piping claim data by @gpabst in #224
- docs: update readme with latest updates by @shrimalmadhur in #227
Changelog
- 5ff7845 docs: update readme with latest updates (#227)
- 48fa4b3 chore: clean up silent flag
- 0e188e2 fix: make silent global flag instead of only for claims
- 16315b5 fix: update claim env var to be more specific
- faaa3dc feat: add silent flag to enable piping claim data
- fa16153 Clarify Active Root (#225)
- 297b1af ELO-335 -- make tokenAddresses optional for reward claiming; only query tokens which have pending rewards. (#223)
- 08c43fc bug: silent pass when API not 200 (#222)
New Contributors
- @bdchatham made their first contribution in #223
- @wesfloyd made their first contribution in #225
Full Changelog: v0.10.6...v0.10.7