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

Add testing framework for events that update Account #210

Merged
merged 19 commits into from
Jun 17, 2024
Merged

Conversation

eureka-cpu
Copy link
Contributor

@eureka-cpu eureka-cpu commented Jun 12, 2024

Closes #205

Adds the tests necessary to prove events that update Account function as intended. Also adds the ability to test with in-memory key-value storage (HashMap) which relieves the overhead of needing a tikv_client running. The MinimalNode testing type can eventually be moved to its own module and expanded upon if needed, which makes testing node processes outside of RPC calls, IPFS and other compute related stuff (outside of the scope of these tests) relatively easy.

@eureka-cpu eureka-cpu added the enhancement Improvement to an existing feature label Jun 12, 2024
@eureka-cpu eureka-cpu self-assigned this Jun 12, 2024
@eureka-cpu eureka-cpu marked this pull request as ready for review June 16, 2024 05:36
@eureka-cpu eureka-cpu added the feature New feature label Jun 17, 2024
Copy link
Contributor

@mitch-vrrb mitch-vrrb left a comment

Choose a reason for hiding this comment

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

looks great

@eureka-cpu eureka-cpu merged commit a606e80 into main Jun 17, 2024
2 checks passed
@eureka-cpu eureka-cpu deleted the eureka-cpu/205 branch June 17, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for events that update Accounts
2 participants