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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment before confirming vote #13

Merged
merged 2 commits into from
Aug 28, 2021
Merged

comment before confirming vote #13

merged 2 commits into from
Aug 28, 2021

Conversation

saml33
Copy link
Collaborator

@saml33 saml33 commented Aug 28, 2021

I haven't tested this as I couldn't figure out how to get off mainnet 馃檭

@netlify
Copy link

netlify bot commented Aug 28, 2021

鉁旓笍 Deploy Preview for sad-einstein-a108a8 ready!

馃敤 Explore the source changes: a53e174

馃攳 Inspect the deploy log: https://app.netlify.com/sites/sad-einstein-a108a8/deploys/612a1384d61e7600089e531a

馃槑 Browse the preview: https://deploy-preview-13--sad-einstein-a108a8.netlify.app

Copy link
Collaborator

@SebastianBor SebastianBor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vote confirmation popup seems to me to be too small and cramped for such a significant action. Would it make sense to make it bigger?
Or maybe we can avoid it altogether and add the vote comment directly on the voting panel?

components/DiscussionForm.tsx Show resolved Hide resolved
ownTokenRecord.pubkey,
vote
)
if (comment) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better UX to combine vote and chat instruction into a single transaction to avoid two wallet confirmations

@saml33
Copy link
Collaborator Author

saml33 commented Aug 28, 2021

The vote confirmation popup seems to me to be too small and cramped for such a significant action. Would it make sense to make it bigger?
Or maybe we can avoid it altogether and add the vote comment directly on the voting panel?

Yeah, it still needs a little work. Assume there is a max-length for a comment? The input should probably be a textarea too. I think it's cleaner to just have the vote buttons in the vote panel as there is already the discussion form above. It does feel like an extra step though.

@SebastianBor
Copy link
Collaborator

The vote confirmation popup seems to me to be too small and cramped for such a significant action. Would it make sense to make it bigger?
Or maybe we can avoid it altogether and add the vote comment directly on the voting panel?

Yeah, it still needs a little work. Assume there is a max-length for a comment? The input should probably be a textarea too. I think it's cleaner to just have the vote buttons in the vote panel as there is already the discussion form above. It does feel like an extra step though.

I'm wondering whether the vote panel could be on the side below the deposit panel to have the actionable UI in one place. Then comment on the vote panel wouldn't look that bad. And maybe it could be blow the voting buttons?

Co-authored-by: Sebastian Bor <Sebastian_Bor@hotmail.com>
@saml33 saml33 merged commit c28d3ea into main Aug 28, 2021
SebastianBor pushed a commit that referenced this pull request Apr 29, 2022
* add foresight-sdk dep

* add foresight to devnet.json

* fix programId

* add FORE mint to MINT_METADATA

* add example instruction to form

* remove comma

* add MakeInitMarketParams for Foresight

* husky did this

* lint

* more lin

* more foresight instructions

* lint

* tidy up provider

* lint

* add initCategory for foresight

* useGovernanceAssets

* missing import

* use DEVNET_TREASURY const

* add ForesightMakeResolveMarketParams

* finish adding resolve market

* avoid repeated constant

* missing resolve market in useGovernanceAssets

* clean up foresight instructions

* add AddMarketListToCategory

* add ForesightAddMarketListToCategory

* update foresight-sdk

* add AddMarketMetadata

* add ForesightGovernedAccountSelect

* start using ForesightGovernedAccountSelect

* reduce type duplication

* save unsaved file

* save unsaved file

* remove unused imports

* more refactoring to avoid duplication

* fix empty object type

* fix empty object type

* fix empty object type

* unused imports

* fix types import

* more refactoring

* unused import

* extract ForesightUseEffects

* unused import

* refactor more

* unused import

* refactor addmarketmetadataparams

* refactor init category

* refactor MakeInitMarketList

* big refactor

* lint

* more refactoring

* lint

* try using the user wallet as an authority

* change other stuff (except resolving markets) to user wallet

* missing param

* reorder element

* reorder elements

* update for newer foresight-sdk

* remove unused import

* fix issue with wrong program id

* bump foresight-sdk version

* npm: bump @blockworks-foundation/mango-client from 3.4.3 to 3.4.4 (#2)

Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/blockworks-foundation/mango-client-v3/releases)
- [Commits](https://github.com/blockworks-foundation/mango-client-v3/commits)

---
updated-dependencies:
- dependency-name: "@blockworks-foundation/mango-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @friktion-labs/friktion-sdk from 1.1.25 to 1.1.70 (#3)

Bumps [@friktion-labs/friktion-sdk](https://github.com/Friktion-Labs/volt) from 1.1.25 to 1.1.70.
- [Release notes](https://github.com/Friktion-Labs/volt/releases)
- [Commits](https://github.com/Friktion-Labs/volt/commits)

---
updated-dependencies:
- dependency-name: "@friktion-labs/friktion-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump tsconfig-paths from 3.12.0 to 3.14.1 (#5)

Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.12.0 to 3.14.1.
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](dividab/tsconfig-paths@v3.12.0...v3.14.1)

---
updated-dependencies:
- dependency-name: tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @solana/spl-token-registry from 0.2.3470 to 0.2.3635 (#6)

Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.3470 to 0.2.3635.
- [Release notes](https://github.com/solana-labs/token-list/releases)
- [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md)
- [Commits](solana-labs/token-list@v0.2.3470...v0.2.3635)

---
updated-dependencies:
- dependency-name: "@solana/spl-token-registry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump postcss from 8.4.4 to 8.4.12 (#10)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.4 to 8.4.12.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.4...8.4.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update lock file

* npm: bump @solana/spl-token from 0.1.8 to 0.2.0 (#7)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.1.8 to 0.2.0.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/compare/@solana/spl-token@v0.1.8...stake-pool-v0.2.0)

---
updated-dependencies:
- dependency-name: "@solana/spl-token"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump axios from 0.26.1 to 0.27.1 (#4)

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v0.27.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* switch to AssetAccount

* fix friktion-sdk version in line with main

* remove accidental package.json entries

* get rid of package.json deviations

* update lock file

* npm: bump next from 12.1.4 to 12.1.5 (#12)

Bumps [next](https://github.com/vercel/next.js) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.1.4...v12.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump react from 18.0.0 to 18.1.0 (#13)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.1.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump ts-node from 10.5.0 to 10.7.0 (#14)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.5.0 to 10.7.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v10.5.0...v10.7.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.21.0 (#16)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.19.0 to 5.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.21.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix friktion-sdk version in lock file

* add foresight to devnet.json

* move foresight utils to utils dir

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SebastianBor pushed a commit that referenced this pull request May 12, 2022
* npm: bump @solana/spl-token from 0.1.8 to 0.2.0 (#2)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.1.8 to 0.2.0.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/compare/@solana/spl-token@v0.1.8...stake-pool-v0.2.0)

---
updated-dependencies:
- dependency-name: "@solana/spl-token"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump tsconfig-paths from 3.12.0 to 3.14.1 (#3)

Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.12.0 to 3.14.1.
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](dividab/tsconfig-paths@v3.12.0...v3.14.1)

---
updated-dependencies:
- dependency-name: tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump next from 12.1.4 to 12.1.5 (#4)

Bumps [next](https://github.com/vercel/next.js) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.1.4...v12.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump dayjs from 1.10.7 to 1.11.1 (#6)

Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.7 to 1.11.1.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.10.7...v1.11.1)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.20.0 (#7)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.20.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @blockworks-foundation/mango-client from 3.4.3 to 3.4.4 (#9)

Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/blockworks-foundation/mango-client-v3/releases)
- [Commits](https://github.com/blockworks-foundation/mango-client-v3/commits)

---
updated-dependencies:
- dependency-name: "@blockworks-foundation/mango-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Integration: Castle deposit and withdraw (#13)

* Add @castlefinance/vault-sdk dependency

* Add CastleDepositForm interface + Instructions.DepositIntoCastle to proposalCreationTypes

* Add Instructions.DepositIntoCastle to hooks/useGovernanceAssets.ts

* Add getCastleDepositInstruction to instructionTools.ts

* Add getCastleDepositSchema to utils/validations

* Add CastleDeposit component

* Add CastleDeposi to New Proposal component

* Fixed eslint errors

* execution option button

* Implement execution option

* fix - lint error

* Fix formatting divergence

* Revert formatting updates

* Undo formatting changes?

* Add deposit into tx without refresh

* Integrate updated sdk

* Add Castle Withdraw initial files

* Implement basic withdraw, deposit works on mainnet

* Temporarily remove git hooks

* Integrate vault-core

* Remove old config code from CastleWithdraw

* Grab amount from instruction data

* Remove unused param

* Fix duplicate cases

* Remove duplicate case

* temporarily disable husky

* Clean up

* Update ExecuteInstructionButton.tsx

* fix nft amount match (#640)

* fix

* fix

* filter fix (#641)

* Feature/release loader and council (#643)

* release loader

* hide multi vote for nfts

* vote with council alone when plugin is on

* fix council

* release nfts addon

* Add Foresight DAO (#642)

* add foresight-sdk dep

* add foresight to devnet.json

* fix programId

* add FORE mint to MINT_METADATA

* add example instruction to form

* remove comma

* add MakeInitMarketParams for Foresight

* husky did this

* lint

* more lin

* more foresight instructions

* lint

* tidy up provider

* lint

* add initCategory for foresight

* useGovernanceAssets

* missing import

* use DEVNET_TREASURY const

* add ForesightMakeResolveMarketParams

* finish adding resolve market

* avoid repeated constant

* missing resolve market in useGovernanceAssets

* clean up foresight instructions

* add AddMarketListToCategory

* add ForesightAddMarketListToCategory

* update foresight-sdk

* add AddMarketMetadata

* add ForesightGovernedAccountSelect

* start using ForesightGovernedAccountSelect

* reduce type duplication

* save unsaved file

* save unsaved file

* remove unused imports

* more refactoring to avoid duplication

* fix empty object type

* fix empty object type

* fix empty object type

* unused imports

* fix types import

* more refactoring

* unused import

* extract ForesightUseEffects

* unused import

* refactor more

* unused import

* refactor addmarketmetadataparams

* refactor init category

* refactor MakeInitMarketList

* big refactor

* lint

* more refactoring

* lint

* try using the user wallet as an authority

* change other stuff (except resolving markets) to user wallet

* missing param

* reorder element

* reorder elements

* update for newer foresight-sdk

* remove unused import

* fix issue with wrong program id

* bump foresight-sdk version

* npm: bump @blockworks-foundation/mango-client from 3.4.3 to 3.4.4 (#2)

Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/blockworks-foundation/mango-client-v3/releases)
- [Commits](https://github.com/blockworks-foundation/mango-client-v3/commits)

---
updated-dependencies:
- dependency-name: "@blockworks-foundation/mango-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @friktion-labs/friktion-sdk from 1.1.25 to 1.1.70 (#3)

Bumps [@friktion-labs/friktion-sdk](https://github.com/Friktion-Labs/volt) from 1.1.25 to 1.1.70.
- [Release notes](https://github.com/Friktion-Labs/volt/releases)
- [Commits](https://github.com/Friktion-Labs/volt/commits)

---
updated-dependencies:
- dependency-name: "@friktion-labs/friktion-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump tsconfig-paths from 3.12.0 to 3.14.1 (#5)

Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.12.0 to 3.14.1.
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](dividab/tsconfig-paths@v3.12.0...v3.14.1)

---
updated-dependencies:
- dependency-name: tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @solana/spl-token-registry from 0.2.3470 to 0.2.3635 (#6)

Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.3470 to 0.2.3635.
- [Release notes](https://github.com/solana-labs/token-list/releases)
- [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md)
- [Commits](solana-labs/token-list@v0.2.3470...v0.2.3635)

---
updated-dependencies:
- dependency-name: "@solana/spl-token-registry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump postcss from 8.4.4 to 8.4.12 (#10)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.4 to 8.4.12.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.4...8.4.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update lock file

* npm: bump @solana/spl-token from 0.1.8 to 0.2.0 (#7)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.1.8 to 0.2.0.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/compare/@solana/spl-token@v0.1.8...stake-pool-v0.2.0)

---
updated-dependencies:
- dependency-name: "@solana/spl-token"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump axios from 0.26.1 to 0.27.1 (#4)

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v0.27.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* switch to AssetAccount

* fix friktion-sdk version in line with main

* remove accidental package.json entries

* get rid of package.json deviations

* update lock file

* npm: bump next from 12.1.4 to 12.1.5 (#12)

Bumps [next](https://github.com/vercel/next.js) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.1.4...v12.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump react from 18.0.0 to 18.1.0 (#13)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.1.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump ts-node from 10.5.0 to 10.7.0 (#14)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.5.0 to 10.7.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v10.5.0...v10.7.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.21.0 (#16)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.19.0 to 5.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.21.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix friktion-sdk version in lock file

* add foresight to devnet.json

* move foresight utils to utils dir

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix type errors, updated packages

* auxliary token accounts (#644)

* auxliary token accounts

* params page

* revert accounts from params page

* fixes

* fix

* fix auxiliary accounts display

* fix;

* Feature/anchor npm upgrade (#646)

* anchor npm upgrade

* instructions change wip

* upgrade instructions to use new syntax anchor

* fix decode

* small my proposals fix

* fix vote records

* fix

* commit yarn lock

* Add NFTClubBerlin Multisig (#648)

* Add trade with serum (#583)

* setup framework for token actions
get proposal and TX simulation working as expected
add some more complex validations
remove unused vars
change verbage
remove form field for deposit address and use ATA
bump package version

* devs doin stuff

* clean up

* tweak trade on serum button

* use pre-requisite instruction to avoid TX limit

* add slight disclaimer and link to Serum remote

* fix nfts var

* fix double send button; restrict trade on serum to SPL tokens

* Fix logo path and update info (#649)

* FIRST COMMINT LOGO AND INFO NFT OFF ROAD FAN CLUB DAO

* FIX LOGO AND INFO NFT OFF ROAD FAN CLUB DAO

* 'Token' on About tab should show mint rather than realm pubkey (#651)

* Token should show mint rather than realm pubkey

* Only show token symbol if realm is certified

* transaction timeouts based on blocks (#653)

* send transction v2 player

* timeout based on block height

* forward function + comments

* fix

* reject all on timeout

* pull vaults from api, render execution option based on program parsing

* Fix CI issue

* Use castle dependency for anchor

* Fix type errors

Co-authored-by: Alexander Schwartzberg <aeksco@gmail.com>
Co-authored-by: Adrian Brzezi艅ski <a.brzezinski94@gmail.com>
Co-authored-by: Kevin Heavey <24635973+kevinheavey@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Nagy <20590073+what-name@users.noreply.github.com>
Co-authored-by: Tommy Johnson <32071703+tomjohn1028@users.noreply.github.com>
Co-authored-by: Xavier Baquero <93201271+axbaquero@users.noreply.github.com>
Co-authored-by: Evan Doyle <evanmdoyle@gmail.com>

* Update yarn.lock

* Add back husky

* sleep-gap send, remove dead code, use getters

* Use try/catch for ATA creation

* Rename execution option buttons

* Update instructionTools.ts

* Implement generic execution options

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Schwartzberg <aeksco@gmail.com>
Co-authored-by: Adrian Brzezi艅ski <a.brzezinski94@gmail.com>
Co-authored-by: Kevin Heavey <24635973+kevinheavey@users.noreply.github.com>
Co-authored-by: Chris Nagy <20590073+what-name@users.noreply.github.com>
Co-authored-by: Tommy Johnson <32071703+tomjohn1028@users.noreply.github.com>
Co-authored-by: Xavier Baquero <93201271+axbaquero@users.noreply.github.com>
Co-authored-by: Evan Doyle <evanmdoyle@gmail.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.

None yet

2 participants