Releases: apibara/dna
Releases · apibara/dna
DNA Starknet v2.0.0-beta.7
Stop sending extra blocks in segment (#395) ### Summary Before this PR, blocks in a segment before the starting block would be included in the stream. This is an issue since the client expects block to start _after_ the specified starting cursor. This PR fixes this.
DNA Starknet v2.0.0-beta.6
What's Changed
Full Changelog: dna-beaconchain/v2.0.0-beta.4...dna-starknet/v2.0.0-beta.6
DNA EVM v2.0.0-beta.7
Stop sending extra blocks in segment (#395) ### Summary Before this PR, blocks in a segment before the starting block would be included in the stream. This is an issue since the client expects block to start _after_ the specified starting cursor. This PR fixes this.
DNA EVM v2.0.0-beta.6
What's Changed
Full Changelog: dna-beaconchain/v2.0.0-beta.4...dna-evm/v2.0.0-beta.6
DNA Beacon Chain v2.0.0-beta.7
Stop sending extra blocks in segment (#395) ### Summary Before this PR, blocks in a segment before the starting block would be included in the stream. This is an issue since the client expects block to start _after_ the specified starting cursor. This PR fixes this.
DNA Beacon Chain v2.0.0-beta.6
What's Changed
- Fix Beacon Chain ingestion issues by @fracek in #393
- Test and improve reorg handling by @fracek in #394
Full Changelog: dna-beaconchain/v2.0.0-beta.4...dna-beaconchain/v2.0.0-beta.6
DNA EVM v2.0.0-beta.4
Add beaconchain ingestion options (#392) ### Summary This PR adds an option to decide whether or not to ingest validators in the Beacon Chain DNA service.
DNA Beacon Chain v2.0.0-beta.4
Add beaconchain ingestion options (#392) ### Summary This PR adds an option to decide whether or not to ingest validators in the Beacon Chain DNA service.
DNA Starknet v2.0.0-beta.3
Add state update data (#391) ### Summary This PR introduces state update data to Starknet. It also includes small changes to the `HeaderFilter` for all three networks.
Mongo Sink v0.9.3
Fix an issue caused by empty update operations.
Fixed
- Fix crashes when the transform function returns an empty list of updates.