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 when we install a new release, it compile all the file into the _build/rel/env and build folder. But release after release, theses files...

good first issue
enhancements
release

### Is your feature request related to a problem? In many situation in the code we create a new Task to do asynchronous stuff, but we don't want it to...

good first issue
quality
enhancements

### Describe the problem you discovered Currently when a request contains a dnslink redirection to a hosted website, the sni function to get the ssl certificate get the last chain...

good first issue
web hosting
enhancements

### Describe the problem you discovered Currently when an aeweb reference transaction contains an ssl certificate, the node ensure the host domain name is certified by the certificate. To do...

bug
good first issue
web hosting

### Is your feature request related to a problem? Transaction in DB is stored with all field indexed by there name. This allow to read a transaction from DB only...

DB
enhancements

# Description Handle new BLS aggregration signatures. - Validation stamp and cross validation stamps are signed using the new mining key - Replication nodes returns a signed cross validation stamps...

feature
crypto
mining

# Description Integrate WASM smart contract execution ## Type of change - New feature (non-breaking change which adds functionality) # How Has This Been Tested? Tested with libjs (https://github.com/archethic-foundation/libjs/pull/222) #...

### Is your feature request related to a problem? Currently the validation node election is based on transaction data and the daily nonce seed. Therefore if a transaction fail to...

feature
mining

### Describe the problem you discovered When a node replicate a transaction, it also replicate the missing previous transactions of the entire chain. But as the retrieval of the transaction...

bug
replication

### Is your feature request related to a problem? Since [AEIP-21](https://github.com/archethic-foundation/aeip/blob/main/AEIP-21.md), genesis address became a major information used in many places. Currently the genesis address of a transaction is retrieved...

transaction
DB
enhancements