New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edge-core-js

Package Overview
Dependencies
Maintainers
5
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-core-js - npm Package Versions

1
30

2.2.0

Diff

Changelog

Source

2.2.0 (2024-02-12)

  • added: Accept an enabledTokens parameter to the createCurrencyWallets method.
paullinator
published 2.1.1 •

Changelog

Source

2.1.1 (2024-02-02)

  • fixed: Token activation causing error and insufficient funds when used with core 1.x plugins
swansontec
published 2.1.0 •

Changelog

Source

2.1.0 (2024-01-18)

  • added: Make swap timeouts adjustable.
  • fixed: Provide a currencyCode fallback to EdgeCurrencyEngine.getMaxSpendable.
swansontec
published 2.0.1 •

Changelog

Source

2.0.1 (2024-01-08)

  • added: Missing asset action types (claim, claimOrder, swapNetworkFee, and transferNetworkFee).
  • fixed: Avoid superfluous property updates.
  • fixed: Correctly populate tokenId on makeSpend when using legacy currency plugins.
  • fixed: Correctly write assetAction to disk.
paullinator
published 2.0.0 •

Changelog

Source

2.0.0 (2024-01-04)

  • added: EdgeCurrencyWallet.saveTxAction to add/edit EdgeTransaction.savedAction
  • added: EdgeTransaction.assetAction & EdgeSpendInfo.assetAction for action info that is saved per token in a transaction.
  • added: EdgeTransaction.savedAction & EdgeSpendInfo.savedAction as editable version of chainAction
  • added: EdgeTxActionFiat action type for fiat buy/sells
  • added: EdgeTxActionTokenApproval action type for token approval transactions
  • changed: Extend EdgeTxActionSwap to fully replace EdgeSwapData
  • changed: Make EdgeCurrencyInfo.defaultSettings and EdgeCurrencyInfo.metaTokens optional.
  • changed: Rename EdgeTransaction.action to chainAction
  • changed: Require tokenId to be null or string and eliminate currencyCode in EdgeCurrencyWallet.getTransactions/getReceiveAddress, EdgeSpendInfo, EdgeSwapRequest, EdgeTxAction.EdgeAssetAmount, saveTxMetadata
  • removed: EdgeAccount.rateCache and related types, as well as the rate plugin concept.
  • removed: EdgeContext.deleteLocalAccount
  • removed: EdgeContext.listUsernames
  • removed: EdgeContext.pinLoginEnabled
  • removed: EdgeCurrencyInfo.symbolImage and symbolImageDarkMono.
  • removed: EdgeLoginRequest.displayImageUrl
  • removed: listRecoveryQuestionChoices and related types.
  • removed: validateMemo methods and related types.
swansontec
published 1.14.0 •

Changelog

Source

1.14.0 (2024-01-04)

  • added: EdgeCurrencyCodeOptions.tokenId. This upgrades getBalance, getNumTransactions, and getReceiveAddress.
  • added: EdgeCurrencyEngineCallbacks.onTokenBalanceChanged, which is thew new balance-update callback.
  • added: EdgeCurrencyWallet.balanceMap, which reports balances by tokenId.
  • added: EdgeParsedUri.tokenId
  • added: EdgeTokenId type definition.
  • added: EdgeTransaction.tokenId.
  • added: Allow deleting metadata fields by passing null to saveTxMetadata.
  • deprecated: EdgeCurrencyEngineCallbacks.onBalanceChanged. Use onTokenBalanceChanged instead.
  • deprecated: EdgeParsedUri.currencyCode. Use tokenId instead.
  • deprecated: EdgeTransaction.currencyCode. Use tokenId instead.
paullinator
published 1.13.1 •

Changelog

Source

1.13.1 (2023-12-06)

  • added: Extra cors servers to distribute load
swansontec
published 1.13.0 •

Changelog

Source

1.13.0 (2023-12-05)

  • added: EdgeAccount.createCurrencyWallets, for creating multiple wallets at once.
swansontec
published 1.12.0 •

Changelog

Source

1.12.0 (2023-11-30)

  • added: Accept an onNewTokens callback from EdgeCurrencyEngine.
  • added: Emit an enabledDetectedTokens event when auto-enabling tokens.
  • added: Expose auto-detected tokens as EdgeCurrencyWallet.detectedTokenIds.
  • changed: Save enabled tokens by their tokenId, not by their currency code.
  • fixed: Add missing export to the EdgeCorePluginFactory type definition.
swansontec
published 1.11.0 •

Changelog

Source

1.11.0 (2023-10-18)

  • added: EdgeAccount.fetchSwapQuotes, to return all relevant quotes, and not just the best one.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc