Alon Gal

Results 19 issues of Alon Gal

Is it possible to have logarithmic scaling on the slider? Or alternatively, provide the values myself instead of having a linear step between them?

help wanted
discussion
Feature

Recommend removing since it's an expensive operation. Called in: https://github.com/iotaledger/iri/blob/d4f2a50324eb8ad9a79a54f6bfb7f7089e056db9/src/main/java/com/iota/iri/controllers/TransactionViewModel.java#L708 https://github.com/iotaledger/iri/blob/d4f2a50324eb8ad9a79a54f6bfb7f7089e056db9/src/main/java/com/iota/iri/TransactionValidator.java#L425

T-Bug

This is a PR merging the newest IRI changes, in preparation for incorporating value transactions in CLIRI.

Main issues: * Add MWM = 11 * Verify example `java -c` command works * Remove IRI-specific parts

See discussion in #13

This causes tip selection to fail with a subtangle size is too big error. I don't know what is causing genesis to be selected.

If the network has very low TPS, a recently synced node will see old transactions with recent as having the most recent `arrivalTimestamp`s, since syncing is done from present to...

Today we compare the latestSolidSubtangleMilestone to other nodes and see that the node isn’t too far behind (done client side, not in IRI). We need a Coo-less alternative.

question

# Zero-value testnet (z-net) First iteration of cliri, with the following spec: * No ledger validation * No Milestone class (Coo really out of the picture) * Remove most API...

The weekly database deletion introduced in #78 seems to be malfunctioning. The symptoms are: 1. The database file remains large (over 2 GBs this week) 1. Tip selection fails with...