Timothy Wu
Timothy Wu
## Changes - replace `gssmr` and `dev` chains from [node-template workflow ](https://github.com/ChainSafe/substrate-node-template/actions/runs/2799143621) ## Tests ```sh go test -tags integration github.com/ChainSafe/gossamer ``` ## Issues ## Primary Reviewer @jimjbrettj
## Issue summary - The following tests have been updated in PR #2671 to point to the old `dev` runtime: - `TestStartGossamerAndPolkadotAPI` - `TestAuthorSubmitExtrinsic` - `TestChainRPC` - `TestChainSubscriptionRPC` - `TestStateRPCAPI`...
## Issue summary - The following tests have been updated in PR #2671 to point to the old `gssmr` runtime: - `TestMaintainTransactionPool_EmptyBlock` - `TestMaintainTransactionPool_BlockWithExtrinsics` - Investigate and add new tests...
## Issue summary - The following tests have been updated in PR #2671 to point to the old `gssmr` runtime: - `TestChainProcessor_HandleBlockResponse_ValidChain` - `TestChainProcessor_HandleBlockResponse_MissingBlocks` - `TestChainProcessor_HandleBlockResponse_BlockData` - `TestChainProcessor_ExecuteBlock` - Investigate...
## Issue summary - The following tests have been updated in PR #2671 to point to the old `dev` runtime: - `TestBuildBlock_ok` - `TestApplyExtrinsic` - `TestBuildAndApplyExtrinsic` - `TestBuildBlockTimeMonitor` - `TestVerificationManager_OnDisabled_InvalidIndex`...
## Issue summary - From Florian: There are a few more oddities: It seems I am forced to use --key alice and --log debug, because settings those in the config...
feature: Add SCALE custom type functionality for Result, VaryingDataType, and VaryingDataTypeSlice
## Task summary - SCALE requires the destination data structure to be known before decoding. This isn't a problem when we deal with initialised `Result`, `VaryingDataType` and `VaryingDataTypeSlice` instances. -...
## Issue summary - Many go projects with external packages utilize the `pkg` and `internal` root level folders. Issue #1072 is looking to move SCALE into it's own package for...