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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
515c9be
chore(data_structures): rename aux.rs file for Windows compatibility
aesedepece May 29, 2024
e9ce400
feat: implement HttpHead as new RADType
guidiaz Oct 10, 2023
079d7b9
chore(c-bridge): refactor config
guidiaz Mar 1, 2024
96312de
chore(c-bridge): deprecate cli's post-dr
guidiaz Mar 1, 2024
4bc1adf
chore(c-bridge): upgrade wrb_abi
guidiaz Mar 1, 2024
8211ac7
feat(c-bridge): dr_database: adapt to wsb 2.0
guidiaz Mar 1, 2024
e1cea93
feat(c-bridge): dr_reporter: new feats
guidiaz Mar 1, 2024
b9e63df
feat(c-bridge): dr_sender: new feats
guidiaz Mar 1, 2024
cac4c94
feat(c-bridge): eth_poller: new feats
guidiaz Mar 1, 2024
c4277d6
feat(c-bridge): wit_poller: new feats
guidiaz Mar 1, 2024
01c33c6
chore(c-bridge): bump binary version to 2.0.0
guidiaz Mar 1, 2024
ac88a69
chore(c-bridge): cargo fmt --all
guidiaz Mar 1, 2024
0f98213
chore(c-bridge): cargo clippy --fix
guidiaz Mar 1, 2024
ad8d503
chore: bump main crate version to 2.0.0
guidiaz Mar 1, 2024
745504c
fix: wip...
guidiaz Mar 5, 2024
d2299f1
chore: upgrade bridge example toml
guidiaz Mar 7, 2024
4888df3
chore: upgrade bridge/wrb_abi
guidiaz Mar 7, 2024
4973f08
fix(c-bridge): web3 calls parameters
guidiaz Mar 7, 2024
31d9dbd
chore(c-bridge): polish logs
guidiaz Mar 7, 2024
70ba86f
chore: upgrade binary crate versions to 2.0.0
guidiaz Mar 7, 2024
6c00d21
chore: cargo fmt --all
guidiaz Mar 7, 2024
8468c52
fix(bridge): dismiss unavailable queries detected by eth_poller
guidiaz May 13, 2024
ff9963f
feat(c-bridge): loop on query status batches until head is reached
guidiaz May 13, 2024
52b326c
chore(c-bridge): attend pr review comments
guidiaz May 13, 2024
5f1814c
feat(c-brige): force min collateral
guidiaz May 31, 2024
5233ae4
chore: attend pr review comments
guidiaz Jun 4, 2024
5224528
feat(c-bridge): add new config params
guidiaz Aug 19, 2024
0be0b50
feat(c-bridge): count drs per state on dr_database
guidiaz Aug 19, 2024
9c6b1b5
feat(c-bridge): implement new watch_dog actor
guidiaz Aug 19, 2024
70735b6
chore: attend pr review comments
guidiaz Aug 20, 2024
3561ece
fix(c-bridge): use wit/rpc client instead of tcp::socket to check wit…
guidiaz Aug 20, 2024
0cd0128
chore: fix deps to create::staking::helpers
guidiaz Aug 20, 2024
da88a3b
feat(c-bridge): count drs per state on dr_database
guidiaz Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
187 changes: 166 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "1.7.1"
version = "2.0.0"
authors = ["Witnet Foundation <[email protected]>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
Loading
Loading