Skip to content

Commit

Permalink
Merge branch 'development' into ed/fix_state_subscribeRuntimeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed Aug 9, 2021
2 parents 6270ede + dba5922 commit 9be6179
Show file tree
Hide file tree
Showing 35 changed files with 1,888 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
name: Run stable tests
run: |
docker run chainsafe/gossamer:test sh -c "make it-stable"
docker-rpc-tests:
runs-on: ubuntu-latest
steps:
Expand All @@ -155,6 +156,7 @@ jobs:
name: Run rpc tests
run: |
docker run chainsafe/gossamer:test sh -c "make it-rpc"
docker-stress-tests:
runs-on: ubuntu-latest
steps:
Expand All @@ -178,6 +180,7 @@ jobs:
name: Run stress
run: |
docker run chainsafe/gossamer:test sh -c "make it-stress"
docker-grandpa-tests:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions dot/core/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type StorageState interface {
TrieState(root *common.Hash) (*rtstorage.TrieState, error)
StoreTrie(*rtstorage.TrieState, *types.Header) error
GetStateRootFromBlock(bhash *common.Hash) (*common.Hash, error)
GetStorage(root *common.Hash, key []byte) ([]byte, error)
}

// TransactionState is the interface for transaction state methods
Expand Down
2 changes: 1 addition & 1 deletion dot/core/mocks/block_producer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9be6179

Please sign in to comment.