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 IActionLoaderProvider #54

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Add IActionLoaderProvider #54

merged 1 commit into from
Jul 12, 2024

Conversation

s2quake
Copy link
Owner

@s2quake s2quake commented Jul 12, 2024

In order to create a blockchain instance, it needs an IActionLoader.
Actions can exist in many different assemblies, not just one.
To collect IActionLoaders that can load these Actions, we implemented IActionLoaderProvider.
Users can implement IActionLoaderProvider to pass an IActionLoader to the blockchain instance creation.

@s2quake s2quake changed the title Add Add IActionLoaderProvider Jul 12, 2024
@s2quake s2quake changed the title Add IActionLoaderProvider Add IActionLoaderProvider Jul 12, 2024
@s2quake s2quake self-assigned this Jul 12, 2024
@s2quake s2quake marked this pull request as ready for review July 12, 2024 05:46
@s2quake s2quake merged commit dfe895d into main Jul 12, 2024
2 checks passed
@s2quake s2quake deleted the feature/action-loader-provider branch July 12, 2024 06:08
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.

1 participant