bchamagne

Results 37 issues of bchamagne

### Describe the problem you discovered Example page: https://testnet.archethic.net/explorer/transaction/000004ED230762C7E08D4438221AC1850409F061BC552DBD8B25A678FEEA7FD235C4 when reloading this page, the handle_params is called twice, resulting in 2 `search_transaction`. There is probably the same behaviour on multiple...

bug
UI

I used to think that as long as the contract execute and the transaction's condition pass, we should accept the trigger transaction. But since the users actually send assets to...

smart contracts

We actually return `:invalid_recipients_execution` when the `validate_recipients` fails. This is not practical because there can be many reasons behind that: - transaction's condition does not pass - contract inherit's condition...

smart contracts
enhancements

Currently AEWeb will always fetch the latest transaction of the chain in order to display the latest version of the website. I would like to alter this behaviour: 1. If...

feature
web hosting

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

bug
smart contracts

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

feature
smart contracts

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

feature
crypto

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

feature
smart contracts

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

feature
smart contracts
crypto

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

feature
smart contracts