看https://github.com/ethereum/EIPs/pull/712

Why personal_* namespace instead of eth_* namespace?

I believe the personal_ prefix was an attempt to separate key-signing/account management operations from state-reading operations. Ideally, an RPC node only provides eth_* endpoints, and the wallet/signer handles the personal_* space. Since it involves signing with keys, the current pattern suggests this belongs in the personal space.

这个包中的许多函数包含敏感信息,例如密码,即当一些调用的函数需要用到密钥等敏感信息时,这些函数都会分配到personal_*中,独立出来,不再与eth_*混合在一起

⚠️不要在未加密的 websocket或http服务提供器上调用这些函数,因为你的密码是明文发送的!

最新文章

  1. JS 面向对象、prototype原型的克隆
  2. jsRender 循环for 和props
  3. Code::Blocks快捷键操作
  4. ansible 控制windows
  5. CSS3之背景色渐变
  6. Codeforces#355
  7. Jenkins调度Selenium脚本不能打开浏览器解决办法
  8. HTML5 Audio(音频)
  9. Spring Scheduled定时任务报错 java.lang.IllegalStateException: Encountered invalid @Scheduled method 'xxx': For input string: "2S"
  10. TP中的图片水印
  11. express框架之跨域请求
  12. js私有作用域(function(){})(); 模仿块级作用域
  13. LOJ #6270. 数据结构板子题 (离线+树状数组)
  14. 用Java实现MVPtree——MVPtree点集内去重以及衍生出来的多维向量Hash问题
  15. Can’t call setState (or forceUpdate) on an unmounted component 警告处理方法
  16. HTML5 Canvas水波纹动画特效
  17. [Python]将Excel文件中的数据导入MySQL
  18. Vs2012 编写代码规则
  19. python基础之装饰器(实例)
  20. 「Python」人脸识别应用

热门文章

  1. Android四大组件framework层
  2. apache2.4.33伪静态配置入门教程(1)
  3. 关于SDN
  4. JavaScrip 概述 -- 前端知识
  5. 使用Picasso将加载的图片变成圆形
  6. JAVA将list转化为xml文件
  7. PHP多进程编之pcntl_fork
  8. 对C#Chart控件使用整理
  9. Oracle EBS FA 资产编号跳号
  10. SEO-搜索引擎优化