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/bitcoin segwit examples #1

Merged
merged 48 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
2469610
fix: modify justfile to support positional parameter
EdsonAlcala Oct 8, 2024
c6ee97e
fix: update packages and point to bitcoin support branch
EdsonAlcala Oct 8, 2024
426b786
fix: added barebones for bitcoin example with propagation
EdsonAlcala Oct 8, 2024
005e2a0
fix: updated dependencies
EdsonAlcala Oct 8, 2024
92e284b
fix: lint fixes
EdsonAlcala Oct 8, 2024
4e32d54
fix: added utils for public key and address derivation
EdsonAlcala Oct 9, 2024
e05c0b8
wip: before refactoring
EdsonAlcala Oct 9, 2024
6cf59fb
wip: utxo sent to spender working
EdsonAlcala Oct 9, 2024
bc22f54
wip: before refactoring
EdsonAlcala Oct 11, 2024
4d7ecdf
wip: before removing bob sending
EdsonAlcala Oct 14, 2024
89d001b
wip: version working, before cleaning
EdsonAlcala Oct 15, 2024
b7965cd
cleaned code for example
EdsonAlcala Oct 15, 2024
d17b996
fix: update gitignore and clean warnings
EdsonAlcala Oct 15, 2024
dd0c366
update dependency
EdsonAlcala Oct 15, 2024
0135464
fix: update test
EdsonAlcala Oct 15, 2024
f53026d
fix: skip evm test
EdsonAlcala Oct 15, 2024
77494e5
fix: restore ignored
EdsonAlcala Oct 15, 2024
ef76732
update the example
EdsonAlcala Oct 15, 2024
7d50e4e
clean and improve readme
EdsonAlcala Oct 15, 2024
cd5e8ac
update readme
EdsonAlcala Oct 15, 2024
bcb71ea
wip: before adding utils
EdsonAlcala Oct 28, 2024
9692831
wip: removed unused project and removed testing utils
EdsonAlcala Oct 28, 2024
93cef67
wip: point to local
EdsonAlcala Oct 28, 2024
64d07af
wip
EdsonAlcala Oct 28, 2024
8449678
fix: lint
EdsonAlcala Oct 29, 2024
3e220eb
fix: update lint
EdsonAlcala Oct 29, 2024
514345d
fix: update dependency
EdsonAlcala Oct 29, 2024
70fdf07
fix: update omni json rpc client dependency
EdsonAlcala Oct 29, 2024
c5ea4f8
fix: updated example that works
EdsonAlcala Oct 29, 2024
0928955
renamed legacy tx example
EdsonAlcala Oct 29, 2024
fd1a146
wip: example passing args tracked
EdsonAlcala Oct 29, 2024
37c0b10
wip: example btc signing with propagation for segwit
EdsonAlcala Oct 29, 2024
535b7b1
wip: multiple signing segwit
EdsonAlcala Oct 29, 2024
fbc062b
updated readme
EdsonAlcala Oct 29, 2024
f446640
fix: rename to legacy tests
EdsonAlcala Oct 30, 2024
382f184
wip: before cleaning repo
EdsonAlcala Oct 30, 2024
753fe3f
fix: remove multiple signing
EdsonAlcala Oct 30, 2024
b797fc3
fix: remove multiple signing
EdsonAlcala Oct 30, 2024
79d9b1f
wip: before removing logs and share before propagation
EdsonAlcala Oct 31, 2024
318f111
fix: cleaned signing example
EdsonAlcala Oct 31, 2024
f61f6cd
fix: bitcoin signing legacy
EdsonAlcala Oct 31, 2024
03382d9
multiple signing
EdsonAlcala Nov 1, 2024
e90d0fc
fix: ignored examples that require config file
EdsonAlcala Nov 1, 2024
918eeec
fix: update readme
EdsonAlcala Nov 1, 2024
1d34ba7
update readme files
EdsonAlcala Nov 1, 2024
c0682b2
fix: clean example
EdsonAlcala Nov 1, 2024
ef400c8
fix: update readme
EdsonAlcala Nov 1, 2024
14eaa79
fix: update dep
EdsonAlcala Nov 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
**/target
**/target

config.json
Loading
Loading