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

Feat: added activity_log_retrieval #9

Merged
merged 15 commits into from
Dec 1, 2024

Conversation

RichoKD
Copy link
Collaborator

@RichoKD RichoKD commented Nov 28, 2024

Should close #6

@RichoKD RichoKD marked this pull request as ready for review November 29, 2024 12:16
@Abeeujah
Copy link
Collaborator

Hi @RichoKD could you please fix failing CI

@RichoKD
Copy link
Collaborator Author

RichoKD commented Nov 29, 2024

Hi @RichoKD could you please fix failing CI

I've done it

src/api_error.rs Outdated Show resolved Hide resolved
assert!(headers.get("x-request-id").is_some());
assert_eq!(headers.get("access-control-allow-origin").unwrap(), "*");
assert!(headers.get("vary").is_some());
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also could you include test cases that check for errors and edge cases eg empty transactions log

Copy link
Collaborator

Choose a reason for hiding this comment

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

_home_abee_Desktop_OdHack_autoswappr-backend_tarpaulin-report html
Here's the result of your current test coverage...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've updated it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@Abeeujah Abeeujah force-pushed the main branch 8 times, most recently from d2a209c to 67252e9 Compare November 30, 2024 00:32
@RichoKD RichoKD requested a review from Abeeujah November 30, 2024 11:28
@RichoKD RichoKD reopened this Nov 30, 2024
@Abeeujah Abeeujah merged commit 1c81073 into BlockheaderWeb3-Community:main Dec 1, 2024
3 checks passed
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.

Implement Activity Log Retrieval
2 participants