a853cc0
(dev2)
function call export by
2023-05-28 14:12:47 -0400
9e83468
(develop)
manual export by
2023-05-28 13:36:57 -0400
8f66621
Merge pull request #110 from Relayz-io/silvestr/update-ci by
2023-04-21 00:45:44 +0300
9cf553c
Update CI pipeline by
2023-04-21 00:37:12 +0300
e91b8db
Merge pull request #109 from Relayz-io/silvestr/fix-gas-usage-for-add_participant by
2023-04-03 17:50:37 +0300
d7a42d7
Add 20T gas for add_participant API call by
2023-04-03 17:35:28 +0300
a33472e
Merge pull request #108 from Relayz-io/silvestr/update_dependencies by
2023-03-24 20:19:55 +0200
067d4d6
Update dependencies by
2023-03-24 20:11:38 +0200
46a9d36
Merge pull request #107 from Relayz-io/pdarcos-update by
2023-03-13 13:50:26 +0200
108b383
Cleared up some of the confusing english by
2023-03-10 17:50:26 +0000
fb40b81
Merge pull request #106 from Relayz-io/silvestr/bump-up-dependencies-version by
2023-03-09 21:33:16 +0200
633c5ef
Update CI by
2023-03-08 21:44:28 +0200
3e761da
Update README by
2023-03-08 18:33:48 +0200
3e053ac
Expose add_participant API by
2023-03-08 21:28:12 +0200
c4981d0
Bump up outdated dependencies by
2023-03-08 17:50:16 +0200
86450c0
Merge pull request #103 from Relayz-io/silvestr/update-release-profile by
2023-01-26 16:37:37 +0200
a775c83
Change optimization config to most efficient 3 by
2023-01-24 23:15:41 +0200
842251d
Merge pull request #100 from Relayz-io/silvestr/put-web-client-in-registry by
2023-01-24 19:29:42 +0200
04826c8
Update README accordignly to the changes by
2023-01-24 15:07:25 +0200
860cc8d
Add CD pipeline for web-client by
2023-01-17 19:27:32 +0200
518bc41
Merge pull request #102 from Relayz-io/silvestr/use-timeout-resp by
2023-01-24 18:52:43 +0200
05f33ec
Use an ```ApiResponse``` in a client. by
2023-01-24 15:55:37 +0200
93c3773
Merge pull request #99 from Relayz-io/silvestr/use-near-client-from-crates by
2023-01-17 18:18:05 +0200
0f0eb93
Use near-client from crates.io by
2023-01-17 16:02:07 +0200
0b94da1
Merge pull request #98 from Relayz-io/kyrylo/hotfix-for-api-response by
2023-01-16 18:14:44 +0200
affb727
change enum's visibility by
2023-01-16 18:03:09 +0200
df6c1fc
Merge pull request #97 from Relayz-io/kyrylo/adding-api-response by
2023-01-16 17:42:17 +0200
fddc201
satisfy clippy by
2023-01-16 16:56:54 +0200
2382f9b
providing with ApiResponse enum added a test for that enum by
2023-01-16 15:24:38 +0200
506aa67
Merge pull request #96 from Relayz-io/silvestr/issue-95-add-bandwidth-struct by
2023-01-09 18:51:34 +0200
a74a903
Add tests by
2023-01-06 12:46:17 +0200
87b90f2
Add a separate struct that holds a bandwidth information by
2023-01-06 12:34:00 +0200
37479ca
Merge pull request #94 from Relayz-io/silvestr/add-node-info-struct by
2023-01-05 18:06:00 +0200
a4dfdf4
Add ```NodeInfo``` struct for node provision by
2023-01-02 18:18:03 +0200
7971f6d
Merge pull request #77 from Relayz-io/kyrylo/jitsi-api-integration by
2022-12-20 22:04:02 +0200
d29b7ba
Merge pull request #89 from Relayz-io/silvestr/jitsi-api-integration-fix by
2022-12-20 21:50:56 +0200
21b64fe
Fixed a e2ee issues * Move application from Typescript to plain javascript * Change secret key creation mechanism by
2022-12-10 23:44:08 +0200
0d1a8b2
Providing the example with Jitsi app (default config) by
2022-11-10 16:57:11 +0200
8afeda1
Merge pull request #88 from Relayz-io/silvestr/exchange-protocol by
2022-12-20 21:08:51 +0200
38db63a
Upgrade example accordingly to the protocol changes by
2022-12-01 22:32:29 +0200
6052aa4
Implement exchange protocol that is used by key-exchange-server * Split codebase to different source files * Modified integration test by
2022-12-01 17:50:07 +0200
d8d258a
Merge pull request #91 from Relayz-io/silvestr/optimize-collections by
2022-12-13 17:50:40 +0200
c0ab3ca
Fix clippy lint issues by
2022-12-13 17:38:07 +0200
3685ae6
Replace BTreeSet with HashSet by
2022-12-13 16:44:09 +0200
7c7e7dd
Merge pull request #87 from Relayz-io/silvestr/fix-nonce-update by
2022-11-28 16:14:00 +0200
0cd8c25
Fix nonce update from the transaction outcome by
2022-11-28 15:33:09 +0200
24c316e
Merge pull request #86 from Relayz-io/silvestr/add-commit-funcs-to-builder by
2022-11-28 15:10:14 +0200
f385971
Add commit and commit_async for FunctionCallBuilder by
2022-11-28 13:58:52 +0200
c7ad63a
Merge pull request #85 from Relayz-io/silvestr/add-debug-derive by
2022-11-26 01:04:06 +0200
f4613dc
Add debug derive for Outputs by
2022-11-26 00:51:47 +0200
0c9d9b6
Merge pull request #83 from Relayz-io/silvestr/near-primitives-function-call-err by
2022-11-26 00:25:31 +0200
d99049f
Add a new error type for a View call -> FunctionCallError by
2022-11-25 22:40:08 +0200
6387068
Merge pull request #84 from Relayz-io/silvestr/add-view-and-transaction-logs-output by
2022-11-26 00:10:54 +0200
d113219
Add ViewOutput for view calls. * Also, add a logs to view and transaction calls * Check if view call was successfull by
2022-11-25 22:44:14 +0200
40ba214
Merge pull request #82 from Relayz-io/silvestr/change-acc-id-to-pk by
2022-11-21 19:46:50 +0200
f5d3381
Change moderator_pk to Ed25519 pk by
2022-11-21 18:25:34 +0200
eafc478
Merge pull request #81 from Relayz-io/silvestr/add-moderator-pk by
2022-11-21 18:12:35 +0200
eced5c0
Add a moderator_pk for a participant data by
2022-11-21 17:58:08 +0200
0a8d2b8
Merge pull request #80 from Relayz-io/silvestr/update-headers-near-rpc by
2022-11-20 17:19:51 +0200
3574b39
Merge pull request #79 from Relayz-io/silvestr/impl-try-from-for-ed25519 by
2022-11-20 17:19:38 +0200
b7ecf4c
Implemented TryFrom for PublicKey and SecretKey in dhx by
2022-11-19 01:24:36 +0200
911d30c
Remove redundant serde_json dependency by
2022-11-19 01:23:57 +0200
4a1d9ee
Remove redundant unwrap from an ContentType header insert by
2022-11-19 01:13:41 +0200
94755ec
Merge pull request #78 from Relayz-io/silvestr/api-request by
2022-11-15 00:29:14 +0200
8d28094
Update an CI for common-api by
2022-11-14 22:55:21 +0200
fdc2aad
Add a features for an common-api to separate an API usage by
2022-11-14 22:54:44 +0200
1d955c2
Export Finality for a better usability by
2022-11-14 22:51:54 +0200
4f852a2
Merge pull request #74 from Relayz-io/kyrylo/add-cleanup-for-tests by
2022-11-02 21:39:26 +0200
1ce07fb
add creation/deletion of accounts with hardcoded keys by
2022-11-02 20:08:05 +0200
20b226b
Merge pull request #76 from Relayz-io/silvestr/add-near-primitives-light by
2022-11-02 19:37:17 +0200
a1cec0c
Add near-primitives-light instead of an near-primitives by
2022-11-02 17:35:09 +0200
9242a2d
Rename near-client to near-rpc by
2022-11-02 13:42:42 +0200
eee6aec
Merge pull request #75 from Relayz-io/silvestr/fix-clippy by
2022-11-02 13:37:28 +0200
a839fbd
Fix clippy issues in a KeyProvisioner by
2022-10-31 14:24:00 +0200
0e9e327
Merge pull request #72 from Relayz-io/silvestr/use-near-primitives-crate by
2022-10-19 16:44:36 +0300
afc6470
Use AtomicU64 instead of `Mutex` by
2022-10-18 18:08:46 +0300
b8cd429
Remove near.rs, and use a near-primitives by
2022-10-18 18:06:31 +0300
f30312b
Merge pull request #65 from Relayz-io/kyrylo/add-timeout by
2022-10-19 11:12:10 +0300
8f5a585
- remove redundant imports - add timeouts to the TS' functons that interact with blockchain and key exchange server by
2022-10-17 14:24:54 +0300
dc3cfa6
increase transaction's timeout limit by
2022-10-07 21:58:49 +0300
79be920
timeouts for send_keys & get_keys with select! macro by
2022-10-04 16:00:04 +0300
6821782
Merge pull request #71 from Relayz-io/silvestr/move-from-nginx-to-node by
2022-10-15 22:41:55 +0300
3bd80f1
Move "example" server from nginx to node by
2022-10-15 22:04:58 +0300
df3e4fe
Merge pull request #70 from Relayz-io/silvestr/remove-main-branch-ci by
2022-10-12 14:53:02 +0300
69a3bf7
Remove main branch from ci workflow by
2022-10-12 14:41:41 +0300
d4ff8a8
Merge pull request #69 from Relayz-io/silvestr/add-web-client-tests-on-CI by
2022-10-09 22:13:30 +0300
d8ff30e
Enable integration tests on CI by
2022-10-07 13:58:34 +0300
684ce08
Merge pull request #68 from Relayz-io/silvestr/remove-ssh-agent-action by
2022-10-07 20:40:24 +0300
b954742
Remove ssh-agent action because it failed to fetch a proper key name by
2022-10-07 20:26:37 +0300
80c8748
Merge pull request #67 from Relayz-io/silvestr/add-CI-badge by
2022-10-07 20:12:30 +0300
4559c2a
Add CI badge to README by
2022-10-07 19:57:24 +0300
e80cf51
Merge pull request #64 from Relayz-io/silvestr/refactor-near-client by
2022-10-07 19:45:18 +0300
bd2e353
CI: add test launching for `near-client` by
2022-10-06 14:26:29 +0300
126b20b
Remove clippy for wasm32 target by
2022-10-06 14:21:28 +0300
92620d0
Refactor `NearClient` and add documentation by
2022-10-06 14:16:16 +0300
e1d86bb
Merge pull request #62 from Relayz-io/silvestr/improve-keypair by
2022-10-05 22:34:26 +0300
6f8aacf
Turned on testing of a `common-api` on CI by
2022-10-05 15:47:49 +0300
0fe2455
Merge pull request #63 from Relayz-io/silvestr/use-workspaces-from-git by
2022-10-05 19:00:37 +0300
1ff9355
Add from_str and to_string for `Keypair` by
2022-10-05 15:46:27 +0300
7bfb750
Remove anyhow from tests and use unwrap instead by
2022-10-05 15:42:41 +0300