Closed
Conversation
sync beta
bump version
temp disable NSPV messages processing
optional nspv msg
thanks @DeckerSU Co-authored-by: DeckerSU <support@decker.su>
Co-authored-by: DeckerSU <support@decker.su>
Co-authored-by: DeckerSU <support@decker.su>
IsNotInSync() using now only in waitForPeers() which is called in VerusStaker(...) and BitcoinMiner_noeq(...), mean which used only in verushash-algo based mining and staking chains.
Update getblocktemplate and IsNotInSync() conditions
use self hosted archive
optional disable nspv
use self hosted archive
sync beta
sync master
- fix issue described in #398 - refactor scriptPubkey creation from reservekey
To successfully build on Kali Linux (Debian 10) with gcc-10, added missing include as per zcash@08662fa
This reverts commit de6166b.
Refactor Events
remove dead dns seeders + add fixed seeds nodes
Since we added mini-gmp.c as a part of libbitcoin_server_a_SOURCES, -fPIC is required to avoid the linkage error: /usr/bin/ld: libbitcoin_server.a(libbitcoin_server_a-mini-gmp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC libbitcoin_server.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status TODO: In future we should totally (!) get rid of mini-gmp.c, for example, same way as i did here - DeckerSU@bf14e82 , bcz actually we using only two functions from this mini-gmp.c - it's bitcoin_base58decode and bitcoin_base58encode, which are perfectly could be replaced with C++ analogs DecodeBase58, EncodeBase58 from base58.h
fix build with gcc 5.4.0
bump version 0.7.1
sync beta
fix init of event_notarized dest field
sync beta
Assure last char of event_notarized::dest is 0
sync beta
event_notarized ctor: use strncpy instead of memcpy
sync beta
sync master
danssolutions
pushed a commit
that referenced
this pull request
Aug 30, 2022
Tokel ccv2 coinbase fix - Will let Alright know to test on this branch
danssolutions
pushed a commit
that referenced
this pull request
Aug 30, 2022
- 3rd-party pubkeys for S5 added - S5 starts from nS5Timestamp = 1627466969 (TOKEL block #1 timestamp)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.