erasure-protocol icon indicating copy to clipboard operation
erasure-protocol copied to clipboard

Information wants to be expensive

Results 87 erasure-protocol issues
Sort by recently updated
recently updated
newest added

Common pattern for transferring tokens is approve+call. This becomes expensive for multi-contract hops as each hop requires an transferFrom + approve call. By approving a transfer to a pre-computed wallet,...

Ideas: - [x] Create local post instance in `Feed` array without deploying contract - [x] Remove setting `variableMetadata` during creation (e.g. Post) - [ ] Combine Registry and Factory into...

bug
refactor

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.0 to 4.0.5. Release notes Sourced from npm-registry-fetch's releases. v4.0.1 Fixed missing safe-buffer dependency, thanks @evocateur Changelog Sourced from npm-registry-fetch's changelog. Changelog All notable changes to this...

dependencies

This PR adds an example following the flow suggested in the README of the file. It is purposefully long and in a single file as it is intended as pseudo...