2022年3月6日、弊社代表取締役 古瀬 淳 が 日本ソフトウェア科学会 第24回プログラミングおよびプログラミング言語ワークショップ(PPL 2022) にて「
[続きを読む]
Kukai, Temple での legacy, HD wallet の扱い
非 HD wallet 情報の Kukai と Temple へのインポートについて。 免責 この文書の内容の正確性について、筆者は一切の責任を負いません。読者の自己責任で利用してください
[続きを読む]
Running Tezos node with small memory like 8GB
This artcile explains how to reduce the memory usage of Tezos node, without changing the code at all.
Note: this is not to claim that 8GB is the minimum requirement to run current Tezos node.
Use --singleprocess option By default, Tezos node runs 2 processes, the main process and the validator process, to execute the block validation and the other jobs in parallel. Unfortunately this increases the memory usage.
You can run a node with --singleprocess option:
[続きを読む]
Tezosの内部挙動を理解する - ブロック検証編
概要 Tezosも含めたBitcoinやEthereumなどのブロックチェーンにおいては、口座間の送金やスマートコントラクト呼び出しなどの現在
[続きを読む]
Tezos reconstruction benchmark by replay
We DaiLambda are working on improving Tezos blockchain storage layer called context. The context stores versions of blockchain states including balance and smart contracts.
Objective We want to benchmark Tezos context reconstruction of the recent blocks, say 10000.
Only recent blocks, not from the genesis. Blocks must be preloaded to exclude the network costs. Currently we have 2 ways to replay blocks: reconstruct and replay.
tezos-node reconstruct commits to the context, but is always from the genesis tezos-node reconstruct reconstructs the contexts from the genesis.
[続きを読む]
Tezosはここから始まった。Position paper, white paper和訳
3年前、Tezos プロジェクトに参加する際に、 Tezos ICO にあたって書かれた position paper, white paper の和訳を作りました。これを掲載していたサイトが無くなりましたので
[続きを読む]
ZoKraTez: How to play Zero Knowledge Proofs using ZoKrates and Tezos
NOTE: This works with ZoKrates 0.6.3. In a recent ZoKrates release 0.7.14, zokrates export-verifier fails for the combination of bls12-381 and g16. See Wokraround for new Zokrates for details.
Step-by-step information to use Zokrates with Tezos.
Tezos has upgraded its protocol to 008 Edo. It supports BLS12-381 elliptic curve which permits zero knowledge proofs in Tezos. Cool! However, there are not much examples of them today. How can we play with ZK?
[続きを読む]
Tezosのウォレットトラブル対処とウォレット移行
免責 この文書の内容の正確性について、筆者は一切の責任を負いません。読者の自己責任で利用してください。 最終更新日: 2021-09-28 更新日があまりに古い場合、
[続きを読む]