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

Edo: Micheline to Hex parsing #353

Open
23 tasks done
itamarreif opened this issue Jan 26, 2021 · 0 comments
Open
23 tasks done

Edo: Micheline to Hex parsing #353

itamarreif opened this issue Jan 26, 2021 · 0 comments
Assignees

Comments

@itamarreif
Copy link
Contributor

itamarreif commented Jan 26, 2021

  • ("LEVEL", I_LEVEL);
  • ("SELF_ADDRESS", I_SELF_ADDRESS);
  • ("never", T_never);
  • ("NEVER", I_NEVER);
  • ("UNPAIR", I_UNPAIR);
  • ("VOTING_POWER", I_VOTING_POWER);
  • ("TOTAL_VOTING_POWER", I_TOTAL_VOTING_POWER);
  • ("KECCAK", I_KECCAK);
  • ("SHA3", I_SHA3);
  • ("PAIRING_CHECK", I_PAIRING_CHECK);
  • ("bls12_381_g1", T_bls12_381_g1);
  • ("bls12_381_g2", T_bls12_381_g2);
  • ("bls12_381_fr", T_bls12_381_fr);
  • ("sapling_state", T_sapling_state);
  • ("sapling_transaction", T_sapling_transaction);
  • ("SAPLING_EMPTY_STATE", I_SAPLING_EMPTY_STATE);
  • ("SAPLING_VERIFY_UPDATE", I_SAPLING_VERIFY_UPDATE);
  • ("ticket", T_ticket);
  • ("TICKET", I_TICKET);
  • ("READ_TICKET", I_READ_TICKET);
  • ("SPLIT_TICKET", I_SPLIT_TICKET);
  • ("JOIN_TICKETS", I_JOIN_TICKETS);
  • ("GET_AND_UPDATE", I_GET_AND_UPDATE)

List taken from https://gitlab.com/tezos/tezos/-/blob/master/src/proto_008_PtEdoTez/lib_protocol/michelson_v1_primitives.ml#L1086

@itamarreif itamarreif changed the title Edo: Micheline parsing Edo: Micheline to Hex parsing Jan 26, 2021
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

No branches or pull requests

2 participants