Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

[tezos] - Make tezos subscriber more generic #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RomarQ
Copy link

@RomarQ RomarQ commented Apr 26, 2021

  • Use type annotations to identify the values and their respective field names;
  • Validate big_map identifier when accessing the big_map_diff;
  • Support custom contract storage as long as mandatory annotations exist in the storage type (%requests, %id, %jobId, %parameters)

This MR makes the Tezos listener less restrict, allowing custom contract storage by parsing the field names from the type specification.

@RomarQ RomarQ force-pushed the rq@generify-tezos branch from f12b72f to 61fece6 Compare April 26, 2021 12:47
@RomarQ RomarQ changed the title [tezos] - Generify tezos subscriber [tezos] - Make tezos subscriber more generic Apr 26, 2021
@RomarQ RomarQ force-pushed the rq@generify-tezos branch from 61fece6 to 4246609 Compare May 5, 2021 22:32
@RomarQ RomarQ force-pushed the rq@generify-tezos branch from 9cb4636 to c9d912f Compare October 18, 2021 20:38
 * Use type annotations to identify the values and their respective field names;
 * Validate big_map identifier when accessing the big_map_diff;
 * Support custom contract storage as long as mandatory annotations exist in the storage type (%requests, %id, %jobId, %parameters).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant