Commit graph

180 commits

Author SHA1 Message Date
Santiago Carmuega
36f4a37c43
fix(primitives): Fix Byron 'Up' struct decoding (#61) 2022-02-27 09:56:59 -03:00
Santiago Carmuega
4a098861f7 Release 0.5.1
pallas-miniprotocols@0.5.1

Generated by cargo-workspaces
2022-02-26 17:17:10 -03:00
Santiago Carmuega
f86b2250b4
fix(miniprotocols): Decode BlockContent correctly (#60) 2022-02-26 17:14:48 -03:00
Santiago Carmuega
80dace2600 Release 0.5.0
pallas@0.5.0
pallas-crypto@0.5.0
pallas-miniprotocols@0.5.0
pallas-multiplexer@0.5.0
pallas-primitives@0.5.0

Generated by cargo-workspaces
2022-02-24 19:01:26 -03:00
Santiago Carmuega
bb5d7b6930 chore: Fix clippy warnings 2022-02-24 15:23:31 -03:00
Santiago Carmuega
3c6c6f3f40 Release 0.5.0-beta.0
pallas@0.5.0-beta.0
pallas-crypto@0.5.0-beta.0
pallas-miniprotocols@0.5.0-beta.0
pallas-multiplexer@0.5.0-beta.0
pallas-primitives@0.5.0-beta.0

Generated by cargo-workspaces
2022-02-24 15:16:56 -03:00
Santiago Carmuega
3280397c70 chore: Tidy up examples 2022-02-24 15:16:04 -03:00
Santiago Carmuega
75fa717583
fix(primitives): Fix round-trip decoding of genesis block (#58) 2022-02-24 14:45:26 -03:00
Santiago Carmuega
5784ee6c4a
feat: Handle correct probing of genesis block (#57) 2022-02-24 11:45:37 -03:00
Santiago Carmuega
f09047482e Release 0.5.0-alpha.5
pallas@0.5.0-alpha.5
pallas-crypto@0.5.0-alpha.5
pallas-miniprotocols@0.5.0-alpha.5
pallas-multiplexer@0.5.0-alpha.5
pallas-primitives@0.5.0-alpha.5

Generated by cargo-workspaces
2022-02-23 22:41:58 -03:00
Santiago Carmuega
bb16c3cc85
feat: Allow chainsync to start from origin (#56) 2022-02-23 19:52:49 -03:00
Santiago Carmuega
6ad2e44358 Release 0.5.0-alpha.4
pallas@0.5.0-alpha.4
pallas-crypto@0.5.0-alpha.4
pallas-miniprotocols@0.5.0-alpha.4
pallas-multiplexer@0.5.0-alpha.4
pallas-primitives@0.5.0-alpha.4

Generated by cargo-workspaces
2022-02-18 16:38:01 -03:00
Lucas
7bf45a97c2
feat: add Eq & Ord to Era (#53) 2022-02-18 09:51:26 -03:00
Santiago Carmuega
b1df379152 Release 0.5.0-alpha.3
pallas@0.5.0-alpha.3
pallas-crypto@0.5.0-alpha.3
pallas-miniprotocols@0.5.0-alpha.3
pallas-multiplexer@0.5.0-alpha.3
pallas-primitives@0.5.0-alpha.3

Generated by cargo-workspaces
2022-02-17 16:42:56 -03:00
Santiago Carmuega
723aac9406
feat: Make chainsync protocol era-agnostic (#52) 2022-02-17 09:58:10 -03:00
Santiago Carmuega
e26acf2e3e
feat: Include cbor probing for all known eras (#51) 2022-02-17 09:52:07 -03:00
Santiago Carmuega
075064318b Release 0.5.0-alpha.2
pallas@0.5.0-alpha.2
pallas-crypto@0.5.0-alpha.2
pallas-miniprotocols@0.5.0-alpha.2
pallas-multiplexer@0.5.0-alpha.2
pallas-primitives@0.5.0-alpha.2

Generated by cargo-workspaces
2022-02-16 19:10:47 -03:00
Santiago Carmuega
05af7a9130
fix: Add mutability to chainsync observer (#50) 2022-02-16 19:08:51 -03:00
Santiago Carmuega
90825773aa
feat: Implement rollback buffer (#49) 2022-02-16 00:03:32 -03:00
Santiago Carmuega
f678ae2ae3 Release 0.5.0-alpha.1
pallas@0.5.0-alpha.1
pallas-crypto@0.5.0-alpha.1
pallas-miniprotocols@0.5.0-alpha.1
pallas-multiplexer@0.5.0-alpha.1
pallas-primitives@0.5.0-alpha.1

Generated by cargo-workspaces
2022-02-14 18:33:48 -03:00
Santiago Carmuega
630d53debc
chore: Simplify ChainSync agent logic (#48) 2022-02-14 18:30:16 -03:00
Santiago Carmuega
c3662e199d
feat(primitives): Improve ergonomics for Byron primitives (#47)
* feat(primitives): Improve ergonomics for Byron primitives
* fix(ci): Fix tests
2022-02-12 23:44:32 +01:00
Santiago Carmuega
82c581f3a3
fix(primitives): Probe old shelley blocks correctly (#46) 2022-02-10 19:06:03 -03:00
Santiago Carmuega
6abf87eec3
feat: Add Byron header hashing (#45) 2022-02-10 09:57:06 -03:00
Santiago Carmuega
230cc28c31
feat: Implement block cbor probing (#44) 2022-02-09 22:35:57 -03:00
Santiago Carmuega
1f969c9b14 Release 0.5.0-alpha.0
pallas@0.5.0-alpha.0
pallas-crypto@0.5.0-alpha.0
pallas-miniprotocols@0.5.0-alpha.0
pallas-multiplexer@0.5.0-alpha.0
pallas-primitives@0.5.0-alpha.0

Generated by cargo-workspaces
2022-02-09 07:26:13 -03:00
Santiago Carmuega
fec96ffd99
chore: Merge Byron / Alonzo into single crate (#43) 2022-02-09 07:19:17 -03:00
Santiago Carmuega
e41a99883c
chore: Add logo to README (#42) 2022-02-06 21:43:12 -03:00
Santiago Carmuega
573db4ae9e chore: Add logo assets 2022-02-06 21:36:42 -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
Santiago Carmuega
0872dcc6fa
test: Overflow error in ExUnits (#38) 2022-02-01 07:59:43 +01:00
Santiago Carmuega
d87c069a1c Release 0.4.0
pallas@0.4.0
pallas-alonzo@0.4.0
pallas-blockfetch@0.4.0
pallas-chainsync@0.4.0
pallas-crypto@0.4.0
pallas-handshake@0.4.0
pallas-localstate@0.4.0
pallas-machines@0.4.0
pallas-multiplexer@0.4.0
pallas-txsubmission@0.4.0

Generated by cargo-workspaces
2022-01-31 20:42:45 -03:00
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
Rinor Hoxha
cacd74d8b7
build(deps): update cryptoxide requirement from 0.3.6 to 0.4.1 (#36) 2022-01-31 11:51:34 -03:00
Rinor Hoxha
c251d2fd27
fix(alonzo): ExUnits steps overflow (#35) 2022-01-30 20:33:57 -03:00
Mark Stopka
79a33af1bc
Merge pull request #27 from txpipe/nicolasdp/ed25519-plus
add Ed25519 and Ed25519Extended asymmetric keys
2022-01-22 12:42:18 +01:00
Nicolas Di Prima
1cb1b3e4ab
add Ed25519 and Ed25519Extended asymmetric keys 2022-01-22 10:33:14 +00:00
Nicolas Di Prima
b74f46fb4a
feat: make use of the pallas_crypto::Hash type (#25) 2022-01-20 12:11:04 -03:00
Mark Stopka
08b92bd34e
Merge pull request #23 from txpipe/nicolasdp/pallas-crypto-faster-hash-computation
Offer a faster way to compute the hash of an encodable object
2022-01-18 13:05:35 +01:00
Nicolas Di Prima
ad2e0d1bb3
Move the cryptographic hash to newly created pallas-crypto 2022-01-17 23:16:13 +00:00
Santiago Carmuega
26d74796b4
docs: Add block download example (#24) 2022-01-17 17:11:03 -03:00
Nicolas Di Prima
cea75d6626
Propose a faster way to hash without allocating a huge chunk of memory 2022-01-17 18:36:43 +00:00
Nicolas Di Prima
bead7332ae
bump latest version of cryptoxide 2022-01-17 18:36:32 +00:00
Mark Stopka
d15b3974e3
Merge pull request #21 from txpipe/dependabot/cargo/minicbor-derive-0.8.0
build(deps): update minicbor-derive requirement from 0.7.2 to 0.8.0
2022-01-09 20:16:00 +01:00
Santiago Carmuega
559334fb13 Merge branch 'main' of github.com:txpipe/pallas into main 2022-01-09 16:10:55 -03:00
dependabot[bot]
0ac7026005
build(deps): update minicbor-derive requirement from 0.7.2 to 0.8.0
Updates the requirements on [minicbor-derive](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.7.2...minicbor-derive-v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-09 19:05:14 +00:00
Mark Stopka
94985411b9
build: Enable dependabot 2022-01-09 20:04:19 +01:00
Santiago Carmuega
907fd86702 Release 0.3.9
pallas@0.3.9
pallas-alonzo@0.3.9

Generated by cargo-workspaces
2022-01-09 10:38:21 -03:00
Santiago Carmuega
165a5857b8
fix(alonzo): Apply valid cbor codec for Nonce values (#20) 2022-01-09 10:34:27 -03:00