Skip to content

Releases: AugurProject/augur

Augur v2.1.13

05 Mar 10:08
Compare
Choose a tag to compare

Augur v2 Core Release - v2.1.13

📊 Data fetching through The Graph has been finalized!
👀 Fixes issue where user's winning positions were not visible, and where some markets would not be shown as resolved.

IPFS Hashes

  • Reporting UI:
    • CIDv0: QmSGAeFzAmzqySCvMjMCEheauze4Fc8TNoFy5ZEUcThYKv
    • CIDv1: bafybeib2jcyjir3c4fo2budwl3ozi23mm2frruyfqoljtj4umb3uo4lduu
  • Trading UI:
    • CIDv0: QmP6SGzWt16rrogz8fYpEAtrYiKiVeSphNC2b1CcRyHcCM
    • CIDv1: bafybeialg57v74xfjatmythqfz4rahrs5wf46ry5jjgox4e2iamxobabxy

Changes:

  • 3df4c19 v2.1.13
  • 37a65e0 Fix bad dep
  • 49d8870 Pg/page by logindex (#10738)
  • c4c0119 Fixes #8612 (#10731)
  • ddbc98b remove text for external link, kept structure just in case a link is wanted for updates readme (#10728)
  • 23dc2ac Page through logs by logPosition
  • 0317a5c Merge pull request #10384 from AugurProject/clear-derived-dbs-on-refresh
  • 6d85c9a Merge branch 'v2' into clear-derived-dbs-on-refresh
  • 2cc27c1 Reset derived dbs AFTER rollback
  • 4366c03 update to pass in disputeInfo start time of next disptue for markets currently in awaiting next dispute window (#10383)
See More
  • 1ad77e3 Merge pull request #10376 from AugurProject/clear-derived-dbs-on-refresh
  • 333c7d9 Merge branch 'v2' into clear-derived-dbs-on-refresh
  • 4e7c848 Remove debug console.log statements
  • b6fef28 Clear derived dbs on app refresh
  • c7e4bf5 Update warp sync tests to reflect previous code changed (#9762)
  • fa20174 Upgrade node and typescript (#9761)
  • 465c7d1 Merge pull request #9756 from AugurProject/release-2.1.13-beta.2

This list of changes was auto generated.

Augur v2.1.13-beta.2

18 Nov 19:54
Compare
Choose a tag to compare

Augur v2 Core Release - v2.1.13-beta.2

  • 📊 The Augur UI now defaults to bulk fetching historic data from The Graph (thegraph.com) -- with a fallback for syncing logs through your wallet's Ethereum connection.
  • 👀 Fixes issues where users were unable to see positions that they acquired through trading.
  • 🏃‍♀️ Significant speed improvement for the initial load means that the UI is ready to use in ~20seconds.
  • ❗ Users are still unable to place orders with shares acquired externally (e.g. catnip.exchange)

IPFS Hashes

  • Reporting
    • CIDv0: QmYftWPdfv8obDRk8TxfXptDwvY7cxJEm2fnGB2T8UM7QX
    • CIDv1: bafybeiezqkay6pbbrh7gnfxpm3qqubqlman3cfklfpom3mstt2cwfhnilq
  • Trading
    • CIDv0: QmX3darCFJnsnCiRNeX1SEH42MPtd5TwVvpGuHZXRvPQYe
    • CIDv1: bafybeiebluevb7w6qmwp5vnhwgzloyxg44vqbuzfoq4wcqyomco6oslxu4

Changes:

See More
  • 8a5bc90 handle errors and retry for GraphQL logs
  • 1be5f63 add raw positions tab, add getter to return user's raw positions base… (#9706)
  • 0637f7e Merge branch 'graph-logs' of https://github.com/AugurProject/augur into graph-logs
  • 212c7af Revert "Trade external shares (#9619)"
  • 69b1fdb Update account loader address
  • 67c4bf3 Update account loader address
  • 2e5e5b7 Remove market list hotloading
  • 0ab7058 turn off warp sync and fix market list
  • 7352bb4 Remove warp sync strategy
  • 81d7a39 Add Graph Log Provider and config
  • b53f00b Revert "hack to get user's external token balances in positions, they don't s… (#9664)"
  • cc262c3 Remove market list hotloading
  • c71e5a8 turn off warp sync and fix market list
  • 7be30dd Remove warp sync strategy
  • cb5c403 Add Graph Log Provider and config
  • 3c4ad1e hack to get user's external token balances in positions, they don't s… (#9664)

This list of changes was auto generated.

Augur v2.1.13-beta0

03 Nov 08:02
Compare
Choose a tag to compare

Augur v2 Core Release - v2.1.13-beta0

  • 😮 This beta release allows users to see shares which were acquired outside of normal augur trading, e.g. via an external transfer or an AMM. Some notes on this feature:
    • Profit and Loss entries for the externally acquired shares will have a basis cost of $0.
    • For this beta release please report any bugs related to interacting with externally acquired shares using Github Issues.

IPFS Hashes

  • Reporting
    • CIDv0: QmNMfDkPr1o2oMgQ6ed66WdUcMANTJ2gc6cE5ucc3BGJPK
    • CIDv1: bafybeiaaiiuj66gzilnovskp7qhytjsppdky7lwfqmzg3owfeycgjti45i
  • Trading
    • CIDv0: QmaX31QMVxHp4msFTjRVGfVFBzrccqxzWoeMqhS5SL6291
    • CIDv1: bafybeifu6vby4bxp4k7lgvuubnnnhd7v4kpkveip3b5ywckqz5kjc2vgbq

Changes:

This list of changes was auto generated.

Augur v2.1.13-beta.1

04 Nov 00:36
Compare
Choose a tag to compare

Augur v2 Core Release - v2.1.13-beta.1

  • 👍 Fix bug where data was downloaded twice on load, slowing down some site loads dramatically.
  • ♾️ Increase timeout for download of initial warp sync dataset as its size has increased.
  • 🔢 Fix issue where share prices were displayed with full precision incorrectly in the order book

Also include, features from Beta.0

  • 😮 This beta release allows users to see shares which were acquired outside of normal augur trading, e.g. via an external transfer or an AMM. Some notes on this feature:
    • Profit and Loss entries for the externally acquired shares will have a basis cost of $0.
    • For this beta release please report any bugs related to interacting with externally acquired shares using Github Issues.

IPFS Hashes

  • Reporting
    • CIDv0: QmPgPQJGWGo3gv3w57J2nuwgVhw6MHNypk2YyCwazNSBHh
    • CIDv1: bafybeie6t5snd4jgcugx4hhkddbvdmydrbpgpgbllgygyopebg6hfa723q
  • Trading
    • CIDv0: QmZ1r6S8Zm7Rs7GvQpijew4svGJWf9cyYECnYMEYpEEFwq
    • CIDv1: bafybeiat5h7ndkbvopx6wsixidlj2mlskp3g66cmek3yf3xrjzyxrtjmja

Changes:

  • 575882f v2.1.13-beta.1
  • 7a433ef Consolidate fetching logic
  • dff20fd Update file fetch timeout for warp file
  • 51da649 Revert change from backport

This list of changes was auto generated.

Augur v2.1.12

30 Oct 22:26
Compare
Choose a tag to compare

Augur v2 Core Release - v2.1.12

  • 0️⃣ Upgrade 0x to match the version used on augurETH (v2.2.0)
  • ⛔ Temporarily disable warp sync generation because of issue with consistency between 2.1.x and 2.2.0

IPFS Hashes

  • Reporting
    • CIDv0: QmXmtGsqmRznqFQxf8Vxn2NUjz6QW3e7E3pP7CrKHd9pNw
    • CIDv1: bafybeiemgafgf7cutvlxpjs5umt7ysjwrd6sdmmoj3jq7g3tnjmkz3v2cq
  • Trading
    • CIDv0: QmZ9uBGuedVHTFtrmDznNSGU6iBnCr76BvE9LFw6LfodU6
    • CIDv1: bafybeifav6dnw6kjvxhz5f3jwxgmaldlw5g5mt2pyeq4nz7i6ltjqaah4m

Changes:

See More

This list of changes was auto generated.

Augur v2.2.0

30 Oct 15:37
Compare
Choose a tag to compare

Augur Chad Edition - v2.2.0

  • 🪂 Parallel Augur (ParaAug) System Fully released
  • 🥇 Trading in ETH is available via IPFS below.
  • 💥 ParaAugur supports multiple collateral types, anyone can deploy a ParaAugur system collateralized in various ERC-20 tokens (wETH, USDT, USDC, sETH, bUSD, TUSD, sUSD, mUSD, wBTC, renBTC, sBTC, tBTC)
  • 🤯 The ParaAugur system is the basis for the next two large upcoming releases: Augur AMM and Betting UI w/ Layer 2 support.
  • 🔜 Coming Soon -- A general UI which will be usable with any of the above tokens. Today only wETH and DAI have a supported UI.
  • 🗜️ REP Holders can now stake REP to earn trading fees continuously, instead of needing to continue to buy Participation Tokens weekly. With high gas prices PTs were generally unprofitable, and the new system fixes this issue. The new fee claiming system will work only for fees generated from ParaAugur deploys.

This UI release only supports trading in wETH. For reporting, market creation, and trading in DAI please continue to use v2.1.11.

IPFS Hashes

  • Trading
    • CIDv0: QmZHpF8dCEBU3vRytvG4uGcMQN3fR2fvmALCF6itUF4mDU
    • CIDv1: bafybeifcw2me3pm6u75jaa4e4xqukwhhpizctlxle2cajrr4maxi4ktepm
  • Read-only
    • CIDv0: QmPY1dbqAHKTa7MWoPX1vRbpV6e9kwHdzdZLHdRVj38RW4
    • CIDv1: bafybeiarys5zn2s2gm3nxuseqesymt62breytiqlblfnoannli3pkcv2nu

Changes:

  • 9f46e86 Bump to 2.2.0
  • 65f83a8 Update docker stuff to work w/ para
  • 92fe15a Disable reporting/market creation in mainnet
  • e133740 Use the origin universe for determining warp sync hash
  • e068212 para addresses update
  • d661749 adjust liquidity no need to div by 10**18, use decimals from augur config (#9567)
  • fa38ec4 Rebuild core
  • 2169549 Upgrade @augurproject/solidity-typescript-generator package to 1.1.17
  • 0f07455 add portis/fortmatic, style fixes
  • 5d6f60a Update graph amm liquidity
See More
Read more

Augur v2.1.11

25 Sep 22:14
Compare
Choose a tag to compare

Augur v2 Release - v2.1.11

  • 🏦 Create new flow for users who are signing up
  • 💵 Help users understand what they need to do based on the tokens they are bringing to Augur.

Milestone

https://github.com/AugurProject/augur/milestone/59?closed=1

Tools

For those interested in running the local augur tools run the following one-liner:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/AugurProject/augur/v2/support/install.sh)"

This will install local services using docker and pin the augur reporting and trading UIs to ipfs. It will also allow you to participate in the warp sync market process. By being the first reporter on any warp sync market can earn REPv2.

For users who may have run this follow the instructions below:

% augur/cli upgrade

IPFS Hashes

  • Reporting
    • CIDv0: QmdM5ac82gnYCm9mWH7SDwUhqavKJFAT9Sq8wG431teaBD
    • CIDv1: bafybeig67nwn4x5jrplelab2wcbob3sncinwyoj253ep3jtyftlxhzky5q
  • Trading
    • CIDv0: QmYHmRvDvUYrjw53P4c8S5AyoGvKUnsjTiQV8aEYZC8jBR
    • CIDv1: bafybeiet2646ne3zlmbnsg72wd23w7mqsyxkjadv4i75f3dqgjhku726jq

Changes:

See More

This list of changes was auto generated.

Augur v2.1.10

14 Aug 19:32
Compare
Choose a tag to compare

Augur v2 Release - v2.1.10

  • 😲 Improved gas price estimates again!
  • 🖌️ Market List loading has been cleaned up for a less confusing experience.
  • 🔢 Include version number in UI for easier debugging
  • 🎉 Consistent usage/capitalziation of REPv2
  • 💄 Reporting-only UI has a clearer message to reduce confusion
  • ⛔ Fix error click on orders while not logged in
  • 🪲 Fix some bugs in the convert tokens screens
  • ⛏️ Switch to using dweb.link for warp sync loading

Milestone

https://github.com/AugurProject/augur/milestone/56?closed=1

Tools

For those interested in running the local augur tools run the following one-liner:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/AugurProject/augur/v2/support/install.sh)"

This will install local services using docker and pin the augur reporting and trading UIs to ipfs. It will also allow you to participate in the warp sync market process. By being the first reporter on any warp sync market can earn REPv2.

For users who may have run this follow the instructions below:

% augur/cli upgrade

IPFS Hashes

  • Reporting
    • CIDv0: QmWHN7ZnoxJSJpdudQNNJ9cAYVbpEiCHG6R3PGjkYb8rp5
    • CIDv1: bafybeidwax6qkw722zoydo643hi4fbt6xhmtsvmyz6ti765tksmyckli4y
  • Trading
    • CIDv0: Qmd5EZRGtRn1acwgTj4NuDbPNNGQ98DXTtZNsAeDZhZerW
    • CIDv1: bafybeig25rero6xqll7vawbdcu3neccpaagelibl7zp6wrj76tynndkfnm

Changes:

See More
  • 872c3ad Merge pull request #9007 from AugurProject/change-invalid-tooltip
  • 27694a8 Merge branch 'v2' into change-invalid-tooltip
  • e045448 only show 2 decimals for PL which uses formatDai
  • 805182f add trading invalid tooltip with click here to pop up invalid rules
  • 0ee9c75 switch invalid sections so that Augur Markets is on top. update the invalid outcome pay out statement
  • ec1c4d3 Handle warp sync load failure (#8974)
  • 2bc2328 Merge pull request #9003 from AugurProject/add-version-bottom-pages
  • 0df9d6f Merge branch 'add-version-bottom-pages' of https://github.com/AugurProject/augur into add-version-bottom-pages
  • d273fbf trim more pixels off the bottom so that global chat lines up
  • 1ce4816 Merge branch 'v2' into add-version-bottom-pages
  • da2f146 remove large gap at bottom of page
  • 0f129c2 Matic Mumbai Deploy (#9002)
  • 1a0f637 add current version to the bottom of pages
  • 841bd8b Merge pull request #9001 from AugurProject/add-hotloading-loading-market-card
  • 0588cb1 Merge branch 'v2' into add-hotloading-loading-market-card
  • 2c4417d show default category list with no spinner or count box when warp sync markets are loaded
  • 495ee2c fix auto refreshing if user is already synced and reloads the UI
  • a2ae974 fix svg spinner in category picker
  • 829362e revert changes not needed
  • 3d8b1db revert file, changes not needed
  • 0756399 only load open markets as default, load all markets when google bot
  • 77b4727 update market cards in place when sdk is synced
  • 0f2a8f5 added needed data for UI market cards to be viz with outcomes and prices for scalars
  • 3d0f550 remove testing boolean
  • aa5280f add spinners to loading properties when reporting state is Unknown
  • 0360c79 Merge pull request #8990 from AugurProject/migrate-rep-split-actions
  • 6bd4525 Merge branch 'v2' into migrate-rep-split-actions
  • 1d4216f split approve and migrate into two actions
  • 0739d1c Merge pull request #8978 from AugurProject/manual-refresh-market-list-page
  • 5ef06bf Merge branch 'v2' into manual-refresh-market-list-page
  • f881fed add ApprovalTxButtonLabel to swap (#8955)
  • bf490bb Merge pull request #8980 from AugurProject/limit-safari-concurrent-by-config
  • ebf4f35 Set concurrentDBOperationsLimit to 1 for Safari
  • 0651339 add manually refresh market list page button with tooltip
  • 977e081 Merge pull request #8973 from AugurProject/8944-fromToken/toToken-make-dropdown
  • bcb6e1a add dropdowns to swap
  • f391ea4 Merge pull request #8954 from AugurProject/add-reporting-only-banner
  • 37bed0b Merge branch 'v2' into add-reporting-only-banner
  • 4ecd086 update constants (#8957)
  • 433aa73 Upgrade to 0x@10.0.0-unstable-8 (#8965)
  • 8508792 Merge branch 'release-2.1.9' into v2
  • ffe6f58 v2.1.9
  • 38a3d42 add clears to the retry/timeout queue (#8960)
  • 501df4a Increase DB operation timeout (#8958)
  • 0242065 use constant
  • fea0150 add banner for reporting only UI

This list of changes was auto generated.

Augur v2.1.9

08 Aug 15:57
8461ec4
Compare
Choose a tag to compare

Augur v2 Release - v2.1.9

  • 🏦 Convert between more currencies (USDC, USDT, DAI, REPv2, ETH)
  • 🥇 Approvals are more reliable
  • 🤞 Behavior of the UI for crossed orderbooks has been made understandable.
  • 🍏 Syncing has been improved on Safari
  • 🛢️ More gas price tweaks +
  • 🌊 Other smaller visual and functional improvements

Milestone

https://github.com/AugurProject/augur/milestone/58?closed=1

Tools

For those interested in running the local augur tools run the following one-liner:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/AugurProject/augur/v2/support/install.sh)"

This will install local services using docker and pin the augur reporting and trading UIs to ipfs. It will also allow you to participate in the warp sync market process. By being the first reporter on any warp sync market can earn REPv2.

For users who may have run this follow the instructions below:

% augur/cli upgrade

IPFS Hashes

  • Reporting UI
    • CIDv0: QmcurJGnXqQjzE85ZwNy9rqTtgu64C8e7WmxTbkJ16M1Mc
    • CIDv1: bafybeigyqtrtdmbpc5qvpbkq2ui6pxyaqn2vgvjsd6llwj6dqtnluvkq3m
  • Trading UI
    • CIDv0: Qmbu2Pidke5xVvxDpqPKexxTLcLKvVHYxRUufMuxsDCC3N
    • CIDv1: bafybeigjomeg5rioozn2espg3gmhfyk6wxnk2gk33ay5becklktux3uyru

Changes:

  • 8461ec4 v2.1.9
  • 429e046 Increase DB operation timeout (#8958)
  • ecf543d turn off warp sync/ ipfs for desktop safari
  • e98c2f5 Merge pull request #8959 from AugurProject/timeout_retry_clears
  • 720c390 add clears to the retry/timeout queue
  • 7c09425 Merge pull request #8940 from AugurProject/robert/current-warp-hash
  • 1750f97 Merge branch 'v2' into robert/current-warp-hash
  • 868f4e5 Merge pull request #8953 from AugurProject/defer_0x_on_safari
  • 8d342d5 Merge branch 'v2' into defer_0x_on_safari
  • 9fd9234 Return to previous warpsync hash printing behavior since waiting for WarpSyncHashUpdated takes too long
See More
  • 181f789 defer 0x on safari
  • 4f206e4 Merge pull request #8949 from AugurProject/show-invalid-outcome-ten-winner
  • d315c87 show the invalid outcome colored when it's tentative winner
  • 7fe80cf Merge pull request #8948 from AugurProject/shrink-up-approval-trade-title
  • 5c2f8b2 remvoe one word in approaval trade title
  • b7b4411 Merge pull request #8943 from AugurProject/remove-24hr-vol-trading-page
  • ea1c600 remove 24 hr vol from market trading page
  • 01585d0 allow USDT/USDC/DAI/REPv2->ETH (#8930)
  • 11213cf pass in browser mesh create function again (#8938)
  • d1a114b Fix mainnet.json
  • 29dc9cb Update build_image.sh
  • 2885fdf flash gas price no longer defaults to override (#8934)
  • a056a73 support/install.sh current warp hash (#8936)
  • f1eead8 Serialize writes (#8935)
  • eb60a3b Merge pull request #8933 from AugurProject/feature/show_version_in_ui
  • 81a45ed Pass the build version is as part of the build
  • 3731642 Merge pull request #8929 from AugurProject/misc-use-correct-scalar-color-fix-flash-orders
  • 1b3bd69 update scalar color. have staging point to correct ws endpoint
  • 4152f9c USDT/USDC -> DAI/ETH (#8928)
  • d9d363f Merge pull request #8927 from AugurProject/new-trade-ignore-cross-orders-behavior
  • 8b28453 add last check for crossing the order book before placing a trade
  • 74642e1 missed renaming in import
  • 976931a change method names for more clarity and reuse for determining if post only order is possible or is the desired trading behavior
  • 7e4d64a type getGasCost method so it makes sense at a glance, return FormattedNumber so the return value is consistent
  • 2a19f98 better method naming, set postOnly based on if order would cross
  • 9b7b3a4 check to see if the user will create order that matches and set postOnly to false. if the user would not match visible order then create postOnly order and not match hidden orders
  • 67e803f Merge pull request #8924 from AugurProject/revert-8923-robert/sdk-server-mainnet
  • b83892e Revert "support/install should use mainnet"
  • c49b96e Merge pull request #8923 from AugurProject/robert/sdk-server-mainnet
  • 2cc98ec support/install should use mainnet
  • d68311b Merge pull request #8922 from AugurProject/better-tracking-approvals-button-mgmt
  • 2f983eb Merge branch 'v2' into better-tracking-approvals-button-mgmt
  • 000f4ca fixed disabling and showing process... on the button so users won't mash the approve button too many times
  • f01e600 Merge pull request #8921 from AugurProject/update_account_loader_abi
  • 5161373 add new currencies to ABI
  • a17a4ca Merge pull request #8915 from AugurProject/add-new-custom-market-label
  • d5be11e Merge branch 'v2' into add-new-custom-market-label
  • 9a2b6c8 Merge pull request #8895 from AugurProject/robert/gasprice-8843
  • 6b40a8f missing )
  • 4ecb4bb Merge branch 'v2' into robert/gasprice-8843
  • 7fdefd8 Merge pull request #8913 from AugurProject/account_loader_v3
  • 1d2d8fd fix mobile market card header with custom market label
  • 7bf896c add USDC and USDT balances
  • 6f3b511 Revert "Add gas info modal" (#8907)
  • 8e4e009 styling fixes for desktop
  • 8e293b6 new custom market label style and placement
  • 10fcbf0 new custom market label
  • 1ff5d82 EthersProvider queries gas station for gas price
  • d7d8d36 Merge pull request #8893 from AugurProject/trading_issues
  • 64fff83 Merge branch 'v2' into trading_issues
  • 8c0be22 address pending order persistence issues
  • 2e0dffb Merge pull request #8892 from AugurProject/add-gas-info-modal
  • 232661a added images to modal
  • 327d4fa Merge branch 'v2' into add-gas-info-modal
  • 2560c19 add modal and wire up to wrapper
  • 5a65625 Merge pull request #8885 from AugurProject/8837-add-1inch-message
  • a53cb9e Merge branch 'v2' into 8837-add-1inch-message
  • 381dc04 Merge pull request #8889 from AugurProject/remove-shares-label-from-open-order
  • 61fef4e Merge branch 'v2' into 8837-add-1inch-message
  • 432ad83 Merge branch 'v2' into remove-shares-label-from-open-order
  • a777c66 update account loader (#8890)
  • 4ad4493 add uniswap.swapTokensForExactETH (#8874)
  • 3a91c1a Merge branch 'v2' into remove-shares-label-from-open-order
  • 6fbcd4a Merge pull request #8888 from AugurProject/release-2.1.8
  • 6cbc362 only use shares in open order if user is long that outcome
  • d39e083 Merge branch 'v2' into release-2.1.8
  • 95d5046 Merge pull request #8887 from AugurProject/remove-shares-label-from-open-order
  • 07a2414 remove label in open orders for shares just have number
  • e70d4f0 add 1inch message on convert modal

This list of changes was auto generated.

Augur v2.1.8

04 Aug 19:53
Compare
Choose a tag to compare

Augur v2 Release - v2.1.8

  • 🚗 Gas price calculations now show ranges for taking order to help users understand likely costs.
  • 🏁 Also improve the calculation of total trading fees to thwart some user-reported errors.
  • 🎫 Affiliate-fee display and selection has been fixed.
  • 🆙 Upgrade 0x for more reliable order books.
  • 💄 Various ui display improvements.

https://github.com/AugurProject/augur/milestone/57?closed=1


For those interested in running the local augur tools run the following one-liner:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/AugurProject/augur/v2/support/install.sh)"

This will install local services using docker and pin the augur reporting and trading UIs to ipfs. It will also allow you to participate in the warp sync market process. By being the first reporter on any warp sync market can earn REPv2.

For users who may have run this follow the instructions below:

% augur/cli upgrade

IPFS Hashes

  • Reporting UI
    • CIDv0: QmWGKBM41ZN4pyt7SuPsCrsAggsc7mq29nvCkALL9vLFv4
    • CIDv1: bafybeidvyelnd5oqkhtrusz3fimymtsqtrsowr46yzhdc3eazfeevug7qu
  • Trading UI
    • CIDv0: QmWKbuuLPNv4GrzidQQTXoJG32VgDse3SfpqMt5Gu3SJbA
    • CIDv1: bafybeidwtdakcxirm3wnp3h32we55num67cd3em66i2fyrbc5gs7dojone

Milestone:

https://github.com/AugurProject/augur/milestone/55?closed=1

Changes:

  • 74b2c2c v2.1.8
  • 570c4a4 Merge pull request #8879 from AugurProject/dropdown-affiliate-fee
  • 994ecf8 Merge branch 'v2' into dropdown-affiliate-fee
  • 7acb4b3 change messaging unprofitable trade
  • 8e18ebe clean up
  • f4400c8 copy paste error, missed 20
  • 0637d35 Merge pull request #8878 from AugurProject/bruno/8657
  • 4d8cc4d Changed from flex to grid because of weirdness happening in iPad
  • c177afa dropdown with valid affiliate fees (#8876)
  • 6694752 Merge branch 'release-2.1.7' into v2
See More
  • 00a0a57 dropdown with valid affiliate fees
  • 7de46d7 Merge pull request #8875 from AugurProject/fixed-blowup-confirm-market-creation
  • 7412046 check undefined gasLimit and default to zero for market creation
  • d5a7020 Merge pull request #8864 from AugurProject/dont-keep-procdesktop_computer: Fix issue with local ipfs nodes from https redirect.
  • 🔢 Not enough ETH error shows a sane amount of decimals.
  • 👀 Show Both Custom and Templates by default
  • 🗒️ Display the "Custom Market" label on custom markets that appear in the market list.
  • ✏️ The invalid outcome is now labelled "Invalid" instead of "Invalid Market"
  • 🏦 Add Funds flow defaults to "Transfer" instead of "Convert" if user has insufficient ETH.essing-init-augur-web3-wrong-network
  • 25bc97f Merge branch 'v2' into dont-keep-processing-init-augur-web3-wrong-network
  • ada41e4 add normal gas price to display a range of possible tx gas fee (#8861)
  • 292339c Merge branch 'v2' into dont-keep-processing-init-augur-web3-wrong-network
  • 9287cca remove mentions of CashFaucet since it does not exist anymore (#8863)
  • 33c2ec5 if MM is pointed to wrong network, don't keep processing provider just pop up Network Mismatch modal and return out of init-augur
  • 83eb4ca don't need to process alert when pulled from local storage (#8862)
  • a91c948 Took the CSS complexity away from the highlighted text (#8832)
  • 3295d89 Fix reporting form affiliate fee blowup (#8858)
  • 543eef6 Merge pull request #8848 from AugurProject/8838-web3-default
  • 146e82d Merge branch 'v2' into 8838-web3-default
  • 345ee07 Merge pull request #8852 from AugurProject/chore/0x-7
  • 8e9aad9 Merge branch 'v2' into chore/0x-7
  • eeff43e Merge pull request #8845 from AugurProject/point_to_genesis_OICash
  • a4b7ded Merge branch 'v2' into point_to_genesis_OICash
  • a37247d Upgrade to unstable-7
  • beb6ac7 Catch errors from augurSdk.connect
  • ba10f18 add isFirefox (#8847)
  • 029af1b Merge pull request #8846 from AugurProject/add-affiliate-fee-market-core-properties
  • adb638c make web3 default
  • e3b0a3d Merge branch 'v2' into add-affiliate-fee-market-core-properties
  • 2e7363c Merge pull request #8828 from AugurProject/warp-sync-hidden-notice-market-list
  • 126700c handle affiliate fee bing 0
  • ac62349 handle affiliate fee bing 0
  • c4bf145 format affiliate fee percentage
  • 0422a5d Merge branch 'v2' into warp-sync-hidden-notice-market-list
  • ea0ff1f add affiliate fee as a percentage to market trading page
  • 12c3404 Merge pull request #8829 from AugurProject/joeykrug-patch-1
  • 35fe9ad apply protocol fee buffer early to make eth right
  • af2cc1b use genesis OI Cash instead of master
  • bbac9ad Merge pull request #8831 from AugurProject/onlyshow-custom-label-markettrading-marketcard
  • aaf5c18 only put custom label on market page and market cards that show up in market listing and disputing
  • b82a0e9 added more invalid explainer
  • 1c17210 don't count warp sync market as a market that is hidden on in-reporting market list page
  • 38641cd Merge pull request #8827 from AugurProject/fix-reporting-tx-fee-display-value
  • 766e0a2 Merge branch 'fix-reporting-tx-fee-display-value' of https://github.com/AugurProject/augur into fix-reporting-tx-fee-display-value
  • 90d84f9 update to use transaction label to display transaction fee in dai
  • 3742a3c Merge branch 'v2' into fix-reporting-tx-fee-display-value
  • 3571011 Merge pull request #8826 from AugurProject/update-gasDisplay-claim-proceeds
  • 8919a7f format eth value in insufficient eth message for reporting and disputing
  • eaa6c6c fix display tx fee in dai for reporting and disputing
  • bbdebce update claim gas display

This list of changes was auto generated.