Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
27794c6
Test commit with GPG signing
golnar-boosty Nov 19, 2024
782a358
feat(logs): add log generation functionality in the log folder
golnar-boosty Nov 19, 2024
9d92aff
docs(config): fixed markdown errors and add detailed configuration op…
golnar-boosty Nov 19, 2024
00b26a2
feat(logging): integrate log creation functionalities into main.go an…
golnar-boosty Nov 19, 2024
6e624ad
chore(deps): update go.mod and go.sum for dependency changes
golnar-boosty Nov 19, 2024
7f952d5
feat(logging): integrate log creation functionalities
golnar-boosty Nov 19, 2024
49f0786
git commit -S -m"refactor(logs): update logging mechanism to prevent …
golnar-boosty Nov 20, 2024
dd49b97
refactor(logs): enhance event logging structure for better readabilit…
golnar-boosty Nov 22, 2024
853d285
feat(logs): bump interx version
MrLutik Nov 29, 2024
87ce288
feat: Add verbose flag to enable logs
golnar-boosty Dec 2, 2024
0e9a133
refactor: Cleanup & modified chache naming
golnar-boosty Jan 12, 2025
6d3912b
fix: remove tasks by improving the design of the cache system
golnar-boosty Jan 12, 2025
a562d22
feat: centralize type definitions to eliminate duplication
golnar-boosty Jan 12, 2025
4fffcd2
refactor: restructure cache properties and improve log organization
golnar-boosty Jan 12, 2025
0418a1f
fix: remove outdated cache mechanism causing issues with unchanged files
golnar-boosty Jan 12, 2025
f1b43ed
feature: add logs
golnar-boosty Jan 12, 2025
e18903d
feat: introduce a new structure for organizing cache directories
golnar-boosty Jan 12, 2025
7e280b3
refactor: remove unused background tasks and optimize design for bett…
golnar-boosty Jan 12, 2025
48fd48d
refactor: improve mutex usage
golnar-boosty Jan 12, 2025
26d7180
refactor: enhance error handling and improve log organization
golnar-boosty Jan 12, 2025
ee5c9f5
feat: enhance cache management with size limits and improved handling…
golnar-boosty Jan 12, 2025
8729830
fix: resolve genesis initialization issue. Addressed a bug causing pr…
golnar-boosty Jan 12, 2025
d934fbc
refactor: cleanup to master version
golnar-boosty Jan 12, 2025
af35c65
refactor: due to there is error in running unit tests, some is comented
golnar-boosty Jan 12, 2025
5e39e98
chore(go.sum): remove log package
golnar-boosty Jan 26, 2025
7dc6c7a
fix: refactore endpoint urls
golnar-boosty Jan 26, 2025
e172678
refactor: removed env related fumctionality
golnar-boosty Jan 26, 2025
6f33879
feat: add faucet response type
golnar-boosty Jan 26, 2025
aa70e87
fix(faucet): rewrite token transfer logic.Refactored the token transf…
golnar-boosty Jan 26, 2025
616a1b1
feat(logging): add detailed logs for better traceability
golnar-boosty Jan 26, 2025
10b4021
feat(faucet): implement token sending functionality.Added the ability…
golnar-boosty Jan 26, 2025
1024177
Merge branch 'master' into fix/faucet-functionality
golnar-boosty Jan 27, 2025
d5323de
fix: comment crashing test, need to fix all in separate PR
golnar-boosty Jan 27, 2025
c953417
fix: comment crashing tests, need to fix all in separate PR
golnar-boosty Jan 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- Add query block by height or hash.
- Add query block tractions.
- Add query transaction by hash.
- Add cli configurations: `max_cache_size`, `max_download_size`, `cache_dir`, `caching_duration`, `faucet_time_limit`
- Add cli configurations: `max_cache_size`, `max_download_size`, `cache_dir`, `cache_duration`, `faucet_time_limit`

### Fix

Expand Down
Loading
Loading