James Riehl

Results 22 issues of James Riehl

## Proposed changes ## Fixes Improves error messaging and handling when soef registration fails when the agent address is either already in the soef lobby or already registered. The TAC...

### Prerequisites - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and made sure this feature does not already exist. - [X] I checked the [existing issues](https://github.com/fetchai/cosmpy/issues) to make sure this feature has...

C-enhancement

### Prerequisites - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and made sure this feature does not already exist. - [X] I checked the [existing issues](https://github.com/fetchai/cosmpy/issues) to make sure this feature has...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

Categorize all integrations as `fetch` official or `community` contributions.

```python msg = { "remove_domain": { "domain": domain_name, } } ```

Revisit wallet message handlers, in particular, whether we want to allow multiple handlers for messages, overwrite them, or discriminate based on the messages in some way.

p-low
c-chore

It would be better to add methods to allow easier storage and access of model types to avoid having to do things like this: ```python tables = {int(num): TableStatus(**status) for...

Need to check whether this version changes the computed digests (it probably does).

enhancement

We need better exception handling, particularly when errors occur inside message and interval handlers. These should generally not cause the agent to fail.

bug