archethic-node
archethic-node copied to clipboard
Official Archethic Blockchain node, written in Elixir
Bumps the npm_and_yarn group with 1 update in the /assets directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...
### Describe the problem you discovered ### Describe the solution you'd like code is hardcoded as if there's 8 decimals. I believe it's done to not do some I/O, so...
# Description Adds 2 new functions to the language Based on PR #1528 (only look at the 3 last commits) Fixes #1525 ## Type of change - New feature (non-breaking...
# Description By giving a entropy to the ec_encrypt, the function always return the same value for the same inputs. We'll need this in #1525. ## Type of change -...
# Description Add genesis_address to `transaction` `contract` `next` `previous` constants. Fixes #1526 ## Type of change - New feature (non-breaking change which adds functionality) # How Has This Been Tested?...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like `Crypto.encrypt_with_storage_nonce/1` can encrypt any hexadecimal with the storage nonce public key (making it...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like We often deal with genesis addresses, having them first hand is better than...
### Describe the problem you discovered The transaction subscriber notify the client with the number of current confirmation for a transaction and the maximum number of confirmation. This maximum number...
### Describe the problem you discovered may or may not be related to #1488 ### Describe the solution you'd like I think the node should exponentially retry, or maybe turn...
To support aggregated signatures, we have to support BLS signature scheme. We might rely on external dependency as Erlang does not support it yet. We might have to use [BLS...