aeternity / aepp-sdk-go

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

edit swagger.json further for type conversions #84

Closed randomshinichi closed 4 years ago

randomshinichi commented 5 years ago

swagger.json models Uint16, Uint32, Uint64 are consistent now in v3.0.1. But they cause type conversions further up the code when they could simply be Go native uint16, uint32, uint64.

find all Uint16 fields and convert them to "type": "integer", "format": "uint16" etc

[ ] automate this [ ] update the README.md [ ] cleanup the api/ directory