Commit graph

  • 6c416427e1 chore(deps): update dependency go to 1.26 renovate/go-1.x Renovate Bot 2026-06-30 06:24:59 +00:00
  • f552e28231 chore(deps): update actions/checkout action to v2.7.0 renovate/actions-checkout-2.x Renovate Bot 2026-06-30 06:24:53 +00:00
  • c01771f9ff chore(deps): update rust crate tokio to 1.38.2 [security] renovate/crate-tokio-vulnerability Renovate Bot 2026-06-29 06:25:00 +00:00
  • 087db20a21 chore(deps): update rust crate tracing-subscriber to 0.3.20 [security] renovate/crate-tracing-subscriber-vulnerability Renovate Bot 2026-06-29 06:24:54 +00:00
  • 01762a7bdf chore(deps): update rust crate rand to 0.8.6 [security] renovate/crate-rand-vulnerability Renovate Bot 2026-06-29 06:24:44 +00:00
  • f36077e8d8 chore: add gitleaks allowlist for upstream public test fixtures (not secrets) main Sulkta 2026-06-28 22:12:17 -07:00
  • 679dff9b3a Release 0.32.1 Santiago Carmuega 2025-06-25 10:28:02 -03:00
  • d50cd7da7c chore: add n2n handshake version 14 to default options (#665) Paulo Bressan 2025-06-25 10:27:01 -03:00
  • 100827213e Release 0.32.0 Santiago Carmuega 2024-12-29 19:17:53 -03:00
  • cbffafaf51 chore(deps): update utxorpc-spec to v0.15 (#568) Santiago Carmuega 2024-12-29 19:16:24 -03:00
  • bd3120fabd feat(traverse): introduce small QoL improvements (#567) Santiago Carmuega 2024-12-29 15:17:08 -03:00
  • 21a92fc235 feat(network): implement get_utxo_whole query (#564) Francisco Joray 2024-12-23 13:50:40 -03:00
  • f1cbf11c74 fix(traverse): don't mess with Byron update epoch (#566) Santiago Carmuega 2024-12-22 12:11:04 -03:00
  • 7c6ccac3ed feat(applying): include main constants in pparams (#565) Santiago Carmuega 2024-12-22 12:06:47 -03:00
  • 914631adcb feat(network): implement get stake pool parameters query (#554) Pedro Sánchez Terraf 2024-12-17 13:04:48 -03:00
  • b483b3a17a chore: apply new lint warnings from latest clippy (#561) Santiago Carmuega 2024-12-14 17:37:33 -03:00
  • e21895206c chore: fix examples after latest refactors (#560) Santiago Carmuega 2024-12-14 17:18:31 -03:00
  • 8318e8539d chore(math): replace malachite lib with dashu (#542) Andrew Westberg 2024-12-14 19:45:32 +00:00
  • 8b511b7d81 feat(configs): allow clone for genesis file structs (#528) Clark Alesna 2024-12-15 03:42:14 +08:00
  • a0c0ffde1a fix(network): adjust PoolDistr & ProtocolParam structs used for state queries (#551) Pedro Sánchez Terraf 2024-12-14 16:32:12 -03:00
  • ac66eb9473 chore(utxorpc): update spec to v0.14 and update redeemer mapper (#559) Santiago Carmuega 2024-12-14 16:16:42 -03:00
  • e2aa8139fc feat(txbuilder): allow cloning of relevant structs (#558) Logical Mechanism 2024-12-13 02:57:36 -08:00
  • 226a454ec6 feat(network): implement GetFilteredDelegationsAndRewardAccounts query (#552) Pedro Sánchez Terraf 2024-12-11 22:15:07 -03:00
  • 5c3a7ccf19 feat(network): implement GetUTxOByTxIn state query (#550) Pedro Sánchez Terraf 2024-12-11 21:57:25 -03:00
  • 9c45be76b1 feat(utxorpc): add execution cost prices to parameter mapper (#555) Rico Miles Quiblat 2024-12-12 08:55:16 +08:00
  • f70a4b41c9 fix(txbuilder): support adding signatures to Conway transactions (#553) Logical Mechanism 2024-12-11 16:54:09 -08:00
  • a13e54390f feat(traverse): implement MultiEraValue.into_conway (#545) Simon Gellis 2024-11-12 19:06:24 -05:00
  • 5319590af9 fix: remove math from root crate (#541) Santiago Carmuega 2024-11-04 12:29:46 -03:00
  • 528d34c610 fix(crypto): remove modules with non-published deps (#540) Santiago Carmuega 2024-11-04 12:16:26 -03:00
  • fbc7c73c20 Release 0.31.0 Santiago Carmuega 2024-11-03 12:28:59 -03:00
  • 504fcd7fc6 docs: update readme with latest crate structure (#539) Santiago Carmuega 2024-11-03 12:26:35 -03:00
  • 1f6bc6b865 chore: use new method for github dark mode images (#538) Santiago Carmuega 2024-11-03 11:25:03 -03:00
  • ccd51a396c chore: remove rolldb from repo (#537) Santiago Carmuega 2024-11-03 11:14:39 -03:00
  • f0380c4928 chore: update root crate re-exports (#536) Santiago Carmuega 2024-11-03 10:51:34 -03:00
  • 84a63a379a fix(math): update once_cell::Lazy -> std::sync::LazyLock Andrew Westberg 2024-10-31 00:50:12 +00:00
  • d9b632abef fix(math): fix edge cases of ln and pow Andrew Westberg 2024-10-26 19:09:33 +00:00
  • b580f1caab fix(txbuilder): don't include empty redeemers in Conway txs (#532) Joshua Marchand (JSHy) 2024-10-25 18:06:25 -04:00
  • 3adc16b798 fix(txbuilder): sign transactions using Conway era (#531) Santiago Carmuega 2024-10-24 16:17:34 -03:00
  • a29a6cf50f feat(txbuilder): compute ScriptDataHash including edge cases (#525) Santiago Carmuega 2024-10-22 22:20:58 -03:00
  • dfbe307e6c feat(traverse): prioritize Conway for tx decoding heuristics (#527) Santiago Carmuega 2024-10-22 10:27:56 -03:00
  • 3b5dcef195 refactor: support roundtrip encoding for script data hash components (#526) Santiago Carmuega 2024-10-22 10:09:37 -03:00
  • 6b667c78a3 refactor: Re-organize and clean-up pallas-primitives (#523) Matthias Benkort 2024-10-22 13:57:21 +02:00
  • 7d79407163 feat(crypto): Add Key Evolving Signatures (KES) Andrew Westberg 2024-10-03 14:02:36 +00:00
  • 33b076ad23 feat(txbuilder): expose independent output builder (#522) Santiago Carmuega 2024-10-17 13:36:33 -03:00
  • 19b0ac3072 feat: add support for Conway config and params traverse (#521) Santiago Carmuega 2024-10-16 21:43:23 -03:00
  • ae71a53707 chore(interop): bump u5c to v0.11.0 (#519) Santiago Carmuega 2024-10-11 09:10:39 -03:00
  • de923dc004 feat(crypto): add extra types and conversions (#517) Andrew Westberg 2024-10-04 07:37:36 -04:00
  • 3b5c1ba7ab feat(traverse): introduce MultiEraValue (#516) Santiago Carmuega 2024-10-01 09:46:58 -03:00
  • cd2fd2b639 feat(codec): improve KeyValuePairs ergonomics (#515) Santiago Carmuega 2024-10-01 09:00:23 -03:00
  • 50b947624f chore[applying]: Fix cargo fmt from previous commits Andrew Westberg 2024-09-25 20:12:04 +00:00
  • 2477c7c44a fix[pallas-math]: use malachite as default Andrew Westberg 2024-09-09 14:03:01 +00:00
  • 20befb28ac feat[pallas-crypto]: Add Nonce Capabilities Andrew Westberg 2024-08-07 19:56:43 +00:00
  • 7c7a3c25ab feat(applying): add cert and native script validation for ShelleyMA (#510) Pedro Sánchez Terraf 2024-09-23 13:24:32 -03:00
  • 87e47de094 Release 0.30.2 Santiago Carmuega 2024-09-08 18:49:23 -03:00
  • 6a3d8df216 feat(interop): map u5c Conway structs (#511) Santiago Carmuega 2024-09-06 21:12:27 -03:00
  • 6cba3882ed Release 0.30.1 Santiago Carmuega 2024-08-25 14:34:25 -03:00
  • 510ce8e4ee fix(interop): support Conway pparams mapping to u5c (#509) Santiago Carmuega 2024-08-25 13:23:31 -03:00
  • 5a189a2f30 fix(applying): use correct cost model for Conway (#508) Santiago Carmuega 2024-08-25 13:00:59 -03:00
  • 7b5a25a8f6 fix(applying): add missing Conway pparams variant (#507) Santiago Carmuega 2024-08-25 12:42:27 -03:00
  • 95510c253c fix(primitives): patch remaining Conway issues (#505) Matthias Benkort 2024-08-25 16:48:54 +02:00
  • 67f8b4bc9a fix(primitives): skip nonempty invariant check (#506) Harper 2024-08-25 15:44:35 +01:00
  • c8e8d2619c fix: exclude large data files blocking crate publish Santiago Carmuega 2024-08-21 08:57:53 -03:00
  • f4527fc438 Release 0.30.0 Santiago Carmuega 2024-08-20 14:01:04 -03:00
  • 78627d0d2a feat(interop): implement u5c pparams mapping (#504) Santiago Carmuega 2024-08-15 16:01:10 -03:00
  • 42c0169945 chore(interop): bump u5c spec to v0.9 (#503) Santiago Carmuega 2024-08-15 10:48:28 -03:00
  • 27c4967824 feat(interop): introduce field-mask context for u5c (#502) Santiago Carmuega 2024-08-15 10:35:58 -03:00
  • 9020cc512b fix(primitives): expose hidden struct fields in Conway (#501) Matthias Benkort 2024-08-11 01:08:45 +02:00
  • afc93b2c3c fix(traverse): use Conway types in places they are meant to (#499) Matthias Benkort 2024-08-08 13:33:10 +02:00
  • 2758cc5a2c fix(interop): skip conway certs in u5c (#498) Santiago Carmuega 2024-08-03 10:46:14 -03:00
  • b7c6144b4d chore(txbuilder): export ExUnits to make them accessible from outside (#497) Joshua Marchand (JSHy) 2024-08-02 13:39:49 -04:00
  • 0f8cafdaa0 feat(math): add support for some math functions (#483) Andrew Westberg 2024-08-01 22:35:18 +00:00
  • 46dff24c3e chore(interop): update u5c spec to v0.8.0 (#493) Santiago Carmuega 2024-07-28 19:48:43 -03:00
  • ad1a5e3c2e fix(addresses): relax length check during parsing (#491) Santiago Carmuega 2024-07-19 09:36:07 -03:00
  • f1a90e84fa Release 0.29.0 Santiago Carmuega 2024-07-15 22:28:57 -03:00
  • 9528bedfda feat(hardano): add fuzzy block search by slot in Immutable db (#484) Steven Johnson 2024-07-16 08:16:58 +07:00
  • 60e07e2f00 fix(interop): map missing u5c redeemers (#490) Lucas 2024-07-15 20:47:25 -04:00
  • 8f74238dc5 chore(interop): update u5c spec to v0.7.0 (#489) Santiago Carmuega 2024-07-15 18:25:40 -03:00
  • 9f9e088091 fix(interop): use correct input order to match redeemers (#487) Santiago Carmuega 2024-07-14 13:48:05 -03:00
  • 9b16a98fb1 fix(interop): check for spend purpose when matching redeemers (#486) Santiago Carmuega 2024-07-13 14:43:52 -03:00
  • 6273e758c0 chore(interop): update u5c specs to v0.6 (#485) Santiago Carmuega 2024-07-12 18:03:17 -03:00
  • 496f73fbf3 Release 0.28.0 Santiago Carmuega 2024-07-01 13:35:58 -03:00
  • 9552d669b5 ci: skip gmp dep until we can build on windows (#476) Santiago Carmuega 2024-07-01 12:22:42 -03:00
  • de48c9df46 chore: fix lint warnings and outdated tests (#475) Santiago Carmuega 2024-07-01 11:34:31 -03:00
  • 1fdf8dc01f chore(math): initialize pallas-math crate (#474) Andrew Westberg 2024-06-29 20:43:06 +00:00
  • 9011a2e078 fix(network): handle end of list in tx monitor response (#305) teebaumcrypto 2024-06-29 20:08:16 +02:00
  • 604b492dee build(deps): update itertools requirement from 0.12.1 to 0.13.0 (#459) dependabot[bot] 2024-06-29 15:02:05 -03:00
  • 6504915a42 refactor(network): don't treat rejected txs as submit protocol errors (#306) teebaumcrypto 2024-06-29 20:00:08 +02:00
  • fac640b789 feat(network): add tx submission and tx monitor clients to network facades (#442) io:nathan 2024-06-29 19:28:33 +02:00
  • 9d7fda86ba chore: improve ImmutableDB error handling (#426) Alex Pozhylenkov 2024-06-29 20:25:40 +03:00
  • ab8bd49701 fix: relax CBOR decoding of Conway protocol params update (#473) Santiago Carmuega 2024-06-18 13:03:07 -03:00
  • 12b83111ee refactor(interop): use batching for utxorpc ledger interface (#472) Santiago Carmuega 2024-06-09 21:01:59 -03:00
  • 52c6db13ef Release 0.27.0 Santiago Carmuega 2024-06-01 08:35:53 -03:00
  • 0f30012d75 chore: fix lint warnings (#470) Santiago Carmuega 2024-06-01 08:05:47 -03:00
  • 3e32159caf Merge pull request from GHSA-wr2p-64gm-8x2c Nicolas Di Prima 2024-06-01 11:32:32 +01:00
  • 61c82bfdf8 chore: split unstable features into independent flags (#469) Santiago Carmuega 2024-05-27 18:42:22 -03:00
  • 540a27db8e fix(network): expose missing members in facades (#468) Santiago Carmuega 2024-05-26 13:23:20 -03:00
  • f4fd2600f1 feat(traverse): Decode Conway block headers properly (#466) Andrew Westberg 2024-05-24 16:25:24 -04:00
  • 3a83c1fdad chore(traverse): make era enum serializable (#467) Santiago Carmuega 2024-05-24 17:21:17 -03:00
  • e92958ec6d docs: define security policy (#464) Santiago Carmuega 2024-05-22 10:53:39 -03:00
  • a19aa07ad2 Release 0.26.0 Santiago Carmuega 2024-05-21 08:32:18 -03:00