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

Merge gov branch into development #165

Merged
merged 109 commits into from
Sep 27, 2022
Merged

Merge gov branch into development #165

merged 109 commits into from
Sep 27, 2022

Conversation

gonwi
Copy link
Collaborator

@gonwi gonwi commented Jul 29, 2022

No description provided.

codemaster115 and others added 30 commits May 11, 2022 07:46
* feat(farm): add stake/unstake using `sendAll`

Add staking/unstaking using multiple transactions and
`Provider.sendAll()` when the number of NFTs is too large to send in a
single transaction.

* feat(farm): add `Select All` buttons

* feat(farm): batch deposit/withdraw instructions when using `sendAll`

* feat(farm): batch `sendAll`
increased transaction timeout to 120s in network config to combat low tps on Solana
This provides a fallback mechanism for when a farmer deposits NFTs to
their vault but the stake transaction is not sent/confirmed.
In this case, this allows the farmer to stake their vault manually.
… in filter (#109)

fix(farm): gem-farm-ts 0.24.1 version bump
feat(farm): added staked in filter for farms
Pass `farmerState` to `FarmHeaderComponent` via props to ensure
re-render when `farmersState` is updated by parent.
The following changes have been made:

Modified pages/_app.ts to use the built-in NextJS <Script> tag, in order to add GA4 global site tag.
Pass necessary state to `FarmHeaderComponent` via props to ensure
re-render when farm state is changed by parent.
fix: removed execute card for executed proposals

Co-authored-by: daan <[email protected]>
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.

6 participants