sunrise-stake / app

A proxy around Solana Stake Pools that diverts yield to public goods programs
https://app.sunrisestake.com
12 stars 5 forks source link

Feature Request: Integrate Sunrise Stake into Realms #1

Open dankelleher opened 1 year ago

dankelleher commented 1 year ago

Add code to governance-ui to allow DAOs to easily stake and unstake their treasuries in Sunrise.

dankelleher commented 1 year ago

Current status: Somewhat blocked due to two constraints: 1) The deposit transaction is too large when wrapped within the spl-governance proposal instruction. ca 1400 bytes 2) Realms UI does not yet support Versioned Transactions, ( needed for Address Lookup Tables, which could solve the above)

We could probably fix the above, but it would be a distraction during the Grizzlython hackathon, so I am shelving this for now.

The associated draft PR on the governance-ui repo: https://github.com/solana-labs/governance-ui/pull/1402