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

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

bug
smart contracts
system

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:...

feature
good first issue
smart contracts

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

feature
good first issue
smart contracts

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

feature
good first issue
smart contracts

deployment fee: 1/4 of base fee for worker process + 1/10 of base fee for each trigger

feature
smart contracts

- [ ] #1289 - [ ] #1290 --- Epic: #257

feature
smart contracts
Epic

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

documentation
good first issue

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

feature
smart contracts
mining

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

API
quality
enhancements