Releases: multiversx/mx-sdk-js-core
v14.1.0-beta.1
Full Changelog: v14.0.2...v14.1.0-beta.1
v14.1.0-beta.0
Full Changelog: v14.0.2...v14.1.0-beta.0
v14.0.2
What's Changed
What's Changed
- Export network entrypoint by @danielailie in #592
Full Changelog: v14.0.1...v14.0.2
v14.0.1
What's Changed
What's Changed
- Remove transaction Payload by @danielailie in #591
Full Changelog: v14.0.0...v14.0.1
v14.0.0
This major update brings significant enhancements, including new features, a streamlined and simplified API, and a focus on improved usability. Please note that v14 introduces breaking changes from v13, reflecting our commitment to delivering a cleaner and more robust development experience. We recommend reviewing the updated documentation and migration guide to make the transition as smooth as possible.
Have a look on our brand new cookbook! 🎉
Also, make sure to have a look over the migration guide.
What's Changed
What's Changed
- Move smartcontract folder content to abi by @danielailie in #531
- Add account management controller and accounts folder by @danielailie in #532
- Add delegation controller by @danielailie in #533
- Add relayed controller by @danielailie in #534
- Add smart contracts controller by @danielailie in #535
- Add token Management controller by @danielailie in #536
- Add transfers controller by @danielailie in #537
- Add entrypoints by @danielailie in #538
- Remove transation outcome and fix changes by @danielailie in #539
- Remove result parser and smart contract querties by @danielailie in #540
- Remove deprecated code by @danielailie in #541
- Remove ITransaction interface and update Transaction to follow specs by @danielailie in #542
- Remove Transaction converter by @danielailie in #544
- Remove IAddress Interface and update to use Address by @danielailie in #546
- Merge main (relayer v3) into feat by @danielailie in #547
- Remove unused interfaces (INonce, IGasLimit, IGasPrice etc.) by @danielailie in #548
- Remove ITokenTransfer and ITransactionPayload by @danielailie in #550
- Update token transfer to follow specs by @danielailie in #551
- Update address to follow specs by @danielailie in #552
- Remove gasEstimater and related code by @danielailie in #553
- Update code metadata to follow specs by @danielailie in #554
- Update TransactionOnNetwork to follow specs by @danielailie in #555
- Synchronize network providers by @danielailie in #557
- Add account awaiter by @danielailie in #559
- Tool 431 add missing function on token management controller by @danielailie in #560
- Add implementation for missing methods on delegation factory by @danielailie in #561
- Add account missing functions by @danielailie in #564
- Add create factories from entrypoints by @danielailie in #563
- Remove TestTransaction and TestMessage and update tests by @danielailie in #565
- Remove TransactionHash and hash and update to use TransactionComputer.computeTransactionHash by @danielailie in #566
- Tool 373 mark as deprecated all legacy functions by @danielailie in #567
- Remove interfaces on network by @danielailie in #568
- Update folder structure, add core folder by @danielailie in #569
- Update tests to use account.signTransaction by @danielailie in #571
- Add verifyMessage and verifyTransaction on account by @danielailie in #572
- Add relayer and guardian to controllers by @danielailie in #574
- Remove relayed v1 and v2 by @danielailie in #577
- Export missing resources by @danielailie in #578
- Token management fixes by @danielailie in #579
- Deprecate Smart contract and code as not needed anymore by @danielailie in #580
- Create abi registry alias to be abi by @danielailie in #581
- Add extra gas in case we have relayer and guardian by @danielailie in #582
- Add missing methods on token management factory and controller by @danielailie in #584
- Update to use signTransaction on controllers by @danielailie in #585
- Add gasPrice and gasLimit to controllers by @danielailie in #586
- Add methods description and update code metadata by @danielailie in #587
- Update methods description and delete unnecessary code by @danielailie in #588
- Release v14, merge feat/next into main by @danielailie in #590
Full Changelog: v13.17.2...v14.0.0
v14.0.0-beta.2
What's Changed
What's Changed
- Add gasPrice and gasLimit to controllers by @danielailie in #586
- Add methods description and update code metadata by @danielailie in #587
- Update methods description and delete unnecessary code by @danielailie in #588
Full Changelog: v14.0.0-beta.1...v14.0.0-beta.2
v14.0.0-beta.1
What's Changed
What's Changed
- Update token ticker validation rules by @danielailie in #573
- Remove relayed v1 and v2 by @danielailie in #577
- Export missing resources by @danielailie in #578
- Token management fixes by @danielailie in #579
- Deprecate Smart contract and code as not needed anymore by @danielailie in #580
- Create abi registry alias to be abi by @danielailie in #581
- Add extra gas in case we have relayer and guardian by @danielailie in #582
- Add missing methods on token management factory and controller by @danielailie in #584
- Update to use signTransaction on controllers by @danielailie in #585
Full Changelog: v14.0.0-beta.0...v14.0.0-beta.1
v14.0.0-beta.0
What's Changed
What's Changed
- Main in feat/next by @danielailie in #530
- Move smartcontract folder content to abi by @danielailie in #531
- Add account management controller and accounts folder by @danielailie in #532
- Add delegation controller by @danielailie in #533
- Add relayed controller by @danielailie in #534
- Add smart contracts controller by @danielailie in #535
- Add token Management controller by @danielailie in #536
- Add transfers controller by @danielailie in #537
- Add entrypoints by @danielailie in #538
- Remove transation outcome and fix changes by @danielailie in #539
- Remove result parser and smart contract querties by @danielailie in #540
- Remove deprecated code by @danielailie in #541
- Remove ITransaction interface and update Transaction to follow specs by @danielailie in #542
- Remove Transaction converter by @danielailie in #544
- Remove IAddress Interface and update to use Address by @danielailie in #546
- Merge main (relayer v3) into feat by @danielailie in #547
- Remove unused interfaces (INonce, IGasLimit, IGasPrice etc.) by @danielailie in #548
- Remove ITokenTransfer and ITransactionPayload by @danielailie in #550
- Update token transfer to follow specs by @danielailie in #551
- Update address to follow specs by @danielailie in #552
- Remove gasEstimater and related code by @danielailie in #553
- Update code metadata to follow specs by @danielailie in #554
- Update TransactionOnNetwork to follow specs by @danielailie in #555
- Synchronize network providers by @danielailie in #557
- Add account awaiter by @danielailie in #559
- Tool 431 add missing function on token management controller by @danielailie in #560
- Add implementation for missing methods on delegation factory by @danielailie in #561
- Add account missing functions by @danielailie in #564
- Add create factories from entrypoints by @danielailie in #563
- Remove TestTransaction and TestMessage and update tests by @danielailie in #565
- Remove TransactionHash and hash and update to use TransactionComputer.computeTransactionHash by @danielailie in #566
- Tool 373 mark as deprecated all legacy functions by @danielailie in #567
- Remove interfaces on network by @danielailie in #568
- Update folder structure, add core folder by @danielailie in #569
- Merge main to feat next by @danielailie in #570
- Update tests to use account.signTransaction by @danielailie in #571
- Add verifyMessage and verifyTransaction on account by @danielailie in #572
- Add relayer and guardian to controllers by @danielailie in #574
Full Changelog: v13.17.1...v14.0.0-beta.0
v13.17.2
What's Changed
What's Changed
- Update token ticker validation rules by @danielailie in #573
Full Changelog: v13.17.1...v13.17.2
v13.17.1
What's Changed
What's Changed
- Tool 438 fix relayed v 3 bug by @danielailie in #562
Full Changelog: v13.17.0...v13.17.1