Rohit Narurkar

Results 8 issues of Rohit Narurkar

In the following function ``` @spec call(atom(), atom(), list()) :: {:ok, any()} @doc "Use a Contract's method with an eth_call" def call(contract_name, method_name, args \\ []) do GenServer.call(ContractManager, {:call, {contract_name,...

* Allow at least 6Gi RAM for docker, since compiling `acala` requires that * Build and run Acala node (`infra/`): ``` $ docker-compose up -d --build acala ``` * Run...

Design Document: https://hackmd.io/@rohitnarurkar/rk8Cmk9mq Any reviews/comments on the above document are appreciated. _Edit:_ The design doc has been updated to a revised version. Instead of targeting verification of any generic RLP-encoded...

Hello I am using the `exth_crypto` dependency, which uses the `libsecp256k1` and `keccakf1600` libraries. ``` {:libsecp256k1, "~> 0.1.9"} {:keccakf1600, "~> 2.0.0", hex: :keccakf1600_orig} ``` logs when run `mix deps.compile`: ```...

Minor changes: Remove `unwrap` in the e2e test, and handle error as the e2e test returns `anyhow::Result`