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

DO NOT MERGE #563

Merged
merged 704 commits into from
Jan 26, 2024
Merged

DO NOT MERGE #563

merged 704 commits into from
Jan 26, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 6, 2023

  1. MG test fix

    GitGab19 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6da2a19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #663 from GitGab19/last-fix

    Fix coinbase output scripts
    Fi3 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    61d3ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f5ee1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703aca1 View commit details
    Browse the repository at this point in the history
  5. Fix clippy

    UnidenifiedUser committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    458d0db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    129fb41 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #664 from Fi3/MinorFixJDC

    Minor fix jdc
    Fi3 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7da072b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9eb45b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00f10cd View commit details
    Browse the repository at this point in the history
  10. fmt fix

    GitGab19 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1b9e1ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e52a23 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge pull request #665 from GitGab19/translator-ping-removal

    Translator ping removal
    Fi3 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    96779ed View commit details
    Browse the repository at this point in the history
  2. clean_jobs fix

    GitGab19 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    816db1a View commit details
    Browse the repository at this point in the history
  3. cleanup

    GitGab19 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6b5f26a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge pull request #666 from GitGab19/fix-translator-clean-jobs

    Translator proxy `clean_jobs` fix
    Fi3 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    37613b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. add tarpaulin.toml

    plebhash committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    cd6a367 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    a975fdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #669 from Fi3/FixSv2MessageParser

    Fix Sv2 Messages parser
    Fi3 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    21895c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ea57c4e View commit details
    Browse the repository at this point in the history
  2. Fix MG test

    UnidenifiedUser committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    53ceff8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #671 from Fi3/FixDecoderPanic

    Fix remove possible panic from the sv2 binary codec
    Fi3 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cf7b487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a575762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1987ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #672 from Fi3/AddPoolLogicForUpdatedChannel

    Add logic for update channels
    Fi3 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2b89fd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request #670 from plebhash/tarpaulin.toml

    tarpaulin config file
    Fi3 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ab01867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b40174 View commit details
    Browse the repository at this point in the history
  3. fix division by zero and error management

    the functions hash_rate_from_target and hash_rate_to_target performed
    some divisions. If the denominator is zero this function panics and this
    is bad. So these tu function return a Ok() for the happy path and an
    Err() otherwise. Therefore, some work on error management it has been
    added.
    lorbax committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d8b63f View commit details
    Browse the repository at this point in the history
  4. format and fix rust tests

    lorbax committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3561dc6 View commit details
    Browse the repository at this point in the history
  5. changed signatures of functions

    If we use share per minute, we must perform divisions if we want to
    obtain how many seconds to obtain a share. This expose to some risks as
    the denominator can be zero. Changing the signature in this way shifts
    the task of dividing to the caller, which is good.
    lorbax committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e1552fe View commit details
    Browse the repository at this point in the history
  6. back to old signature

    lorbax committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    520812d View commit details
    Browse the repository at this point in the history
  7. checking functions' calls

    lorbax committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0e88e2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f913d45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3370b60 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b979d1 View commit details
    Browse the repository at this point in the history
  11. fmt fix

    GitGab19 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c11aa53 View commit details
    Browse the repository at this point in the history
  12. clippy fix

    GitGab19 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d560901 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. last test fixes

    GitGab19 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9a14d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0126ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f948f5 View commit details
    Browse the repository at this point in the history
  4. Fix const value

    UnidenifiedUser committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a9ce5bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ec6a7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #674 from Fi3/FixTerminateJdcOnTPErrors

    Fix JDC, exit process on TP error
    Fi3 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    524cd7d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix tests

    lorbax committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7e9c6b4 View commit details
    Browse the repository at this point in the history
  2. cleaning

    lorbax committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c483ce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    518d4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc92231 View commit details
    Browse the repository at this point in the history
  3. fmt fix

    GitGab19 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    652f4ec View commit details
    Browse the repository at this point in the history
  4. test fix

    GitGab19 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c7aec5b View commit details
    Browse the repository at this point in the history
  5. fmt & clippy fix

    GitGab19 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    99713f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. test fix

    GitGab19 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    40a204e View commit details
    Browse the repository at this point in the history
  2. fmt fix

    GitGab19 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    931313f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7207354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    117b5de View commit details
    Browse the repository at this point in the history
  5. fix division by zero and error management

    the functions hash_rate_from_target and hash_rate_to_target performed
    some divisions. If the denominator is zero this function panics and this
    is bad. So these tu function return a Ok() for the happy path and an
    Err() otherwise. Therefore, some work on error management it has been
    added.
    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1115620 View commit details
    Browse the repository at this point in the history
  6. format and fix rust tests

    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    dcec920 View commit details
    Browse the repository at this point in the history
  7. changed signatures of functions

    If we use share per minute, we must perform divisions if we want to
    obtain how many seconds to obtain a share. This expose to some risks as
    the denominator can be zero. Changing the signature in this way shifts
    the task of dividing to the caller, which is good.
    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5029bf5 View commit details
    Browse the repository at this point in the history
  8. back to old signature

    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f1bfd06 View commit details
    Browse the repository at this point in the history
  9. checking functions' calls

    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    42b01b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd8c8a4 View commit details
    Browse the repository at this point in the history
  11. fix tests

    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    48e9645 View commit details
    Browse the repository at this point in the history
  12. cleaning

    lorbax committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bca9d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. remove prints

    GitGab19 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    caddfb1 View commit details
    Browse the repository at this point in the history
  2. clippy fix

    GitGab19 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    25a1ed0 View commit details
    Browse the repository at this point in the history
  3. test fix

    GitGab19 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    604adde View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Renamed error

    Now there are two errors
    HashrateError(e)
    TargetError(e)
    where e is
    enum InputError {
        NegativeInput,
        DivisionByZero,
    }
    lorbax committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d4608d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d81ea View commit details
    Browse the repository at this point in the history
  3. test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    97ac786 View commit details
    Browse the repository at this point in the history
  4. remove prints

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e3256ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b1086c View commit details
    Browse the repository at this point in the history
  6. fmt fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b8cea7b View commit details
    Browse the repository at this point in the history
  7. clippy fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6e4a66a View commit details
    Browse the repository at this point in the history
  8. last test fixes

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bec9261 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce26dc0 View commit details
    Browse the repository at this point in the history
  10. cleaning

    lorbax authored and GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b006666 View commit details
    Browse the repository at this point in the history
  11. fmt fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b222fa8 View commit details
    Browse the repository at this point in the history
  12. test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cfee789 View commit details
    Browse the repository at this point in the history
  13. fmt & clippy fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    465d688 View commit details
    Browse the repository at this point in the history
  14. test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fc9d5ce View commit details
    Browse the repository at this point in the history
  15. remove prints

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    059e9aa View commit details
    Browse the repository at this point in the history
  16. test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    aaf5719 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    667258e View commit details
    Browse the repository at this point in the history
  18. test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    feb6b8f View commit details
    Browse the repository at this point in the history
  19. remove prints

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2a31417 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7c1ba08 View commit details
    Browse the repository at this point in the history
  21. fmt + minor fixes

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2c98b45 View commit details
    Browse the repository at this point in the history
  22. fix MG test

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3ea3957 View commit details
    Browse the repository at this point in the history
  23. MG retried

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    375b694 View commit details
    Browse the repository at this point in the history
  24. MG test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7fbd560 View commit details
    Browse the repository at this point in the history
  25. diff_mgmt test fix

    GitGab19 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    410b0d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    b24a1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236a6d9 View commit details
    Browse the repository at this point in the history
  3. fmt

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e83a3fc View commit details
    Browse the repository at this point in the history
  4. last fixes

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d35a207 View commit details
    Browse the repository at this point in the history
  5. test fix

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    46aee1a View commit details
    Browse the repository at this point in the history
  6. fmt

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7d6b29c View commit details
    Browse the repository at this point in the history
  7. test_diff_mgmt fix

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d43081e View commit details
    Browse the repository at this point in the history
  8. print in test (to debug)

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b5ba956 View commit details
    Browse the repository at this point in the history
  9. retry

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    63c1fb1 View commit details
    Browse the repository at this point in the history
  10. remove print

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0aecd39 View commit details
    Browse the repository at this point in the history
  11. test

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2af3929 View commit details
    Browse the repository at this point in the history
  12. fmt

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c1197a2 View commit details
    Browse the repository at this point in the history
  13. latest fix

    GitGab19 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    004f8df View commit details
    Browse the repository at this point in the history
  14. Merge pull request #673 from GitGab19/dev

    Difficulty management in Translator FIX
    Fi3 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5c799c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

    GitGab19 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4bc1374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e175051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c491c7 View commit details
    Browse the repository at this point in the history
  5. remove prints from code

    GitGab19 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f8263ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #678 from GitGab19/fix-outdated-timestamp

    Fix outdated timestamp
    Fi3 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    88d4ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d995af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    aaf4568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188a990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf902f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    96878ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d3aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631887c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #683 from Fi3/AddUpdateDownstreamTargetForPoolChannel

    Add update downstream target for pool channel factory
    Fi3 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b0eb6db View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix diff managmnent

    UnidenifiedUser committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9ee87ec View commit details
    Browse the repository at this point in the history
  2. Remove prints

    UnidenifiedUser committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6b6069e View commit details
    Browse the repository at this point in the history
  3. fmt

    UnidenifiedUser committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0c7196a View commit details
    Browse the repository at this point in the history
  4. clippy

    UnidenifiedUser committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6f9ae42 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. fix roles CLI

    plebhash committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4885548 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    09fc85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1007e9e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    47b4bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dab6a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6b97cb View commit details
    Browse the repository at this point in the history
  4. Hosted VPS IP updated

    GitGab19 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0324011 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix mg test

    UnidenifiedUser committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c9b0196 View commit details
    Browse the repository at this point in the history
  2. Fix MG test

    UnidenifiedUser committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    90ce77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b035e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b2c20 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #692 from Fi3/FixDiffManagment

    Fix diff managment
    Fi3 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b6ca394 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #679 from plebhash/ffi-payloadtoobig

    FFI: pass in `message` to `Sv2Error::PayloadTooBig` variant
    Fi3 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b3862ec View commit details
    Browse the repository at this point in the history
  7. Merge pull request #689 from plebhash/fix-roles-CLI

    fix role executable CLI edge cases
    Fi3 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6e0c551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c24cba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91e721c View commit details
    Browse the repository at this point in the history
  10. translator bin removal

    GitGab19 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e20b7a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #693 from GitGab19/dev

    Testnet VPS IP updated
    Fi3 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    26218e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4592d85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #699 from Fi3/FixJdcDiffManagment

    Fix upstream target update in JDC
    Fi3 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a817a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7c7f06 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

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

Commits on Dec 16, 2023

  1. Update semantincs and value of SV2_FRAME_CHUNK_SIZE + fmt

    SV2_FRAME_CHUNK_SIZE now means the value of the max chunk size including
    the MAC.
    UnidenifiedUser committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    40d92d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge pull request #700 from Fi3/UpdateNoise

    Updated noise
    GitGab19 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    83ad511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9c51d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    2764dab View commit details
    Browse the repository at this point in the history
  2. rm experimental

    plebhash committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    109c299 View commit details
    Browse the repository at this point in the history
  3. split workspaces

    plebhash committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c1d8c61 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. pool lib

    plebhash committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7950d39 View commit details
    Browse the repository at this point in the history
  2. jd-client lib

    plebhash committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    45f06c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. jd-server lib

    plebhash committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d222895 View commit details
    Browse the repository at this point in the history
  2. mining-proxy lib

    plebhash committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    04b2546 View commit details
    Browse the repository at this point in the history
  3. translator lib

    plebhash committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3e54734 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. fmt

    plebhash committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    afba4fe View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c37f241 View commit details
    Browse the repository at this point in the history
  2. log: fix typo in target

    Sjors authored and GitGab19 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4f9a1f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aad5df View commit details
    Browse the repository at this point in the history
  4. Remove async-trait

    UnidenifiedUser committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b427c60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6109bf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15934e0 View commit details
    Browse the repository at this point in the history
  7. Add MG test for JDS

    UnidenifiedUser committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9c2a491 View commit details
    Browse the repository at this point in the history
  8. Fix coverage action

    UnidenifiedUser committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    19e8fa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Update errors.rs

    Fi3 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9d04b66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #710 from Fi3/AddMsrv

    Add msrv
    Fi3 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d5659cb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    023984b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2476990 View commit details
    Browse the repository at this point in the history
  3. rm experimental

    plebhash committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    18deae0 View commit details
    Browse the repository at this point in the history
  4. split workspaces

    plebhash committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    090f0ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44f8d14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    448d54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b54078 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e26f3a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b94d31b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc22fb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d1af89 View commit details
    Browse the repository at this point in the history
  12. fix clippy

    plebhash committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    05200ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc86d45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13deabc View commit details
    Browse the repository at this point in the history
  15. lint workflows

    plebhash committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4e062d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b66442c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge pull request #706 from plebhash/workspace-split

    workspace split
    GitGab19 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3f07a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cec29c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbc4e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641d55b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    aeb350f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1cd30a View commit details
    Browse the repository at this point in the history
  3. fix utils/Cargo.lock

    plebhash committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    743d517 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e723e4f View commit details
    Browse the repository at this point in the history
  5. add roles/Cargo.lock

    plebhash committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a8c2fff View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. fmt

    plebhash committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    baf8d22 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. rename jdc config example

    plebhash committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6b4af04 View commit details
    Browse the repository at this point in the history
  2. rename tproxy config example

    plebhash committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f1bb900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dcd85d View commit details
    Browse the repository at this point in the history
  4. invalid-job-id error added

    GitGab19 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2fabdfe View commit details
    Browse the repository at this point in the history
  5. fix

    GitGab19 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    08c49fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db91a87 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    764ae99 View commit details
    Browse the repository at this point in the history
  2. Fix issue #730

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4100000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9251f0e View commit details
    Browse the repository at this point in the history
  4. fmt fix

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6029ad7 View commit details
    Browse the repository at this point in the history
  5. clippy fix

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    88c7c41 View commit details
    Browse the repository at this point in the history
  6. MG fixes

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    12b3e05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e67a00e View commit details
    Browse the repository at this point in the history
  8. rm roles/*/*-config.toml

    plebhash committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    efbd99f View commit details
    Browse the repository at this point in the history
  9. fmt fixes

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bdd1064 View commit details
    Browse the repository at this point in the history
  10. clippy fix

    GitGab19 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2519367 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8346e17 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #718 from plebhash/roles-libs

    roles libs split
    Fi3 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f002d51 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #714 from Sjors/2024/01/noise-secp

    Noise: bump secp256k1 to v0.28.1
    Fi3 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2fe8df7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #696 from Sjors/2023/12/taproot

    Parse x-only pubkey for P2TR coinbase output
    Fi3 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    55a25fe View commit details
    Browse the repository at this point in the history
  15. Merge pull request #726 from plebhash/rename-config-examples

    rename config examples + remove `roles/*/*-config.toml`
    Fi3 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2f034b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Upgrade MG executor

    Add late field to command condition. If a condition is late we keep
    check for it after that the command has been initialized.
    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bebb42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d953605 View commit details
    Browse the repository at this point in the history
  3. Fix fmt

    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1f7b5d1 View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9361775 View commit details
    Browse the repository at this point in the history
  5. Fix clippy

    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d4aa07f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ae22fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cffb5b8 View commit details
    Browse the repository at this point in the history
  8. last changes

    GitGab19 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    583d23a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1cbc95 View commit details
    Browse the repository at this point in the history
  10. Remove log file for MD

    It do not play well with the last MG patch and no one use them.
    MG now use tracing so if we someone need log file we can just add a
    layer to the tracing subscriber that save logs on a file very easy.
    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7234b99 View commit details
    Browse the repository at this point in the history
  11. Fix clippy

    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1ae68e7 View commit details
    Browse the repository at this point in the history
  12. Minor fixes

    UnidenifiedUser committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c51e49d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #731 from Fi3/UpgradeMgExecutor

    Upgrade mg executor
    Fi3 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fd5d1b1 View commit details
    Browse the repository at this point in the history
  14. fix JDC stack overflow

    plebhash committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    514ceb8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9cf29e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    8db76f8 View commit details
    Browse the repository at this point in the history
  2. invalid-job-id error added

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    798b842 View commit details
    Browse the repository at this point in the history
  3. fix

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d94fa27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90158fa View commit details
    Browse the repository at this point in the history
  5. Fix issue #730

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6362640 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c365c88 View commit details
    Browse the repository at this point in the history
  7. fmt fix

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2c70690 View commit details
    Browse the repository at this point in the history
  8. clippy fix

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    180db6d View commit details
    Browse the repository at this point in the history
  9. MG fixes

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a14c364 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    788481b View commit details
    Browse the repository at this point in the history
  11. fmt fixes

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    78f5208 View commit details
    Browse the repository at this point in the history
  12. clippy fix

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e13d166 View commit details
    Browse the repository at this point in the history
  13. last changes

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4b5f3df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4f62d3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45010ab View commit details
    Browse the repository at this point in the history
  16. last fixes

    GitGab19 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b1f815b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c0799a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2 from Fi3/AddMgTestJdcStackOverflow

    Add mg test for jdc stack overflow
    plebhash committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b6f1753 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #720 from plebhash/fix-jdc-stack-overflow

    fix JDC stack overflow
    Fi3 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    50497c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #735 from plebhash/fix-proxy-config-example-pubkey

    fix proxy config example pubkey
    Fi3 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ddd51ec View commit details
    Browse the repository at this point in the history
  3. last changes

    GitGab19 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    22f43fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #733 from GitGab19/dev

    Replaces PR #727
    Fi3 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cd3ab95 View commit details
    Browse the repository at this point in the history