Lucia

Results 8 issues of Lucia

I added the configuration in config/application.yml file: KEYCLOAK_REALM: 'aaa-dev' then I try to use it in config/keycloak.yml file: realm: but it seems not working, any suggestions?

The logic for converting an address to an output script and then to a script hash is repeated multiple times. It would be good to refactor into a separate function...

Update the isAtomicalId function to enhance its validation process and ensure a return value is included in the catch block.

since we have already retrieved txResult.tx, it seems unnecessary to use tx.tx again. @atomicals Could you please confirm the structure of the txResult object? As txResult is of type any,...

The Object.freeze(out) only freezes the out object. This means that while the out object itself cannot be modified. the nested objects, such as lifetimeConstraint, can still be modified. This could...

community

1. Trim the address before passing it into the validatePublicKey function. 2. Check if the val parameter is a string and a valid public key before further processing 3. check...

I can't find any example of adding timeout

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...