Commit Graph

10 Commits

Author SHA1 Message Date
Roman 30b528f421
test: cryptarchia ledger error cases
- LedgerError::CommitmentExists
2024-06-14 17:54:44 +02:00
Roman c2737a28c5
test: cryptarchia ledger error cases
- LedgerError::InvalidSlot
2024-06-14 17:14:57 +02:00
Roman 20e34ea770
test: ser/de for Nullifier and Commitment 2024-06-14 10:33:49 +02:00
Roman 0aadeafe1c
fix: formatting 2024-06-12 17:37:27 +02:00
Roman 408e619e82
test: conversions for LeaderProof 2024-06-12 17:25:19 +02:00
Giacomo Pasini 7e4d00cc78
Switch from Carnot to Cryptarchia (#624)
* Switch from Carnot to Cryptarchia

* Do not delete old coins

* Update tests/src/lib.rs

Co-authored-by: davidrusu <davidrusu.me@gmail.com>

* clippy happy

---------

Co-authored-by: davidrusu <davidrusu.me@gmail.com>
2024-03-28 12:56:04 +01:00
Giacomo Pasini a933c73245
add cryptarchia leadership (#613) 2024-03-18 16:04:16 +01:00
Giacomo Pasini 1b925d9a3a
Add cryptarchia consensus service (#612)
* add cryptarchia consensus service

* fmt

* clippy happy

* review comments
2024-03-15 15:53:51 +01:00
Giacomo Pasini 50cff241fe
Refactor block (#609)
* Refactor Block/Header definition

Refactor block/header definition so that it's now responsibility
of the nomos-core crate. This removes definitions in ledger/consensus
crates since there's no need at that level to have an understanding
of the block format.

The new header format supports both carnot and cryptarchia.
2024-03-13 18:46:10 +01:00
Giacomo Pasini e51865fe33
move ledger into separate crate (#606)
* move ledger into separate crate

* clippy happy
2024-03-11 15:15:17 +01:00