Titanoboa

Latest version: v0.2.4

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.5b1

What's Changed
* refactor: simplify a test by charles-cooper in https://github.com/vyperlang/titanoboa/pull/334
* fix stomp() by charles-cooper in https://github.com/vyperlang/titanoboa/pull/337
* fix: pass contract_name to VyperContract by PatrickAlphaC in https://github.com/vyperlang/titanoboa/pull/338


**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.2.4...v0.2.5b1

0.2.4

What's Changed
* fix: merge conflict issue in jupyter integration by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/319
* fix[verify]: check whether the contract is really verified by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/320
* feat(draft): add deployment logs to network mode by charles-cooper in https://github.com/vyperlang/titanoboa/pull/312
* feat: add `deploy_as_blueprint` to `VVMDeployer` by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/311
* fix dead **kwargs and use of blueprint_preamble kwarg by charles-cooper in https://github.com/vyperlang/titanoboa/pull/325
* feat: add abi column to deployments by charles-cooper in https://github.com/vyperlang/titanoboa/pull/324
* feat: add load_vyi and loads_vyi by charles-cooper in https://github.com/vyperlang/titanoboa/pull/314
* feat: have set_env return a context manager by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/329
* feat: vvm deployer forward kwargs by AlbertoCentonze in https://github.com/vyperlang/titanoboa/pull/332
* update version to 0.2.4 by charles-cooper in https://github.com/vyperlang/titanoboa/pull/333


**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* fix: updated contributing docs so users can install dependencies by PatrickAlphaC in https://github.com/vyperlang/titanoboa/pull/301
* feat: cache vvm contracts by AlbertoCentonze in https://github.com/vyperlang/titanoboa/pull/295
* refactor: generalize the TmpEnvMgr context manager by charles-cooper in https://github.com/vyperlang/titanoboa/pull/307
* feat: simplify calling Etherscan APIs by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/306
* feat: Blockscout contract verification by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/308


**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* feat: cache etherscan calls by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/290
* feat: call trace tree by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/245
* feat: deal cheatcode by AlbertoCentonze in https://github.com/vyperlang/titanoboa/pull/289
* fix coverage in the presence of ABIContract by charles-cooper in https://github.com/vyperlang/titanoboa/pull/293
* fix: handling of selfdestruct by charles-cooper in https://github.com/vyperlang/titanoboa/pull/291
* feat: print call trees on error by charles-cooper in https://github.com/vyperlang/titanoboa/pull/292
* chore: add release workflow for titanoboa by charles-cooper in https://github.com/vyperlang/titanoboa/pull/298
* bump version to 0.2.2 by charles-cooper in https://github.com/vyperlang/titanoboa/pull/299
* fix: build script in gh release action by charles-cooper in https://github.com/vyperlang/titanoboa/pull/300


**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Fix KeyError when error happens in library by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/259
* docs: correct network mode usage by ThatOneCalculator in https://github.com/vyperlang/titanoboa/pull/270
* Use correct source code when error happens in library by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/272
* feat: `VVMDeployer` to deploy older vyper contract by AlbertoCentonze in https://github.com/vyperlang/titanoboa/pull/271
* fix: coverage by charles-cooper in https://github.com/vyperlang/titanoboa/pull/275
* refactor: Simplify the jupyter plugin by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/174
* fix coverage for internal functions by charles-cooper in https://github.com/vyperlang/titanoboa/pull/280
* fix: coverage paths by charles-cooper in https://github.com/vyperlang/titanoboa/pull/281
* fix interface serialization representation in internal functions by charles-cooper in https://github.com/vyperlang/titanoboa/pull/279
* fix: update expected Etherscan message by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/287
* feat: context managers for env management by charles-cooper in https://github.com/vyperlang/titanoboa/pull/285
* fix: gas profile when non-VyperContracts exist in the environment by charles-cooper in https://github.com/vyperlang/titanoboa/pull/278
* fix: profiling for modules by charles-cooper in https://github.com/vyperlang/titanoboa/pull/282
* feat: prevent fork on dirty state by AlbertoCentonze in https://github.com/vyperlang/titanoboa/pull/286
* feat: add exponential backoff factor for etherscan by charles-cooper in https://github.com/vyperlang/titanoboa/pull/288
* added nicknames to envs by PatrickAlphaC in https://github.com/vyperlang/titanoboa/pull/266

New Contributors
* ThatOneCalculator made their first contribution in https://github.com/vyperlang/titanoboa/pull/270

**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Update FileInput to match vyper-0.4.0.rc5 by ritzdorf in https://github.com/vyperlang/titanoboa/pull/227
* chore: update vyper 0.4.0 branch by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/220
* feat: expose private constants by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/215
* feat: handle constructor stack trace (vyper 0.4) by DanielSchiavini in https://github.com/vyperlang/titanoboa/pull/234
* vyper 0.4.0 support by charles-cooper in https://github.com/vyperlang/titanoboa/pull/179

New Contributors
* ritzdorf made their first contribution in https://github.com/vyperlang/titanoboa/pull/227

**Full Changelog**: https://github.com/vyperlang/titanoboa/compare/v0.1.10...v0.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.