Block a user
3e637ecf29
bump version to 0.23.1.6
689790d350
merge_mining_proxy: notify miner when a new block template is needed
6c8b3841ae
merge_mining_proxy: fix rejects when mining fast
d0acc313b7
blockchain: fix checking for more than one merge mining tag
698066afcc
daemon: add cc_orders command to show trade orders for an item
25dad9785e
bump version to 0.23.1.5
f379cc35c6
core: fix syncing alt chains with merge mined blocks
21a68d7023
game: fix dividend dialog selection between gold and item
9aad4f2dfd
cmake: take out RPATH
9485a9afc0
blockchain: fix mining invalid blocks due to trade txes
build error: multiple definition of `WAYLAND_wl_proxy_get_user_data'
I'm afraid I don't know how to fix that. All I can suggest right now is to disable wayland and hope X11 compatibility does the trick. Looking at the SDL source, it looks like this can be done by replace ON with OFF on this line from externa/urho3d/Source/ThirdParty/SDL/CMakeLists.txt:
dep_option(VIDEO_WAYLAND "Use Wayland video driver" ON UNIX_SYS OFF)
Thanks for the note for the binary. They don't seem to have been altered, and I worked out how that happened (bash glob patterns). The newest is OK.
6a80df2269
bump version to 0.23.1.4
b300b7ba81
fix syncing on historical merged mined blocks
b1426aec41
bump version to 0.23.1.3
e3df4df020
p2p: add --max-connections-per-ip daemon option
93821eb201
game: select wanted item in trade screen called from building settings
e3e2180335
game: fix possible crash in trade screen
c1793c3a23
fix ghost trade orders when cancelling
112c477953
rpc: fix merge mining
71944aaaae
merge_mining_proxy: fix merge mining
cc5fce9151
add missing file
ae1d39a828
faq: update game/players payout level
2b40868fcd
faq: add a faq about merge mining
f51471146e
download: add 0.23.1.1 binaries
f690266858
add discord link
b7b7c007fd
tx_pool: fix flush_nonce throwing when a nonce is not found
3f71c58ab6
fix more boost deps for -j builds
450e73ca71
core: fix duplicate create account commands causing invalid blocks
285081e386
manual: merge mining is now in
1840d497a6
README.md: add merge mining proxy section