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

Paloma Python SDK: Update Scheduled Jobs to include creator and signer metadata fields #1009

Closed
taariq opened this issue Nov 17, 2023 · 0 comments

Comments

@taariq
Copy link
Member

taariq commented Nov 17, 2023

Background

As a Python SDK developer, I want Paloma to add new required creater and signer metatadata to create jobs so that all jobs will have the new required medata.
every message that is to be included within a transaction now comes with a new, required field called metadata, which itself includes two different fields: signers and creator.
Using these new concepts, Paloma now considers the metadata field contents when verifying transaction signatures. It does so by confirming that the transaction contains signatures from:
a) all signers of every message within the transaction
b) ensuring that the message creator is among the set of signers, or at least one of the signers of a message has active feegrant from the message creator
Source: palomachain#1025

Acceptance Criteria
python scheduler function requires an additional new field "metadata" to be set - specifications are here:
https://www.notion.so/volumefi/EPIC-11-14-23-Upgrade-all-bots-due-to-Paloma-v1-10-Pigeon-Operator-Key-Requirements-7679e5ad44224218bd422a908ecc4292?pvs=4#346182b33abb41ac8d1535590acfadd5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants