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

[ADP-3478] Remove get_latest_node_db_url #4832

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions test/e2e/helpers/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,6 @@ def get_latest_configs_base_url(env)
"https://book.world.dev.cardano.org/environments/#{env}/"
end

##
# Latest node-db snapshot updated at the end of every epoch
def get_latest_node_db_url(env)
raise "Unsupported env, supported are: 'mainnet' or 'testnet'" if (env != 'testnet') && (env != 'mainnet')

case env
when 'testnet'
'https://updates-cardano-testnet.s3.amazonaws.com/cardano-node-state/db-testnet.tar.gz'
when 'mainnet'
'https://update-cardano-mainnet.iohk.io/cardano-node-state/db-mainnet.tar.gz'
end
end

##
# Get protocol magic from byron-genesis.json corresponding to particular env
def get_protocol_magic(env)
Expand Down
Loading