Socket
Socket
Sign inDemoInstall

@stellar/stellar-base

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/stellar-base - npm Package Versions

1

10.0.1

Diff

Changelog

Source

v10.0.1

Fixed

  • The TypeScript definition for Asset.contractId() now includes a missing parameter (the networkPassphrase changes the ID for a contract; #718).
stellar-npm-ci
published 10.0.0 •

Changelog

Source

v10.0.0: Protocol 20 Stable Release

Breaking Changes

  • The new minimum supported Node version is Node 18.
  • XDR has been upgraded to the latest stable version (stellar-xdr@6a620d1). This is mostly renames, but it includes the following relevant breaking changes (#704):
    • Operation.bumpFootprintExpiration is now extendFootprintTtl and its ledgersToExpire field is now named extendTo, but it serves the same purpose.
    • In TypeScript, the Operation.BumpFootprintExpiration is now Operation.ExtendFootprintTTL
    • xdr.ContractExecutable.contractExecutableToken is now contractExecutableStellarAsset
    • xdr.SorobanTransactionData.refundableFee is now resourceFee
    • In turn, SorobanDataBuilder.setRefundableFee is now setResourceFee
    • This new fee encompasses the entirety of the Soroban-related resource fees. Note that this is distinct from the "network-inclusion" fee that you would set on your transaction (i.e. TransactionBuilder(..., { fee: ... })).
  • Contract.getFootprint() now only returns a single result: the ledger key of the deployed instance for the given ID, because the key for the code entry was incorrect (it should not be the ID but rather the WASM hash, which is not calculatable w/o network access) (#709).
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