Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new blocks subscriber and submit data to kafka #34

Merged

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    40cda62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d4761 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    37be217 View commit details
    Browse the repository at this point in the history
  2. Continue the loop in worker when job reaches its maxTry instead of re…

    …turn (break the loop)
    DNK90 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6394195 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Change subscribe function from ChainHeadEvent (only emit canonical bl…

    …ock) to ChainEvent (emit for every block)
    DNK90 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    54eefb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add missing queueSize flag

    DNK90 committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bbc2f36 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

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

Commits on Oct 18, 2021

  1. Add handle reorg event

    DNK90 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    91221ee View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    53d9e43 View commit details
    Browse the repository at this point in the history
  2. Add Remove and Rebirth logs event, Fix empty blockHash, Number, Trans…

    …actionHash in synced logs
    DNK90 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    32e9463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef108c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becc2da View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    daa4114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e338b0 View commit details
    Browse the repository at this point in the history
  3. Add checkConnection function to check connectivity to kafka, Fixed wr…

    …ong condition in entrypoint.sh
    DNK90 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d26b915 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b838d View commit details
    Browse the repository at this point in the history
  5. Correct mine condition

    DNK90 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    8fcb1eb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    0c3a66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb3252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    236eebd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    68e24b3 View commit details
    Browse the repository at this point in the history
  2. Handle nil confirmed block

    DNK90 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    acac81c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    8f36cf6 View commit details
    Browse the repository at this point in the history
  2. Update the latest go-kafka

    DNK90 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5103124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81bed18 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    48d074e View commit details
    Browse the repository at this point in the history
  2. Remove unused commented code

    DNK90 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a1feced View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Add publishedTime to newBlock/newTx/newLogs to specify the exact time…

    … event is sent from blockchain
    DNK90 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    51912f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c9670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435c760 View commit details
    Browse the repository at this point in the history