-
Notifications
You must be signed in to change notification settings - Fork 8
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
Key changes to CropXYZ function calls and events #395
Key changes to CropXYZ function calls and events #395
Conversation
@ponyjackal Could you take a look at the build failure? |
category: 'PROTOCOL_1', | ||
en: { | ||
title: `Gold`, | ||
default: '[[player]][[clearedHarvest]]plots[[plotId]]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll keep this like this for now, but an open question is whether we want to render the player given their non-trivial use of account abstraction, etc. When we fully support AA in this repo soon, we'll definitely include the right player.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heading in the right direction! I requested a few changes in the comments.
// ); | ||
// expect(transaction2.context?.summaries?.en.title).toBe('CropXYZ'); | ||
// expect(contextSummary(transaction2.context)).toBe( | ||
// '0x402533d5240A0c51e02d3714C0D0A057384D4872 HARVESTED_PLOT 257 0x9c82ca3332898bea9c9fa5f9642ba4a4628e1321', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// '0x402533d5240A0c51e02d3714C0D0A057384D4872 HARVESTED_PLOT 257 0x9c82ca3332898bea9c9fa5f9642ba4a4628e1321', | |
// '0x402533d5240A0c51e02d3714C0D0A057384D4872 CLEARED_HARVEST', |
Resolve OU-2666
Resolve OU-2667