All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.12.0 (2022-04-26)
- offline notice (f92674c)
2.11.1 (2022-04-01)
2.11.0 (2022-04-01)
- add additional wallets (3ee5bc2)
- Add blocknative logo (a48f603)
- add dfuse.io logo (1038b6d)
- add HuobiWallet, remove wallet preference (06c16bb)
- change dfuse.io to streamingfast.io (d54a754), closes #137
- make TAC gnosis safe app (8ea84bf)
- Support Grid+ Lattice hardware wallet (b717d01), closes #138
- upgrade onboard & add TokenPocket wallet (2e6892f)
- build with latest deps (02ebf87)
- compilation of WalletConfigModal.stories.tsx (dfb991b)
- correctly handle allowances for tokens without 0 decimals (6af67d7), closes #120
- doublequote shell script (e590a65)
- remove deprecated wallets (8d9dde9)
- shorten app description (e229b65)
- use built-in imToken wallet module of onboard.js (5ea6797)
2.10.0 (2021-06-10)
- make TAC gnosis safe app (8ea84bf)
- shorten app description (e229b65)
2.9.0 (2021-03-12)
- Add blocknative logo (a48f603)
- add dfuse.io logo (1038b6d)
- change dfuse.io to streamingfast.io (d54a754), closes #137
- Support Grid+ Lattice hardware wallet (b717d01), closes #138
- upgrade onboard & add TokenPocket wallet (2e6892f)
2.8.0 (2020-12-15)
- Add blocknative logo (a48f603)
- add dfuse.io logo (1038b6d)
- add HuobiWallet, remove wallet preference (06c16bb)
- upgrade onboard & add TokenPocket wallet (2e6892f)
- use built-in imToken wallet module of onboard.js (5ea6797)
2.7.1 (2020-09-16)
2.7.0 (2020-04-27)
2.6.1 (2020-04-15)
2.6.0 (2020-04-14)
- mark zero allowances as "positive" (#108) (5fedb31), closes #105
- sort allowance list by token name, closes #40
- show last change date of allowance, closes #1
- enable wallet change, closes #28
- redesigned mobile main page, now with sidebar menu
2.5.1 (2020-04-10)
2.5.0 (2020-04-07)
- add link to gitcoin grant page in footer (144b7ad)
- add opengraph tags (7145be0)
2.4.1 (2020-04-06)
- checksummed walletAddresses were not recognized (095a830)
2.4.0 (2020-04-06)
- add uniLogin wallet support (969344d)
2.3.1 (2020-04-02)
2.3.0 (2020-03-31)
- add 'inline' option to AddressDisplay (5c9adae)
- add mobile render path (b599b26)
- add twitter card markup (b0a13f6)
- initial support for imToken wallet (c7a1e56)
- add bottom margin for grant message (3399204)
- add logo (d680d72)
- check if selected wallet really is imToken wallet (14ae7ec)
- dont crash when wallet connection is removed (d347a4c)
- double mention of dfuse.io (1908505)
- imToken wallet only for mobile devices (69a63f7)
- make homepage segment size responsive (a774674)
- reduce grant message size on mobile (7a1a0d8)
- remove extra segment around AddressInput (b0364ae)
- responsive address input (0a8c0e9)
- responsive addressDisplay (91ae302)
- responsive allowancesList (e68382a)
- responsive editAllowance form (6d0de3b)
- responsive homepage (4f61e66)
- responsive tokenlistfilter (39cf28a)
- use AddressDisplay for No Approval message (4033a7c)
- warning about missing noopener noreferrer (87d57b0)
1.1.1 (2020-02-22)
1.1.0 (2020-02-22)
2.2.2 (2020-03-26)
- always use correct checkAddress (f819620)
- tone down Gitcoin Grant funding message (56751e3), closes #69
2.2.1 (2020-03-25)
- etherscan links on ropsten (e33ef02)
2.2.0 (2020-03-25)
- disable NetworkSelector until wallet is available (68ac7be)
- dont display 'undefined' in title (1080688)
- etherscan links now are network-aware (62be8be)
- reload page on network change (0aad392)
- show error message on unsupported networks (16fd3ab)
2.1.1 (2020-03-24)
- always connect with wallet account (11a2cf7)
2.1.0 (2020-03-23)
2.0.1 (2020-03-13)
- dont crash when there is no code at contract address (7d24ad0)
2.0.0 (2020-03-13)
- add button to reload allowances (ab2a0fc)
- add Old EOS token to well-known-contracts (c51120b)
- display spender contract name if available (31dfa9c), closes #3
- display transaction state (a352921)
- further improve loading progress&UI (7cc5b2a)
- improve loading progress (2a96b73)
- track transaction state (5850b3a)
- use ENSname in allowance list if available (9f03962)
- dont clear existing allowances for already known addresses (ca09610)
- handle failing allowance() calls (bbf6796)
- handle logEntries with empty data (0x) (5ca31e1)
- handling of addresses from url and wallet (4e38c4f)
- improve detection of non-ERC20 contracts (a4d1756)
- improve handling non-compliant ERC20 contracts (66edda1)
- improve wording in EditAllowance form (1e0727f)
- keep addressinput in sync with current address (34127ba)
- missing useEffect deps (a058e55)
1.3.1 (2020-03-02)
- handle failing allowance() calls (bbf6796)
- handle logEntries with empty data (0x) (5ca31e1)
- improve detection of non-ERC20 contracts (a4d1756)
1.3.0 (2020-02-27)
- support Trezor and Ledger (1352998)
- don't autofocus on tokenFilter (cc59442)
- reload allowance after editing (9f576a5), closes #18
- set initial value '0' in EditAllowanceFormContainer.tsx (6b54805)
1.2.0 (2020-02-24)
- change string 'unknown ERC20' to 'unnamed ERC20' (3719183)
- forgot to change 'unknown' to 'unnamed' in another location (04412b3)
1.1.1 (2020-02-22)
- change string 'unknown ERC20' to 'unnamed ERC20' (3719183)
- dont spam console with "reverse name not found" messages (6dd6497)
- make sure to get all results by using paginated graphql query (863876d)
- modify query to not rely on transaction.signer (9638007), closes #6
- prevent change of unmmounted component (8bfcf8c)
- quick fix to remove token contracts that are not ERC20 but still log Approve-events with the same signature (cc93a06)
- use dedicated api key for web requests (69bb99b)