archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
### Is your feature request related to a problem? During a migration we need to compare some version. Currently those comparison are only string comparison which could be prone to...
### Is your feature request related to a problem? When parsing a contract there is a check to ensure the type of the params, but since all functions accept variables...
Currently to check if a key in Map withing the SC interpreter, we have to do: `Map.get(map, key) == nil` So in order to ease the development experience, I propose...
### Describe the problem you discovered ``` [0x0001: 1] ``` does not parse ### Describe the solution you'd like It should parse ### Epic _No response_
AFAIK nobody uses the simulate_contract_execution endpoint yet. It is replaced by the JSON RPC API. There's too much legacy in there, it slows down the evolution of SC.
### Is your feature request related to a problem? Since we implemented a new functionality to increase the supply of an existing token, we should use it for min_reward transaction...
``` @version 1 condition triggered_by: transaction, as: [] actions triggered_by: transaction do Contract.set_content "Hello world!" end condition triggered_by: transaction, as: [] actions triggered_by: transaction do Contract.set_content "Hello2 world!" end export...
### Is your feature request related to a problem? When we release for a first time, we create a tar.gz archive that we place in the release folder, and when...
### Is your feature request related to a problem? There's no point for the workers to keep the contracts in memory. It stays in memory for a long time which...
### Is your feature request related to a problem? Smart contracts need a way to be able to escape inherit constraints by proving you are the owner of the contract...