-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Log timestamp #110
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
Merged
Merged
Log timestamp #110
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jhyslop mentioned that he is doing a full rewrite of logging (separating debug of various parts, etc). I'd assume wait for him to finish his code before doing anything here. |
code looks good to me |
Opened an issue related to this patch: #119 |
glv2
referenced
this pull request
in glv2/peercoin
Apr 26, 2014
Fixed initial download blocked every 500 PoS block
glv2
referenced
this pull request
in glv2/peercoin
Sep 5, 2014
Fix variable declaration for win32 compilation.
rdponticelli
pushed a commit
to Criptomonedas/bitcoin
that referenced
this pull request
Nov 26, 2014
zathras-crypto
pushed a commit
to zathras-crypto/omnicore
that referenced
this pull request
Jul 6, 2015
228582b Remove leftovers of step_n parsing methods (dexX7) 06935e7 Create CMPOffer from CMPTransaction objects (dexX7) 3dce955 Create CMPMetaDEx from CMPTransaction objects (dexX7) 6ca6f78 Replace depreciated step_n parsing, minor type refinements (dexX7) 2bfa682 Remove unused header includes and using directives (dexX7)
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
RPC update for PoS information
0xartem
referenced
this pull request
in Crowndev/crown-core
Jan 24, 2018
Issue #110 Integer arithmetic problem in CBudgetManager::IsTransactionValid() is fixed
0xartem
referenced
this pull request
in Crowndev/crown-core
Jan 24, 2018
Issue #110 - More integer arithmetic fixed implemented - Proposal needs 12 min in testnet to be established - Final budget submission starts 8 blocks before superblock - Code refactored
0xartem
referenced
this pull request
in Crowndev/crown-core
Jan 24, 2018
Issue #110 Due to mining power fluctuating a lot in testnet it might be useful to reduce time before difficulty will be adjusted. We won't expect security risks (this is testnet, after all), but hopefully it will help us with testing
0xartem
referenced
this pull request
in Crowndev/crown-core
Feb 7, 2018
In accordance to code review comments Issue #110
8bitcoder
pushed a commit
to myriadcoin/myriadcoin
that referenced
this pull request
Sep 19, 2018
Myriadcoin 0.14.3.0
Losangelosgenetics
pushed a commit
to Losangelosgenetics/bitcoin
that referenced
this pull request
Mar 12, 2020
…~` `%%%` - New `calt` code disables ligatures on long sequences, e.g. `!!!!`, `>>>>`, etc (closes bitcoin#49, closes bitcoin#110, closes bitcoin#176)
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Mar 23, 2021
Added testing coverage for schema::types
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
Replace "Bitcoin" with "bitcoin" when referring to currency unit
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add timestamps to debug.log when -logtimestamps is set.
Follow up to:
#91