-
Notifications
You must be signed in to change notification settings - Fork 24
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
[WIP] Put Adapter Calls In Fetcher #1453
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
robert-e-davidson3
commented
Oct 11, 2021
- Deploy
- Include v1.3.3 market factories
- use canonical wrapped matic
- Fix ci
- remove v1.3.3 factories
- mumbai deploy of mlb (mumbai deploy of mlb #1317)
- no +/- if market final and user has liquidity (no +/- if market final and user has liquidity #1315)
- force getting new provider per market/user balances data loop (force getting new provider per market/user balances data loop #1324)
- Updates to lp page (Updates to lp page #1323)
- v1.4.0
- Revert "Fix ci"
- redeploy futures for canned markets (redeploy futures for canned markets #1310)
- Dark Shades At Night (Dark Shades At Night #1328)
- fixed top banner text in darkmode (fixed top banner text in darkmode #1329)
- Rename Futures to Grouped
- deploy grouped markets factory
- fix combo outcome order (fix combo outcome order #1332)
- mma markets didnt have end timestamp, create by adding 6 hours to estimate start timestamp (mma markets didnt have end timestamp, create by adding 6 hours to est… #1335)
- flipped two colors in darkmode, fixed a missed logo flip in the footer (color-fix #1333)
- filter out tx with master chef contract as sender (filter out tx with master chef contract as sender #1337)
- added sports filter to lp page (added sports filter to lp page #1338)
- fix small UI changes to remove default fee, fix timestamp comd with showing reward label in add liquidity (fix small UI issues: #1339)
- use correct property for pool usdc in remove liquidity confirmation form (use correct property for pool usdc in remove liquidity confirmation form #1342)
- Bruno/fixed graph null bug (Bruno/fixed graph null bug #1351)
- include all markets in group if anyone market with same eventId has liquidity (include all markets in group if anyone market with same eventId has l… #1356)
- persistent pools settings (persistent pools settings #1362)
- added liquidity count, renamed liquidity page to pools, updated mobile to allow pools page if not logged in, updated liquidity page to remove initial value as it does not reflect reality. (various adjustments for lp page #1355)
- fixed darkmode banner logged out sportsbook button to use non-inverted button in darkmode (fix sports banner #1354)
- add wMatic MetaMask token hook (add wMatic MetaMask token hook #1363)
- change apy to apr (change apy to apr #1364)
- Fetchers include timestamp (Fetchers include timestamp #1343)
- fetchers with timestamps for v1.4 (fetchers with timestamps for v1.4 #1365)
- remove 20% on LP wording cuz 20% of what isn't clear (remove 20% on LP wording cuz 20% of what isn't clear #1366)
- Sports touchups (Sports touchups #1367)
- pass in || 0 to createBigNumber for payout, wins might have already been claimed (pass in || 0 to createBigNumber for payout, wins might have already b… #1368)
- Improve betslip edit (Improve betslip edit #1375)
- show both open and closed positions on my bets page (show both open and closed positions on my bets page #1379)
- Fix mobile categories heading (Fix mobile categories heading #1377)
- pass in blocknumber from users wallet and compare against blocknumber from getUserBalances (pass in blocknumber from users wallet and compare against blocknumber… #1388)
- also check for "No Contest" (also check for "No Contest" #1387)
- Release/v1.4.1 (Release/v1.4.1 #1390)
- Fixed logo getting cut on safari (Fixed logo getting cut on safari #1389)
- change name Grouped in Long Term (change name Grouped in Long Term #1395)
- Multiple adjustments for both (Multiple adjustments for both #1405)
- Update crontab for jobs
- template update
- color the button and labels correct in my bets (color the button and labels correct in my bets #1406)
- More adjustments for sports (More adjustments for sports #1407)
- with filter only liquidity markets over one dollar (with filter only liquidity markets over one dollar #1408)
- Pagination updates (Pagination updates #1409)
- Refactory deploy scripts (Refactor deploy scripts #1325)
- Refactor crypto to support prices and market caps
- node deploy for mumbai (node deploy for mumbai #1419)
- Remove fee text liquidity (Remove fee text liquidity #1420)
- fix some typing issues, get res rules showing up for sportsbook (fix some typing issues, get res rules showing up for sportsbook #1421)
- updates-for-sports-messaging (updates-for-sports-messaging #1424)
- Sports color edits (Sports color edits #1429)
- Search updates (Search updates #1432)
- fixed a color state for mobile portfolio (quick fix #1433)
- Fix calculateSellCompleteSets math wrt ERR_MAX_IN_RATIO (Fix calculateSellCompleteSets math wrt ERR_MAX_IN_RATIO #1427)
- some clean up and fix issue where closed position isApproved default value of true overrides open position isApproval (some clean up and fix issue where closed position isApproved default … #1436)
- multiple fixes to my bets page, resolved markets were getting filtere… (multiple fixes to my bets page, resolved markets were getting filtere… #1440)
- clean up and simplify shaping position balance and market shares bets to display on my bets page (clean up and simplify shaping position balance and market shares bets… #1444)
- fix profit/loss cal for position balance bets that have been closed and zero out toWin (fix profit/loss cal for position balance bets that have been closed a… #1445)
- detect user cashed out and display cashout instead of win or loss on my bets page (detect user cashed out and display cashout instead of win or loss on … #1449)
- fix math for closed positions (fix math for closed positions #1450)
- contract changes
- builds
- no more sportsview
- tests
* mumbai deploy of mlb * redeploy Co-authored-by: robert <[email protected]>
* remove +/- on resolved markets in favor of remove liquidity button for people with liquidity * minor update for mobile
* introduced new color * updated color values in certain spots on simplified/turbo * updated eligible rewards label for mobile * added scroll to top and updated amount deposited for add to use usdc icon style * added init value and matic in usdc to desktop version of lp page * updated available rewards label to use 2 decimal places instead of 4 * updated market titles * updated pending account button to be green * fixed button to breakdown spacing, fixed issue with switching between mint and other forms with too much amount error
This reverts commit 19cf0fb.
* redeploy futures for canned markets Co-authored-by: robert <[email protected]>
* added dark theme color definitions to turbo * working on introducing a comps component for theme switchcing * added dark mode to turbo * more style tweaks * formatting * final touch ups for turbo darkmode
Renamed futures to grouped inside schema and template more renaming
…imate start timestamp (#1335)
* added sports filter to lp page * maybe fix date labels
…howing reward label in add liquidity (#1339)
…orm (#1342) * use correct property for pool usdc in remove liquidity confirmation form * sum up rewards and bonus (bonus period is over)
* Added conditions to methods that could be reverted * Added conditions to methods that could be reverted * Cleanup * Fixed a bug where mlb wouldnt have team names
* save sorting options on LP to session state. does not persist between relogs/loads * fixed warning, fixed broken sort
…e to allow pools page if not logged in, updated liquidity page to remove initial value as it does not reflect reality. (#1355)
…d button in darkmode (#1354)
Co-authored-by: Tom Haile <[email protected]>
* change name Grouped in Long Term * show green button if even or profit
* fixed a dark mode color flip for mobile menu logo on turbo * Grouped > Long Term * hide the betslip mobile button when mobile menu is open, add more padding below page content when betslip is populated on mobile * bolded mobile my bets odds * align titles and outcome labels for my bets mobile * added categories to my bets mobile menu, updated click behavior for betslip * change labeled inputs to number inputs, inputMode decimal * fixed darkmode betslip button background mobile * fixed darkmode categories in mobile menu * fixed broken top area for portfolio * removed bold from O/U letters on outcome buttons
* updated modal background fades for darkmode * updated chart tooltips for dark modes
* updated pagination coloring for light and dark modes * updated icons based on theme
Co-authored-by: robert <[email protected]>
Refactor crypto to support prices and market caps Co-authored-by: robert <[email protected]>
* deploy * chainlink template envvars * also docker * chainlink * Fix market factory name Co-authored-by: robert <[email protected]> Co-authored-by: justin <[email protected]>
* remove fee in add liquidity form * remove text dealing with fees added back to pool * fix resolution rules not showing up
* change the way betslip handles warnings to be bet specific,updated colors * ten minutes back to ten minutes
* fixed some odd colors for inverted categories list on darkmode * cleaned up some top nav styling * removed bottom border from top bar on sportsbook * darkened top nav border seperation on darkmode sportsbook
* added basic search to positions in turbo, upgraded # of markets per page to 50 from 5. * more style updates for search for turbo, added magnifying glass iconography. * fixed border colors for darkmode mobile sportsbook
…value of true overrides open position isApproval (#1436)
#1440) * multiple fixes to my bets page, resolved markets were getting filtered out, so user's open positions were not getting displayed, fixe coloring of users profit/loss * need length of found markets that need to be added to market event collection * clean up, show all bets made even if user has open multiple and closed on same outcome
… to display on my bets page (#1444)
…nd zero out toWin (#1445)
4 tasks
robert-e-davidson3
changed the title
Put Adapter Calls In Fetcher
[WIP] Put Adapter Calls In Fetcher
Oct 11, 2021
contract changes no more sportsview tests
robert-e-davidson3
force-pushed
the
robert/fetcher-adapter
branch
from
October 11, 2021 21:16
76cc860
to
94db72d
Compare
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.