New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

augur-ui-react-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

augur-ui-react-components - npm Package Compare versions

Comparing version

to
3.5.29

{
"name": "augur-ui-react-components",
"version": "3.5.28",
"version": "3.5.29",
"description": "Augur UI React Components",

@@ -5,0 +5,0 @@ "author": "Augur Project",

@@ -52,3 +52,3 @@ import React, { PropTypes } from 'react';

<li>
{`A note on price/time priority on the blockchain. The site is only as fast as Ethereum blocks are mined. Augur's matching engine sorts order books by price, then by block number, then by transaction index. Within a single block, transactions are ordered by the miner who mines the block. When constructing a block, miners typically order transactions first by gasprice (highest to lowest), and then by the order received (oldest to newest). Instead of price/time priority, Augur uses "price/gasprice/time priority". Presently, Augur does not attempt to adjust gasprices in response to other pending transactions, although, if desired, gasprice can be adjusted manually using the API, by changing the "gasPrice" field attached to every sendTransaction payload.`}
{`A note on price/time priority on the blockchain. The site is only as fast as Ethereum blocks are mined. Augur's matching engine sorts order books by price, then by block number, then by transaction index. Within a single block, transactions are ordered by the miner who mines the block. When constructing a block, miners typically order transactions first by gasprice (highest to lowest), and then by the order received (oldest to newest). So, Augur's "price/blocknumber/transaction index priority" ordering is generally equivalent to price/time priority, if there are differing gasprices within the block, the transaction index is not guaranteed to be time-ordered. (Presently, Augur does not attempt to adjust gasprices in response to other pending transactions, although, if desired, gasprice can be adjusted manually using the API, by changing the "gasPrice" field attached to every sendTransaction payload.)`}
</li>

@@ -55,0 +55,0 @@ </ol>

Sorry, the diff of this file is too big to display