Repository - API - Source
init
command.pab run [-e/--envs]
option to load .env* files.--keyfile
to --keyfiles
to allow multiple accounts.PyAutoBlockchain[ui]
extension to install PABUI.edit-config
command.pab.utils
.PAB_PK<index>
. index
will be the index in BaseStrategy.accounts
.BaseStrategy._transact(func, args)
to BaseStrategy.transact(acc, func, args) -> web3.types.TxReceipt
. First parameter should be an Account from BaseStrategy.accounts
. Now returns web3.types.TxReceipt
.BaseStrategy.blockchain.read_contract
, now use BaseStrategy.contracts.get
BaseStrategy.contracts
.BaseStrategy.accounts
.pab.queue
to pab.task
. Renamed QueueLoader
to TaskFileParser
.Queue
in favor of TaskList
.edit-config
command.-j/--json
parameter in list-strategies
to export strategy data in JSON format for PABUI or other tools.package_data
Transaction gas customization improved. New option to estimate gas usage for transaction.
transactionTimeout
to transactions.timeout
(see pab/resources/config.defaults.json for full schema with default values)Initial Release