Skip to content

Activity

Merge pull request #9 from alpenlabs/bitcoin-0.32.5

Pull request merge
lucidLuckyleepushed 5 commits to master • 5c88966…b24608b • 
on Dec 17, 2024

Merge pull request #7 from RiemaLabs/feat/serialization

Pull request merge
lucidLuckyleepushed 2 commits to master • eeaea1a…5c88966 • 
on Oct 21, 2024

Stack serialization to padded bytes

lucidLuckyleepushed 1 commit to master • 3f69ebe…eeaea1a • 
on Aug 17, 2024

Add Exec constructor with starting stack

lucidLuckyleepushed 1 commit to master • 86ab793…3f69ebe • 
on Jul 27, 2024

Add Exec constructor with starting stack

lucidLuckyleepushed 1 commit to chunk_script • c378049…7b99e04 • 
on Jul 27, 2024

Fix BadOpcode when using OP_RESERVED1

lucidLuckyleepushed 1 commit to chunk_script • 788b59b…c378049 • 
on Jun 13, 2024

Allow specifying whether stack limit is enforced

lucidLuckyleepushed 1 commit to chunk_script • 40dca68…788b59b • 
on Jun 13, 2024

Visualize chunks

Force push
lucidLuckyleeforce pushed to chunk_script • cae0bb0…40dca68 • 
on Jun 13, 2024

Visualize chunks

lucidLuckyleepushed 1 commit to chunk_script • 747c976…cae0bb0 • 
on Jun 13, 2024

Allow specifying whether stack limit is enforced

lucidLuckyleepushed 1 commit to master • a1e33cc…86ab793 • 
on May 30, 2024

Add stack size visualization capabilities

lucidLuckyleecreated chunk_script • 747c976 • 
on May 25, 2024

Merge pull request #5 from weikengchen/master

Pull request merge
lucidLuckyleepushed 2 commits to master • 2d7bd88…a1e33cc • 
on May 25, 2024

Merge pull request #6 from weikengchen/change-cat-and-enforce-limits

Pull request merge
lucidLuckyleepushed 3 commits to master • 43a1dea…2d7bd88 • 
on May 25, 2024

Typo fix (#4)

Pull request merge
RobinLinuspushed 1 commit to master • 45dd041…43a1dea • 
on Apr 25, 2024

fix OP_PUSHNUM_NEG1 panic (#3)

Pull request merge
RobinLinuspushed 1 commit to master • 0ea6f5d…45dd041 • 
on Apr 24, 2024

chore: Run Cargo fmt

lucidLuckyleepushed 1 commit to master • b729789…0ea6f5d • 
on Apr 15, 2024

A new engine for Rust Bitcoin script evaluation (#1)

Pull request merge
RobinLinuspushed 1 commit to master • 4692836…b729789 • 
on Apr 5, 2024

Switch to rust-bitcoin bitvm branch

lucidLuckyleepushed 1 commit to master • a0e125a…4692836 • 
on Apr 2, 2024

Handle OP_RESERVED as debug keyword

lucidLuckyleepushed 1 commit to master • 5e2000b…a0e125a • 
on Apr 2, 2024

Fix final stack evaluation + cleanstack behavior

stevenroosepushed 1 commit to master • 58aaf00…5e2000b • 
on Jan 12, 2024

Add json output to CLI

stevenroosepushed 1 commit to master • 584c536…58aaf00 • 
on Nov 7, 2023

Add StackExt helper trait to simplify some stack operations

stevenroosepushed 1 commit to master • 1ef3e72…584c536 • 
on Nov 6, 2023

Update bitcoin dep to support more opcode aliases

Force push
stevenrooseforce pushed to master • b5d97bf…1ef3e72 • 
on Nov 5, 2023

Update bitcoin dep to support more opcode aliases

stevenroosepushed 1 commit to master • 668f51b…b5d97bf • 
on Nov 4, 2023

Fix OP_WITHIN again

stevenroosepushed 1 commit to master • b8fe97a…668f51b • 
on Nov 4, 2023

Fix OP_WITHIN

stevenroosepushed 1 commit to master • 1fc0e2c…b8fe97a • 
on Nov 3, 2023

Fix OP_VERIFY typo

stevenroosepushed 1 commit to master • a11cbfe…1fc0e2c • 
on Nov 3, 2023

Fix potential memory leak

stevenroosepushed 1 commit to master • 839603b…a11cbfe • 
on Nov 3, 2023

Improve and fix some statistics

stevenroosepushed 1 commit to master • 06839e1…839603b • 
on Nov 3, 2023

Reverse the stack order in printouts to be more intuitive

stevenroosepushed 1 commit to master • 9377c05…06839e1 • 
on Nov 3, 2023