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

Bridge/watch dog #2481

Open
wants to merge 83 commits into
base: 2.0-master
Choose a base branch
from
Open

Bridge/watch dog #2481

wants to merge 83 commits into from

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bca4401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb1f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22c6672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fca76af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    824166a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10472e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6009e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25e1f10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    188f462 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d307d68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced0133 View commit details
    Browse the repository at this point in the history
  12. feat(node): staking CLI client

    Tommytrg authored and aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f5d85a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33ab7fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a814e0c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49f6cda View commit details
    Browse the repository at this point in the history
  16. refactor: fix clippy errors

    Tommytrg authored and aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9cf332b View commit details
    Browse the repository at this point in the history
  17. feat(data_structures): implement protocol versions controller

    also: update secp256k1 deps
    
    close witnet#2418
    aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f5a5b0b View commit details
    Browse the repository at this point in the history
  18. feat(data_structures): enable protocol versions injection through config

    also: make protocol versioning safer
    aesedepece committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0618bd3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    35bc88a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30bf140 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6da1773 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f894632 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88f04ae View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7c749f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c131f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc3a8c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Mar 18, 2024

  1. feat(jsonrpc): implement query stakes method

    This method allows to query the stakes of the specified argument.
    The argument can contain:
    - A validator and a withdrawer
    - A validator
    - A withdrawer
    - Empty argument, uses the node's address as validator.
    
    The type of the argument is an address as a string.
    Tommytrg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e84cff View commit details
    Browse the repository at this point in the history
  2. feat(CLI): implement method for querying stakes

     Please enter the commit message for your changes. Lines starting
    Tommytrg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ef7bf95 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    ed093ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508bb00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84fb24 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f743a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b622aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3d43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db22d1 View commit details
    Browse the repository at this point in the history
  5. fix(validations): move mint transaction validation after staking tran…

    …saction validation such that the total block fee is calculated correctly
    drcpu-github committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f0d8697 View commit details
    Browse the repository at this point in the history
  6. feat(mining): remove staking transactions from the pool once they are…

    … included in a consolidated block
    drcpu-github committed May 3, 2024
    Configuration menu
    Copy the full SHA
    701ca01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2eb3ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad2955a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8e7197 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 14, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    02dccce View commit details
    Browse the repository at this point in the history
  2. Applied suggestions

    drcpu-github committed May 16, 2024
    Configuration menu
    Copy the full SHA
    793ff18 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 27, 2024

  1. chore: fix netcat & upgrade ubuntu

    aeweda authored and aesedepece committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1df5651 View commit details
    Browse the repository at this point in the history
  2. fix: return platform specification

    aeweda authored and aesedepece committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0e1be39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec3a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9b5fe1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    de5775e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70761df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c75da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c8c361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3e6852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87ce5ca View commit details
    Browse the repository at this point in the history
  7. feat(c-bridge): dr_reporter: new feats

    - adapt to wsb v2.0
    - report dr_tally_tx_hash instead of dr_tx_hash
    - low evm funds alert
    - detect and dismiss already reported queries
    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    eca2297 View commit details
    Browse the repository at this point in the history
  8. feat(c-bridge): dr_sender: new feats

    - adapt to wsb v2.0
    - reject queries with collateral too low (<20 wit)
    - reject queries with total wit value too high
    - set dr tx fee to the minimum of query sla and config
    - polling rate set to half of eth_pollers'
    - log trace reporting witnet node's pkh
    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e627e3c View commit details
    Browse the repository at this point in the history
  9. feat(c-bridge): eth_poller: new feats

    - adapt to wsb v2.0
    - limit max batch sizes by config
    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bad4a42 View commit details
    Browse the repository at this point in the history
  10. feat(c-bridge): wit_poller: new feats

    - extract dr_tally_tx_hash from wit_dataRequestReport
    - calculate dr_timestamp as that of the block where the dr commit txs were included
    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4386d7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f9ed73 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5611fd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5697df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1491af View commit details
    Browse the repository at this point in the history
  15. fix: wip...

    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e93f9bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4f236f View commit details
    Browse the repository at this point in the history
  17. chore: upgrade bridge/wrb_abi

    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a7d970d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    71be57f View commit details
    Browse the repository at this point in the history
  19. chore(c-bridge): polish logs

    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b842f39 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    afd6a39 View commit details
    Browse the repository at this point in the history
  21. chore: cargo fmt --all

    guidiaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0acccab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ce8e041 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3d6efdc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5db1043 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    c756357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b07db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782064e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6203494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8fadb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    092ba76 View commit details
    Browse the repository at this point in the history