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

Collections no psbt #10

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
db29dbc
enable collections through parent inscriptions method #783
raphjaph Mar 2, 2023
d108043
Update src/inscription.rs
raphjaph Mar 2, 2023
1253365
Update src/inscription.rs
raphjaph Mar 2, 2023
33cf4b5
review changes
raphjaph Mar 2, 2023
a43c376
stash
raphjaph Mar 3, 2023
c781e55
stash
raphjaph Mar 7, 2023
d2eee55
Update src/inscription.rs
raphjaph Mar 7, 2023
fe5d9d8
merging
raphjaph Mar 7, 2023
9025ffa
Merge branch 'collections' of https://github.com/raphjaph/ord into co…
raphjaph Mar 7, 2023
1bd6333
small clean up
raphjaph Mar 7, 2023
af9344e
stashing
raphjaph Mar 7, 2023
96a08c2
stash
raphjaph Mar 7, 2023
01bc48e
quick fix
raphjaph Mar 7, 2023
a5029a9
fixed database stuff
raphjaph Mar 7, 2023
ff6c809
Fix sighashflag issue
Mar 8, 2023
340fdef
Fix signature error
Mar 8, 2023
ca16f44
refector re-inscription handling
raphjaph Mar 8, 2023
791e21c
More robust parsing
Mar 8, 2023
aef890b
Merge branch 'collections' of https://github.com/raphjaph/ord into co…
Mar 8, 2023
4e4cf9f
Add temporary debug logging and TODO regarding bug in building the
Mar 10, 2023
24f5bdb
inscription index now correct
raphjaph Mar 10, 2023
1aa8238
Merge branch 'collections' of https://github.com/raphjaph/ord into co…
raphjaph Mar 10, 2023
1f33ff7
Encode schnorr signature with proper sighashtype when inscribing with…
Mar 10, 2023
5f82a48
stash
raphjaph Mar 10, 2023
df32f27
Merge branch 'collections' of https://github.com/raphjaph/ord into co…
raphjaph Mar 10, 2023
edd0a76
refactoring
raphjaph Mar 10, 2023
044d6de
Update src/inscription.rs
veryordinally Mar 11, 2023
aaaffb6
Fixed formatting
Mar 11, 2023
3ef11d0
Handle child inscription index correctly.
Mar 11, 2023
cb7573b
rename
raphjaph Mar 13, 2023
9a157b4
merging
raphjaph Mar 13, 2023
b05c15f
fix inscriptionId index and remove unused file
raphjaph Mar 13, 2023
fbc4cde
finally
raphjaph Mar 22, 2023
0d362e4
cleanup and works
raphjaph Mar 22, 2023
6dd7f7b
fmt
raphjaph Mar 22, 2023
4cd3b94
wip debug failed test when backup_recovery_key is enabled
ericatallah Mar 22, 2023
8ef6abf
put test back to normal
ericatallah Mar 22, 2023
00be038
add 100 block confirmations
felipelincoln Mar 23, 2023
26e67c4
cleanup
ericatallah Mar 23, 2023
a55fc13
add sleep 10 back in
ericatallah Mar 23, 2023
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
197 changes: 185 additions & 12 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading