Skip to content
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

ChainWriter: Specify Ignorable Errors for Optional Lookups #1091

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

silaslenihan
Copy link
Contributor

@silaslenihan silaslenihan commented Feb 19, 2025

Description

Rather than ignoring any error on an optional lookup, only ignore anticipated ones such as an argument not being found or a lookup table being missing.

Requires Dependencies

Resolves Dependencies

@silaslenihan silaslenihan requested review from a team as code owners February 19, 2025 20:02
@silaslenihan silaslenihan force-pushed the specify-ignorable-errors branch from c09fef6 to 455c94e Compare February 19, 2025 20:03
@silaslenihan silaslenihan force-pushed the specify-ignorable-errors branch from 455c94e to 8a5e328 Compare February 19, 2025 20:04
@silaslenihan silaslenihan force-pushed the specify-ignorable-errors branch from 8a5e328 to 60efbd1 Compare February 19, 2025 20:07
@silaslenihan silaslenihan changed the title Specify Ignorable Errors for Optional Lookups ChainWriter: Specify Ignorable Errors for Optional Lookups Feb 19, 2025
@jadepark-dev jadepark-dev merged commit 3333854 into develop Feb 20, 2025
36 checks passed
@jadepark-dev jadepark-dev deleted the specify-ignorable-errors branch February 20, 2025 09:09
archseer added a commit that referenced this pull request Feb 20, 2025
Squashed commit of the following:

commit 382b20d
Merge: 77708c9 3333854
Author: ilija42 <[email protected]>
Date:   Thu Feb 20 13:48:09 2025 +0100

    Merge branch 'develop' into NONEVM-1064/querykey-integration-tests

commit 77708c9
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:47:51 2025 +0100

    Fix disable tests CR comments

commit 0be9fb0
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:45:54 2025 +0100

    lint and gen CR test contract

commit f4f91a4
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:34:19 2025 +0100

    Format CR test contract

commit 30904a7
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:28:30 2025 +0100

    Bump common

commit 3b6eaa0
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:15:29 2025 +0100

    Enable ContractReaderQueryKeyCanFilterWithValueComparator test

commit c52a9b4
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:11:16 2025 +0100

    Revert big int encoding changes

commit 0c2117f
Author: ilija <[email protected]>
Date:   Thu Feb 20 11:32:19 2025 +0100

    Fix encode comparator item type

commit 3333854
Author: Silas Lenihan <[email protected]>
Date:   Thu Feb 20 04:09:55 2025 -0500

    Specify Ignorable Errors for Optional Lookups (#1091)

    Co-authored-by: Jonghyeon Park <[email protected]>

commit e8b2d8a
Author: Blaž Hrastnik <[email protected]>
Date:   Thu Feb 20 17:51:29 2025 +0900

    chainreader: fix regression: RPC requires an array of items, not nil (#1092)

commit 1386b72
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 15:37:03 2025 -0600

    clean up existing tests

commit 37222a9
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 12:27:59 2025 -0600

    add dep to latest common with modifier

commit d57bd32
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 11:47:19 2025 -0600

    update chain writer to emit events for interface tests

commit 750af14
Author: Awbrey Hughlett <[email protected]>
Date:   Mon Feb 17 15:17:29 2025 -0600

    first test functional

commit e6b4993
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 13:41:07 2025 -0600

    exclusively use big endian for big ints

commit 00e3388
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 16:03:47 2025 -0600

    further bug fixes to enable event querying

commit 8c0e7b5
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 19:13:14 2025 -0600

    change event sig type, assigning subkey values to idx, remove unused code

commit 5b3f19f
Author: Domino Valdano <[email protected]>
Date:   Tue Feb 18 12:14:49 2025 -0800

    Add missing call to addReadNameForContract()

commit a824851
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 12:03:19 2025 -0600

    use string value for address and update writer to use chain specific name
archseer added a commit that referenced this pull request Feb 22, 2025
Squashed commit of the following:

commit 382b20d
Merge: 77708c9 3333854
Author: ilija42 <[email protected]>
Date:   Thu Feb 20 13:48:09 2025 +0100

    Merge branch 'develop' into NONEVM-1064/querykey-integration-tests

commit 77708c9
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:47:51 2025 +0100

    Fix disable tests CR comments

commit 0be9fb0
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:45:54 2025 +0100

    lint and gen CR test contract

commit f4f91a4
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:34:19 2025 +0100

    Format CR test contract

commit 30904a7
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:28:30 2025 +0100

    Bump common

commit 3b6eaa0
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:15:29 2025 +0100

    Enable ContractReaderQueryKeyCanFilterWithValueComparator test

commit c52a9b4
Author: ilija <[email protected]>
Date:   Thu Feb 20 13:11:16 2025 +0100

    Revert big int encoding changes

commit 0c2117f
Author: ilija <[email protected]>
Date:   Thu Feb 20 11:32:19 2025 +0100

    Fix encode comparator item type

commit 3333854
Author: Silas Lenihan <[email protected]>
Date:   Thu Feb 20 04:09:55 2025 -0500

    Specify Ignorable Errors for Optional Lookups (#1091)

    Co-authored-by: Jonghyeon Park <[email protected]>

commit e8b2d8a
Author: Blaž Hrastnik <[email protected]>
Date:   Thu Feb 20 17:51:29 2025 +0900

    chainreader: fix regression: RPC requires an array of items, not nil (#1092)

commit 1386b72
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 15:37:03 2025 -0600

    clean up existing tests

commit 37222a9
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 12:27:59 2025 -0600

    add dep to latest common with modifier

commit d57bd32
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 11:47:19 2025 -0600

    update chain writer to emit events for interface tests

commit 750af14
Author: Awbrey Hughlett <[email protected]>
Date:   Mon Feb 17 15:17:29 2025 -0600

    first test functional

commit e6b4993
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 13:41:07 2025 -0600

    exclusively use big endian for big ints

commit 00e3388
Author: Awbrey Hughlett <[email protected]>
Date:   Wed Feb 19 16:03:47 2025 -0600

    further bug fixes to enable event querying

commit 8c0e7b5
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 19:13:14 2025 -0600

    change event sig type, assigning subkey values to idx, remove unused code

commit 5b3f19f
Author: Domino Valdano <[email protected]>
Date:   Tue Feb 18 12:14:49 2025 -0800

    Add missing call to addReadNameForContract()

commit a824851
Author: Awbrey Hughlett <[email protected]>
Date:   Tue Feb 18 12:03:19 2025 -0600

    use string value for address and update writer to use chain specific name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants