Commit Graph

13 Commits

Author SHA1 Message Date
9fd4c61df7 Working in the mines 2025-08-16 08:51:04 -04:00
76e883fad4 Refactor and consolidate test suite
- Moved old tests from tests/old/ to main tests/ directory
- Renamed nostr_test_bip32.c to bip32_test.c for consistency
- Renamed nostr_crypto_test.c to crypto_test.c for consistency
- Renamed wss_test.c and moved from old directory
- Fixed unused variable warning in bip32_test.c
- Updated build system and workspace rules
- Cleaned up old compiled test executables
- Updated nostr_common.h and core_relays.c
- Removed obsolete nostr_core.h.old backup file

This consolidates all active tests into the main directory and removes
outdated test files while maintaining a clean, organized structure.
2025-08-16 08:38:41 -04:00
c3a9482882 Completed refactoring to separate nip files, and updating build.sh 2025-08-16 07:42:48 -04:00
8ed9262c65 Last version before deleting Makefile and CmakeLists.txt 2025-08-15 16:32:59 -04:00
c569c0c346 Improved POW 2025-08-15 07:47:16 -04:00
3d2537603c . 2025-08-14 19:15:55 -04:00
2637378bf0 clean up versioning 2025-08-14 16:26:37 -04:00
c109c93382 Initial template structure from nostr_core_lib
- Complete C library template with OpenSSL-based crypto
- Comprehensive build system (Makefile, build.sh)
- Example code and test suite
- Documentation and usage guides
- Cross-platform compatibility (x64/ARM64)
- Production-ready structure for C library projects
2025-08-14 15:10:59 -04:00
0ace93e303 Adding in curl and openssl repos 2025-08-14 12:09:30 -04:00
6d7b709f9a Pre-mbedTLS cleanup checkpoint - OpenSSL migration complete, all tests passing 2025-08-14 11:51:26 -04:00
5a7c796873 Last commit before switching from mbedtls to openssl 2025-08-14 09:58:24 -04:00
d257ae49f1 Fully statically linked for both x64 and arm64. Updated build.sh to always compile both versions 2025-08-11 06:54:50 -04:00
ca6b4754f9 First commit on a late git install 2025-08-09 10:23:28 -04:00