Skip to content

Commit 1a33c7e

Browse files
authored
Merge branch 'main' into fix/cip36-assets-indexing
2 parents 17ce0c7 + 1a562df commit 1a33c7e

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.3.2 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.3.2 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.2 AS postgresql-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.3.3 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.3.3 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.3 AS postgresql-ci
66

77
FROM debian:stable-slim
88

catalyst-gateway/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.3.2 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.3.3 AS rust-ci
44
IMPORT ../ AS repo-ci
55

66
#cspell: words rustfmt toolsets USERARCH stdcfgs

catalyst-gateway/event-db/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the database and its associated software.
44
VERSION 0.8
55

6-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.2 AS postgresql-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.3 AS postgresql-ci
77

88
# cspell: words
99

catalyst-gateway/tests/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION 0.8
2-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.3.2 AS spectral-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.3.3 AS spectral-ci
33
IMPORT .. AS gateway
44

55
docker-compose:

catalyst-gateway/tests/api_tests/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.3.2 AS python-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.3.3 AS python-ci
44
IMPORT github.com/input-output-hk/catalyst-libs/rust:r20250330-00 AS cat-libs-rust
55

66
builder:

catalyst_voices/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

33
IMPORT ../catalyst-gateway AS catalyst-gateway
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.2 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.3 AS flutter-ci
55

66
# repo-catalyst-voices - Creates artifacts of all configuration files,
77
# packages and folders related to catalyst_voices frontend.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
2-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.2 AS flutter-ci
3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.3.2 AS playwright-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.3 AS flutter-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.3.3 AS playwright-ci
44

55
deps:
66
DO playwright-ci+SETUP --workdir=/wallet-automation

catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.2 AS flutter-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.3.2 AS flutter_rust_bridge
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.3 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.3.3 AS flutter_rust_bridge
55

66
builder:
77
FROM flutter_rust_bridge+builder

catalyst_voices/packages/libs/catalyst_key_derivation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
equatable: ^2.0.7
1818
flutter:
1919
sdk: flutter
20-
flutter_rust_bridge: 2.9.0
20+
flutter_rust_bridge: 2.5.1
2121
plugin_platform_interface: ^2.1.7
2222

2323
dev_dependencies:

catalyst_voices/packages/libs/catalyst_key_derivation/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
crate-type = ["cdylib", "staticlib", "rlib"]
1111

1212
[dependencies]
13-
flutter_rust_bridge = "=2.9.0"
13+
flutter_rust_bridge = "=2.5.1"
1414
ed25519-bip32 = "0.4.1"
1515
hmac = "0.12.1"
1616
pbkdf2 = "0.12.2"

0 commit comments

Comments
 (0)