aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

Test every Swagger endpoint against Testnet #87

Closed randomshinichi closed 4 years ago

randomshinichi commented 5 years ago

Once business logic and SDK level logic has been safely walled away, most issues are actually from swagger and serialization. This will help point those out quickly.

It should also be able to point the unit test suite to a local testnet node.