-
Notifications
You must be signed in to change notification settings - Fork 56
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
Proxy and trade #150
Proxy and trade #150
Conversation
Nice! I will maintain the Event declaration so tradingdb doesn't break |
@denisgranha All the EVM logs should be the same. There's just one new event: event OutcomeTokenTrade(address indexed transactor, int[] outcomeTokenAmounts, int outcomeTokenNetCost, uint marketFees); It's similar to event OutcomeTokenPurchase(address indexed buyer, uint8 outcomeTokenIndex, uint outcomeTokenCount, uint outcomeTokenCost, uint marketFees); except you can buy/sell multiple outcomes simultaneously ( |
Okay so everything still have to redeployed, but this is going to be the next version in the 1.x series.