augur-ui-react-components
Advanced tools
Comparing version 3.5.21 to 3.5.22
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.5.21", | ||
"version": "3.5.22", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -61,2 +61,5 @@ import React, { PropTypes } from 'react'; | ||
<li> | ||
Added <a href="https://crypto.stanford.edu/sjcl/" className="link" target="_blank" rel="noopener noreferrer">SJCL</a> to <a href="https://github.com/ethereumjs/keythereum" className="link" target="_blank" rel="noopener noreferrer">keythereum</a> as a fallback implementation of PBKDF2, for cases where a build/browserify error deletes the built-in Node.js's built-in <a href="https://nodejs.org/api/crypto.html" className="link" target="_blank" rel="noopener noreferrer">crypto module's</a> pbkdf2 and pbkdf2Sync methods. Note: SJCL's <a href="https://github.com/bitwiseshiftleft/sjcl/blob/master/core/pbkdf2.js" className="link" target="_blank" rel="noopener noreferrer">PBKDF2 implementation</a> is significantly slower than the crypto module' implementation, so keythereum will use the crypto module methods if they are available. | ||
</li> | ||
<li> | ||
The transaction display for reports on scalar events now shows the numerical outcome reported. | ||
@@ -101,3 +104,3 @@ </li> | ||
<li> | ||
Started full remove-and-resync of the Augur geth public testnet node (eth3.augur.net and wss.augur.net). | ||
Full remove-and-resync of the Augur geth public testnet node (eth3.augur.net and ws.augur.net) as well as the separate geth instance on our faucet server. | ||
</li> | ||
@@ -104,0 +107,0 @@ <li> |
Sorry, the diff of this file is too big to display
2166109
39841