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
* develop: (42 commits)
feat: rosetta data api and construction validation with rosetta-cli
feat: stx addr encoding LRU cache
feat: add nft_custody pg materialized view to speed up nft event lookup
fix: build/publish Dockerfile python installation issues
Add utils module with script to display top address balances
chore: standardize updates between websockets and socket.io
fix: transaction broadcast log
chore: change @kyranjamie to @rafaelcr on pr template
chore: rename github references from blockstack/ to hirosystems/
chore: fix flaky BNS tests #723
feat: endpoint for list of transactions #647
chore: update c32check and cross-sha256 (including transitive) dependencies
feat: production-capable CPU profiling #641
chore: add read-only to readme
fix: export api version variable for resolution
fix: microblock related re-org bug causing txs to be incorrectly orphaned #804#818
fix: api versioning
fix(docs): ensure naming convention is followed
fix: rosetta account/balance speed
feat: add broadcast/confirmed tx logs
...
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Describe the changes that where made in this pull request. When possible start w
11
11
5. Provide examples of use cases with code samples and applicable acceptance criteria
12
12
13
13
Example:
14
-
As a Blockstack developer, I would like to encrypt files using the app private key. This is needed because storing unencrypted files is unacceptable. This pull request adds the `encryptContent` function which will take a string and encrypt it using the app private key.
14
+
As a Hiro Systems developer, I would like to encrypt files using the app private key. This is needed because storing unencrypted files is unacceptable. This pull request adds the `encryptContent` function which will take a string and encrypt it using the app private key.
15
15
16
16
```
17
17
encryptContent('my data')
@@ -41,7 +41,7 @@ Workarounds for or expected timeline for deprecation
41
41
- Change in instructions inside tutorials/guides
42
42
- etc...
43
43
44
-
The best way to find these is by searching inside the docs at https://github.com/blockstack/docs
44
+
The best way to find these is by searching inside the docs at https://github.com/hirosystems/docs
45
45
-->
46
46
-[ ] Link to documentation updates:
47
47
@@ -60,4 +60,4 @@ Provide context on how tests should be performed.
60
60
-[ ] Unit test coverage for new or modified code paths
* return the latest name by address [#714](https://github.com/blockstack/stacks-blockchain-api/issues/714) ([101922b](https://github.com/blockstack/stacks-blockchain-api/commit/101922bc843140fbe5df2113f2e7d396925cbb40))
7
+
8
+
9
+
### Features
10
+
11
+
* ability to configure multiple tx broadcast endpoints [#765](https://github.com/blockstack/stacks-blockchain-api/issues/765) ([8a9222a](https://github.com/blockstack/stacks-blockchain-api/commit/8a9222a3cb6ba47ee2c90473e34f433b88e73572))
* ignore out of order microblocks causing API to crash ([1e0b3d0](https://github.com/blockstack/stacks-blockchain-api/commit/1e0b3d0e18ca8e98f6a602d173b8cef9b1b9652b))
***rosetta:** use coinbase txs hash instead of stx_lock for forged unlock_transaction [#760](https://github.com/blockstack/stacks-blockchain-api/issues/760) ([37adcc7](https://github.com/blockstack/stacks-blockchain-api/commit/37adcc70aa55e58c9ad3dd0684b24972130fa6d4))
26
+
* disable http keep-alive for stacks-node /v2 proxied endpoints ([cebeda0](https://github.com/blockstack/stacks-blockchain-api/commit/cebeda0e376dd7afd6729b2cd525e3c2373f27cd))
27
+
* increase the 10 second cap on prometheus http metric reporting ([735874e](https://github.com/blockstack/stacks-blockchain-api/commit/735874e45c1e198724e7d01ca9e4eec4d108706c))
28
+
* replicate query optimizations to other asset txs queries ([05c9931](https://github.com/blockstack/stacks-blockchain-api/commit/05c9931b6168aed48ae8c980d4d882002ad34a49))
29
+
30
+
31
+
### Features
32
+
33
+
* automatically generate postman collection from the openapi spec ([5f07d74](https://github.com/blockstack/stacks-blockchain-api/commit/5f07d7455fefa61f3f7d35e05e56b06da28987db))
34
+
***rosetta:** support memos in stx token transfer operations [#752](https://github.com/blockstack/stacks-blockchain-api/issues/752) ([6f4f3e2](https://github.com/blockstack/stacks-blockchain-api/commit/6f4f3e2a9129975a5252b5e33cf18168ec1c0acf))
* optimize query that retrieves txs with asset transfers ([821f578](https://github.com/blockstack/stacks-blockchain-api/commit/821f578792454737700b2960e0167d1b974c3819))
49
+
***rosetta:** do not assume encoding of delegate-stx `pox_addr` data [#732](https://github.com/blockstack/stacks-blockchain-api/issues/732) ([a97bd6f](https://github.com/blockstack/stacks-blockchain-api/commit/a97bd6f0d23bc32f3d13b5840f3d41bffaaf79ee))
50
+
51
+
52
+
### Features
53
+
54
+
* added a new endpoint fee_rate [#729](https://github.com/blockstack/stacks-blockchain-api/issues/729) ([7c09ac5](https://github.com/blockstack/stacks-blockchain-api/commit/7c09ac53a9886f7369ff95bd1781eca1f744c054))
0 commit comments