Results 144 issues of Tom French

The title says it all basically.

Looks like create_feed_item slipped through the cracks when changing the endpoints to use the new OAuth method. Thanks to @summerjets for [pointing this out](https://github.com/muyiwaolu/monzo-python/commit/c0cb74d2b896f759eadf127f57ef907a9944c2dd#r32276308).

**Is your feature request related to a problem? Please describe.** All of the generated packages are being given the rather generic names `@package/contracts` or `@package/react-app`. In the case where someone...

enhancement

Half my errors are missing/adding an extra comma or forgetting to escape a double quote but these aren't picked up in the test suite currently.

enhancement

As mentioned in #61, we have two copies of `ipfs.js`. If we're going to be adding extra helper scripts in future it's worth creating a single folder to store them...

enhancement

There are situations when certain apps would benefit from having access to addresses which are relevant to the Safe being used: - Users can attach real world names to be...

This PR adds a root gauge factory which creates gauges compatible with Gnosis' Omnibridge bridge. There's not really any dev docs for this but there's a step by step guide...

Very quick and dirty migration of the DistributionScheduler to handle L2 gauges. ~~We'll need a couple of tests for recovering invalid tokens but will add those to this PR later...

**Merge after #1191** Currently the BAL emissions for veBAL holders are sent to a `BALTokenHolder` contract which the LM committee multisig has powers to withdraw from. This PR automates the...