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

Reworks the balance checks and adds them for erc721 tokens #335

Merged
merged 7 commits into from
Jan 9, 2022

Commits on Jan 7, 2022

  1. Reworks the balance checks and adds them for erc721 tokens

      - Instead of using the web3provider to check individual token balances we fetch all balances at the start of the app
      - Adds balance and duplicate ID check for ERC721 transfers
    schmanu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8cff7b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Drain safe functionality

    * The link to the sample file was moved into the Help-Modal
    * Instead there is a menu to generate transfers with the option to drain the safe
    
    closes #171
    schmanu committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4cf4b5b View commit details
    Browse the repository at this point in the history
  2. Small tweak to loader

    schmanu committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    2a1bd2e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Refactor balanceCheck into own file

    * 100% test coverage of asset and collectible balance check
    schmanu committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    7e72ffe View commit details
    Browse the repository at this point in the history
  2. Refactor max row check into parser

    * the csvParser covers the max-line check
    * test for the max-line check
    schmanu committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    d80a536 View commit details
    Browse the repository at this point in the history
  3. removes some console outputs

    schmanu committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    732024f View commit details
    Browse the repository at this point in the history
  4. Better naming for balance check results for erc721 transfers

    * a boolean flag for duplicate transfers instead of transferAmount
    * test for duplicate transfer detection
    schmanu committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    5f168f9 View commit details
    Browse the repository at this point in the history