Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v1.3.0 #241

Closed
wants to merge 82 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
9855b77
chore: cargo fmt
Nov 2, 2023
f9e2ac4
fix: making db access more defensive
Nov 2, 2023
b101de5
chore: clippy
Nov 2, 2023
d1b5d68
fix: reopen conn on each iteration
Nov 3, 2023
319d956
fix: retry mechanism for statement prepare
Nov 3, 2023
6704a2b
refactor: sqlite requests retries
Nov 3, 2023
fa05163
feat: set explicit timeout value
Nov 3, 2023
4eed91a
fix: make logging optional
Nov 4, 2023
f5f1c33
chore: logger cleaning
Nov 4, 2023
4b5e9c4
fix: result looping
Nov 7, 2023
67a8943
feat: introduce ORDHOOK_MAINTENANCE mode, revisit cli options
Nov 14, 2023
c619fec
chore: re-qualify logs
Nov 14, 2023
f70fdba
chore: enable mode code site
Nov 14, 2023
04e13b9
chore: re-qualify log
Nov 14, 2023
76e6ed1
fix: keep trying opening conn
Nov 14, 2023
d65cc22
fix: improve rocksdb resiliency with retries
Nov 16, 2023
ff285e7
fix: baseline experiment
Nov 16, 2023
b39472f
chore: update chainhook-sdk
Nov 16, 2023
78cee50
fix: testnet support
Nov 17, 2023
540debe
chore: release develop (#215)
Nov 23, 2023
6f5bd3d
Squashed commit of the following:
Nov 27, 2023
13faa1c
chore: update Cargo.lock
Nov 27, 2023
ea5cba6
chore: cargo fmt
Nov 27, 2023
8464d0d
Merge branch 'develop' into fix/database-optims
Nov 27, 2023
308b7f2
fix: merge artifact
Nov 27, 2023
ebe5f72
Merge pull request #218 from hirosystems/develop
Nov 27, 2023
aa838d6
chore(release): 1.1.1 [skip ci]
semantic-release-bot Nov 27, 2023
8d21f39
Merge branch 'develop' into fix/database-optims
Nov 28, 2023
38bead9
fix: rocksdb fine tuning
Nov 28, 2023
c4bad08
fix: Cargo.toml warns
Nov 28, 2023
4410933
feat: auto-repair at boot
Nov 28, 2023
568a6c8
fix: rocksdb conn handling
Nov 28, 2023
6bb542b
Merge pull request #220 from hirosystems/develop
Nov 28, 2023
04dfa00
chore(release): 1.1.2 [skip ci]
semantic-release-bot Nov 28, 2023
638d3f7
fix: improve backoff strategy
Nov 28, 2023
413251e
Merge branch 'fix/database-optims' of github.com:hirosystems/hord int…
Nov 28, 2023
91dfc02
chore: refactor BlockBytesCursor usage
Nov 28, 2023
e1741a8
fix: update sequence_metadata when augmenting block
Nov 29, 2023
9be2b09
Merge pull request #221 from hirosystems/develop
Nov 29, 2023
2cd7e00
chore(release): 1.1.3 [skip ci]
semantic-release-bot Nov 29, 2023
9b1a905
feat: revisit observers handling
Nov 30, 2023
5924097
fix: aborted loop
Nov 30, 2023
2584bfb
Merge branch 'fix/database-optims' of github.com:hirosystems/hord int…
Nov 30, 2023
ef6b060
fix: stateful observers
Dec 1, 2023
2d78c8c
fix: build warnings
Dec 1, 2023
482099b
Merge pull request #224 from hirosystems/develop
Dec 6, 2023
bb68f65
chore(release): 1.2.0 [skip ci]
semantic-release-bot Dec 6, 2023
0b476b5
chore: tweak db config
Dec 13, 2023
cc4f89b
fix: include coinbase output offset
Dec 13, 2023
ddbe675
chore: tweak cli
Dec 13, 2023
bdd1dda
fix: iterator usage
Dec 13, 2023
7520b42
chore: disable blobdb
Dec 14, 2023
3015e28
fix: broken test
Dec 15, 2023
4430922
Merge pull request #230 from hirosystems/fix/coinbase-outputs
Dec 18, 2023
a2823de
Merge branch 'develop' into fix/database-optims
Dec 18, 2023
e1415ec
chore: update dependencies
Dec 18, 2023
8d2ab05
chore: augment db schema
Dec 22, 2023
fd295a0
chore: update ord
Dec 22, 2023
08e31a6
chore: inscription parsing re-integration
Dec 23, 2023
e36d38a
feat: persist inscription_subindex
Dec 26, 2023
e82ba4b
feat: update sequence_metadata
Dec 26, 2023
1fd92e2
fix: sql field name
Dec 26, 2023
1b18f9e
fix: build warnings
Dec 26, 2023
3645032
chore: update chainhook sdk
Dec 26, 2023
e6cbd59
Merge branch 'develop' into feat/jubilee-support
Jan 2, 2024
bbb208a
fix: indexing subindex
Jan 3, 2024
b4483d9
Merge branch 'feat/jubilee-support' of github.com:hirosystems/ordhook…
Jan 3, 2024
69aab97
fix: tx chaining reinscription handling
Jan 3, 2024
3e905c1
chore: add missing indexes
Jan 3, 2024
d98b55d
chore: restore set_max_open_files
Jan 3, 2024
c3be152
fix: dockerfile
Jan 3, 2024
6540d6b
feat: panic when unable to retrieve ordinal number
Jan 3, 2024
761c94a
chore: disable integrity check for now
Jan 4, 2024
3904057
chore: exit process on error
Jan 4, 2024
d7a986f
fix: attempt to fix race condition
Jan 4, 2024
d6999e7
chore: disable cache tmp
Jan 4, 2024
cfa75ab
fix: patch traversals can be reused
Jan 4, 2024
41ecf76
fix: patch traversals can be reused
Jan 4, 2024
9e4ba72
chore: fix expectations
Jan 4, 2024
9ade8f3
fix: replay
Jan 4, 2024
83a4e11
chore: backport backward compatible code from 2.0
Jan 5, 2024
393243d
chore: backport non-backward compatible code from 2.0
Jan 5, 2024
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
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [1.2.0](https://github.com/hirosystems/ordhook/compare/v1.1.3...v1.2.0) (2023-12-06)


### Features

* revisit observers handling ([c6bd89e](https://github.com/hirosystems/ordhook/commit/c6bd89e63cf67b93af5641bd21d9b70e3d9dfb37))


### Bug Fixes

* build error / warning ([15b5d60](https://github.com/hirosystems/ordhook/commit/15b5d60c220fd5b703ba34430444c9195d672454))
* stateful observers ([fa7cc42](https://github.com/hirosystems/ordhook/commit/fa7cc4214a9ef1a958b81a23286d360207aaad82))

## [1.1.3](https://github.com/hirosystems/ordhook/compare/v1.1.2...v1.1.3) (2023-11-29)


### Bug Fixes

* update sequence_metadata when augmenting block ([e0b3dd1](https://github.com/hirosystems/ordhook/commit/e0b3dd110773192c954a0c11e3b6f70ff29991c1))

## [1.1.2](https://github.com/hirosystems/ordhook/compare/v1.1.1...v1.1.2) (2023-11-28)


### Bug Fixes

* bounded channel ([6d7de20](https://github.com/hirosystems/ordhook/commit/6d7de209c8045a74a1bc33be633c9268fd5eb6a0))

## [1.1.1](https://github.com/hirosystems/ordhook/compare/v1.1.0...v1.1.1) (2023-11-27)


### Bug Fixes

* around issue [#187](https://github.com/hirosystems/ordhook/issues/187) for testnet ([#204](https://github.com/hirosystems/ordhook/issues/204)) ([0d2ff31](https://github.com/hirosystems/ordhook/commit/0d2ff313d0193640d6b1ee1e64a8b84735b98b43))
* better handling of database locks ([#200](https://github.com/hirosystems/ordhook/issues/200)) ([f820169](https://github.com/hirosystems/ordhook/commit/f820169aa047e1015162200dc20e395eb4fef2c7))
* testnet support ([#208](https://github.com/hirosystems/ordhook/issues/208)) ([490fe01](https://github.com/hirosystems/ordhook/commit/490fe0143404f569e5afb61904cf9ad9da8d21af))
* tweak sqlite connections ([#217](https://github.com/hirosystems/ordhook/issues/217)) ([334565c](https://github.com/hirosystems/ordhook/commit/334565ce13c2448746962f5b1e744b40188d5b94))

## [1.1.0](https://github.com/hirosystems/ordhook/compare/v1.0.1...v1.1.0) (2023-11-23)


Expand Down
Loading
Loading