omgnetwork / elixir-omg

OMG-Network repository of Watcher and Watcher Info
https://omg.network
Apache License 2.0
213 stars 59 forks source link

Block Validation: New Checks #1693

Closed kalouo closed 4 years ago

kalouo commented 4 years ago

1643

Overview

Adds more stateless validation logic to the /block.validate endpoint.

Changes

Logic in block_validator.ex and tests in block_validator_test.exs

Testing

mix test test/omg_watcher/block_validator_test.exs

kalouo commented 4 years ago

Updated the documentation to reflect new checks.