bchamagne

Results 37 issues of bchamagne

### Is your feature request related to a problem? Network transactions are stored on all nodes. So when validating a transaction, the validations nodes ping all the node to determine...

feature
P2P

### Describe the problem you discovered ``` [0x0001: 1] ``` does not parse ### Describe the solution you'd like It should parse ### Epic _No response_

bug
smart contracts

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.

API
breaking change
enhancements

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

smart contracts
enhancements

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

feature
question
smart contracts
enhancements

### Is your feature request related to a problem? There is no point in trying to run a contract that has no funds. We should delete the worker as soon...

feature
smart contracts

### Is your feature request related to a problem? `&&` and `||` already works, but having `and` and `or` might be more user friendly. ### Describe the solution you'd like...

feature
smart contracts

# Description The `condition transaction` should be checked even if there are no `actions triggered_by: transaction` block. So a transaction that have a **recipient** with the following contract: ``` @version...

feature
smart contracts

### Is your feature request related to a problem? Miners should get fees even if a contract does nothing or crash. This is an anti-spam solution. ### Describe the solution...

feature
smart contracts
Fee

In order to check if a connection is open, instead of relying on a ETS table & the connection process, we suggest to delegate this to a new process. Basically...

P2P
enhancements