-
Notifications
You must be signed in to change notification settings - Fork 205
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
LF: Structure Errors. #9974
Comments
6 tasks
cc @daravep |
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 14, 2021
This PR is part of the effort to improve engine Errors. Here we classify all the errors the engine can report in 4 categories: - Errors happening during package loading - Error happening during command/transaction preprocessing - Error happening during interpretation - Error happening during transaction validation part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 14, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 15, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 15, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 15, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 15, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 15, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 17, 2021
part of #9974. CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 17, 2021
part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 21, 2021
part of #9974 CHANGELOG_BEGIN CHANGELOG_END Update ledger/participant-integration-api/src/main/scala/platform/store/ErrorCause.scala Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Update ledger/participant-integration-api/src/main/scala/platform/store/ErrorCause.scala Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Address Moritz's review cosmetic
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 23, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 24, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 24, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jun 24, 2021
to be accessible from any package part of #9974 CHANGELOG_BEGIN CHANGELOG_END
6 tasks
6 tasks
remyhaemmerle-da
added a commit
that referenced
this issue
Jul 27, 2021
explaining the origining of missing package. This is part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jul 27, 2021
explaining the origining of missing package. This is part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Jul 28, 2021
explaining the origining of missing package. This is part of #9974 CHANGELOG_BEGIN CHANGELOG_END
This was
linked to
pull requests
Jul 28, 2021
6 tasks
6 tasks
This was
unlinked from
pull requests
Jul 28, 2021
remyhaemmerle-da
added a commit
that referenced
this issue
Jul 28, 2021
explaining the origining of missing package. This is part of #9974 CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Aug 3, 2021
part of #9974 - rename `msg` field to `message` - drop `engine.Error.Validation.Generic` - rename argument `where` to `location` - Builtin set the `dependsOnTime` before throwing the callback `SResultNeedTime` CHANGELOG_BEGIN CHANGELOG_END
remyhaemmerle-da
added a commit
that referenced
this issue
Aug 4, 2021
part of #9974 CHANGELOG_BEGIN CHANGELOG_END
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODOS:
ContractNotFound
WronglyTypedContract
LF: Clean Interpretation Error #10145Pretty
LF: drop PartialTransaction argument from Speedy err pretty printer #10470Check the error send by IdeLedgerClient. See if we can use only scenario.Error and not SError. (See Scenario: move Scenario Error Throwable to scenario package #10075)
Add an test for wrongly type contract with daml script
See LF: Move Speedy Interpretation Error to transaction package #10091 and WronglyTypedContractId.daml
try to give more context about missing package, for instance changing the type of MissingPackage to something like:
MissingPackage(packageIds: Set[PackageId], cultprit: Set[Ref.Identifier])
(See LF: add context in LookupError #10314 and LF: Add context in missing package errors #10418)The text was updated successfully, but these errors were encountered: