2019-09-27 |
miketout | Incorporate all Zcash updates through 2.0.7-3 in additi... |
blob | commitdiff | raw |
2019-09-24 |
Daira Hopwood | Merge pull request #19 from zcash/release-notes |
blob | commitdiff | raw | diff to current |
2019-09-24 |
Daira Hopwood | Merge pull request #18 from zcash/mempool-txnotify... |
blob | commitdiff | raw | diff to current |
2019-09-20 |
Jack Grigg | Move mempool SyncWithWallets call into its own thread |
blob | commitdiff | raw | diff to current |
2019-09-19 |
Jack Grigg | Remove cs_main lock requirement from CWallet::SyncTrans... |
blob | commitdiff | raw | diff to current |
2019-09-19 |
Jack Grigg | SetMerkleBranch: remove unused code, remove cs_main... |
blob | commitdiff | raw | diff to current |
2019-09-12 |
miketout | Finish refund processing and reserve transaction wallet... |
blob | commitdiff | raw | diff to current |
2019-09-06 |
miketout | Amount/fee calculation fix |
blob | commitdiff | raw | diff to current |
2019-09-06 |
miketout | Incorporate conversion price in fee calculation when... |
blob | commitdiff | raw | diff to current |
2019-09-06 |
miketout | Reserve transaction and conversion fix |
blob | commitdiff | raw | diff to current |
2019-09-05 |
miketout | Reserve transaction and conversion fix |
blob | commitdiff | raw | diff to current |
2019-09-05 |
miketout | CreateReserveTrasnsaction fix |
blob | commitdiff | raw | diff to current |
2019-09-05 |
miketout | Improve CreateResrevetransaction error messages |
blob | commitdiff | raw | diff to current |
2019-09-03 |
miketout | Fix reserve credit reporting |
blob | commitdiff | raw | diff to current |
2019-08-31 |
miketout | Enable 1ofAny CC signing |
blob | commitdiff | raw | diff to current |
2019-08-14 |
Homu | Auto merge of #4098 - zebambam:optimize_parameter_downl... |
blob | commitdiff | raw | diff to current |
2019-08-12 |
miketout | Bug fixing and cleanup - more in progress |
blob | commitdiff | raw | diff to current |
2019-08-09 |
Homu | Auto merge of #3972 - LarryRuane:3708-getblockhashesrpc... |
blob | commitdiff | raw | diff to current |
2019-08-09 |
Homu | Auto merge of #4025 - bitcartel:shorter_block_target_in... |
blob | commitdiff | raw | diff to current |
2019-08-01 |
Homu | Auto merge of #3926 - LarryRuane:3708-getaddressrpcs... |
blob | commitdiff | raw | diff to current |
2019-08-01 |
Homu | Auto merge of #4035 - Eirik0:use-committransaction... |
blob | commitdiff | raw | diff to current |
2019-07-29 |
Eirik Ogilvie-Wigley | Make NetworkUpgradeAvailable a method of Params |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Homu | Auto merge of #4056 - rex4539:fix-rpc-undefined-behavio... |
blob | commitdiff | raw | diff to current |
2019-07-26 |
Homu | Auto merge of #4075 - Eirik0:4059-fix-migration-test... |
blob | commitdiff | raw | diff to current |
2019-07-24 |
Homu | Auto merge of #3944 - daira:update-license-info, r... |
blob | commitdiff | raw | diff to current |
2019-07-23 |
Homu | Auto merge of #4039 - codetriage-readme-bot:codetriage... |
blob | commitdiff | raw | diff to current |
2019-07-21 |
Michael Toutonghi | More fractional reserves and high-volume cross chain... |
blob | commitdiff | raw | diff to current |
2019-07-18 |
Homu | Auto merge of #3927 - wmpea:master, r=Eirik0 |
blob | commitdiff | raw | diff to current |
2019-07-18 |
Daira Hopwood | Replace http with https: in links to the MIT license. |
blob | commitdiff | raw | diff to current |
2019-07-18 |
Homu | Auto merge of #4044 - Eirik0:fix-mergetoaddress-test... |
blob | commitdiff | raw | diff to current |
2019-07-17 |
Homu | Auto merge of #4053 - rex4539:shielded-funds, r=Eirik0 |
blob | commitdiff | raw | diff to current |
2019-07-16 |
Michael Toutonghi | Initial reserves implementation core |
blob | commitdiff | raw | diff to current |
2019-07-11 |
Homu | Auto merge of #4054 - rex4539:haveshieldedrequirements... |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Homu | Auto merge of #4055 - rex4539:rename-findwallettx,... |
blob | commitdiff | raw | diff to current |
2019-07-10 |
Homu | Auto merge of #4052 - rex4539:rename-vjoinsplit, r... |
blob | commitdiff | raw | diff to current |
2019-06-16 |
Dimitris Apostolou | Rename vjoinsplit to vJoinSplit |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Homu | Auto merge of #4017 - bitcartel:fix_sapling_rpc_help_ty... |
blob | commitdiff | raw | diff to current |
2019-06-05 |
Homu | Auto merge of #4036 - Eirik0:sprout-note-entry, r=Eirik0 |
blob | commitdiff | raw | diff to current |
2019-05-28 |
Homu | Auto merge of #2912 - str4d:2074-main-refactor-1, r... |
blob | commitdiff | raw | diff to current |
2019-05-24 |
Michael Toutonghi | Staking check fix |
blob | commitdiff | raw | diff to current |
2019-05-23 |
Michael Toutonghi | Add new staking check for coinbase-capable staking |
blob | commitdiff | raw | diff to current |
2019-05-23 |
Michael Toutonghi | Additional validity checks and backup for PBaaS |
blob | commitdiff | raw | diff to current |
2019-05-23 |
Jack Grigg | Globals: Explicitly pass const CChainParams& to IsIniti... |
blob | commitdiff | raw | diff to current |
2019-05-23 |
Jorge Timón | Globals: Explicit Consensus::Params arg for main: |
blob | commitdiff | raw | diff to current |
2019-05-23 |
Eirik0 | Replace CSproutNotePlaintextEntry with SproutNoteEntry... |
blob | commitdiff | raw | diff to current |
2019-05-16 |
Homu | Auto merge of #4008 - Eirik0:3971-fix-comment, r=Eirik0 |
blob | commitdiff | raw | diff to current |
2019-05-15 |
Homu | Auto merge of #4009 - Eirik0:2.0.5-2_release_notes... |
blob | commitdiff | raw | diff to current |
2019-05-13 |
Homu | Auto merge of #4002 - Eirik0:migration-status-info... |
blob | commitdiff | raw | diff to current |
2019-05-10 |
Michael Toutonghi | improve error output, more debugging |
blob | commitdiff | raw | diff to current |
2019-05-10 |
Eirik0 | Do not automatically remove async migration operations... |
blob | commitdiff | raw | diff to current |
2019-05-10 |
Eirik0 | Use CommitTransaction() rather than sendrawtransaction() |
blob | commitdiff | raw | diff to current |
2019-05-09 |
Homu | Auto merge of #3995 - bitcartel:no_migration_during_blo... |
blob | commitdiff | raw | diff to current |
2019-05-09 |
Simon | Don't allow migration when node is syncing at launch... |
blob | commitdiff | raw | diff to current |
2019-05-09 |
Michael Toutonghi | Update new opret for notarization and merge mining... |
blob | commitdiff | raw | diff to current |
2019-05-09 |
Michael Toutonghi | Set new VRSCTEST start parameters |
blob | commitdiff | raw | diff to current |
2019-05-08 |
Michael Toutonghi | Ensure VRSC compatibility with fundamental new changes |
blob | commitdiff | raw | diff to current |
2019-05-06 |
Homu | Auto merge of #3987 - Eirik0:migration-null-defence... |
blob | commitdiff | raw | diff to current |
2019-05-06 |
Eirik0 | Store the migration operation id rather than the operat... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Homu | Auto merge of #3980 - ianamunoz:fix-gitian-dependency... |
blob | commitdiff | raw | diff to current |
2019-05-01 |
Homu | Auto merge of #3977 - LarryRuane:3873-setmigration... |
blob | commitdiff | raw | diff to current |
2019-05-01 |
Homu | Auto merge of #3973 - Eirik0:3938-migration-status... |
blob | commitdiff | raw | diff to current |
2019-04-29 |
Eirik0 | Create method for getting HD seed in RPCs |
blob | commitdiff | raw | diff to current |
2019-04-29 |
Homu | Auto merge of #3968 - bitcartel:3768_enable_mainnet_tur... |
blob | commitdiff | raw | diff to current |
2019-04-27 |
Homu | Auto merge of #3888 - Eirik0:3873-sapling-migration... |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Homu | Auto merge of #3849 - LarryRuane:3708-spentindex, r... |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Homu | Auto merge of #3940 - str4d:3607-init-encrypted-wallet... |
blob | commitdiff | raw | diff to current |
2019-04-24 |
Eirik0 | Additional locking and race condition prevention |
blob | commitdiff | raw | diff to current |
2019-04-24 |
Eirik0 | Move migration logic to ChainTip |
blob | commitdiff | raw | diff to current |
2019-04-24 |
Eirik0 | Add rpc to enable and disable Sprout to Sapling migration |
blob | commitdiff | raw | diff to current |
2019-04-23 |
Homu | Auto merge of #3505 - str4d:rust-targets, r=str4d |
blob | commitdiff | raw | diff to current |
2019-04-21 |
Asher Dawes | Merge remote-tracking branch 'verus/dev' into dev |
blob | commitdiff | raw | diff to current |
2019-04-15 |
miketout | Ability to define, list, start and connect to PBaaS... |
blob | commitdiff | raw | diff to current |
2019-04-13 |
miketout | Fix chain power and reorganize PBaaS headers |
blob | commitdiff | raw | diff to current |
2019-04-12 |
Michael Toutonghi | PBaaS updates |
blob | commitdiff | raw | diff to current |
2019-04-09 |
Michael Toutonghi | PBaaS - bulk of non-activated PBaaS changes for testing |
blob | commitdiff | raw | diff to current |
2019-04-04 |
Jack Grigg | init: Fix new HD seed generation for previously-encrypt... |
blob | commitdiff | raw | diff to current |
2019-04-04 |
Homu | Auto merge of #3848 - str4d:transaction-builder-sprout... |
blob | commitdiff | raw | diff to current |
2019-03-20 |
Homu | Auto merge of #3898 - sandakersmann:patch-1, r=bitcartel |
blob | commitdiff | raw | diff to current |
2019-03-20 |
Homu | Auto merge of #3900 - bitcartel:2.0.4_release_notes... |
blob | commitdiff | raw | diff to current |
2019-03-20 |
Homu | Auto merge of #3897 - ebfull:wallet-sprout-check-commit... |
blob | commitdiff | raw | diff to current |
2019-03-19 |
Sean Bowe | (wallet) Check that the commitment matches the note... |
blob | commitdiff | raw | diff to current |
2019-03-19 |
Homu | Auto merge of #3839 - sandakersmann:master, r=bitcartel |
blob | commitdiff | raw | diff to current |
2019-03-19 |
Homu | Auto merge of #3846 - garethtdavies:updated-logo, r... |
blob | commitdiff | raw | diff to current |
2019-03-12 |
Homu | Auto merge of #3762 - str4d:2074-detach-wallet-from... |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Jonas Schnelli | add CReserveScript to allow modular script keeping... |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Jonas Schnelli | fix GetScriptForMining() CReserveKey::keepKey() issue |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Jonas Schnelli | detach wallet from miner |
blob | commitdiff | raw | diff to current |
2019-02-25 |
Homu | Auto merge of #3639 - leto:size_on_disk, r=bitcartel |
blob | commitdiff | raw | diff to current |
2019-02-02 |
Asher Dawes | Merge pull request #207 from miketout/dev |
blob | commitdiff | raw | diff to current |
2019-02-02 |
Michael Toutonghi | Fix staking getting disabled from shielding, prep for... |
blob | commitdiff | raw | diff to current |
2019-01-03 |
Homu | Auto merge of #3647 - LarryRuane:2926-mutex-assert... |
blob | commitdiff | raw | diff to current |
2018-12-31 |
Asher Dawes | Merge remote-tracking branch 'mike/master' into Asher-Dev |
blob | commitdiff | raw | diff to current |
2018-12-20 |
Asher Dawes | Merge pull request #174 from VerusCoin/dev |
blob | commitdiff | raw | diff to current |
2018-12-19 |
Asher Dawes | Merge branch 'mike' |
blob | commitdiff | raw | diff to current |
2018-12-11 |
miketout | Algorithm concepts |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Homu | Auto merge of #3262 - str4d:2074-perf-1, r=str4d |
blob | commitdiff | raw | diff to current |
2018-11-17 |
Homu | Auto merge of #3684 - str4d:load-sapling-chain-value... |
blob | commitdiff | raw | diff to current |
2018-11-17 |
Homu | Auto merge of #3670 - LarryRuane:3399-peer-ban-overwint... |
blob | commitdiff | raw | diff to current |
2018-11-17 |
Homu | Auto merge of #3619 - Eirik0:3216-z-mergetoaddress... |
blob | commitdiff | raw | diff to current |
2018-11-17 |
Eirik Ogilvie-Wigley | Add locking for Sapling notes |
blob | commitdiff | raw | diff to current |
next |