lightchain
lightchain copied to clipboard
Fast proof-of-authority blockchain based on go-ethereum and tendermint
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
#### System information ``` Lightchain version: `lightchain version` OS & version: Windows/Linux/OSX Branch: master Commit hash: ``` #### Expected behaviour The repository should have some coverage of code using unit...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
The above error still happens from time to time. Either when 1) node is not shutdown gracefully 2) on lost of internet connection. Full details: ``` 2020-06-25T15:41:04.292+0200 DEBUG lethexec/exec.go:39 LN-SIRIUS:...
**How to reproduce** - Boot up a new no-synced node - Before node is fully sync force a shut down (CTRL+C) **Steps to resolve:** 1. Shutting down the node should...
In order to support GSN TXs. Must run first on Sirius for several months before deployed to mainnet. ## Roadmap Standalone + Sirius -> 9th of September Mainnet -> ~16th...
## Description Running: ``` lightchain run --datadir=~/.ls_sirius ``` doesn't work. An absolute path must be used: ``` /Users/enchanterio/.ls_sirius ``` ## Steps to resolve - Lightchain should support relative paths as...
## Summary Some web3 libraries such as https://www.npmjs.com/package/ethers and other projects have the necessity to filter Lightchain logs. The web3 method is called `getLogs()` and translates to Geth API as...