Jonathan LEI
|
36dac5864c
|
fix: broken eip155 logic in aws signer (#2300)
|
2023-03-24 11:00:01 -07:00 |
DaniPopes
|
16f9fab75c
|
fix: enable doc_cfg feature for docsrs (#2294)
|
2023-03-22 16:29:10 -07:00 |
DaniPopes
|
439a0c7de0
|
chore(deps): bump and use workspace dependencies (#2222)
* chore: update all deps
* chore: update dependabot
* chore: separate ethers package from workspace
* chore: package metadata
* chore: use package.*.workspace = true
* fix: docs.rs build
* chore: update examples manifests
* chore: use workspace dependencies for ethers-* crates
* fix: test
* chore: use workspace dependencies for all dependencies
* chore: pin rust-crypto
* chore: add license field to example crates
* fixes
* more fixes
* fix: test
* last fixes
* fix: wasm
* fix: docs.rs build
* fix
* fix: wasm-pack error
see also https://github.com/rustwasm/wasm-pack/issues/1238
* fix: wasm deps and example
* ci: update
* fix: wasm tests
* fix: eip712 tests
* fix: windows ci
* fix
* chore: update docsrs metadata
* chore: bump version to match crates.io
* chore: rm bad release.toml config
* chore: rm release.toml
bad configuration
* chore: add exclude to workspace
* fix: middleware
* fix: solc feature flags
* chore: run cargo upgrade
* chore: update deps
* chore: update remaining deps
* undo fix
* update lock
* bump yubi
* fix: update coins-* and fix spki breaking changes
|
2023-03-16 12:28:35 -07:00 |
Matthias Seitz
|
304fe0988d
|
chore(clippy): make clippy happy (#2264)
* chore(clippy): make clippy happy
* chore: silence clippy fp
---------
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-15 16:12:34 -07:00 |
Georgios Konstantopoulos
|
18a049b4c4
|
chore: bump crypto deps (#2260)
* chore(core): bump k256
* fix: use correct recovery api
* fix(signers): use correct apis
* chore(signers): bump elliptic curve
* feat: use PreHashSigner
* feat: bump yubihsm and adjust for breakages
* chore: clippy
|
2023-03-14 23:13:46 -07:00 |
dependabot[bot]
|
7ae2ed12bf
|
chore(deps): bump semver from 1.0.16 to 1.0.17 (#2251)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.16...1.0.17)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-13 12:42:59 -07:00 |
StackOverflowExcept1on
|
11287f4941
|
bump coins-bip39 to 0.8.1 and coins-bip32 to 0.8.0 (#2246)
|
2023-03-13 12:42:25 -07:00 |
Georgios Konstantopoulos
|
941d3908d9
|
(cargo-release) version 2.0.0
|
2023-03-13 12:38:25 -07:00 |
dependabot[bot]
|
706186ef7c
|
chore(deps): bump thiserror from 1.0.38 to 1.0.39 (#2234)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-09 13:59:48 -08:00 |
DaniPopes
|
f9086e703c
|
fix: docsrs builds final (#2235)
* fix
* fix: middleware
* fix: update rustc flags
* docs: add comment
|
2023-03-08 14:58:44 -08:00 |
James Prestwich
|
73636a906e
|
RRR: Reconnection & Request Reissuance (#2181)
* wip: ws2
* ws2 backend compiles
* refactor: rename PubSubItem and BackendDriver
* feature: dispatch request to end subscription
* refactor: move ws2 to ws, fix reconnection and deser on subs
* chore: improve use of tracing in manager
* refactor: feature legacy_ws to enable backwards compatibility
* nit: mod file ordering
* docs: copy PR description to ws structs
* fixes: remove unused macros file, remove err formats
* docs: add comments to struct fields
* docs: comment client struct fields
* chore: changelog
* fix: unused imports in ws_errors test
* docs: missing comment
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
* fix: legacy-ws feature in root crate, hyphen not underscore
* fix: a couple bad imports/exports
---------
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-28 18:25:59 -07:00 |
DaniPopes
|
fbf8acb6a5
|
fix: udeps (#2215)
|
2023-02-28 18:25:25 -07:00 |
DaniPopes
|
da743fc8b2
|
ci/test: improve CI jobs and tests (#2189)
* ci: move to scripts directory
* nits
* ci: improve main CI jobs
* fix: install script
* fix
* fix: use curl for windows installation
* fix: wasm typo
* tests: move to single binary
* chore: clippy
* chore: clippy
* chore: clippy
* fix: test command
* fix: quote tests
* update script
* fix: action exclude
* fix: dev deps
* fix: only run wasm in own job
* ci: add aarch64 targets
* test: rm useless test
* ci: update security audit
* ci: add deny CI
* chore: rm unused audit.toml
* chore: update geth.rs
* ci: remove unusable targets
* fix: install script path
* fix: wasm
* improve script
* fix: failing ci
* fix: contract tests
* ci: improve install script
* update middleware tests
* move integration etherscan tests to tests/ dir
* fix: eip2930 access_list field name
* add pendingtransaction must_use
* add random anvil comment
* ci: add miri job
* ci: simplify
* fixci
* Revert "add pendingtransaction must_use"
This reverts commit 770b21b4a3 .
* fix: macos script
* fix: use curl in script
* unused ci
* update script
* fix wasm
* rm_miri
* fix: signer test
* fix: wasm ci
* fix: ipc test
* fix: live celo tests
* fix: abi online source test
* fix: windows paths in test
* chore: update serial_test
* ci: run live tests separately
* fix: provider tests
* fix: unused var
* fix: feature
* fix merge
* fix: etherscan key tests
* ci: rm duplicate audit
* fix: split etherscan test ci
* fix: etherscan test
* fix: generate multiple unused ports
* fix: source test
* fix: udeps
* rm unused
|
2023-02-28 17:26:27 -07:00 |
Matthias Seitz
|
936fbcd287
|
test: add parse pk test (#2194)
|
2023-02-27 13:20:41 -07:00 |
James Prestwich
|
cc3156db7a
|
Workaround for https://github.com/LedgerHQ/app-ethereum/issues/409 (#2192)
* fix: edge cases and workarounds for ledger signer
* feat: add tracing to ledger signer
* chore: Changelog
|
2023-02-27 13:13:55 -07:00 |
dependabot[bot]
|
59781a4e62
|
chore(deps): bump tempfile from 3.3.0 to 3.4.0 (#2200)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-27 13:03:47 -07:00 |
DaniPopes
|
203e350940
|
docs: fix broken links, update documentation (#2203)
* docs: fix broken links
* docs: update READMEs and module-level documentation
|
2023-02-27 13:03:17 -07:00 |
dependabot[bot]
|
37acf65dae
|
chore(deps): bump coins-ledger from 0.7.0 to 0.7.1 (#2139)
Bumps [coins-ledger](https://github.com/summa-tx/bitcoins-rs) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/summa-tx/bitcoins-rs/releases)
- [Commits](https://github.com/summa-tx/bitcoins-rs/compare/v0.7.0...coins-ledger@0.7.1)
---
updated-dependencies:
- dependency-name: coins-ledger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-13 17:15:38 -08:00 |
Yiannis M
|
0a7e7423e2
|
feat(signers): Allow parsing of private key that has `0x` prefix (#2037)
|
2023-01-11 19:41:41 -08:00 |
Roman Krasiuk
|
7ddfd84e20
|
disable native-tls on rusoto (#2021)
|
2023-01-06 13:08:26 +02:00 |
Gyuho Lee
|
04e3021dc0
|
ethers-signers/aws: sighash on the inner/updated tx object (#1977)
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
|
2023-01-03 16:09:08 +02:00 |
DaniPopes
|
d272318483
|
chore: update all rust editions to 2021 (#1979)
|
2022-12-30 14:48:29 +02:00 |
0xKitsune
|
f94e6f549f
|
added `from_bytes` for `Wallet` type (#1983)
* added `from_bytes` for `Wallet` type
* added key_from_bytes test for Wallet::from_bytes
* updated changelog
|
2022-12-30 14:45:19 +02:00 |
dependabot[bot]
|
0cc6be4f5c
|
chore(deps): bump thiserror from 1.0.37 to 1.0.38 (#1950)
|
2022-12-22 21:00:36 +02:00 |
dependabot[bot]
|
3e685aaede
|
chore(deps): bump semver from 1.0.14 to 1.0.16 (#1952)
|
2022-12-22 21:00:18 +02:00 |
Dan Cline
|
80d887b67e
|
docs: update MRSV to 1.64 (#1926)
* IntoFuture was implemented in #1826, which means the MSRV should now
be 1.64
|
2022-12-05 22:04:48 -08:00 |
Jared Tokuz
|
a88d2d03e3
|
refac: change awsSigner to own kmsclient (#1922)
|
2022-12-02 19:06:06 -08:00 |
Georgios Konstantopoulos
|
71e2727ae3
|
(cargo-release) version 1.0.2
|
2022-11-27 12:27:57 -08:00 |
Dave Belvedere
|
95d6567adc
|
chore: bump trezor, fix clippy (#1871)
* chore: bump trezor, fix clippy
* update cargo lock
Co-authored-by: Dave Belvedere <dave@protonmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-11-20 12:38:41 -08:00 |
DaniPopes
|
debd6fec3d
|
chore: clippy (#1812)
* chore: clippy
* fmt
|
2022-11-07 15:43:11 -08:00 |
Georgios Konstantopoulos
|
87b10bdf24
|
Revert "chore: disable dev deps for release"
This reverts commit d8a1be6fb1 .
|
2022-10-25 11:12:50 -07:00 |
Georgios Konstantopoulos
|
d8a1be6fb1
|
chore: disable dev deps for release
|
2022-10-25 11:04:28 -07:00 |
Georgios Konstantopoulos
|
9ec8d9cdad
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
fc54d8f11e
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
f27078b317
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
Georgios Konstantopoulos
|
79024ebbe9
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
dependabot[bot]
|
c180528951
|
chore(deps): bump home from 0.5.3 to 0.5.4 (#1781)
Bumps [home](https://github.com/brson/home) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/brson/home/releases)
- [Changelog](https://github.com/brson/home/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brson/home/compare/0.5.3...v0.5.4)
---
updated-dependencies:
- dependency-name: home
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-12 11:13:25 -07:00 |
dependabot[bot]
|
9832e6455c
|
chore(deps): bump tracing-subscriber from 0.3.15 to 0.3.16 (#1765)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.15...tracing-subscriber-0.3.16)
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-07 10:05:29 -07:00 |
dependabot[bot]
|
7439dea0bb
|
chore(deps): bump tracing from 0.1.36 to 0.1.37 (#1766)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-07 10:03:01 -07:00 |
DaniPopes
|
5c762c44d7
|
fmt: all (#1751)
* fmt: all
* fmt: eol
|
2022-09-28 11:58:26 -07:00 |
dependabot[bot]
|
d2a73cbbc3
|
chore(deps): bump thiserror from 1.0.36 to 1.0.37 (#1748)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.36...1.0.37)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-27 23:52:41 -07:00 |
dependabot[bot]
|
9b4950383b
|
chore(deps): bump thiserror from 1.0.35 to 1.0.36 (#1739)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.36.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.36)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-26 10:32:24 -07:00 |
DaniPopes
|
0734fce48c
|
fix(contract, signers): cyclic deps (#1730)
* fix(signers): cyclic deps
* fix(contract): cyclic deps
* fix: feature
|
2022-09-24 12:41:04 -07:00 |
DaniPopes
|
733c5d3dfd
|
fix(contract): relax Middleware trait bound for getters (#1728)
* wip
* fix(contract): relax Middleware trait bound for getters
* chore: clippy
* move
* fix: multicall
|
2022-09-23 17:32:24 -07:00 |
DaniPopes
|
3926749213
|
docs: add MSRV (#1712)
|
2022-09-18 08:45:45 -07:00 |
dependabot[bot]
|
74272ca3f5
|
chore(deps): bump semver from 1.0.13 to 1.0.14 (#1708)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.13...1.0.14)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-16 14:46:01 -07:00 |
dependabot[bot]
|
37410d7f90
|
chore(deps): bump sha2 from 0.10.5 to 0.10.6 (#1709)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.5...sha2-v0.10.6)
---
updated-dependencies:
- dependency-name: sha2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-16 11:24:39 -07:00 |
dependabot[bot]
|
ec67be63df
|
chore(deps): bump thiserror from 1.0.34 to 1.0.35 (#1697)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-13 21:28:40 -07:00 |
dependabot[bot]
|
69f24e03ef
|
chore(deps): bump thiserror from 1.0.33 to 1.0.34 (#1668)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.33...1.0.34)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-05 09:55:46 -07:00 |
dependabot[bot]
|
e2b1e923e7
|
chore(deps): bump sha2 from 0.10.3 to 0.10.5 (#1671)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.3...sha2-v0.10.5)
---
updated-dependencies:
- dependency-name: sha2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-05 09:55:06 -07:00 |