SDK change log
V1.0.0
2024.06.05
Support etransferServices、login and withdrawal methods.
V1.2.0
2024.07.16
Support EOA address login and UI components for deposit assets.
V1.3.0
2024.08.16
Add UI components for withdrawal assets.
V1.4.0
2024.08.19
Add UI components for querying historical records.
V1.5.0
2024.08.20
Provide a UI component integrating deposit assets, withdrawal assets and querying historical records.
V1.5.1
2024.09.04
Remove the dependency on next/link
.
V1.6.0
2024.09.06
Added support for deposit and withdrawal transaction notifications:
- Prompt for transaction amount.
- Notifications for success and failure, including browser notifications.
Added a new transaction details component:
- Allows viewing of transaction steps and detailed transaction information.
V1.7.0
2024.09.24
Signature
- Modify signature text.
- Add a demo example to discover plaintext signature.
<Deposit />
- Optimize prompts.
- When not logged in, add a prompt and entry to connect a wallet.
<Withdraw />
- Optimize the logic for clicking 'max'.
- When not logged in, add a prompt and entryto connect a wallet.
Transaction history
- Optimize the UI and UX for address and hash.
V1.8.0
2024.10.14
Add logos to the network and chain dropdowns in the
<Deposit />
and<Withdraw />
components.Optimize the Max logic in the
<Withdraw />
component to account for gas fees and approval fees.Merge the
<NetworkLogoForMobile />
and<NetworkLogoForWeb />
components into<NetworkLogo />
.
V1.9.0
2024.10.31
Change aelf chain name
Upgrade portkey sdk
V1.9.1
2024.10.31
Change aelf chain name
Upgrade portkey sdk
V1.10.0
2024.11.01
Replace aelf dAppChain logo
V1.10.1
2024.11.02
Replace aelf dAppChain logo
V1.12.0
2024.12.25
Add service fee logic for deposit.
V1.12.1
2025.01.03
Optimize service fee logic and prompt display.
V1.13.0
2025.02.10
Add transfer related api services.
V1.14.0
2025.03.21
Optimize Google reCAPTCHA modal with configurable colors and sizes.
Last updated