问题标签 [libra]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
54 浏览

cryptocurrency - Diem(前 Libra):创建帐户失败并显示“无法从验证器获取帐户,错误:航点值不匹配”

用例

我正在按照教程创建我的第一笔交易:https ://developers.diem.com/docs/tutorials/my-first-transaction

我跑Ubuntu 20.04

我成功执行了这些命令:

错误:

我用这个命令创建了第一个帐户

命令的创建触发了这个错误:

问题

  1. 我怎么知道航点 8ce65a 来自哪里?我找到了 3139c3 航点的来源:https ://testnet.libra.org/waypoint.txt

  2. 我看到最后一条消息表明该帐户已创建。这是一个安全的假设吗?

0 投票
0 回答
6 浏览

sdk - SDK 2019:stdint.h 看起来很奇怪

我在 Xilinx SDK 2019.1 工作,并希望使用以下定义:

u32_t并且u8_t属于stdint.h,但在 SDK 中它不起作用。这些类型未声明。

你能帮我改写它们吗?你是如何解决这个问题的?