mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 05:33:05 +00:00
version 2.0.0
Changes: - supports Nim 2.0.x and 2.2.x - no longer supports Nim versions 1.6.x - better handling of async exceptions - block number can be retrieved from a block tag - workaround for hardhat websocket subscription timeouts - supports estimating gas for contract calls
This commit is contained in:
parent
c85192ae34
commit
bbced46733
@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
|
||||
project. Add the following to its .nimble file:
|
||||
|
||||
```nim
|
||||
requires "ethers >= 1.1.0 & < 2.0.0"
|
||||
requires "ethers >= 2.0.0 & < 3.0.0"
|
||||
```
|
||||
|
||||
To avoid conflicts with previous versions of `contractabi`, use the following command to install dependencies:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version = "1.1.0"
|
||||
version = "2.0.0"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user