iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Move validation to validation service package #1804

Closed DyrellC closed 4 years ago

DyrellC commented 4 years ago

Description

Part of the #1646 breakdown. To prepare for the migration of solidity logic from the TransactionValidator, we will be moving the TransactionValidator to a more appropriate location. As it is a service, it will now be located in the service directory under the validation sub-directory.

Type of change

How Has This Been Tested?

Checklist: