Skip to content

Fetch upstream#2

Merged
danssolutions merged 196 commits intodanssolutions:masterfrom
GLEECBTC:master
Dec 2, 2021
Merged

Fetch upstream#2
danssolutions merged 196 commits intodanssolutions:masterfrom
GLEECBTC:master

Conversation

@danssolutions
Copy link
Copy Markdown
Owner

No description provided.

Alrighttt and others added 30 commits December 8, 2019 05:46
- 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
remove printout hcontaining sensitive info
…son)

Update assetchains.json & assetchains.old
jmjatlanta and others added 28 commits August 16, 2021 15:23
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 init of event_notarized dest field
Assure last char of event_notarized::dest is 0
event_notarized ctor: use strncpy instead of memcpy
@danssolutions danssolutions merged commit fb3d0e4 into danssolutions:master Dec 2, 2021
danssolutions pushed a commit that referenced this pull request Aug 30, 2022
Token marker validation rules added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.