-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: 0xPolygon/zkevm-ethtx-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: okx/xlayer-ethtx-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 18 files changed
- 12 contributors
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e913489 - Browse repository at this point
Copy the full SHA e913489View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b7dcf8 - Browse repository at this point
Copy the full SHA 4b7dcf8View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6018d38 - Browse repository at this point
Copy the full SHA 6018d38View commit details
Commits on Nov 14, 2024
-
Merge
dev
into upstream v0.2.1 (#8)* option to avoid gas estimationi * Quality Gate (#61) * add linters * fix: lint fix * fix: lint make file * feat: sonar * fix: remove unused files * try to include coverage * fix: change sonar cloud project key * small fix * fix: comments --------- Co-authored-by: Rachit Sonthalia <rachitsonthalia02@gmail.com> * ensure tx order (#64) * ensure tx order * fix: linter * change namespace (#65) * fix nonce too low (#67) * Nonce too low issues fix (#75) * Serial nonce update (#74) * feat: prepare txns before routines * fix: remove forcedNonce feature * feat: uts * fix: lint * lint fix --------- Co-authored-by: Goran Rojovic <100121253+goran-ethernal@users.noreply.github.com> Co-authored-by: Goran Rojovic <goran.rojovic@ethernal.tech> * feat: implement SQL lite storage (#72) * feat: initial scaffolding * feat: insert implementation * feat: change column types based on the SQL lite supported types * feat: changed schema, first version of CRUD operations implementation * refactor: extract common parts to helper functions * chore: add comments * fix: linter config warning * refactor: simplify in-memory storage and fix deadlocks in case of errors * feat: instantiate either in memory or sql storage * chore: add comment * test: fully covered memstorage feat minor renames * feat: add github.com/mattn/go-sqlite3 as direct dependency * fix: adapt the DB schema, fix issues and add unit tests for sql storage * feat: increase coverage * test: add some more unit tests * fix: group variables * refactor: rename PersistenceFilename config parameter * fix: rename helper function (address comment part 1) * feat: introduce meddler * chore: remove useless comments * fix: revert update logic to manually constructing SQL and address comments from @joanestebanr (part 1) * fix: change some columns types (address comment from @joanestebanr 2nd part) * fix: use meddler to construct on fly update statement, address comments from @joanestebanr (part 3) * feat: remove in memory storage, change block_number to BIGINT (address @joanestebanr part 4) * fix: remove redundant code * feat: simplify building of UPDATE clause * rebase fix * refactor: build base select and base delete statement dynamica 10000 lly (address comment from @arnaubennassar) * test: concurrent write to the database unit test --------- Co-authored-by: Goran Rojovic <goran.rojovic@ethernal.tech> * Rename config parameter `DBPath` to `StoragePath` (#77) * fix if a tx is finalized very fast (#84) * fix * comment * # This is a combination of 3 commits. # This is the 1st commit message: Merge `dev` into upstream v0.2.1 # This is the commit message #2: Fix lint errs # This is the commit message #3: Comment interface method * parent 4da7722 author Vui-Chee <vuicheesiew@gmail.com> 1731548943 +0800 committer Vui-Chee <vuicheesiew@gmail.com> 1731548943 +0800 parent 1b8de9d author Vui-Chee <vuicheesiew@gmail.com> 1731476344 +0800 committer Vui-Chee <vuicheesiew@gmail.com> 1731548582 +0800 Merge `dev` into upstream v0.2.1 Fix lint errs Comment interface method Fix configure (#3) * fix configure * keep the same with genesis Silence sonar cloud go mod tidy Add back hex ut to keep consistent with `dev` --------- Co-authored-by: Arnau <arnaubennassar5@gmail.com> Co-authored-by: Goran Rojovic <100121253+goran-ethernal@users.noreply.github.com> Co-authored-by: Rachit Sonthalia <rachitsonthalia02@gmail.com> Co-authored-by: Toni Ramírez <58293609+ToniRamirezM@users.noreply.github.com> Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com> Co-authored-by: Goran Rojovic <goran.rojovic@ethernal.tech> Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4891711 - Browse repository at this point
Copy the full SHA 4891711View commit details
Commits on Nov 20, 2024
-
Upgrade contract code to Fork12 (Banana) (#10)
* Port over Fork12 contract code repo: 0xPolygon/cdk-contracts-tooling (fork12, banana) * go mod tidy * Manually handroll custom package name More renames More madness ... ... * Update tests to Fork12 * Improve tests readability * quash lint * Match last test inputs * Reuse existing cdk tooling package * Update tests * Parse and marshal new params for request with test * Make tests nicer to read
Configuration menu - View commit details
-
Copy full SHA for fab49de - Browse repository at this point
Copy the full SHA fab49deView commit details
Commits on Mar 11, 2025
-
Merge tag 'v0.2.5' into vui-chee/upstream-v0.2.5
* tag 'v0.2.5': (21 commits) Update Go and go-ethereum version (#103) Revert "Bump github.com/ethereum/go-ethereum from 1.14.10 to 1.14.12 (#92)" (#94) Bump github.com/ethereum/go-ethereum from 1.14.10 to 1.14.12 (#92) Bump github.com/rubenv/sql-migrate from 1.7.0 to 1.7.1 (#91) fix: hashmeddler (#93) Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#86) Bump github.com/holiman/uint256 from 1.3.1 to 1.3.2 (#87) Fix check tx already exists (#90) Bump github.com/0xPolygonHermez/zkevm-synchronizer-l1 (#85) Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 (#79) Bump github.com/ethereum/go-ethereum from 1.14.8 to 1.14.10 (#73) fetch chain id from rpc endpoint fix if a tx is finalized very fast (#84) Rename config parameter `DBPath` to `StoragePath` (#77) feat: implement SQL lite storage (#72) Nonce too low issues fix (#75) fix nonce too low (#67) change namespace (#65) ensure tx order (#64) Quality Gate (#61) ...
Configuration menu - View commit details
-
Copy full SHA for 7b02c0c - Browse repository at this point
Copy the full SHA 7b02c0cView commit details
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 26d07a0 - Browse repository at this point
Copy the full SHA 26d07a0View commit details
Commits on Mar 13, 2025
-
Merge pull request #12 from okx/vui-chee/upstream-v0.2.5
Upstream v0.2.5
Configuration menu - View commit details
-
Copy full SHA for 24e9659 - Browse repository at this point
Copy the full SHA 24e9659View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...dev