Skip to content

Augur v2.0.5

Compare
Choose a tag to compare
@AugurIntegration AugurIntegration released this 29 Jul 20:08

Augur v2 Release

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 (From now on the augur/cli upgrade command should work)

# Remove everything
% cd augur && docker-compose stop && docker-compose pull && cd .. && rm -rf augur

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

IPFS Hashes

  • Reporting UI

    • CIDv0: QmWhihA1TiDoZbyfrmYbPUnYdbUiYaEgjTMGat29Xk5ctZ
    • CIDv1: bafybeid4imzft7ljivcv7fqjfdp5tfn37cvzy4tz4zebc73cskip2t5afi
  • Trading UI

    • CIDv0: QmNSTVkYTSpLhBCzD1K8QJczXcpNeph4ySveDesspE5iY4
    • CIDv1: bafybeiabpthgnixgns6t74vvozrdpsqeej23fnraqylplpf6kasx2yv3du

Changes:

  • 908052a v2.0.5
  • b8e385e Mainnet config
  • afd3c14 v2.0.5-alpha.0
  • 23372c4 v2.0.4
  • 0496e11 Merge pull request #8740 from AugurProject/dont_keep_gas_tx
  • 5738b32 dont keep eth in wallet
  • 19d8f19 Merge pull request #8739 from AugurProject/withdraw_all_simple
  • 0a7ea60 Merge pull request #8738 from AugurProject/bruno/fix-web-manifest-bg-color
  • a9efa77 Merge branch 'v2' into bruno/fix-web-manifest-bg-color
  • 1f4c4a6 make withdraw all not be fancy
See More
  • e4d8fc6 Use torus as default
  • 3afd026 Changed the background to the right navy color
  • bf9344d Test lite provider being torus
  • cee1d3d Merge pull request #8737 from AugurProject/fix-open-interst
  • ee9ccdb Merge pull request #8736 from AugurProject/withdraw_all_rep
  • 6d4e13d corrected issue with inability to show total open interest in the augur status portion of the account page.
  • 1a3eac3 Revert url
  • 3ff812c withdraw rep during withdraw
  • 7bded00 disable account activation
  • 0cf13bf Merge pull request #8727 from AugurProject/change-modal-continue-button
  • 9a9f435 change do it later to continue
  • d518cf1 Merge pull request #8726 from AugurProject/robert/install.sh-stuff
  • ba440b1 keys dir is protected on linux so dont use it
  • d2b681c Merge pull request #8725 from AugurProject/change-reporting-ui-trading-button
  • a8d4066 update error message
  • cf0060b fix warnings in svg, fixed null exception with singer eth before getting from account balances (#8724)
  • 7f8bd88 fix warnings in svg, fixed null exception with singer eth before getting from account balances
  • a118d03 Merge pull request #8720 from AugurProject/calc-activating-fee-reserve
  • 43f5095 Merge branch 'v2' into calc-activating-fee-reserve
  • 8fe8e9d Merge pull request #8707 from AugurProject/dont-show-transfer-dust-value
  • de671c7 fix math issue with calc min dai value for disable fee reserve
  • b8b9cae Merge branch 'v2' into dont-show-transfer-dust-value
  • 49a8e96 Merge pull request #8697 from AugurProject/robert/remember-key-addr
  • 0d4f5ac Merge branch 'v2' into robert/remember-key-addr
  • 1f3382e Pin subdomain ipfs urls (#8711)
  • b2a0ec9 fload calc for activating fee reserve
  • a744e25 Merge branch 'bug/runner-entry' into v2
  • 780123b Fix runner entrypoint
  • 9c531b9 Docker runner one-liner fix
  • b15cffc v2.0.3
  • d296e3d v2.0.3-alpha.0
  • c8860f1 v2.0.2
  • 6b41b49 Revert "Add portis (#8692)"
  • a0c4454 v2.0.2-alpha.9
  • e252d44 Fix circular ref
  • 887e6bc use gte to compare value to show transfer or activate
  • 6e495e1 don't show transfer dai/rep if there is only dust values
  • 1a2e8bf Merge pull request #8706 from AugurProject/migrate_rep_estimate
  • 8b96a8c Merge branch 'v2' into migrate_rep_estimate
  • 8ec396d remove console log
  • 18b275a just use constant
  • ebfbdba Fix reload modal showing
  • 16f495e quoting
  • c919809 give cloudflare ipfs links
  • 4718f7a support cli logs
  • e33f96c support/install.sh handles case where key already exists
  • bf121cf Final 0x bootstrap list
  • d679c69 Update Readme
  • 36d7454 New logo for cards and faucet
  • b5f7daa Update upload block number
  • ca0914a New logo for account dropdown
  • dfd9b67 Add AccountLoader on mainnet
  • dc0d24c Add RepV2 contract
  • 76ddc49 Generate all IPFS hashes for release notes
  • f6e21cd Add mainnet.json
  • 7b1f53f Lighter favicon
  • 8a6e4c2 Centered Augur's icon in account summary page
  • 868bb61 Changed the logo on top/side bar, favicon and manifest
  • dd77634 set wallet status when not created and is funded (#8698)
  • a5061c6 fix return value from network mismatch checking MM
  • f71cc48 Revert "Add portis (#8692)"

This list of changes was auto generated.