Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Changelog

## April 22 - May 6, 2025

- docs: comprehensive codebase documentation
- perf: compound cursor for blockFromHeight
- perf: getEventsWithQualifiedName improved for requestKey param
- refactor: improved missing blocks velocity
- refactor: created a separated class to handle query builder of events
- fix: blocks from depth query
- fix: minimumDepth argument in transaction and events queries
- fix: minimumDepth argument in transactions query with query builder approach
- fix: incorrect blocks from depth response
- fix: missing index migrations for transactions and transactionsDetails
- fix: transaction order response when creation time is the same
- fix: missing encoding of cursor ID when length of pagination equals one
- fix: transaction counter for association with a particular block
- fix: cross-chain-transfer field
- fix: fungible accounts returning data for non-existent accounts
- fix: fungible accounts not returning when publicKey=accountName
- fix: removed extra filter for endHeight in the query blocksFromHeight
- fix: removed stack traces from GraphQL
- fix: transfers query using block hash as filter
- fix: blocks from depth subscription
- tests: non-fungible chain account
- tests: non-fungible account
- tests: blocks from height
- tests: blocks from depth
- tests: fungible chain accounts by public key
- tests: fungible accounts by public key
- tests: fungible chain accounts
- tests: fungible chain account
- tests: fungible account
- tests: graph configuration
- tests: network info
- tests: nodes query
- tests: node query
- tests: pact query query
- tests: time report
- tests: transaction query
- tests: block query
- tests: tokens query
- tests: transactions by public key query
- tests: smoke test
- tests: chainweb-node
- tests: coin-circulation
- tests: difficulty
- tests: hashrate
- tests: helpers
- tests: int-uint-64