sawtooth-core
sawtooth-core copied to clipboard
Core repository for Sawtooth Distributed Ledger
**sawtooth-validator-default | [2022-04-17 12:13:46.810 INFO cli] config [path]: config_dir = "/etc/sawtooth"; config [path]: key_dir = "/etc/sawtooth/keys"; config [path]: data_dir = "/var/lib/sawtooth"; config [path]: log_dir = "/var/log/sawtooth"; config [path]: policy_dir =...
Updates many dependencies to enable sawtooth validator to build and run on ARM. Fixes a memory leak that occurs when using the currently published image on ARM. Some packages that...
I have been following the [documentation](https://sawtooth.hyperledger.org/docs/1.2/app_developers_guide/creating_sawtooth_network.html) to deploy a sawtooth test network (using docker) but failed with both poet and pbft versions. The nightly tag of docker is outdated and...
Hello, my docker container is giving back all transaction's results with pending state, the logs throws this error: ``` [2021-12-29 19:16:54.971 ERROR future] An unhandled error occurred while running future...
Hello, I've tried to modify /etc/sawtooth/poet_enclave_sgx.toml with the ias_url for a development environment. I inserted "https://api.trustedservices.intel.com/sgx/dev/" for ias_url, but when I run the command sawset proposal, it returns: ``` sawset...
Hi, I am currently doing an internship related to blockchain where we learned to work with sawtooth. Since I was editing the devmode, I **wrote a documentation for consensus engine**...
Support validator nodes which do not publish blocks. In addition to configuring a validator to not publish blocks, the rest of the network must support sending blocks to this validator...
Add support for lightweight nodes. A lightweight node does not do validation, but instead relies on state receipts to reconstruct state. However, to clients it does look like a validator...
Compile the Validator, Transaction Processors and Consensus into one process
Rewrite the `sawtooth` CLI in Rust.