Skip to content

Commit

Permalink
Bump to 0.7.0-rc3 and regen dist/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cag committed Dec 15, 2017
1 parent 45bf744 commit ce0e2b5
Show file tree
Hide file tree
Showing 16 changed files with 1,828 additions and 2,190 deletions.
3,748 changes: 1,610 additions & 2,138 deletions dist/gnosis.js

Large diffs are not rendered by default.

168 changes: 164 additions & 4 deletions docs/Gnosis.html
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ <h4 class="name" id=".requireEventFromTXResult"><span class="type-signature">(st

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils.js.html">utils.js</a>, <a href="utils.js.html#line258">line 258</a>
<a href="utils.js.html">utils.js</a>, <a href="utils.js.html#line260">line 260</a>
</li></ul></dd>


Expand Down Expand Up @@ -2347,7 +2347,7 @@ <h4 class="name" id="buyOutcomeTokens"><span class="type-signature"></span>buyOu

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="markets.js.html">markets.js</a>, <a href="markets.js.html#line51">line 51</a>
<a href="markets.js.html">markets.js</a>, <a href="markets.js.html#line53">line 53</a>
</li></ul></dd>


Expand Down Expand Up @@ -2707,6 +2707,86 @@ <h5>Parameters:</h5>
</tr>



<tr>

<td class="name"><code>opts.approveTxOpts</code></td>


<td class="type">


<span class="param-type"><code>Object</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last">
<p>Extra transaction options for the approval transaction if it occurs. These options override the options specified in sibling properties of the parameter object.</p>

</td>
</tr>



<tr>

<td class="name"><code>opts.buyTxOpts</code></td>


<td class="type">


<span class="param-type"><code>Object</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last">
<p>Extra transaction options for the buy transaction. These options override the options specified in sibling properties of the parameter object.</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -4699,7 +4779,7 @@ <h4 class="name" id="sellOutcomeTokens"><span class="type-signature"></span>sell

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="markets.js.html">markets.js</a>, <a href="markets.js.html#line147">line 147</a>
<a href="markets.js.html">markets.js</a>, <a href="markets.js.html#line152">line 152</a>
</li></ul></dd>


Expand Down Expand Up @@ -5059,6 +5139,86 @@ <h5>Parameters:</h5>
</tr>



<tr>

<td class="name"><code>opts.approveTxOpts</code></td>


<td class="type">


<span class="param-type"><code>Object</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last">
<p>Extra transaction options for the approval transaction if it occurs. These options override the options specified in sibling properties of the parameter object.</p>

</td>
</tr>



<tr>

<td class="name"><code>opts.sellTxOpts</code></td>


<td class="type">


<span class="param-type"><code>Object</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last">
<p>Extra transaction options for the sell transaction. These options override the options specified in sibling properties of the parameter object.</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -5308,7 +5468,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 24 2017 11:06:23 GMT-0600 (CST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 15 2017 10:44:00 GMT-0600 (CST) using the Minami theme.
</footer>

<script>hljs.initHighlightingOnLoad();</script>
Expand Down
10 changes: 4 additions & 6 deletions docs/events.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,10 @@ <h1 class="page-title">events.js</h1>
]
})

const txOpts = _.pick(opts, ['from', 'to', 'value', 'gas', 'gasPrice'])

const event = await this.contracts.Event.at(eventAddress)
const oracle = await this.contracts.CentralizedOracle.at(await event.oracle(txOpts))
requireEventFromTXResult(await oracle.setOutcome(outcome, txOpts), 'OutcomeAssignment')
requireEventFromTXResult(await event.setOutcome(txOpts), 'OutcomeAssignment')
const oracle = await this.contracts.CentralizedOracle.at(await event.oracle(opts))
requireEventFromTXResult(await oracle.setOutcome(outcome, opts), 'OutcomeAssignment')
requireEventFromTXResult(await event.setOutcome(opts), 'OutcomeAssignment')
}

resolveEvent.estimateGas = async function({ using }) {
Expand All @@ -161,7 +159,7 @@ <h1 class="page-title">events.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 24 2017 11:06:23 GMT-0600 (CST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 15 2017 10:44:00 GMT-0600 (CST) using the Minami theme.
</footer>

<script>hljs.initHighlightingOnLoad();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3>Gas estimations</h3><p>Many of the methods on the gnosis API also have an as
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 24 2017 11:06:23 GMT-0600 (CST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 15 2017 10:44:00 GMT-0600 (CST) using the Minami theme.
</footer>

<script>hljs.initHighlightingOnLoad();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 24 2017 11:06:23 GMT-0600 (CST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 15 2017 10:44:00 GMT-0600 (CST) using the Minami theme.
</footer>

<script>hljs.initHighlightingOnLoad();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/lmsr.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h1 class="page-title">lmsr.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 24 2017 11:06:23 GMT-0600 (CST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 15 2017 10:44:00 GMT-0600 (CST) using the Minami theme.
</footer>

<script>hljs.initHighlightingOnLoad();</script>
Expand Down
Loading

0 comments on commit ce0e2b5

Please sign in to comment.