-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #147
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #147
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 21, 2023 14:10
efc639f
to
dd317bf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
November 28, 2023 12:28
6c0bbe8
to
ee00684
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
December 4, 2023 12:41
fa41577
to
bd5e7de
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
December 11, 2023 12:50
5b88213
to
e95a39e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
December 21, 2023 17:50
232a6be
to
cf0cf4c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 21, 2023 19:25
cf0cf4c
to
9e3d5af
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
January 11, 2024 08:41
3f5c8a4
to
02df8a2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
January 18, 2024 07:13
0b45594
to
9031675
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
May 13, 2024 16:11
3e1ac7c
to
ae56964
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
May 31, 2024 01:50
d08a023
to
b93194e
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
June 17, 2024 20:27
b93194e
to
bc205f2
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2024 19:22
bc205f2
to
f6c65ec
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2024 19:41
f6c65ec
to
03453a0
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 19, 2024 12:33
38f3682
to
f3e7710
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
September 7, 2024 13:35
f3e7710
to
1fad5f4
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
October 16, 2024 19:03
33852fe
to
b508bf3
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
October 22, 2024 22:58
740a8bd
to
3d67442
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
October 30, 2024 16:45
59a8d84
to
d279512
Compare
rollups-contracts-bot
force-pushed
the
changeset-release/main
branch
from
November 7, 2024 00:42
d279512
to
d33b2af
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cartesi/[email protected]
Major Changes
9e515d4: Make
IAuthorityFactory
functions returnIAuthority
8ba37d2: Modified the
OutputValidityProof
structoutputIndex
fieldoutputHashesSiblings
field8ba37d2: Modified the ERC-20 deposit input:
success
field, because the ERC-20 portal now only adds inputs for successful deposits.8ba37d2: Modified the
CanonicalMachine
library:INPUT_MAX_SIZE
constant to reflect a change in the off-chain machine.8ba37d2: Modified the
AbstractConsensus
contract:join
functionwasClaimAccepted
function_acceptClaim
function8ba37d2: Inputs are now blockchain-agnostic and self-contained blobs.
446d05a: Add the following fields as the input metadata:
8ba37d2: Modified the
IInputRelay
interface:IPortal
contracts/portals
f8c25e9: Added a
lastProcessedBlockNumber
parameter toIConsensus
functions and events.8ba37d2: Modified the
IEtherPortal
interface:EtherTransferFailed
error.9e515d4: Made
ISelfHostedApplicationFactory
returnIApplication
3ef8cb5: Make
IQuorumFactory
functions returnIQuorum
8ba37d2: Bumped
@openzeppelin/contracts
from4.9.2
to5.0.2
.3d40890: Removed
authorityOwner
parameter fromAuthorityCreated
event.7f27379: Added an
epochLength
parameter to functions of:IAuthorityFactory
ISelfHostedApplicationFactory
IQuorumFactory
8ba37d2: Added a
value
field to vouchers.8ba37d2: Moved
OutputValidityProof
to a dedicated file in thecommon
directory.8ba37d2: Modified the
ICartesiDAppFactory
interface:IApplicationFactory
.IApplication
instead ofApplication
.8ba37d2: Modified the
CartesiDApp
contract:Application
.withdrawEther
function.OnlyApplication
error.EtherTransferFailed
error.8ba37d2: Removed:
History
contract.IHistory
interface.HistoryFactory
contract.IHistoryFactory
interface.AuthorityHistoryPairFactory
contract.IAuthorityHistoryPairFactory
interface.OutputEncoding
library.LibInput
library.DAppAddressRelay
contract.IDAppAddressRelay
interface.8ba37d2: Modified the
ICartesiDApp
interface:Renamed it as
IApplication
.Made it inherit from
IOwnable
.Modified the
executeVoucher
function:executeOutput
.proof
parameter toOutputValidityProof
.Modified the
validateNotice
function:validateOutput
.proof
parameter toOutputValidityProof
.Modified the
VoucherExecuted
event:OutputExecuted
.voucherId
parameters.outputIndex
parameter.output
parameter.Modified the
wasVoucherExecuted
function:wasOutputExecuted
.Added a
validateOutputHash
function.Added an
InputIndexOutOfRange
error.Added an
OutputNotExecutable
error.Added an
OutputNotReexecutable
error.Added an
InvalidOutputHashesSiblingsArrayLength
error.Added an
ClaimNotAccepted
error.8ba37d2: Modified the
IInputBox
interface:Modified the
InputAdded
event:sender
parameter.input
parameter.Added an
InputTooLarge
error.8ba37d2: Modified the
CartesiDAppFactory
contract:ApplicationFactory
.8ba37d2: Modified the
InputRelay
contract:Portal
contracts/portals
8ba37d2: Modified the
Authority
contract:AuthorityWithdrawalFailed
errorNewHistory
eventgetClaim
functiongetHistory
functionjoin
functionmigrateHistoryToConsensus
functionsetHistory
functionsubmitClaim(bytes)
functionwithdrawERC20Tokens
functionsubmitClaim(address,bytes32)
function8ba37d2: Completely modified the
IConsensus
interface:join
functiongetClaim
functionApplicationJoined
eventsubmitClaim
functionwasClaimAccepted
functionClaimSubmission
eventClaimAcceptance
event8ba37d2: Bumped the Solidity compiler from
0.8.19
to0.8.23
.8ba37d2: Modified the
IERC20Portal
interface:ERC20TransferFailed
error.8ba37d2: Removed deployments to Goerli testnets (L1 and L2s).
Minor Changes
8ba37d2: Added:
Outputs
interfaceLibAddress
libraryLibError
libraryLibMerkle32
libraryQuorum
contract (which implements theIConsensus
interface)QuorumFactory
contractIQuorumFactory
interfaceb7d6477: Add
IOwnable
interface5559379: Add a contract for safe ERC20 transfers. This can be used by delegatecall vouchers.
d425fe1: Add
IQuorum
interfaced4c1164: Add self-hosted application factory contract
7f27379: Added a
getEpochLength
function toIConsensus
interface.8e958f2: Supported the execution of
DELEGATECALL
voucherse1bcf0d: Add
IAuthority
interface