So here it is: King Edward VIII Falls, photographed from the ground for the first time since 1935.
If you're reading this post, you are now on an extremely short of people who have ever seen this place, in photographs or otherwise. S. Bracewell, P.A. Forte, myself, my team, and you.
@benlandautaylor Melville added a footnote about seeing an Albatross for the first time. And it's so good it sometimes make me wonder why anyone else bothers to write.
@gakonst@0xbaeksu@danrobinson very cool, it reminds me of the rust stylus sdk. will this precompiles api eventually get upstreamed into reth / revm, it seems tempo agnostic?
this is a great viz for the complimentary matching you can do with binary outcome orderbooks - you can do a lot more with the liquidity than facilitating only 1:1 swaps, but its hard to understand that until you break it out into account deltas
to understand this problem, I built a simulator that shows how each of Polymarket’s 8 trade types work
this simulator also contains 4 example trades for each trade type that you can simulate [link in article below]
@danyalprout not sure i follow - like an event that tells you when a new flashblock index is "pending", sort of like eth_subscribe newHeads ? if so that would work well i think. for indexing purposes there are times where exposing the underlying fb index would still be useful
@danyalprout specifically flashblocks aware with the pending tag - alchemy didnt support at time of writing but apparently does now (tho docs here https://t.co/gosfiI2LuS are still stale), afaict quicknode doesn't support (https://t.co/tRD0taCMIp), cant tell if infura supports or not (no doc)
@worm_emoji fwiw for indexing, we ended up parsing the node fb socket directly + alchemy rep told me that eth_getLogs is now supported (docs are stale i guess)!
adding support to shovel / rindexer next would be sick tho. i think lack of indices + nonzero reorg chance makes it tricky atm