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

Feat(Bridge): Watch dog onto master branch #2482

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    515c9be View commit details
    Browse the repository at this point in the history
  2. feat: implement HttpHead as new RADType

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e9ce400 View commit details
    Browse the repository at this point in the history
  3. chore(c-bridge): refactor config

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    079d7b9 View commit details
    Browse the repository at this point in the history
  4. chore(c-bridge): deprecate cli's post-dr

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    96312de View commit details
    Browse the repository at this point in the history
  5. chore(c-bridge): upgrade wrb_abi

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4bc1adf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8211ac7 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 authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e1cea93 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 authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b9e63df 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 authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cac4c94 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 authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4277d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01c33c6 View commit details
    Browse the repository at this point in the history
  12. chore(c-bridge): cargo fmt --all

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ac88a69 View commit details
    Browse the repository at this point in the history
  13. chore(c-bridge): cargo clippy --fix

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0f98213 View commit details
    Browse the repository at this point in the history
  14. chore: bump main crate version to 2.0.0

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ad8d503 View commit details
    Browse the repository at this point in the history
  15. fix: wip...

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    745504c View commit details
    Browse the repository at this point in the history
  16. chore: upgrade bridge example toml

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d2299f1 View commit details
    Browse the repository at this point in the history
  17. chore: upgrade bridge/wrb_abi

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4888df3 View commit details
    Browse the repository at this point in the history
  18. fix(c-bridge): web3 calls parameters

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4973f08 View commit details
    Browse the repository at this point in the history
  19. chore(c-bridge): polish logs

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    31d9dbd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70ba86f View commit details
    Browse the repository at this point in the history
  21. chore: cargo fmt --all

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6c00d21 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8468c52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ff9963f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    52b326c View commit details
    Browse the repository at this point in the history
  25. feat(c-brige): force min collateral

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5f1814c View commit details
    Browse the repository at this point in the history
  26. chore: attend pr review comments

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5233ae4 View commit details
    Browse the repository at this point in the history
  27. feat(c-bridge): add new config params

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5224528 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0be0b50 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9c6b1b5 View commit details
    Browse the repository at this point in the history
  30. chore: attend pr review comments

    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    70735b6 View commit details
    Browse the repository at this point in the history
  31. fix(c-bridge): use wit/rpc client instead of tcp::socket to check wit…

    … connection status
    guidiaz authored and Tommytrg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3561ece View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0cd0128 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    da88a3b View commit details
    Browse the repository at this point in the history