Drop support for Node.js 14 and add support for Node.js 20

This commit is contained in:
Simon Warta 2023-09-07 13:31:34 +02:00
parent 92a0c1003a
commit 312c7bcfe8
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@ workflows:
- build
matrix:
parameters:
node-version: ["14", "16", "18"]
node-version: ["16", "18", "20"]
- test-chrome:
requires:
- build

View File

@ -8,12 +8,15 @@ and this project adheres to
### Changed
- Drop support for Node.js 14 and add support for Node.js 20. ([#1421])
- @cosmjs/tendermint-rpc: Remove `Adaptor` abstractions which are not needed
anymore by haing a dedicated client for each backend.
- @cosmjs/tendermint-rpc: Add
`CometClient = Tendermint34Client | Tendermint37Client | Comet38Client` and
`connectComet` for auto-detecting the right client for a provided endpoint.
[#1421]: https://github.com/cosmos/cosmjs/issues/1421
### Deprecated
- @cosmjs/tendermint-rpc: `CometClient` should be used instead of