Ed Noepel
Ed Noepel
### Environment information * `brownie` Version: 1.18.1 * `ganache-cli` Version: 0.1.5 * `solc` Version: 0.8.0 * Python Version: 3.8.10 * OS: linux ### What was wrong? Calls to `chain.mine` which...
The current implementation of `auction-keeper` uses STDIN and STDOUT to communicate with the auction model. This is a somewhat inelegant mechanism for achieving IPC. To resolve, consider other mechanisms, such...
**Changes** - Updated to Web3 5.23 which changed some return types from `dict` to `AttributeDict`. - Added support for EIP-1559 "type 2" transactions. `GasPrice` has been renamed `GasStrategy` to better...
If an `on_startup` handler is assigned the result of a method rather than the method itself, `_main_loop` will prematurely execute, `any_filter_thread_present() or self._at_least_one_every` will be `False`, and the keeper will...
After `Lifecycle` is terminated (via SIGINT or a call to `terminate`), threads are left dangling, stuck in `while True` loops which will never complete. Audit such loops (cursory examination suggests...
We should provide insight on what kind of nodes work, and point to compatible cloud node providers (if any).
- [x] I understand that token listing is not required to use the Polygon Wallet with a token. **Please provide the following information for your token.** Token Name: BurnWrapped AJNA...
`auction-keeper` offers facilities which implicitly increase gas price if the transaction queue becomes stuck. By specifying gas price, price models herein prevent this facility from functioning properly. `dynamic_gas.sh` should be...