2022安全与软工顶会中区块链智能合约相关论文

  • 前言
  • 安全顶会
    • S&P
    • USENIX Security
    • CCS
    • NDSS
  • 软工顶会
    • TOSEM
    • TSE
    • ISSTA
    • FSE
    • ASE
    • ICSE

前言

主要整理了2022年四大安全顶会和六个软工顶会中,有关区块链智能合约的相关论文。
搜索方式是:在 dblp 中该顶会的页面列表直接使用 Ctrl + F 搜索 block 、smart contract,所以如若名字中没有,可能会有遗漏。(按照以往的经验,基本不太会有什么遗漏。)

搜集包含的顶会有:
安全顶会:S&P、USENIX Security、CCS、NDSS
软工顶会:TOSEM、TSE、ISSTA、FSE、ASE、ICSE

安全顶会

S&P

1、MatRiCT+: More Efficient Post-Quantum Private Blockchain Payments
2、Quantifying Blockchain Extractable Value: How dark is the forest?
3、SAILFISH: Vetting Smart Contract State-Inconsistency Bugs in Seconds
4、Universal Atomic Swaps: Secure Exchange of Coins Across All Blockchains
5、Using Throughput-Centric Byzantine Broadcast to Tolerate Malicious Majority in Blockchains
6、ZeeStar: Private Smart Contracts by Homomorphic Encryption and Zero-knowledge Proofs

USENIX Security

CCS

1、Bolt-Dumbo Transformer: Asynchronous Consensus As Fast As the Pipelined BFT
2、Bullshark: DAG BFT Protocols Made Practical
3、Constant Latency in Sleepy Consensus
4、Dumbo-NG: Fast Asynchronous BFT Consensus with Throughput-Oblivious Latency
5、ENGRAFT: Enclave-guarded Raft on Byzantine Faulty Nodes
6、Minotaur: Multi-Resource Blockchain Consensus
7、PACE: Fully Parallelizable BFT from Reproposable Byzantine Agreement
8、Practical Settlement Bounds for Proof-of-Work Blockchains
9、Empirical Analysis of EIP-1559: Transaction Fees, Waiting Times, and Consensus Security
10、Foundations of Coin Mixing Services
11、PEReDi: Privacy-Enhanced, Regulated and Distributed Central Bank Digital Currencies
12、Platypus: A Central Bank Digital Currency with Unlinkable Transactions and Privacy-Preserving Regulation
13、Understanding Security Issues in the NFT Ecosystem
14、Watch Your Back: Identifying Cybercrime Financial Relationships in Bitcoin through Back-and-Forth Exploration
15、GearBox: Optimal-size Shard Committees by Leveraging the Safety-Liveness Dichotomy
16、Sleepy Channels: Bi-directional Payment Channels without Watchtowers
17、Thora: Atomic and Privacy-Preserving Multi-Channel Updates
18、The Generals’ Scuttlebutt: Byzantine-Resilient Gossip Protocols
19、Towards Automated Safety Vetting of Smart Contracts in Decentralized Applications
20、VRust: Automated Vulnerability Detection for Solana Smart Contracts
21、Zapper: Smart Contracts with Data and Identity Privacy
22、i-TiRE: Incremental Timed-Release Encryption or How to use Timed-Release Encryption on Blockchains?
23、zkBridge: Trustless Cross-chain Bridges Made Practical

NDSS

软工顶会

TOSEM

1、A Study on Blockchain Architecture Design Decisions and Their Security Attacks and Threats
2、Super-optimization of Smart Contracts
3、Why Do Smart Contracts Self-Destruct? Investigating the Selfdestruct Function on Ethereum
4、Time-travel Investigation Toward Building a Scalable Attack Detection Framework on Ethereum

TSE

1、DefectChecker: Automated Smart Contract Defect Detection by Analyzing EVM Bytecode
2、Defining Smart Contract Defects on Ethereum
3、SigRec: Automatic Recovery of Function Signatures in Smart Contracts

ISSTA

1、eTainter: Detecting Gas-Related Vulnerabilities in Smart
2、Finding Permission Bugs in Smart Contracts with Role Mining
3、Park: Accelerating Smart Contract Vulnerability Detection via Parallel-Fork Symbolic Execution
4、SmartDagger: A Bytecode-Based Static Analysis Approach for Detecting Cross-Contract Vulnerability
5、WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts

FSE

1、An Empirical Study of Blockchain System Vulnerabilities: Modules, Types, and Patterns
2、Declarative Smart Contracts
3、MANDO-GURU: Vulnerability Detection for Smart Contract Source Code by Heterogeneous Graph Embeddings
4、SolSEE: a source-level symbolic execution engine for solidity

ASE

1、Effectively Generating Vulnerable Transaction Sequences in Smart Contracts with Reinforcement Learning-guided Fuzzing
2、Identifying Solidity Smart Contract API Documentation Errors

ICSE

1、Utilizing Parallelism in Smart Contracts on Decentralized Blockchains by Taming Application-Inherent Conflicts

等有时间会挑一些智能合约漏洞检测的paper写阅读报告。

2022安全与软工顶会中区块链智能合约相关论文相关推荐

  1. access汇总_区块链或密码学相关论文汇总,持续更新中

    这里汇总区块链相关的论文,主要是顶会顶刊的. 温馨提示:没必要精读每一篇论文,因为时间和精力是有限的 下面的部分论文列表下面有知乎链接 ,它们是本人对该论文的解读. 同步更新本人Github,可通过& ...

  2. 区块链智能合约solidity的中的一些关键字

    目  录 pragma mapping msg对象 block对象 contract constructor struct 数据地址 地址类型 address payable revert 以下场景使 ...

  3. 2022年内CCF-A/B类会议收录的区块链论文的分布统计

    一.背景 投稿是论文发表过程中一个不可忽视的重要环节.只有知彼知己,找准合适的会议和期刊,才能有针对性地进行投稿,使论文成果得以有效.快速地发表. CCF-A类推荐会议与期刊列表是国内计算机学科类各个 ...

  4. 2022年系统集成项目管理工程师考试知识点:区块链

    很多考生在备考2022年系统集成项目管理工程师考试,为大家整理了2022年系统集成项目管理工程师考试知识点:区块链,供大家备考复习. 区块链 区块链(Blockchain)是分布式数据存储.点对点传输 ...

  5. 如何在Spring Boot中玩转智能合约【修订版】

    本文是由链博科技 ChainBoard.IO 为大家带来的web3j 对智能合约的调用.让 java 程序可以和我们的智能合约愉快的交互起来~ 一. 什么是 web3j web3j是一个高度模块化.响 ...

  6. 如何在Spring Boot中玩转智能合约

    本文是由链博科技 ChainBoard.IO 为大家带来的web3j 对智能合约的调用.让 java 程序可以和我们的智能合约愉快的交互起来~ 一.什么是 web3j web3j是一个高度模块化.响应 ...

  7. 计算机在中职教育中的运用论文,中职计算机教育的相关论文(2)

    中职计算机教育的相关论文篇二 <中职计算机教育中实践能力的培养> [摘要]本文以中职计算机教育中实践能力的培养为题展开论述.首先,分析了当前在中职计算机实践能力培养方面存在的问题.然后,结 ...

  8. 机房收费系统个人重构版:软工文档中那些图

    [前言]    图,提到这个字的时候脑海中就会出现许许多多的图像,它的重要性相信大家都明白,相比于文字来说它更生动形象正好符合人类大脑的记忆规律:很多人也知道动画片制作原理也是用一张张图片只不过转换的 ...

  9. 近期必读的5篇AI顶会CVPR 2020 GNN (图神经网络) 相关论文

    关注上方"深度学习技术前沿",选择"星标公众号", 资源干货,第一时间送达! 计算机视觉顶会CVPR 2020在不久前公布了论文接收列表.本届CVPR共收到了6 ...

最新文章

  1. 【c语言】蓝桥杯算法训练 整数平均值
  2. mqtt 获取所有topic_MQTT协议解析
  3. 《面向对象程序设计》第一次作业
  4. Gym 100507G The Debut Album (滚动数组dp)
  5. java bean状态_无状态和有状态企业Java Bean
  6. php tls,使用TLS在PHP中建立连接
  7. YAML,另一种标记语言?不止是标记语言!
  8. 韩顺平php视频笔记70 面向对象编程的三大特征1 抽象 封装
  9. torch.Tensor和torch.tensor有什么区别?
  10. ## CSP 201312-2 ISBN号码(C语言)(100分)
  11. Atitit 外包管理规范attilax总结
  12. ROS之choro功能包
  13. 幼儿识字软件测试自学,2016幼儿识字APP哪家强?最新测评出炉!
  14. 虚拟税务ukey托管服务器,税务Ukey托管来啦,给它一个家!企业开票更方便
  15. AI、量子计算引爆硬科技创新,雷鸣、王海峰、施尧耘等北大120周年论道信科最前沿...
  16. 转载:编剧技巧思路乱谈
  17. 医药行业大拼杀 小药药、药聚汇、朗致集团医药、同仁堂,模式对比
  18. volvo手机能用鸿蒙系统吗,不是华为手机,也能用上鸿蒙系统
  19. 一个软件开发者的BPM之路
  20. python哪个找工作最好_为何python不好找工作

热门文章

  1. pageOffice 实现PDF的在线查看
  2. 投票服务器维护时间,梦幻西游《维护解读》108:“春心萌动”大赛投票开启,门派调整部分服务器开测...
  3. 经典卷积模型(四)GoogLeNet-Inception(V3)代码解析
  4. win10 1050显卡torch调用不到GPU问题处理
  5. 群晖DSM7.0创建账号并设置访问权限
  6. 安卓开发——UI界面开发
  7. python制作进度条显示_Python进度条的制作代码实例
  8. 【狂神说Java】poi的操作excel
  9. Mac超好用的系统清理软件 MacBooster 8
  10. 装了一款系统优化工具,如何从Mac上卸载MacBooster 7?