archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
### Describe the problem you discovered When a contract has an interval trigger, but the transaction is sent and not validated, the worker go back in :waiting_trigger state but it...
# Description Add support of BLS mining public key Note: I inserted a migration task which not run by default. This task should be run after the upgrade have been...
### Describe the area Coming from the [AEIP-24](https://github.com/archethic-foundation/aeip/blob/main/AEIP-24.md), to have a secure and cost efficient transaction's consensus and trust, we have to implement aggregated signature into transaction and mining. We...
### Describe the problem you discovered When we use aeweb to host a website, we can access it using the api "https://testnet.archethic.net/aeweb/[genesis]/". Also to protect the nodes against DDOS attack,...
### Describe the problem you discovered When an incoming transaction has an invalid origin signature, the coordinator node does not retrieve the proof of work. The proof of work returns...
### Describe the problem you discovered Currently when the mining starts, the coordinator retrieve the context from the other validation nodes. Once the context of a node is received, all...