Skip to content

Commit bd1098a

Browse files
chore(release): 0.30.0 [skip ci]
# [0.30.0](v0.29.5...v0.30.0) (2020-11-12) ### Bug Fixes * bump nodejs version in github workflow ([0640790](0640790)) * stub response for `/new_burn_block` (allows sidecar to run with latest core node) ([4a48a29](4a48a29)) ### Features * add locked STX events and balance info to tx and address endpoints [#282](#282) [#268](#268) ([67cb65d](67cb65d)) * add STX lock events to API endpoints ([e20f4df](e20f4df)) * integrate Stacking STX into database and provide through account API details, upgrade to nodejs v14 ([b61129c](b61129c)) * integrate stx lock event handling into db ([334eb9d](334eb9d)) * use core event_index from stacks-network/stacks-core#2050 ([9d8db70](9d8db70)) * use STX locked_address from stacks-network/stacks-core#2050 ([ac741d7](ac741d7))
1 parent 4a48a29 commit bd1098a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.30.0](https://github.com/blockstack/stacks-blockchain-api/compare/v0.29.5...v0.30.0) (2020-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump nodejs version in github workflow ([0640790](https://github.com/blockstack/stacks-blockchain-api/commit/064079076b6ffe08cdef25aafa041c35947f453c))
7+
* stub response for `/new_burn_block` (allows sidecar to run with latest core node) ([4a48a29](https://github.com/blockstack/stacks-blockchain-api/commit/4a48a294a2312d98a37509de1ff73b4b9f165a27))
8+
9+
10+
### Features
11+
12+
* add locked STX events and balance info to tx and address endpoints [#282](https://github.com/blockstack/stacks-blockchain-api/issues/282) [#268](https://github.com/blockstack/stacks-blockchain-api/issues/268) ([67cb65d](https://github.com/blockstack/stacks-blockchain-api/commit/67cb65df366eaf0fbb79226318230b00472087f3))
13+
* add STX lock events to API endpoints ([e20f4df](https://github.com/blockstack/stacks-blockchain-api/commit/e20f4dfc4d80468f7da14d71749f8f1d364a515d))
14+
* integrate Stacking STX into database and provide through account API details, upgrade to nodejs v14 ([b61129c](https://github.com/blockstack/stacks-blockchain-api/commit/b61129c2f177054befae9255d9180c7bcfabc31d))
15+
* integrate stx lock event handling into db ([334eb9d](https://github.com/blockstack/stacks-blockchain-api/commit/334eb9da9d6c0cb9f1d50479c90ea8bfd3a60c63))
16+
* use core event_index from https://github.com/blockstack/stacks-blockchain/pull/2050 ([9d8db70](https://github.com/blockstack/stacks-blockchain-api/commit/9d8db70fe1ae52fb8d737d3ed5dc8f8383a36bbc))
17+
* use STX locked_address from https://github.com/blockstack/stacks-blockchain/pull/2050 ([ac741d7](https://github.com/blockstack/stacks-blockchain-api/commit/ac741d7c5b56dd6a4676aee0135eea44f3a75d6b))
18+
119
## [0.29.5](https://github.com/blockstack/stacks-blockchain-api/compare/v0.29.4...v0.29.5) (2020-11-12)
220

321

0 commit comments

Comments
 (0)