Skip to content

Augur v2.1.9

Compare
Choose a tag to compare
@AugurIntegration AugurIntegration released this 08 Aug 15:57
8461ec4

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.