Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .changeset/add_ability_to_search_unconfirmed_transactions.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/support-unconfirmed-transactions-lookup.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0 (2026-02-04)

### Breaking Changes

- Add offset and limit to `ContractsKey` and `V2ContractsKey`

### Features

- Add ability to search unconfirmed transactions
- Support unconfirmed transactions lookup

## 0.1.3 (2026-01-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/explored // v0.1.3
module go.sia.tech/explored // v0.2.0

go 1.24.2

Expand Down