Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Conversation

@wenxinnnnn
Copy link

Tracking issue filecoin-project/devgrants#1202.

Extend TestVector in the following two ways:

  1. Context

    • Added chain_id field to TestVector ( for the opcode CHAINID to read )
    • Added tipset_cids field to TestVector ( for the opcode BLOCKHASH to read )
    • Added timestamp field to Variant ( for the opcode TIMESTAMP to read )
    • Added _debug field to Metadatato provide anykind of debug information
  2. Comparison

    • Added skip_compare_gas_used field to TestVector to allow comparisons that ignore gasUsed.
    • Added skip_compare_addresses field to TestVector to allow comparisons that ignore some addresses.
    • Added skip_compare_actor_ids field to TestVector to allow comparisons that ignore some builtin actors.
    • Added additional_compare_addresses field to TestVector to allow comparison of more contract addresses.

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.

2 participants