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

Get correct token balance based on token type on claim #233

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

findolor
Copy link
Collaborator

No description provided.

@findolor findolor merged commit 4ac75c9 into development Aug 19, 2022
@findolor findolor deleted the fix/claim-page-token-balance branch August 19, 2022 08:32
findolor added a commit that referenced this pull request Aug 19, 2022
* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
findolor added a commit that referenced this pull request Aug 19, 2022
* Sync development to testnet (#221)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

* Merge development to testnet (#226)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Sync development to testnet (#235)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
findolor added a commit that referenced this pull request Aug 19, 2022
* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Move airdrop acc limit to env file and remove duplicate check (#237)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
findolor added a commit that referenced this pull request Aug 19, 2022
* Sync development to testnet (#221)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

* Merge development to testnet (#226)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Sync development to testnet (#235)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Merge development (#238)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Move airdrop acc limit to env file and remove duplicate check (#237)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
findolor added a commit that referenced this pull request Aug 29, 2022
* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Sync development to testnet (#221)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Merge development to testnet (#226)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Sync development to testnet (#235)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Move airdrop acc limit to env file and remove duplicate check (#237)

* Merge development (#238)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Move airdrop acc limit to env file and remove duplicate check (#237)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Terra ledger support for airdrops (#241)

* Work on ledger support for terra

* Add ledger support for terra airdrops

* Fix empty claim msg

* Add an alert for terra airdrop claiming

* Remove unused depencencies

* Add wallet check on contract upload (#247)

* Remove log

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
findolor added a commit that referenced this pull request Aug 30, 2022
* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Sync development to testnet (#221)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Merge development to testnet (#226)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Sync development to testnet (#235)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Move airdrop acc limit to env file and remove duplicate check (#237)

* Merge development (#238)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

* Get correct token balance based on token type (#233)

* Custom decimal on denom conversion (#234)

* Add decimal parameter to denom conversion

* Add custom decimals to conversion method

* Change contract parameter to be recipient for cw20 execute send (#232)

* Move airdrop acc limit to env file and remove duplicate check (#237)

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Terra ledger support for airdrops (#241)

* Work on ledger support for terra

* Add ledger support for terra airdrops

* Fix empty claim msg

* Add an alert for terra airdrop claiming

* Remove unused depencencies

* Add wallet check on contract upload (#247)

* Fix airdrop contract claim message (#251)

* Add wallet check on contract upload

* Compatibility for Loop airdrop (#250)

* Backwards compatibility for Loop airdrop

* Separate signTerraClaimSignature() logic

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
MightOfOaks added a commit that referenced this pull request Nov 10, 2022
* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Sync development to testnet (#221)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

Co-authored-by: Serkan Reis <serkanreis@gmail.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Get correct token balance based on token type (#233)

* Terra ledger support for airdrops (#241)

* Work on ledger support for terra

* Add ledger support for terra airdrops

* Fix empty claim msg

* Add an alert for terra airdrop claiming

* Remove unused depencencies

* Compatibility for Loop airdrop (#250)

* Backwards compatibility for Loop airdrop

* Separate signTerraClaimSignature() logic

* Merge development to testnet (#226)

* Amount validity check update

* Airdrop fund and register subtitle fix (#219)

* Fix subtitles for airdrop register & fund

* Typo fix

* Native token airdrop support (#220)

* Add token selection UI to airdrop create page

* Fix native token logic on airdrop create

* Add new method for funding in merkle airdrop contract

* Update airdrop props

* Use correct funding method based on airdrop token

* Implement native token logic on claim page

* Fix client error on website load

* Update instantiate message with native token

* Fix balance error on website load

* Manage (burn or withdraw) remaining funds for an expired airdrop (#223)

* Feature: Terra airdrop support (#224)

* Sync development to testnet (#205)

* Remove comment

* Update testnet chain id

* Merge development to testnet (#214)

* Remove comment

* Update testnet chain id

* Typo fixes (#208)

* Changed "swiss knife" to "Swiss Army knife"
* Removed unnecessary and unconventional "as" before "Smart Contract Dashboard"
* Capitalized first letter of "Airdrops" and "Create Airdrop" page names, changed reference to Create Airdrop page to mention the page name

* Sign and verify placeholder (#207)

* add placeholders for sign and verify

* Fix signature placeholder

* fix placeholder

* update testnet explorer

* Add features to keplr config

* The utility function isValidAccountsFile() now includes a check for duplicate addresses

* Json formatted execute operation entry changed (#206)

* Json formatted execute operation entry turned into form like formatted entry

* Minor fixs

* Minor fixes

* Minor fixes

* Walletless query (#212)

* Wallet.tsx client turned into cosmwasmclient when not initialised

* Minor fix

* Minor fixes

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Bump version

* Add terra related logic (#2)

* Add terra related logic to whitelist processing

* Set terra airdrop flag on airdrop creation

* Update airdrop props

* Add terra related logic to merkle contract helpers

* Add terra logic to claim page

* Update logic

* Show claim button for all terra airdrops

* Include signature in Terra airdrop claim messages

* Revert "Include signature in Terra airdrop claim messages"

This reverts commit ecaed19.

* Include "sig_info" in Terra airdrop claim messages (#4)

* Include signature in Terra airdrop claim messages

* Remove txSigner from burn message on merkle airdrop

* Remove unused code

* Add comments for later on

Co-authored-by: findolor <anakisci@gmail.com>

* Add hrp field

* Setup redirects and fix manage page error

* Refactor claim page terra airdrop logic

Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Revert "Merge branch 'testnet' into development"

This reverts commit f370b81, reversing
changes made to c94efb3.

* Remove txSigner from claim method in airdrop helpers

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>

* Query airdrop pause status on manage page

* Add pause and resume buttons

* Check isAdmin for airdrops on AirdropsTable

* Add manage button for airdrops on AirdropsTable

* Error message update for pause()

* Error message update for pause() - 2

* Remove legacy claim signature logic

* Sync development > testnet (#276)

* Add withdrawal amount input to airdrop management UI (#271)

* Update token withdrawal UI (#272)

* Update burn & withdraw functions on contract management UI (#273)

* Implement burnAll & withdrawAll (#275)

* Merge testnet > mainnet (#266) (#278)

Co-authored-by: Arda Nakışçı <anakisci@gmail.com>
Co-authored-by: Lyte <andygolay@gmail.com>
Co-authored-by: Highlander <68139321+Highlander-maker@users.noreply.github.com>
Co-authored-by: Highlander-Maker <highlander1952@protonmail.com>
Co-authored-by: Furkan Kaymak <furkan@deuslabs.fi>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant