Joe Caputo
Joe Caputo
# Description There are a number of extrinsics requiring signed payloads that share the same payload type. It is possible that a user could sign a payload intended for Extrinsic...
In the course of expanding our integration test coverage, discovered that the errors documented to be thrown by extrinsics do not necessary in all cases match the actual behavior of...
# Goal The goal of this PR is to implement an initia `withdraw_tokens` extrinsic that allows MSAs holding tokens to authorize their tokens to be withdrawn to a specified account....
### Feature Description ## Details Related to #2351, a holder of a control key for an MSA should be able to "withdraw" tokens held by the associated address to another...
### Feature Description ## Details In the course of upgrading to `polkadot-stable2412`, an incompatibility was introduced that prevents our collator node from onboarding to the relay chain. Because our CI...
# Description In the current implementation, schemas are registered with immutable numeric identifiers (`SchemaId`) and describe the layout and storage semantics (e.g., Avro/Parquet formats, on-chain/off-chain storage). These schema IDs are...
# Goal The goal of this PR is to implement the design described [here](/frequency-chain/frequency/blob/main/designdocs/schemas_protocols_intents.md) Tracking epic: #2550 # Checklist - [x] Updated Pallet Readme? - [x] Updated js/api-augment for Custom...
### Feature Description ## Details Once the new Schemas and Intents model has been deployed on Mainnet and the migrations have successfully completed, we can remove the following from the...
# Description Both the `messages` and `stateful-storage` pallets will need to transition to using `IntentId` as the primary index for on-chain storage, instead of `SchemaId`. While the values will not...
# Describe Currently in the `messages` pallet, we have the ability to post two different kinds of content: `OnChain` and `Ipfs`. The storage state for messages data contains two fields,...