Skip to content

Releases: apibara/dna

DNA Starknet v2.0.0-beta.14

20 Jan 15:20
e5ffa65
Compare
Choose a tag to compare
Pre-release
Fix behaviour at chain's head (#404)

### Summary

This PR fixes a couple of small things at the chain's head:

 - empty block (if requested) are sent only at the chain's tip.
 - heartbeats are sent when scan operations are taking too long.

DNA EVM v2.0.0-beta.14

20 Jan 15:20
e5ffa65
Compare
Choose a tag to compare
Pre-release
Fix behaviour at chain's head (#404)

### Summary

This PR fixes a couple of small things at the chain's head:

 - empty block (if requested) are sent only at the chain's tip.
 - heartbeats are sent when scan operations are taking too long.

DNA Beacon Chain v2.0.0-beta.14

20 Jan 15:19
e5ffa65
Compare
Choose a tag to compare
Pre-release
Fix behaviour at chain's head (#404)

### Summary

This PR fixes a couple of small things at the chain's head:

 - empty block (if requested) are sent only at the chain's tip.
 - heartbeats are sent when scan operations are taking too long.

DNA Starknet v2.0.0-beta.13

18 Jan 20:28
28987a7
Compare
Choose a tag to compare
Pre-release
Fix issues with missing data (#403)

### Summary

Fix issues with missing data caused by group compaction. This was caused
by the compaction not considering that segments include data up to the
end of the segment range.

Also add a transaction-local index to events, messages, and logs.

DNA Starknet v2.0.0-beta.12

18 Jan 14:32
b480d68
Compare
Choose a tag to compare
Pre-release
Improve starting cursor handling (#402)

### Summary

This PR improves on the starting cursor handling by:

- be less strict when comparing cursors by ignoring any 0 prefix in the
hash.
 - return the hash of the canonical block on error.
 - signal to user whether the data is a backfill or live block.

DNA EVM v2.0.0-beta.13

18 Jan 20:28
28987a7
Compare
Choose a tag to compare
Pre-release
Fix issues with missing data (#403)

### Summary

Fix issues with missing data caused by group compaction. This was caused
by the compaction not considering that segments include data up to the
end of the segment range.

Also add a transaction-local index to events, messages, and logs.

DNA EVM v2.0.0-beta.12

18 Jan 14:32
b480d68
Compare
Choose a tag to compare
Pre-release
Improve starting cursor handling (#402)

### Summary

This PR improves on the starting cursor handling by:

- be less strict when comparing cursors by ignoring any 0 prefix in the
hash.
 - return the hash of the canonical block on error.
 - signal to user whether the data is a backfill or live block.

DNA Beacon Chain v2.0.0-beta.13

18 Jan 20:28
28987a7
Compare
Choose a tag to compare
Pre-release
Fix issues with missing data (#403)

### Summary

Fix issues with missing data caused by group compaction. This was caused
by the compaction not considering that segments include data up to the
end of the segment range.

Also add a transaction-local index to events, messages, and logs.

DNA Beacon Chain v2.0.0-beta.12

18 Jan 14:32
b480d68
Compare
Choose a tag to compare
Pre-release
Improve starting cursor handling (#402)

### Summary

This PR improves on the starting cursor handling by:

- be less strict when comparing cursors by ignoring any 0 prefix in the
hash.
 - return the hash of the canonical block on error.
 - signal to user whether the data is a backfill or live block.

DNA Starknet v2.0.0-beta.11

15 Jan 13:22
09d56e5
Compare
Choose a tag to compare
Pre-release
Support ingesting and streaming pending data (#401)

### Summary

This PR adds support for ingesting and serving pending data.
Networks that support it (EVM, Starknet) can continously ingest blocks
that have been not produced yet and make them available to clients.