-
Notifications
You must be signed in to change notification settings - Fork 29
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
base: master
Are you sure you want to change the base?
Commits on Nov 21, 2022
-
feat: 🎸 Add functions to read transaction data and hash
1. Add functions to read transaction data; 2. Handle opentx input commands.
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 09e5751 - Browse repository at this point
Copy the full SHA 09e5751View commit details -
feat: 🎸 add function to assemble multiple opentx to a tx
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for c0514f1 - Browse repository at this point
Copy the full SHA c0514f1View commit details -
test: 💍 Add example to test opentx build
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for d33a21f - Browse repository at this point
Copy the full SHA d33a21fView commit details -
feat: 🎸 Can sign PubkeyHash opentx transaction
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for e3b4138 - Browse repository at this point
Copy the full SHA e3b4138View commit details -
test: 💍 Add command to add input/output for opentx
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for f5ee456 - Browse repository at this point
Copy the full SHA f5ee456View commit details -
feat: 🎸 OpenTx sign PubkeyHash ready
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 5beb844 - Browse repository at this point
Copy the full SHA 5beb844View commit details -
test: 💍 Fix opentx example by add sighash dep
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 0b16ce7 - Browse repository at this point
Copy the full SHA 0b16ce7View commit details -
feat: 🎸 sign for openx ethereum/multisig
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 08f3f6b - Browse repository at this point
Copy the full SHA 08f3f6bView commit details -
test: 💍 example about opentx ethereum
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a10a58d - Browse repository at this point
Copy the full SHA a10a58dView commit details -
feat: 🎸 Finish example about opentx/multisig
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 21c9a53 - Browse repository at this point
Copy the full SHA 21c9a53View commit details -
docs: ✏️ complete docs about opentx/multisig example
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 1f0f95e - Browse repository at this point
Copy the full SHA 1f0f95eView commit details -
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 committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for e81a357 - Browse repository at this point
Copy the full SHA e81a357View commit details -
fix: 🐛 fix compile problems after merge from master
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 3e0805d - Browse repository at this point
Copy the full SHA 3e0805dView commit details -
docs: ✏️ Move the big docs from source file to another doc
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 3bb4ea3 - Browse repository at this point
Copy the full SHA 3bb4ea3View commit details -
style: 💄 make code more readable
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 348b8d9 - Browse repository at this point
Copy the full SHA 348b8d9View commit details -
test: 💍 Add tests about opentx simple hash transfer
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2c7add3 - Browse repository at this point
Copy the full SHA 2c7add3View commit details -
test: 💍 Add test about opentx simple multisig transfer
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a15938a - Browse repository at this point
Copy the full SHA a15938aView commit details -
test: 💍 Tests with index opentx input to end a transaction
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a3e869c - Browse repository at this point
Copy the full SHA a3e869cView commit details -
test: 💍 Add test about multisig opentx test case
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a204551 - Browse repository at this point
Copy the full SHA a204551View commit details -
test: 💍 Add test about open transaction buy udt
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 56cd5f2 - Browse repository at this point
Copy the full SHA 56cd5f2View commit details -
fix: 🐛 fix compile error after rebase master branch
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 840f9d7 - Browse repository at this point
Copy the full SHA 840f9d7View commit details -
chore: 🤖 Add Err for not configure open transaction list
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 65c3c62 - Browse repository at this point
Copy the full SHA 65c3c62View commit details -
chore: 🤖 Remove unnecessary output and add comments
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 65750b8 - Browse repository at this point
Copy the full SHA 65750b8View commit details -
fix: 🐛 Handle opentx scriptgroup for merge
Liu Chuankai committedNov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 0337564 - Browse repository at this point
Copy the full SHA 0337564View commit details
Commits on Nov 30, 2022
-
Liu Chuankai committed
Nov 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 860aa19 - Browse repository at this point
Copy the full SHA 860aa19View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 40ed79d - Browse repository at this point
Copy the full SHA 40ed79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1503a - Browse repository at this point
Copy the full SHA 3c1503aView commit details -
Merge pull request #1 from EthanYuan/opentx_sign_tx
Use the last version Omni Lock Binary for open tx
Chuankai Liu authoredDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f1c17d - Browse repository at this point
Copy the full SHA 6f1c17dView commit details
Commits on Dec 8, 2022
-
feat: 🎸 Use modified balancer to replace tmp opentx output
Liu Chuankai committedDec 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 379c84c - Browse repository at this point
Copy the full SHA 379c84cView commit details
Commits on Dec 13, 2022
-
docs: ✏️ Add changes into CHANGELOG.md
Liu Chuankai committedDec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for e540e16 - Browse repository at this point
Copy the full SHA e540e16View commit details