Neylix

Results 48 issues of Neylix

### Is your feature request related to a problem? During a migration we need to compare some version. Currently those comparison are only string comparison which could be prone to...

enhancements
release

### Is your feature request related to a problem? When parsing a contract there is a check to ensure the type of the params, but since all functions accept variables...

feature
smart contracts

### Is your feature request related to a problem? Since we implemented a new functionality to increase the supply of an existing token, we should use it for min_reward transaction...

feature
rewards

### Is your feature request related to a problem? When we release for a first time, we create a tar.gz archive that we place in the release folder, and when...

enhancements
release

### Is your feature request related to a problem? Since we swithed ou APIs from REST to JSON RPC, we should use a standardized way to format and expose those...

feature
API

### Describe the problem you discovered Since we are using sharding and every transaction is considered as a block, we can have some issue when 2 transactions interacting with each...

to-analyze
replication
enhancements

### Is your feature request related to a problem? Currently the network needs to have all the node on the same version to work properly. But there is case when...

feature
bootstrap

### Is your feature request related to a problem? Currently there is a lot of timeout everywhere, for Tasks, P2P request, Mining timeouts ... This become complex to manage since...

quality
enhancements

### Is your feature request related to a problem? As described in this PR #1203 OpenSSL will support keccak256 hash algo in 3.2 version (https://github.com/openssl/openssl/issues/19304) Erlang will support it when...

feature
crypto

### Is your feature request related to a problem? As we are developing a smart contract language, we need to think about error and exception. In our case there is...

feature
smart contracts