Update dependencies and documentation

- Bumped p256k1.mleku.dev version from v1.0.1 to v1.0.3 in go.mod and updated go.sum accordingly.
- Updated deployment script to use Go version 1.25.3 and adjusted CGO settings for building the binary.
- Added new lines to POLICY_USAGE_GUIDE.md and RELAY_TESTING_GUIDE.md for improved documentation clarity.
This commit is contained in:
2025-11-04 10:32:49 +00:00
parent ce573a50b3
commit e50d860c0b
5 changed files with 7 additions and 27 deletions

View File

@@ -690,3 +690,4 @@ Migrate custom validation logic to policy scripts:
The policy system provides a flexible, maintainable way to implement complex relay behavior while maintaining performance and security.

View File

@@ -616,3 +616,4 @@ When adding new features that require multi-relay testing:
This guide provides the foundation for testing complex Nostr protocol features that require multiple relay coordination. The testing infrastructure is designed to be extensible and support various testing scenarios while maintaining reliability and performance.