Skip to content

Commit

Permalink
Feature: Terra airdrop support (#224)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
7 people committed Nov 10, 2022
1 parent 93f3fc2 commit c905ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
},
"prettier": "@juno-tools/prettier-config",
"private": true
}
}

0 comments on commit c905ed7

Please sign in to comment.