@entropyxyz/sdk
Advanced tools
Changelog
[0.3.0] Echo - 2024-10-23 (entropy-core compatibility: 0.3.0)
configurationSchema
& auxiliaryDataSchema
to ProgramInterface
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 validatorsspinNetworkDown
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 debugginghex2buf
-> hexStringToBuffer
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 deployedgetByDeployer
.ProgramInfo
-> ProgramInterface
dev/docker-scripts/two-nodes.yaml
CharlieStash
should no longer be used in dev environments use eve
see sdk testChangelog
[0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0)
entropy.signingManager.getTimeStamp
-> entropy.signingManager.getBlockNumber
signature request no longer takes a time stamp and now takes a block number. 396