Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting us syncd with head repo #3

Open
wants to merge 814 commits into
base: feature/v4-strategy
Choose a base branch
from

Conversation

idiom-bytes
Copy link
Member

No description provided.

jtakalai and others added 30 commits November 30, 2023 22:11
* [streamr] feat: added Streamr strategy

* [streamr] feat: add Operator value to direct DATA balance

Operator value is the DATA tokens that are staked through the Operator contract that the token holder controls. This means they participate in the Streamr Network and their DATA tokens are hard at work. Add those tokens to the idle DATA tokens 1:1 to get the total voting power.
* fix hat id conversion and use only multicall

* Update index.ts

---------

Co-authored-by: Chaitanya <[email protected]>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update cake strategy for only veCake

* use proxy address

* Update block

* Update block
- Ensure the `delegation-with-cap` strategy caps votes against the total supply, not total cast votes

Co-authored-by: Chaitanya <[email protected]>
…qv-scaled-to-mgv] Update ERC-6551 ABI (#1373)

* [station-score-if-badge, station-constant-if-badge, mangrove-station-qv-scaled-to-mgv] Update ERC-6551 ABI

The ordering of the ERC-6551 'account' function parameters has changed and the 'salt' is now a bytes32 instead of a uint256.
This commit updates the station-score-if-badge and its dependents station-constant-if-badge and mangrove-station-qv-scaled-to-mgv accordingly.

* chore: Fix linting error
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* add strategies

* chore: add wearables and update example

* chore: cleanup

* chore: cleanup
* init

* use sampleStep

* voting power naming

* strat init

* compute vp

* min block + vp formula
Co-authored-by: ChaituVR <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
…1384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…sion `0.2.0` (#1387)

* modify safe staking

* update strategy implementation for extended qv-like strategy

* update readme
…passports by querying subgraph (#1396)

* Make sure we have all the ERc20 balances that we need.

* I think this is more simple....

* Still not beautiful, but in testing I believe that this is simplified and covers our use cases

* Update index.ts

Bump version as requested!

* How cooperative model might work

* Strip out the ERC20

* Update src/strategies/nation3-passport-coop-with-delegations/index.ts

Co-authored-by: Chaitanya <[email protected]>

* Update src/strategies/nation3-passport-coop-with-delegations/index.ts

Co-authored-by: Chaitanya <[email protected]>

* Update src/strategies/nation3-passport-coop-with-delegations/index.ts

Co-authored-by: Chaitanya <[email protected]>

* Update index.ts

As requested

* Fix from breaking PR suggestions

* Create CODEOWNERS

* Largely untested, but passes unit tests

* Checked with additional adresses and lower balances

* Lint

* Fix lint issues

* Did we ever have a passport 0?

* Update nation3-passport-coop-with-delegations to version to 0.3.0

* Remove CODEOWNERS

* Automated lint (#1381)

Co-authored-by: ChaituVR <[email protected]>

* 🐛 Fix breaking issue with revoked passports

---------

Co-authored-by: JohnMark13 <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
Co-authored-by: Aahna Ashina <[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: Jamil Bousquet <[email protected]>
* Add SpaceFi blp

* Add files via upload

* Add files via upload

* Update src/strategies/spacefi-blp/index.ts

Co-authored-by: Chaitanya <[email protected]>

* Update src/strategies/spacefi-blp/index.ts

Co-authored-by: Chaitanya <[email protected]>

* Update index.ts

* Update examples.json

* Update README.md

---------

Co-authored-by: Chaitanya <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
)

* chore(deps): bump @snapshot-labs/snapshot.js from 0.9.9 to 0.10.1

Bumps [@snapshot-labs/snapshot.js](https://github.com/snapshot-labs/snapshot.js) from 0.9.9 to 0.10.1.
- [Release notes](https://github.com/snapshot-labs/snapshot.js/releases)
- [Commits](snapshot-labs/snapshot.js@v0.9.9...v0.10.1)

---
updated-dependencies:
- dependency-name: "@snapshot-labs/snapshot.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* lint fixes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chaitanya <[email protected]>
ChaituVR and others added 30 commits November 19, 2024 09:37
* feat: nayms staking strategy

* docs: update readme
…1637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…1638)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update README.md

* Update README.md

* Update README.md
Co-authored-by: ChaituVR <[email protected]>
* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: Chaitanya <[email protected]>
* feat: add morpho delegation strategy

* fix: change example address

* feat: update strategy

* Update src/strategies/morpho-delegation/README.md

Co-authored-by: Julien THOMAS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Chaitanya <[email protected]>

* fix: typo

---------

Co-authored-by: Julien THOMAS <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
…1643)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: add morpho delegation strategy

* fix: change example address

* feat: update strategy

* Update src/strategies/morpho-delegation/README.md

Co-authored-by: Julien THOMAS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Chaitanya <[email protected]>

* fix: typo

* fix: morpho-delegation strategy

---------

Co-authored-by: Julien THOMAS <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
* Change Base subgraph URL for Thales strategy

* Update src/strategies/thales/index.ts

Co-authored-by: Chaitanya <[email protected]>

---------

Co-authored-by: Vladan Thales <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
…1650)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* version 0.1 botto dao base

* removed try catch not needed

* Update src/strategies/botto-dao-base/index.ts

* updated examples

* fix in tests.

---------

Co-authored-by: Chaitanya <[email protected]>
…osschain strategy (#1653)

* reverse delegation

* add sd-gauge-less-vote-boost-crosschain

* remove sdReverseDelegation

---------

Co-authored-by: Chaitanya <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
…1656)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…1657)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…1658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* reverse delegation

* add sd-gauge-less-vote-boost-crosschain

* remove sdReverseDelegation

* add bot address

* add bot address

---------

Co-authored-by: Chaitanya <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
…1665)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: realt

* feat: skip if address is reALT strategy
Co-authored-by: ChaituVR <[email protected]>
…1672)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.