Alexander Tesfamichael
Alexander Tesfamichael
To make this work with a more recent openssl: ``` brew install openssl luarocks install http CRYPTO_DIR=/opt/homebrew/opt/openssl@3 OPENSSL_DIR=/opt/homebrew/opt/openssl@3 ``` or the default 1.1 ```sh luarocks install http CRYPTO_DIR=/opt/homebrew/opt/[email protected] OPENSSL_DIR=/opt/homebrew/opt/[email protected] ```...
To try and move things in a helpful direction, if someone is interested in tackling this bug, my uninformed guess would be that it wouldn't be very hard to pass...
Note that the linked question ( #27481 ) had dozens of upvotes. I'd guess that as deno grows the number of people that get false-positives for deno imports will also...
Rebased against the latest master. Added three commits to fix code which missed a migration to some new interface. It builds again. I could work those last three in using...
@MariusVanDerWijden ya, they looked a bit messy haha (committing merge conflict markers 😅 ?) I did see you add a newline which is 👌 . Code needs room to breathe...
Congrats on getting it in, in that case 😅 . I have no use for withdrawal notifications, we track withdrawals on the beacon side. I'd suggest leaving the additional functionality...
@lightclient yup, we still run a node based on this branch and to my knowledge anyone that wants to figure out exactly how much ETH is in existence needs this...
@lightclient it already works as is. You can see an example in the original PR #24723. You add the `--supplydelta` flag so deltas are stored for every newly synced block....
Leaving a note I did do another rebase of my own version of this fork for Dencun. Heard from @s1na this may well be the last time I need to...
Workaround: use `.interact()` instead of `.interact_text()`.