FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - BitVM/rust-bitcoin-scriptexec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
BitVM
/
rust-bitcoin-scriptexec
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
54
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rust-bitcoin-scriptexec
src
on
master
User selector
Datepicker
Commit history
Commits on Dec 11, 2025
Merge pull request #15 from shesek/202512-clean-cond
Show description for ba96bc2
stevenroose
authored
ba96bc2
View commit details
Copy full SHA for ba96bc2
View code at this point
Browse repository at this point
Merge pull request #14 from shesek/202512-public-cond
Show description for 977c576
stevenroose
authored
977c576
View commit details
Copy full SHA for 977c576
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
Fix compilation error
Show description for 51eaf4b
shesek
committed
51eaf4b
View commit details
Copy full SHA for 51eaf4b
View code at this point
Browse repository at this point
Ensure the ConditionStack is clean when execution finishes
shesek
committed
4672cb3
View commit details
Copy full SHA for 4672cb3
View code at this point
Browse repository at this point
Add a getter for the Exec's cond_stack
shesek
committed
d0b45f6
View commit details
Copy full SHA for d0b45f6
View code at this point
Browse repository at this point
Commits on Dec 16, 2024
chore: clippy lints
storopoli
committed
f67e66b
View commit details
Copy full SHA for f67e66b
View code at this point
Browse repository at this point
feat!: parse opcode and from_asm
storopoli
committed
2df3979
View commit details
Copy full SHA for 2df3979
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
feat: support serialization to JSON and binary for Stack.
archidoge0
committed
46f59fa
View commit details
Copy full SHA for 46f59fa
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
Stack serialization to padded bytes
lucidLuckylee
committed
eeaea1a
View commit details
Copy full SHA for eeaea1a
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
Add Exec constructor with starting stack
lucidLuckylee
committed
3f69ebe
View commit details
Copy full SHA for 3f69ebe
View code at this point
Browse repository at this point
Commits on May 30, 2024
Allow specifying whether stack limit is enforced
lucidLuckylee
committed
86ab793
View commit details
Copy full SHA for 86ab793
View code at this point
Browse repository at this point
Commits on May 25, 2024
Merge pull request #5 from weikengchen/master
Show description for a1e33cc
lucidLuckylee
authored
a1e33cc
View commit details
Copy full SHA for a1e33cc
View code at this point
Browse repository at this point
Commits on May 17, 2024
update a footnote
weikengchen
committed
5f2b9f2
View commit details
Copy full SHA for 5f2b9f2
View code at this point
Browse repository at this point
enforce more limits
weikengchen
committed
c629484
View commit details
Copy full SHA for c629484
View code at this point
Browse repository at this point
fix the handling of 65-byte sig; add .gitignore
weikengchen
committed
9293d66
View commit details
Copy full SHA for 9293d66
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
fix OP_PUSHNUM_NEG1 panic (#3)
weikengchen
authored
45dd041
View commit details
Copy full SHA for 45dd041
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
chore: Run Cargo fmt
lucidLuckylee
committed
0ea6f5d
View commit details
Copy full SHA for 0ea6f5d
View code at this point
Browse repository at this point
Commits on Apr 5, 2024
A new engine for Rust Bitcoin script evaluation (#1)
Show description for b729789
weikengchen
authored
b729789
View commit details
Copy full SHA for b729789
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
Switch to rust-bitcoin bitvm branch
lucidLuckylee
committed
4692836
View commit details
Copy full SHA for 4692836
View code at this point
Browse repository at this point
Handle `OP_RESERVED` as debug keyword
lucidLuckylee
committed
a0e125a
View commit details
Copy full SHA for a0e125a
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Fix final stack evaluation + cleanstack behavior
stevenroose
committed
5e2000b
View commit details
Copy full SHA for 5e2000b
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Add json output to CLI
stevenroose
committed
58aaf00
View commit details
Copy full SHA for 58aaf00
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Add StackExt helper trait to simplify some stack operations
stevenroose
committed
584c536
View commit details
Copy full SHA for 584c536
View code at this point
Browse repository at this point
Commits on Nov 5, 2023
Fix OP_WITHIN
stevenroose
committed
993952d
View commit details
Copy full SHA for 993952d
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Fix OP_VERIFY typo
stevenroose
committed
1fc0e2c
View commit details
Copy full SHA for 1fc0e2c
View code at this point
Browse repository at this point
Fix potential memory leak
stevenroose
committed
a11cbfe
View commit details
Copy full SHA for a11cbfe
View code at this point
Browse repository at this point
Improve and fix some statistics
stevenroose
committed
839603b
View commit details
Copy full SHA for 839603b
View code at this point
Browse repository at this point
Reverse the stack order in printouts to be more intuitive
stevenroose
committed
06839e1
View commit details
Copy full SHA for 06839e1
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Introduce ConditionStack abstraction similar to Core
stevenroose
committed
9377c05
View commit details
Copy full SHA for 9377c05
View code at this point
Browse repository at this point
Add witness argument to WASM
stevenroose
committed
aeca9c3
View commit details
Copy full SHA for aeca9c3
View code at this point
Browse repository at this point
Improve CLI and add --debug
stevenroose
committed
37a79e0
View commit details
Copy full SHA for 37a79e0
View code at this point
Browse repository at this point
wasm: Take script as hex instead of ASM
stevenroose
committed
7da11a3
View commit details
Copy full SHA for 7da11a3
View code at this point
Browse repository at this point
Improve API and expose some more internals
stevenroose
committed
8eb0a1b
View commit details
Copy full SHA for 8eb0a1b
View code at this point
Browse repository at this point
Use Cow to remove full scriptcode re-allocation in checksig
stevenroose
committed
71fd4ba
View commit details
Copy full SHA for 71fd4ba
View code at this point
Browse repository at this point
Implement CHECKSIG[VERIFY] for segwit and legacy
stevenroose
committed
f406d18
View commit details
Copy full SHA for f406d18
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL