Skip to content

Commit

Permalink
Merge pull request maticnetwork#1060 from maticnetwork/develop
Browse files Browse the repository at this point in the history
Merge develop to v1.0.0-beta-candidate
  • Loading branch information
VAIBHAVJINDAL3012 authored Sep 20, 2023
2 parents 65b54f9 + dcdf249 commit 84aded5
Show file tree
Hide file tree
Showing 16 changed files with 310 additions and 267 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
file: ./cover.out


integration-tests:
e2e-tests:
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
strategy:
matrix:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
cd matic-cli/devnet/code/contracts
npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000
cd -
timeout 20m bash heimdall/integration-tests/smoke_test.sh
timeout 60m bash heimdall/integration-tests/smoke_test.sh
- name: Upload logs
if: always()
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
build:
runs-on:
group: ubuntu-runners
labels: 18.04RunnerT2Large
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion app/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type App interface {
Name() string

// The application types codec.
// NOTE: This shoult be sealed before being returned.
// NOTE: This should not be sealed before being returned.
Codec() *codec.Codec

// Application updates every begin block.
Expand Down
3 changes: 3 additions & 0 deletions bridge/setu/listener/rootchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ type RootChainListener struct {

stakingInfoAbi *abi.ABI
stateSenderAbi *abi.ABI

// For self-heal, Will be only initialised if sub_graph_url is provided
subGraphClient *subGraphClient
}

const (
Expand Down
221 changes: 0 additions & 221 deletions bridge/setu/listener/rootchain_events.go

This file was deleted.

Loading

0 comments on commit 84aded5

Please sign in to comment.