-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ethereum Transaction Receipts in Event Handlers #3373
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6cc39b4
chain/ethereum, graph: Add `Asc` types for Receipts and Logs
tilacog 3c82623
chain/ethereum: Remove fields unavailable in our rust-web3 crate
tilacog 398af24
chain/ethereum: Use Array instead of AscPtr<Array>
tilacog 56addd0
chain/etherum: Implement ToAscObj for Receipt and Log
tilacog 581c722
chain/ethereum: Put Array fields under a new type
tilacog 6e1e011
chain/ethereum: Implement ToAscObj for (EthereumEvent, Receipt)
tilacog d2df846
chain/ethereum: Optional receipts in `EthereumTrigger::Log` variant
tilacog c34c52c
chain/ethereum: Use booleans as edges for LogFilters inner graph
tilacog d641db0
chain/ethereum: Conditionally collect receipts based on manifest
tilacog afdc18d
chain/ethereum: Conditionally collect receipts based on api version
tilacog 85304d5
chain/ethereum: Minor refactors and variable renaming
tilacog 226a20d
chain/ethereum, graph: conditionally build the correct `AscType`
tilacog 298623a
chain/ethereum: Change visibility and document helper functions
tilacog 86cc81f
chain/ethereum: Remove dead code
tilacog e9650b7
chain/ethereum: Fix missing parameter
tilacog 20ed6a7
chain/ethereum: Update tests
tilacog c329a03
chain/ethereum: New subgraph manifest validation
tilacog 4827a17
graph: Bumps the maximum default for api and spec versions
tilacog 6240d5f
chain/ethereum: Tests for `requires_transaction_receipt` function
tilacog a762482
chain/ethereum: Use a retry strategy in `get_logs_and_transactions`
tilacog 954ec9c
chain/ethereum: Fix wrong struct name
tilacog a7720ce
chain/ethereum: Fix broken tests
tilacog c2b1a59
chain/ethereum: Fix typo in comments
tilacog 0053c18
chain/ethereum: Renamed `AscEthereumEventWithReceipt` to `AscEthereum…
tilacog 9cda473
chain/ethereum: Use `AscAddress` instead of `AscH160`
tilacog 8068b6a
chain/ethereum: Fix typo in comment
tilacog 5c08031
chain/ethereum: Explain the unwrapping of txn and block hashes
tilacog 2008afa
chain/ethereum: Comments in upper case
tilacog 1fae709
chain/ethereum: Remove unecessary implementations of AscType
tilacog 20b2d1a
chain/ethereum: Reorder enum variants
tilacog 32028aa
runtime: Tests for `bool` primitive type
tilacog 6600633
chain/ethereum: Uppercase comments, more descriptive variable name
tilacog d63232b
NEWS: Update with info about this very feature
tilacog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.