Samuel Manzanera
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...
### 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...
### 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...
### 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:...
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....
### 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....
### 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...
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); ```...