Skip to content

Release 3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 17:26
· 349 commits to develop since this release
4e67385

Additions

  • Added a possibility to pass initialize arguments in json format to the new transaction by [@aleksuss]. (#871)
  • The SubmitResult was made available for ft_on_transfer transactions in the standalone engine by [@birchmd]. (#869)
  • The order of producing the exit precompile and XCC promises has been changed to sequential by [@birchmd]. (#868)

Changes

  • Removed the code hidden behind the feature that isn't used anymore by [@joshuajbouw]. (#870)
  • The logic of unwrapping wNEAR has been changed to the Bridge's native by [@birchmd]. (#867)
  • Bumped the near-workspaces to 0.9 by [@aleksuss]. (#862)

Fixes

  • Add a method for upgrading XCC router contract by [@birchmd]. (#866)
  • Fixed a potential panic in the ExitToNear precompile by [@guidovranken]. (#865)
  • Fixed a behaviour when the ft_transfer could occur before the near_withdraw by [@birchmd]. (#864)
  • Fixed correctness of reproducing the NEAR runtime random value in the standalone engine by [@birchmd]. (#863)