-
This is an issue tracking several TODOs & open questions regarding the portal beacon network that I have.
For some of these, I'll make specific issues when I have to time and/or continue work on them…
kdeme updated
4 weeks ago
-
Some terms (especially media `timestamp` and `eventStart` and `eventEnd`) could benefit from expressing milliseconds. Ideally we support 4 ways of writing timestamps (all ISO):
```ini
2013-11-23T…
-
It is possible to check whether string according ISO8601 is a valid date?
For example `dayjs('1970-00-00', 'YYYY-MM-DD', true).isValid()` should return `false` in my opinion, because because month …
-
Hi 👋
We use this library to fetch blobs from the beacon chain. We noticed that when using Prysm as the beacon node the SSZ decoding of blob sidecars fails (see [issue](https://github.com/base-org/…
-
Hello,
does this implementation supports comparing two datetimes.
I've tried this:
1. If I check dates it always returns True
```
var now = DateTime.UtcNow.ToString();
string jsonText = "{…
-
**Is your feature request related to a problem? Please describe.**
In the resource deployments in bicep, we have added a tag with creation date as current datetime. So, in subsequent redeployments, th…
-
I'd like to use the /home numbers for the IPFS leads weekly where we look at WoW numbers to identify scenarios that need a response.
We've been using this, which @pk13-PLF made:
https://docs.goo…
-
Release : openapi-generator-cli.jar 7.8.0
OS : Windows server
In my OAS 2.0 file / I have the following property definition
expectedBeginDate:
type: string
…
-
-
## Description
I've think that blobs may compress up to ~50%, which would be a nice disk saving. Seeing as we're so close to Deneb on Goerli I think this will have to be a post-fork schema upgrade …