Nishant Das

Results 35 issues of Nishant Das

This happens quite often, whenever running a prompt. Ex: ```go prompt := promptui.Prompt{ Label: "randomtext", Mask: '*', } receivedText, err = prompt.Run() ``` ``` panic: runtime error: invalid memory address...

Currently in the official mainnet config: https://github.com/ethereum/eth2.0-specs/blob/dev/configs/mainnet/phase0.yaml#L55 both the Chain ID and Network ID are specified, however for our purposes we only require the Eth1 Chain ID . This was...

scope:networking
scope:eth1-peg

**What type of PR is this?** Dependency Update **What does this PR do? Why is it needed?** - [x] We update geth to v1.10.23 from v1.10.20, so that we have...

CI
E2E Tests

**What type of PR is this?** **What does this PR do? Why is it needed?** **Which issues(s) does this PR fix?** Fixes # **Other notes for review**

**What type of PR is this?** Feature Addition **What does this PR do? Why is it needed?** We add in a new scenario into our scenario tester. This particular interceptor...

Blocked
Ready For Review
E2E Tests

**What type of PR is this?** Cleanup **What does this PR do? Why is it needed?** - [x] Adds a new helper and method to retrieve blocks by number. -...

Ready For Review
Merge

**What type of PR is this?** Cleanup **What does this PR do? Why is it needed?** - [x] This makes `buildmode=PIE` as our default buildmode for all our binaries. This...

Blocked
Ready For Review
Security

# 🚀 Feature Request ### Description Currently there is a tightly coupled relationship between the validator and a singular beacon node. This means any validator that is actively connected to...

Enhancement
Discussion
Security

# 💎 Issue ### Background Currently a validator prepares a block synchronously, it receives its assignment and then when it comes on time for it to propose it packages all...

Enhancement
Tracking

# 💎 Issue ### Background Currently prysm exposes its old and current api methods for consumers to use. However these old API methods will fail for any post phase-0 fork....

Help Wanted
Good First Issue
Priority: Low