Files
tycho-protocol-sdk/substreams
TAMARA LIPOWSKI 8de285a2ee feat: PancakeV3 test
- There are only two post-cancun PancakeV3 pools.
- One was ORDER-WETH which I guess had a liquidity issue, it failed with `StateDecodingFailure pool="0xb2dc4d7627501338b578985c214208eb32283086" error=Missing attributes tick_liquidities`
- The second one is this USDT-USDf pool used for this test, though we fail to detect the balance slot of USDT: `WrongSlotError(“Slot override didn’t change balance.“)`
- For this reason, we skip execution.
- Also includes stop_block fix (better explained in Uniswap V3 test PR)
2025-09-29 12:04:07 -04:00
..
2024-03-14 01:24:43 +00:00
2025-06-26 12:33:31 +02:00

Substreams Indexing Integrations

Please refer to the official Substreams Indexing docs.

Release

To release a package simply tag a commit with the package name and its version: e.g. ethereum-balancer-0.1.0. This will create a release and automatically build and push the spkg into our registry.

Note

The CD pipeline will error if the Cargo version is not the same as the version in the tag.

Releases are immutable so do not try to delete tags or build the same release twice since this will error.

Pre-release

To create a pre-release for testing in dev you can start CD pipeline manually supplying the package you'd like to pre-release. This will create a [package].pre-[commit-sha] release in our spkg repository which you can use to run the substream.

For forked protocols you'll need to also supply the config file name, e.g. ethereum-pancakeswap.

Test your implementation

To run a full end-to-end integration test you can refer to the testing script documentation.