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

next #1520

Merged
merged 90 commits into from
Oct 25, 2024
Merged

next #1520

merged 90 commits into from
Oct 25, 2024

Commits on Apr 24, 2024

  1. fix!: consolidate poxaddress return types

    BREAKING CHANGE:
    Convert `version` of PoXAddress from array to number.
    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0dbe0db View commit details
    Browse the repository at this point in the history
  2. feat: cleanup common files

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8316766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf57b6 View commit details
    Browse the repository at this point in the history
  4. feat!: update to new network object (#1623)

    * feat: split network into object and api opts
    
    * fix: update imports
    
    ---------
    
    Co-authored-by: janniks <[email protected]>
    janniks and janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    57369cc View commit details
    Browse the repository at this point in the history
  5. feat: add new api package

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9cf8a75 View commit details
    Browse the repository at this point in the history
  6. fix: update remaining packages for api (#1625)

    Co-authored-by: janniks <[email protected]>
    janniks and janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2378096 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b35607 View commit details
    Browse the repository at this point in the history
  8. test: fix remaining packages

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4e3e722 View commit details
    Browse the repository at this point in the history
  9. chore: add jest config

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b288c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1be43cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8768859 View commit details
    Browse the repository at this point in the history
  12. 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.
    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    edad3b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71cc875 View commit details
    Browse the repository at this point in the history
  14. docs: add migration docs

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ddae5ab View commit details
    Browse the repository at this point in the history
  15. docs: pr update

    Co-authored-by: Hugo C <[email protected]>
    janniks and hugocaillard committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    75ecfd7 View commit details
    Browse the repository at this point in the history
  16. docs: pr update

    Co-authored-by: Hugo C <[email protected]>
    janniks and hugocaillard committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ef0dd0b View commit details
    Browse the repository at this point in the history
  17. docs: enumerate nets

    janniks committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8c62a85 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat!: remove wrapped private key type

    BREAKING CHANGE:
    Remove wrapped `StacksPrivateKey` type in favor of simple type alias for string/Uint8Array.
    janniks committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a4e86ce View commit details
    Browse the repository at this point in the history
  2. test: update bns tests

    janniks committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fd772b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. chore: update cli (#1656)

    Co-authored-by: janniks <[email protected]>
    janniks and janniks authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d477702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2898d85 View commit details
    Browse the repository at this point in the history
  3. docs: update migration guide

    janniks committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a189ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c373e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a25f52 View commit details
    Browse the repository at this point in the history
  6. build: fix typedoc build

    janniks committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2a66782 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5ebf76 View commit details
    Browse the repository at this point in the history
  8. fix!: Disable legacy triplesec support for mnemonic encryption

    BREAKING CHANGE:
    Support for encrypting/decrypting mnemonics using `triplesec` has been removed.
    janniks committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9b98e44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bec7ae View commit details
    Browse the repository at this point in the history
  10. ci: update canary publishing

    janniks committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    857106a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge branch 'main' into next

    # Conflicts:
    #	package-lock.json
    #	packages/cli/package.json
    #	packages/cli/src/cli.ts
    #	packages/encryption/package.json
    #	packages/stacking/package.json
    #	packages/transactions/src/authorization.ts
    #	packages/transactions/src/builders.ts
    #	packages/transactions/src/cl.ts
    #	packages/transactions/src/contract-abi.ts
    #	packages/transactions/src/keys.ts
    #	packages/transactions/src/signature.ts
    #	packages/transactions/src/signer.ts
    #	packages/transactions/src/transaction.ts
    #	packages/transactions/src/types.ts
    #	packages/transactions/tests/builder.test.ts
    #	packages/transactions/tests/clarity.test.ts
    #	packages/transactions/tests/transaction.test.ts
    #	packages/wallet-sdk/package.json
    janniks committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bd9ca50 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. build: update lerna

    janniks committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    34df732 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into next

    # Conflicts:
    #	packages/transactions/src/signer.ts
    #	packages/transactions/tests/builder.test.ts
    janniks committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e618d2f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge branch 'main' into next

    # Conflicts:
    #	package-lock.json
    #	packages/cli/package.json
    #	packages/encryption/package.json
    #	packages/wallet-sdk/package.json
    janniks committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ccfeedb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    9993519 View commit details
    Browse the repository at this point in the history
  2. chore: disable rule correctly

    janniks committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0fb55b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fbf5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95cd674 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfaf76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d92cc7 View commit details
    Browse the repository at this point in the history
  7. refactor: move types

    janniks committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ccda105 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e53528b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d8b2dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b563a2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    221633a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ddd8dde View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7cff36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0fdd65e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1cb5a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e224b0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c4a951 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    463176a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e2f46e1 View commit details
    Browse the repository at this point in the history
  20. chore: add comment

    janniks committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aa3a80c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    94f6c6b View commit details
    Browse the repository at this point in the history
  22. feat: Add Address namespace

    janniks committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1291687 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ccc79b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. refactor: minor updates

    janniks committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c32231b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3cc2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8cbde2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c439e6f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    70ddf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf08b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350e1fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95d4e19 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    badc4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd9a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02cd056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e2850 View commit details
    Browse the repository at this point in the history
  5. test: Update to succeed tests

    janniks committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e6db679 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into next

    # Conflicts:
    #	package-lock.json
    #	packages/encryption/package.json
    #	packages/wallet-sdk/package.json
    janniks committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f5e43ce View commit details
    Browse the repository at this point in the history
  7. ci: update canary releases

    janniks committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0adf46c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: Remove legacy methods

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6cece09 View commit details
    Browse the repository at this point in the history
  2. chore: update comments

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6c43068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9760497 View commit details
    Browse the repository at this point in the history
  4. chore: Fix example in comment

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3f7a6e3 View commit details
    Browse the repository at this point in the history
  5. refactor: Undo removal

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0ca6348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7370a0 View commit details
    Browse the repository at this point in the history
  7. chore: fix imports

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e76710b View commit details
    Browse the repository at this point in the history
  8. docs: Update migration file

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4ef795b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca273b2 View commit details
    Browse the repository at this point in the history
  10. refactor: Rename make methods

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6dbe60b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89dad33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f1f5d9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b15209 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe74e87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d005d19 View commit details
    Browse the repository at this point in the history
  16. chore: add forgotten rename

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4e7bf4a View commit details
    Browse the repository at this point in the history
  17. docs: Update migration guide

    janniks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2d9bca3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8abc510 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3d4052b View commit details
    Browse the repository at this point in the history