Commit Graph
7 Commits
Author SHA1 Message Date
Vyacheslav Shebanov 16da5cacfc Merge pull request #1 from Termina1/master
sign hardcoded requests
2022-07-08 16:21:05 +03:00
terminal 3d44b99346 sign hardcoded requests 2022-07-08 17:18:42 +04:00
Vyacheslav Shebanov de5720897a problem: cannot verify signature in browser
solution: support NIST P-256 curve which is supported by browser's webcrypto
2022-06-16 22:08:18 -04:00
Vyacheslav Shebanov aeea27bb70 problem: manual integration tests don't work 2022-06-03 18:30:17 -04:00
Vyacheslav ShebanovandIgor Artamonov d1ad77a345 problem: users want to verify that response are coming from their nodes
solution: edge node can sign received valued
Co-authored-by: Igor Artamonov <igor@artamonov.ru>
2022-05-26 23:00:01 -04:00
terminal c3285354c1 add cors headers to http proxy 2022-04-21 13:03:54 +03:00
Vyacheslav Shebanov 4f1216b14f problem: some JSON RPC client cannot use IDs and process response by their order
solution: add option to preserve batch request-response correspondence order
rel: #148
2022-04-20 22:08:27 -04:00