Skip to content

Commit 84d002b

Browse files
authored
Merge pull request #3 from rya-sge/main
Update documentation
2 parents 4f2b7fd + 3aff5f2 commit 84d002b

26 files changed

Lines changed: 1868 additions & 144 deletions

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ pids
1818
# Directory for instrumented libs generated by jscoverage/JSCover
1919
lib-cov
2020
cache/
21-
# Coverage directory used by tools like istanbul
22-
coverage
23-
*.lcov
21+
2422

2523
# nyc test coverage
2624
.nyc_output

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented in this file.
4+
5+
## [0.1.0] - 2026-03-25
6+
7+
### Added
8+
- Initial release of CMTAT-FIX: on-chain FIX descriptor support for CMTAT tokens.
9+
- `FixDescriptorEngine` architecture bound per token, with role-gated descriptor management and verification.
10+
- Descriptor commitment flow with `fixRoot` storage, SBE pointer/length handling, and Merkle proof field verification.
11+
- CMTAT integration via `FixDescriptorEngineModule` and `CMTATWithFixDescriptor` forwarding implementation.
12+
- Foundry tests and deployment script for engine/module/integration coverage and deployment workflow.

README.md

Lines changed: 143 additions & 139 deletions
Large diffs are not rendered by default.

doc/coverage/coverage/amber.png

141 Bytes
Loading

doc/coverage/coverage/emerald.png

141 Bytes
Loading

0 commit comments

Comments
 (0)