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

Burn #57

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Burn #57

wants to merge 14 commits into from

Conversation

asymmetric
Copy link
Contributor

@asymmetric asymmetric commented Feb 28, 2020

I think this can be merged into master and changes applied there.

@asymmetric asymmetric force-pushed the burn branch 2 times, most recently from 21408c9 to 9fd8a72 Compare March 28, 2020 18:06
totalSupply |-> Supply => #if Minting #then Supply - Balance + Fee #else Supply - Balance #fi
balanceOf[FeeTo] |-> BalanceFeeTo => #if Minting #then BalanceFeeTo + Fee #else BalanceFeeTo #fi
balanceOf[ACCT_ID] |-> Balance => 0
price0CumulativeLast |-> Price0 => #if TimeElapsed > 0 and Reserve0 =/= 0 and Reserve1 =/= 0 #then Price0 + PrinceIncrease0 #else Price0 #fi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be chopped

@asymmetric asymmetric force-pushed the burn branch 3 times, most recently from 0322eef to 0516743 Compare April 10, 2020 12:05
@d-xo d-xo force-pushed the burn branch 2 times, most recently from fc47040 to d75e65b Compare April 20, 2020 06:02
@asymmetric asymmetric force-pushed the burn branch 4 times, most recently from cc52d59 to 25b8eb5 Compare April 25, 2020 09:02
@asymmetric asymmetric marked this pull request as ready for review May 1, 2020 11:58
@asymmetric asymmetric force-pushed the burn branch 3 times, most recently from eaab935 to 821d99c Compare May 1, 2020 14:50
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.

3 participants