archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
### 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...
### 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...
### 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...
### 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...
### 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...
# 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...
# 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...
### 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...
### 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...