Lecky Lao

Results 15 comments of Lecky Lao

Please note it was added in phrase 0 with all tests pass before moving into sub folder. https://github.com/ethereum/consensus-specs/pull/3045/files

Looks like need to deal with puma case with tubesock.rb97: in each_frame: ``` ruby if @socket.class == Puma::MiniSSL::Socket data, addrinfo = @socket.readpartial(2000) else data, addrinfo = @socket.recvfrom(2000) end ```