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

Delegates #1311

Closed
wants to merge 58 commits into from
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
749cd0c
Imported Delegate and Indexer contracts and Fixed Delegate code to al…
smartcontrart Dec 14, 2023
13bd57b
Updated Indexer code to compile with Solidity 0.8.17
smartcontrart Dec 14, 2023
2de8b8c
Updated licenses for Delegates and Indexer contracts
smartcontrart Dec 14, 2023
e3a4552
Removed constructor visibility and updated Delegate/Indexer interacti…
smartcontrart Dec 14, 2023
7cdb24d
Removed the indexer boilerplate and adjusted the delegate placeholder…
smartcontrart Jan 9, 2024
c388135
Removed the indexer boilerplate and adjusted the delegate placeholder…
smartcontrart Jan 9, 2024
f0eef52
Merge pull request #1251 from airswap/develop
dmosites Jan 11, 2024
6c1cc86
Merge pull request #1260 from airswap/develop
dmosites Jan 15, 2024
a9d08e3
Merge pull request #1266 from airswap/develop
dmosites Jan 18, 2024
da9bbc7
Merge pull request #1268 from airswap/develop
dmosites Jan 19, 2024
58f612c
publish libraries 4.2.1-beta.0
dmosites Jan 20, 2024
d9d08fb
bump libraries beta version
dmosites Jan 25, 2024
b00c2ad
Merge branch 'develop' into delegates
smartcontrart Feb 1, 2024
d27ad6f
Removed IDelegateFactoryContract
smartcontrart Feb 1, 2024
67b6d43
Created basics of the swap function for the delegate contract
smartcontrart Feb 29, 2024
4674419
Fixed token transfers
smartcontrart Mar 10, 2024
469508b
Removed unecessary variable
smartcontrart Mar 10, 2024
e439848
Removed unused imports in Delegate tests
smartcontrart Mar 10, 2024
1e32701
Removed unused imports in Delegate tests
smartcontrart Mar 10, 2024
6eb837e
Fixed transfer amounts
smartcontrart Mar 12, 2024
03994bf
Updated recipient to delegator in swapERC20
smartcontrart Mar 12, 2024
97fa0b8
Renamed signer to delegator and sender to taker
smartcontrart Mar 12, 2024
e5ee912
Renamed signer and sender to delegator and taker for clarity and adde…
smartcontrart Mar 13, 2024
4017966
Created delegate integration test
smartcontrart Mar 13, 2024
809590b
Removed unused variables
smartcontrart Mar 13, 2024
b3a7643
Merge branch 'develop' into delegates
smartcontrart Mar 19, 2024
53def14
updated delegates contract to solady library
smartcontrart Mar 20, 2024
a87c3ea
Merge branch 'main' of github.com:airswap/airswap-protocols into dele…
dmosites Mar 21, 2024
282bcaf
Merge branch 'develop' of github.com:airswap/airswap-protocols into d…
dmosites Mar 21, 2024
a996532
delegates: cleanup deps; remove redundants
dmosites Mar 21, 2024
274f770
name updates; test quickfix
dmosites Mar 21, 2024
4b1a993
prettier
dmosites Mar 21, 2024
10b0548
Renamed _maxDelegatorAmount to _maxSenderAmount for consistency
smartcontrart Mar 29, 2024
868dfd7
Added test to check delegate allowance
smartcontrart Mar 29, 2024
b27a3b1
Added internal rule tests
smartcontrart Mar 29, 2024
8f1c372
Implemented Delegate price check
smartcontrart Apr 4, 2024
c505ce5
Separated setting and unsetting rules tests
smartcontrart Apr 5, 2024
7b976cc
Specified DEFAULT_SIGNER_AMOUNT and DEFAULT_SENDER_AMOUNT in tests. A…
smartcontrart Apr 10, 2024
3872788
Removed test to check if sender can send more token that defined in t…
smartcontrart Apr 16, 2024
07076a3
Implemented signatory logic allowing sender to delegate rule setting …
smartcontrart Apr 22, 2024
8784a44
Wrote delegate deploy script
smartcontrart May 7, 2024
822f346
Removed unecessary scripts
smartcontrart May 7, 2024
d79aa13
updated deploy.js.d.ts
smartcontrart May 7, 2024
e953079
Fixed chain name import
smartcontrart May 8, 2024
7bf3577
Deployed to Sepolia
smartcontrart May 8, 2024
b08cce0
Renamed Signatory to Manager, adjusted tests accordingly
smartcontrart May 8, 2024
5b76c88
Deployed to Sepolia
smartcontrart May 8, 2024
1076bbd
Merge branch 'develop' of github.com:airswap/airswap-protocols into d…
dmosites May 10, 2024
c20ee77
prettier
smartcontrart May 10, 2024
c548a68
Merge branch 'delegates' of github.com:airswap/airswap-protocols into…
dmosites May 15, 2024
a703ec1
Merge branch 'develop' of github.com:airswap/airswap-protocols into d…
dmosites May 15, 2024
a017d41
restore abis
dmosites May 15, 2024
620e34e
Updated copyright date
smartcontrart May 16, 2024
f0033c8
PR comments, added swapERC20 setter and fixed ownership initialization
smartcontrart May 16, 2024
becd52d
zeroed out all fields in the rule when unsetting
smartcontrart May 16, 2024
97d3d82
Refactored rule reset on unset
smartcontrart May 18, 2024
96dc10c
Merge branch 'beta' into develop
smartcontrart May 31, 2024
64d8bf8
Merge branch 'develop' into delegates
smartcontrart May 31, 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

These merge commits were added into this branch cleanly.

There are no new changes to show.