ygd58
75bca03d59
Merge remote-tracking branch 'upstream/main' into feat/validity-window-display
2026-04-24 22:38:03 +02:00
ygd58
42985e5c72
feat: make ValidityWindow generic with Display and datetime conversion
...
- ValidityWindow<T = BlockId> now generic over bound type
- Generic Display<T> implementation for all bound types
- to_datetime_window() converts block-id window to UTC datetime window
- Backward compatible: default type param is BlockId
Enables ValidityWindow<chrono::DateTime<Utc>> for human-readable display.
Refs #421
2026-04-01 13:34:16 +02:00
Sergio Chouhy
3c5a1c9d0a
Merge branch 'main' into schouhy/add-block-context-system-accounts
2026-03-31 20:53:10 -03:00
Sergio Chouhy
9aa7caf3bf
refactor validity window with generic
2026-03-31 13:49:12 +02:00
moudyellaz
c4567d163d
style: apply cargo fmt
2026-03-31 13:46:25 +02:00
moudyellaz
5c592312f9
feat: extend ValidityWindow with Unix timestamp bounds
2026-03-31 13:46:08 +02:00
Sergio Chouhy
7078e403ed
add timestamp to clock
2026-03-30 23:50:54 -03:00
Sergio Chouhy
e618e08bdc
use validity window as intstruction type in test programs
2026-03-26 18:10:31 -03:00
Sergio Chouhy
57b83f4e1a
move to impl display
2026-03-26 15:21:29 -03:00
Sergio Chouhy
acf609ecc8
Merge branch 'main' into schouhy/add-block-context
2026-03-26 13:24:46 -03:00
Sergio Chouhy
d7b0c42255
clippy
2026-03-25 20:26:04 -03:00
Sergio Chouhy
1193d31f76
implement convert constructor
2026-03-25 15:47:50 -03:00
Sergio Chouhy
3257440448
enforce valid window construction
2026-03-20 13:49:17 -03:00
Daniil Polyakov
f9071d492c
feat: cache rust builds in docker to speed up subsequent builds
2026-03-20 18:39:58 +03:00
Daniil Polyakov
c5950bd08a
feat: use docker volumes instend of mounts for runtime data directories
2026-03-20 17:40:59 +03:00
Sergio Chouhy
607a34058d
Merge branch 'main' into schouhy/add-block-context
2026-03-20 09:52:16 -03:00
Sergio Chouhy
aeddb56978
fmt
2026-03-19 18:55:19 -03:00
Sergio Chouhy
0d46f0798a
clippy
2026-03-19 18:55:02 -03:00
Daniil Polyakov
7b20a83379
fix: fixes after rebase & address comments
2026-03-20 00:48:04 +03:00
Daniil Polyakov
9d87e3b046
fix: fix lints
2026-03-20 00:41:05 +03:00
Daniil Polyakov
b254ebb185
feat: refactor sequencer RPC client-side
2026-03-20 00:41:05 +03:00
Daniil Polyakov
be94e133fa
feat: refactor sequencer RPC server-side
2026-03-20 00:41:05 +03:00
Sergio Chouhy
a069004451
add validity window checks on privacy preserving transactions
2026-03-19 18:32:54 -03:00
jonesmarvin8
ce729f112d
Merge branch 'main' into marvin/bip-32-comp
2026-03-18 16:47:39 -04:00
jonesmarvin8
0bcb626adc
lint fixes
2026-03-18 10:28:52 -04:00
Pravdyvy
94faaa6d64
Merge branch 'main' into Pravdyvy/indexer-final-state
2026-03-18 09:15:45 +02:00
Daniil Polyakov
252848a145
feat: update rust to 1.94.0
2026-03-17 21:25:30 +03:00
Daniil Polyakov
aa462b66eb
feat: add nursery clippy lints
2026-03-17 21:25:30 +03:00
Daniil Polyakov
e3b93b6e9a
feat: add restriction clippy lints
2026-03-17 21:25:30 +03:00
Daniil Polyakov
efe8393ba0
feat: add pedantic clippy lints
2026-03-17 21:25:30 +03:00
Pravdyvy
2fb8c2c87f
fix: suggestions fix 2
2026-03-17 15:18:12 +02:00
Pravdyvy
8a8c7f722b
fix: suggestions fix
2026-03-17 15:10:12 +02:00
Daniil Polyakov
756f2f4135
feat: add workspace lints to every crate
2026-03-17 15:13:44 +03:00
jonesmarvin8
1cfc710024
Merge branch 'main' into marvin/bip-32-comp
2026-03-09 05:23:24 -04:00
Daniil Polyakov
7f0d41104d
fix: replace old keys with new ones in configurations
2026-03-07 15:41:47 +03:00
Daniil Polyakov
ec1018deac
feat: sort blocks from latest to oldest in explorer
2026-03-04 21:54:36 +03:00
Pravdyvy
44a11bd3f1
fix: state interactions fix
2026-03-04 14:12:39 +02:00
Pravdyvy
ed299932c5
fear: final state field
2026-03-02 18:25:22 +02:00
jonesmarvin8
ab41bff5cc
update config files
2026-02-27 18:30:54 -05:00
Daniil Polyakov
7d4409fdf9
fix: fix docker builds and runs
2026-02-27 21:20:22 +03:00
Pravdyvy
18d9d80105
Merge pull request #354 from logos-blockchain/Pravdyvy/indexer-explorer-integration-fixes
...
Indexer<->Explorer integration fixes
2026-02-26 21:39:15 +02:00
Daniil Polyakov
1f01f7c06a
fix: add r0vm and logos circuits in indexer image
2026-02-26 21:06:39 +03:00
Pravdyvy
c622f3540a
fix: logging, config
2026-02-26 20:05:16 +02:00
Pravdyvy
5eb4e0af1f
fix: downgrades of logs
2026-02-26 19:18:41 +02:00
Pravdyvy
3c8e81c11c
Merge branch 'main' into Pravdyvy/indexer-explorer-integration-fixes
2026-02-26 17:14:11 +02:00
Daniil Polyakov
437e5addb4
feat: use human-readable byte sizes and durations
2026-02-26 16:25:24 +03:00
Pravdyvy
6e61698ff8
fix: complete fixes
2026-02-26 13:46:38 +02:00
Pravdyvy
24271b398e
fix: possibly fixed tx accounts
2026-02-25 17:13:48 +02:00
Pravdyvy
2bad85b217
Merge branch 'Pravdyvy/indexer-state-management' into Pravdyvy/bedrock-parsing-from-start-of-a-channel
2026-02-23 16:12:43 +02:00
Pravdyvy
6101d791e3
fix: suggestions fix
2026-02-23 16:10:56 +02:00