BlocSoc-iitr / selene

A fast & portable light client for Ethereum in Golang.
5 stars 6 forks source link

Implement `config/base.go` and `config/config.go` #12

Closed gerceboss closed 1 month ago

18aaddy commented 2 months ago

Interested

18aaddy commented 2 months ago

@gerceboss for config.go I have to import calculate_fork_version() function from consensus_core/consensus_core.go. So what should I do for that?

star-gazer111 commented 2 months ago

@18aaddy what is the progress on this issue?

18aaddy commented 2 months ago

I have written both config.go and base.go and have tested both of them. Only one function in config.go is remaining for which I will need to define consesus_core.go

star-gazer111 commented 1 month ago

Resolved here #26