Skip to content

V2 single currency market - #130

Open
udkreddySomish wants to merge 111 commits into
masterfrom
v2-singleCurrencyMarket
Open

V2 single currency market#130
udkreddySomish wants to merge 111 commits into
masterfrom
v2-singleCurrencyMarket

Conversation

@udkreddySomish

Copy link
Copy Markdown
Collaborator

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

PremSOMISHand others added 30 commits November 13, 2020 12:24
changed way of converting buffer to hex in signAndExecuteMetaTx
udkreddySomishand 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
Copy Markdown
Collaborator

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
Copy Markdown
CollaboratorAuthor

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

Sign up for freeto 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

@udkreddySomish@maxsam4@PremSOMISH