Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: alecalve/python-bitcoin-blockchain-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.6
Choose a base ref
...
head repository: alecalve/python-bitcoin-blockchain-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 20 files changed
  • 5 contributors

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    1085679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cdc6c5 View commit details
    Browse the repository at this point in the history
  3. Fix undo-blocks.py

    chrisguida authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e37d2de View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Add taproot support

    nerolation authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1edd938 View commit details
    Browse the repository at this point in the history
  2. PEP 8 fix

    nerolation authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    edd8927 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Add tests for taproot

    nerolation authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1cfb674 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Fix is_type defect

    Early scripts represent non-byte types in operations[0]
    nerolation authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ab640a0 View commit details
    Browse the repository at this point in the history
  2. Fix out of range defect

    nerolation authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e2781d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Add Taproot support

    nerolation authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    790c925 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. save progress

    chrisguida committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    173dfaf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Correct long description

    alecalve committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    15f95ef View commit details
    Browse the repository at this point in the history
  2. Remove setup.cfg

    alecalve committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    af5f339 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from nerolation/master

    Add taproot support
    alecalve authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c4302f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d89d26 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #115 from alecalve/blockchain-refactor

    Remove getBlockIndexes method, rename orphan to stale
    alecalve authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    cd20851 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f519fa0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #116 from alecalve/taproot

    Add Taproot support
    alecalve authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    82ca8c0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #110 from chrisguida/undo-blocks

    Undo blocks
    alecalve authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    24fac54 View commit details
    Browse the repository at this point in the history
Loading