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

V2 single currency market #130

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

Conversation

udkreddySomish
Copy link
Collaborator

Refer this sheet, for the list of changes made to the contracts

PremSOMISH and others added 30 commits November 13, 2020 12:24
changed way of converting buffer to hex in signAndExecuteMetaTx
udkreddySomish and others added 26 commits February 3, 2021 10:02
Fixed issues with option pricing fomula
…ption pricing function accordingly

shifted AllMarket interface to interface file
Skipping settleMarket if feed address is null

Handeling create market if feed address is null
Fixed script responsible for signing the meta tx

took contracts out of plotxToken.sol

Fixed test cases broke due to EIP changes
Implemented EIP 712 in all contracts following MetaTx
@maxsam4
Copy link
Collaborator

maxsam4 commented Feb 16, 2021

msg.sender is still being used at a lot of places. Please replace msg.sender with the meta tx's _msgSender wherever applicable.

@udkreddySomish
Copy link
Collaborator Author

Yes, msg.sender is added intentionally wherever the particular function is to be called by any contract or the relayer.

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