Silvestr Predko
|
007e30cb6e
|
Update a Docker file for new integration tests
* Fix typo in a "exchange" in a docker-compose.yml
|
2 年前 |
Silvestr Predko
|
69fb2f78c3
|
Add new API `create_account` and `delete_account`
Also, update an access key representation.
Added an error option for it.
|
2 年前 |
Silvestr Predko
|
4393ca3f90
|
Add a ActionView to near types
It's required for look at the action execution outcome
|
2 年前 |
Silvestr Predko
|
35cbc50a77
|
Make `info` in `Cause` optional. It's requested by NearProtocol
|
2 年前 |
Kyrylo Stepanov
|
825c353046
|
Merge pull request #52 from Relayz-io/kyrylo/tests-for-rpc-interface
A further step on improvements of tests for the RPC
near-smartcontracts's PR:
Relayz-io/near-smartcontracts#7
|
2 年前 |
Predko Silvestr
|
38e3a72b2d
|
Merge pull request #51 from Relayz-io/silvestr/fix-url-slash-duplication
Fixed duplication at the end of url origin
|
2 年前 |
Predko Silvestr
|
fd3847022a
|
Merge pull request #50 from Relayz-io/silvestr/example-improvements
Improved example HTML
|
2 年前 |
Kyrylo Stepanov
|
af9e9b18de
|
A further step on improvements of tests for the RPC
|
2 年前 |
Silvestr Predko
|
e31a81e117
|
Fixed duplication at the end of url origin
|
2 年前 |
Silvestr Predko
|
a9cb739e5a
|
Improved example HTML
* Use a stagged server
* Add Dockerfile for deploying
|
2 年前 |
Predko Silvestr
|
cca738ded7
|
Merge pull request #48 from Relayz-io/silvestr/21-docker-container-for-testing
Docker container for testing
|
2 年前 |
Silvestr Predko
|
76ea819465
|
Update test section for web-client
|
2 年前 |
Silvestr Predko
|
82fbdf832c
|
Add docker container for integration tests
|
2 年前 |
Silvestr Predko
|
e56edfa35b
|
Add /pkg to docker ignore
|
2 年前 |
Silvestr Predko
|
fcb5814d62
|
Add integration tests for web
|
2 年前 |
Kyrylo Stepanov
|
ce3e09f7ea
|
Merge pull request #33 from Relayz-io/kyrylo/implement-tests-for-rpc
We've implemented the initial design for integration tests, using reqwest as a .wasm getter
|
2 年前 |
Kyrylo Stepanov
|
4e535c37a5
|
added additional function for client that allows to views AccessKeys
|
2 年前 |
Kyrylo Stepanov
|
77b66ea8e1
|
Add additional function to allow processing of functions that return nothing
|
2 年前 |
Kyrylo Stepanov
|
4afb419d04
|
initial integration test design
|
2 年前 |
Predko Silvestr
|
80355a8478
|
Merge pull request #44 from Relayz-io/silvestr/43-auto-link-issue-to-pr
Add auto PR linkage
|
2 年前 |
Silvestr Predko
|
a24ae7d90e
|
Add auto PR linkage
|
2 年前 |
Predko Silvestr
|
b873886108
|
Merge pull request #42 from Relayz-io/silvestr/update-readme
Update crates documentation in a readme
|
2 年前 |
Predko Silvestr
|
d2ec8d09ec
|
Update crates documentation in a readme
|
2 年前 |
Predko Silvestr
|
780ab5ad28
|
Merge pull request #34 from Relayz-io/silvestr/22-rename-wasm-to-web-client
Implementation of key-exchange mechanism
|
2 年前 |
Silvestr Predko
|
bde5079b74
|
Add support of typescript
|
2 年前 |
Silvestr Predko
|
9134d966b7
|
Rename js-client to example
|
2 年前 |
Silvestr Predko
|
b149d4ab2a
|
Remove redundant spaces from workflows
|
2 年前 |
Silvestr Predko
|
b474b9a79d
|
Fix near-client for empty responses
|
2 年前 |
Silvestr Predko
|
36ae7a5ac5
|
Add basic implemntation of key-exchange
|
2 年前 |
Silvestr Predko
|
55e23f9c51
|
Rename crate from wasm-client to web-client
|
2 年前 |
Kyrylo Stepanov
|
f1e2cdef2d
|
Merge pull request #28 from Relayz-io/kyrylo/implement-contract-call
- the ContractCall function was added to the RPC
|
2 年前 |
Kyrylo Stepanov
|
6c3f656593
|
Add DeployContract call to the NearClient
|
2 年前 |
Predko Silvestr
|
a48e26548c
|
Merge pull request #29 from Relayz-io/silvestr/16-diffie-helman
Add diffie-hellman exchange and refactor a code
|
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 年前 |
Predko Silvestr
|
c410b6da8e
|
Merge pull request #30 from Relayz-io/silvestr/update-github-ci
Update GitHub CI
|
2 年前 |
Silvestr Predko
|
ba71ffc8cf
|
Expand build packages for CI
|
2 年前 |
Silvestr Predko
|
6a35ee4a30
|
Remove wasm32 target from clippy that is used for tests
|
2 年前 |
Predko Silvestr
|
4363d747ce
|
Merge pull request #27 from Relayz-io/silvestr/16-move-cryptographic-code-from-near-client
Copy existed crypto.rs to common-api crate
|
2 年前 |
Silvestr Predko
|
9fcbe4673a
|
Copy existed crypto.rs to common-api crate
|
2 年前 |
Predko Silvestr
|
726d87314d
|
Merge pull request #12 from Relayz-io/silvestr/implement-view-call
Add view RPC implementation for NearClient
|
2 年前 |
Silvestr Predko
|
6e14ba5023
|
Add view call to NearClient
|
2 年前 |
Silvestr Predko
|
6564379550
|
Remove TryFrom from keys impl
|
2 年前 |
Silvestr Predko
|
96197e91ff
|
Update vodozemac dependency
* Remove async-trait from near-client dependency
|
2 年前 |
Predko Silvestr
|
f7bbadc321
|
Merge pull request #14 from Relayz-io/silvestr/improve-rpc-error-msg
Improve Rpc error message
|
2 年前 |
Silvestr Predko
|
fab66cf071
|
Improve Rpc error message
|
2 年前 |
Predko Silvestr
|
4fbe04955c
|
Merge pull request #13 from Relayz-io/silvestr/add-new-trigger-for-pr
Add synchronize to pull_request actions trigger
|
2 年前 |
Silvestr Predko
|
240af7755e
|
Add synchronize to pull_request actions trigger
|
2 年前 |