Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added flexible voucher strategies [erc3525-flexible-voucher] (snapshot-labs#740) * add vesting voucher strategies * vesting-voucher rename erc3525-vesting-voucher * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * optimization * erc3525 vesting voucher logical change * added flexible voucher strategies * erc3525 vesting voucher change amount value * restore * restore Co-authored-by: Chaitanya <[email protected]> * new strategy: decaying voting power for staked ERC 1155s [echelon-cached-erc1155-decay] (snapshot-labs#753) * decaying erc1155 pk voting power * update decay rate * add readme * Update src/strategies/echelon-cached-erc1155-decay/index.ts Co-authored-by: Chaitanya <[email protected]> Co-authored-by: Chaitanya <[email protected]> * erc3525 vesting voucher change amount take value [erc3525-vesting-voucher] (snapshot-labs#758) * add vesting voucher strategies * vesting-voucher rename erc3525-vesting-voucher * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * optimization * erc3525 vesting voucher logical change * added flexible voucher strategies * erc3525 vesting voucher change amount value * restore * restore * erc3525 vesting voucher change amount take value * Restore accidentally deleted code Co-authored-by: Chaitanya <[email protected]> * feat: add harmony-staking strategy [harmony-staking] (snapshot-labs#757) * feat: add harmony-staking strategy calculates votes of validators through the total balance delegated to them (including self delegation) * chore: move author and name below imports Co-authored-by: Chaitanya <[email protected]> * Automated lint (snapshot-labs#759) Co-authored-by: ChaituVR <[email protected]> * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.14 (snapshot-labs#761) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.15 (snapshot-labs#762) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: prepo vesting contract weighted voting [prepo-vesting] (snapshot-labs#755) * feat: prepo vesting contract weighted voting * refactor: move prepo vesting to middle of list * feat: add schema * feat: added readme.md * refactor: adjust parameters * feat: update README.md * feat: add symbol example to README.md * feat: testing command * feat: rearrange * feat: update README.md * feat: finalize README.md * feat: capitalize Contract Address in schema.json * fix: edited wrong file * feat: capitalize Contract Address in schema.json * feat: update README.md * feat: update default symbol * fix: symbol should not be required * feat: rename variables to match formula in readme * feat: resolve conflict * feat: readme.md * feat: add a strategy to calc blance with subgraph (snapshot-labs#748) Co-authored-by: Chaitanya <[email protected]> * erc3525 vesting voucher claim coefficient updated [erc3525-vesting-voucher] (snapshot-labs#763) * add vesting voucher strategies * vesting-voucher rename erc3525-vesting-voucher * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * optimization * erc3525 vesting voucher logical change * added flexible voucher strategies * erc3525 vesting voucher change amount value * restore * restore * erc3525 vesting voucher change amount take value * Restore accidentally deleted code * erc3525 vesting voucher claim coefficient updated Co-authored-by: Chaitanya <[email protected]> * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.16 (snapshot-labs#764) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.18 (snapshot-labs#767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * erc3525 flexible voucher claim coefficient updated [erc3525-flexible-voucher] (snapshot-labs#766) * add vesting voucher strategies * vesting-voucher rename erc3525-vesting-voucher * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * optimization * erc3525 vesting voucher logical change * added flexible voucher strategies * erc3525 vesting voucher change amount value * restore * restore * erc3525 vesting voucher change amount take value * Restore accidentally deleted code * erc3525 vesting voucher claim coefficient updated * erc3525 flexible voucher claim coefficient updated Co-authored-by: Chaitanya <[email protected]> * feat: Add vlAURA to veBAL balanceOf strategy [aura-balance-of-vlaura-vebal] (snapshot-labs#777) * feat: Add vlAURA to veBAL balanceOf strategy * feat: Add vlAURA to veBAL balanceOf strategy * maturities coefficient parameter type change [erc3525-flexible-voucher] (snapshot-labs#773) * add vesting voucher strategies * vesting-voucher rename erc3525-vesting-voucher * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * Update src/strategies/erc3525-vesting-voucher/index.ts Co-authored-by: Chaitanya <[email protected]> * optimization * erc3525 vesting voucher logical change * added flexible voucher strategies * erc3525 vesting voucher change amount value * restore * restore * erc3525 vesting voucher change amount take value * Restore accidentally deleted code * erc3525 vesting voucher claim coefficient updated * erc3525 flexible voucher claim coefficient updated * erc3525 flexible voucher maturities coefficient parameter type change Co-authored-by: Chaitanya <[email protected]> * Proxy Protocol ERC1155 [proxyprotocol-erc1155-balance-of] (snapshot-labs#774) * Proxy Protocol ERC1155 * ABI/version number suggestions from code review Co-authored-by: Chaitanya <[email protected]> * Call ERC1155 balance of Co-authored-by: Chaitanya <[email protected]> * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.19 (snapshot-labs#778) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Proxy Protocol ERC721 [proxyprotocol-erc721-balance-of] (snapshot-labs#775) * Proxy Protocol Erc721 * Call ERC721 balance of and change example NFT * Proxy Protocol ERC20 [proxyprotocol-erc20-balance-of] (snapshot-labs#776) * Proxy Protocol ERC20 * Call erc-20 * Remove delegation.json (snapshot-labs#779) * Add validations strategies (snapshot-labs#772) * Add getVp and getDelegations functions * Update dependencies * Export functions getVp and getDelegations * Remove unused file * Add validations strategies * Add test for validation * Add pkg script for validation test * [gooddollar-multichain] New strategy (snapshot-labs#683) * feat:multichain-max strategy * feat: math strategy to support multichains * add: limit to 1,122 and two strategies * Revert "feat: math strategy to support multichains" This reverts commit 77bb89a. * fix: index * add: apply code review changes * fix: index * fix: index * fix: lint * Update multichain documentation (snapshot-labs#780) * Remove block subgraph documentation from multichain Readme * Update * [orca-pod] Orca pods strategy (snapshot-labs#770) * [orca-pods] Orca pods strategy * Rename and fixes * Automated lint (snapshot-labs#781) Co-authored-by: ChaituVR <[email protected]> * Documentaion update for erc20-with-balance and holds-tokens (snapshot-labs#783) * Documentaion update for erc20-with-balance and holds-tokens * Documentaion update for erc20-with-balance and holds-tokens * Add Arrow vesting contract strategy (snapshot-labs#784) * fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.20 (snapshot-labs#785) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Automated lint (snapshot-labs#786) Co-authored-by: ChaituVR <[email protected]> Co-authored-by: charq <[email protected]> Co-authored-by: Chaitanya <[email protected]> Co-authored-by: Brandon <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ChaituVR <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Weizard <[email protected]> Co-authored-by: 0xButterfield <[email protected]> Co-authored-by: Justin Huang <[email protected]> Co-authored-by: Fabien <[email protected]> Co-authored-by: sirpy <[email protected]> Co-authored-by: BrassLion <[email protected]>
- Loading branch information