v0.0.6
What's Changed
New features:
- Add account related txs and events by @Andrew7234 in #277
- Emerald: token queries, handle deterministic errors by @pro-wh in #265
- Implement
/emerald/transactions/{tx_hash}
by @mitjat in #286
Bugfixes: Improved handling of bigints and some other types
- bugfix: Convert bigint params to string before passing to DB by @mitjat in #272
- bugfix: openapi, Go: Various type problems by @mitjat in #283
- [api] check for divide-by-zero by @Andrew7234 in #216
Improved/guaranteed type compliance with openapi spec
- refactor: Autogenerate Go types from openapi by @mitjat in #268
- Autogenerate HTTP server from openapi spec by @mitjat in #280
- api: make epoch end height optional by @mitjat in #278
Internal cleanup:
- api: extract replyJSON method by @pro-wh in #275
- db: Add index for consensus tx hash by @mitjat in #282
Full Changelog: v0.0.5...v0.0.6