Skip to content

Releases: apibara/dna

DNA Starknet v2.0.0-beta.15

22 Jan 11:00
836112b
Compare
Choose a tag to compare
Pre-release
Improve beacon chain blob endpoint compatibility (#405)

### Summary

This PR improves compatibility with Beacon Chain RPCs by handling the
case of pre-deneb blocks.
Some nodes (e.g. Erigon v3) return an empty list, while others return a
400 or 404 response.

DNA EVM v2.0.0-beta.15

22 Jan 11:00
836112b
Compare
Choose a tag to compare
Pre-release
Improve beacon chain blob endpoint compatibility (#405)

### Summary

This PR improves compatibility with Beacon Chain RPCs by handling the
case of pre-deneb blocks.
Some nodes (e.g. Erigon v3) return an empty list, while others return a
400 or 404 response.

DNA Beacon Chain v2.0.0-beta.15

22 Jan 10:59
836112b
Compare
Choose a tag to compare
Pre-release
Improve beacon chain blob endpoint compatibility (#405)

### Summary

This PR improves compatibility with Beacon Chain RPCs by handling the
case of pre-deneb blocks.
Some nodes (e.g. Erigon v3) return an empty list, while others return a
400 or 404 response.

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.