aeternity / aepp-sdk-go

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

Various minor quality improvements #75

Closed randomshinichi closed 5 years ago

randomshinichi commented 5 years ago

Integration tests are overly long and complicated at the moment. Massage some things around to see how we can make them simpler.

  1. make BigInt compare return a boolean, not an error
  2. SpendTx integration test brittle. Maybe because of mining?
  3. BaseEncodeTx should omit the error for convenience's sake.
  4. Oracle Integration Test sometimes fails at oqID := string(oracleQueries.OracleQueries[0].ID)