Skip to content

Commit

Permalink
Merge branch '4.x' into implement-setImmediate
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Nov 27, 2023
2 parents 2b915f9 + 20cc5da commit af3a18e
Show file tree
Hide file tree
Showing 36 changed files with 2,860 additions and 2,809 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ yarn add web3
| test | Uses `jest` to run unit tests in each package |
| test:integration | Uses `jest` to run tests under `/test/integration` in each package |
| test:unit | Uses `jest` to run tests under `/test/unit` in each package |
| test:manual | Runs manual tests under `test/manual` in the web3 package |

[npm-url]: https://npmjs.org/package/web3
[downloads-image]: https://img.shields.io/npm/dm/web3?label=npm%20downloads
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ yarn-error.log*

# Don't include auto generated docs of current version
docs/api

docs/libdocs
4 changes: 4 additions & 0 deletions docs/docs/guides/migration_from_other_libs/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
label: 'Migration from Other Libraries'
collapsible: true
collapsed: false
link: null
Loading

0 comments on commit af3a18e

Please sign in to comment.