Samuel Manzanera

Results 44 issues of Samuel Manzanera

### 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

### 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

### Describe the problem you discovered If we pass a smart contract code with just the following code: ```elixir @version 1 ``` We get an error which is not accurate:...

bug
smart contracts

This epic handles the enhancements of the smart contracts

Epic

I'm wondering if we should not move this function into the `Mining` context, so nested modules under `lib/archethic` will not call the top level `Archethic` but the siblings' context APIs....

quality

### Is your feature request related to a problem? Sometime we want to interact with the local db without having to run a node and to perform some complex query....

feature
DB

### Is your feature request related to a problem? The BeaconChain is integrating global network coordinates aggregated on each BeaconChain's summary based on latency and distribution of nodes. However, during...

feature
P2P

This epic handle the management of AEWeb solution

Epic

Hello I was trying to upgrade NX & EXLA through a hot upgrade process, however, the NIF is not supporting upgrade capability ```c ERL_NIF_INIT(Elixir.EXLA.NIF, exla_funcs, &load, NULL, NULL, NULL); ```...