Skip to content

Commit 7392cd4

Browse files
dimazhornykpopzxc
andauthored
chore: pin links in tx filtering doc to the commit (#284)
# Description Pin the links to specific commits, so they don't get broken. Co-authored-by: Igor Aleksanov <[email protected]>
1 parent aa32551 commit 7392cd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/10.zk-stack/40.extending/20.transaction-filtering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ To disable L1→L2 filtering, the same function that registers the filtered to t
2323

2424
To filter the transactions sent via the API, operators shall include filtering logic before txs get to the mempool.
2525

26-
To do this, an alternative [`TxSinkLayer`](https://github.com/matter-labs/zksync-era/blob/main/core/node/node_framework/src/implementations/layers/web3_api/tx_sink.rs)
26+
To do this, an alternative [`TxSinkLayer`](https://github.com/matter-labs/zksync-era/blob/7ace594fb3140212bd94ffd6bffcac99805cf4b1/core/node/node_framework/src/implementations/layers/web3_api/tx_sink/master_pool_sink.rs)
2727
must be implemented and used by the `node framework` by modifying the code
28-
[here](https://github.com/matter-labs/zksync-era/blob/main/core/bin/zksync_server/src/node_builder.rs#L230).
28+
[here](https://github.com/matter-labs/zksync-era/blob/7ace594fb3140212bd94ffd6bffcac99805cf4b1/core/bin/zksync_server/src/node_builder.rs#L332).
2929
For reference,
3030

31-
- See [Node Framework example](https://github.com/matter-labs/zksync-era/blob/main/core/node/node_framework/examples/main_node.rs#L416)
31+
- See [Node Framework example](https://github.com/matter-labs/zksync-era/blob/7ace594fb3140212bd94ffd6bffcac99805cf4b1/core/node/node_framework/examples/showcase.rs#L253)
3232
- See [example implementation](https://github.com/matter-labs/zksync-era/pull/1782)
3333

3434
#### Note on Withdrawals

0 commit comments

Comments
 (0)