Augur v2.1.6
Augur v2 Release - v2.1.6
- π Everything from v2.1.4
- π Fix issue with order books going blank
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: QmVhoDt45QiavXXD6zxH8ysgtrM336CbQj5VfbPcV7iERg
- CIDv1: bafybeidnnsq223lif77ps52p5mimryyecbw7r46hg5mwlynklk6qjj44om
- Trading UI
- CIDv0: QmdYPTRtE2LnUJeRcGJd9zweLBXegfQVWgZy3PDUP2o111
- CIDv1: bafybeihb4edojn46vtpuyeycrlmf6iuoj4ngjvkd2fbc5qr237tcp5h4ya
Changes:
- 3387af1 v2.1.6
- 78a04ab Make sure gas station got some data at least once
- 5bbf779 v2.1.5
- 2e5c989 Remove STOPPED_WATCHING to unscrew orderbooks
- 5d09ffa Merge pull request #8807 from AugurProject/do-not-call-laod-uni-every-block
- 0aa6396 remove loading universe details being called every block, real issue was warp sync hash is set and could have been unset and there was no test for undefined
This list of changes was auto generated.