Commit cb871f3e authored by Gandalf's avatar Gandalf
Browse files

Fix WASM memory error in isValidAccountName

Add try-catch with regex fallback when WASM isValidAccountName fails.
This prevents 500 errors when WASM memory is corrupted under concurrent load.

Error: WaxError: memory access out of bounds

The regex fallback implements Hive account name rules but should be
verified against blockchain consensus code (see TODO/003).
parent 027f5983
Loading
Loading
Loading
Loading