8000 Comparing 0xPolygon:main...okx:dev · 0xPolygon/zkevm-ethtx-manager · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

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
Choose a base ref
...
head repository: okx/xlayer-ethtx-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 18 files changed
  • 12 contributors

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    e913489 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fix configure (#3)

    * fix configure
    
    * keep the same with genesis
    giskook authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4b7dcf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. update (#4)

    zjg555543 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6018d38 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. 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>
    8 people authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4891711 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. 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
    Vui-Chee authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fab49de View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. 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)
      ...
    Vui-Chee committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    7b02c0c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    26d07a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Merge pull request #12 from okx/vui-chee/upstream-v0.2.5

    Upstream v0.2.5
    KamiD authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    24e9659 View commit details
    Browse the repository at this point in the history
Loading
0