-
Notifications
You must be signed in to change notification settings - Fork 99
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
0.7.0 #430
Conversation
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
…son) Update assetchains.json & assetchains.old
cleanwallettransactions: fix typos in JSON output
fix daemon crash issue on getblocktemplate with -disablewallet arg
Add missing header include for gcc10/kali/debian10
ac_private hltc
added the func's stubs to allow utils to build
bump version 0.7.0
@ca333 it's final 0.7.0 version? I mean, will we include #429 here as well? Also, what we will decide about versioning - #431 (comment) ? |
ExtractDestination is disabled to have vsolutions size > 1
thanks @DeckerSU - merged #429 and have the versioning (client and komodo version) synced on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pubkeys / consts etc ok
Consensus changes are good. Assuming the configure related stuff and dep related things are good, I will approve. |
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl cmake mingw-w64 | ||
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool \ | ||
libncurses-dev unzip wget bsdmainutils automake libboost-all-dev libssl-dev \ | ||
libprotobuf-dev protobuf-compiler libqrencode-dev libdb++-dev ntp ntpdate nano \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfamiliar with CI flow, but maybe we want to take a second look at these? For example, how could nano be a dep?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe better cd workflow was in research branch, will recheck and PR updates later.
Also, we are not really using it as far as i'm aware. Still, no reason to keep it messy, yeah.
0.7.0 [Medusa]
changelog:
disable vSolutions size > 1 after HF
fix
-disablewallet
arg on getblocktemplate caused daemon crashadd zHTLC functionality
update assetchains file
add S5 pubkeys and HF bits
update CI
bump version
general enhancements