zeus
boxes will need to be re-unboxed to support the new zeus_boxes
architecturezeus_boxes
refactorchain-threads=8
eos-vm-oc-compile-threads=2
to nodeos example config.ini
in docs01-dapp-client.js
if built'--eos-vm-oc-compile-threads=4'
and --chain-threads=4
to local nodeoszeus
to modularize logic into zeus_boxes
directory making zeus
more like npm
, to create or unbox a new box start with zeus box create [name]
then if you wish to unbox and existing box zeus unbox <BOX>
zeus unbox <BOX>@[VERSION]
zeus box add <BOX> [VERSION] [URI]
zeus box remove <BOX> [VERSION]
zeus unbox <BOX>@[VERSION]
, if no version specified, latest used, will unbox everything again with new version--no-update
--eos-vm-oc-enable
flags as they are not supportedtrace-history = true
set in nodeos config.ini
DATABASE_TIMEOUT
to sample toml, adjust time before database connection times outDEMUX_PROCESS_BLOCK_CHECKPOINT
to sample toml, amount of blocks to pass before updating database with last processed blockdisabledServices
to ecosystem file to prevent pre-alpha services from being setupDEMUX_MAX_MEMORY_MB
option to ecosystem file to set maximum amount of memory that can be used by demuxdsp_account_permissions
option for each sidechainTypeError: Cannot read property 'this_block' of undefined
in demuxget_uri.ts
, unpin_public_file.ts
, upload_archive_to_liquidstorage.ts
, upload_file_to_liquidstorage.ts
, upload_public_file_from_vaccount.ts
zeus storage upload <ACCOUNT_NAME> package.json <ACCOUNT_PRIVATE_KEY>
and zeus storage unpin <ACCOUNT_NAME> <IPFS_URI_RETURNED_ABOVE> <ACCOUNT_PRIVATE_KEY>
zeus commandsOracle minimum threshold check
unit testshouldAbort
eosio::check
handler for aborting oracle service requestecho
oracle, which uses the same structure as http
or https
however the uri is replaced with a desired return value. This return value must be a base64 encoded string. echo
: Mimics a GET request that returns textecho+json
: Mimics a GET request that returns JSONecho+post
: Mimics a POST request that returns textecho+post+json
: Mimics a POST request that returns JSON shouldAbort
eosio::check
handler for rescheduling cron without CPU