SpeedRunEthereum icon indicating copy to clipboard operation
SpeedRunEthereum copied to clipboard

speedrunethereum.com 🏃‍♀️

Results 23 SpeedRunEthereum issues
Sort by recently updated
recently updated
newest added

This is just a preview while we merge https://github.com/BuidlGuidl/SpeedRunEthereum/pull/187. Once that PR is merged, this will move from draft to a normal PR.

There are two main ways to add internationalized messages: ### Inside JSX ([docs](https://formatjs.io/docs/react-intl/components)) Most of the time this is what we need. The way to use `` with rich text:...

A handy filter would be to have checkboxes for each challenge, and a dropdown for the status when CHALLENGE_AUTOGRADE is selected in the Activity component. Status either being accepted or...

enhancement

I haven't checked if this is happening in light mode as well, but I've seen a few things using opacity in dark mode (borders, dividers, etc), so I wouldn't be...

bug

Implemented a 404 page todo Copied the design from the link in the comment [here](https://ant.design/components/result/#components-result-demo-404) without adding another dependency (`antd`) ![404](https://user-images.githubusercontent.com/122643453/213880906-ea524dc0-d0c6-48ad-a969-302d6d8f7313.jpg)

So many builders registering :D Also add the builder count.

EIP 4361 was merged a few days ago. > Sign-In with Ethereum describes how Ethereum accounts authenticate with off-chain services by signing a standard message format parameterized by scope, session...

enhancement

This is happening only happening locally. Tested that it works on firebase. Update: happening only on rejecting. Approving a build doesn't approve the rest of the builds.

bug

This is calling for a middleware. I envision using something like this: ```js app.post("/challenges", userOnly, verifySignature("challengeSubmit"), async (req, res) => { // ... } ``` That means the middleware would...

release