Lecky Lao
Lecky Lao
:+1: Or gitpivotal, git-pivotal
Hi @markharding, is this still open?
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 ```
Thank you @abcoathup, that works.