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
f627910468
fmt
2026-03-31 13:51:12 +02:00
Sergio Chouhy
8bfaf9ef4a
remove blockid from common
2026-03-31 13:50:47 +02: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
99071a4ef9
Merge branch 'main' into schouhy/add-block-context
2026-03-26 21:23:36 -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
Pravdyvy
df831bbf6f
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-23 18:20:03 +02:00
Daniil Polyakov
fb083ce91e
Merge pull request #402 from logos-blockchain/arjentix/fix-docker-permissions
...
Use docker volumes and cache docker Rust builds
2026-03-23 16:59:58 +03:00
Sergio Chouhy
66e9881f38
Merge branch 'main' into schouhy/add-block-context
2026-03-20 14:14:11 -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
jonesmarvin8
6f77c75b9c
Issue 257 - update ds and add ds to commitment ( #397 )
...
* initialize branch
* minor errors
* update artifacts and lint
* lint fix
2026-03-20 10:39:04 -04:00
Pravdyvy
9c90930bd6
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-20 14:55:42 +02: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
Pravdyvy
e6cb4ecf94
fix: machete fix
2026-03-19 19:47:47 +02:00
Pravdyvy
dc3650edd7
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-19 19:02:19 +02:00
Pravdyvy
afa0a63c95
fix: suggestions fix 2
2026-03-19 18:01:15 +02:00
Sergio Chouhy
895dd942cf
add validity range to program output
2026-03-19 12:10:02 -03:00
Daniil Polyakov
c40c62a484
fix: satisfy clippy
2026-03-19 18:03:23 +03:00
Pravdyvy
2c9361c6b5
fix: suggestions 1
2026-03-19 13:01:43 +02:00
jonesmarvin8
ce729f112d
Merge branch 'main' into marvin/bip-32-comp
2026-03-18 16:47:39 -04:00
Pravdyvy
a0ab6ad92d
fix: lint fix
2026-03-18 18:32:05 +02:00
Pravdyvy
5ab7d40727
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-18 18:18:52 +02:00
jonesmarvin8
0bcb626adc
lint fixes
2026-03-18 10:28:52 -04:00
Pravdyvy
de3d17c7f8
fix: fmt
2026-03-18 09:16:36 +02: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
Pravdyvy
a9a0c386ad
fix: integartion tests fix
2026-03-16 15:15:35 +02:00
Pravdyvy
02953999aa
feat: general initial state
2026-03-13 18:23:39 +02:00
jonesmarvin8
1cfc710024
Merge branch 'main' into marvin/bip-32-comp
2026-03-09 05:23:24 -04:00