Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

1.3.0 - Migration Module and Kin SDK versions updated

Latest

Choose a tag to compare

@drEfrati drEfrati released this 22 May 12:52
fc2dced

Migration module version updated from 1.0.5 to 1.0.8

The following changes have been made to the Migration Module:

  • The migration start() method changed to require a public address of the account you wish to migrate.
    If you do not have an account (e.g., new account flow), you can use the start() method with an empty or null public address string.
  • Kin SDK version updated from 1.0.2 to 1.0.4.1

The following changes have been made to Kin SDK:

  • Support HTTP POST redirect (GET is automatically supported).
    Now, using redirect, Kin Horizon will load-balance requests among all federation nodes.
  • Kin SDK version number added to the header of all requests sent to Horizon
  • Test-net URL updated to be HTTPS instead of HTTP