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

[Build] Update httpserver.cpp #2758

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Conversation

andi448
Copy link

@andi448 andi448 commented Apr 16, 2022

Added #include <deque> as it throws the error:

httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type
   74 |     std::deque<WorkItem*> queue;
      |          ^~~~~

Added #include <deque> as it throws the error:
<code>httpserver.cpp:74:10: error: 'deque' in namespace 'std' does not name a template type
   74 |     std::deque<WorkItem*> queue;
      |          ^~~~~</code>
Copy link

@PeterL73 PeterL73 left a comment

Choose a reason for hiding this comment

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

ACK beb05fc
similar to dashpay#3815 and bitcoin#17249

Copy link

@panleone panleone left a comment

Choose a reason for hiding this comment

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

tACK beb05fc

tired of having to add it manually each time I pull the code

@Fuzzbawls Fuzzbawls assigned Fuzzbawls and andi448 and unassigned Fuzzbawls Dec 19, 2022
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Dec 19, 2022
@panleone panleone mentioned this pull request Feb 16, 2023
@Fuzzbawls Fuzzbawls changed the title Update httpserver.cpp [Build] Update httpserver.cpp Mar 5, 2023
Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

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

ACK beb05fc

@Fuzzbawls Fuzzbawls merged commit 3e2eb99 into PIVX-Project:master Mar 5, 2023
@Fuzzbawls Fuzzbawls modified the milestones: 6.0.0, 5.6.0 Feb 6, 2024
panleone pushed a commit to panleone/PIVX that referenced this pull request Oct 30, 2024
panleone pushed a commit to panleone/PIVX that referenced this pull request Nov 5, 2024
panleone pushed a commit to panleone/PIVX that referenced this pull request Nov 5, 2024
Fuzzbawls added a commit that referenced this pull request Nov 9, 2024
901976a Stop tracking interested/participating nodes and send/announce to MNAUTH peers (#2798) (Alexander Block)
59dfdc2 update bestChainLockWithKnownBlock in AcceptedBlockHeader (Alessandro Rezzi)
bd0a3f8 Introduce "qsendrecsigs" to indicate that plain recovered sigs should be sent (#2783) (Alexander Block)
846fd9a Make LLMQ/InstantSend/ChainLocks code less spammy (#2781) (Alexander Block)
1a52ad0 Fix LogPrintf call in ::DoInvalidateBlock (Alessandro Rezzi)
e3c5eef Multiple fixes/refactorings for ChainLocks (#2765) (Alexander Block)
9dda5d2 Implement LLMQ based InstantSend (#2735) (Alexander Block)
149e3e3 Various small cleanups (#2761) (UdjinM6)
cc7450d Use ReleaseNodeVector and CopyNodeVector in PIVX specific code (Alessandro Rezzi)
ed463a6 Do not hold cs_vNodes in CSigSharesManager::SendMessages() for too long (#2758) (UdjinM6)
cd1809f Implement persistence for LLMQ based InstantSend (#2756) (Alexander Block)
924ee8f Don't be too harsh for invalid CLSIGs (#2742) (Alexander Block)
f255314 Fix banning when local node doesn't have the vvec (#2739) (Alexander Block)

Pull request description:

  each commit backports a different PR. The PR number is in the commit message.

  There are also 3 extra (trivial) commits added by me

ACKs for top commit: 901976a
  Duddino:
    utACK 901976a
  Liquid369:
    uTACK 901976a

Tree-SHA512: 70b53ae3fc014c23964cae3452f6c8270d96b3b375c0f172e04039ba6f3b537d56c38677e5e4005c8b810a82b447a64fc978c2d63344b9e9736ceff7db162a18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants