GSMA-CPAS / BWRP-chaincode

Apache License 2.0
1 stars 0 forks source link

cleanup contract and testing structure #32

Closed sschulz-t closed 3 years ago

sschulz-t commented 3 years ago

In order to have a more clear structure in the testing module, I propose to move the endpoint wrapper methods to test/endpoint/. This requires the RoamingSmartContract functions to be moved to a separate package as including the main package is not allowed in go. This also helps to clean up the overall structure a bit, the main (offchain.go) now contains only the setup and invocation stuff.