Skip to content

DimitriosMitsios/openvm-ream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are two types of tests related to block processing and epoch processing.

In order to run block operations:

cd host
make download
make run-<BLOCK-OPERATION-NAME>

where BLOCK-OPERATION-NAME = attestation attester_slashing block_header bls_to_execution_change deposit execution_payload proposer_slashing sync_aggregate voluntary_exit withdrawals

For example, processing an attestation

cd host
make download
make run-attestation

In order to run epoch processing operations:

cd host
make download
make run-epoch-<EPOCH-OPERATION-NAME>

where EPOCH-OPERATION-NAME = justification_and_finalization inactivity_updates rewards_and_penalties registry_updates slashings eth1_data_reset pending_deposits pending_consolidations effective_balance_updates slashings_reset randao_mixes_reset historical_summaries_update participation_flag_updates

For example, processing justification and finalization

cd host
make download
make run-epoch-justification_and_finalization

Currently, no benchmarks are produced. This functionality will be added soon.

About

using openvm to prove an attestation in ream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •