Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore(acvm)!: Remove eth_contract_from_cs from SmartContract trait #185

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

phated
Copy link
Contributor

@phated phated commented Apr 6, 2023

Related issue(s)

Resolves #184

Description

This removes the deprecated eth_contract_from_cs function from the SmartContract trait. With noir-lang/acvm-backend-barretenberg#84, we've made the switch to using eth_contract_from_vk to generate the solidity contract so we don't need to keep these around.

Summary of changes

Removed the deprecated function.

Dependency additions / changes

(If applicable.)

Test additions / changes

(If applicable.)

Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt with default settings.
  • I have linked this PR to the issue(s) that it resolves.
  • I have reviewed the changes on GitHub, line by line.
  • I have ensured all changes are covered in the description.

Additional context

(If applicable.)

@phated phated requested review from TomAFrench and kevaundray April 6, 2023 18:50
Copy link
Member

@TomAFrench TomAFrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kevaundray kevaundray added this pull request to the merge queue Apr 6, 2023
Merged via the queue into master with commit ee59c9e Apr 6, 2023
@github-actions github-actions bot mentioned this pull request Apr 6, 2023
@phated phated deleted the phated/remove-deprecated-contract branch April 6, 2023 19:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated function eth_contract_from_cs
3 participants