ethpm / ethpm-spec

Ethereum Package Manager http://ethpm.github.io/ethpm-spec/
165 stars 30 forks source link

Ensure example packages are up-to-date on IPFS #100

Closed gnidan closed 6 years ago

gnidan commented 6 years ago

Spun out from #99

Since the EthPM v2 work contains a lot of updates to the example packages, part of the work migrating to v2 should include republishing updated package versions to match the examples in this repository.

njgheorghita commented 6 years ago

Thoughts on also updating the solidity version used in the sample contracts?

njgheorghita commented 6 years ago

And since we're supporting all content-addressed URIs - do we want to throw a swarm uri somewhere in the mix?

pipermerriam commented 6 years ago

It may be good (and simpler) to convert at least a few of them to have the source code inlined in the package.

njgheorghita commented 6 years ago

Would it be better to mix and match these variable fields across the different use-cases. Or would it be better to keep the use-cases pretty homogenous - and then have a specific package for vyper - specific package for in-line source code - specific package for swarm . . .