Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@chuckbergeron chuckbergeron released this 10 Jul 20:58
· 15 commits to main since this release

pt-v5-cli v2.0.0

  • re-write of the CLI to combine all steps into one simpler step 'compileWinners', this also uses the new js-winner-calc (instead of foundry-winner-calc) which allows for everything to be done in one step in JS.

(Previously it was 1 step to get a JSON of depositors, then break out of JS to use the foundry-winner-calc Solidity library, then back to the cli for more JS to stitch the winners into one JSON file ...)