Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT"

This commit is contained in:
netkas 2025-01-30 15:20:11 -05:00
parent 4e22a8bacd
commit 330e7f876b
14 changed files with 427 additions and 42 deletions

View file

@ -15,7 +15,8 @@
case UNAUTHORIZED = -104;
case NOT_FOUND = -105;
case RESOLUTION_FAILED = -106;
case CRYPTOGRAPHIC_ERROR = -107;
case CONFLICT = -107;
case CRYPTOGRAPHIC_ERROR = -108;
// RPC Errors
case RPC_METHOD_NOT_FOUND = -1000;