Skip to content

Commit

Permalink
Merge pull request #2931 from Taraxa-project/master_to_develop
Browse files Browse the repository at this point in the history
Master to develop
  • Loading branch information
kstdl authored Jan 14, 2025
2 parents afbb716 + fe6b66a commit d8307f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
"bridge_contract_address": "0xe126E0BaeAE904b8Cfd619Be1A8667A173b763a1"
},
"cornus_hf": {
"block_num": -1,
"block_num": 15610000,
"delegation_locking_period": 163459,
"dag_gas_limit": "0x1908B100",
"pbft_gas_limit": "0x7d2b7500"
Expand Down
2 changes: 1 addition & 1 deletion libraries/core_libs/consensus/src/pbft/pbft_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ void PbftManager::gossipVote(const std::shared_ptr<PbftVote> &vote, const std::s
auto net = network_.lock();
if (!net) {
LOG(log_er_) << "Could not obtain net - cannot gossip new vote";
assert(false);
// assert(false);
return;
}

Expand Down
2 changes: 0 additions & 2 deletions libraries/core_libs/network/rpc/jsonrpc_ws_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ std::string JsonRpcWsSession::handleSubscription(const Json::Value &req) {
if (params.size() == 2 && params[1].asString() == "includeSignatures") {
include_pillar_block_signatures = true;
}
} else {
throw std::runtime_error("Invalid subscription type");
}
}

Expand Down
2 changes: 1 addition & 1 deletion submodules/taraxa-evm
Submodule taraxa-evm updated 0 files

0 comments on commit d8307f1

Please sign in to comment.