Giuseppe Bertone
Giuseppe Bertone
Fixed bug in redirect (issue #20). Better late than nothing :)
This is a 🔦 documentation change. ## Summary While installing `ruby`, `ruby-install` depends on `xzcat` command. If `xz` is not installed, you get an error when you launch `ruby-install ruby`....
Added the official repo for Solidity's Compiler releases, before the Truffle custom one. Added a note for the last two deprecated repo.
**Description**: * Fixed markdown linting, code highlighting, typos, links, images for HIP-19 and HIP-28; * Fixed Jekyll dependency when using Ruby >= 3.0; **Related issue(s)**: N/A **Notes for reviewer**: N/A...
**Description**: This PR introduces the following fixes and improvements: * Fixed estimates for file upload; * Fixed estimates while uploading the hash of the file; * Fixed integration tests; *...
Tags in this repository - currently the latest is `v1.16.2` - don't match the ones on npmjs.com and yarnpkg.com - currently latest `1.18.4`.
## Description This PR makes the CLI work again, and in particular: - Switched to the official DeepL Node module - Added support for API key, via option or via...
### Description When running `task build` the process stop when searching for `src/proto/mirror/basic_types.proto`. That files is actually not in that folder, and it is instead in `src/proto/serivces/basic_types.proto`. I assume the...
Generated solidity code for the demo does not compile because two variables are mispelled.
### Description During startup, Teku tries to create the following folders in the current directory instead of using the configured `data-base-path`. ``` ./gossip_messages ./gossip_messages/decoding_error ./gossip_messages/rejected ./invalid_blocks ``` This is probably...