Skip to content

Releases: 0xpantera/bargo

v0.3.0

04 Feb 13:16
fb3a324

Choose a tag to compare

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 gen only initializes Foundry when evm-foundry is enabled
  • bargo doctor checks 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-foundry is off
  • Architecture and reference docs updated for new BB CLI behavior and feature gating
  • CI installs Foundry via foundry-toolchain, and installs bbup from Aztec next branch

Removed

  • ARCHITECTURE_SUMMARY.txt (merged into ARCHITECTURE_OVERVIEW.md)

Fixed

  • bargo evm prove now works with bb 3.x CLI (removal of --output_format)
  • CI PATH handling for tool installers (Foundry/bbup)

bargo v0.2.0

01 Jul 20:24

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Jun 16:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/0xpantera/bargo/commits/v0.1.0