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

### Is your feature request related to a problem? Since this issue is completed https://github.com/archethic-foundation/archethic-node/issues/1169 Archethic node expose new API compliant with Json RPC specification. These API will replace the...

feature
testing

### Is your feature request related to a problem? Currently, we have an API to get the storage nonce public key, however this data is not immutable. If someday we...

feature
crypto
API

### Is your feature request related to a problem? Currently smart contract actions block are defined by direct code. However since the [AEIP16](https://github.com/archethic-foundation/aeip/blob/main/AEIP-16.md) we introduce a way to simplify it...

feature
smart contracts
AEIP

# Description The `condition transaction` should be checked even if there are no `actions triggered_by: transaction` block. So a transaction that have a **recipient** with the following contract: ``` @version...

feature
smart contracts

### Describe the problem you discovered Actually a node will send its slots only if it is a beacon node for this slot time. But since this PR #923, some...

beacon chain
enhancements

### Describe the problem you discovered When a replication node verify the validation stamps and cross validation stamps signature, it does not ensure the coordinator node and the cross validation...

mining
replication
enhancements

### Describe the problem you discovered Actually there is a control in the Subset to ensure a replication attestation is within the expected interval of time of the current summary...

beacon chain
enhancements

### Is your feature request related to a problem? Miners should get fees even if a contract does nothing or crash. This is an anti-spam solution. ### Describe the solution...

feature
smart contracts
Fee

### Describe the problem you discovered Actually if a beacon summary node receive a valid slot, it adds it into the summary cache ets table. But if a malicious node...

beacon chain
enhancements

### Is your feature request related to a problem? Blockchains protocols usually leverage transaction's fees as a way to prevent failed transaction & spamming. While it's true, in our current...

feature
mining
Fee