Maximilian Langenfeld
Maximilian Langenfeld
If by `REVEAL_TIMEOUT_MIN` you mean this https://github.com/raiden-network/raiden/blob/f544ceb2a86a98872cb034fe6d626f454293669a/raiden/constants.py#L146 I think this would be equivalent to making the reveal_timeout a chain-dependent constant as determined by the node implementation, since the user defined...
Regarding loosening **transfer initiation** checks - in my opinion the problem is that the **initiation** check is actually too loose (but we are missing information to make that check more...
Some considerations for a manually implemented gas-price strategy: ## Constraints One problem in calculating gas-prices is that of node-locality: we can only observe the current gas-prices in our mempool and...
In general, I believe solving this gas-induced finality problem is really hard (if not impossible), and there is potential that if we're not careful with this we overspend. > We...
I wonder how all the front-running bots do this - there must be quite some research and competing algorithms in this field
> it is the same transaction with the same nonce but a higher gas price Mh, I misunderstood something conceptually here severely. True, we use the same nonce here and...
Just skimmed [EIP-1559](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md), here is a quick and rough TL;DR for the parts relevant to our discussion: - the `base_fee_per_gas` is deterministically calculated by the parent blocks gas usage (as...
Note: This change in the `_sync` API is causing the CI errors: https://github.com/matrix-org/synapse/pull/10214
Have you thought about adding it as an extra dependency (`extras_require`) in your `setup.py`?
More because of consistency - I think you didn't have geths JSON RPC lib in mind when you were looking for a swagger alternative. But maybe it is a bad...