Update secp256k1 requirement from 0.28 to 0.29 #585
Annotations
27 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Checking wasm32
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Checking wasm32:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32:
src/types/uint.rs#L1
unused import: `BigEndianHash`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/transports/eip_1193.rs#L250
field `stack` is never read
|
Checking wasm32
`web3` (lib) generated 7 warnings (run `cargo fix --lib -p web3` to apply 1 suggestion)
|
Testing wasm32
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Testing wasm32:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Testing wasm32:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/transports/eip_1193.rs#L250
field `stack` is never read
|
Testing wasm32
`web3` (lib test) generated 6 warnings
|
Checking wasm32 with http
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Checking wasm32 with http:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32 with http:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32 with http:
src/types/uint.rs#L1
unused import: `BigEndianHash`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Checking wasm32 with http
`web3` (lib) generated 6 warnings (run `cargo fix --lib -p web3` to apply 1 suggestion)
|
Loading