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

Feat/nv21 #6114

Merged
merged 83 commits into from
Oct 12, 2023
Merged

Feat/nv21 #6114

merged 83 commits into from
Oct 12, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    87deec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2aae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabefc4 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint

    simlecode committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c6e3952 View commit details
    Browse the repository at this point in the history
  5. chore: fix lint

    simlecode committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5e6cda3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f85a4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5252965 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6107 from filecoin-project/fix/wallet-balance-cmd

    Fix/wallet balance cmd
    LinZexiao authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9b2bf79 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6110 from filecoin-project/opt/elvindu/blockstore…

    …-has-check
    
    add check before write badger / 添加检查已经存在,在写入之前
    simlecode authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    712e6d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #6113 from filecoin-project/fix/elvindu/fix-event-…

    …subscription
    
    set gcConfidence = 2 * constants.ForkLengthThreshold /  设置gcConfidence的值为2 * constants.ForkLengthThreshold
    simlecode authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9acf862 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6109 from filecoin-project/feat/eip-1891

    feat: Add EIP-1898 support needed for The Graph compatibility
    LinZexiao authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    89dc82b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55bf6e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6115 from filecoin-project/feat/incoming-block

    feat: api: add SyncIncomingBlocks
    LinZexiao authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    eb6fe63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1cb32e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d90cf1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6119 from filecoin-project/feat/slashfilter

    feat: Implement a tooling for slasher
    LinZexiao authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bcc72db View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6120 from filecoin-project/chore/log-fvm-concurrency

    chore: Output log when FVM_CONCURRENCY value is too large
    LinZexiao authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    58a06f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. feat: migrate to boxo

    LinZexiao committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5c912c5 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    LinZexiao committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8a2f3a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6121 from filecoin-project/feat/migrate-to-boxo

    feat: migrate to boxo
    simlecode authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3ad5dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a48ef0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6111 from filecoin-project/fix/existing-nonce

    fix: add existing nonce error
    LinZexiao authored and simlecode committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fab7182 View commit details
    Browse the repository at this point in the history
  6. fix: DecodeRLP can panic

    simlecode committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0e1e1af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7669c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request #6125 from filecoin-project/fix/check-length

    fix: DecodeRLP can panic
    simlecode authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4b227aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6126 from filecoin-project/opt/bare-cbor

    feat: vm: allow raw cbor in state and use the new go-multicodec
    simlecode authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c07ba57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6124 from filecoin-project/feat/invert-validation…

    …-switch-checks
    
    Feat/invert validation switch checks
    simlecode authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a6372a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3df0337 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d115dba View commit details
    Browse the repository at this point in the history
  6. feat: implement nv21

    simlecode committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e750ee8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f35db8 View commit details
    Browse the repository at this point in the history
  8. chore: fix lint

    simlecode committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5d5052b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4350c27 View commit details
    Browse the repository at this point in the history
  10. feat: include extra messages

    in ComputeState InvocResult
    LinZexiao committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    55d2300 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a824610 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6135 from filecoin-project/feat/include-extra-mes…

    …sages-in-ComputeState-InvocResult
    
    feat: include extra messages in ComputeState InvocResult
    simlecode authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d0a8537 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. feat: feat: eth: Add support for blockHash param

    in eth_getLogs
    LinZexiao committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    88e1013 View commit details
    Browse the repository at this point in the history
  2. feat: add EthSyncing api

    LinZexiao committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9f94caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f14ae View commit details
    Browse the repository at this point in the history
  4. chore: update api diff

    LinZexiao committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6139aea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    969edbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7000801 View commit details
    Browse the repository at this point in the history
  7. feat: make it possible to do not apply msg from ts

    in CallWithGas
    LinZexiao committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6602784 View commit details
    Browse the repository at this point in the history
  8. chore: make lint happy

    LinZexiao committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e9aa4c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #6136 from filecoin-project/feat/add-EthSyncing-api

    Feat/add eth syncing api
    simlecode authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    282bc05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6138 from filecoin-project/feat/make-it-optional-…

    …to-apply-msg-from-ts-when-CallWithGas
    
    Feat/make it optional to apply msg from ts when call with gas
    simlecode authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    31f8390 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6137 from filecoin-project/feat/flush-bs

    feat: Plumb through a proper Flush() method on all blockstores
    simlecode authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    62196d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    810ab8b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6139 from filecoin-project/chore/actor-type-proxies

    chore: Use type proxies instead of versioned GST imports
    LinZexiao authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f52bb35 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    0907b52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6144 from filecoin-project/fix/ctxonlongops

    fix: chain: cancel long operations upon ctx cancelation
    LinZexiao authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a7776ef View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    3e85033 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6148 from filecoin-project/feat/new-exec-traces

    feat: vm: switch to the new exec trace format
    LinZexiao authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5da862e View commit details
    Browse the repository at this point in the history
  3. feat: eth trace api

    simlecode committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2714a6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6149 from filecoin-project/feat/traceapi

    feat: eth trace api
    LinZexiao authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    58f9b9d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Merge pull request #6150 from filecoin-project/refactor/handle-block-…

    …msgs
    
    refactor: verify and save block messages when receive new bock
    LinZexiao authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f941a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0f35448 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6152 from filecoin-project/opt/gen-datacap-types

    opt: generate datacap types to venus-shared
    LinZexiao authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    94deab5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore: update deps

    simlecode committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    15b69ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e71b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request #6161 from filecoin-project/feat/synthetic-poRep

    Feat/synthetic po rep
    simlecode authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    869e76d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    3f7a472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1aa2e View commit details
    Browse the repository at this point in the history
  3. fix: add env

    simlecode committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ae99a46 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint

    simlecode committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    afaf7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    2b0b647 View commit details
    Browse the repository at this point in the history
  2. chore: remove ioutil

    simlecode committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    64cd4b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6174 from filecoin-project/chore/remove-ioutil

    chore: remove ioutil
    simlecode authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6365715 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. chore: update ffi

    simlecode committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1204ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4018f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84d9858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1bcd1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    d23f1b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6178 from filecoin-project/fix/forcenet

    fix: update GenesisNetworkVersion to Version20
    simlecode authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4fcf50f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b8406 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6179 from filecoin-project/fix/get-randomness

    fix: not use chain randomness
    simlecode authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d50e6a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: create miner

    simlecode committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    12e80e1 View commit details
    Browse the repository at this point in the history
  2. opt: limit partitions

    simlecode committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e6fb8d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6182 from filecoin-project/opt/limit-partitions

    Opt/limit partitions
    simlecode authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a039bec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04465b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6183 from filecoin-project/feat/migrate-config

    feat: migrate boostrap for config
    simlecode authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    67ba56d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c45232a View commit details
    Browse the repository at this point in the history