Alexsander Falcucci
27f1b3af24
feat(network): implement GetUTxOByAddress local state query ( #341 )
2023-12-12 09:31:46 -03:00
Alexsander Falcucci
b1ac003716
feat(network): implement stake distribution local state query ( #340 )
2023-11-24 06:43:25 -03:00
Santiago Carmuega
fdbdcc3a4f
chore: fix lint warnings ( #330 )
2023-11-13 17:00:00 -03:00
Santiago Carmuega
1dc4d7e19d
feat(codec): add utility for untyped CBOR fragments ( #327 )
2023-11-09 18:22:42 -03:00
Maico Leberle
5391a037d6
feat: scaffold Byron phase-1 validations ( #300 )
...
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2023-10-10 17:16:26 -03:00
Lucas
11687d7f85
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
5a3246eb3c
feat: add helper to create bootstrap addresses ( #269 )
2023-07-29 18:15:00 -03:00
Mitchell Turner
6ac63a04e2
feat(addresses): Derive Hash on Address ( #235 )
...
authored-by: Turner <mitch@tpfs.io>
2023-03-14 18:10:55 -03:00
Santiago Carmuega
6a3679dcda
feat(miniprotocols): Implement tx submission client ( #220 )
...
* feat(miniprotocols): Implement tx submission client
* Match CDDL specs
* Fix build errors
* Add server implementation for txsubmission
Also includes some documentation for how to use both the client and the server
* cargo fmt
* clippy suggestions
clippy pls
* Fail explicitly on missing n2c unix socket
---------
Co-authored-by: Pi Lanningham <pi@sundaeswap.finance>
2023-02-03 20:38:12 -05:00
Santiago Carmuega
cd0212e5dc
fix: Provide original hash for inline datum ( #221 )
2023-02-03 14:58:39 -03:00
Harper
8480c4502f
fix: use PlutusBytes to encode BigUInt/BigNInt ( #216 )
2023-01-25 21:15:55 -03:00
Santiago Carmuega
8cfc6129b2
feat(miniprotocols): Introduce tracing ( #214 )
2022-12-20 14:31:43 -03:00
Karol Ochman-Milarski
dadb39de43
fix: Match CBOR encoding of plutus data with the haskell implementation. ( #212 )
...
* Add failing cbor rountrip test
* Encode lists like haskell does
* Encode plutus data bytestrings as haskell does
That is:
- as bytestring for up to 64 bytes length
- as an indefinite bytestring made of 64 byte chunks, last one can be shorter
2022-12-14 21:20:11 -03:00
Lucas
32c05c6ff7
feat: Provide access to all assets at a tx out ( #180 )
2022-09-16 17:53:45 -03:00
Santiago Carmuega
4dc373335f
feat(primitives): Preserve order of map structures ( #192 )
2022-09-14 15:00:53 -03:00
Santiago Carmuega
f75d9aff9f
fix(codec): Make Int struct copy ( #170 )
2022-08-13 10:51:03 -03:00
Santiago Carmuega
9845fc4040
feat(primitives): Enable serde of ledger structs ( #169 )
2022-08-12 19:43:56 -03:00
Santiago Carmuega
8f38834a1d
fix(primitives): Force CBOR null primitive for missing aux data ( #159 )
2022-08-05 07:26:06 -03:00
Santiago Carmuega
e42341c653
fix(addresses): Fix Byron cbor structure ( #155 )
...
* Use correct CBOR struct for Byron addresses
* Implement universal to / from string that works across all eras
2022-07-23 08:18:53 -03:00
Santiago Carmuega
33c6152f19
feat(traverse): Introduce new accessor methods ( #152 )
2022-07-16 19:31:27 -03:00
Santiago Carmuega
9e22c842cd
feat(traverse): Integrate address library ( #149 )
2022-07-04 18:06:14 -03:00
Santiago Carmuega
4e08620bc4
feat: Add Vasil / Babbage compatibility ( #126 )
...
* feat: Bump n2n protocol versions for Babbage (#125 )
* feat: Allow a specified timeout on tcp connection (#127 )
* feat: Add Babbage primitives (#128 )
* fix: Inaccurate header-body CDDL (#129 )
* fix: Babbage CBOR codec issues (#130 )
* feat: Include Babbage in traverse lib
* Parse Babbage headers (#131 )
* Add Babbage nonce/leader vrf extension (#132 )
Co-authored-by: Andrew Westberg <andrewwestberg@gmail.com>
2022-06-20 22:09:42 -03:00
Santiago Carmuega
e67da5e7ef
feat: Implement common traverse iterators ( #119 )
2022-06-14 13:47:11 -03:00
Santiago Carmuega
6913efef78
feat: Introduce 'traverse' library ( #117 )
2022-06-12 19:09:33 -03:00
Santiago Carmuega
4ea3e134c0
feat: Add mechanism to retain original CBOR ( #110 )
2022-06-03 21:43:18 -03:00
Santiago Carmuega
3260abcb98
chore(deps): Upgrade to minicbor 0.17 (breaking changes) ( #109 )
2022-06-02 09:49:55 -03:00
Santiago Carmuega
1c214ac72f
feat: Implement Plutus Data hashing / JSON ( #100 )
2022-04-29 10:36:02 -03:00
Santiago Carmuega
5c6979d3e5
fix: Use correct struct for metadatum labels ( #96 )
2022-04-27 20:19:56 -03:00
Santiago Carmuega
7fb7860602
feat(primitives): Implement length-preserving uints ( #92 )
2022-04-25 23:04:07 -03:00
Santiago Carmuega
3234523c83
fix(miniprotocols): Handle regression related to multi-msg payloads ( #76 )
2022-03-16 18:17:10 -03:00
Santiago Carmuega
f543e9828c
fix(primitives): Handle very BigInt in plutus data ( #75 )
2022-03-16 09:20:22 -03:00
Santiago Carmuega
3eb064502c
feat: Use DecodeOwned for improved ergonomic ( #74 )
2022-03-14 18:27:00 -03:00
Santiago Carmuega
43c3cbd457
feat: Introduce shared codec lib ( #71 )
...
closes #65
2022-03-13 09:37:08 -03:00