acud
acud
## Motivation ## Description ## Test Plan ## TODO - [ ] need correct protocol state transitions of rounds - [ ] test vectors - [ ] Explain motivation or...
## Description In order to finish hare4 we need to address the following issues: - stream resets were observed on the hare4 testnet - need to find out whether this...
**Describe the bug** There are missing dependencies when trying to run the samples. **To Reproduce** Steps to reproduce the behavior: 1. Install on a blank system with venv w/ python...
The package name in the `go.mod` file does no longer correspond to the username under which the repo exists. Currently it is: ` github.com/adshao/go-binance/v2` but the username was apparently changed...
qlib is specified in the `requirements.txt` file as `qlib`, however, [according](https://github.com/microsoft/qlib?tab=readme-ov-file#install-with-pip) to the qlib repo, one should install it with `pip install pyqlib`
### Checklist - [x] still some code cosmetics needed - [x] add return header of feed version to bzz and feeds tests, and assert outcomes in tests - [x] fixed...
re-adds the tests that were removed for v1 feeds. both integration tests are labeled as `feed-v1` and `manifest-v1`, where `manifest` and `feed` test v2 implicitly.