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

Bsp-agent-DTM-RC:v1.7.0 (Ethereum Migration v1.5) #253

Merged
merged 35 commits into from
Apr 24, 2024
Merged

Bsp-agent-DTM-RC:v1.7.0 (Ethereum Migration v1.5) #253

merged 35 commits into from
Apr 24, 2024

Commits on Mar 13, 2024

  1. support bsp export for eip-4844 blob tx

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5533fae View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c52e6d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #248 from covalenthq/fix/migrate-gcr-docker

    Bring `develop` ci/cd to parity with`main`
    noslav committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f98b3f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. merge dencun support related bsp-agent updates

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    927bc5a View commit details
    Browse the repository at this point in the history
  2. wrap and unwrap avro union types for blob txs

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7852463 View commit details
    Browse the repository at this point in the history
  3. compose avro lens path support for blob tx fields

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    79e936a View commit details
    Browse the repository at this point in the history
  4. fix types for blob txs

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    16b0489 View commit details
    Browse the repository at this point in the history
  5. update codec with blob sidecar

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f38d2ff View commit details
    Browse the repository at this point in the history
  6. add null avro union type for blob sidecar

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    328697d View commit details
    Browse the repository at this point in the history
  7. fix blobFeeCap type

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f7b54dc View commit details
    Browse the repository at this point in the history
  8. omit empty blob sidecars

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8c9c4f0 View commit details
    Browse the repository at this point in the history
  9. revert back to optional

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a4fe1ad View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix blobFeeCap type lens path

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bd51e84 View commit details
    Browse the repository at this point in the history
  2. update codec with blob sidecar array

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c715768 View commit details
    Browse the repository at this point in the history
  3. remove sidecar null components

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8e77ac4 View commit details
    Browse the repository at this point in the history
  4. remove avro wrapping for internal blob values

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c3d37ba View commit details
    Browse the repository at this point in the history
  5. update codec

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f78acef View commit details
    Browse the repository at this point in the history
  6. move blob side cars to replica head

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b0699c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. capture fields and path correctly on export

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d5677da View commit details
    Browse the repository at this point in the history
  2. fix type on blobTxSidecars codec

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3611892 View commit details
    Browse the repository at this point in the history
  3. fix type fields for blobTxSidecars bytes

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b6f4fde View commit details
    Browse the repository at this point in the history
  4. go fmt

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fc3e065 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. bump bsp-agent minor version

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dd553c9 View commit details
    Browse the repository at this point in the history
  2. enable extractor scripts to export BlobSideCars

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    440d1bf View commit details
    Browse the repository at this point in the history
  3. disable staticcheck for now

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    90aecc4 View commit details
    Browse the repository at this point in the history
  4. linter recom fixes on comments and spacing

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2323d71 View commit details
    Browse the repository at this point in the history
  5. linter recom fixes on redacted/expired libraries

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    57042ca View commit details
    Browse the repository at this point in the history
  6. linter recom fixes for scripts redacted/expired libraries

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3b6a40 View commit details
    Browse the repository at this point in the history
  7. remove abandoned linters

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ec26834 View commit details
    Browse the repository at this point in the history
  8. match linter to go version local

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    da6b01b View commit details
    Browse the repository at this point in the history
  9. amend linter workflow

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f8a850c View commit details
    Browse the repository at this point in the history
  10. update redis backup file

    g
    
    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ca48f58 View commit details
    Browse the repository at this point in the history
  11. insert correct replication queue naming

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    560330d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #244 from covalenthq/feature/blob-tx-type

    Support BSP export for EIP-4844 blob tx (Ethereum Migration v1.5)
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e5b923c View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into develop

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9bffe48 View commit details
    Browse the repository at this point in the history