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
# [0.14.0](v0.13.0...v0.14.0) (2020-09-08)
### Bug Fixes
* accidentally deleted the hash hexToBuffer validator check, added ([78ac061](78ac061))
* missed a line while merging in the pull request ([f0f2e8d](f0f2e8d))
* optional property checks in /rosetta/v1/block for RosettaPartialBlockIdentifier ([35aac8f](35aac8f))
* remove validation middleware stub from api/init.ts ([cb64091](cb64091))
* restore "canonical = true" check in various SQL queries ([afba1a1](afba1a1))
* schema changes for rosetta block and block/transaction calls ([174c4c5](174c4c5))
* the blockHash parameter was incorrectly named indexBlockHash ([e568ae9](e568ae9))
* trim trailing slashes (if any) from the url in rosettaValidateRequest() ([9c211da](9c211da))
* type, reciever -> receiver ([e40a829](e40a829))
* use http 404 for rosetta errors of the type "Not Found" for consistency ([8929334](8929334))
### Features
* add request validation code for rosetta ([c8dfb43](c8dfb43))
* rosetta mempool api endpoints ([90bb40c](90bb40c))
* accidentally deleted the hash hexToBuffer validator check, added ([78ac061](https://github.com/blockstack/stacks-blockchain-api/commit/78ac061ca2c5e1ce022de5ca987ff760865af1de))
7
+
* missed a line while merging in the pull request ([f0f2e8d](https://github.com/blockstack/stacks-blockchain-api/commit/f0f2e8d3b04374742b3241a0c6337d8ece1373c8))
8
+
* optional property checks in /rosetta/v1/block for RosettaPartialBlockIdentifier ([35aac8f](https://github.com/blockstack/stacks-blockchain-api/commit/35aac8f6db2894ce84cdae710061ae47b1229bd1))
9
+
* remove validation middleware stub from api/init.ts ([cb64091](https://github.com/blockstack/stacks-blockchain-api/commit/cb640917e297cfe342767dff5bc968b253376f9c))
10
+
* restore "canonical = true" check in various SQL queries ([afba1a1](https://github.com/blockstack/stacks-blockchain-api/commit/afba1a1f871b430c16e7b21bc1253e8c206bf68c))
11
+
* schema changes for rosetta block and block/transaction calls ([174c4c5](https://github.com/blockstack/stacks-blockchain-api/commit/174c4c524bbc6ec08d261f66b18c0b84664517e9))
12
+
* the blockHash parameter was incorrectly named indexBlockHash ([e568ae9](https://github.com/blockstack/stacks-blockchain-api/commit/e568ae93e2a2628f420f5f9b2b5476326597747c))
13
+
* trim trailing slashes (if any) from the url in rosettaValidateRequest() ([9c211da](https://github.com/blockstack/stacks-blockchain-api/commit/9c211dabc4742360779a0094940a179ff3409e8d))
* use http 404 for rosetta errors of the type "Not Found" for consistency ([8929334](https://github.com/blockstack/stacks-blockchain-api/commit/8929334df33bbc492e90d107f597698c708a0eed))
16
+
17
+
18
+
### Features
19
+
20
+
* add request validation code for rosetta ([c8dfb43](https://github.com/blockstack/stacks-blockchain-api/commit/c8dfb43df5070a414f7fa92fc8c32d5bb0fb4e45))
21
+
* rosetta mempool api endpoints ([90bb40c](https://github.com/blockstack/stacks-blockchain-api/commit/90bb40cfd662d6b0150bd5cb0a0f51911ca021ca))
0 commit comments