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: Add meta transaction support #28

Merged
merged 5 commits into from Feb 21, 2023
Merged

Conversation

morgsmccauley
Copy link
Collaborator

@morgsmccauley morgsmccauley commented Feb 21, 2023

This PR adds type support for meta transaction/delegate actions. Additionally it bootstraps a test suite to ensure that fetchStreamerMessage() serialises meta transactions correctly.

@morgsmccauley morgsmccauley marked this pull request as ready for review February 21, 2023 01:53
@@ -1,6 +1,6 @@
{
"name": "near-lake-framework",
"version": "1.0.6",
"version": "2.0.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bumped the major version but I'm not actually sure this considered a breaking change? 🤔

Copy link
Member

Choose a reason for hiding this comment

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

Unfortunately, it is a breaking change. Since the previous version is not going to get the DelegatedAction action when it is in the JSON

@@ -1,6 +1,6 @@
{
"name": "near-lake-framework",
"version": "1.0.6",
"version": "2.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

Unfortunately, it is a breaking change. Since the previous version is not going to get the DelegatedAction action when it is in the JSON

@morgsmccauley morgsmccauley force-pushed the feat/meta-transactions branch 2 times, most recently from b97a14f to f8f74c8 Compare February 21, 2023 20:10
@morgsmccauley
Copy link
Collaborator Author

morgsmccauley commented Feb 21, 2023

@khorolets FYI I've added a GitHub action to run tests, we might want to make this a required check in the repo settings

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.

None yet

2 participants