Uxío
Uxío
## Problem - Function `addOwnerWithThreshold` allows the user to add an owner and change the threshold - Function `removeOwner` allows the user to remove an owner and change the threshold...
## Overview When implementing support for Safe Metamask Institutional we realised it would be very useful for users to see transactions appear in a different way, for example, in a...
- Fix `.gitignore` - Use brownie `preview()` function to estimate the gas. It should be pretty accurate - Add an optional `update_safe_tx_gas` to `estimate_gas` to set the `safe_tx_gas` and `base_gas`...
# What is needed? Instead of just using offchain delegates, trust onchain delegates (https://github.com/gnosis/delegate-registry) # Background - This would allow, for example, to use the delegate set via snapshot also...
# What is needed? As `OpenEthereum` was deprecated yesterday (more info on https://github.com/safe-global/safe-pm/issues/87) the only node supported on `Gnosis Chain` until the merge is `Nethermind` # Background - Tx service...
# What is needed? Don't send webhooks from the transaction service. Send them to a queue, so services can subscribe and get the needed webhooks. # Background - Current webhook...
# Background - Coingecko has a rate limitting, but multiple coin prices can be retrieved in the same call - Code should be refactored to ask for multiple coins in...
# Background - We are accesing database from multiple parts (web services, workers...) and sometimes we have database issues - We should check if [pgbouncer](https://www.pgbouncer.org/) could be a solution for...
**Describe the bug** - We are facing a `Redis: Max Number of Clients Reached` on the web instance of the transaction service - Multiple endpoints seem to be affected (`all-transactions`,...