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

Solana txm extraction #8627

Merged
merged 13 commits into from
Mar 13, 2023
3 changes: 2 additions & 1 deletion core/chains/solana/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ import (
solanaclient "github.com/smartcontractkit/chainlink-solana/pkg/solana/client"
"github.com/smartcontractkit/chainlink-solana/pkg/solana/config"
"github.com/smartcontractkit/chainlink-solana/pkg/solana/db"
soltxm "github.com/smartcontractkit/chainlink-solana/pkg/solana/txm"

v2 "github.com/smartcontractkit/chainlink/core/config/v2"

"github.com/smartcontractkit/chainlink/core/chains/solana/monitor"
"github.com/smartcontractkit/chainlink/core/chains/solana/soltxm"
"github.com/smartcontractkit/chainlink/core/logger"
"github.com/smartcontractkit/chainlink/core/services"
"github.com/smartcontractkit/chainlink/core/services/keystore"
Expand Down
121 changes: 0 additions & 121 deletions core/chains/solana/fees/computebudget.go

This file was deleted.

103 changes: 0 additions & 103 deletions core/chains/solana/fees/computebudget_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions core/chains/solana/fees/estimator.go

This file was deleted.

38 changes: 0 additions & 38 deletions core/chains/solana/fees/fixed_price.go

This file was deleted.

83 changes: 0 additions & 83 deletions core/chains/solana/fees/recent_fees.go

This file was deleted.

Loading