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

enhance tx inputs processing #495

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. sighash reused trait

    biryukovmaxim committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    25f1087 View commit details
    Browse the repository at this point in the history
  2. benches are implemented

    biryukovmaxim committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cfcd7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b756df4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. fix par versions

    biryukovmaxim committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d3d0716 View commit details
    Browse the repository at this point in the history
  2. fix benches

    biryukovmaxim committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    91364d1 View commit details
    Browse the repository at this point in the history
  3. use upgreadable read

    biryukovmaxim committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0c2acda View commit details
    Browse the repository at this point in the history
  4. use concurrent cache

    biryukovmaxim committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3edd435 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. use hashcache

    biryukovmaxim committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    258b40f View commit details
    Browse the repository at this point in the history
  2. dont apply cache

    biryukovmaxim committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    5f3fe02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de650c3 View commit details
    Browse the repository at this point in the history
  4. remove scc

    biryukovmaxim committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    93c5b1a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    1e6fd8e View commit details
    Browse the repository at this point in the history
  2. fix clippy

    biryukovmaxim committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5dc827b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4629d View commit details
    Browse the repository at this point in the history
  4. style: fmt

    biryukovmaxim committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ed3f76b View commit details
    Browse the repository at this point in the history
  5. suppress warnings

    biryukovmaxim committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5b59ea9 View commit details
    Browse the repository at this point in the history