Releases: GenerationSoftware/pt-v5-cli
v2.0.7
v2.0.6
publish pt-v5-cli
v2.0.6
- 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
- fix: almost double the delay between paginated subgraph queries from 5.1 seconds to 10.1 seconds
publish pt-v5-cli
v2.0.4
- 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
- fix: recent rate limit changes from the graph
publish pt-v5-cli
v2.0.1 - v2.0.2
- 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
- add optional
multicallAddress
arg that is now supported by@generationsoftware/js-winner-calc
- gracefully handle brand new prize pools
- add
winners
directory name to.gitignore
v2.0.0
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
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
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
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
1.0.3 Publish version 1.0.3, new arbitrum sepolia testnet support
Release 1.0.2 with fix for subgraphs
Publish version 1.0.2
CLI production release, ready for PoolTogether v5!
This is the first v1 release of the CLI for PoolTogether v5 (the hyperstructure). 👍