Skip to content

Commit 6a26a58

Browse files
authored
Update for filtering fixes (#144)
1 parent a5a3754 commit 6a26a58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/en/supported-networks/arweave.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ dataSources:
8989
Arweave data sources support two types of handlers:
9090

9191
- `blockHandlers` - Run on every new Arweave block. No source.owner is required.
92-
- `transactionHandlers` - Run on every transaction where the data source's source.owner is the owner. Note that only exact matches are processed. Currently an owner is required for `transactionHandlers`.
92+
- `transactionHandlers` - Run on every transaction where the data source's `source.owner` is the owner. Currently an owner is required for `transactionHandlers`, if users want to process all transactions they should provide "" as the `source.owner`
9393

94-
> The source.owner is the owner's Public Key, rather than the owner's address.
94+
> The source.owner can be the owner's address, or their Public Key.
9595

9696
> Transactions are the building blocks of the Arweave permaweb and they are objects created by end-users.
9797

@@ -183,8 +183,7 @@ Currently, The Graph is only indexing Arweave as a blockchain (its blocks and tr
183183
This is not currently supported.
184184

185185
### How can I filter transactions to a specific account?
186-
187-
The source.owner is the user's public key, rather than the account address. We are working on adding account filtering support.
186+
The source.owner can be the user's public key or account address.
188187

189188
### What is the current encryption format?
190189

0 commit comments

Comments
 (0)