Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bh2smith/safe-airdrop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.4
Choose a base ref
...
head repository: bh2smith/safe-airdrop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 11 commits
  • 24 files changed
  • 4 contributors

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    9387c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5740fc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Supports eip 3770 address format, better network support (#342)

    * Supports eip 3770 address format, better network support
    
    Other changes:
    * network specifics moved into one data structure
    * corrects token symbols for all supported networks
    * drain safe generation skips 0 balances of native tokens
    * removes faulty mergify config
    * makes transfers backward compatible. If no token_type is given we assume erc20 / native.
    
    closes #338, #322
    schmanu authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a8fb353 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

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

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    d75de1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97eda8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a061a3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8132134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6bae18 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. update all safe dependencies (#355)

    * update all safe dependencies
    
    * /usr/local/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
    bh2smith authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e49a4f5 View commit details
    Browse the repository at this point in the history
  2. Fixes #357 and #358 (#359)

    * Fixes #357 and #358
    
    * Ignores tokens without address in token lists
    * Allows to use amount or value column header
    
    Other changes
    * test for column header backward compatibility
    * fixes bug for native asset drain transfers
    * renames value => amount for default column headers
    * generated transfers (drain) use amount instead of value
    
    Co-authored-by: schmanu <schmanu@users.noreply.github.com>
    schmanu and schmanu authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    848bc3b View commit details
    Browse the repository at this point in the history
Loading