Skip to content

Commit

Permalink
Fix/reorg (0xPolygonHermez#1771)
Browse files Browse the repository at this point in the history
* sequencer logs

* logs

* fix pool tx

* fixes

* fix + log

* fix if

* fix

* Remove death code

* fix

* more logs

* logs

* log

* log

* log

* remove not null for field topic0

* fix topic0

* full response log

* remove some logs

* linter

* comment forced batches test

---------

Co-authored-by: Arnau <[email protected]>
Co-authored-by: ToniRamirezM <[email protected]>
  • Loading branch information
3 people authored Mar 8, 2023
1 parent 10a6f7d commit ab1addf
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 415 deletions.
18 changes: 9 additions & 9 deletions ci/e2e-group1/constants.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package e2e

import "github.com/ethereum/go-ethereum/common"
// import "github.com/ethereum/go-ethereum/common"

const (
toAddressHex = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
nTxs = 10
gerFinalityBlocks = uint64(1)
)
// const (
// toAddressHex = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
// nTxs = 10
// gerFinalityBlocks = uint64(1)
// )

var (
toAddress = common.HexToAddress(toAddressHex)
)
// var (
// toAddress = common.HexToAddress(toAddressHex)
// )
Loading

0 comments on commit ab1addf

Please sign in to comment.