Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e1f6af9

Browse files
authored
Merge pull request #203 from defi-wonderland/docs/soft-deprecate
docs: document deprecation
2 parents fcfcf73 + 8560fcb commit e1f6af9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 1
1414

1515
- name: Cache node modules
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
env:
1818
cache-name: cache-node-modules
1919
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Cache node modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
env:
2121
cache-name: cache-node-modules
2222
with:

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
<br />
1111
<br />
1212

13+
## Soft-deprecation notice
14+
15+
Smock has had a fruitful life, and its legacy lives on
16+
[smock-foundry](https://github.com/defi-wonderland/smock-foundry), a
17+
re-implementation for foundry which we now use exclusively as a side-effect of
18+
using `foundry` for all new projects.
19+
20+
This project will receive security/bug fixes and code review for the
21+
foreseeable future, so existing projects can continue to use it, but no further
22+
features will be implemented. In particular, we won't migrate the project to
23+
newer versions of peer dependencies, as specified in
24+
[#201](https://github.com/defi-wonderland/smock/issues/201)
25+
1326
**Smock** is the **S**olidity **mock**ing library. It's a plugin for
1427
[hardhat](https://hardhat.org) that can be used to create mock Solidity
1528
contracts entirely in JavaScript (or TypeScript!). With Smock, it's

0 commit comments

Comments
 (0)