Skip to content

0.9.0

Compare
Choose a tag to compare
@tamirms tamirms released this 16 Jul 05:46
· 392 commits to master since this release
18db78b
  • Use strings to represent account ids instead of KeyPair instances because account ids will not necessarily be valid public keys.
  • If you try to parse an invalid public key into a KeyPair you will encounter an exception.
  • To prevent exceptions when parsing horizon responses it is better to represent account ids as strings.