Re-submitting PR:5372
The creation of the class for a new subclass of ScriptStrategyBase incorrectly select the base class ScriptStrategyBase when the getmembers() ordering puts the new class lower than ScriptStrategyBase (i.e. TestScriptStrategyBase). This is because in the next() lookup function because issubclass(cls, cls) = True (a class is a subclass of itself in Python)
https://github.com/hummingbot/hummingbot/pull/5411
Off-Chain Vote
Loading…
- Author
MementoMori
- IPFS#QmZh4vrb
- Voting Systembasic
- Start DateJun 17, 2022
- End DateJun 24, 2022
- Total Votes Cast12.23K HBOT
- Total Voters1
Timeline
- Jun 17, 2022Proposal created
- Jun 17, 2022Proposal vote started
- Jun 24, 2022Proposal vote ended
- Oct 06, 2024Proposal updated