Neylix

Results 48 issues of Neylix

### Is your feature request related to a problem? Since new public function are available through API, we would need to have a standard way for them to return errors....

feature
smart contracts

### Is your feature request related to a problem? Currenlty the conditions structure of a smart contract is a map. Hence when we execute each condition fields to determine if...

feature
smart contracts

### Is your feature request related to a problem? Since this issue is completed https://github.com/archethic-foundation/archethic-node/issues/1169 Archethic node expose new API compliant with Json RPC specification. These API will replace the...

feature
testing

### Describe the problem you discovered Actually a node will send its slots only if it is a beacon node for this slot time. But since this PR #923, some...

beacon chain
enhancements

### Describe the problem you discovered When a replication node verify the validation stamps and cross validation stamps signature, it does not ensure the coordinator node and the cross validation...

mining
replication
enhancements

### Describe the problem you discovered Actually there is a control in the Subset to ensure a replication attestation is within the expected interval of time of the current summary...

beacon chain
enhancements

### Describe the problem you discovered Actually if a beacon summary node receive a valid slot, it adds it into the summary cache ets table. But if a malicious node...

beacon chain
enhancements

### Describe the problem you discovered Actually for a low UCO transfer amount we have 3 validation nodes. The minimum number of nodes to validate a transaction is 2. Let's...

to-analyze
enhancements
election

### Is your feature request related to a problem? Actually we need at least 11 nodes to test sharding (transaction not replicated on all nodes). But this is really complex...

testing
election

### Describe the problem you discovered Currently there is 2 functions in the `ChainReader` that read multiple transactions, `stream_chain` and `get_transaction_chain`. `stream_chain` return a stream from the beginning of the...

good first issue
DB
enhancements