From 1b3aefcb55b6fd44ae930ef96f9c11390afff0b7 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 20 Sep 2023 09:42:16 +0200 Subject: [PATCH] Update dependencies (#123) * allow access to underlying raw transaction signing method * change method signature to default chainId to 1 * remove firefox override as it fails the tests * update dependencies --- README.md | 6 ++++++ dart_test.yaml | 8 ++++---- pubspec.yaml | 16 ++++++++-------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2530c25a..be29e2a7 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,9 @@ Please file feature requests and bugs at the [issue tracker][tracker]. If you want to contribute to this library, please submit a Pull Request. [tracker]: https://github.com/xclud/web3dart/issues/new + +## Testing + +```dart +dart test test +``` \ No newline at end of file diff --git a/dart_test.yaml b/dart_test.yaml index 13793ef4..454b150d 100644 --- a/dart_test.yaml +++ b/dart_test.yaml @@ -2,7 +2,7 @@ tags: expensive: timeout: 2x -override_platforms: - firefox: - settings: - arguments: -headless \ No newline at end of file +#override_platforms: +# firefox: +# settings: +# arguments: -headless \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 08e542b0..eb3d00d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,19 +9,19 @@ environment: dependencies: pointycastle: ^3.7.3 - sec: ^1.0.1 + sec: ^1.1.0 http: ">=0.13.1 <2.0.0" - uuid: ^3.0.7 + uuid: ^4.0.0 json_rpc_2: ^3.0.2 stream_transform: ^2.1.0 - stream_channel: ^2.1.1 + stream_channel: ^2.1.2 eip55: ^1.0.2 eip1559: ^0.6.2 - typed_data: ^1.3.1 + typed_data: ^1.3.2 convert: ^3.1.1 - async: ^2.10.0 - wallet: ^0.0.10 + async: ^2.11.0 + wallet: ^0.0.12+1 dev_dependencies: - test: ^1.24.0 - lints: ^2.0.0 + test: ^1.24.6 + lints: ^2.1.1