hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

chore: remove unused config files #159

Closed acuarica closed 2 months ago

acuarica commented 2 months ago

Description:

This PR cleans up the repo by removing unused files coming from Sourcify.

This PR is a pre-step towards issue #147, where upstream Sourcify images will be consumed directly (except ui).

The ui's landing page is also unused and needs to be removed. However, because removing a page would also require updating the ui/package.json's dependencies, its removal is implemented as part of #160.

Related issue(s):

Fixes #142.

Notes for reviewer:

The amount of files removed in this PR got larger then I expected. As a recommendation, it might be easier for reviewers to look at each commit individually. Moreover, next to each item is the commit that delete it.

acuarica commented 2 months ago

@svienot @rustyShacklefurd I would like your input here, is there something else we should remove?

svienot commented 2 months ago

@svienot @rustyShacklefurd I would like your input here, is there something else we should remove?

This looks good. I guess we might as well get rid of a couple more scripts:

acuarica commented 2 months ago

@svienot @rustyShacklefurd when you have a bit of time, please take a look at this PR, thanks.