Skip to content

Releases: GenerationSoftware/pt-v5-cli

v2.0.7

26 Nov 23:39
Compare
Choose a tag to compare

publish pt-v5-cli v2.0.7

  1. fix: when using local status file check for previous calcs don't exit with FAILURE case on file read error, simply ignore it and move on to calculating - the file will be created during that run"

v2.0.6

26 Nov 19:20
Compare
Choose a tag to compare

publish pt-v5-cli v2.0.6

  1. adds checking of previous winner calculations to avoid re-running unnecessary calculations, also doesn't calculate on finalized draws

publish pt-v5-cli v2.0.5

  1. fix: almost double the delay between paginated subgraph queries from 5.1 seconds to 10.1 seconds

publish pt-v5-cli v2.0.4

  1. fix: up the rate of paginated queries from 2/3 seconds to over 5 seconds as Base subgraph was still failing due to rate limit issues

publish pt-v5-cli v2.0.3

  1. fix: recent rate limit changes from the graph

publish pt-v5-cli v2.0.1 - v2.0.2

  1. add env var to supply which tiers to compute (to avoid computing canary tiers), also cut down on multicall batch size from 8MB to 2MB
  2. add optional multicallAddress arg that is now supported by @generationsoftware/js-winner-calc
  3. gracefully handle brand new prize pools
  4. add winners directory name to .gitignore

v2.0.0

10 Jul 20:58
Compare
Choose a tag to compare

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 ...)

v1.2.0

30 May 22:18
Compare
Choose a tag to compare

pt-v5-cli v1.2.0

instead of getting contract json urls and subgraph urls from pt-v5-utils-js, simply inject them as args via the command line - making it easier to add new chains.

v1.1.7

21 May 22:58
Compare
Choose a tag to compare

pt-v5-cli v1.1.7

remove getProvider(chainId) and replace it with a simpler getProvider() which only looks for JSON_RPC_URL in the env vars - this makes the library more flexible when working with new / other chains

v1.1.2

23 Apr 23:33
Compare
Choose a tag to compare

This release is for the latest Optimism mainnet production deploy.

Fixes:

  • issues around too narrow of a scope when querying for all depositors with more than a 0 delegateBalance in the previous draw. 👍

New arbitrum sepolia testnet support

28 Nov 21:14
Compare
Choose a tag to compare
1.0.3

Publish version 1.0.3, new arbitrum sepolia testnet support

Release 1.0.2 with fix for subgraphs

24 Oct 17:43
Compare
Choose a tag to compare
Publish version 1.0.2

CLI production release, ready for PoolTogether v5!

21 Oct 02:53
Compare
Choose a tag to compare

This is the first v1 release of the CLI for PoolTogether v5 (the hyperstructure). 👍