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
6
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

1.0.0

Diff

Changelog

Source

v1.0.0 (2023-06-01)

  • changed: Convert createAccount to named parameters
  • changed: Return an array from fetchLoginMessages
  • changed: Fix the listRecoveryQuestionChoices return type
  • changed: Allow usernames to be undefined
  • removed: Ethereum hacks
    • Ethereum address derivation.
    • EdgeAccount.signEthereumTransaction
  • removed: Deprecated client-side token methods
    • EdgeCurrencyEngine.getEnabledTokens (no longer used)
    • EdgeCurrencyEngine.getTokenStatus (no longer used)
    • EdgeCurrencyWallet.addCustomToken
    • EdgeCurrencyWallet.changeEnabledTokens
    • EdgeCurrencyWallet.disableTokens
    • EdgeCurrencyWallet.enableTokens
    • EdgeCurrencyWallet.getEnabledTokens
  • removed: Deprecated display-key properties
    • EdgeCurrencyWallet.displayPrivateSeed
    • EdgeCurrencyWallet.displayPublicSeed
  • removed: Deprecated EdgeAccount.loginKey property
  • removed: Deprecated keys properties on EdgeAccount and EdgeCurrencyWallet
  • removed: Deprecated EdgeTransaction.amountSatoshi
  • removed: Deprecated options prop from the MakeEdgeContext component.
  • removed: Unused EdgeTransaction.wallet
  • removed: Unused getTransactions parameters
  • removed: Unused type definitions
    • EdgeBitcoinPrivateKeyOptions
    • EdgeCreatePrivateKeyOptions
  • removed: No longer allow the OTP key to be passed as EdgeAccountOptions.otp. This parameter only accepts 6-digit OTP codes now. Pass the key as EdgeAccountOptions.otpKey instead.
swansontec
published 0.21.5 •

Changelog

Source

v0.21.5 (2023-05-24)

  • deprecated: EdgeContext.pinLoginEnabled. Use EdgeContext.localUsers instead.
  • fixed: Correctly handle startEntries in getTransactions, by always returning the requested number of transactions.
swansontec
published 0.21.4 •

Changelog

Source

v0.21.4 (2023-05-24)

  • added: EdgeAccount.changeUsername.
  • added: EdgeAccount.getLoginKey.
  • deprecated: EdgeAccount.loginKey. Use EdgeAccount.getLoginKey instead.
  • deprecated: EdgeContext.listUsernames. Use EdgeContext.localUsers instead.
mattdpiche
published 0.21.3 •

Changelog

Source

v0.21.3 (2023-05-09)

  • fixed: Return transactions from getTransactions, even if they have no on-disk metadata
  • changed: Remove deprecated methods in unit tests
mattdpiche
published 0.21.1-1 •

Changelog

Source

v0.21.1-1 (2023-05-09)

  • fixed: Return transactions from getTransactions, even if they have no on-disk metadata
swansontec
published 0.21.2 •

Changelog

Source

v0.21.2 (2023-05-02)

  • added: EdgeUserInfo.username.
  • added: Provide EdgeAccount methods for reading public and private keys:
    • getDisplayPrivateKey
    • getDisplayPublicKey
    • getRawPrivateKey
    • getRawPublicKey
  • added: Matching EdgeCurrencyTools methods for getting display keys.
  • deprecated: EdgeCurrencyEngine methods for getting display keys.
  • deprecated: EdgeAccount and EdgeCurrencyWallet key properties.
swansontec
published 0.21.1 •

Changelog

Source

v0.21.1 (2023-04-24)

  • added: Log any swap plugins that time out.
paullinator
published 0.21.0 •

Changelog

Source

v0.21.0 (2023-04-19)

  • added: EdgeParsedUri.minNativeAmount. Note: This is not a breaking change, but we incorrectly updated the version number as if it were.
paullinator
published 0.20.1 •

Changelog

Source

v0.20.1 (2023-04-12)

  • fixed: Remove check that spentTargets.length > 0 in makeSpend
paullinator
published 0.19.50 •

Changelog

Source

v0.19.50 (2023-04-12)

  • fixed: Remove check that spentTargets.length > 0 in makeSpend
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