jmoreira-valory

Results 10 issues of jmoreira-valory

**Is your feature request related to a problem? Please describe.** If an FSM App defines a cross_period_persisted_keys but for whatever reason the FSM App has not set it on the...

enhancement

### Subject of the issue Usage of `--aev` should show a deprecation warning. **Documentation should be updated correspondigly.** ``` $ autonomy deploy build ../keys.json --aev -ltm Building deployment @ /home/jose/git/wd1/hello_world/abci_build...

enhancement
open-autonomy

Currently, the framework has some chains defined with a profile (e.g., Ethereum) and some other chains to be defined with "custom profile" that requires environment variables to be defined (e.g.,...

enhancement

**Is your feature request related to a problem? Please describe.** There are 2 related design issues related to the command `autonomy deploy from-token` . **Issue 1** The flags `--docker` and...

refactor
open-autonomy

**Is your feature request related to a problem? Please describe.** Feature request **Describe the solution you'd like** Rather recently, Docker offers a Linux-based Docker desktop bundle, which seems a convenient...

enhancement
open-autonomy

**Is your feature request related to a problem? Please describe.** Currently, `autonomy scaffold fsm` generates a collection of template classes that require be populated in order to have a working...

enhancement
open-autonomy

**Is your feature request related to a problem? Please describe.** Currently, services can be built and run locally for testing (build-image, deploy build, deploy run) if one of the two...

enhancement
cli

### Subject of the issue when executing `autonomy scaffold fsm --help` it outputs: Error: Agent configuration file 'aea-config.yaml' not found in the current directory. when executed inside an agent directory...

bug
cli

**Is your feature request related to a problem? Please describe.** Some base rounds require a number of base attributes to be defined by the superclasses. For example, [none_type](https://github.com/valory-xyz/open-autonomy/blob/89a778cd71bbb56ed4805fa95470cd4f160217e7/packages/valory/skills/abstract_round_abci/base.py#L1548) on `CollectSameUntilThresholdRound`....

enhancement
core-packages

The method [`generate_agent`](https://github.com/valory-xyz/open-autonomy/blob/89a778cd71bbb56ed4805fa95470cd4f160217e7/autonomy/deploy/base.py#L725) has a problematic behaviour when the key values in a dictionary of an exported variable contain dots `.` This produces environment variables containing dots, which are not...

bug