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

[WIP] Epic/pandora consensus #58

Draft
wants to merge 233 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 5, 2021

  1. Marked things that needs to be changed to make pandora engine working…

    …. It is marked on ethash, because approach is driven by `minimal changes, maximum output`
    blazejkrzak committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    456f32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c78b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee4453a View commit details
    Browse the repository at this point in the history
  4. - modified lru in ethash test;

    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    894d17a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. - added test for submission;

    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    bd36400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e7b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f621e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db666e View commit details
    Browse the repository at this point in the history
  5. Some codestyle

    blazejkrzak committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f57016a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0597a07 View commit details
    Browse the repository at this point in the history
  7. Test is written that could match pandora execution flow, but API retu…

    …rns false after submission. Good to go further
    blazejkrzak committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d89c867 View commit details
    Browse the repository at this point in the history
  8. Test is written that could match pandora execution flow, but API retu…

    …rns false after submission. Good to go further
    blazejkrzak committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    1b4d1e9 View commit details
    Browse the repository at this point in the history
  9. Added proper comment for makeWork

    Added comments to debug what happens in channel
    blazejkrzak committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    40841e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

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

    blazejkrzak committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f2746c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. quick removal of todos

    blazejkrzak committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    17401d5 View commit details
    Browse the repository at this point in the history
  2. WIP: Trying to do minimal pandora execution engine. Try to retrieve v…

    …alidators list from lru cache
    blazejkrzak committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    8d0a2d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    7abc851 View commit details
    Browse the repository at this point in the history
  2. WIP: Added verification process to ethash

    - TODO: run test with genesisEpoch
    blazejkrzak committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    3ffec9b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    52e0a59 View commit details
    Browse the repository at this point in the history
  2. WIP: sealing and verifying with tests

    - AssignEpochStartFromGenesis works for epoch0
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b7e30c9 View commit details
    Browse the repository at this point in the history
  3. WIP: sealing and verifying with tests

    - AssignEpochStartFromGenesis works for any epoch
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8c33550 View commit details
    Browse the repository at this point in the history
  4. WIP: sealing and verifying with tests

    - AssignEpochStartFromGenesis works for any epoch
    - cache does not work for derived epoch, but derivation works fine
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    148fddf View commit details
    Browse the repository at this point in the history
  5. WIP: sealing and verifying with tests

    - AssignEpochStartFromGenesis works for any epoch
    - some kind of panic
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5588279 View commit details
    Browse the repository at this point in the history
  6. WIP: sealing and verifying with tests

    - AssignEpochStartFromGenesis works for any epoch
    - tests passes even with random interval of sealer time [0:5](s)
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    98517d7 View commit details
    Browse the repository at this point in the history
  7. WIP: sealing and verifying with tests

    - verification of block passes
    TODO:
     - extraData field check
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c49ed1c View commit details
    Browse the repository at this point in the history
  8. WIP: sealing and verifying with tests

    - verification of block passes
    - extraData field check
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5a3fa42 View commit details
    Browse the repository at this point in the history
  9. WIP: sealing and verifying with tests

    - verification of block passes
    - extraData field check
    - removed redundant changes
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    542f5c4 View commit details
    Browse the repository at this point in the history
  10. WIP: sealing and verifying with tests

    - verification of block passes
    - extraData field check
    - removed redundant changes
    - added some changes to running mode
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a1b3653 View commit details
    Browse the repository at this point in the history
  11. WIP: some weird state

    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6ded14d View commit details
    Browse the repository at this point in the history
  12. WIP:

    - added Prepare pandora condition
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8f08e69 View commit details
    Browse the repository at this point in the history
  13. WIP:

    - added Prepare pandora condition
    - filling cache with genesis state in genesis.json
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7c15224 View commit details
    Browse the repository at this point in the history
  14. WIP:

    - added Prepare pandora condition
    - filling cache with genesis state in genesis.json
    - skipSealHook is awaiting
    blazejkrzak committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2201f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. WIP:

    - added Prepare pandora condition
    - filling cache with genesis state in genesis.json
    - skipSealHook is awaiting
    - I can run stress test but config is not yet fully set
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    87aed96 View commit details
    Browse the repository at this point in the history
  2. WIP:

    - TODO: Mimic the sealer (Vanguard)
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f744b70 View commit details
    Browse the repository at this point in the history
  3. WIP:

    - TODO: Mimic the sealer (Vanguard)
    - tik
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    433282d View commit details
    Browse the repository at this point in the history
  4. WIP:

    - TODO: Mimic the sealer (Vanguard)
    - got work from peer on sealer side.
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6eeb797 View commit details
    Browse the repository at this point in the history
  5. WIP:

    - TODO: Mimic the sealer (Vanguard)
    - got work from peer on sealer side.
    - successful sealing but only on first signer
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8fe58b2 View commit details
    Browse the repository at this point in the history
  6. WIP:

    - TODO: Mimic the sealer (Vanguard)
    - got work from peer on sealer side.
    - successful sealing but only on first signer
    blazejkrzak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2aa435a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. WIP:

    - no syntax errors
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3851682 View commit details
    Browse the repository at this point in the history
  2. WIP:

    - no syntax errors
    - pandora goes in 6s loop and recommits the header time with new work.
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    bdf682e View commit details
    Browse the repository at this point in the history
  3. WIP:

    - no syntax errors
    - full epoch went ok
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3c6b586 View commit details
    Browse the repository at this point in the history
  4. WIP:

    - no syntax errors
    - full epoch went ok
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    24e72f5 View commit details
    Browse the repository at this point in the history
  5. WIP:

    - no syntax errors
    - verification is turned on
    - it fails on verification of extradata field
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e0b55c9 View commit details
    Browse the repository at this point in the history
  6. WIP:

    - no syntax errors
    - verification is turned on
    - no verification on extraData field.
    
    TODO: extraData in header should be same!
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b121a72 View commit details
    Browse the repository at this point in the history
  7. WIP:

    - no syntax errors
    - verification is turned on
    - extradata shoud be ok.
    - len  of validators exceeded
    blazejkrzak committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    53c12b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    7630bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    676c58d View commit details
    Browse the repository at this point in the history
  3. WIP: change to signature inserted into header ExtraData instead of Mi…

    …xDigest
    
    - at least signatures are verifiable
    blazejkrzak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4aab528 View commit details
    Browse the repository at this point in the history
  4. WIP: change to signature inserted into header ExtraData instead of Mi…

    …xDigest
    
    - at least signatures are verifiable
    blazejkrzak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7789626 View commit details
    Browse the repository at this point in the history
  5. WIP: change to signature inserted into header ExtraData instead of Mi…

    …xDigest
    
    - stress test is progressing with sealing.
    blazejkrzak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0cb8d91 View commit details
    Browse the repository at this point in the history
  6. WIP: change to signature inserted into header ExtraData instead of Mi…

    …xDigest
    
    - stress test is progressing with sealing.
    - could not submit work, but builds
    blazejkrzak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    980b4ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    887e082 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. stress test work, but I have removed hex from submitWork. Header crea…

    …tion is invalid. Unit tests does not pass
    blazejkrzak committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b03b202 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Feature: 45 pandora execution engine:

    - added bls signature to submit work;
    - modified submit work flow;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a77d6bd View commit details
    Browse the repository at this point in the history
  2. Feature: 45 pandora execution engine:

    - modified blsSignature inserting to extraData;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4a59b7c View commit details
    Browse the repository at this point in the history
  3. Feature: 45 pandora execution engine:

    - changed extra data serialization in consensus pandora flow;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    db0c71d View commit details
    Browse the repository at this point in the history
  4. Feature: 45 pandora execution engine:

    - fixed FromHeader in PandoraExtraData;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a81f3d3 View commit details
    Browse the repository at this point in the history
  5. Feature: 45 pandora execution engine:

    - fixed unit test for invalid signature;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    6dbee8e View commit details
    Browse the repository at this point in the history
  6. Feature: 45 pandora execution engine:

    - working chain;
    
    Signed-off-by: mxmar <macht4tech@gmail.com>
    mxmar committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a128545 View commit details
    Browse the repository at this point in the history
  7. WIP: Pandora execution engine

    - ethash now should run for genesis epoch. Api submitWorkBLS work
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    928f35b View commit details
    Browse the repository at this point in the history
  8. WIP: Pandora execution engine

    - Added API to insert minimal consensus info as a temporary solution
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c0f36a6 View commit details
    Browse the repository at this point in the history
  9. WIP: Pandora execution engine

    - Added API to insert minimal consensus info as a temporary solution
    - added tests that covers the InsertMinimalConsensusInfo functionality
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7720177 View commit details
    Browse the repository at this point in the history
  10. WIP: Pandora execution engine

    - modified InsertMinimalConsensusInfo endpoint, but it does not work as expected
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4858271 View commit details
    Browse the repository at this point in the history
  11. WIP: Pandora execution engine

    - something is broken, debyg why
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d66b236 View commit details
    Browse the repository at this point in the history
  12. WIP: Pandora execution engine

    - blocks are mined
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    394a87b View commit details
    Browse the repository at this point in the history
  13. WIP: Pandora execution engine

    - blocks are mined through all epochs
    blazejkrzak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    39687a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. WIP: Pandora execution engine

    - added debug statement about validator list
    blazejkrzak committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    cd8bc8a View commit details
    Browse the repository at this point in the history
  2. WIP: Pandora execution engine

    - added debug for pandora execution engine
    blazejkrzak committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c7cdaa7 View commit details
    Browse the repository at this point in the history
  3. WIP: Pandora execution engine

    - added dao fork protection disabled for silesia
    blazejkrzak committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    bc92fde View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. WIP: Pandora execution engine

    - added workaround for genesis validator key
    blazejkrzak committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cdc8c00 View commit details
    Browse the repository at this point in the history
  2. WIP: Pandora execution engine

    - added workaround for genesis validator key
    - added test for higher level API
    blazejkrzak committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    948ad28 View commit details
    Browse the repository at this point in the history
  3. WIP: Pandora execution engine

    - stress test mimic infrastructure setup (consensus info is filled with future parameter and with some delay)
    blazejkrzak committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9e2e109 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. WIP: Pandora execution engine

    - Pandora tries to recommit work if ready
    blazejkrzak committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7e73c09 View commit details
    Browse the repository at this point in the history
  2. WIP: Pandora execution engine

    - Added debug
    blazejkrzak committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ceb2727 View commit details
    Browse the repository at this point in the history
  3. WIP: Pandora execution engine

    - Added workaround for dao fork support
    blazejkrzak committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8a75961 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. WIP: Pandora execution engine

    - Worker skip turn 0 in epoch 0 (turn 0)
    blazejkrzak committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    88a199d View commit details
    Browse the repository at this point in the history
  2. WIP: Pandora execution engine

    - Rename proposerIndex to more suitable: turn
    blazejkrzak committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    6c113ae View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. WIP: Subscription to minimalConsensus

    - tests fail, but no panics
    blazejkrzak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    6a9e12d View commit details
    Browse the repository at this point in the history
  2. WIP: Subscription to minimalConsensus

    - epochs are mocked, but subscription mock does not work
    blazejkrzak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    75e6518 View commit details
    Browse the repository at this point in the history
  3. WIP: Subscription to minimalConsensus

    - right now method name is parsed ok, but array is not
    blazejkrzak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    23c6012 View commit details
    Browse the repository at this point in the history
  4. WIP: Subscription to minimalConsensus

    - tests does not pass but orchestratorServer have minimal implementation
    blazejkrzak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5c5391f View commit details
    Browse the repository at this point in the history
  5. WIP: Subscription to minimalConsensus

    - for some reason notifier fails
    blazejkrzak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    44621ca View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. WIP: Subscription to minimalConsensus

    - for some reason notifier fails
    blazejkrzak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    ea60c47 View commit details
    Browse the repository at this point in the history
  2. WIP: Subscription to minimalConsensus

    - for some reason notifier fails.. one of the msg during the handshake of subscription is empty and it produces err
    blazejkrzak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    0770cef View commit details
    Browse the repository at this point in the history
  3. WIP: Subscription to minimalConsensus

    - some kind of fallback on unmarshaling the result which is empty, TODO: debug if this really happen in prod env
    blazejkrzak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    d7c7a7f View commit details
    Browse the repository at this point in the history
  4. WIP: Subscription to minimalConsensus

    - still backend gives me error when trying to subscribe
    blazejkrzak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f58afd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. WIP: Subscription to minimalConsensus

    - for some reason using publicFilterApi solves the subscription problem
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ef2e0ee View commit details
    Browse the repository at this point in the history
  2. WIP: Subscription to minimalConsensus

    - channel does not receive minimal consensus when listening to subscription
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c25cd18 View commit details
    Browse the repository at this point in the history
  3. WIP: Subscription to minimalConsensus

    - subscription channel does not work yet
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    98b5cf2 View commit details
    Browse the repository at this point in the history
  4. WIP: Subscription to minimalConsensus

    - removed insecure api
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    56ee8b3 View commit details
    Browse the repository at this point in the history
  5. WIP: Subscription to minimalConsensus

    - orchestrator mocked in stress ethash is not passed everywhere
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    13bd1da View commit details
    Browse the repository at this point in the history
  6. WIP: Subscription to minimalConsensus

    - very weird behaviour
    blazejkrzak committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    23b6b17 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. WIP: Subscription to minimalConsensus

    - moved to simplier struct, but test still fails on epoch 2
    blazejkrzak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9a4fc94 View commit details
    Browse the repository at this point in the history
  2. WIP: Subscription to minimalConsensus

    - test pass
    blazejkrzak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9f198e7 View commit details
    Browse the repository at this point in the history
  3. WIP: Subscription to minimalConsensus

    - execution engine should work with orchestrator
    blazejkrzak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    27c6de0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. WIP: Subscription to minimalConsensus

    - fix for ipc endpoint
    blazejkrzak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e701bee View commit details
    Browse the repository at this point in the history
  2. WIP: Subscription to minimalConsensus

    - tests do not have import cycle
    blazejkrzak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ac62bad View commit details
    Browse the repository at this point in the history
  3. WIP: Subscription to minimalConsensus

    - stress test runs
    blazejkrzak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    cec9302 View commit details
    Browse the repository at this point in the history
  4. Moved GH actions files

    Patryk Krakos committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    170897d View commit details
    Browse the repository at this point in the history
  5. WIP: Subscription to minimalConsensus

    - go lint pass
    blazejkrzak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6988e02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    201cfc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Changed bls commit

    blazejkrzak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e034cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ecc978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8f1d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55a860 View commit details
    Browse the repository at this point in the history
  5. Subscription test pass

    blazejkrzak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    ecd9e13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63c1ce2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf29b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4aa8ae View commit details
    Browse the repository at this point in the history
  9. Lint improvement

    blazejkrzak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1767cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    fa5aade View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from lukso-network/feature/gitactions-ci-cd

    Moved GH actions files
    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2c43f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89f237 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec5046b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e941a2 View commit details
    Browse the repository at this point in the history
  6. Debug $PATH

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    dd558af View commit details
    Browse the repository at this point in the history
  7. Debug $GOPATH, $GOBIN

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    246db05 View commit details
    Browse the repository at this point in the history
  8. Debug $GOPATH, $GOBIN

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    01e4423 View commit details
    Browse the repository at this point in the history
  9. Try to set gopath, gobin

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    af63a54 View commit details
    Browse the repository at this point in the history
  10. Try to set gopath, gobin

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7acc753 View commit details
    Browse the repository at this point in the history
  11. Try to set gopath, gobin

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3e687cb View commit details
    Browse the repository at this point in the history
  12. Echo $PWD

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    db496e2 View commit details
    Browse the repository at this point in the history
  13. Echo $PWD

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    548c194 View commit details
    Browse the repository at this point in the history
  14. Echo $PWD

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    20cada6 View commit details
    Browse the repository at this point in the history
  15. Echo $PWD

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1cffb7a View commit details
    Browse the repository at this point in the history
  16. Echo $PWD

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    bbcda6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65c4dab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0eb752f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    688dba2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ae592b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e42b20b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    93aed98 View commit details
    Browse the repository at this point in the history
  23. Allow to fail

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    de73efc View commit details
    Browse the repository at this point in the history
  24. Run gomobile init

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f3d60a4 View commit details
    Browse the repository at this point in the history
  25. Run gomobile init

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ea5e1c0 View commit details
    Browse the repository at this point in the history
  26. Gobin setup change

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    46be312 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    998b49e View commit details
    Browse the repository at this point in the history
  28. Added debug information to remote pandora protocol

    Tried to remove gobin modifications
    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9767813 View commit details
    Browse the repository at this point in the history
  29. Working on auto releaser

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3b21990 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    334e6e0 View commit details
    Browse the repository at this point in the history
  31. Try to run go releaser

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    61717f5 View commit details
    Browse the repository at this point in the history
  32. Try to run go releaser

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3875bae View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1c9681e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e1d66ac View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    907e196 View commit details
    Browse the repository at this point in the history
  36. Added more information

    blazejkrzak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d836c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    e67d996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac38282 View commit details
    Browse the repository at this point in the history
  3. Test if CI/CD will skip

    blazejkrzak committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9f20b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    7cbadb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7909962 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from lukso-network/feature/51/subscription-to-…

    …minimal-consensus
    
    Feature/51/subscription to minimal consensus
    blazejkrzak committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a593d10 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

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

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    d6f6dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f3874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f14f1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #60 from lukso-network/fix/test-pandora-block-prod…

    …uction
    
    Fix: test pandora block production
    blazejkrzak committed May 6, 2021
    Configuration menu
    Copy the full SHA
    84d608b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. test pending header subcription is added. Now we can test the pending…

    … header subscription from the test panel
    meta-bot committed May 11, 2021
    Configuration menu
    Copy the full SHA
    38ebc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004dbd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ed625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    854c007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e009001 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b366e87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e67cc09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efd4911 View commit details
    Browse the repository at this point in the history
  9. goimport files added

    meta-bot committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9909f9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e3f003 View commit details
    Browse the repository at this point in the history
  11. changed interface functions

    meta-bot committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4e3e4ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14b6dfb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    e831eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb69e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d9ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c48004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca96acb View commit details
    Browse the repository at this point in the history
  6. crypto bls restored

    meta-bot committed May 12, 2021
    Configuration menu
    Copy the full SHA
    3945916 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    eceab55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c306ab1 View commit details
    Browse the repository at this point in the history
  3. logs are added in the flow

    meta-bot committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e16b69a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b5bfd5 View commit details
    Browse the repository at this point in the history
  5. worker.go goimports modified

    meta-bot committed May 13, 2021
    Configuration menu
    Copy the full SHA
    92fa063 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

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

Commits on May 15, 2021

  1. Merge pull request #61 from lukso-network/feature/pandora-pending-hea…

    …der-API
    
    Feature/pandora pending header api
    meta-bot committed May 15, 2021
    Configuration menu
    Copy the full SHA
    ddee166 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    988f163 View commit details
    Browse the repository at this point in the history
  2. remote tests are removed

    meta-bot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    286d021 View commit details
    Browse the repository at this point in the history
  3. lint bug fixed

    meta-bot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9f03f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    2c2f730 View commit details
    Browse the repository at this point in the history
  2. typo corrected

    meta-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c70d2ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from lukso-network/feature/pandora-orc-client

    orchestrator client module implemented
    meta-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    764f15e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

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

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    4cbb06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b547a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    8f4f48d View commit details
    Browse the repository at this point in the history
  2. Update .goreleaser.yml

    patred20 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d08b151 View commit details
    Browse the repository at this point in the history
  3. Update .goreleaser.yml

    patred20 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    1563fd2 View commit details
    Browse the repository at this point in the history
  4. Restricted goreleaser to linux/amd64

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8b46f16 View commit details
    Browse the repository at this point in the history
  5. Provided config file to goreleaser

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8b2c79d View commit details
    Browse the repository at this point in the history
  6. Deleted go generate

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    01dfde8 View commit details
    Browse the repository at this point in the history
  7. Temporarily disabled goreleaser

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    15d0f54 View commit details
    Browse the repository at this point in the history
  8. Added mulinet connection

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bc713c4 View commit details
    Browse the repository at this point in the history
  9. changed binary name

    Patryk Krakos committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bcd77ce View commit details
    Browse the repository at this point in the history
  10. pandora engine test

    meta-bot committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e0c6e50 View commit details
    Browse the repository at this point in the history
  11. Feature: pandora-orc-client

    - added ethash engine initialization part
    blazejkrzak committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f548931 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. changed tag source

    Patryk Krakos committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    d57ae04 View commit details
    Browse the repository at this point in the history
  2. provide more log to debug

    meta-bot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    e453084 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. pandora extra data bug fixed

    meta-bot committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    69e0a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96bcfc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Reverted extra data fixed

    Atif Anowar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    db5ca5e View commit details
    Browse the repository at this point in the history
  2. Fix log context len error

    Atif Anowar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    042b65b View commit details
    Browse the repository at this point in the history
  3. Donot return error from confirmation loop

    Atif Anowar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    d983f39 View commit details
    Browse the repository at this point in the history
  4. Covert status type from int to string

    Atif Anowar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4f62bc8 View commit details
    Browse the repository at this point in the history
  5. Increase re-try time limit for confirmation

    Atif Anowar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e849928 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. feature pandora client buffer removed from api.go

    muhaimin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    229289d View commit details
    Browse the repository at this point in the history
  2. pending logs are printed in the api.go

    muhaimin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    06e6fb9 View commit details
    Browse the repository at this point in the history
  3. result channel size is made to 0 in the worker.go

    muhaimin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    718e548 View commit details
    Browse the repository at this point in the history
  4. log changed in blockchain.go

    muhaimin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1b372b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. logs are added in the sending and receiving flow

    meta-bot committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    46f1897 View commit details
    Browse the repository at this point in the history
  2. more logs are added for download fetch

    meta-bot committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3cc2f00 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. pandora now support skipped block

    meta-bot committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c10d3db View commit details
    Browse the repository at this point in the history
  2. Fix: 71 Invalid slot from pandora

    - Added test to cover extraData creation logic
    blazejkrzak committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e4905e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Fix: 71 Invalid slot from pandora

    - Reducced recommit by half
    blazejkrzak committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    91d6434 View commit details
    Browse the repository at this point in the history
  2. Fix: 71 Invalid slot from pandora

    - Added goreleaser
    blazejkrzak committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    beeac39 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Merge pull request #72 from lukso-network/fix/71/invalid-slot

    Fix/71/invalid slot
    blazejkrzak committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    09b9d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. TestPendingBlockHeaderFullpath is removed due to pandora engine not h…

    …aving fake engine and also error message changed
    meta-bot committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e6317b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1cdce View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge pull request #67 from lukso-network/feature/pandora-orc-client

    WIP: Feature/pandora orc client
    meta-bot committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8197a78 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. 64/32bit max value is set for lru cache size

    meta-bot committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5beb7bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from lukso-network/feature/pandora-orc-client

    LRU cache size is fixed
    meta-bot committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    977f095 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 14, 2021

  1. Merge pull request #76 from lukso-network/fix/do-not-alter-mix-digest

    Fix: Do not alter mix digest during header update
    Tested & Merged
    atif-konasl committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e95cf12 View commit details
    Browse the repository at this point in the history