witnet / witnet-rust

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
https://docs.witnet.io
GNU General Public License v3.0
180 stars 56 forks source link

fix(stakes): fix mining by a validator with a different withdrawer address #2469

Closed drcpu-github closed 2 months ago

drcpu-github commented 3 months ago

This fixes #2466, #2467 and tackles the by_validator issue mentioned in #2464.

drcpu-github commented 3 months ago

@guidiaz I fixed all formatting and clippy issues and it finally gets to the tests, but some of the centralized bridge tests are now failing.

aesedepece commented 2 months ago

This is merged as of eb9dc4a2976b6cabc82546d0c940c2adb49f2ba8, not without breaking a few things that I'll be fixing later!