-
Notifications
You must be signed in to change notification settings - Fork 315
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
[4] feat: update api stacking #1625
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
janniks
force-pushed
the
feat/next-update-api-stacking
branch
from
February 5, 2024 16:08
40959c9
to
6695b0f
Compare
This was referenced Feb 5, 2024
Merged
hugocaillard
approved these changes
Mar 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
janniks
force-pushed
the
feat/next-add-api-package
branch
from
March 7, 2024 15:34
b335ae8
to
571e86c
Compare
janniks
force-pushed
the
feat/next-update-api-stacking
branch
from
March 7, 2024 15:53
6695b0f
to
e3e5761
Compare
janniks
added a commit
that referenced
this pull request
Mar 8, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Mar 12, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Mar 12, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Mar 18, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Mar 22, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Apr 24, 2024
Co-authored-by: janniks <[email protected]>
janniks
added a commit
that referenced
this pull request
Oct 25, 2024
* fix!: consolidate poxaddress return types BREAKING CHANGE: Convert `version` of PoXAddress from array to number. * feat: cleanup common files * refactor: update to correct import path * feat!: update to new network object (#1623) * feat: split network into object and api opts * fix: update imports --------- Co-authored-by: janniks <[email protected]> * feat: add new api package * fix: update remaining packages for api (#1625) Co-authored-by: janniks <[email protected]> * refactor: update other packages to new paradigm * test: fix remaining packages * chore: add jest config * chore: resolve circular dependency * build: update commitlint to allow longer content * refactor!: change clarity types to be human readable BREAKING CHANGE: The `ClarityType` was changed to a readable string, from the previous Number type. This makes it easier to read and construct types when debugging. * test: add clarity wire format tests * docs: add migration docs * docs: pr update Co-authored-by: Hugo C <[email protected]> * docs: pr update Co-authored-by: Hugo C <[email protected]> * docs: enumerate nets * feat!: remove wrapped private key type BREAKING CHANGE: Remove wrapped `StacksPrivateKey` type in favor of simple type alias for string/Uint8Array. * test: update bns tests * chore: update cli (#1656) Co-authored-by: janniks <[email protected]> * feat!: Make serialize methods return hex-encoded strings, instead of bytes * docs: update migration guide * fix!: Remove legacy CLI methods * refactor: decrease circular deps in tx package * build: fix typedoc build * ci: update pr version detetction * fix!: Disable legacy triplesec support for mnemonic encryption BREAKING CHANGE: Support for encrypting/decrypting mnemonics using `triplesec` has been removed. * feat: Remove optional anchor mode from transaction options (#1654) Co-authored-by: janniks <[email protected]> * ci: update canary publishing * build: update lerna * fix: Add `.bootAddress` to network objects * chore: disable rule correctly * chore: reduce guessing tx version * refactor: add addressVersion to network object * refactor: consolidate address types * fix: Allow network name in more helper functions * refactor: move types * fix: Improve address helper functions * refactor!: Rename message types * refactor!: Make StacksTransaction.serialize() return a hex-string instead of bytes * refactor!: Rename more types to use "Wire" suffix * refactor!: Remove BN.js compatability * feat!: Update post-condition representation to human readable types * refactor: move internal wire types to reduce circular dependencies * refactor: add internal package for reusing test and other helpers * feat: Add postConditionToHex helper * fix: Allow .appendOrigin to be used with unwrapped public key * feat!: Rename networking/fetch methods to include `fetch` prefix * fix: Consolidate `is` prefixed boolean methods * chore: add comment * feat: Add STX unit helper methods * feat: Add `Address` namespace * feat: Add origin post-condition principals * refactor: minor updates * fix!: Remove signed option for intToBigInt * fix!: Move more helper functions to take network parameter * feat: Reduce wrapping of types for public key appending * refactor: Remove Serialize prefix from enum keys * refactor!: Remove wrapper type for message signatures * fix!: Compressing private key should ensure string format * refactor: Fix build breaking refactor changes * fix: Generate compressed private keys by default * refactor: Add renamed `randomSeedPhrase` method * refactor: Rename api to client and undo previous StacksNodeAPI changes * refactor: Continue client rename * test: Update to succeed tests * ci: update canary releases * fix: Remove legacy methods * chore: update comments * fix: Fix string parsing in structured signature decode * chore: Fix example in comment * refactor: Undo removal * fix!: Switch to a network and client param solution * chore: fix imports * docs: Update migration file * refactor: Minor refactoring to match common theme * refactor: Rename make methods * refactor: Deprecate wallet config * refactor: Remove unneeded deserialize overloads * refactor!: Update StacksTransaction constructor to options object * refactor!: Rename StacksTransaction to StacksTransactionWire * fix: Update post conditions input in transactions * chore: add forgotten rename * docs: Update migration guide * refactor: Change getStxAddress to use network parameter * refactor!: Update Cl.serialize to return string instead of bytes --------- Co-authored-by: janniks <[email protected]> Co-authored-by: Hugo C <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #1622
next
↑
feat/next-cleanup-common-files
#1622↑
feat/next-add-new-network
#1623↑
feat/next-add-api-package
#1624↑
feat/next-update-api-stacking
this PR 🟢↑
feat/next-update-cli
#1626