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

Commit 41c2b97

Browse files
committed
chore(release): publish v7.0.0-alpha.2
ganache@7.0.0-alpha.2
1 parent 3ee3db3 commit 41c2b97

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+63810
-410
lines changed

docs/assets/js/ganache/ganache.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/ganache/ganache.min.js.LICENSE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
* License: MIT
66
*/
77

8+
/*!
9+
* @ganache/colors
10+
*
11+
* @author David Murdoch
12+
* @license MIT
13+
*/
14+
815
/*!
916
* @ganache/ethereum
1017
*

docs/assets/js/ganache/ganache.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/typedoc/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"flags": {
1313
"isExported": true
1414
},
15-
"originalName": "/home/david/work/ganache-core/src/chains/ethereum/ethereum/src/api.ts",
15+
"originalName": "/home/runner/work/ganache/ganache/src/chains/ethereum/ethereum/src/api.ts",
1616
"children": [
1717
{
1818
"id": 2,

docs/typedoc/classes/_api_.ethereumapi.html

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

docs/typedoc/modules/_api_.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Typed<wbr>Data</h3>
107107
<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>
108108
<aside class="tsd-sources">
109109
<ul>
110-
<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>
110+
<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>
111111
</ul>
112112
</aside>
113113
</section>
@@ -120,7 +120,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> CLIENT_<wbr>VERSION</h3>
120120
<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>
121121
<aside class="tsd-sources">
122122
<ul>
123-
<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>
123+
<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>
124124
</ul>
125125
</aside>
126126
</section>
@@ -130,7 +130,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> PROTOCOL_<wbr>VERSION</h3>
130130
<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>
131131
<aside class="tsd-sources">
132132
<ul>
133-
<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>
133+
<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>
134134
</ul>
135135
</aside>
136136
</section>
@@ -140,7 +140,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> RPC_<wbr>MODULES</h3>
140140
<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>
141141
<aside class="tsd-sources">
142142
<ul>
143-
<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>
143+
<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>
144144
</ul>
145145
</aside>
146146
<div class="tsd-type-declaration">
@@ -173,7 +173,7 @@ <h3>version</h3>
173173
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
174174
<aside class="tsd-sources">
175175
<ul>
176-
<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>
176+
<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>
177177
</ul>
178178
</aside>
179179
</section>
@@ -190,7 +190,7 @@ <h3>assert<wbr>Exceptional<wbr>Transactions</h3>
190190
<li class="tsd-description">
191191
<aside class="tsd-sources">
192192
<ul>
193-
<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>
193+
<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>
194194
</ul>
195195
</aside>
196196
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -213,7 +213,7 @@ <h3>autofill<wbr>Default<wbr>Transaction<wbr>Values</h3>
213213
<li class="tsd-description">
214214
<aside class="tsd-sources">
215215
<ul>
216-
<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>
216+
<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>
217217
</ul>
218218
</aside>
219219
<h4 class="tsd-parameters-title">Parameters</h4>

0 commit comments

Comments
 (0)