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

feat: burn capital, landing page and multi burn #1222

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    d763f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62aa633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db6d05 View commit details
    Browse the repository at this point in the history
  4. feat: Update wallet connection section in BurnCapitalScreen

    This commit removes unused imports and adds new functionality to the TopSectionConnectWallet component. When a wallet is connected, it now shows the user's avatar and address. If no wallet is connected, it displays the MainConnectWalletButton for users to connect their wallets.
    omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3769259 View commit details
    Browse the repository at this point in the history
  5. feat: add multi-burn support and cache invalidation on burn

    This commit introduces the ability to perform multi-burn operations and implements cache invalidation when a burn operation is performed. The cache invalidation ensures the data is refreshed post-burn, providing up-to-date information to the users.
    omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c80f440 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    503b383 View commit details
    Browse the repository at this point in the history
  7. linter

    omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6c803d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55aee2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    651fa1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06f5995 View commit details
    Browse the repository at this point in the history
  11. feat: enable NFT burner feature in NFTView component

    This commit re-enables the NFT burner feature which was previously commented out in the NFTView component. This includes fetching the network feature, getting authorized collections and showing the recycle option if the burner feature is enabled and the NFT contract address is included in the authorized collections.
    omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cb45c73 View commit details
    Browse the repository at this point in the history
  12. feat: Remove unused query client and add explanatory comment

    Removed an unused instance of queryClient in the NFTView component. Additionally, added a comment to explain the use of hardcoded values in the BurnableNFTs component instead of fetching authorized collections.
    omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    50e35ba View commit details
    Browse the repository at this point in the history
  13. fix: better business logic

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz authored and omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cd0cadd View commit details
    Browse the repository at this point in the history
  14. chore: regen networks.json

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz authored and omniwired committed May 28, 2024
    Configuration menu
    Copy the full SHA
    00ff3aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    350f60e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a1aaea View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    904e349 View commit details
    Browse the repository at this point in the history