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

Nip56 buttons #44

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Nip56 buttons #44

merged 4 commits into from
Jul 15, 2024

Conversation

dcadenas
Copy link
Contributor

@dcadenas dcadenas commented Jul 9, 2024

dcadenas added 3 commits June 13, 2024 20:50
There's a branch that solves the issue described in
slawlor/ractor#225 here we depend on a fork
own by us to solve this
@coveralls
Copy link

coveralls commented Jul 9, 2024

Pull Request Test Coverage Report for Build 9875620291

Details

  • 25 of 38 (65.79%) changed or added relevant lines in 3 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.8%) to 44.421%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/domain_objects/moderated_report.rs 10 15 66.67%
src/adapters/http_server/slack_interactions_route.rs 5 13 38.46%
Files with Coverage Reduction New Missed Lines %
src/domain_objects/moderated_report.rs 1 59.09%
src/adapters/http_server/slack_interactions_route.rs 2 40.24%
Totals Coverage Status
Change from base Build 9519411874: -0.8%
Covered Lines: 802
Relevant Lines: 1116

💛 - Coveralls

@dcadenas dcadenas requested a review from mattremmel July 10, 2024 13:59
@@ -22,8 +22,8 @@ libc = "0.2.155"
log = "0.4.21"
metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"
nostr-sdk = "0.31.0"
ractor = "0.10.3"
nostr-sdk = { git = "https://github.com/rust-nostr/nostr.git", ref = "d244d10f53bf0ad2a1e84fffdf658c84d7bcce0c" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a temporary change so that a PR I added is included and we don't need to wait for the new release

nostr-sdk = "0.31.0"
ractor = "0.10.3"
nostr-sdk = { git = "https://github.com/rust-nostr/nostr.git", ref = "d244d10f53bf0ad2a1e84fffdf658c84d7bcce0c" }
ractor = { git = "https://github.com/planetary-social/ractor.git", branch = "output_ports" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The output_ports branch solves an edge case with the library that's still not part of the main branch

@dcadenas dcadenas merged commit b6af6c8 into main Jul 15, 2024
6 checks passed
@dcadenas
Copy link
Contributor Author

I tested this locally and integrated to everything through ngrok so I'll go ahead and merge, we can always open another PR for any code related change.

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.

2 participants