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

Make ISA a transaction builder #2102

Merged
merged 37 commits into from
Mar 5, 2024
Merged

Commits on Feb 29, 2024

  1. Rename input selection to transaction builder. Move transaction optio…

    …ns to client to support a client version of transaction builder.
    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4b651a9 View commit details
    Browse the repository at this point in the history
  2. fmt

    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    871d012 View commit details
    Browse the repository at this point in the history
  3. revert flag name

    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5a06ec3 View commit details
    Browse the repository at this point in the history
  4. find/replace mistakes

    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b403c92 View commit details
    Browse the repository at this point in the history
  5. typo

    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1987e5d View commit details
    Browse the repository at this point in the history
  6. error swap

    Alex Coats committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1cbff52 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. review

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    80dd6b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0' into feat/transaction-builder

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eacfe08 View commit details
    Browse the repository at this point in the history
  3. finish renaming

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    898b332 View commit details
    Browse the repository at this point in the history
  4. Fix reward context inputs and tests

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e1b396c View commit details
    Browse the repository at this point in the history
  5. Merge branch '2.0' into feat/transaction-builder

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3d5d7ca View commit details
    Browse the repository at this point in the history
  6. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c4042f7 View commit details
    Browse the repository at this point in the history
  7. remove context inputs from transaction options

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    67f6efb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/transaction-builder' of https://github.com/iotaled…

    …ger/iota-sdk into feat/transaction-builder
    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4d4da3f View commit details
    Browse the repository at this point in the history
  9. Merge branch '2.0' into feat/transaction-builder

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9105784 View commit details
    Browse the repository at this point in the history
  10. revert merge mistake

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    200c65f View commit details
    Browse the repository at this point in the history
  11. remove comments

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bec9ba2 View commit details
    Browse the repository at this point in the history
  12. usused import

    Alex Coats committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    999a984 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    bad67a0 View commit details
    Browse the repository at this point in the history
  2. review

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    88c4b36 View commit details
    Browse the repository at this point in the history
  3. more ts instances

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d948e8e View commit details
    Browse the repository at this point in the history
  4. review

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c591188 View commit details
    Browse the repository at this point in the history
  5. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c09919d View commit details
    Browse the repository at this point in the history
  6. double copyright

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    074bc0f View commit details
    Browse the repository at this point in the history
  7. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8d444bc View commit details
    Browse the repository at this point in the history
  8. review

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2683468 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80c1897 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feat/transaction-builder' of https://github.com/iotaled…

    …ger/iota-sdk into feat/transaction-builder
    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fd12b2b View commit details
    Browse the repository at this point in the history
  11. remove error variant

    Alex Coats committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2efa235 View commit details
    Browse the repository at this point in the history
  12. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    985d4cf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    09ceee6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0' into feat/transaction-builder

    Alex Coats committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9b6efa5 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ada1dbb View commit details
    Browse the repository at this point in the history
  4. allow providing chains

    Alex Coats committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    61e94f2 View commit details
    Browse the repository at this point in the history
  5. Merge branch '2.0' into feat/transaction-builder

    DaughterOfMars authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    70520ec View commit details
    Browse the repository at this point in the history
  6. DRY

    Alex Coats committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d862881 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/transaction-builder' of https://github.com/iotaled…

    …ger/iota-sdk into feat/transaction-builder
    Alex Coats committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2e098c0 View commit details
    Browse the repository at this point in the history