Muhammed Kadir Yücel

Results 13 issues of Muhammed Kadir Yücel

Schema check causes compile time error when `URL` type is constructed at compile time Example code (define as global); ``` public immutable URL[] samples = [ URL("http://example.com"), URL("http://example.org"), ]; ```...

…owable Update `info` during every `throw`

Bug Fix
stalled

Prysm brought some breaking changes with v3 update, upgrade Prysm module to support v3. Fixes #1165 actually

Since, https://github.com/gobitfly/eth2-beaconchain-explorer/blob/1144414b5d765e2dc575b4bc7d48c6689e900f74/config/config.go#L3-L4 minimum Go 1.16 version is required

Even it is easy to serve a launchpad, this might also help

https://github.com/ethereum/staking-launchpad/blob/1ef0ab384bd6f5911ede3dd84474d613f8d549d8/src/pages/Transactions/transactionUtils.tsx#L13 `toNumber` may result in exponential number under some conditions, i.e. `pricePerValidator: 10_000` which results in exception when calling `deposit` from Deposit contract

There might be some configuration scenarios where Vibe is placed behind a reverse proxy or a load balancer. Applications cannot know actual peer address connecting through proxy without special protocols....

Post genesis chart was displaying slots per epoch as 32 statically, this is a chain configuration parameter and should not be static

Explorer [type](https://github.com/gobitfly/eth2-beaconchain-explorer/blob/63287215ffad8e7d2a1318271bf42391b0e35757/types/exporter.go#L150) for `BaseFeePerGas` is `uint64`, but the consensus specification [states](https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/beacon-chain.md#executionpayload) it should be `uint256`. Thus, Prysm [implementation](https://pkg.go.dev/github.com/prysmaticlabs/prysm/[email protected]/proto/engine/v1#ExecutionPayload) returns a byte array of size 32, which we need it to...