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

Symbiotes! #10726

Open
wants to merge 3,720 commits into
base: dev
Choose a base branch
from
Open

Symbiotes! #10726

wants to merge 3,720 commits into from

Conversation

nuevoalex
Copy link
Contributor

No description provided.

bthaile and others added 30 commits February 8, 2021 19:36
make breakdown lighter color when inputs are unedited
…-and-tables

Fixed overflow for network mistmatch, market cards. Fixed table header height
…e preserved between long inputs and the label of the value, also added ellipsis to the text after you lose foccus for really long values.
#10592)

* mis math on setting value for activity and transactions for eth add liquidity

* fix issue where using same property for two different values
call new middleware multi-claim for individual market claim winnings
…. prevents a buffer override app blowing up style error (#10599)
fix bug where markets weren't updating when liquidity setting was cha…
@nuevoalex nuevoalex requested a review from pgebheim February 28, 2021 09:04
@pgebheim
Copy link
Member

pgebheim commented Mar 2, 2021

@Mergifyio rebase dev

@mergify
Copy link
Contributor

mergify bot commented Mar 2, 2021

Command rebase dev: success

Branch has been successfully rebased

return _config;
}

function getSymbioteResolution(uint256 _id) public returns (uint256[] memory) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe call this pullSymbioteResolution? It looks like a getter now but clearly isn't.

@robert-e-davidson3
Copy link
Contributor

My understand of this code isn't very deep but from a shallow review, it looks good to me.

require(_config.prices.length == 2);
require(_config.prices[0] < _config.prices[1]);
require(uint256(_config.prices[1] - _config.prices[0]) > _numTicks);
require(_config.marketType != IMarket.MarketType.YES_NO, "YES/NO not permitted");
Copy link
Contributor

Choose a reason for hiding this comment

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

Why?

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.

10 participants