Catalyst icon indicating copy to clipboard operation
Catalyst copied to clipboard

Fast, scalable PBFT distributed ledger

Results 92 Catalyst issues
Sort by recently updated
recently updated
newest added

These pipelines no longer work as they are set up to publish to an old feed

Handlers would be cleaner to be added via DI through Autofac.

Enhancement 👷

From the discussion at the start of the year RPC projects have been deprecated in favor of Eth Api and Dfs Api.

Question ❓

Current protobuf wire MultiAddress format is: /ip4/77.68.110.78/tcp/4001/ipfs/18n3naE9kBZoVvgYMV6saMZe3GsQiDaWiuhi4ngsz4yYghzBZanWyrCCxbg3QWZmWCK3 We can use a more optimized structure such as: { ip, bytes port, bytes peerId, bytes } and reconstruct on the backend.

Enhancement 👷
Question ❓

I have noticed some unit or integration tests are quite complicated and it is very hard to follow, they do not use a unit test pattern such as AAA and...

Some of the timed tests are failing Discusion/ proposed solution: [teams convo here](https://teams.microsoft.com/l/message/19:[email protected]/1588691263446?tenantId=afa06d2d-9f7a-4b3c-8010-610c2a62f3e0&groupId=72fbb62c-87aa-4323-96cb-d8234ff9c61f&parentMessageId=1588691263446&teamName=Engineering&channelName=General&createdTime=1588691263446)

Enhancement 👷

Sometimes this test fails. Needs to be fixed...

Bug 🐛

Allow to run the node in memory instead of using persistent storage via command line parameter

Enhancement 👷

Some funky inherited code where a class provides an implementation IBlockAPI where only PutAsync has truly implemented the other Iface methods just implemented to throw an exception. This class is...

Enhancement 👷