Skip to content

Commit

Permalink
docs: adjust changeset files
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Nov 28, 2023
1 parent 96c0241 commit ee0b001
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion onchain/rollups/.changeset/dull-clouds-smash.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
---

Removed `AuthorityHistoryPairFactory` and `IAuthorityHistoryPairFactory`.
These contracts is no longer be necessary for the new `Authority` contract.
These contracts will no longer be necessary, given the refactor in the `Authority` contract.
2 changes: 1 addition & 1 deletion onchain/rollups/.changeset/gorgeous-onions-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
---

Removed `HistoryFactory` and `IHistoryFactory`.
These contracts is no longer be necessary for the new `Authority` contract.
These contracts will no longer be necessary, given the refactor in the `Authority` contract.
4 changes: 2 additions & 2 deletions onchain/rollups/.changeset/lucky-kings-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"@cartesi/rollups": major
---

Removed the boolean return value from the `executeVoucher` and `validateNotice` functions of the `CartesiDApp` contract.
Removed the boolean return value from the functions `executeVoucher` and `validateNotice` of the `ICartesiDApp` interface.
This change was made because these functions would never return `false`.
Contracts that call these functions now shouldn't expect a boolean return value.
Contracts and EOAs that called these functions now shouldn't expect a boolean return value.
2 changes: 1 addition & 1 deletion onchain/rollups/.changeset/nervous-hairs-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
---

Removed `History`.
This contract is no longer be necessary for the new `Authority` contract.
This contract will no longer be necessary, given the refactor in the `Authority` contract.

0 comments on commit ee0b001

Please sign in to comment.