NoahMarconi

Results 14 comments of NoahMarconi

It's related to https://btc.blockr.io/api/v1 no longer working and instead redirecting to coinbase. ``` Failed to load https://btc.blockr.io/api/v1/tx/raw/dd059634699e85b51af4964ab97d5e75fb7cd86b748d0ee1c537ca1850101dc7: Redirect from 'https://btc.blockr.io/api/v1/tx/raw/dd059634699e85b51af4964ab97d5e75fb7cd86b748d0ee1c537ca1850101dc7' to 'https://www.coinbase.com/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin'...

Did you mean to commit only a file with no lines of code in it?

Here are some instructions I put together. You can include arbitrary packages and upgrade to the latest R version: https://gitlab.com/NoahMarconi/lambdaR

Ping me if you guys have questions. Since the repo is public I can migrate to github if that's easier

Sounds great, I'm on it. I'll do a pull request once complete to let you review.

For sure. Will include that in my update

Quick update so you know where everything is at. I've forked and added the basic additions here: https://github.com/NoahMarconi/ethers-airdrop Going to work through some test cases and then add the command...

> `forge coverage --ir-minimum` is a life saver! > > I also had to replace all my `assembly { ` with `assembly ("memory-safe") { ` for it to start working....

It's from your docs: https://nestjs-prisma.dev/docs/custom-prisma-service/

Take your time :) Once merged, I can add some additional features in a second pull request (e.g. a new `redeem` command to redeem from the chunk files). The Chai...