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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
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
0 commit comments