Try   HackMD

2019-10-07 會議記錄

出席人員

  • @yillkid
  • @jkrvivian
  • @ender
  • @marktwtn
  • @junwei
  • @lloyd
  • @jserv
  • @howjmay
  • @yinghan
  • @afcidk
  • @julianATA

重要變革

開發進度

  • jserv / afcidk

    • hashchain: be a limited source of authentication
    • Base -> Hash0 = H(Base) -> Hash1 = H(Hash0) -> -> HashN = H(HashN-1)
    • given the last hash in the chain, HashN, it is very difficult to determine any of the previous hashes, or the base. However, given the last hash, it is trivial to verify whether another hash is part of the chain.
    • evm-lite: A lean Ethereum node with interchangeable consensus
      • Contract Proxy for IOTA
      • how to reuse spent address(es)?
  • yillkid

    • Resize the node8 storage from 1TB to 2TB #217
  • marktwtn

    • entangled: trit/tryte 轉換使用 SIMD SSE4.2 優化 #1443 (review 中)
      • 感謝 howjmay 協助 bazel 除錯 (需使用 bazel 最新版本)
    • dcurl: 把 logging 函式改成與 entangled 相同的命名 #180 (完成)
      • 實作不同,dcurl 是自己的實作,entangled 使用 logger 專案
      • dcurl 只有 log_debug() 跟 log_info(),未來要跟 entangled 一樣有多重等級的 logging 函式
    • dcurl: 釋出 v0.5.0
    • dcurl: 修正 CppCheck 偵測到的錯誤 #173 (進行中)
    • IRI: 平行 attachToTangle() API 與 FPGA 的效益 #162
  • YingHan

    • Architecture of in/out path with scylla link
    • Implement program to import historical transaciont and listen newly confirmed transaction #323
      • Test on Node8
  • ender503

    • Infra: PoW Remote Worker Log Management #204
    • 使用 thetangle 來取得過往的交易紀錄
      • 需要 yillkid 提供 token 的 HTTP header 格式
      • ex: x-api-key: fdf4afc5-179a-4ad1-8606-ab4fdd746fa3
    • Infra: Monitoring the systemd service status #219
    • Infra: Setup Scylla Cluster with Multi Data Centers (DC) on Node1 #218
  • howjmay
    • cleanup(core): Remove deprecated function #324
    • refactor(mam): Refactor MAM related APIs #315
tags: Meeting coordecide node8 LVM resize FPC