• F
    p2p: use package rlp to encode messages · 5ba51594
    Felix Lange 提交于
    Message encoding functions have been renamed to catch any uses.
    The switch to the new encoder can cause subtle incompatibilities.
    If there are any users outside of our tree, they will at least be
    alerted that there was a change.
    
    NewMsg no longer exists. The replacements for EncodeMsg are called
    Send and SendItems.
    5ba51594
server.go 10.4 KB