CHAMI Rachid
CHAMI Rachid
As discussed by @874341642 in https://github.com/web3j/web3j/issues/1321#issuecomment-1153054859, the following ABI: ``` { "outputs": [ { "components": [ { "internalType": "uint256[]", "name": "blocks", "type": "uint256[]" } ], "internalType": "struct Mining.PlayerWork", "name": "",...
As per the discussion in https://github.com/web3j/web3j/issues/1664, this issue will track the needed updates for the [Web3J](http://docs.web3j.io/) documentation. - [x] https://github.com/web3j/web3j/issues/1669 - [ ] https://github.com/web3j/web3j/issues/1664 and https://github.com/web3j/web3j/issues/1662 - [ ] https://github.com/web3j/web3j/issues/1660...
## Problem statement Currently, the documentation is not showing how to sign random messages using Web3j and how to use those signatures. And, as a result of that, we have...
Fixes https://github.com/celestiaorg/smt/issues/40. It adds a `keySize` field to all SMT related structs and uses it to access values in `smt.values` map. > Maybe we should add more checks on the...
Ubuntu 16.04 still installs `Python:2.7` and `pip`. Thus, the `getting-started` docker image doesn't build as expected. So, an update to `Ubuntu:20.04` is needed for the images to build successfully.
Closing https://github.com/celestiaorg/celestia-app/issues/656
Currently, we're posting Valset Confirms and DataCommitment Confirms directly in state. This is posing us with limitations such as: state grows and increasingly high gas fees. Thus, we can think...
## Summary At the current stage of development, we will need to deploy a PoA Celestia testnet that follows the fast-paced development environment of Celestia-app and, optionally, the Quantum Gravity...
This issue will be a tracker for the remaining work for the QGB 1.0 to be finalized. New tasks will be added as they pop up. For now, the QGB...
As mentioned in https://github.com/celestiaorg/celestia-app/issues/652, we will need to create deployment scripts to ease the process of deploying a new tesnet and forking it. These can be written in Ansible, Terraform,...