Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@entropyxyz/sdk

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entropyxyz/sdk - npm Package Versions

2

0.4.1-1

Diff

frankiebee
published 0.4.1-0 •

frankiebee
published 0.4.0 •

Changelog

Source

[0.4.0] Fa - 2024-11-05 (entropy-core compatibility: 0.3.0)

Fixed

  • format error when getting a program not on chain #429

Broke

  • registration parmas now matches core language programDeployer -> programModAddress when #429
frankiebee
published 0.3.0 •

Changelog

Source

[0.3.0] Echo - 2024-10-23 (entropy-core compatibility: 0.3.0)

Added

  • configurationSchema & auxiliaryDataSchema to ProgramInterface
  • added new testing function jumpStartNetwork(entropy: Entropy) => Promise<undefined> This function must be called now with a funded key to kick off the network. It will not work for networks with less then 4 validators
  • added new docker script for four nodes
  • spinNetworkDown now has an access to the env var ENTROPY_DONT_KILL which will preserve the network the initial though for this was to look at network logs for debugging

Fixed

Breaking Changes

  • util function rename: hex2buf -> hexStringToBuffer
  • massive changes to entropy.programs.dev: (Look at documentation for more details)
    • getProgramInfo -> get and bytecode is returned as a buffer. not a Uint8buffer to match what was deployed
    • you now get owned programs for an address using getByDeployer.
    • interface name change: ProgramInfo -> ProgramInterface

Removed

  • dev/docker-scripts/two-nodes.yaml

Dev

  • update core version: v0.3.0
  • CharlieStash should no longer be used in dev environments use eve see sdk test
  • warning logs from polkadot js should be quieter
frankiebee
published 0.3.0-1 •

frankiebee
published 0.3.0-0 •

frankiebee
published 0.2.3 •

Changelog

Source

[0.2.3] Cybele - 2024-07-24 (entropy-core compatibility: 0.2.0)

Dev

  • no longer building node modules into dist 402
frankiebee
published 0.2.2 •

Changelog

Source

[0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0)

Added

  • now exports utils 395
  • now exports testing environments from /dev 393

Fixed

  • hot fix for issue #380: try in reverse order for testnet environment
  • entropy.signingManager.getTimeStamp -> entropy.signingManager.getBlockNumber signature request no longer takes a time stamp and now takes a block number. 396

Changed

  • constructor now throws if you pass no object
  • sign now takes a verifying key 382
frankiebee
published 0.2.2-0 •

frankiebee
published 0.2.1 •

Changelog

Source

[0.2.1] Amihan - 2024-06-06 (entropy-core compatibility: 0.1.0)

*** DISCLAIMER ***

A lot changed in this version this changelog entry may not be completely accurate and is non standard due to team change of hands complications

Changed/Added[/Broke]

  • getWallet was removed in favor of keyring pattern
  • verifying keys are now the main way to look up programs
  • we no longer have permission accounts. only public
  • default registration now registers you with a default program. See new adapter for this deviceKeyProxy
  • signWithAdapter has been replaced with signWithAdaptersInOrder
  • we no longer use jest it is now tape for tests
  • dev/bin has more scripts for network spin ups!
  • any mention of eth has been removed till further until further research has been conducted on the matter
  • getOwnedPrograms has been added to dev
  • core version has been updated to 0.1.0
  • polkadot should spew less logs now
  • loads of tests have been added
  • new process is being put in place for the team

versions under here are pre test-net and are not supported

2
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