找到约 15 条结果

文章 3月启动的以太坊上海升级,验证者需要知道的

...不可逆的过程。一旦你提交了提款请求(BLSToExecutionChange and/or exit),你就不能再回去了。 Q: 我设置为提款地址的ETH密钥丢失了,该怎么办? A: 不幸的是,如果提款地址丢失了,我们就无能为力了。请确保此地址已妥善备份并安...

文章 每周以太坊进展 2020/10/11

...攻击](https://ethresear.ch/t/a-balancing-attack-on-gasper-the-current-candidate-for-eth2s-beacon-chain/8079),是去年 Ryuya 所提出的 filpflop 攻击的一种变种 * 回应:为 LMD Ghost 加入 [“同步瓶颈” 工具](https://notes.ethereum.org/6EAsltAXSIeMHeRztEGRdg) * [评估秘...

文章 Uniswap v3 Oracle 预言机

...ce comparator for 32-bit timestamps /// @dev safe for 0 or 1 overflows, a and b _must_ be chronologically before or equal to time /// @param time A timestamp truncated to 32 bits /// @param a A comparison timestamp from which to determine the relative position of `time` /// @param b From which t...

文章 连接 Web2 与 Web3:XION Dave 如何开启移动互联网的下一篇章

...一步,真正践行了“**Never been a better time to build mobile iOS and Android apps with XION**”的承诺。 在底层架构上,XION 作为一个基于 **Cosmos SDK** 构建的**应用链(App-chain)**,其独特的“**抽象证明(Proof-of-Abstraction)**”共识机制为这...

文章 探索 CryptoKitties — 第1部分:数据提取

...中[记录](https://media.consensys.net/technical-introduction-to-events-and-logs-in-ethereum-a074d65dd61e)信息是很常见的。通过调用 JSON RPC API [eth_getlogs 方法](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getlogs),可以获得合约记录的日志。与调用合约函数的...

文章 AI赋能的智能合约开发:从ChatGPT到生产

...{ using stdStorage for StdStorage; function testFuzz_TransferWithRandomAmounts( address from, address to, uint256 amount ) public { // AI generates edge cases you never thought of vm.assume(from != address(0) && to != address(0)); vm.assum...

文章 安全地开启合成资产时代

...中的得分 | | 信息输入机制 | 法院系统 | UMA、Chainlink、Band、Tellor 等 | 由 Charlie 判定 | | 锚定机制 | 保证金要求、清算、资金费率、期满 | 视情况而定——每个协议都不同 | 期满付款 | | 截止日期 | 任意日期 | 任意日期或不限期 ...

文章 scaffold-eth 挑战2:创建ERC20代币及买卖合约(part2)

...-an-erc20-token...](https://stermi.medium.com/how-to-create-an-erc20-token-and-a-solidity-vendor-contract-to-sell-buy-your-own-token-8882808dd905) 作者:Emanuele Ricci > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockcha...

文章 ETH 1.0链的费用市场变更

...一化的交易不包含签名或链 ID signer_address = self.validate_and_recover_signer_address(unnormalized_transaction) transaction = self.normalize_transaction(unnormalized_transaction, signer_address) signer = self.account(signer_address) signer.balance -= transaction.amoun...

文章 OpenMina: 测试用例说明

...uery`: 检查账本查询是否正确发送和接收 * `staged_ledger_aux_and_pending_coinbases_at_block`: 在 yamux 中失败,错误为 `attempt to subtract with overflow` * `block`: 在 yamux 中失败,错误为 `attempt to subtract with overflow` ### [Kademlia](../../p2p/tests/kademlia.r...

文章 数字货币的演变:DigiCash、E-gold、RPoW及中本聪之谜

...itsa-global.medium.com/the-evolution-of-digital-money-digicash-e-gold-rpow-and-the-enigma-of-satoshi-nakamoto-fadb439b7c5b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 go-ethereum源码剖析:你的交易是如何上链的

...更加详细。 ```go // TransactionArgs represents the arguments to construct a new transaction // or a message call. type TransactionArgs struct {     From     *common.Address `json:"from"`     To       *common.Address `json:"to"`     Gas      *hexutil.Uint64 `json:"gas"` ...

文章 以太坊奖励你清空存储

... [decipherclub.com/clear-s...](https://www.decipherclub.com/clear-storage-and-get-incentivized-by-ethereum-blockchain) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 深度分析DeFi智能合约的数据质量问题

...cles/900001616523-Huobi-to-Make-Exchange-Data-Available-to-Smart-Contracts-and-Huobi-Wallet-to-Run-a-Chainlink-Node)(加密货币交易所)。 数据提供商成为Chainlink节点将拥有一个独一无二的优势,那就是可以在自己的数据上进行加密签名。用户和智能合...

文章 每周以太坊进展 2020/03/29

...tps://www.reddit.com/r/ethereum/comments/fo1p2b/ethereum_on_arm_nethermind_and_hyperledger_besu/),可在树莓派上运行 Geth、Nethermind、Parity、Besu 客户端的全节点了 ## Eth2 * 最新的 [eth2 实现者会议](https://youtu.be/Vn1oHH55yPk?t=245)。Ben Edgington 写的 [备忘...