File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 source $HOME/.cargo/env
3131
3232 - name : " Install dependencies with dnf"
33- run : dnf install -y gcc gcc-c++ glibc-devel make python3-pip openssl openssl-devel tar gzip git nodejs nasm
33+ run : dnf install -y gcc gcc-c++ glibc-devel make python3-pip openssl openssl-devel tar gzip git nasm
34+
35+ - name : Install Node.js 20
36+ run : |
37+ curl -fsSL https://rpm.nodesource.com/setup_20.x | bash -
38+ dnf install -y nodejs
3439
3540 - name : " Install cargo-lambda"
3641 run : pip3 install cargo-lambda
Original file line number Diff line number Diff line change 1+ use crate :: { blob:: BlobTransactionData , constants:: BLOBS_QUEUE_MESSAGE_GROUP_ID } ;
12use alloy:: primitives:: { Bytes , FixedBytes } ;
23use aws_config:: { meta:: region:: RegionProviderChain , BehaviorVersion } ;
34use aws_sdk_s3:: primitives:: ByteStream ;
45use log_macros:: log_info;
5-
6- use crate :: { blob:: BlobTransactionData , constants:: BLOBS_QUEUE_MESSAGE_GROUP_ID } ;
76use serde:: { Deserialize , Serialize } ;
87use sha2:: { Digest , Sha256 } ;
98use std:: env;
You can’t perform that action at this time.
0 commit comments