You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/tap.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,17 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
33
33
34
34
1. An Indexer closes allocation.
35
35
36
-
2.After,`<recently-closed-allocation-buffer> period, tap-agent` takes all pending receipts for that specific allocation and requests an aggregation into a RAV, marking it as `last`.
36
+
2.`<recently-closed-allocation-buffer> period, tap-agent` takes all pending receipts for that specific allocation and requests an aggregation into a RAV, marking it as `last`.
37
37
38
-
3.`indexer-agent`will take all the last RAVS and send redeem requests to the blockchain, which will update the value of `redeem_at`.
38
+
3.`indexer-agent`takes all the last RAVS and sends redeem requests to the blockchain, which will update the value of `redeem_at`.
39
39
40
40
4. During the `<finality-time>` period, `indexer-agent` monitors if the blockchain has any reorganizations that revert the transaction.
41
41
42
-
- If it was reverted, the RAV is resent to the blockchain. b. If it was not reverted, it gets marked as `final`.
42
+
- If it was reverted, the RAV is resent to the blockchain. If it was not reverted, it gets marked as `final`.
- Values for `tap.sender_aggregator_endpoints` can be found in the [[#Gateway]] section.
169
-
-Value for `blockchain.receipts_verifier_address` must be used accordingly to the [[#Blockchain addresses]] section using the appropriate chain id.
168
+
- Values for `tap.sender_aggregator_endpoints` can be found in the [gateway section](/tap/#gateway).
169
+
-Values for `blockchain.receipts_verifier_address` must be used accordingly to the [Blockchain addresses section](/tap/#contracts) using the appropriate chain id.
With a configuration file `config.toml` setup, you can either run the following docker-image or else use the config args: `--config/path/to/config.toml`
181
+
With a configuration file `config.toml` setup, you can either run the following docker-image or use the config args: `--config/path/to/config.toml`
182
182
183
-
Log Level
183
+
**Log Level**
184
184
185
-
- You can set the log level by using the RUST_LOG environment variable.
186
-
- It’s recommended that you set it to RUST_LOG=indexer_tap_agent=debug,info
185
+
- You can set the log level by using the `RUST_LOG` environment variable.
186
+
- It’s recommended that you set it to `RUST_LOG=indexer_tap_agent=debug,info`.
0 commit comments