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

Commit 638708a

Browse files
authored
Merge pull request #223 from trufflesuite/revert-216-develop
Revert "`2.5.0` release from master"
2 parents 4a9654f + 122c1e3 commit 638708a

File tree

80 files changed

+1454
-1643
lines changed

Some content is hidden

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

80 files changed

+1454
-1643
lines changed

.github/pull_request_template.md

-7
This file was deleted.

.github/workflows/core-ci-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: yarn eslint
2727

2828
- name: Tests
29-
run: yarn test:int
29+
run: yarn test

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: yarn install --immutable --immutable-cache --check-cache
6262

6363
- name: run tests
64-
run: yarn test:int
64+
run: yarn test
6565

6666
- name: update metadata in package.json
6767
uses: onlyutkarsh/[email protected]

.mocharc.js

-50
This file was deleted.

.vscodeignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.vscode/**
44
.vscode-test/**
55
coverage/**
6+
drizzleUI/**
67
node_modules/**
78
out/**
89
!out/src/mscorlib.js
@@ -13,6 +14,7 @@ out/**
1314
!out/src/checkTruffleConfigTemplate.js
1415
src/**
1516
test/**
17+
ui-test/**
1618
.editorconfig
1719
.gitignore
1820
.npmignore
@@ -21,7 +23,6 @@ test/**
2123
**/*.map
2224
**/*.ts
2325
**/webpack.*.js
24-
**/.mocharc.js
2526
**/coverconfig.json
2627
.husky/**
2728
**/GitVersion.yml

CHANGELOG.md

-22
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22

33
All notable changes to the "Truffle for VSCode" extension will be documented in this file.
44

5-
## 2.5.0 - _Haiku_ 😈
6-
7-
This release has improved support to debug over a forked network and working with multiple Truffle projects in the same workspace.
8-
The brand new Walkthrough helps users to explore and discover the main features of the extension.
9-
Moreover, it has some bug fixes, internal optimisations, and code refactor for better maintainability.
10-
11-
Give it a try and let us know what you think!
12-
13-
### What's Changed
14-
15-
- Ability to debug over a forked network [\#186](https://github.com/trufflesuite/vscode-ext/pull/186) ([xhulz](https://github.com/xhulz))
16-
- Use `contracts_directory` from Truffle config in `Create Contract` command [\#193](https://github.com/trufflesuite/vscode-ext/pull/193) ([acuarica](https://github.com/acuarica))
17-
- Fix Command Palette display filter for Build/Deploy/Create Contracts commands [\#192](https://github.com/trufflesuite/vscode-ext/pull/192) ([acuarica](https://github.com/acuarica))
18-
- Add support to run out tests without VS Code Development Extension Host [\#191](https://github.com/trufflesuite/vscode-ext/pull/191) ([acuarica](https://github.com/acuarica))
19-
- Add support for multiple Truffle config files [\#181](https://github.com/trufflesuite/vscode-ext/pull/181) ([acuarica](https://github.com/acuarica))
20-
- Honor the `contract_build_directory` property in Deployments view [\#179](https://github.com/trufflesuite/vscode-ext/pull/179) ([acuarica](https://github.com/acuarica))
21-
- Ability to compile a single contract [\#177](https://github.com/trufflesuite/vscode-ext/pull/177) ([xhulz](https://github.com/xhulz))
22-
- Dashboard link has added to dashboard view panel [\#172](https://github.com/trufflesuite/vscode-ext/pull/172) ([xhulz](https://github.com/xhulz))
23-
- Debug only works with Ganache Development Instance [\#170](https://github.com/trufflesuite/vscode-ext/pull/170) ([xhulz](https://github.com/xhulz))
24-
- Add a Walkthrough on the Getting Started splash [\#148](https://github.com/trufflesuite/vscode-ext/pull/148) ([acuarica](https://github.com/acuarica))
25-
- Replace `open` package with `vscode.env.openExternal` [\#195](https://github.com/trufflesuite/vscode-ext/pull/195) ([acuarica](https://github.com/acuarica))
26-
275
## 2.4.0 - _Goblins_ 😈
286

297
This release has some fixes around internal optimisations for our CI/Linting and cleanup of code where we were seeing issues with building contracts in mono repos etc.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ besu: {
142142

143143
## Development
144144

145-
We welcome pull requests.
146-
To get started, just fork this repo, clone it locally, and run:
145+
We welcome pull requests. To get started, just fork this repo, clone it locally, and run:
147146

148147
```shell
149148
# Install
@@ -152,9 +151,6 @@ yarn install
152151

153152
# Test
154153
yarn test
155-
156-
# Integration Test
157-
yarn test:int
158154
```
159155

160156
There are more docs online at the VS Code website on how to develop plugins at the [VS Code Docs - Extension API](https://code.visualstudio.com/api).
-85.2 KB
Binary file not shown.
-103 KB
Binary file not shown.
-866 KB
Binary file not shown.

0 commit comments

Comments
 (0)