Add minimal ChainReader interface & types#196
Merged
reductionista merged 78 commits intomain from BCF-2612-ChainReaderDec 5, 2023
+1,439-145
Commits
Commits on Dec 4, 2023
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Creates a codec interface for encoding and decoding data to a chain. Implements the relay chain reader to use it and creates interface tests for the chain reader to be run by all implementations (#209
- committed
- committed
- committed
Fix a typo in the codec interface test. The dummy used to test the relay didn't care, but real implmentations will have a decoding error (#224)
Reset the test structure in codec interfaces before a new write and deterministic cbor for fake (#225)
Remove the map from inner test struct for the chain reader interface test and show testing with compatible types for encoding. (#226)
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed