Published by blockcoders on 2023/01/07
- Add @ethersproject/* as dependencies
Published by blockcoders on 2023/01/07
- Update Readme
Published by blockcoders on 2023/01/07
- #145 Fix @nestjs/common peer dependenciy version
Published by blockcoders on 2023/01/07
- #140 Release v2.0.0 - Nest.js v9
- #142 Update README.md by @copocaneta
- Dropped support for node < 14
- Upgrade @nestjs/* from 8.x to 9.x
- Remove deprecated ethereum chains (ropsten, rinkeby and kovan).
- Add new RPC providers Moralis and Ankr.
- Ethers.js is not longer part of the index.ts export.
- @ethersproject/* is now part of peerDependencies.
- Rename
MATIC_NETWORK
withPOLYGON_NETWORK
.
Published by blockcoders on 2022/05/08
- #141 Update dependencies
- #139 Fix: Function name createWalletFromEncryptedJson by @GustavoRSSilva
- #138 Fix: README injected variable ethersContract by @GustavoRSSilva
Published by blockcoders on 2022/05/08
- #137 Update dependencies
- #135 Fix typo getSigneroken to getSignerToken by @hanchchch
Published by blockcoders on 2022/01/15
- #133 Update dependencies
Published by blockcoders on 2021/09/16
- #129 Add module context token
- #128 Add option waitUntilIsConnected
- #127 Custom StaticJsonRpcProvider
- #126 BscScan Provider
- #125 Add precommit
- #124 Add new network chains
- #123 Export everything in ethers module
- #122 Update ethers to 5.4.6
- #119 Remove dependabot.yml
- #118 Update eslint
- Replace
EthersBaseProvider
with ethersBaseProvider
interface. - Replace
SmartContractInterface
with ethersContractInterface
interface. - Replace
WalletSigner
with ethersWallet
interface. - Replace
SmartContractFactory
with ethersContractFactory
interface. RandomWalletSignerOptions
was renamed toRandomWalletOptions
EthersSigner
andEthersContract
are not longer part of the global export. Now these two provider are injected inforRoot
andforRootAsync
.@InjectContractProvider
decorator declares theEthersContract
class as a class that can be managed by the Nest IoC container.@InjectSignerProvider
decorator declares theEthersSigner
class as a class that can be managed by the Nest IoC .
Published by blockcoders on 2021/08/12
Published by blockcoders on 2021/07/13
- #93 Update dependencies
Published by blockcoders on 2021/04/21
- #19 Release v0.3.0 - EthersContract implementation
- #18 Add EthersContract to the README
- #17 Add SmartContract creation
Published by blockcoders on 2021/04/17
- #16 Release v0.2.0 - EthersSigner implementation
- #15 Update Readme with EthersSigner
- #14 Update PULL_REQUEST_TEMPLATE
- #13 Add wallet signer service
- Removed
providerName
option fromforRoot
andforRootAsync
functions.
Published by blockcoders on 2021/04/14