Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 3.7 KB

1.3.1 (2024-01-16)

Bug Fixes

  • update API paths to use API domain (c650d39)

1.3.0 (2024-01-05)

Features

  • split API URLs into two env vars (980562f)

1.2.1 (2023-03-27)

Bug Fixes

  • avoid /extended/v1/tx/<txid> request that must follow redirects (#96) (54a52c4)

1.2.0 (2022-08-02)

Features

  • transfer existing subdomains to new addresses (#88) (0bf15a6)

1.1.3 (2022-05-02)

Bug Fixes

  • get bns name from network at runtime (a44e24f)
  • mainnet bns contract addr (060135f)
  • only check name lookup JSON if 200 (4c2d9db)
  • support network config on mainnet (96c275d)
  • throw actual error in catch block (1534e35)
  • update global heights problem (14927b1)

1.1.2 (2022-04-27)

Bug Fixes

  • fixed last tx_id issue when a transaction is rejected (9938722)

1.1.1 (2022-04-01)

Bug Fixes