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

Commit 36c6eb8

Browse files
authored
Merge pull request #1874 from trufflesuite/develop
Release v7.0.0-beta.2
2 parents fd31f6b + e85f081 commit 36c6eb8

File tree

196 files changed

+16693
-28515
lines changed

Some content is hidden

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

196 files changed

+16693
-28515
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ docs/assets/launch.json linguist-language=JSON5
22
tsconfig-base.json linguist-language=JSON5
33
.nycrc linguist-language=JSON
44
.prettierrc linguist-language=JSON
5+
src/packages/ganache/api-extractor.json linguist-language=JSON5
6+
src/packages/ganache/tsdoc.json linguist-language=JSON5

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [12.0.0, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
14-
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11.0]
13+
node: [12.0.0, 12.x, 14.x, 16.x, 17.x]
14+
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
1515

1616
runs-on: ${{ matrix.os }}
1717

.github/workflows/push.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [12.0.0, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
13+
node: [12.0.0, 12.x, 14.x, 16.x, 17.x]
1414
os: [ubuntu-20.04]
1515

1616
runs-on: ${{ matrix.os }}
@@ -28,17 +28,14 @@ jobs:
2828
- run: npm test
2929
env:
3030
FORCE_COLOR: 1
31+
INFURA_KEY: ${{ secrets.TEST_INFURA_KEY }}
3132

3233
build-all:
3334
strategy:
3435
fail-fast: false
3536
matrix:
36-
# We start at Node 10.18.0 because it is the first version filecoin's
37-
# CBOR package will let us install. Once filecoin is moved out of the
38-
# monorepo we want to use 10.7.0 (earliest version the Ethereum side
39-
# supports) or 10.13.0 (first node 10 LTS version).
40-
node: [10.18.0, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x]
41-
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
37+
node: [12.0.0, 12.x, 14.x, 16.x, 17.x]
38+
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
4239

4340
runs-on: ${{ matrix.os }}
4441

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.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/index.html

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

docs/typedoc/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.

0 commit comments

Comments
 (0)