Neylix

Results 48 issues of Neylix

### Describe the problem you discovered The goal of the inherit conditions is to ensure the output of the contract respect certain rules. The State of the contract could be...

bug
smart contracts

### Is your feature request related to a problem? Currently when a contract is executed, the Worker fetch the contract UTXOs, filter them and uses them in contract execution. Then...

smart contracts
mining
enhancements

### Describe the problem you discovered When the Application starts, there is a first supervisor `Archethic.Supervisor` which starts all the other supervisors with a `rest_for_one` strategy. This means if a...

bug
system
bootstrap

### Is your feature request related to a problem? Currently the structs `VersionedUnspentOutput` contains the unspent output and the protocol version: ```elixir %VersionedUnspentOutput{ protocol_version: v, unspent_output: %UnspentOutput{]} } ``` But...

good first issue
quality
enhancements

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like It could be interesting to see the TPS of the last hour in...

feature
good first issue
UI

### Describe the problem you discovered On the mainnet, each node has a network patch calculated during the beacon summary. This network patch is used to determine which node is...

bug
networking

### Is your feature request related to a problem? As Archethic uses sharding, all the nodes may not store all the transaction. So if a node needs to validate a...

feature
P2P
crypto

### Describe the problem you discovered Currently the contract are executed without much restriction. But this can have unexpected effect. For example a contract retrieving some data from an HTTP...

bug
smart contracts
system

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like If the contract fail for any reason, this reason should be returned to...

feature
smart contracts
mining

### Is your feature request related to a problem? Currently we use Jason module to decode en encode JSON strings. This module works well in many case but have some...

API
quality
enhancements