CVS log for pkgsrc/finance/py-crytic-compile/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / finance / py-crytic-compile
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 21 05:43:17 2025 UTC (2 days, 11 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
py-crytic-compile: updated to 0.3.9
0.3.9
Add etherscan like platforms
Update is_dependency() in foundry.py to add node_modules
tests: sort contractDependencies
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 18 09:29:10 2025 UTC (3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -5
lines
py-crytic-compile: updated to 0.3.8
0.3.8
platform: etherscan: add support for v2 API
Fix foundry optimizer key
SolcStandardJson: pass solc_env and solc_working_dir through to compilation
Fix some comments
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:32 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 29 10:35:50 2024 UTC (11 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-crytic-compile: updated to 0.3.7
0.3.7
This release adds support for retrieving source code from Blast's block explorer (crytic-compile blast:0x). Crytic-compile will also now automatically configure remappings for Etherscan and derivative block explorers such that it can be compiled from disk without intervention.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 16 18:16:46 2024 UTC (15 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6
lines
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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 11 08:41:07 2023 UTC (23 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +12 -11
lines
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).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:10 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2
lines
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:52 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 9 09:32:33 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
Mark packages that fail with Python 2.7
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 29 00:29:41 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
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
CVSweb <webmaster@jp.NetBSD.org>