Some Random Crypto Guy
ce7a1bdd96
working multisig N-out-TX support
2024-10-11 13:38:07 +01:00
Some Random Crypto Guy
57cbb146db
working multisig N-out-TX support
2024-10-11 13:29:55 +01:00
Some Random Crypto Guy
85c856411e
resolved indexing error with m_transfers_indices changing from vector to set
2024-10-09 13:41:01 +01:00
Some Random Crypto Guy
6fefb49da0
fixed merge regression in wallet; updated build order for binary releases
2024-10-09 13:37:14 +01:00
Some Random Crypto Guy
c5c828516b
merged N-out-TX and multisig support; implemented new difficulty algorithm; bumped version
2024-10-09 13:20:51 +01:00
Some Random Crypto Guy
218911d9fc
bumped RC version
2024-10-09 12:24:29 +01:00
Some Random Crypto Guy
da3ef2511d
fixed return_payment issues for N-out-TXs; fixed change_index being incorrect datatype; partial fix to asset_type RPC propagation issue
2024-10-09 12:21:50 +01:00
Some Random Crypto Guy
8b2b039036
N-out-TX support working for simple cases - needs edge case testing still
2024-10-08 12:03:20 +01:00
Some Random Crypto Guy
7f0eda828a
disabled staking on multisig wallets
2024-10-03 13:20:25 +01:00
Some Random Crypto Guy
d3f15211d7
updated to support multisig wallets; fixed a couple of minor bugs; removed some extraneous code; bumped version
2024-10-03 10:01:29 +01:00
Some Random Crypto Guy
b828703bbd
added maturation block to output of yield_info in CLI wallet
2024-09-30 14:38:41 +01:00
Some Random Crypto Guy
2fa8ef97ef
started work on support for STAKE and BURN commands in multisig
2024-09-30 13:08:07 +01:00
Some Random Crypto Guy
acb3af43f0
initial implementation of multisig wallet / TX support
2024-09-27 16:15:42 +01:00
Some Random Crypto Guy
d1eed6e9ff
interim commit - NOT TESTED
2024-09-14 11:06:23 +01:00
Some Random Crypto Guy
30a2931067
fixed copy/paste glitch on previous
2024-09-09 12:01:15 +01:00
Some Random Crypto Guy
1c73dd0c9f
switch to LWMA difficulty algorithm for HF2+
2024-09-08 19:54:12 +01:00
Some Random Crypto Guy
ea919eb6ea
various translations updated; bumped version number
2024-08-31 21:46:57 +01:00
Some Random Crypto Guy
d51ca28d7b
fixed crash on calling yield_info from new wallet
2024-08-30 21:21:58 +01:00
Some Random Crypto Guy
e193d141bf
new translations; tweaked API to allow GUI to obtain staking TX data; bumped version
2024-08-29 12:28:20 +01:00
Some Random Crypto Guy
c248b78831
switched simple_wallet over to new routines for yield calculations; updated yield_info display to include yield earned on active STAKE TXs
2024-08-19 13:28:30 +01:00
Some Random Crypto Guy
6b75cb1fb5
fixed erroneous display of staked coins in all wallet balances
2024-08-19 11:07:45 +01:00
Some Random Crypto Guy
6d8e925fdb
disabled Trezor until protobuf fixes are available; disabled moneropulse issues; bumped version number
2024-08-16 20:47:03 +01:00
Some Random Crypto Guy
0ee3c669d6
disabled staking from secondary accounts; basic search+replace for Monero in translations
2024-08-16 15:05:26 +01:00
Some Random Crypto Guy
addd26cd47
Fixes include:
...
- setting DEFAULT_STACK_TRACE=OFF for all release builds (prevents boost weak_ptr crash on some Linux systems)
- setting RPC-SSL to disabled by default (fixes "no connection to daemon" error)
- updated BlockchainLMDB::get_circulating_supply() to report staked coins as something other than BURNT
- bumped to v0.4.5
2024-08-16 14:01:11 +01:00
Some Random Crypto Guy
beffdd7ed9
fixed refresh height for testnet/stagenet; updated some DE translations; bumped version
2024-08-13 12:51:29 +01:00
Some Random Crypto Guy
91d52ba063
updated fast sync checkpoints; bumped version for BETA1
2024-08-12 11:27:30 +01:00
Some Random Crypto Guy
71d50f1b3f
simplified blockchain height estimation, which should fix wallet restore height issue
2024-08-12 09:50:14 +01:00
Some Random Crypto Guy
1b0a1b6047
updated seed node IP addresses + port numbers
2024-08-12 09:49:32 +01:00
Some Random Crypto Guy
5a10a54563
changed seed URLs
2024-08-09 21:37:53 +01:00
Some Random Crypto Guy
2dfbcce6a4
possible fixes for 'make depends' build for Win64
2024-08-09 20:51:13 +01:00
Some Random Crypto Guy
9f34b46961
fixed wallet API to expose TX type to GUI wallet; updated Dockerfile
2024-08-09 16:03:18 +01:00
Some Random Crypto Guy
8a82655fa4
added GUI yield support
2024-07-31 12:39:06 +01:00
Some Random Crypto Guy
301f2973d7
various fixes to support GUI wallet; bumped version number
2024-07-31 10:52:58 +01:00
Some Random Crypto Guy
5f48afaf31
added support for GUI wallet staking
2024-07-26 10:51:20 +01:00
Some Random Crypto Guy
b4379b005a
revised error message when querying balance of empty wallet via RPC - thanks @GeraldoNonKYC
2024-07-10 12:56:49 +01:00
Some Random Crypto Guy
9c83633120
fixed RPC functionality for TRANSFER functionality; bumped version
2024-07-08 21:12:06 +01:00
Some Random Crypto Guy
c424c5d544
fixed incorrect message for time ahead / behind blockchain
2024-07-08 21:11:20 +01:00
Some Random Crypto Guy
8d5018ea0a
Updated README.md links; fixed pool segfault; tagged new version
2024-07-04 15:40:13 +01:00
Some Random Crypto Guy
a743288940
added checkpoints to mainnet for premine and early chain; removed extraneous logging; updated README; bumped version to 0.4.0
2024-07-04 09:54:26 +01:00
Some Random Crypto Guy
d91729268f
fixed output of split TXs with multiple blank lines
2024-07-03 12:22:50 +01:00
Some Random Crypto Guy
1c3d026972
fixed problem with RETURN_PAYMENT on SWEEP_ALL TX outputs; bumped version
2024-07-03 11:17:53 +01:00
Some Random Crypto Guy
847db19867
various fixes for show_transfers, locked_transfer command, blocking of invalid TXs
2024-07-02 21:00:29 +01:00
Some Random Crypto Guy
0663a5ead7
fixed support for XMRIG mining RandomX; updated genesis_tx for testnet to support RandomX; bumped version
2024-06-28 13:32:01 +01:00
Some Random Crypto Guy
7ad904a9ae
fixed output type checking for all HF versions; bumped TESTNET version; bumped version
2024-06-24 17:02:19 +01:00
Some Random Crypto Guy
292845d721
changed some errant monero strings to salvium
2024-06-24 10:10:13 +01:00
Some Random Crypto Guy
9bc0ccc14d
bumped version
2024-06-23 14:43:38 +01:00
Some Random Crypto Guy
c20ab30963
fixed error when popping blocks containing multiple STAKE TXs; fixed 'version' command in daemon; bumped version number
2024-06-23 08:56:59 +01:00
Some Random Crypto Guy
3e012bc1fb
fixed segfault in clean wallet when calling yield_info
2024-06-22 20:34:40 +01:00
Some Random Crypto Guy
f07d3942e1
fixed stake returned wallet balance; updated yield_info and supply_info commands
2024-06-22 19:40:19 +01:00
Neil Coggins
b93cf3a2d0
bumped chain version; updated premine wallet for testnet
2024-06-21 14:16:20 +01:00