phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Added shard execution and test #64

Closed meyer9 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f5ad645). Click here to learn what that means. The diff coverage is 62.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #64   +/-   ##
=========================================
  Coverage          ?   48.13%           
=========================================
  Files             ?       42           
  Lines             ?     4531           
  Branches          ?        0           
=========================================
  Hits              ?     2181           
  Misses            ?     2070           
  Partials          ?      280
Impacted Files Coverage Δ
beacon/database.go 20.14% <ø> (ø)
shard/transfer/transfer_shard_code.go 16.66% <ø> (ø)
bls/interface.go 80% <ø> (ø)
shard/execution/interface.go 0% <0%> (ø)
beacon/mempool.go 0% <0%> (ø)
shard/execution/manager.go 0% <0%> (ø)
chainhash/hashfuncs.go 0% <0%> (ø)
shard/transfer/transfer_shard.go 100% <100%> (ø)
primitives/blocktransition.go 44.21% <100%> (ø)
primitives/epochtransition.go 48.13% <24.52%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5ad645...c3f112a. Read the comment docs.

meyer9 commented 5 years ago

Next step is to allow inserting blocks into state and make the validator run requests to the shard module.