Releases: krunch3r76/entropythief
Releases · krunch3r76/entropythief
default to holesky on testnet
entropythief now runs on the current payment network for testnet: holesky by default
overhaul readers and RNGs
- add documentation to readers
- default to more sophisticated RNG (from random bytes)
- buffer PipeReader by default
- beta revision of EntropyBitReader (for RNG from random bits - in progress)
- update requirements to utilize latest yapapi
default to goerli payment network
as of yagna 0.12.2 goerli is the default payment network on the testnet. code has been updated to run on the default testnet payment network by default
marble castle defaults
set default subnet to be the new unified subnet "public" for marble castle release (latest release)
update requirements to include yapapi 0.10.0 for interfacing with marble castle
better memory management and options for
- tighter memory management in model
- add --conceal-view command line argument to prevent memory backlog by stopping streaming to stdout
update requirements (and checking)
- correct requirements.txt to use update yapapi module (also add version checking on run)
enforce correct calls to wrapped strategy super
- properly invoke the wrapped strategy (might have manifested as a bug later)
patch to keep track of costs
- now correctly reports accumulated costs
patch to run on yapapi 0.9
now runs on yapapi 0.9
- use WrappingMarketStrategy and related new signatures from yapapi 0.9
minimal virtual image size
virtual image hash link points to one whose size has been trimmed down from 126mb to 2.9mb.
this can be rebuilt on demand via the included Dockerfile.
the benefits include: reduced download times from providers for faster starts and less cost (new providers), saved space for providers.