chore: bootstrap TezOracle public repository - #2
Merged
Conversation
AK-APRIORIT
commented
Aug 20, 2026
Contributor
- add repo layout (src/, tests/, config/, docs/, workflows)
- add Apache-2.0 license, .gitignore, .env.example (no secrets)
- add README, ARCHITECTURE, SECURITY, ROADMAP docs
- add TypeScript + Python CI skeleton (no packing-parity yet)
- add pyproject.toml + requirements-dev.txt so pytest resolves src/contract
- add repo layout (src/, tests/, config/, docs/, workflows) - add Apache-2.0 license, .gitignore, .env.example (no secrets) - add README, ARCHITECTURE, SECURITY, ROADMAP docs - add TypeScript + Python CI skeleton (no packing-parity yet) - add pyproject.toml + requirements-dev.txt so pytest resolves src/contract
KevinMehrabi
requested changes
Aug 26, 2026
KevinMehrabi
left a comment
Contributor
There was a problem hiding this comment.
Thank you. The repository structure and security documentation are moving in the right direction, but I am requesting the following corrections before approving the bootstrap PR:
- Fix or remove the README links to files that are not present in this branch:
docs/ENGINEERING_RESPONSE_RU.mddocs/TEZFIN_ORACLE_ENGINEERING_RESPONSE_2026_08_14.mdIMPLEMENTATION_PLAN.md
The bootstrap branch should not leave broken documentation links, even temporarily.
- Pin GitHub Actions to immutable full commit SHAs rather than mutable version tags such as:
actions/checkout@v4actions/setup-node@v4actions/setup-python@v5
Please retain comments identifying the corresponding release versions.
- Make the build dependencies reproducible:
- Pin Python dependencies to exact versions.
- Do not run an unrestricted
pip install --upgrade pipin CI. - Define and pin the supported Node version consistently across CI, documentation, and a version file such as
.nvmrc. - Ensure both local and CI installation paths use committed lockfiles and deterministic commands.
- Confirm that no CI, test, or documentation path requires production credentials or secrets.
Once these bootstrap and reproducibility issues are corrected, PR #2 should be ready for another review.
KevinMehrabi
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.