Gal Rogozinski

Results 43 issues of Gal Rogozinski

# Description of change Reverts #1843 due to problems we found in testing. ## Type of change Choose a type of change, and delete any options that are not relevant....

- Fix: LS taking too long (#1843) - Feature: New milestone stage and solidification pipeline (#1844) - Use LinkedBlockingQueue to fix sync problems (#1841) - Up jackson version 2.9.10.3 (#1837)...

### Description Currently the GTTA call is synchronized and we use a single thread executor for some reason. Let's make this mult-threaded ### Motivation Faster tip-sel ### Requirements 1. Stop...

C-API
C-Tip Selection Old
C-Tip Selection On A Subset

### Description while running the walker due to GTTA calls we should solidify transactions we encounter on a separate thread ### Motivation Due to network/node unreliability some transactions may not...

C-Tip Selection Old
C-Solidification

### Description We want to validate bundles as they come in and not only on tip-selection and milestone solidification ### Motivation As part of the white-flag changes we are doing...

C-Validation

### Description We want to update the tips container that we have now to hold only solid and valid bundles ### Motivation The tips will be used for tip-selection, we...

C-Data Model

### Description Make milestone tracker and milestone solidifier and latest milestone tracker a single stage in the TXPipelining Process ### Motivation The first part of #1674 ### Requirements 1. Make...

C-Consensus

### Bug description When node `A` connects to a neighbor, it will remove it from the `reconnect pool`. If the neighbor was an old pre-1.8.0 node the removal from the...

T-Bug
C-Network

### Bug description Once the cache gets full we write to the DB each time. This is because we release from cache to db and write to cache at the...

T-Bug
C-Persistence
L-Under Investigation

### Description Let's define `Approved Transaction Root` as any confirmed transaction that can be reached by walking from a given transaction down to its parents. The walk must terminate once...

C-Data Model
C-Tip Selection On A Subset