./finance/py-crytic-compile, Abstraction layer for smart contract build systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.6, Package name: py311-crytic-compile-0.3.6, Maintainer: khorben

Library to help smart contract compilation. It includes support for:
- Direct solc compilation
- Truffle
- Embark
- Dapp
- Etherlime
- Etherscan
- Brownie
- Waffle
- Buidler

The plugin is used in Crytic tools, including:
- Slither
- Echidna
- Manticore
- evm-cfg-builder


Master sites:

Filesize: 75.483 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-16 19:16:46 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-crytic-compile: updated to 0.3.6

0.3.6

This release fixes an issue related to detecting Foundry projects when the \ 
target directory contains a foundry.toml file, adds support for contract from \ 
Etherscan that require via-ir, fixes Python >=3.12.1 compatibility, and fixes \ 
a regression in the error message when a target is not a file/directory.
   2023-05-11 10:41:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-crytic-compile: updated to 0.3.1

0.3.1
This releases adds the support for Sepolia, removes the support for rinkeby, \ 
adds solc-select as a direct dependency and contains improvements to support \ 
linked libraries (to ease Echidna's integration).
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Remove SHA1 hashes for distfiles
   2020-12-09 10:32:33 by Nia Alarie | Files touched by this commit (1)
Log message:
Mark packages that fail with Python 2.7
   2020-09-29 02:29:41 by Pierre Pronchery | Files touched by this commit (5)
Log message:
py-crytic-compile: import version 0.1.9

Library to help smart contract compilation. It includes support for:
- Direct solc compilation
- Truffle
- Embark
- Dapp
- Etherlime
- Etherscan
- Brownie
- Waffle
- Buidler

The plugin is used in Crytic tools, including:
- Slither
- Echidna
- Manticore
- evm-cfg-builder