Skip to content

Conversation

EthanOK
Copy link

@EthanOK EthanOK commented Aug 11, 2025

add hardhat test

haydenadams and others added 30 commits September 20, 2019 13:06
This fixes an apparent bug in the ERC20-ERC20 exchange contract, in which two methods use the equality operator == instead of the assignment operator =.
This refactors the ERC20-ERC20 contract to split swapInput into two public functions, with the shared logic in a single private function. This reduces the amount of branching, and is likely to make further changes (such as caching reserve balances and recording accumulator values for the oracle) easier.
contracts: track reserves in ERC20-ERC20 exchange and remove transferFrom
moodysalem and others added 30 commits April 14, 2020 21:37
Prepare for deploying the contracts and build artifacts to npmjs
* Widen the pragma

This reverts commit 528056e
* Create CITATION.cff

I want to cite this Github repository in some research papers I am writing. A `CITATION.cff` auto generates citations for anyone who may want to reference this repository in their work. See the (docs)[https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files]. I have drafted this to include the authors of the repository if you desire any changes, please make them.  Thank you.

* Update CITATION.cff

Co-authored-by: Noah Zinsmeister <[email protected]>
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.

9 participants