• © Goverland Inc. 2026
  • v1.0.8
  • Privacy Policy
  • Terms of Use
Pull Request ProposalsPull Request Proposalsby0x8dA825941565a790BDf341B7099FA61296723756MementoMori

(fix) script strategy load

Voting ended over 3 years agoFailed

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

For
12.23K HBOT100%
Against
0 HBOT0%
Abstain
0 HBOT0%
Quorum:25%
Download mobile app to vote

Timeline

Jun 17, 2022Proposal created
Jun 17, 2022Proposal vote started
Jun 24, 2022Proposal vote ended
Oct 06, 2024Proposal updated