https://delvingbitcoin.org/t/libbitcoin-for-core-people/1222
libbitcoin 节点软件的简单介绍
libbitcoin 节点软件的简单介绍
Delving Bitcoin
Libbitcoin for Core people
Recently Eric Voskuil shared a benchmark of doing IBD with Libbitcoin versus Bitcoin Core, showing that Libbitcoin could perform IBD 15x faster than Core with -assumevalid. Libbitcoin’s approach is very different from Bitcoin Core. This writeup intends to…
👍2
https://blog.trailofbits.com/2024/11/13/killing-filecoin-nodes/
filecoin 节点的越界访问漏洞
filecoin 节点的越界访问漏洞
The Trail of Bits Blog
Killing Filecoin nodes
In January, we identified and reported a vulnerability in the Lotus and Venus clients of the Filecoin network that allowed an attacker to remotely crash a node and trigger a denial of service. This issue is caused by an incorrect validation of an index, resulting…
👍2
https://blog.trailofbits.com/2024/11/19/evaluating-solidity-support-in-ai-coding-assistants/
LLM 自动补齐 #solidity 测试
LLM 自动补齐 #solidity 测试
The Trail of Bits Blog
Evaluating Solidity support in AI coding assistants
AI-enabled code assistants (like GitHub’s Copilot, Continue.dev, and Tabby) are making software development faster and more productive. Unfortunately, these tools are often bad at Solidity. So we decided to improve them! To make it easier to write, edit,…
👍1
👍2
https://mixbytes.io/blog/mastering-effective-test-writing-for-web3-protocol-audits
编写 #solidity 测试的心智模型
编写 #solidity 测试的心智模型
mixbytes.io
Mastering Effective Test Writing for Web3 Protocol Audits
The article introduces a structured testing framework to help developers write more thoughtful, effective tests aimed at catching severe bugs in their protocols.