Skip to content

Commit

Permalink
Update deps (#134)
Browse files Browse the repository at this point in the history
* Update deps

* Update node orb

* change repository owner
  • Loading branch information
0xslipk authored Feb 15, 2022
1 parent 28ed400 commit f4ce9e1
Show file tree
Hide file tree
Showing 8 changed files with 10,996 additions and 2,280 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
# The Node.js orb contains a set of prepackaged CircleCI configuration you can utilize
# Orbs reduce the amount of configuration required for common tasks.
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/node
node: circleci/node@4.1
node: circleci/node@5.0.0
coveralls: coveralls/[email protected]

jobs:
Expand Down Expand Up @@ -50,4 +50,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ['16.4', '14.17', '12.22']
node-version: ['16.13', '14.18', '12.22']
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## PR Checklist
Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/jarcodallo/nestjs-ethers/blob/master/CONTRIBUTING.md
- [ ] The commit message follows our guidelines: https://github.com/blockcoders/nestjs-ethers/blob/master/CONTRIBUTING.md
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17
v16.14
58 changes: 31 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Changelog

## 1.0.1
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/01/15**
- [#133](https://github.com/blockcoders/nestjs-ethers/pull/133) Update dependencies

## 1.0.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/09/16**
- [#129](https://github.com/jarcodallo/nestjs-ethers/pull/129) Add module context token
- [#128](https://github.com/jarcodallo/nestjs-ethers/pull/128) Add option waitUntilIsConnected
- [#127](https://github.com/jarcodallo/nestjs-ethers/pull/127) Custom StaticJsonRpcProvider
- [#126](https://github.com/jarcodallo/nestjs-ethers/pull/126) BscScan Provider
- [#125](https://github.com/jarcodallo/nestjs-ethers/pull/125) Add precommit
- [#124](https://github.com/jarcodallo/nestjs-ethers/pull/124) Add new network chains
- [#123](https://github.com/jarcodallo/nestjs-ethers/pull/123) Export everything in ethers module
- [#122](https://github.com/jarcodallo/nestjs-ethers/pull/122) Update ethers to 5.4.6
- [#119](https://github.com/jarcodallo/nestjs-ethers/pull/119) Remove dependabot.yml
- [#118](https://github.com/jarcodallo/nestjs-ethers/pull/118) Update eslint
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/09/16**
- [#129](https://github.com/blockcoders/nestjs-ethers/pull/129) Add module context token
- [#128](https://github.com/blockcoders/nestjs-ethers/pull/128) Add option waitUntilIsConnected
- [#127](https://github.com/blockcoders/nestjs-ethers/pull/127) Custom StaticJsonRpcProvider
- [#126](https://github.com/blockcoders/nestjs-ethers/pull/126) BscScan Provider
- [#125](https://github.com/blockcoders/nestjs-ethers/pull/125) Add precommit
- [#124](https://github.com/blockcoders/nestjs-ethers/pull/124) Add new network chains
- [#123](https://github.com/blockcoders/nestjs-ethers/pull/123) Export everything in ethers module
- [#122](https://github.com/blockcoders/nestjs-ethers/pull/122) Update ethers to 5.4.6
- [#119](https://github.com/blockcoders/nestjs-ethers/pull/119) Remove dependabot.yml
- [#118](https://github.com/blockcoders/nestjs-ethers/pull/118) Update eslint

### BREAKING CHANGE
- Replace `EthersBaseProvider` with ethers `BaseProvider` interface.
Expand All @@ -24,30 +28,30 @@ Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/09/16**
- `@InjectSignerProvider` decorator declares the `EthersSigner` class as a class that can be managed by the Nest IoC .

## 0.3.2
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/08/12**
- [#111](https://github.com/jarcodallo/nestjs-ethers/pull/111) Update dependencies
- [#110](https://github.com/jarcodallo/nestjs-ethers/pull/110) Remove Dependabot Badge
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/08/12**
- [#111](https://github.com/blockcoders/nestjs-ethers/pull/111) Update dependencies
- [#110](https://github.com/blockcoders/nestjs-ethers/pull/110) Remove Dependabot Badge

## 0.3.1
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/07/13**
- [#93](https://github.com/jarcodallo/nestjs-ethers/pull/93) Update dependencies
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/07/13**
- [#93](https://github.com/blockcoders/nestjs-ethers/pull/93) Update dependencies

## 0.3.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/21**
- [#19](https://github.com/jarcodallo/nestjs-ethers/pull/19) Release v0.3.0 - EthersContract implementation
- [#18](https://github.com/jarcodallo/nestjs-ethers/pull/18) Add EthersContract to the README
- [#17](https://github.com/jarcodallo/nestjs-ethers/pull/17) Add SmartContract creation
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/21**
- [#19](https://github.com/blockcoders/nestjs-ethers/pull/19) Release v0.3.0 - EthersContract implementation
- [#18](https://github.com/blockcoders/nestjs-ethers/pull/18) Add EthersContract to the README
- [#17](https://github.com/blockcoders/nestjs-ethers/pull/17) Add SmartContract creation

## 0.2.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/17**
- [#16](https://github.com/jarcodallo/nestjs-ethers/pull/16) Release v0.2.0 - EthersSigner implementation
- [#15](https://github.com/jarcodallo/nestjs-ethers/pull/15) Update Readme with EthersSigner
- [#14](https://github.com/jarcodallo/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE
- [#13](https://github.com/jarcodallo/nestjs-ethers/pull/13) Add wallet signer service
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/17**
- [#16](https://github.com/blockcoders/nestjs-ethers/pull/16) Release v0.2.0 - EthersSigner implementation
- [#15](https://github.com/blockcoders/nestjs-ethers/pull/15) Update Readme with EthersSigner
- [#14](https://github.com/blockcoders/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE
- [#13](https://github.com/blockcoders/nestjs-ethers/pull/13) Add wallet signer service

### BREAKING CHANGE
- Removed `providerName` option from `forRoot` and `forRootAsync` functions.

## 0.1.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/14**
- [#10](https://github.com/jarcodallo/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/)
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/14**
- [#10](https://github.com/blockcoders/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ NestJS-Ethers
=============

[![npm](https://img.shields.io/npm/v/nestjs-ethers)](https://www.npmjs.com/package/nestjs-ethers)
[![CircleCI](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main)
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/jarcodallo/nestjs-ethers)
[![CircleCI](https://circleci.com/gh/blockcoders/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/blockcoders/nestjs-ethers/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/nestjs-ethers?branch=main)
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/blockcoders/nestjs-ethers)
[![supported platforms](https://img.shields.io/badge/platforms-Express%20%26%20Fastify-green)](https://img.shields.io/badge/platforms-Express%20%26%20Fastify-green)


Expand Down
2 changes: 1 addition & 1 deletion __tests__/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const RINKEBY_POCKET_URL = 'https://eth-rinkeby.gateway.pokt.network/v1'
export const RINKEBY_ETHERSCAN_URL = 'https://api-rinkeby.etherscan.io/api'
export const RINKEBY_INFURA_URL = 'https://rinkeby.infura.io/v3'
export const CLOUDFLARE_URL = 'https://cloudflare-eth.com'
export const TESTNET_BSCSCAN_URL = 'http://api-testnet.bscscan.com/api'
export const TESTNET_BSCSCAN_URL = 'https://api-testnet.bscscan.com/api'
export const CUSTOM_BSC_1_URL = 'https://data-seed-prebsc-1-s1.binance.org:8545'
export const CUSTOM_BSC_2_URL = 'https://data-seed-prebsc-1-s3.binance.org:8545'
export const CUSTOM_BSC_3_URL = 'https://data-seed-prebsc-2-s2.binance.org:8545'
Expand Down
Loading

0 comments on commit f4ce9e1

Please sign in to comment.