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

move testground/lotus-soup testplan from oni to lotus #4727

Merged
merged 381 commits into from
Nov 24, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 29, 2020

  1. Merge pull request #77 from filecoin-project/seq-num-for-all-miners

    get seq num based on role, not based on group
    nonsense committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    b3b89b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from filecoin-project/fix-compositions

    fix compositions
    nonsense committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6c8abeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da85855 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cced69e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79246e6 View commit details
    Browse the repository at this point in the history
  6. update composition-natural.toml

    vyzo committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6b44e6d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #76 from filecoin-project/feat/mine-natural-time

    Option to mine in natural time
    vyzo committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    24730e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    62f63a2 View commit details
    Browse the repository at this point in the history
  2. deal stress test

    vyzo committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    36f82ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4595ded View commit details
    Browse the repository at this point in the history
  4. working client rpc

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    eec5c23 View commit details
    Browse the repository at this point in the history
  5. wip

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    204714a View commit details
    Browse the repository at this point in the history
  6. resolved merge conflicts

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    33e60df View commit details
    Browse the repository at this point in the history
  7. fixup

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    954ad1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63bce1a View commit details
    Browse the repository at this point in the history
  9. upgrade go-sdk

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b62878c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    903b1ea View commit details
    Browse the repository at this point in the history
  11. extract withApiEndpoint

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e3d2d2e View commit details
    Browse the repository at this point in the history
  12. extract startServer

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0a9af6a View commit details
    Browse the repository at this point in the history
  13. fixup

    nonsense committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    46beab3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af582af View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    035bf8b View commit details
    Browse the repository at this point in the history
  16. refactor lotus recipes to make them more manageable. (#86)

    - Each role now has its own file (role_*.go).
    - Options have their own file (lotus_opts.go).
    - Sync service constructions have their own file (sync.go).
    - Utilities are functionally grouped in files ({deals,retrieval}.go).
    raulk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7f37165 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    436fe15 View commit details
    Browse the repository at this point in the history
  2. iterate on testkit library.

    raulk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    81f8451 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d6751 View commit details
    Browse the repository at this point in the history
  4. go mod tidy.

    raulk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    de6d927 View commit details
    Browse the repository at this point in the history
  5. wip

    nonsense authored and yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e01b887 View commit details
    Browse the repository at this point in the history
  6. set drand_period=1s

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8469f67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b386f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    406bd5d View commit details
    Browse the repository at this point in the history
  9. use testground selector

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    45068f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ec4eb8 View commit details
    Browse the repository at this point in the history
  11. fix default log level

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    818bdd4 View commit details
    Browse the repository at this point in the history
  12. set gossipRelay field

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    79b0472 View commit details
    Browse the repository at this point in the history
  13. add DebugSpew helper

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    9cb809a View commit details
    Browse the repository at this point in the history
  14. fix rebase cruft

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    04311d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c4e83f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8aef427 View commit details
    Browse the repository at this point in the history
  17. enable go build cache

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f0c636f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e14b716 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4ac2de1 View commit details
    Browse the repository at this point in the history
  20. use latest sdk-go

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    72426d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4cd197c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cecdb0c View commit details
    Browse the repository at this point in the history
  23. fix log message

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    11bde71 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e748820 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    274b07f View commit details
    Browse the repository at this point in the history
  26. export both apis for miners

    nonsense committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    167a30f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a8841a8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ea6dbc9 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #70 from filecoin-project/plan/drand-halting

    plan: drand halting
    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    459cd65 View commit details
    Browse the repository at this point in the history
  30. update params for ports

    nonsense committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c7f9528 View commit details
    Browse the repository at this point in the history
  31. resolve merge conflicts

    nonsense committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e6bc6aa View commit details
    Browse the repository at this point in the history
  32. fix drand merge mess

    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    83313ea View commit details
    Browse the repository at this point in the history
  33. Merge pull request #91 from filecoin-project/fix/drand-suspend

    fix drand merge mess
    yusefnapora committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e66d439 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    561b10a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    45f20b8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4eb2218 View commit details
    Browse the repository at this point in the history
  37. update runtime image to v2.

    raulk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    619f3fd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    fee13a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd3e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c6b6e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1623917 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #92 from filecoin-project/rm-lotus-testground

    remove deprecated lotus-testground.
    nonsense committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    6d0c0b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    740741b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #90 from filecoin-project/hook-up-miner-rpc-apis

    export both apis for miners
    nonsense committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b601fd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22005d6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #94 from filecoin-project/listen-to-all-ifaces

    listen to all ifaces when exposing internal apis
    nonsense committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    01d6554 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    122926a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19ce23e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6c830c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65cc1a4 View commit details
    Browse the repository at this point in the history
  14. connect miners in a full mesh.

    raulk committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7e63197 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. gomod: update lotus@master

    vyzo committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    faeee03 View commit details
    Browse the repository at this point in the history
  2. add delay before starting deals

    vyzo committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2b6c1e0 View commit details
    Browse the repository at this point in the history
  3. expose rpc ports

    vyzo committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    62f1e47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d3893 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97 from filecoin-project/fix/connect-miners

    connect miners in a full mesh.
    vyzo committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    6c14fda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26ad4da View commit details
    Browse the repository at this point in the history
  7. initial DELVING.md document.

    raulk committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2ed7540 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06e5c42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a223f80 View commit details
    Browse the repository at this point in the history
  10. add lsm commands

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c3a1324 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    483a98f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #99 from filecoin-project/docs/delving

    initial DELVING.md document.
    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    7258ad0 View commit details
    Browse the repository at this point in the history
  13. wip

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    84bc071 View commit details
    Browse the repository at this point in the history
  14. set the PropagationDelay to 2

    vyzo committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d867f0c View commit details
    Browse the repository at this point in the history
  15. wip

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    8708f31 View commit details
    Browse the repository at this point in the history
  16. upgrade buildbase to v4

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    1beb8fa View commit details
    Browse the repository at this point in the history
  17. remove stats

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3aacb7c View commit details
    Browse the repository at this point in the history
  18. lotus at 3db9665

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    9148b0f View commit details
    Browse the repository at this point in the history
  19. works

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    eadb49c View commit details
    Browse the repository at this point in the history
  20. upgrade lotus

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    aa90a8a View commit details
    Browse the repository at this point in the history
  21. upgrade lotus to master

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    20b4375 View commit details
    Browse the repository at this point in the history
  22. remove composition

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    9027161 View commit details
    Browse the repository at this point in the history
  23. revert composition

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    89e413d View commit details
    Browse the repository at this point in the history
  24. revert soup main.go

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    027b80f View commit details
    Browse the repository at this point in the history
  25. revert build flags

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    7a5f139 View commit details
    Browse the repository at this point in the history
  26. remove sleep

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cd3dbf6 View commit details
    Browse the repository at this point in the history
  27. revert specs-actors

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    84cf7d8 View commit details
    Browse the repository at this point in the history
  28. bump filecoin-ffi to 6a143

    nonsense committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f7715ab View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    f062b55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from filecoin-project/upgrade-ffi

    upgrade buildbase to v4
    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f4568fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from filecoin-project/upgrade-lotus

    upgrade lotus and plans to use buildbase:v4
    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    e7271cf View commit details
    Browse the repository at this point in the history
  4. merged master

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1289bca View commit details
    Browse the repository at this point in the history
  5. upgrade lotus

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    75b842b View commit details
    Browse the repository at this point in the history
  6. move ffi forward

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f529f3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    887bf05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d5a8b0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #85 from filecoin-project/dashboard-panels-lotus-m…

    …etrics
    
    add panels for metrics from lotus ; collect stats about chain
    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    b906c49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db383b6 View commit details
    Browse the repository at this point in the history
  11. go mod tidy

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4ce21af View commit details
    Browse the repository at this point in the history
  12. add basic timers

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dd3d04f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ca9e9f View commit details
    Browse the repository at this point in the history
  14. fixes

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    733f2aa View commit details
    Browse the repository at this point in the history
  15. add 2 panels for counters

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    00d837d View commit details
    Browse the repository at this point in the history
  16. add missing %s

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    920e6f5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c9b867 View commit details
    Browse the repository at this point in the history
  18. use lotus master

    nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4dea3f4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    00cc982 View commit details
    Browse the repository at this point in the history
  20. fix exposed port syntax

    Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
    yusefnapora and nonsense committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    8a4b647 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #104 from filecoin-project/fix/sync-mining

    retry sync mining on error
    yusefnapora committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    300d401 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. improved dashboards

    nonsense committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c77cd13 View commit details
    Browse the repository at this point in the history
  2. delete original dashboard

    nonsense committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e244f8d View commit details
    Browse the repository at this point in the history
  3. revert runtime image to v2

    nonsense committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0df9b57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from filecoin-project/plan/deal-stress-test

    Basic deal stress test
    nonsense committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e899da0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1d733 View commit details
    Browse the repository at this point in the history
  6. fix exposed_ports in composition.

    Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
    raulk and nonsense committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    99b6bb3 View commit details
    Browse the repository at this point in the history
  7. Update DELVING.md

    raulk committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5aac474 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb3697c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eb5e24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69332e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f46375a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a45211 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a2a5e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    735c1ec View commit details
    Browse the repository at this point in the history
  15. fix max fil check

    yusefnapora committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4926a78 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    645da2b View commit details
    Browse the repository at this point in the history
  2. update labels with topics.

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    daee5ab View commit details
    Browse the repository at this point in the history
  3. fix labels.

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    97a17bd View commit details
    Browse the repository at this point in the history
  4. add some of @raulk's notes.

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ac5fc72 View commit details
    Browse the repository at this point in the history
  5. consistent compositions

    nonsense committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    a1166d6 View commit details
    Browse the repository at this point in the history
  6. add topic/deals label.

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0efcf1b View commit details
    Browse the repository at this point in the history
  7. Delete system-process.md

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    31af541 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3dbea4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4227f2d View commit details
    Browse the repository at this point in the history
  10. add hint/needs-scoring label.

    raulk committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b6994b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e06729 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #117 from filecoin-project/consistent-compositions

    consistent compositions
    nonsense committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6e45d6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f19148d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. improve readme with instructions on how to run test cases (#129)

    Co-authored-by: Raúl Kripalani <raul@protocol.ai>
    nonsense and raulk committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f20b25a View commit details
    Browse the repository at this point in the history
  2. print auth token ; set seal delay ; disable permissioned api proxies …

    …; bump balances (#122)
    
    * print auth token ; set seal delay
    
    * disable permissioned proxy /2 (#123)
    
    * bump up balances (#124)
    
    * upgrade go.mod to use latest lotus next
    
    * make compiler happy due to change in APIs
    
    * fix k8s compositions to use natural time mining
    
    * add note for balances
    nonsense committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4caecf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d40607 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cf77d2 View commit details
    Browse the repository at this point in the history
  5. fix balance (#138)

    nonsense committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    36c7227 View commit details
    Browse the repository at this point in the history
  6. one more zero (#139)

    nonsense committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    58558f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a50cdda View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    2c3d473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a2161 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. upgrade to next and retrieval signature (#151)

    * upgrade to next and retrieval signature
    
    * upgrade buildbase image and bump up lotus version
    
    * update extra/filecoin-ffi
    
    * note on dependencies
    
    * set expected seal delay
    nonsense committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e0e4432 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    7af5ab5 View commit details
    Browse the repository at this point in the history
  2. randomized network params & batch runner (#142)

    Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
    Co-authored-by: Raúl Kripalani <raul@protocol.ai>
    3 people committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0d0fc2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc4909 View commit details
    Browse the repository at this point in the history
  4. add workstream labels. (#161)

    raulk committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    700a121 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. fix deps (#171)

    nonsense committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    42ef5d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. fix lotus-soup deals baseline test (#172)

    * fix lotus-soup deals baseline test
    
    * remove comment
    
    * go mod tidy
    nonsense committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    62a9982 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. unified tvx tool; end-to-end MVP for extracting+running msg-class v…

    …ectors (#177)
    
    Co-authored-by: Will Scott <will@cypherpunk.email>
    Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
    3 people committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b7e3b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1637216 View commit details
    Browse the repository at this point in the history
  3. support multiple messages /1 (#185)

    * support multiple messages
    
    * update corpus/schema.json
    
    * fix required
    nonsense committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    17f0b4a View commit details
    Browse the repository at this point in the history
  4. generate test-vectors based on tests from chain-validation project (#181

    )
    
    * Read a subset of filecoin state over the full node API
    
    * wip
    
    * import export wip
    
    * extract actors from message
    
    * generate car for any state
    
    * library for providing a pruned statetree
    
    * test vector schema draft + example 'message' class test vector.
    
    * message => messages test vector class.
    
    * fixup
    
    * wip
    
    * use lb.NewBlockstore with ID
    
    * fixup lotus-soup, and generate
    
    * fix deals
    
    * magic params
    
    * work on schema / export of test vector
    
    * fixup
    
    * wip deserialise state tree
    
    * pass at building a test case from a message
    
    * progress loading / serializing
    
    * recreation of ipld nodes
    
    * generation of vector creates json
    
    * kick off tvx tool.
    
    * wip
    
    * wip
    
    * retain init actor state.
    
    * initial test with printed out state
    
    * remove testing.T, but keep require and assert libraries
    
    * wip refactor state tree plucking.
    
    * simplified
    
    * removed factories
    
    * remove builder.Build ; remove interface - use concrete iface
    
    * comment out validateState
    
    * remove Validator
    
    * remove TestDriverBuilder
    
    * remove client
    
    * remove box
    
    * remove gen
    
    * remove factories
    
    * remove KeyManager interfafce
    
    * moved stuff around
    
    * remove ValidationConfig
    
    * extract randomness
    
    * extract config and key_manager
    
    * extract statewrapper
    
    * extract applier
    
    * rename factories to various
    
    * flatten chain-validation package
    
    * initial marshal of test vector
    
    * do not require schema package
    
    * fixup
    
    * run all messages tests
    
    * better names
    
    * run all messages tests
    
    * remove Indent setting from JSON encoder for now
    
    * refactor, and actually running successfully ;-)
    
    * remove irrelevant files; rename extract-msg command.
    
    * remove root CID from state_tree object in schema.
    
    * add tvx/lotus package; adjust .gitignore.
    
    * tidy up command flag management.
    
    * add comment.
    
    * remove validateState and trackState
    
    * remove xerrors
    
    * remove NewVM
    
    * remove commented out RootCID sets
    
    * enable more tests
    
    * add all `message_application` tests
    
    * delete all.json
    
    * update Message struct
    
    * fix message serialization
    
    * support multiple messages
    
    * gofmt
    
    * remove custom Message and SignedMessage types
    
    * update tests with gzip and adhere to new schema for compressed CAR
    
    * improved iface for Marshal
    
    * update Validation
    
    * remove test-suites and utils
    
    * better names for chain. methods
    
    * go mod tidy
    
    * remove top-level dummyT
    
    Co-authored-by: Will Scott <will@cypherpunk.email>
    Co-authored-by: Raúl Kripalani <raul@protocol.ai>
    3 people committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5353210 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a59bf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f97c9e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c8ced1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. various fixes: warn on predicted nonce mismatch, randomness length, a…

    …dd missing mocked verification calls (#199)
    
    * warn when extracting a message from a tipset that contains
      more leading messages from the same sender, as this leads to
      nonce misalignment.
    * fix mocked randomness being too short (must be 32 bytes).
    * mock some further verification syscalls.
    raulk committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    8203a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd35438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d118e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. refactor: add default TestVector to TestDriver (#208)

    This PR adds a `TestVector` to the `TestDriver` so that test driver methods that apply messages can be recorded in the test vector.
    
    refs #194
    alanshaw committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    81ea0ec View commit details
    Browse the repository at this point in the history
  2. feat: add MustMarshalJSON for more DRY outputting (#211)

    Small change to make encoding and printing the test vector output a bit more succinct.
    alanshaw committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    52cf367 View commit details
    Browse the repository at this point in the history
  3. feat: test driver automatically records applied messages in test vect…

    …or (#212)
    
    The `TestDriver` now records applied messages in it's `TestVector` whenever an `Apply*` method is called. This removes the need for manual message serialization and recording in the tests.
    alanshaw committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a793824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de62012 View commit details
    Browse the repository at this point in the history
  5. feat: add test name to test vector meta (#214)

    So we can more easily distinguish between test vectors.
    alanshaw committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    be5bd41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47f0ef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. messages/nested suite (#215)

    * wip
    
    * print out failing test
    
    * missing account in state
    
    * enable puppet test
    
    * add missing preroot
    
    * add puppet actor to lvm
    
    * refactor getting post root and serialize of test vector (#217)
    nonsense committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ffe3019 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. test vector builder API + partial migration of suites (#229)

    Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
    raulk and nonsense committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    99f466e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba87d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acbb809 View commit details
    Browse the repository at this point in the history
  4. nested test suite (#231)

    nonsense committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    b2c2a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0afeed6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2adc12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    955b445 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

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

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    6954e6c View commit details
    Browse the repository at this point in the history
  2. migrate transfer suite. (#240)

    raulk committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    328cd14 View commit details
    Browse the repository at this point in the history
  3. migrate multisig suite. (#241)

    raulk committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    6164d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    497bda2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    f6f3ffc View commit details
    Browse the repository at this point in the history
  2. docs: add @willscott and @alanshaw to the team (#244)

    Hooray \o/!
    alanshaw committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9cebb09 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. payment channels tests improvements (#245)

    * fix: payment channels tests
    
    * fix: paych - signal to miners to stop mining when clients are done
    
    * fix: go mod tidy
    dirkmc committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6be293e View commit details
    Browse the repository at this point in the history
  2. Expand extraction / replay to

    * allow preceeding messages
    * use `stateCall` rather than state replay
    * work on state root CID rather than tipset
    willscott committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ed12b83 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Update README.md (#250)

    nonsense committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d3f6657 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#251)

    nonsense committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d9bcdfe View commit details
    Browse the repository at this point in the history
  3. wip graphsync stress test.

    raulk committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    6563a68 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    77000db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172204c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    6cff57a View commit details
    Browse the repository at this point in the history
  2. flip to test-vectors schema

    willscott committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    20a0f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. upgrade lotus-soup (drand, lotus, stop/resume drand) (#249)

    * wip
    
    * commit with fewer error messages
    
    * reduce headlag from 3 to 1
    
    * fixes for params
    
    * add composition for local:docker
    
    * revert drand-halt plan
    
    * initial monitor of miner power and chain epochs
    
    * revert params to be same as filecoin mainnet
    
    * increase timeout for drand resuming from 30sec to 120sec.
    
    * increase log level
    
    * upgrade lotus to v0.6.1
    
    * upgrade drand to v1.1.1
    
    * increase prepare node timeout from 1 min to 3 min
    
    * upgrade drand to master. increase timeouts for prepare drand node
    
    * nil the stmgr.ForksAtHeight map
    
    * modify starting/stopping of drand within testplan
    
    * increase drand outage to 45min. so that we miss windows
    
    * upgrade proof parameters in docker images
    
    * revert in-complete changes
    
    * use correct runtime debug image
    nonsense committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    097d825 View commit details
    Browse the repository at this point in the history
  2. upgrade lotus to master, and sync filecoin-ffi versions (#254)

    * upgrade lotus to master, and sync filecoin-ffi versions
    
    * git submodule for filecoin-project/fil-blst
    
    * go mod tidy
    
    * try docker golang executor
    nonsense committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8b7e7d4 View commit details
    Browse the repository at this point in the history
  3. enable paych tests (#255)

    * enable paych tests
    
    * use new APIs and values
    nonsense committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    f702ce3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63f903a View commit details
    Browse the repository at this point in the history
  5. checkpoint

    willscott committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a925383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77a956c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed7423b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix routing policy (#257)

    nonsense committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    ea56e56 View commit details
    Browse the repository at this point in the history
  2. nightly/hourly job to run testground testplans (#253)

    * schedule a job every 5min.
    
    * upgrade FFI again
    
    * download testground with supervisor; run async job
    
    * fixup
    nonsense committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1c9257d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. chore: update deps

    alanshaw committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    36b8a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    9a0d5cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #259 from filecoin-project/generalextraction-updat…

    …ed-deps
    
    chore: update deps
    willscott committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    80619fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f21ca85 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. combine #260 and #246.

    raulk committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c839c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72537b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c507f40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b7945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08fc0b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. wip

    raulk committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    41ab87e View commit details
    Browse the repository at this point in the history
  2. wip accessed-cids retention.

    raulk committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    400af0d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

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

Commits on Oct 5, 2020

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

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    0017ea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3ffdb View commit details
    Browse the repository at this point in the history
  3. chore: update lotus to latest next (#266)

    This completes the lotus upgrade dance.
    Stebalien committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    fe1ef15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a6e05b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    44af7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc1fcb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

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

Commits on Oct 11, 2020

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

Commits on Oct 13, 2020

  1. Update lotus with wallet changes (#271)

    * update oni for specs-actors v2 upgrade
    
    #3936
    
    * Update lotus with wallet changes
    
    Co-authored-by: Steven Allen <steven@stebalien.com>
    magik6k and Stebalien committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fbe76d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. upgrade go-sdk (#273)

    nonsense committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    194c9d6 View commit details
    Browse the repository at this point in the history
  2. upgrade go-sdk (#274)

    nonsense committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    881e37e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. --metadata cmd options for testground (#275)

    * refactor user field
    
    * upgrade sdk-go
    nonsense committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a843008 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    1f678c1 View commit details
    Browse the repository at this point in the history
  2. remove oni submodule

    nonsense committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f7f5a27 View commit details
    Browse the repository at this point in the history
  3. update Dockerfiles; integrate lotus-soup and graphsync in Lotus CI; u…

    …pdate go.mod and references
    nonsense committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    bf50071 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    844c0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f15135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd64086 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52da5ac View commit details
    Browse the repository at this point in the history