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

mempool: more invalidation tests. #826

Merged
merged 1 commit into from Jul 14, 2023

Conversation

nodech
Copy link
Contributor

@nodech nodech commented Jul 14, 2023

Add more contract invalidation tests.

@coveralls
Copy link

Coverage Status

coverage: 68.626% (+0.08%) from 68.548% when pulling 6af9cba on nodech:mempool-invalidations into 90cdf84 on handshake-org:master.

@nodech nodech added advanced review difficulty - advanced mempool part of the codebase patch Release version labels Jul 14, 2023
@@ -618,7 +618,7 @@ class Covenant extends bio.Struct {
*/

format() {
return `<Covenant: ${this.type}:${this.toString()}>`;
return `<Covenant: ${typesByVal[this.type]}:${this.toString()}>`;
Copy link
Member

Choose a reason for hiding this comment

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

THANK YOU

@nodech nodech added the tests part of the codebase label Jul 14, 2023
@nodech nodech merged commit ed27e7f into handshake-org:master Jul 14, 2023
5 checks passed
@nodech nodech deleted the mempool-invalidations branch July 14, 2023 21:43
nodech added a commit that referenced this pull request Jul 17, 2023
@nodech nodech mentioned this pull request Jul 17, 2023
nodech added a commit that referenced this pull request Jul 17, 2023
This was referenced Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced review difficulty - advanced mempool part of the codebase patch Release version tests part of the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants