Releases: tuler/node-cartesi-machine
Releases · tuler/node-cartesi-machine
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.1
v0.4.0
Minor Changes
- f9ab696: Changed: The
CmioYieldReasonenum has been replaced with aconstobject to allow the use ofbigintin all values. Update any code referencingCmioYieldReasonto use the new object and expectbigintvalues for these fields. - b270e42: Changed: The
PmaConstantenum has been replaced with aconstobject to allow the use ofbigintfor address values (CmioRxBufferStart,CmioTxBufferStart, andRamStart). Update any code referencingPmaConstantto use the new object and expectbigintvalues for these fields. - cdd1671: Improved method chaining for
RemoteCartesiMachine: methods likeload,create,cloneEmpty, andstorenow all return aRemoteCartesiMachineinstance, enabling fluent chaining of these calls.
v0.3.0
v0.2.0
Minor Changes
-
797f2b2: The
spawnfunction'saddressparameter is now optional and defaults to"127.0.0.1:0". This makes it easier to spawn a remote machine server with sensible defaults.No breaking changes.
New Behavior:
spawn()- Uses default address"127.0.0.1:0"spawn("127.0.0.1:5000")- Uses specified addressspawn(undefined, 5000)- Uses default address with custom timeout
-
6683739: Add
MAX_MCYCLEconstant (0xffffffffffffffffffn) for use as the default maximum cycle count. ThemcycleEndparameter ofrunis now optional and defaults toMAX_MCYCLE.
v0.1.0
0.0.8
Version Packages