问题标签 [hyperledger-sawtooth]
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.
hyperledger - Sawtooth Marketplace 如何将优惠和资产存储在 rethink db 中?
有 rethink db,它在 rethink db 中存储块、资产、优惠等。我能够找到身份验证详细信息是如何存储的,但我无法找到资产和优惠存储在数据库中的位置,请帮助我
hyperledger - 如何在超级账本锯齿中启动多个验证器?
如何在超级账本锯齿中启动多个验证器并同步它们?
在它们两个上部署相同的事务处理器?
blockchain - 即使在 seth-cli-go 中创建了别名,Seth-rpc 错误“在密钥目录中找不到别名”
我正在尝试在 seth-rpc 容器中解锁我创建的别名(使用 seth-cli-go 创建)。我在 seth-rpc 中使用以下命令:
在运行上述命令时,我收到以下错误:'在密钥目录中找不到别名'
在 seth-cli-go 中创建帐户:
有人可以指出我做错了什么吗?
hyperledger - 每次都处于挂起状态的交易
我正在尝试执行一个操作,但它没有被执行
执行此操作后的响应
完整的回应
其余的 API 说
设置 TP
而不是 200 我得到 202 我已经等了很长时间才能执行它但它仍处于挂起状态
docker - 将 Hyperledger Sawtooth 客户端连接到另一台机器上的 Hyperledger Sawtooth Validator
我在公司环境中有两台 Ubuntu 服务器。我的计划是在一台机器上设置 Sawtooth Validator,在另一台机器上设置 Sawtooth Client。
我可以在同一台机器上同时运行它们。
如何在另一台机器上设置客户端并将其连接到我当前的验证器设置。是否有我需要复制的文件或要复制的任何 docker 图像,或者是否需要进行任何配置?
所有在线可用的博客都解释了在同一台机器上设置客户端和验证器。我没有遇到任何解释不同机器上的设置的博客。
hyperledger - 共识算法在超级账本区块链网络中的作用是什么?它是如何工作的?
超级账本区块链中的共识算法如何工作?
所有节点都可以访问相同的链码吗?如果是,那么共识的作用是什么?它是如何工作的?
hyperledger - 如何在 Hyperledger Sawtooth 上查询交易?
我想在 Hyperledger Sawtooth 中执行 CRUD 操作。
我可以在 Hyperledger Sawtooth 中执行 CRUD 操作吗?
blockchain - Blockchain (Hyperledger sawtooth) data management
When you think about designing a blockchain network using Hyperledger sawtooth, It’s important to consider how your data will grow and amplify as your business. Being familiar with on-chain and off-chain data there are certain questions that popped up in terms of data management.
- What if the validators run out of storage?
- What are the ways for scaling the validator who has to have a copy of all the transactions?
- How much data one transaction generates?
- What will be the suitable design If there is a possibility of getting a billion transactions over a period of time?
- If that generates considerable amount of data then what are the ways for cutting down the data which is not in use anymore?
- Can I perform CRUD operation in TSDB which sawtooth uses by default?
- If using an IOT devices with the project then it generates a huge amount of data. How to manage this data in a decentralised and distributed way?
- If using third party for data management then what are the efficient and cost effective methods with features like sharding, archiving, data consistency, etc..
Please clear my doubts and also correct me wherever I’m wrong with the above. Thank you.
hyperledger - Hyperledger Sawtooth 在哪里存储其分类帐?
Hyperledger Sawtooth 在验证器中的哪里存储其分类帐条目?它是可读的格式吗?
它维护什么样的数据库?
可以看到在网络上执行的交易吗?
infinite-loop - Hyperledger Sawtooth 如何处理无限/无限循环?
我找不到任何关于 Hyperledger Sawtooth 如何处理由错误或由开发人员自愿创建的无限循环问题的具体信息(仅有关IntKey事务系列Intkey 工作负载命令的一些问题以错误的 URL 在无限循环中运行)。
我确信在 Hyperledger Fabric上,链码执行超时的概念避免了无限循环的创建,但是 Hyperledger Sawtooth中使用了哪种机制?
谢谢!