FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing StructuredScript...main · BitVM/rust-bitcoin-script · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BitVM/rust-bitcoin-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: StructuredScript
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: BitVM/rust-bitcoin-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 7 files changed
  • 6 contributors

Commits on Sep 14, 2024

  1. Initial commit

    lucidLuckylee committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4af7ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    a057e14 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add serde serialization

    lucidLuckylee committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    cda22ff View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. chore: Remove lazy_static dependency

    lazy_static seems to be used nowhere.
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    672cbf1 View commit details
    Browse the repository at this point in the history
  2. chore: Use hex_conservative crate

    Use the hex crate that is already bundled with rust-bitcoin instead of
    the `hex` crate that hasn't been updated in 4 years.
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6738611 View commit details
    Browse the repository at this point in the history
  3. chore: Make bincode a dev dependency

    bincode is used exclusively in unit tests
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    899cbfa View commit details
    Browse the repository at this point in the history
  4. chore: Remove rand-std from rust-btc dep

    We don't use this feature anywhere.
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    9b7609d View commit details
    Browse the repository at this point in the history
  5. refactor: Make serde dependency optional

    Serde should be optional in case downstream crates don't need it.
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    84f4303 View commit details
    Browse the repository at this point in the history
  6. chore: rustfmt, clippy

    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7ec2f77 View commit details
    Browse the repository at this point in the history
  7. refactor: Remove recursion from script compiler

    Compile Bitcoin Script iteratively using a stack of tasks.
    I use the opportunity to move the `script` and `cache` arguments into
    the `compile_to_bytes` method to get input sanitization for free.
    uncomputable committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d782e4b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Merge pull request #11 from uncomputable/2025-03-iterative

    Iterative script compilation
    lucidLuckylee authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f5f318a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a8023 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    519088c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. feat: allow pushing scriptbuf

    sander2 committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    64f5741 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from bob-collective/feat/allow-pushing-scriptbuf

    feat: allow pushing scriptbuf
    RobinLinus authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    3c75a6e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    bc242c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    815193b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    88edfe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Merge pull request #14 from just-erray/fix-single-element

    [Zellic Audit] Fix Pushing Data
    RobinLinus authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    01b4cb6 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL