-
Notifications
You must be signed in to change notification settings - Fork 2k
PLEX-1920 add Solana WriteReport test in remote DON #20856
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
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
cfa6dbe
wip
Unheilbar de7e29d
wip sol cap working
Unheilbar d7b3142
wip run write report in remote don
Unheilbar 57a8899
add v2_solana_write test
Unheilbar 6ecee5d
prints cleanup
Unheilbar b3b415f
Merge branch 'develop' into PLEX-1920
Unheilbar f53ab78
bump solana
Unheilbar 8b96f09
bump solana
Unheilbar 4c294f2
bump solana
Unheilbar a66b7ca
bump deps
Unheilbar e1aecf1
rm logs
Unheilbar 59cdc25
bump common replace chain selector to testnet
Unheilbar 0365ba2
bump compute limit
Unheilbar a8fef08
bump dependencies
Unheilbar bddd52d
increase delta stage
Unheilbar 877c2bc
Merge branch 'develop' into PLEX-1920
Unheilbar f467844
Merge branch 'develop' into PLEX-1920
Unheilbar 49851db
bump common
Unheilbar b8432f0
fix lint
Unheilbar 845edeb
bump solana
Unheilbar b7fea43
remove solana v1
Unheilbar 85d15f5
Merge branch 'develop' into PLEX-1920
Unheilbar 0a94fdc
Merge branch 'develop' into PLEX-1920
Unheilbar 18d3784
Merge branch 'develop' into PLEX-1920
Unheilbar 1386e12
fix core tests amd lints
Unheilbar 5620ef1
asign topology to oslana cre suite
Unheilbar 160957f
fix test
Unheilbar 3d08bf1
add solana to private plugins
Unheilbar 5807f15
add debug err
Unheilbar 884dce6
update solana changeset to support v2 contracts
Unheilbar 02875a6
add debug logs
Unheilbar b936903
update consensus ref
Unheilbar ee322c6
fix lint
Unheilbar 31767da
Merge branch 'develop' into PLEX-1920
Unheilbar 3702806
p
Unheilbar 977d376
make modgraph
Unheilbar 6373938
make modgraph
silaslenihan 4462e3b
rm
Unheilbar c618543
remove debug logs
Unheilbar 50fbc6d
rm topology name
Unheilbar 54c8220
fix typo
Unheilbar 87ca765
Merge branch 'develop' into PLEX-1920
Unheilbar d8ed2e7
bump dep
Unheilbar 9a6aa8a
fix remote hasher test
Unheilbar f6287df
fix lint
Unheilbar cc854fc
Merge branch 'develop' into PLEX-1920
Unheilbar e814ebb
bump deps
Unheilbar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,63 +1,64 @@ | ||
| module manual-execution | ||
|
|
||
| go 1.24.5 | ||
| go 1.25.5 | ||
|
|
||
| require ( | ||
| github.com/ethereum/go-ethereum v1.16.2 | ||
| github.com/ethereum/go-ethereum v1.16.8 | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/smartcontractkit/chain-selectors v1.0.71 | ||
| golang.org/x/crypto v0.41.0 | ||
| github.com/smartcontractkit/chain-selectors v1.0.90 | ||
| golang.org/x/crypto v0.47.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect | ||
| github.com/DataDog/zstd v1.5.6 // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/bits-and-blooms/bitset v1.20.0 // indirect | ||
| github.com/consensys/gnark-crypto v0.18.0 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect | ||
| github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect | ||
| github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect | ||
| github.com/bits-and-blooms/bitset v1.24.0 // indirect | ||
| github.com/cespare/cp v1.1.1 // indirect | ||
| github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect | ||
| github.com/consensys/gnark-crypto v0.19.2 // indirect | ||
| github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect | ||
| github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/deckarep/golang-set/v2 v2.6.0 // indirect | ||
| github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | ||
| github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect | ||
| github.com/deepmap/oapi-codegen v1.8.2 // indirect | ||
| github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect | ||
| github.com/ethereum/go-verkle v0.2.2 // indirect | ||
| github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||
| github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect | ||
| github.com/golang/snappy v1.0.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/gorilla/websocket v1.5.3 // indirect | ||
| github.com/graph-gophers/graphql-go v1.5.0 // indirect | ||
| github.com/holiman/uint256 v1.3.2 // indirect | ||
| github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect | ||
| github.com/klauspost/compress v1.18.2 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.10 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-runewidth v0.0.16 // indirect | ||
| github.com/minio/sha256-simd v1.0.1 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect | ||
| github.com/mr-tron/base58 v1.2.0 // indirect | ||
| github.com/pion/dtls/v2 v2.2.12 // indirect | ||
| github.com/pion/transport/v2 v2.2.10 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/prometheus/client_golang v1.22.0 // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/common v0.65.0 // indirect | ||
| github.com/prometheus/procfs v0.16.1 // indirect | ||
| github.com/prometheus/client_golang v1.23.0 // indirect | ||
| github.com/rivo/uniseg v0.4.7 // indirect | ||
| github.com/rogpeppe/go-internal v1.13.1 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/rs/cors v1.11.1 // indirect | ||
| github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
| github.com/stretchr/testify v1.11.1 // indirect | ||
| github.com/supranational/blst v0.3.14 // indirect | ||
| github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect | ||
| github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||
| github.com/tklauser/go-sysconf v0.3.15 // indirect | ||
| github.com/tklauser/numcpus v0.10.0 // indirect | ||
| github.com/urfave/cli/v2 v2.27.6 // indirect | ||
| github.com/urfave/cli/v2 v2.27.7 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect | ||
| golang.org/x/net v0.43.0 // indirect | ||
| golang.org/x/sync v0.16.0 // indirect | ||
| golang.org/x/sys v0.35.0 // indirect | ||
| golang.org/x/time v0.12.0 // indirect | ||
| google.golang.org/protobuf v1.36.8 // indirect | ||
| golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect | ||
| golang.org/x/net v0.49.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/sys v0.40.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.