Skip to content

Releases: NeoNEXT/neoline

Version 5.2.1

11 Feb 09:21
bd5e7ca
Compare
Choose a tag to compare

Changed:

  • Optimized gas fee strategy: In the eth_sendTransaction method, the plugin now prioritizes the website-configured gas fee instead of relying on the default estimated value. This ensures that transaction costs align with the website’s custom strategy.

  • Improved error handling: When a transaction fails, the plugin will return detailed RPC error messages to the website, allowing the frontend to capture errors more accurately and provide better user feedback.

  • Code optimization: Refactored and optimized the code to improve performance, enhance stability.

Version 5.1.1

16 Dec 09:40
Compare
Choose a tag to compare

Changed:

  • Enhanced the injection mechanism for the Ethereum provider.

  • Standardized error responses when users reject requests.

  • Fixed the issue of returning signed transactions when broadcastOverride is set to true.

Version 5.1.0

06 Dec 06:02
Compare
Choose a tag to compare

Added:

  • The bridge Testnet now supports NEO and FLM tokens.

Changed:

  • The personal_sign method has been updated to sign hex-encoded string by converting them to UTF-8 string first.

  • Improved the UI of the transaction confirmation page.

Version 5.0.4

29 Sep 03:22
Compare
Choose a tag to compare

Added:

N3 dAPI introduces three new methods: signMessageV2, signMessageWithoutSaltV2, and verifyMessageV2, all of which are compatible with Ledger devices.

Changed:

Update the design for the dApp connection request page.

Version 5.0.3

11 Sep 05:47
Compare
Choose a tag to compare

Changed:

  • No need to switch to the EVM chain when requesting eth_requestAccounts.
  • Requesting getAccount will not trigger a chain switch.

Version 5.0.2

10 Sep 05:38
Compare
Choose a tag to compare

Changed:

  • Optimized the EVM eth_requestAccounts method: Switch to the EVM chain before connecting.

  • Optimized the NEO getAccount method: Switch to the NEO network before connecting.

Fixed:

  • Switching to the NEO network(account) will no longer trigger the EVM chainChanged(accountsChanged) events.

  • Switching to the EVM chain(account) will no longer trigger the NEO NETWORK_CHANGED(ACCOUNT_CHANGED) events.

Version 5.0.1

03 Sep 03:12
Compare
Choose a tag to compare

Added:

  • Support for the eth_signTypedData_v4 method.

Version 5.0.0

27 Aug 04:08
11c3a62
Compare
Choose a tag to compare

We're excited to announce the latest updates to our NeoLine chrome extension, introducing new features and improvements for an even smoother experience:

🚀 New Features:

  • EVM Chain Support:
    Users can now:

    • Add custom EVM networks.
    • Import EVM wallets.
    • Manage and trade ERC20, ERC721, and ERC1155 assets.
  • Ethereum Provider API:
    We now provide an Ethereum provider API for third-party integration with NeoLine. For detailed instructions, refer to our documentation.

  • Bridge Gas Support:
    Seamlessly bridge gas between Neo X and Neo N3 networks.

💡 Enhancements:

  • Improved User Experience:
    We've optimized interaction logic and redesigned the interface for a more intuitive and user-friendly experience.

Version 4.0.7

13 Mar 03:53
ab3ef4a
Compare
Choose a tag to compare

Fix handling of RPC return result

Version 4.0.6

20 Nov 09:20
Compare
Choose a tag to compare
  • The login process for Ledger wallets now also requires a password.
  • Upgrade dependencies for Coz to version 5.5.1.
  • Improvements and bug fixes