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

feat: Support open transaction operation #37

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2022

  1. feat: 🎸 Add functions to read transaction data and hash

    1. Add functions to read transaction data;
    2. Handle opentx input commands.
    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    09e5751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0514f1 View commit details
    Browse the repository at this point in the history
  3. test: 💍 Add example to test opentx build

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d33a21f View commit details
    Browse the repository at this point in the history
  4. feat: 🎸 Can sign PubkeyHash opentx transaction

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e3b4138 View commit details
    Browse the repository at this point in the history
  5. test: 💍 Add command to add input/output for opentx

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f5ee456 View commit details
    Browse the repository at this point in the history
  6. feat: 🎸 OpenTx sign PubkeyHash ready

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5beb844 View commit details
    Browse the repository at this point in the history
  7. test: 💍 Fix opentx example by add sighash dep

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0b16ce7 View commit details
    Browse the repository at this point in the history
  8. feat: 🎸 sign for openx ethereum/multisig

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    08f3f6b View commit details
    Browse the repository at this point in the history
  9. test: 💍 example about opentx ethereum

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a10a58d View commit details
    Browse the repository at this point in the history
  10. feat: 🎸 Finish example about opentx/multisig

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    21c9a53 View commit details
    Browse the repository at this point in the history
  11. docs: ✏️ complete docs about opentx/multisig example

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1f0f95e View commit details
    Browse the repository at this point in the history
  12. feat: 🎸 can put multi opentxes into one open transaction

    1. merge multi opentx into one opentx;
    2. put build open out code into builder.
    3. finish example about merge
    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e81a357 View commit details
    Browse the repository at this point in the history
  13. fix: 🐛 fix compile problems after merge from master

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3e0805d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3bb4ea3 View commit details
    Browse the repository at this point in the history
  15. style: 💄 make code more readable

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    348b8d9 View commit details
    Browse the repository at this point in the history
  16. test: 💍 Add tests about opentx simple hash transfer

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2c7add3 View commit details
    Browse the repository at this point in the history
  17. test: 💍 Add test about opentx simple multisig transfer

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a15938a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a3e869c View commit details
    Browse the repository at this point in the history
  19. test: 💍 Add test about multisig opentx test case

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a204551 View commit details
    Browse the repository at this point in the history
  20. test: 💍 Add test about open transaction buy udt

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    56cd5f2 View commit details
    Browse the repository at this point in the history
  21. fix: 🐛 fix compile error after rebase master branch

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    840f9d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    65c3c62 View commit details
    Browse the repository at this point in the history
  23. chore: 🤖 Remove unnecessary output and add comments

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    65750b8 View commit details
    Browse the repository at this point in the history
  24. fix: 🐛 Handle opentx scriptgroup for merge

    Liu Chuankai committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0337564 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. chore: 🤖 Fix document typo

    Liu Chuankai committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    860aa19 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    40ed79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1503a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from EthanYuan/opentx_sign_tx

    Use the last version Omni Lock Binary for open tx
    Chuankai Liu authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6f1c17d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    379c84c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. docs: ✏️ Add changes into CHANGELOG.md

    Liu Chuankai committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e540e16 View commit details
    Browse the repository at this point in the history