Releases: 0xpantera/bargo
Releases · 0xpantera/bargo
v0.3.0
v0.3.0
Added
- Compile-time feature gating for Cairo and Foundry functionality via Cargo features (
cairo,evm-foundry) - Consolidated architecture overview (
ARCHITECTURE_OVERVIEW.md) - EVM calldata generation now derives JSON from binary proof + public inputs
Changed
- EVM BB CLI integration updated to use verifier target (
-t evm) and VK-first prove flow bargo evm genonly initializes Foundry whenevm-foundryis enabledbargo doctorchecks feature-gated tools only when their features are enabled- Tests for Cairo workflows are feature-gated; EVM deploy/on-chain commands are hidden when
evm-foundryis off - Architecture and reference docs updated for new BB CLI behavior and feature gating
- CI installs Foundry via
foundry-toolchain, and installs bbup from Aztecnextbranch
Removed
ARCHITECTURE_SUMMARY.txt(merged intoARCHITECTURE_OVERVIEW.md)
Fixed
bargo evm provenow works with bb 3.x CLI (removal of--output_format)- CI PATH handling for tool installers (Foundry/bbup)
bargo v0.2.0
What's Changed
- Feat/add ci by @0xpantera in #12
- Mega-refactor by @0xpantera in #15
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Feat/add garaga cli command to generate starknet verifying contracts by @0xpantera in #1
- Feat/solidity deployment by @0xpantera in #2
- Fix Starknet deployment by @0xpantera in #3
- Roll-up: merge 10, 7, 6 by @0xpantera in #11
New Contributors
- @0xpantera made their first contribution in #1
Full Changelog: https://github.com/0xpantera/bargo/commits/v0.1.0