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

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

Merged
merged 2 commits into from
May 4, 2022

Conversation

emdoyle
Copy link
Contributor

@emdoyle emdoyle commented May 3, 2022

image

The 'Token' section of this tab is actually showing the pubkey of the Realm itself. I believe based on the name it should probably show the community token mint instead.

@vercel
Copy link

vercel bot commented May 3, 2022

@emdoyle is attempting to deploy a commit to the Solana Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented May 3, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
governance-ui ✅ Ready (Inspect) Visit Preview May 4, 2022 at 4:31AM (UTC)

@SebastianBor
Copy link
Collaborator

The 'Token' section of this tab is actually showing the pubkey of the Realm itself. I believe based on the name it should probably show the community token mint instead.

The info is actually correct but the label is wrong. It should be symbol because for the known DAOs it shows it correctly

image

@emdoyle
Copy link
Contributor Author

emdoyle commented May 3, 2022

The 'Token' section of this tab is actually showing the pubkey of the Realm itself. I believe based on the name it should probably show the community token mint instead.

The info is actually correct but the label is wrong. It should be symbol because for the known DAOs it shows it correctly

image

Oh, got it! If I were to change the behavior only for uncertified realms/realms that don't provide a token symbol would that be an improvement?

@SebastianBor
Copy link
Collaborator

Oh, got it! If I were to change the behavior only for uncertified realms/realms that don't provide a token symbol would that be an improvement?

Let's show the symbol if defined and if not then let's hide it.
The token info is on the params view

@SebastianBor SebastianBor merged commit 12e4046 into solana-labs:main May 4, 2022
adamlawrencium added a commit to castle-finance/governance-ui that referenced this pull request May 5, 2022
* 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 (solana-labs#640)

* fix

* fix

* filter fix (solana-labs#641)

* Feature/release loader and council (solana-labs#643)

* release loader

* hide multi vote for nfts

* vote with council alone when plugin is on

* fix council

* release nfts addon

* Add Foresight DAO (solana-labs#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 (solana-labs#644)

* auxliary token accounts

* params page

* revert accounts from params page

* fixes

* fix

* fix auxiliary accounts display

* fix;

* Feature/anchor npm upgrade (solana-labs#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 (solana-labs#648)

* Add trade with serum (solana-labs#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 (solana-labs#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 (solana-labs#651)

* Token should show mint rather than realm pubkey

* Only show token symbol if realm is certified

* transaction timeouts based on blocks (solana-labs#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>
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