Commit graph

28 commits

Author SHA1 Message Date
Francisco Joray
3122c92ced
feat(network): implement get_utxo_whole query (#564) 2024-12-23 13:50:40 -03:00
Pedro Sánchez Terraf
9133163b73
feat(network): implement get stake pool parameters query (#554) 2024-12-17 13:04:48 -03:00
Santiago Carmuega
3a614d2c91
chore: apply new lint warnings from latest clippy (#561) 2024-12-14 17:37:33 -03:00
Pedro Sánchez Terraf
9747be3095
fix(network): adjust PoolDistr & ProtocolParam structs used for state queries (#551)
Signed-off-by: Pedro Sánchez Terraf <sterraf@users.noreply.github.com>
2024-12-14 16:32:12 -03:00
Pedro Sánchez Terraf
cfc840f1b2
feat(network): implement GetFilteredDelegationsAndRewardAccounts query (#552)
Signed-off-by: Santiago Carmuega <santiago@carmuega.me>
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2024-12-11 22:15:07 -03:00
Pedro Sánchez Terraf
57157b66fa
feat(network): implement GetUTxOByTxIn state query (#550) 2024-12-11 21:57:25 -03:00
Andrew Westberg
2c69435046
feat(math): add support for some math functions (#483) 2024-08-01 19:35:18 -03:00
Alexsander Falcucci
97a32c9af5
feat(network): implement GetChainBlockNo local state query (#441) 2024-04-16 09:27:23 -03:00
Alexsander Falcucci
b6d6e56f4f
feat(network): implement GetGenesisConfig local state query (#407) 2024-02-26 08:44:37 -03:00
Alexsander Falcucci
4362341b43
fix: support multiple pools in stake snapshot query (#396) 2024-02-11 12:51:35 -03:00
Alexsander Falcucci
43cdb74ee0
feat(network): implement stake snapshot local state query (#394) 2024-02-06 09:17:44 -03:00
Alexsander Falcucci
3a0514c92b
fix: contemplate legacy tx outputs in utxo by address query (#386) 2024-01-29 10:19:47 -03:00
Alexsander Falcucci
14e0809ea2
feat: implement GetCurrentPParams local state query (#322) 2024-01-08 08:38:39 -03:00
Santiago Carmuega
4f598ebc31
refactor(network): split bearer into read/write (#364) 2023-12-21 18:08:29 -03:00
Andrew Westberg
1ed2161a43
feat(network): update n2n handshake versions & add keepalive miniprotocol (#362) 2023-12-19 07:56:10 -03:00
Harper
ef086375bf
fix(network): use correct client state transition for n2n txsub (#348) 2023-12-15 13:28:36 -03:00
Alexsander Falcucci
6f1b15269c
feat(network): implement GetUTxOByAddress local state query (#341) 2023-12-12 09:31:46 -03:00
Alexsander Falcucci
645989465d
feat(network): implement stake distribution local state query (#340) 2023-11-24 06:43:25 -03:00
Santiago Carmuega
3d15fce191
chore: fix lint warnings (#339) 2023-11-20 19:46:14 -03:00
Santiago Carmuega
f26b9bd591
chore: fix lint warnings (#330) 2023-11-13 17:00:00 -03:00
Santiago Carmuega
e0f9f14dea
refactor(network): simplify local state mini-protocol implementation (#326) 2023-11-09 21:47:24 -03:00
Harper
2b5f22def2
feat(network): scaffold local state query server (#280) 2023-10-26 18:02:11 +00:00
Santiago Carmuega
1f870cac66
chore: fix lint warning (#283) 2023-09-07 09:39:18 -03:00
Harper
7f919dcef5
feat(network): add server-side facades (#282) 2023-09-01 09:15:14 -03:00
Harper
fdf41b5b32
feat(network): implement chain sync server side (#277) 2023-08-23 20:17:17 -03:00
Harper
9ea5d7cefe
feat(network): add server side of blockfetch miniprotocol (#275) 2023-08-09 06:46:45 -03:00
Santiago Carmuega
e46b152786
refactor: Improve network module naming (#245) 2023-04-10 20:21:11 -03:00
Santiago Carmuega
cb0348b47a
refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00