Pull-mirror of github.com/Sulkta-Coop/pallas. Canonical lives on GitHub; this is a LAN-fast read-only cache.
Find a file
2024-11-03 11:14:39 -03:00
.chglog docs: Add retroactive change log 2022-04-29 20:34:12 -03:00
.github chore[applying]: Fix cargo fmt from previous commits 2024-09-26 07:58:08 -04:00
assets chore: Add logo assets 2022-02-06 21:36:42 -03:00
examples fix(interop): use correct input order to match redeemers (#487) 2024-07-14 13:48:05 -03:00
pallas chore: remove rolldb from repo (#537) 2024-11-03 11:14:39 -03:00
pallas-addresses feat(crypto): Add Key Evolving Signatures (KES) 2024-10-17 15:12:33 -04:00
pallas-applying refactor: support roundtrip encoding for script data hash components (#526) 2024-10-22 10:09:37 -03:00
pallas-bech32 fix: add missing READMEs for crate publish 2024-01-04 11:58:28 -03:00
pallas-codec feat(txbuilder): compute ScriptDataHash including edge cases (#525) 2024-10-22 22:20:58 -03:00
pallas-configs refactor: Re-organize and clean-up pallas-primitives (#523) 2024-10-22 08:57:21 -03:00
pallas-crypto feat(crypto): Add Key Evolving Signatures (KES) 2024-10-17 15:12:33 -04:00
pallas-hardano Release 0.30.2 2024-09-08 18:49:23 -03:00
pallas-math fix(math): update once_cell::Lazy -> std::sync::LazyLock 2024-10-31 18:18:45 -04:00
pallas-network refactor: Re-organize and clean-up pallas-primitives (#523) 2024-10-22 08:57:21 -03:00
pallas-primitives refactor: support roundtrip encoding for script data hash components (#526) 2024-10-22 10:09:37 -03:00
pallas-traverse feat(traverse): prioritize Conway for tx decoding heuristics (#527) 2024-10-22 10:27:56 -03:00
pallas-txbuilder fix(txbuilder): don't include empty redeemers in Conway txs (#532) 2024-10-25 19:06:25 -03:00
pallas-utxorpc refactor: Re-organize and clean-up pallas-primitives (#523) 2024-10-22 08:57:21 -03:00
pallas-wallet Release 0.30.2 2024-09-08 18:49:23 -03:00
test_data fix(txbuilder): sign transactions using Conway era (#531) 2024-10-24 16:17:34 -03:00
.gitignore feat(network): update n2n handshake versions & add keepalive miniprotocol (#362) 2023-12-19 07:56:10 -03:00
Cargo.toml chore: remove rolldb from repo (#537) 2024-11-03 11:14:39 -03:00
CHANGELOG.md Release 0.30.1 2024-08-25 14:35:15 -03:00
LICENSE Fill in place holders 2021-12-02 19:55:54 -03:00
README.md chore(math): initialize pallas-math crate (#474) 2024-06-29 17:43:06 -03:00
rustfmt.toml Implement multiplexer and mini-protocols PoC 2021-11-20 11:33:45 -03:00
SECURITY.md docs: define security policy (#464) 2024-05-22 10:53:39 -03:00

Pallas Logo Pallas Logo

Rust-native building blocks for the Cardano blockchain ecosystem

GitHub Crates.io GitHub Workflow Status

Introduction

Pallas is an expanding collection of modules that re-implements common Ouroboros / 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 a 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-network Network stack providing a multiplexer and mini-protocol implementations

Ouroboros Consensus

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

Cardano Ledger

Crates Description
pallas-primitives Ledger primitives and cbor codec for the different Cardano eras
pallas-traverse Utilities to traverse over multi-era block data
pallas-addresses Encode / decode Cardano addresses of any type
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

Shared

Crates Description
pallas-crypto Shared Cryptographic primitives
pallas-codec Shared CBOR encoding / decoding using minicbor lib
pallas-math Shared mathematics functions

Etymology

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