Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(release): publish v7.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TrufBot committed Nov 13, 2021
1 parent 3ee3db3 commit 41c2b97
Show file tree
Hide file tree
Showing 46 changed files with 63,810 additions and 410 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/assets/js/ganache/ganache.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
* License: MIT
*/

/*!
* @ganache/colors
*
* @author David Murdoch
* @license MIT
*/

/*!
* @ganache/ethereum
*
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/typedoc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"flags": {
"isExported": true
},
"originalName": "/home/david/work/ganache-core/src/chains/ethereum/ethereum/src/api.ts",
"originalName": "/home/runner/work/ganache/ganache/src/chains/ethereum/ethereum/src/api.ts",
"children": [
{
"id": 2,
Expand Down
198 changes: 99 additions & 99 deletions docs/typedoc/classes/_api_.ethereumapi.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/typedoc/modules/_api_.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Typed<wbr>Data</h3>
<div class="tsd-signature tsd-kind-icon">Typed<wbr>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Exclude</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Parameters&lt;typeof signTypedData_v4&gt;[1][&quot;data&quot;]</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">NotTypedData</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L104">chains/ethereum/ethereum/src/api.ts:104</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L104">chains/ethereum/ethereum/src/api.ts:104</a></li>
</ul>
</aside>
</section>
Expand All @@ -120,7 +120,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> CLIENT_<wbr>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">CLIENT_<wbr>VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x60;Ganache/v${version}/EthereumJS TestRPC/v${version}/ethereum-js&#x60;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L91">chains/ethereum/ethereum/src/api.ts:91</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L91">chains/ethereum/ethereum/src/api.ts:91</a></li>
</ul>
</aside>
</section>
Expand All @@ -130,7 +130,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> PROTOCOL_<wbr>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">PROTOCOL_<wbr>VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Data</span><span class="tsd-signature-symbol"> = Data.from(&quot;0x3f&quot;)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L92">chains/ethereum/ethereum/src/api.ts:92</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L92">chains/ethereum/ethereum/src/api.ts:92</a></li>
</ul>
</aside>
</section>
Expand All @@ -140,7 +140,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> RPC_<wbr>MODULES</h3>
<div class="tsd-signature tsd-kind-icon">RPC_<wbr>MODULES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> = {eth: &quot;1.0&quot;,net: &quot;1.0&quot;,rpc: &quot;1.0&quot;,web3: &quot;1.0&quot;,evm: &quot;1.0&quot;,personal: &quot;1.0&quot;} as const</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L93">chains/ethereum/ethereum/src/api.ts:93</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L93">chains/ethereum/ethereum/src/api.ts:93</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -173,7 +173,7 @@ <h3>version</h3>
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L87">chains/ethereum/ethereum/src/api.ts:87</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L87">chains/ethereum/ethereum/src/api.ts:87</a></li>
</ul>
</aside>
</section>
Expand All @@ -190,7 +190,7 @@ <h3>assert<wbr>Exceptional<wbr>Transactions</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L111">chains/ethereum/ethereum/src/api.ts:111</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L111">chains/ethereum/ethereum/src/api.ts:111</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -213,7 +213,7 @@ <h3>autofill<wbr>Default<wbr>Transaction<wbr>Values</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/5bab6eff/src/chains/ethereum/ethereum/src/api.ts#L55">chains/ethereum/ethereum/src/api.ts:55</a></li>
<li>Defined in <a href="https://github.com/trufflesuite/ganache/blob/3ee3db3/src/chains/ethereum/ethereum/src/api.ts#L55">chains/ethereum/ethereum/src/api.ts:55</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 41c2b97

Please sign in to comment.