Skip to content

Commit 361c4d4

Browse files
authored
Merge branch 'master' into beta
2 parents 44f8109 + 52cec8a commit 361c4d4

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

CHANGELOG.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
## [8.3.0-beta.2](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.3.0-beta.1...v8.3.0-beta.2) (2024-11-21)
1+
## [8.2.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.2.2...v8.2.3) (2024-12-10)
22

33

44
### Bug Fixes
55

6-
* socket-io reconnection bug ([#2174](https://github.com/hirosystems/stacks-blockchain-api/issues/2174)) ([b99c672](https://github.com/hirosystems/stacks-blockchain-api/commit/b99c672112c92f92bf1421f3eae44b6861292de9))
7-
8-
## [8.3.0-beta.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.2.2...v8.3.0-beta.1) (2024-11-19)
9-
10-
11-
### Features
12-
13-
* option to modify estimated fees in /v2/fees/transaction proxy ([#2172](https://github.com/hirosystems/stacks-blockchain-api/issues/2172)) ([9b7e97d](https://github.com/hirosystems/stacks-blockchain-api/commit/9b7e97d8d3faf94b1d17162cb2bf17f214afe172))
6+
* bug in multisig tx decoding ([#2181](https://github.com/hirosystems/stacks-blockchain-api/issues/2181)) ([1f4125d](https://github.com/hirosystems/stacks-blockchain-api/commit/1f4125dacfe98ccefacf77f2e0f3ed33026f25ad))
147

158
## [8.2.2](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.2.1...v8.2.2) (2024-11-10)
169

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"socket.io": "4.8.0",
144144
"source-map-support": "0.5.21",
145145
"split2": "3.2.2",
146-
"stacks-encoding-native-js": "1.1.0-beta.7",
146+
"stacks-encoding-native-js": "1.1.0-beta.8",
147147
"strict-event-emitter-types": "2.0.0",
148148
"tiny-secp256k1": "2.2.1",
149149
"ts-unused-exports": "7.0.3",

0 commit comments

Comments
 (0)