Skip to content

Commit

Permalink
Remove tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Jul 5, 2023
1 parent 2109a16 commit c8cfaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ main(int argc, char* const* argv)
randHash::initialize();
xdr::marshaling_stack_limit = 1000;
#ifdef ENABLE_NEXT_PROTOCOL_VERSION_UNSAFE_FOR_PRODUCTION
checkStellarCoreMajorVersionProtocolIdentity();
// TODO: This should only be enabled after we tag a v20 version
// checkStellarCoreMajorVersionProtocolIdentity();
rust_bridge::check_lockfile_has_expected_dep_trees(
Config::CURRENT_LEDGER_PROTOCOL_VERSION);
checkXDRFileIdentity();
Expand Down

5 comments on commit c8cfaf3

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at sisuresh@c8cfaf3

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sisuresh/stellar-core/fix-mismatch = c8cfaf3 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sisuresh/stellar-core/fix-mismatch = c8cfaf3 merged ok, testing candidate = 6c004ae

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6c004ae

Please sign in to comment.