Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subclassable spend bundle #600

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Subclassable spend bundle #600

wants to merge 2 commits into from

Conversation

Rigidity
Copy link
Contributor

@Rigidity Rigidity commented Jul 8, 2024

No description provided.

Copy link

coveralls-official bot commented Jul 8, 2024

Pull Request Test Coverage Report for Build 9942852090

Details

  • 5 of 6 (83.33%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 78.577%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/chia-protocol/src/spend_bundle.rs 0 1 0.0%
Totals Coverage Status
Change from base Build 9883279414: 0.007%
Covered Lines: 10985
Relevant Lines: 13980

💛 - Coveralls

@Rigidity Rigidity closed this Jul 15, 2024
@Rigidity Rigidity deleted the subclass-spendbundle branch July 15, 2024 03:21
@Rigidity Rigidity restored the subclass-spendbundle branch July 15, 2024 16:11
@Rigidity Rigidity reopened this Jul 15, 2024
@@ -336,6 +339,7 @@ def get_puzzle_and_solution_for_coin(program: ReadableBuffer, args: ReadableBuff

class BLSCache:
def __init__(self, cache_size: Optional[int] = 50000) -> None: ...
def __new__(cls, cache_size: Optional[int] = 50000) -> BLSCache: ...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need both __init__ and __new__?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we necessarily need this PR anymore, I'll put it into draft when I'm back home

@arvidn arvidn marked this pull request as draft August 5, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants