mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
update asynctest dependency
fixes segfault in Nim 2.2.2
This commit is contained in:
parent
7081e6922f
commit
4d12119a73
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [2.0.14]
|
||||
nim: [2.0.14, 2.2.2]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/chronos
|
||||
import pkg/ethers
|
||||
import pkg/ethers/providers/jsonrpc/conversions
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import pkg/stew/byteutils
|
||||
import ../../examples
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import std/os
|
||||
import std/importutils
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/serde
|
||||
import pkg/json_rpc/rpcclient
|
||||
import pkg/json_rpc/rpcserver
|
||||
|
||||
@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
|
||||
description = "Tests for Nim Ethers library"
|
||||
license = "MIT"
|
||||
|
||||
requires "asynctest >= 0.4.0 & < 0.5.0"
|
||||
requires "asynctest >= 0.5.4 & < 0.6.0"
|
||||
|
||||
task test, "Run the test suite":
|
||||
exec "nimble install -d -y"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import pkg/serde
|
||||
import std/os
|
||||
import std/options
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/questionable
|
||||
import pkg/stint
|
||||
import pkg/ethers
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import std/os
|
||||
import pkg/serde
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import ./hardhat
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import pkg/serde
|
||||
import ./hardhat
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import std/os
|
||||
import pkg/serde
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/questionable
|
||||
import pkg/stint
|
||||
import pkg/ethers
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import pkg/contractabi
|
||||
import ./examples
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import pkg/serde
|
||||
import ./hardhat
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/ethers
|
||||
import pkg/serde
|
||||
import ./hardhat
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import std/os
|
||||
import std/strformat
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/chronos
|
||||
import pkg/ethers
|
||||
import pkg/ethers/testing
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import std/os
|
||||
import pkg/asynctest
|
||||
import pkg/asynctest/chronos/unittest
|
||||
import pkg/serde
|
||||
import pkg/stew/byteutils
|
||||
import ../ethers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user