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

Airdrop #628

Merged
merged 32 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a874e4d
Airdrop
kumaryash90 Mar 18, 2024
1ed800a
airdrop with signature
kumaryash90 Mar 19, 2024
6fae75a
benchmark tests
kumaryash90 Mar 19, 2024
e9704e5
Merge branch 'main' into yash/airdrop-combined
jakeloo Mar 20, 2024
0b84c84
Partial changes
jakeloo Mar 20, 2024
aa163a5
remove unused
kumaryash90 Mar 21, 2024
556e78f
remove failsafe and refund from eth airdrop
kumaryash90 Mar 21, 2024
65dd7cf
reorg
kumaryash90 Mar 21, 2024
14553e2
no sig airdrop for eth
kumaryash90 Mar 21, 2024
0b51a7f
claim condition id and reset
kumaryash90 Mar 21, 2024
bfbb385
cleanup
kumaryash90 Mar 21, 2024
ed78b5c
prefix ERC
jakeloo Mar 21, 2024
d5eb80a
fix
kumaryash90 Mar 21, 2024
731bda9
unit tests wip
kumaryash90 Mar 21, 2024
9b7f494
rename
kumaryash90 Mar 22, 2024
c205d93
update tests
kumaryash90 Mar 22, 2024
0439309
Update
jakeloo Mar 22, 2024
9f16b8a
receive and withdraw functions
kumaryash90 Mar 23, 2024
a08405c
cleanup
kumaryash90 Mar 23, 2024
0a8755d
fix uid check
kumaryash90 Mar 25, 2024
6367762
test revert cases
kumaryash90 Mar 25, 2024
a43526d
update claim hash generation and merkle root checks
kumaryash90 Mar 25, 2024
489d535
tests
kumaryash90 Mar 25, 2024
f5bc183
gasreport
kumaryash90 Mar 25, 2024
3db324d
Add onlyOwner for airdrop functions
jakeloo Mar 25, 2024
150fbd1
isClaimed view function
kumaryash90 Mar 25, 2024
17df1dc
remove conditionId param from isClaimed
kumaryash90 Mar 25, 2024
e4f83a6
events
kumaryash90 Mar 25, 2024
ea526c3
update isClaimed
jakeloo Mar 25, 2024
d364ddc
merge main
kumaryash90 Mar 25, 2024
770874d
update dependencies
kumaryash90 Mar 25, 2024
9fe8f19
fix
kumaryash90 Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "lib/dynamic-contracts"]
path = lib/dynamic-contracts
url = https://github.com/thirdweb-dev/dynamic-contracts
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady
Loading
Loading