Silvestr Predko
|
067d4d6f24
|
Update dependencies
|
2 年前 |
Silvestr Predko
|
c4981d06fe
|
Bump up outdated dependencies
|
2 年前 |
Silvestr Predko
|
0f0eb936c4
|
Use near-client from crates.io
|
2 年前 |
Kyrylo Stepanov
|
affb7275c5
|
change enum's visibility
|
2 年前 |
Kyrylo Stepanov
|
fddc20125b
|
satisfy clippy
|
2 年前 |
Kyrylo Stepanov
|
2382f9be1c
|
providing with ApiResponse enum
added a test for that enum
|
2 年前 |
Silvestr Predko
|
a74a903d47
|
Add tests
|
2 年前 |
Silvestr Predko
|
87b90f2511
|
Add a separate struct that holds a bandwidth information
|
2 年前 |
Silvestr Predko
|
a4dfdf41fc
|
Add ```NodeInfo``` struct for node provision
|
2 年前 |
Silvestr Predko
|
c0ab3cac7b
|
Fix clippy lint issues
|
2 年前 |
Silvestr Predko
|
3685ae65ac
|
Replace BTreeSet with HashSet
|
2 年前 |
Silvestr Predko
|
f5d3381b91
|
Change moderator_pk to Ed25519 pk
|
2 年前 |
Silvestr Predko
|
eced5c0b9d
|
Add a moderator_pk for a participant data
|
2 年前 |
Silvestr Predko
|
b7ecf4cdc8
|
Implemented TryFrom for PublicKey and SecretKey in dhx
|
2 年前 |
Silvestr Predko
|
911d30cea7
|
Remove redundant serde_json dependency
|
2 年前 |
Silvestr Predko
|
fdc2aadd5d
|
Add a features for an common-api to separate an API usage
|
2 年前 |
Silvestr Predko
|
1ff9355f1b
|
Add from_str and to_string for `Keypair`
|
2 年前 |
Silvestr Predko
|
7bfb750755
|
Remove anyhow from tests and use unwrap instead
* The reason for this change is the absence of stack trace
|
2 年前 |
Silvestr Predko
|
d4f7900e1a
|
Rename Secret and Public to SecretKey and PublicKey accordingly
|
2 年前 |
Silvestr Predko
|
7794771203
|
Refactor tests accordingly to the changes
|
2 年前 |
Silvestr Predko
|
fe64dfd024
|
Make constants publicly available
|
2 年前 |
Silvestr Predko
|
390a672814
|
Remove redundant "to_string" calls
|
2 年前 |
Silvestr Predko
|
150287e1f5
|
Add tests
|
2 年前 |
Silvestr Predko
|
d1c271bbbb
|
Remove Key interface from an ed25519
* Use a single interface for both key types
* Refactor a code
|
2 年前 |
Silvestr Predko
|
35ecdedf09
|
Remove redundant dependency base64
|
2 年前 |
Silvestr Predko
|
132fb53e03
|
Add diffie-hellman keys exchange
|
2 年前 |
Silvestr Predko
|
9fcbe4673a
|
Copy existed crypto.rs to common-api crate
|
2 年前 |