archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
# Description This aims to resolve issue regarding the number of valiation nodes which not be availalbe during the transaction's validation and the election chose them. This proposes an overbooking...
# Description This PR aims to enable changes of MMDB2 changes ## Type of change Please delete options that are not relevant. - New feature (non-breaking change which adds functionality)...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like It could be interesting to see the TPS of the last hour in...
### Describe the problem you discovered We had an issue where the module Connection was being terminated very quickly due to an issue with libsodium. This resulted in a "reached...
Since #1394, we introduce a lock mechanism to improve synchronization of transaction validation by acquiring a lock for a given transaction's hash before transaction's mining. However, this approach is not...
### Describe the problem you discovered ``` (archethic 1.4.6) lib/archethic/oracle_chain/scheduler.ex:96: Archethic.OracleChain.Scheduler.handle_event(:info, {:new_transaction, , :oracle, ~U[2024-01-22 14:16:20.240Z]}, :triggered, %{indexes: %{~U[2024-01-23 00:00:00Z] => 758}, next_address: , polling_date: ~U[2024-01-22 14:14:00Z], polling_interval: "0 *...
To avoid this, we should expose MFA instead of a private function in the cache to be called, avoiding the need to kill the process just to make a hot...
### Describe the solution you'd like in the wallet, we display now only genesis address but this information is not available in the explorer. Could you add in the tx...
### Is your feature request related to a problem? If for some reason, during the database file writing phase the node is shutdown, the file is corrupted as it could...
### Is your feature request related to a problem? Currently, to distribute replication during transaction's validation we have a replication tree which is designed to distribute replication nodes from validation...