Edison
Edison
Does the TLSClient and Server example works within the docker? I tried to run the TLSServer from docker ("Container A" with ` -p 8443:8443`) and exposed the container port. To...
* Added suberra to the project list
Installation error reported: ``` > [email protected] preinstall /Users//Desktop/testing_folder/kaya/node_modules/scrypt > node node-scrypt-preinstall.js > [email protected] install /Users//Desktop/testing_folder/kaya/node_modules/fsevents > node install node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v67-darwin-x64.tar.gz node-pre-gyp WARN Pre-built binaries not found...
More testing vectors have to be introduced. Test coverage for the `CreateTransaction` has been limited so far. Help needed to have more test cases to ensure correctness of `CreateTransaction` with...
As suggested by @iantanwx, use the Wallet class in conjunction with a passphrase to generate accounts, as that makes it repeatable between runs of kaya.
With the implementation of events on Scilla, Kaya RPC should support too. Can only be completed after the JS support is done. Dependency: https://github.com/Zilliqa/Zilliqa-JavaScript-Library/issues/63
Contracts that calls another contracts are not supported now. `TestRPC` only supports returns to the sender. To do this functionality, a revert mechanism is required to stop contracts with insufficient...