Skip to content

Commit

Permalink
Add format hex to voucher payload
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 18, 2024
1 parent c786519 commit 82906d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unrelesed

## [0.7.3] - 2024-04-17

### Changed

- Add format hex to voucher payload

## [0.7.2] - 2024-04-16

### Changed
Expand Down Expand Up @@ -75,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [0.2.0]
- [0.1.0]

[unreleased]: https://github.com/cartesi/openapi-interfaces/compare/v0.7.2...HEAD
[unreleased]: https://github.com/cartesi/openapi-interfaces/compare/v0.7.3...HEAD
[0.7.3]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.7.3
[0.7.2]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.7.2
[0.7.1]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.7.1
[0.7.0]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.7.0
Expand Down
1 change: 1 addition & 0 deletions rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ components:
by its ABI-encoded arguments.
ref: https://docs.soliditylang.org/en/v0.8.19/abi-spec.html
example: "0xcdcd77c000000000000000000000000000000000000000000000000000000000000000450000000000000000000000000000000000000000000000000000000000000001"
format: hex
required:
- destination
- payload
Expand Down

0 comments on commit 82906d0

Please sign in to comment.