Skip to content

Releases: apibara/dna

DNA Beacon Chain v2.0.0-beta.8

02 Dec 20:39
086f6c8
Compare
Choose a tag to compare
Pre-release
Allow empty filter if multiple filters specified (#397)

### Summary

In some cases, it makes sense to allow an empty filter. This PR stops
the DNA server from erroring in that case.

DNA Starknet v2.0.0-beta.7

06 Nov 21:31
3a7c5f7
Compare
Choose a tag to compare
Pre-release
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

06 Nov 14:49
2fa88d8
Compare
Choose a tag to compare
Pre-release

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

06 Nov 21:31
3a7c5f7
Compare
Choose a tag to compare
DNA EVM v2.0.0-beta.7 Pre-release
Pre-release
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

06 Nov 14:48
2fa88d8
Compare
Choose a tag to compare
DNA EVM v2.0.0-beta.6 Pre-release
Pre-release

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

06 Nov 21:32
3a7c5f7
Compare
Choose a tag to compare
Pre-release
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

06 Nov 14:48
2fa88d8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: dna-beaconchain/v2.0.0-beta.4...dna-beaconchain/v2.0.0-beta.6

DNA EVM v2.0.0-beta.4

22 Oct 09:58
8888ffc
Compare
Choose a tag to compare
DNA EVM v2.0.0-beta.4 Pre-release
Pre-release
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

22 Oct 09:57
8888ffc
Compare
Choose a tag to compare
Pre-release
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

20 Oct 18:52
b1bdd04
Compare
Choose a tag to compare
Pre-release
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.