Santiago Carmuega
|
d4524733b3
|
docs: Add block download example (#24)
|
2022-01-17 17:11:03 -03:00 |
|
Mark Stopka
|
f58072eadf
|
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
|
42253086b5
|
Merge branch 'main' of github.com:txpipe/pallas into main
|
2022-01-09 16:10:55 -03:00 |
|
dependabot[bot]
|
d739967b25
|
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
|
d9f3ab106d
|
build: Enable dependabot
|
2022-01-09 20:04:19 +01:00 |
|
Santiago Carmuega
|
2b4214025f
|
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
|
3aaa3ff64c
|
fix(alonzo): Apply valid cbor codec for Nonce values (#20)
|
2022-01-09 10:34:27 -03:00 |
|
Santiago Carmuega
|
61b4e93f4f
|
Release 0.3.8
pallas@0.3.8
pallas-alonzo@0.3.8
Generated by cargo-workspaces
|
2022-01-08 09:48:22 -03:00 |
|
Santiago Carmuega
|
3427285c43
|
fix(alonzo): Contemplate aux data with multiple plutus scripts (#19)
|
2022-01-08 09:42:10 -03:00 |
|
Santiago Carmuega
|
dab1df5a23
|
Release 0.3.7
pallas@0.3.7
pallas-alonzo@0.3.7
Generated by cargo-workspaces
|
2022-01-07 19:47:01 -03:00 |
|
Santiago Carmuega
|
ac9f4d916f
|
fix(alonzo): Apply correct codec for protocol param updates (#18)
|
2022-01-07 19:36:23 -03:00 |
|
Santiago Carmuega
|
7a5e17a7ba
|
Release 0.3.6
pallas-alonzo@0.3.6
Generated by cargo-workspaces
|
2022-01-06 20:18:12 -03:00 |
|
Santiago Carmuega
|
61a01ca0a2
|
fix(alonzo): Make 'invalid txs' field optional for old block compatibility (#17)
|
2022-01-06 20:16:11 -03:00 |
|
Santiago Carmuega
|
571fb4c583
|
Release 0.3.5
pallas@0.3.5
pallas-alonzo@0.3.5
pallas-chainsync@0.3.5
pallas-localstate@0.3.5
pallas-machines@0.3.5
pallas-multiplexer@0.3.5
pallas-txsubmission@0.3.5
Generated by cargo-workspaces
|
2022-01-03 22:26:14 -03:00 |
|
Santiago Carmuega
|
f53921c160
|
fix(multiplexer): Remove disconnected protocols from muxer loop (#16)
|
2022-01-03 20:49:42 -03:00 |
|
Santiago Carmuega
|
a5a027690a
|
fix(machines): Don't warn on expected end-of-input errors (#15)
|
2022-01-02 10:29:46 -03:00 |
|
Santiago Carmuega
|
f457c44d24
|
fix(chainsync): Stop the consumer machine when intersect is not found (#14)
|
2022-01-02 10:11:13 -03:00 |
|
Santiago Carmuega
|
5df211599c
|
ci(multiplexer): Fix connection refused error in integration tests (#13)
|
2022-01-02 09:09:52 -03:00 |
|
Santiago Carmuega
|
20d052f5d3
|
chore: Fix formatting / linting issues
|
2022-01-02 08:04:01 -03:00 |
|
Mark Stopka
|
950802f951
|
Merge pull request #9 from 2nd-Layer/main
ci: Ignore clippy needless_range_loop
|
2021-12-20 21:54:56 +01:00 |
|
Mark Stopka
|
6794cda272
|
ci: Ignore clippy needless_range_loop
|
2021-12-20 21:52:11 +01:00 |
|
Santiago Carmuega
|
f81c3c8cdd
|
Release 0.3.4
pallas@0.3.4
pallas-alonzo@0.3.4
pallas-blockfetch@0.3.4
pallas-chainsync@0.3.4
pallas-handshake@0.3.4
pallas-localstate@0.3.4
pallas-machines@0.3.4
pallas-multiplexer@0.3.4
pallas-txsubmission@0.3.4
Generated by cargo-workspaces
|
2021-12-19 17:34:26 -03:00 |
|
Santiago Carmuega
|
7b34b150a0
|
style(multiplexer): format code
|
2021-12-19 17:29:30 -03:00 |
|
Santiago Carmuega
|
1eb9d90300
|
feat(multiplexer): Add error messages to potential panics
|
2021-12-19 17:27:48 -03:00 |
|
Santiago Carmuega
|
194dd6c70b
|
test(multiplexer): Add basic integration tests
|
2021-12-19 11:06:46 -03:00 |
|
Santiago Carmuega
|
c98c9e891e
|
ci: add validation workflow on push
|
2021-12-17 07:01:38 -03:00 |
|
Santiago Carmuega
|
acd28b23da
|
Merge pull request #8 from 2nd-Layer/disable_unix_socket_on_non-unix_system
feat: Disable Unix socket on non-unix platforms
|
2021-12-17 06:58:06 -03:00 |
|
Mark Stopka
|
7c66ae887a
|
feat: Disable Unix socket on non-unix platforms
|
2021-12-15 02:43:27 +01:00 |
|
Santiago Carmuega
|
00adce7076
|
Release 0.3.3
pallas-alonzo@0.3.3
pallas-blockfetch@0.3.3
pallas-chainsync@0.3.3
pallas-handshake@0.3.3
pallas-localstate@0.3.3
pallas-machines@0.3.3
pallas-multiplexer@0.3.3
pallas-txsubmission@0.3.3
Generated by cargo-workspaces
|
2021-12-14 22:28:48 -03:00 |
|
Santiago Carmuega
|
20d9019375
|
refactor: make chainsync machine agnostic of content
|
2021-12-14 22:14:33 -03:00 |
|
Santiago Carmuega
|
e10575f2da
|
Release 0.3.2
pallas-alonzo@0.3.2
pallas-multiplexer@0.3.2
Generated by cargo-workspaces
|
2021-12-13 08:51:24 -03:00 |
|
Santiago Carmuega
|
002ad622dc
|
fix(alonzo): avoid indef arrays isomorphic codec issues
|
2021-12-13 08:49:39 -03:00 |
|
Santiago Carmuega
|
866deb0211
|
fix(alonzo): deal with transaction body ordering
|
2021-12-12 22:04:50 -03:00 |
|
Santiago Carmuega
|
dcc877e459
|
chore: improve gitignore
|
2021-12-12 22:02:58 -03:00 |
|
Santiago Carmuega
|
a03b43f45a
|
fix(alonzo): use correct codec for plutus data
|
2021-12-12 19:54:13 -03:00 |
|
Santiago Carmuega
|
141ea76096
|
fix(multiplexer): resolve lint issues
|
2021-12-10 07:59:38 -03:00 |
|
Santiago Carmuega
|
fec280728b
|
docs(multiplexer): tidy up examples
|
2021-12-10 07:59:38 -03:00 |
|
Santiago Carmuega
|
87c423a22b
|
docs(multiplexer): add introduction to readme
|
2021-12-10 07:59:38 -03:00 |
|
Santiago Carmuega
|
0dd74b4383
|
Release 0.3.2
pallas-blockfetch@0.3.2
Generated by cargo-workspaces
|
2021-12-10 07:59:38 -03:00 |
|
Santiago Carmuega
|
123cc68a60
|
feat(blockfetch): add more observer events
|
2021-12-10 07:59:38 -03:00 |
|
Santiago Carmuega
|
a7fbbe4a28
|
bump version patch
|
2021-12-10 07:52:27 -03:00 |
|
Santiago Carmuega
|
6333371424
|
feat(alonzo): add instantaneous reward model
|
2021-12-10 07:18:17 -03:00 |
|
Santiago Carmuega
|
cc4e7c2570
|
fix: intra dev dependencies for example code
|
2021-12-10 07:17:05 -03:00 |
|
Santiago Carmuega
|
9eaf88384c
|
fix(alonzo): bad epoch data type
|
2021-12-09 07:06:16 -03:00 |
|
Santiago Carmuega
|
0ef3cf54a1
|
fix(alonzo): visibility of struct members
|
2021-12-09 07:06:16 -03:00 |
|
Santiago Carmuega
|
8c15c1cfc9
|
fix: update incompatible doc link versions
|
2021-12-09 07:06:16 -03:00 |
|
Santiago Carmuega
|
336d2400f4
|
style: apply fmt to entire workspace
|
2021-12-09 07:03:13 -03:00 |
|
Santiago Carmuega
|
1b6cbbc095
|
feat(chainsync): add cursor to observer args
|
2021-12-09 06:49:48 -03:00 |
|
Santiago Carmuega
|
e8ea99db6e
|
feat(blockfetch): add on-demand block-fetch client
|
2021-12-09 06:46:51 -03:00 |
|
Santiago Carmuega
|
9c750e3415
|
feat(chainsync): add tip finder specialized client
|
2021-12-09 06:42:23 -03:00 |
|