Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2.3.0 #795

Merged
merged 50 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8c0dfcc
Update file structure for chainhook references. Add pages for stacks …
natebuch Aug 14, 2024
ddb4403
Standarize code highlights and parameter descriptions. Add regex cod…
natebuch Aug 14, 2024
5418271
Add reference page for bitcoin scopes.
natebuch Aug 16, 2024
bd1eb5b
Fix styling and content issues.
natebuch Aug 16, 2024
583af32
Update predicate design page.
natebuch Aug 16, 2024
eec069c
Create new concepts pages, update meta file.
natebuch Aug 16, 2024
051e380
Update predicate design page.
natebuch Aug 17, 2024
11798e6
Remove unneeded files.
natebuch Aug 17, 2024
fbcd8ad
Update file title. Fix issues with copy.
natebuch Aug 17, 2024
d4d40d4
Remove http_post from guide, update references to new predicate desig…
natebuch Aug 17, 2024
aaa6210
Update links to predicate design and stacks scope pages. Update copy …
natebuch Aug 19, 2024
e97227b
Add next steps to predicate design. Update next step links on observi…
natebuch Aug 19, 2024
eedd5bb
Merge branch 'main' into feat/chainhook_doc_updates
natebuch Aug 19, 2024
e83f25a
Remove bitcoin/stack predicate files after updating from main.
natebuch Aug 19, 2024
4036006
Fix links to scopes pages based on Bitcoin and/or Stacks context.
natebuch Aug 19, 2024
9b1f32a
Update content/docs/stacks/chainhook/concepts/predicate-design.mdx
natebuch Aug 19, 2024
7893de5
Update content/docs/stacks/chainhook/concepts/predicate-design.mdx
natebuch Aug 19, 2024
16b73a9
Add redirects to vercel.json.
natebuch Aug 19, 2024
867d8f1
Update scopes files names and references to those files.
natebuch Aug 19, 2024
fef62a8
Add note section in predicate-design for link to scopes in if_this se…
natebuch Aug 19, 2024
031ceaa
Update meta file for reference links.
natebuch Aug 19, 2024
85949a7
Fix capitalization in copy for contract-call guide, fix next step nam…
natebuch Aug 19, 2024
1196bd9
update redirects
ryanwaits Oct 10, 2024
2fcb419
create basic layout
ryanwaits Oct 11, 2024
68c1cc8
add callouts for platform api
ryanwaits Oct 11, 2024
d6dd2d7
add redirects for rpc endpoints that were previously inside hiro api …
ryanwaits Oct 14, 2024
a367ece
Update index.mdx
max-crawford Oct 17, 2024
b192e82
feat: update stacks.js to next
janniks Oct 18, 2024
dfd8422
chore: ensure bun install
janniks Oct 18, 2024
f370d73
chore: remove npm lockfile
janniks Oct 18, 2024
4d335a7
docs: update notes to latest
janniks Oct 22, 2024
092beed
add landing page
ryanwaits Oct 25, 2024
709a568
fix badge button styling
ryanwaits Oct 25, 2024
5fac7c1
add label
ryanwaits Oct 25, 2024
1c54752
update with new clarity 3 info
ryanwaits Oct 25, 2024
611b80a
add new clarity 3 functions
ryanwaits Oct 25, 2024
a771163
Merge pull request #791 from hirosystems/max-crawford-patch-2
ryanwaits Oct 25, 2024
6d2db22
remove root redirect
ryanwaits Oct 25, 2024
78615e9
Merge pull request #789 from hirosystems/chore/add-platform-api-callouts
ryanwaits Oct 25, 2024
75827c7
Merge pull request #788 from hirosystems/chore/redirects
ryanwaits Oct 25, 2024
390cb1a
docs: rename headers
janniks Oct 25, 2024
df5f411
Merge branch 'develop' into major/stacks.js-update
janniks Oct 25, 2024
237fbc5
Update page.tsx
max-crawford Oct 25, 2024
8a266a0
adjust some copy and styling
ryanwaits Oct 25, 2024
ef779b8
Merge pull request #794 from hirosystems/feat/landing-page
ryanwaits Oct 25, 2024
faad57a
Merge branch 'develop' into major/stacks.js-update
ryanwaits Oct 25, 2024
89158ae
Merge pull request #793 from hirosystems/major/stacks.js-update
ryanwaits Oct 25, 2024
70fb847
update migration guide url
ryanwaits Oct 25, 2024
d25e57e
Merge branch 'develop' into main
natebuch Oct 26, 2024
911340e
Merge pull request #736 from natebuch/main
ryanwaits Oct 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/stacks/stacks.js/packages/common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Callout } from "@/components/callout";

<Callout type="info">
This reference refers to the `7.x.x` release of Stacks.js—it's the recommended version to use, but not needed for the Stacks Nakamoto release.
Read the [migration guide](https://github.com/hirosystems/stacks.js/blob/next/.github/MIGRATION.md#stacksjs-5xx--7xx) to learn how to update to the latest version.
Read the [migration guide](https://github.com/hirosystems/stacks.js/blob/main/.github/MIGRATION.md#stacksjs-5xx--7xx) to learn how to update to the latest version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

</Callout>

The `@stacks/common` package contains common utilities for working with Stacks.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/stacks/stacks.js/packages/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Callout } from "@/components/callout";

<Callout type="info">
This reference refers to the `7.x.x` release of Stacks.js—it's the recommended version to use, but not needed for the Stacks Nakamoto release.
Read the [migration guide](https://github.com/hirosystems/stacks.js/blob/next/.github/MIGRATION.md#stacksjs-5xx--7xx) to learn how to update to the latest version.
Read the [migration guide](https://github.com/hirosystems/stacks.js/blob/main/.github/MIGRATION.md#stacksjs-5xx--7xx) to learn how to update to the latest version.
</Callout>

The `@stacks/network` package contains default network configurations for Stacks.
Expand Down
Loading