Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

chore: remove compiled assets #312

Merged
merged 10 commits into from
Jul 14, 2023
Merged

chore: remove compiled assets #312

merged 10 commits into from
Jul 14, 2023

Conversation

brech1
Copy link
Member

@brech1 brech1 commented Jul 11, 2023

Description

This PR removes compiled assets and adds them to the .gitignore file. This leaves only the AttestationStation.sol as input.

The deploy_as function was updated to remove the abigen macro, since this wouldn't allow to delete the contract ABI, the project wouldn't compile.

The commands functionality has been updated:

  • compile: Generates and stores the AttestationStation rust bindings.
  • deploy: Compiles and deploys the AttestationStation.sol contract.

Related Issues

  • Resolves #254

Changes

  • Removed assets and update .gitignore.
  • Update deploy_as function.
  • Move data folder to the client crate and rename to assets.
  • Update .gitignore
  • Adjust compile and deploy functions.
  • Remove unused fs.rs utils.
  • Remove all code related to the verifier.

@brech1 brech1 marked this pull request as ready for review July 11, 2023 22:14
client/src/lib.rs Outdated Show resolved Hide resolved
@lazovicff lazovicff merged commit a8aa150 into master Jul 14, 2023
1 check passed
@brech1 brech1 deleted the chore/remove-compiled branch July 14, 2023 16:52
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 et_verifier contract binary from the data folder
2 participants