You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [5.0.0](v4.1.2...v5.0.0) (2022-09-07)
### ⚠ BREAKING CHANGES
* optimize tables and improve canonical treatment of BNS data (#1287)
### Features
* add indexes for index_block_hash on BNS tables ([#1304](#1304)) ([bbf4b2d](bbf4b2d))
* optimize tables and improve canonical treatment of BNS data ([#1287](#1287)) ([1f64818](1f64818))
### Bug Fixes
* add postgres connection error checking for ECONNRESET code ([03a1896](03a1896))
* bump version ([3863cce](3863cce))
* detect name transfers and renewals in special circumstances ([#1303](#1303)) ([cd381a9](cd381a9))
* filter BNS processing for successful txs only ([#1309](#1309)) ([6a12936](6a12936))
* import BNS v1 data during event replay ([#1301](#1301)) ([bc59817](bc59817))
* optimize tables and improve canonical treatment of BNS data (#1287)
7
+
8
+
### Features
9
+
10
+
* add indexes for index_block_hash on BNS tables ([#1304](https://github.com/hirosystems/stacks-blockchain-api/issues/1304)) ([bbf4b2d](https://github.com/hirosystems/stacks-blockchain-api/commit/bbf4b2d2b8c7f6ed30bfda6eaa430d5c2e84cdf5))
11
+
* optimize tables and improve canonical treatment of BNS data ([#1287](https://github.com/hirosystems/stacks-blockchain-api/issues/1287)) ([1f64818](https://github.com/hirosystems/stacks-blockchain-api/commit/1f648187b8c701e802a06bac52b077fd10571ff7))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
* add postgres connection error checking for ECONNRESET code ([03a1896](https://github.com/hirosystems/stacks-blockchain-api/commit/03a1896cff8937a5f39a8b75e5adf51a6344592c))
17
+
* bump version ([3863cce](https://github.com/hirosystems/stacks-blockchain-api/commit/3863cce1a64cf7a4c6cffd4f888c049cfd3ada65))
18
+
* detect name transfers and renewals in special circumstances ([#1303](https://github.com/hirosystems/stacks-blockchain-api/issues/1303)) ([cd381a9](https://github.com/hirosystems/stacks-blockchain-api/commit/cd381a95b4d0d3f4bb08e447500153c3f652eff6))
19
+
* filter BNS processing for successful txs only ([#1309](https://github.com/hirosystems/stacks-blockchain-api/issues/1309)) ([6a12936](https://github.com/hirosystems/stacks-blockchain-api/commit/6a129369c6d9fcdc79b5a7ad288d37784cbe77cc))
20
+
* import BNS v1 data during event replay ([#1301](https://github.com/hirosystems/stacks-blockchain-api/issues/1301)) ([bc59817](https://github.com/hirosystems/stacks-blockchain-api/commit/bc59817aa98dd3a978a27b73d14738b64eb823f9))
0 commit comments