Predko Silvestr
|
93c3773f4e
|
Merge pull request #99 from Relayz-io/silvestr/use-near-client-from-crates
Use near-client from crates.io
|
2 years ago |
Silvestr Predko
|
0f0eb936c4
|
Use near-client from crates.io
|
2 years ago |
Kyrylo Stepanov
|
0b94da139b
|
Merge pull request #98 from Relayz-io/kyrylo/hotfix-for-api-response
kyrylo/hotfix-for-api-response
|
2 years ago |
Kyrylo Stepanov
|
affb7275c5
|
change enum's visibility
|
2 years ago |
Kyrylo Stepanov
|
df6c1fc46e
|
Merge pull request #97 from Relayz-io/kyrylo/adding-api-response
kyrylo/adding-api-response
|
2 years ago |
Kyrylo Stepanov
|
fddc20125b
|
satisfy clippy
|
2 years ago |
Kyrylo Stepanov
|
2382f9be1c
|
providing with ApiResponse enum
added a test for that enum
|
2 years ago |
Predko Silvestr
|
506aa67d8f
|
Merge pull request #96 from Relayz-io/silvestr/issue-95-add-bandwidth-struct
Add a separate struct that holds a bandwidth information
|
2 years ago |
Silvestr Predko
|
a74a903d47
|
Add tests
|
2 years ago |
Silvestr Predko
|
87b90f2511
|
Add a separate struct that holds a bandwidth information
|
2 years ago |
Predko Silvestr
|
37479ca480
|
Merge pull request #94 from Relayz-io/silvestr/add-node-info-struct
Add ```NodeInfo``` struct for node provision
|
2 years ago |
Silvestr Predko
|
a4dfdf41fc
|
Add ```NodeInfo``` struct for node provision
|
2 years ago |
Kyrylo Stepanov
|
7971f6dc76
|
Merge pull request #77 from Relayz-io/kyrylo/jitsi-api-integration
kyrylo/jitsi-api-integration
|
2 years ago |
Kyrylo Stepanov
|
d29b7ba764
|
Merge pull request #89 from Relayz-io/silvestr/jitsi-api-integration-fix
Jitsi api integration fix
|
2 years ago |
Silvestr Predko
|
21b64fe0b6
|
Fixed a e2ee issues
* Move application from Typescript to plain javascript
* Change secret key creation mechanism
|
2 years ago |
Kyrylo Stepanov
|
0d1a8b2655
|
Providing the example with Jitsi app (default config)
|
2 years ago |
Predko Silvestr
|
8afeda1259
|
Merge pull request #88 from Relayz-io/silvestr/exchange-protocol
Implement exchange protocol that is used by key-exchange-server
|
2 years ago |
Silvestr Predko
|
38db63ac28
|
Upgrade example accordingly to the protocol changes
|
2 years ago |
Silvestr Predko
|
6052aa41d5
|
Implement exchange protocol that is used by key-exchange-server
* Split codebase to different source files
* Modified integration test
|
2 years ago |
Predko Silvestr
|
d8d258ae08
|
Merge pull request #91 from Relayz-io/silvestr/optimize-collections
Replace BTreeSet with HashSet
|
2 years ago |
Silvestr Predko
|
c0ab3cac7b
|
Fix clippy lint issues
|
2 years ago |
Silvestr Predko
|
3685ae65ac
|
Replace BTreeSet with HashSet
|
2 years ago |
Predko Silvestr
|
7c7e7dd67a
|
Merge pull request #87 from Relayz-io/silvestr/fix-nonce-update
Fix nonce update from the transaction outcome
|
2 years ago |
Silvestr Predko
|
0cd8c25b34
|
Fix nonce update from the transaction outcome
|
2 years ago |
Predko Silvestr
|
24c316e7b2
|
Merge pull request #86 from Relayz-io/silvestr/add-commit-funcs-to-builder
Add commit and commit_async for FunctionCallBuilder
|
2 years ago |
Silvestr Predko
|
f3859712b9
|
Add commit and commit_async for FunctionCallBuilder
|
2 years ago |
Predko Silvestr
|
c7ad63a5a7
|
Merge pull request #85 from Relayz-io/silvestr/add-debug-derive
Add debug derive for Outputs
|
2 years ago |
Silvestr Predko
|
f4613dc571
|
Add debug derive for Outputs
|
2 years ago |
Predko Silvestr
|
0c9d9b68b5
|
Merge pull request #83 from Relayz-io/silvestr/near-primitives-function-call-err
Add a new error type for a View call -> FunctionCallError
|
2 years ago |
Silvestr Predko
|
d99049fe7e
|
Add a new error type for a View call -> FunctionCallError
|
2 years ago |
Predko Silvestr
|
63870682a8
|
Merge pull request #84 from Relayz-io/silvestr/add-view-and-transaction-logs-output
Add ViewOutput for view calls
|
2 years ago |
Silvestr Predko
|
d113219c65
|
Add ViewOutput for view calls.
* Also, add a logs to view and transaction calls
* Check if view call was successfull
|
2 years ago |
Predko Silvestr
|
40ba214e61
|
Merge pull request #82 from Relayz-io/silvestr/change-acc-id-to-pk
Change moderator_pk to Ed25519 pk
|
2 years ago |
Silvestr Predko
|
f5d3381b91
|
Change moderator_pk to Ed25519 pk
|
2 years ago |
Predko Silvestr
|
eafc4781be
|
Merge pull request #81 from Relayz-io/silvestr/add-moderator-pk
Add a moderator_pk for a participant data
|
2 years ago |
Silvestr Predko
|
eced5c0b9d
|
Add a moderator_pk for a participant data
|
2 years ago |
Predko Silvestr
|
0a8d2b83ad
|
Merge pull request #80 from Relayz-io/silvestr/update-headers-near-rpc
Remove redundant unwrap from an ContentType header insert
|
2 years ago |
Predko Silvestr
|
3574b39edb
|
Merge pull request #79 from Relayz-io/silvestr/impl-try-from-for-ed25519
Implemented TryFrom for PublicKey and SecretKey in dhx
|
2 years ago |
Silvestr Predko
|
b7ecf4cdc8
|
Implemented TryFrom for PublicKey and SecretKey in dhx
|
2 years ago |
Silvestr Predko
|
911d30cea7
|
Remove redundant serde_json dependency
|
2 years ago |
Silvestr Predko
|
4a1d9eebca
|
Remove redundant unwrap from an ContentType header insert
|
2 years ago |
Predko Silvestr
|
94755ec591
|
Merge pull request #78 from Relayz-io/silvestr/api-request
Api requests
|
2 years ago |
Silvestr Predko
|
8d280944ed
|
Update an CI for common-api
|
2 years ago |
Silvestr Predko
|
fdc2aadd5d
|
Add a features for an common-api to separate an API usage
|
2 years ago |
Silvestr Predko
|
1d955c2b42
|
Export Finality for a better usability
|
2 years ago |
Kyrylo Stepanov
|
4f852a2d7a
|
Merge pull request #74 from Relayz-io/kyrylo/add-cleanup-for-tests
From now integration tests can be relaunched immediately even when they was failed.
|
2 years ago |
Kyrylo Stepanov
|
1ce07fb8f5
|
add creation/deletion of accounts with hardcoded keys
|
2 years ago |
Predko Silvestr
|
20b226b782
|
Merge pull request #76 from Relayz-io/silvestr/add-near-primitives-light
Add near primitives light
|
2 years ago |
Silvestr Predko
|
a1cec0c794
|
Add near-primitives-light instead of an near-primitives
|
2 years ago |
Silvestr Predko
|
9242a2d188
|
Rename near-client to near-rpc
|
2 years ago |