erc20-pool

Permissioned ERC20 swap pool for EVM
Info | Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-04-15 12:02Enable choice in net fee, settable evm versionlash8+64-16
2024-04-15 10:50Merge remote-tracking branch 'ge/sohail/feat-events' into dev-0.1.0lash8+68-28
2024-04-15 10:32Upgrade depslash4+10-8
2024-04-09 07:46feat: admin only withdrawalsMohammed Sohail4+6-5
2024-04-08 04:55solc: compile event changesMohammed Sohail3+4-4
2024-04-08 04:54fix: typo in events, add docsMohammed Sohail1+5-5
2024-04-08 04:48feat: add Deposit and Collect eventsMohammed Sohail1+27-7
2024-04-08 04:33feat: add Swap eventMohammed Sohail1+12-0
2024-04-08 04:13fixes: fee application to swap quoteMohammed Sohail5+18-11
2024-03-21 04:55feat: make useful variables publicMohammed Sohail7+19-19
2023-08-03 16:23Add swap description sectionlash1+10-1
2023-08-03 15:01Remove declaration from contract, interfacelash10+25-26
2023-08-03 14:51Add token quote interface identifierlash1+11-0
2023-08-03 14:49Differentiate revert error message in quoterlash4+6-6
2023-08-03 14:36Specify fee inheritancelash1+1-3
2023-08-03 14:30Correct typo in fees sectionlash1+4-3
2023-08-03 14:20Add fees section in readmelash1+23-1
2023-08-03 14:20Correct quoter name in readmelash1+1-1
2023-08-03 14:18Add readmelash1+6-6
2023-08-03 13:53Add quoter example contract for decimals translationlash9+324-0
2023-08-01 14:34Correct quoter seal flaglash3+5-5
2023-08-01 14:33Add quoter set method in contractlash4+12-4
2023-07-28 13:09Add packaginglash3+60-0
2023-07-28 12:46Add limiter token registrylash9+137-31
2023-07-27 16:35Add holder to limiter calllash3+4-4
2023-07-27 16:31Add limit registrylash5+40-14
2023-07-27 15:55Add licenselash1+661-0
2023-07-27 07:01Add interface testlash3+34-5
2023-07-27 06:45Add fee withdraw optionlash9+143-20
2023-07-26 16:02Implement python interface, deposit and swap testlash14+394-8
2023-07-25 08:49Initial commitlash2+113-0