use-ink / link

Unstoppable URL shortener built with the ink! smart contract language.
https://tiny.ink
Apache License 2.0
29 stars 8 forks source link

feat: update useink to v1.13.0 #287

Closed DoubleOTheven closed 8 months ago

netlify[bot] commented 1 year ago

Deploy Preview for inklink failed.

Name Link
Latest commit c2d18782559429618e9b51f1caf0f205cbeff84b
Latest deploy log https://app.netlify.com/sites/inklink/deploys/64e3f1871535080008d0c4a5
DoubleOTheven commented 1 year ago

The build is currently failing due to an update in webpack. They removed the pollyfill for the crypto package, which @polkadot/util uses. The last time we deployed it must have used a cached build because everything deployed successfully. If you delete your local node_modules dir and re-run yarn install it will not build. Not even for the master branch.

Here is a thread about the problem.

peetzweg commented 8 months ago

Wo'