Pull-mirror of github.com/Sulkta-Coop/pallas. Canonical lives on GitHub; this is a LAN-fast read-only cache.
Find a file
dependabot[bot] 6ab3140494
build(deps): update minicbor requirement from 0.12 to 0.13 (#37)
Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.12.0...minicbor-v0.13.0)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 18:32:53 -03:00
.github build: Enable dependabot 2022-01-09 20:04:19 +01:00
examples/block-download docs: Add block download example (#24) 2022-01-17 17:11:03 -03:00
pallas Move the cryptographic hash to newly created pallas-crypto 2022-01-17 23:16:13 +00:00
pallas-alonzo build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-blockfetch build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-chainsync build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-crypto build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-handshake build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-localstate build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-machines build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
pallas-multiplexer Release 0.3.5 2022-01-03 22:26:14 -03:00
pallas-txsubmission build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 2022-01-31 18:32:53 -03:00
.gitignore chore: improve gitignore 2021-12-12 22:02:58 -03:00
Cargo.toml Move the cryptographic hash to newly created pallas-crypto 2022-01-17 23:16:13 +00:00
LICENSE Fill in place holders 2021-12-02 19:55:54 -03:00
README.md Add local state query mini-protocol naive implementation 2021-11-28 16:42:51 -03:00
rustfmt.toml Implement multiplexer and mini-protocols PoC 2021-11-20 11:33:45 -03:00

Pallas

Rust-native building blocks for the Cardano blockchain ecosystem.

Introduction

Pallas is an expanding collection of modules that re-implements common Cardano logic in native Rust. This crate doesn't provide any particular application, it is meant to be used as a base layer to facilitate the development of higher-level use-cases, such as explorers, wallets, etc (who knows, maybe even a full node in the far away future).

Unboxing

The repository is organized as a Cargo workspace. Each Pallas "building block" lives in its own crate. The root pallas crate serves as an all-in-one dependency that re-exports all of the other modules in an hierarchically organized fashion, using Cargo features to tailor the setup for each use-case.

As already explained, Pallas aims at being an expanding set of components. The following tables describe the currently available crates, as well as the planned ones.

Ouroboros Network

Crates Description
pallas-machines A framework for implementing state machines for Ouroboros network mini-protocols
pallas-multiplexer Multithreaded Ouroboros multiplexer implementation using mpsc channels
pallas-handshake Implementation of the Ouroboros network handshake mini-protocol
pallas-blockfetch Implementation of the Ouroboros network blockfetch mini-protocol
pallas-chainsync Implementation of the Ouroboros network chainsync mini-protocol
pallas-localstate Implementation of the Ouroboros network local state query mini-protocol
pallas-txsubmission Implementation of the Ouroboros network txsubmission mini-protocol

Ouroboros Consensus

Crates Description
pallas-leadership Implementation of the slot leadership selection algorithm
pallas-selection Implementation of the consensus chain-selection algorithm

Ouroboros Ledger

Crates Description
pallas-alonzo Ledger primitives and cbor codec for the Alonzo era
pallas-ticking Time passage implementation for consensus algorithm
pallas-applying Logic for validating and applying new blocks and txs to the chain state
pallas-forecasting Ledger forecasting algorithm to be used by the consensus layer

Etymology

Pallas: (Greek mythology) goddess of wisdom and useful arts and prudent warfare;