Joe Bergeron

Results 8 comments of Joe Bergeron

I'm also running into this problem... Using Express v4 with the `express-async-errors` package does not seem to solve the issue.

@johanneskares @kebian In TypeScript: ```typescript import { ethers } from 'ethers' import Web3WsProvider from 'web3-providers-ws' const provider = new ethers.providers.Web3Provider( new (Web3WsProvider as any)('ws://whatever', { clientConfig: { keepalive: true, keepaliveInterval:...

@MuckT @ValoraQA This is actually intended behavior; 0xdeadbeef... is a test/dummy address we use to send funds to for transfers out on Alfajores; it's currently hardcoded into our mock backend...

I can also reproduce with @tobyclh's snippet. glibc=2.36, python=3.11.0, linux kernel=6.0.8-arch1-1. This is a pretty big blocker to using DearPyGui for me; not being able to delete textures means my...

Responding to some comments: @jeanregisser > Does the token selection also work when tapping the container of the down arrow? It did not, but now it does - this required...

This seems to fail on the nightly release that I tested due to [the build looking for celo-release-key.keystore](https://github.com/valora-inc/wallet/actions/runs/10931973847/job/30347965455?pr=6039#step:15:2823), despite having removed all apparent references of it from the repo... not...

The nightly release test passed! https://valora-app.slack.com/archives/C02D08P412Q/p1727385960907899

The android release has been successfully tested [here](https://github.com/valora-inc/wallet/actions/runs/11619455786/job/32359112110) using a newly generated keystore with a different alias for the upload key as well as identical passwords for the store and...