-
**Is your feature request related to a problem? Please describe.**
Currently we have to always fetch all historical deposits, even through we do a weak subjectivity sync. This enhancement supports …
-
This issue is tracking to all the problems and changes to support building Grandine on Windows.
More about this [Project idea](https://github.com/eth-protocol-fellows/cohort-five/blob/main/project…
-
After generating a template for a controller action (and tests passing), I run the specs again. I have some JSON keys 'created-at' and 'updated-at' that point to date-time strings. Fdoc is is giving …
-
**Describe the bug**
The values of dayjs().unix() and dayjs().utc().unix are the same, but dayjs().format('YYYY-MM-DD HH:mm:ss') and dayjs().utc().format('YYYY-MM-DD HH:mm:ss') are different
**E…
-
@atoulme and/or @cleishm, if you wouldn't mind giving a little thought to the below proposal, I'd be most appreciative. I've spent a little bit mulling this over and plan to take a first stab at a PR …
-
### Problem description
When we receive an invalid signature block, we log something like:
```
1431597:Mar-28 17:05:14.470[network] warn: Error receiving block slot=8735124, peer=16Uiu2HAm…
-
In [Content Search 1.0](https://iiif.io/api/search/1.0/#query-parameters) date query is specified as
> A space separated list of date ranges. An annotation matches if the date on which it was creat…
-
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 = "{…
-
[Sepolia genesis state from Github](https://github.com/eth-clients/merge-testnets/blob/main/sepolia/genesis.ssz) can not work.
I follow the [guide](https://docs.prylabs.network/docs/install/install…
-
A couple of people have commented that it would be somehow more convenient to use SSZ at the [Discovery](https://github.com/ethereum/devp2p/tree/master/discv5) layer. Right now I don't see any reason …