archethic-node icon indicating copy to clipboard operation
archethic-node copied to clipboard

Official Archethic Blockchain node, written in Elixir

Results 135 archethic-node issues
Sort by recently updated
recently updated
newest added

### 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

### Describe the problem you discovered If we pass a smart contract code with just the following code: ```elixir @version 1 ``` We get an error which is not accurate:...

bug
smart contracts

This epic handles the enhancements of the smart contracts

Epic

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Like the ```genesisAddress``` method, i need a graphQL API to query the network...

feature
good first issue
API

### Describe the problem you discovered Currently, asset names are case sensitive, which creates inconvenience and discomfort for users. For instance, if I have an HTML page with the following...

bug
good first issue
API

I'm wondering if we should not move this function into the `Mining` context, so nested modules under `lib/archethic` will not call the top level `Archethic` but the siblings' context APIs....

quality

In order to check if a connection is open, instead of relying on a ETS table & the connection process, we suggest to delegate this to a new process. Basically...

P2P
enhancements

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Like ```transactionChains``` GraphQL API, is it possible to add Sort property which represents...

feature
API

- [x] #458 - [x] #455 - [x] #404 - [x] #386 - [x] #347 - [x] #291 - [x] #295 - [x] #225 - [x] #45 - [x] #226...

UI
Epic
beacon chain

### Describe the problem you discovered Example page: https://testnet.archethic.net/explorer/transaction/000004ED230762C7E08D4438221AC1850409F061BC552DBD8B25A678FEEA7FD235C4 when reloading this page, the handle_params is called twice, resulting in 2 `search_transaction`. There is probably the same behaviour on multiple...

bug
UI