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

Nuget packages are significantly out of date and some have significant changes between .NET Core 3.1 and .NET 6. Packages should be updated and changes made to accommodate framework changes.

Enhancement 👷

.NET 6 is the new LTS release of .NET that replaces the .NET Core and original .NET Framework lines. Catalyst must be updated to .NET 6 for future support and...

Enhancement 👷

EVM opcode Instruction.BLOCKHASH uses BlockHashProvider which is not implemented, this functionality needs to be implemented for the opcode Instruction.BLOCKHASH to work.

Bug 🐛

eth_call requires from field so breaks under nethereum, but works under json rpc if from field is included. eth_call should work without from field.

Bug 🐛

Certificate filename for POA node is currently hardcoded. We should change this to be derived from network config file, or remove certificate field in the config to avoid confusion.

Enhancement 👷

I'm not receiving the delta number yet, I will when I merge this into my code. I think long is probably better because of the size or ulong since the...