Pascal Precht a6194ffad4 fix: don't expect CommunityTokensMetadata in EditCommunity()
The `Edit()` method on `Community` merely updates "primitive" values
that live inside a community description. For any data that is more complex,
we typically have dedicated methods.

Because `Edit()` was expecting `CommunityTokensMetadata`, it would
override it with empty data every time we would edit a community.
This is because we typically don't update that kind of data as part
of `Edit()`.

In addition, `CommunityTokensMetadata` is append-only anyways,
so there wouldn't be any other way to update that field, other than
adding new items to it, which is done in a dedicated method.
2023-03-07 16:07:48 +01:00
2021-06-16 16:19:45 -04:00
2022-11-17 10:40:26 +01:00
2023-01-13 17:52:03 +00:00
2023-03-06 13:22:40 +02:00
2021-07-20 10:57:38 +02:00
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2021-07-20 10:57:38 +02:00
2023-01-13 17:52:03 +00:00
2023-02-28 08:43:57 +01:00
2022-12-29 14:16:19 +08:00
2021-09-01 13:02:18 +01:00
2023-01-13 17:52:03 +00:00
2023-02-28 08:43:57 +01:00
2022-07-17 15:37:14 +02:00
2021-07-20 10:57:38 +02:00
2023-03-06 17:39:59 -04:00
2023-01-13 17:52:03 +00:00
2023-03-06 17:39:59 -04:00
2023-03-06 17:39:59 -04:00
2016-09-21 10:00:29 +08:00
2023-02-16 11:52:48 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.5%
Python 0.9%
Shell 0.3%
Makefile 0.1%
Groovy 0.1%