34 Commits

Author SHA1 Message Date
Rafael Cárdenas
872bcbdea1 merge master into nakamoto (#1746)
* docs: Update how-to-install-stacks-cli.md (#1727)

Cleaned up the voice and made this page more conversational.

Of note, similar to my last PR, I'm removing some language around "Stacks 2.0" here alongside this cleanup

* docs: Update rosetta-support.md (#1728)

there is a missing period

* docs: Update overview.md (#1729)

Grammar fixes

* docs: Update how-to-run-api-node.md (#1730)

A number of grammar fixes and tweaks

* docs: Update how-to-run-mainnet-node.md (#1731)

Grammar fixes!

* docs: Update how-to-run-testnet-node.md (#1732)

Grammar fixes

* fix: move nft custody view into a table (#1741)

* fix: move to table

* fix: old nft events query

* fix: nft-custody-table migration

* fix: no longer rename old views, just remove them

---------

Co-authored-by: Matt <zone117x@gmail.com>

---------

Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
Co-authored-by: Matt <zone117x@gmail.com>
2023-11-07 13:38:05 -06:00
Rafael Cárdenas
588d827a5a Merge branch 'develop' into master-merge 2023-10-04 08:23:45 -06:00
Micaiah Reid
eb732ace33 docs: fix links in using cv guide (#1726) 2023-10-04 10:25:38 +02:00
Rafael Cárdenas
20e1c432d9 Merge branch 'develop' into master-merge 2023-10-03 14:28:25 -06:00
Rafael Cárdenas
32a7105dee chore: delete redundant docker guide (#1716)
* chore: delete redundant docker guide

* Update how-to-run-stacks-blockchain-api-docker.md
2023-10-03 12:43:49 +02:00
saralab
b95eac7b58 docs: FAQs NOT FAQ’s (#1723) [skip ci]
Signed-off-by: Sarala B <sarala@hiro.so>
2023-10-02 21:22:48 -06:00
max-crawford
3d3db653e9 docs: Update transactions.md (#1722) [skip ci]
A variety of grammar fixes
2023-10-02 21:21:47 -06:00
max-crawford
dd41088f40 docs: Update gaia-storage.md (#1721) [skip ci]
grammar fixes
2023-10-02 21:21:12 -06:00
max-crawford
3456136f30 docs: Update use-clarity-values.md (#1720) [skip ci]
Added a missing period :/
2023-10-02 21:20:31 -06:00
max-crawford
2452675b66 docs: Update rosetta-support.md (#1719) [skip ci]
fixed a run-on sentence
2023-10-02 21:20:00 -06:00
max-crawford
3bbf91a9b8 docs: Update getting-started.md (#1718) [skip ci]
Added a link to download docker
2023-10-02 21:19:32 -06:00
Lavanya Kasturi
8f358526af docs: Blockchain api overview add note (#1706)
* chore: improve README.md standardization (#1692)

* Updated overview page to use openapi and source code repo links

---------

Co-authored-by: Scott McClellan <scott.mcclellan@gmail.com>
2023-08-08 09:23:54 -06:00
Lavanya Kasturi
d9efad9893 docs: Expanded RPM as Rate per minute (#1698) 2023-07-28 10:25:41 +02:00
Matthew Little
3dec5d1b62 Merge branch 'master' into develop
# Conflicts:
#	.env
#	.github/workflows/ci.yml
#	.vscode/launch.json
#	package.json
#	src/api/init.ts
#	src/datastore/common.ts
#	src/datastore/pg-store.ts
#	src/event-stream/event-server.ts
#	src/event-stream/reader.ts
#	src/index.ts
#	src/test-utils/test-helpers.ts
#	src/tests-2.4/pox-3-delegate-aggregation.ts
#	src/tests-bns-e2e/bns-integration-tests.ts
#	src/tests-bns/v1-import-tests.ts
#	src/tests-tokens-metadata/tokens-metadata-tests.ts
2023-07-06 13:51:39 +02:00
wileyj
b050b1bf2a chore: update rosetta dockerfile (#1651)
* Rewrite of rosetta dockerfile

This close to a full rewrite of the built image.
- runit is removed
- `/entrypoint.sh` now starts all processes via single script
- all logs are piped to stdout
- remove printf in favor of heredoc
- add a script to seed the chainstate when env var `SEED_CHAINSTATE=true`
- adds a postgres init script in case of genesis sync and DB != `postgres`

* chore - address PR comments

updating docs where stx-rosetta is used
add some docs around `SEED_CHAINSTATE`
add -W to pg_ctl and removing sleep
2023-05-19 11:14:02 +02:00
Matthew Little
2769e68468 fix: domain migration (#1596)
* fix(domain-migration): change `stacks.co` to `hiro.so` in toml files

* fix(domain-migration): change `stacks.co` to `hiro.so` in doc files

* chore: update api endpoint in generated client code
2023-03-23 20:45:40 +01:00
Lavanya Kasturi
c93294dfef Added clarity for bitcoin/stx blockheights 2023-02-06 12:31:16 -06:00
Lavanya Kasturi
a15f07f921 Update content/how-to-guides/how-to-run-testnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:44 -06:00
Lavanya Kasturi
09a63eef5d Update content/how-to-guides/how-to-run-testnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:36 -06:00
Lavanya Kasturi
5a0ffb07cb Update content/how-to-guides/how-to-run-testnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:29 -06:00
Lavanya Kasturi
4551ed7615 Update content/how-to-guides/how-to-run-testnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:20 -06:00
Lavanya Kasturi
7be98d755a Update content/how-to-guides/how-to-run-testnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:12 -06:00
Lavanya Kasturi
dfd71c4684 Update content/how-to-guides/how-to-run-api-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:22:02 -06:00
Lavanya Kasturi
d75f370161 Update content/how-to-guides/how-to-run-api-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-20 09:21:54 -06:00
Lavanya Kasturi
81423f913a Changes based on review comments 2022-12-19 16:54:13 -06:00
Lavanya Kasturi
b16a004790 Update content/how-to-guides/how-to-run-mainnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:48:29 -06:00
Lavanya Kasturi
d059a8b705 Update content/how-to-guides/how-to-run-mainnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:48:19 -06:00
Lavanya Kasturi
7cd8fe9907 Update content/how-to-guides/how-to-run-mainnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:48:14 -06:00
Lavanya Kasturi
d2264d6092 Update content/how-to-guides/how-to-run-mainnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:48:07 -06:00
Lavanya Kasturi
ae366cd6cb Update content/how-to-guides/how-to-run-mainnet-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:48:02 -06:00
Lavanya Kasturi
ca35d4e9dd Update content/how-to-guides/how-to-run-api-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:47:57 -06:00
Lavanya Kasturi
e102da87ca Update content/how-to-guides/how-to-run-api-node.md
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
2022-12-19 16:47:47 -06:00
Lavanya Kasturi
d2dbc77867 Updated config.toml location in the how to run API node doc 2022-12-12 22:53:27 -06:00
Lavanya Kasturi
dce58478f3 docs: Added content to the API repo (#1483) 2022-12-09 13:50:06 -06:00