augur-ui-react-components
Advanced tools
Comparing version 3.6.32 to 3.6.33
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.6.32", | ||
"version": "3.6.33", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -56,2 +56,26 @@ import React, { PropTypes } from 'react'; | ||
<h2>Technical updates:</h2> | ||
<h3>November 29, 2016</h3> | ||
<ol> | ||
<li> | ||
Attached the initial transact payload and full Ethereum network response data objects to the txRelay callback argument in ethrpc. | ||
</li> | ||
<li> | ||
Percentage reporting on correct outcome is now only displayed for binary markets, since we do not presently have access to this information for categorical and scalar markets. | ||
</li> | ||
<li> | ||
Fixed an array indexing error in getMarketInfo function on the compositeGetters contract. | ||
</li> | ||
<li> | ||
Reports are now revealed in parallel (up to 5 at a time). | ||
</li> | ||
<li> | ||
Registered sell error codes for the shortAsk method. This fixes the bug where a short ask order would correctly fail (due to orders being "crossed"), but the transactions display would incorrectly show the short ask as successful. | ||
</li> | ||
<li> | ||
Removed deprecated callbacks from augur.js. | ||
</li> | ||
<li> | ||
Fixed augur.js sendEther method to correctly include an onFailed callback. | ||
</li> | ||
</ol> | ||
<h3>November 28, 2016</h3> | ||
@@ -58,0 +82,0 @@ <ol> |
Sorry, the diff of this file is too big to display
2490810
47823