Skip to content

Commit

Permalink
Merge branch 'feat/optimistic_fast_finality' of github.com:axieinfini…
Browse files Browse the repository at this point in the history
…ty/ronin into feat/optimistic_fast_finality/bls
  • Loading branch information
DNK90 committed Jul 4, 2023
2 parents e691bf4 + 3183f4a commit 8b0f310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- feat/optimistic_fast_finality
pull_request:
branches:
- master
- feat/optimistic_fast_finality

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion crypto/bls/blst/signature.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"sync"

"github.com/ethereum/go-ethereum/crypto/bls/common"
"github.com/ethereum/go-ethereum/crypto/rand"
"github.com/pkg/errors"
"github.com/prysmaticlabs/prysm/v4/crypto/rand"
blst "github.com/supranational/blst/bindings/go"
)

Expand Down

0 comments on commit 8b0f310

Please sign in to comment.