Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

implement personal_ecRecover API method #566

Merged
merged 2 commits into from
May 2, 2018
Merged

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    d79b64f View commit details
    Browse the repository at this point in the history
  2. problem: eth_sign API uses wrong receiver (txpool)

    This somehow did not affect the functionality of eth_sign, but receiver should be PublicBlockChainAPI
    instead of txpool receiver.
    
    solution: change method's receiver.
    
    Also returns hexutil.Bytes instead of hex string for code cleanliness and consistency
    whilei committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    7889b00 View commit details
    Browse the repository at this point in the history