Lukáš Lukáč

Results 23 issues of Lukáš Lukáč

I have a table with BIGSERIAL ID: ``` CREATE TABLE datastore_index ( id BIGSERIAL PRIMARY KEY, key VARCHAR(1000) UNIQUE NOT NULL, size INT NOT NULL, created_at TIMESTAMPTZ NOT NULL );...

bug
:books: postgresql

From a quick look it seems like deciding to what node the key goes is based on `crc32` hash and modulo. ``` func (ss *ServerList) PickServer(key string) (net.Addr, error) {...

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:...

bug

**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...

bug

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...

enhancement

## 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...

feature

## 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...

bug

Add a if condition to code to pull a new validator set from a smart contract after block X. Not necessarily to use Eth API, query the information directly from...

feature

As discussed here: https://github.com/lightstreams-network/lightchain/pull/85#discussion_r260175326

feature
blocked