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

Nft transfers #311

Merged
merged 14 commits into from
Dec 3, 2021
Merged

Nft transfers #311

merged 14 commits into from
Dec 3, 2021

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    9fa5fab View commit details
    Browse the repository at this point in the history
  2. UI changes for multisending nfts and erc20 tokens in one transaction

    NEW UI:
    * Tab-Navigation to fill out a CSV for Asset-Transfers or Collectible-Transfers
    * transfer-tables are now always displayed under the CSV-Form.
    * there are now two tables: For asset transfers and for collectible transfers
    * submit button is at the bottom of these tables
    
    issue #16
    schmanu committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6ca864f View commit details
    Browse the repository at this point in the history
  3. small ui cleanup

    schmanu committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    a015e13 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

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

Commits on Nov 16, 2021

  1. rework of nft sending ui

    * one combined CSV file for nft / asset transfers
    * tables are wrapped in accordions
    schmanu committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    79d8731 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    85f7d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92fa62 View commit details
    Browse the repository at this point in the history
  3. small refactoring of modal

    schmanu committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bf484b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. fixes existing unittests

    schmanu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    17622bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de91e5a View commit details
    Browse the repository at this point in the history
  3. finishes up nft transfers

    * Updates help text
    * Validates, that the value is a integer for erc1155 transfers
    * unittests for the transfer of collectibles
    * unittest for decimal (invalid) erc1155
    * fixes sample file
    schmanu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    763df5c View commit details
    Browse the repository at this point in the history
  4. remove unused global styles

    schmanu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7324e78 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. simplifies token_types erc1155 and erc721 to nft

    * instead of providing erc1155/erc721 the token_type now is simply nft
    * fixes performance problem of editor. For no reason the csvContent was held by the App and passed down to the editor
    * tests for nft transfers
    * updated faq
    schmanu committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2d9b915 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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