archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
### Describe the problem you discovered Currently the contract are executed without much restriction. But this can have unexpected effect. For example a contract retrieving some data from an HTTP...
We should add function to compare datetime Because this is not valid: ```elixir condition transaction: [ timestamp: < unix_timestamp ] ``` we could indeed as something like: ```elixir condition transaction:...
### Is your feature request related to a problem? Sometimes we want to verify a signature in a smart contract to attest and secure an information. However most of blockchains...
Adding a function to help to replace part of string would be really helpful in order to build reactive SC and reduce size of data hosted on chain. This way...
deployment fee: 1/4 of base fee for worker process + 1/10 of base fee for each trigger
- [ ] #1289 - [ ] #1290 --- Epic: #257
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like transactionChain and transactionInputs have some properties not explained in the doc Could you...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like If the contract fail for any reason, this reason should be returned to...
### Is your feature request related to a problem? Currently we use Jason module to decode en encode JSON strings. This module works well in many case but have some...