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 0cd099d commit d5884bf
Show file tree
Hide file tree
Showing 10 changed files with 29 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
Expand Up @@ -2,6 +2,7 @@

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

## 2.0.0

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.

1 change: 1 addition & 0 deletions trackAndTrace/sponsored-transaction-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased changes

- Decode the reject reason of a failed transaction during the dry-run at the `sponsored_transaction_service` backend.
- Update submodule link.

## 1.0.0

Expand Down
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 d5884bf

Please sign in to comment.