Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Oct 2, 2024
1 parent 2a803e4 commit 0d7e7b4
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 0.1.1

- Change to use the new `verify_single_account_signature` function from the SDK.
- Change to use the new `verify_single_account_signature` function from the SDK.
- Update submodule link.

## 0.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ where
let SigningData {
signer,
message,
signature,
signature,
block_height,
} = param.signing_data();

Expand Down
2 changes: 2 additions & 0 deletions gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

- Update submodule link.

## 0.2.0

- Bump `@concordium/web-sdk` to version `7.5.1`.
Expand Down
10 changes: 5 additions & 5 deletions gallery/verifier/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sponsoredTransactions/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased changes

- Update submodule link.
- Change to use the `contract-client` from the Rust SDK.
- Add reject reason decoding of reverted transactions during the dry-run.

Expand Down
10 changes: 5 additions & 5 deletions sponsoredTransactions/backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions sponsoredTransactionsAuction/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

- Update submodule link.

## 1.0.0

- Initial auction sponsored transaction back end.
10 changes: 5 additions & 5 deletions sponsoredTransactionsAuction/backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions trackAndTrace/sponsored-transaction-service/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d7e7b4

Please sign in to comment.