Commit graph

30 commits

Author SHA1 Message Date
Santiago Carmuega
3bdae69b0f
chore: remove rolldb from repo (#537) 2024-11-03 11:14:39 -03:00
Andrew Westberg
acf18f202b
chore(math): initialize pallas-math crate (#474) 2024-06-29 17:43:06 -03:00
Pi Lanningham
e1504a2463
feat: add a simple Crawler example (#453)
While working on Amaru, we'll likely want to grab lots of example data. This adds a small utility to easily grab one block, one tx, or blocks/txs matching some predicate
2024-05-08 20:11:13 -03:00
Santiago Carmuega
fa913e4799
feat(hardano): implement immutable db chunk parsing (#328) 2023-12-10 11:28:27 -03:00
Harper
bd4ff8a7fd
feat: introduce wallet crate for ed25519-bip32 key management (#342)
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2023-12-03 11:31:27 -03:00
Harper
f3d9719b5d
feat: introduce transaction builder crate (#338) 2023-12-03 09:51:06 -03:00
Santiago Carmuega
d1ac056142
feat: introduce RollDB (#307) 2023-10-13 13:38:20 -03:00
Maico Leberle
986ee75761
feat: scaffold Byron phase-1 validations (#300)
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2023-10-10 17:16:26 -03:00
Lucas
7fada705a0
feat: Move flat en/de from aiken to pallas (#303)
Nothing new is going on within the code itself.
I simply popped the crate into pallas_codec
as a submodule `pallas_codec::flat`. I also moved
over the tests that we had in the crate. In general
this is in solid shape and hasn't had any changes for
months. That said there could be some things that require love
like dealing with BigInt.

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2023-10-04 19:08:52 -04:00
Santiago Carmuega
a8df6dc666
feat: generate genesis utxos from genesis file (#59)
Co-authored-by: rvcas <x@rvcas.dev>
Co-authored-by: jmhrpr <harper.jme@gmail.com>
2023-10-04 06:45:59 -03:00
Santiago Carmuega
35dda4d40f
feat: introduce UTxO RPC interop (#260) 2023-06-10 22:52:48 -03:00
Santiago Carmuega
82a9eeb47d
chore: undo upstream crate experiment (#258) 2023-05-20 15:20:01 -03:00
Santiago Carmuega
cb0348b47a
refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00
Santiago Carmuega
f1017ccb37
feat: Introduce Upstream crate (#230) 2023-03-10 15:57:51 -03:00
Santiago Carmuega
2a70c6a090
feat: Introduce Addresses crate (#137) 2022-06-23 22:31:12 -03:00
Santiago Carmuega
26da913ad9
feat: Introduce 'traverse' library (#117) 2022-06-12 19:09:33 -03:00
Santiago Carmuega
c998d9adbb
chore: Move miniprotocol examples to custom crate (#97) 2022-04-28 09:50:33 -03:00
Santiago Carmuega
aafaec25d4
chore: Add block-decoding example (#78) 2022-03-18 14:57:02 -03:00
Santiago Carmuega
187245a62f
feat: Introduce shared codec lib (#71)
closes #65
2022-03-13 09:37:08 -03:00
Santiago Carmuega
3280397c70 chore: Tidy up examples 2022-02-24 15:16:04 -03:00
Santiago Carmuega
fec96ffd99
chore: Merge Byron / Alonzo into single crate (#43) 2022-02-09 07:19:17 -03:00
Santiago Carmuega
f8b9d0d5d7
chore: Merge mini-protocols into single crate (#40) 2022-02-06 21:13:35 -03:00
Santiago Carmuega
de41bd8ad6
feat: Introduce Byron library (#39)
Co-authored-by: rvcas <x@rvcas.dev>
2022-02-04 21:40:12 -03:00
Nicolas Di Prima
ad2e0d1bb3
Move the cryptographic hash to newly created pallas-crypto 2022-01-17 23:16:13 +00:00
Santiago Carmuega
1272ba0623 Release 0.3.6
pallas-alonzo@0.3.6

Generated by cargo-workspaces
2022-01-06 20:18:12 -03:00
Santiago Carmuega
b07a1fa7e6 Add local state query mini-protocol naive implementation 2021-11-28 16:42:51 -03:00
Santiago Carmuega
b82c9f6a60 Add 1st pass of Alonzo ledger primitives 2021-11-25 22:04:19 -03:00
Santiago Carmuega
c3c7f818ce Add basic tx-submission mini-protocol implementation 2021-11-22 13:19:33 -03:00
Santiago Carmuega
b2335692ee Add first-pass chain-sync implementation 2021-11-21 12:05:33 -03:00
Santiago Carmuega
65144ce14b Implement multiplexer and mini-protocols PoC 2021-11-20 11:33:45 -03:00