Commit Graph

  • 72dcf878fe one more total to max D-Stacks 2022-06-05 14:32:50 +02:00
  • ab1e7dc2e3 rename to max, change comment D-Stacks 2022-06-05 14:31:59 +02:00
  • 47eefb2b44 Merge branch 'add-supply-to-utxo-index' of https://github.com/D-Stacks/kaspad into add-supply-to-utxo-index D-Stacks 2022-06-05 13:26:03 +02:00
  • 1a87ce538a ad D-Stacks 2022-06-05 13:25:33 +02:00
  • e3bd859b3b
    Merge branch 'dev' into fix-kaspawallet-help Ori Newman 2022-06-03 19:21:07 +03:00
  • 1a185d5a7a
    Merge branch 'dev' into remove-miner-panics Ori Newman 2022-06-03 19:17:49 +03:00
  • 24848da895
    Wallet parse/send/create commands improvement (#2024) biospb 2022-06-03 19:06:51 +03:00
  • 99b8a11f18
    Merge branch 'dev' into wallet-parse Ori Newman 2022-06-03 18:30:01 +03:00
  • 4bfbbcf0e0 Fix go fmt Ori Newman 2022-06-03 18:29:30 +03:00
  • b200b77541
    Use chunks for GetBlocksAcceptanceData calls in order to avoid blocking consensus for too long (#2075) Michael Sutton 2022-06-03 18:25:02 +03:00
  • 7a9d65d690 Use chunks for GetBlocksAcceptanceData calls in order to avoid blocking consensus for too long msutton 2022-06-01 15:05:44 +03:00
  • d50ad0667c
    Unite multiple GetBlockAcceptanceData consensus calls to one (#2074) Michael Sutton 2022-06-01 12:19:21 +03:00
  • c2823d7592 Variable rename msutton 2022-06-01 10:48:28 +03:00
  • 15e9afdb17 Unite multiple GetBlockAcceptanceData consensus calls to one msutton 2022-06-01 10:33:30 +03:00
  • 0e8e291aed
    Merge branch 'dev' into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-31 15:18:13 +02:00
  • fc436d6b91
    Merge branch 'dev' into add-supply-to-utxo-index D-Stacks 2022-05-31 15:17:53 +02:00
  • 5cea285960
    Update many-small-chains-and-one-big-chain DAG to not fail merge depth limit (#2072) Ori Newman 2022-05-31 16:13:43 +03:00
  • dace3d97e8
    Merge branch 'dev' into update-many-small-chains-and-one-big-chain Michael Sutton 2022-05-31 15:00:30 +03:00
  • 7eb5085f6b
    Update changelog with v0.12.1 changes (#2071) v0.12.1 Michael Sutton 2022-05-31 15:00:13 +03:00
  • c1da1ec899
    Merge branch 'dev' into update-many-small-chains-and-one-big-chain Michael Sutton 2022-05-31 14:59:16 +03:00
  • 4279d5aab2 Update many-small-chains-and-one-big-chain DAG to not fail merge depth limit Ori Newman 2022-05-31 14:57:02 +03:00
  • e26fbf2512 Remove full links and credits msutton 2022-05-31 14:52:37 +03:00
  • 605c6d6329 Update changelog with v0.12.1 changes msutton 2022-05-31 14:45:05 +03:00
  • 5888005065
    Update utxoindex.go D-Stacks 2022-05-31 13:10:01 +02:00
  • 07e8fee908 Merge branch 'add-supply-to-utxo-index' of https://github.com/D-Stacks/kaspad into add-supply-to-utxo-index D-Stacks 2022-05-31 13:08:22 +02:00
  • e0db132f8f migration, change utxoChanged removal to whole utxoEntryPair, add methods to update circulating supply, intialize circulating supply from reset. D-Stacks 2022-05-31 13:07:46 +02:00
  • cc6e14ab80
    revert back to 10 sec limit. D-Stacks 2022-05-31 04:13:24 +02:00
  • 4727c79dd0 put the logger back in place. D-Stacks 2022-05-31 04:09:46 +02:00
  • 1ae6203d6b clean up proto comment D-Stacks 2022-05-31 04:07:27 +02:00
  • 65fafe4061 remover old test D-Stacks 2022-05-31 03:54:19 +02:00
  • a7c3ef2e95 As always fmt D-Stacks 2022-05-31 03:53:53 +02:00
  • 0e98d16b05 create and pass tests, fix bugs. fully implement rpc D-Stacks 2022-05-31 03:51:51 +02:00
  • 8b0a689531 add rpc call. D-Stacks 2022-05-31 01:36:51 +02:00
  • 1d03798607 pass tests, (cannot get before put!) and clean up. D-Stacks 2022-05-31 00:42:34 +02:00
  • ded2040ee4 start D-Stacks 2022-05-30 18:40:02 +02:00
  • 923f9b62b8 needed for tests to pass D-Stacks 2022-05-30 14:35:43 +02:00
  • 8b5cc9bb9b
    Update config_test.go D-Stacks 2022-05-30 14:06:43 +02:00
  • 8bcc8acb0d Merge branch 'dev' of https://github.com/kaspanet/kaspad into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-30 12:59:03 +02:00
  • 491e3569d2
    RPC: include isSynced and isUtxoIndexed in GetInfoResponse (#2068) D-Stacks 2022-05-30 12:12:00 +02:00
  • 9df674b82b Add a check for HasPeers to make isSynced identical to GetBlockTemplate.isSynced msutton 2022-05-30 13:05:26 +03:00
  • a4f98a9bb2 change isNearlySynced -> isSynced & isUtxoIndexSet ->isUtxoIndexed D-Stacks 2022-05-30 11:06:43 +02:00
  • 8eff5e81c7 add missing IsNearlySynced D-Stacks 2022-05-30 10:49:26 +02:00
  • 773dbbf383 also change isSynced in submitBlock D-Stacks 2022-05-30 10:29:19 +02:00
  • 5c03c3fca2 update comment D-Stacks 2022-05-30 10:20:45 +02:00
  • c23113d1be fix fmt D-Stacks 2022-05-30 09:53:56 +02:00
  • ebbf85cf43 isSynced -> isNearlySynced D-Stacks 2022-05-30 09:53:06 +02:00
  • 3c5fd86fde fmt fixing D-Stacks 2022-05-30 09:23:16 +02:00
  • e3e5da8afc include utxoIndex and isNearlySynced in GetInfo D-Stacks 2022-05-30 09:20:06 +02:00
  • 3ab9afc280 fix sweep cmd help string phrasing VassilyChe 2022-05-27 15:05:38 +03:00
  • 5e3e9faca5 fix kaspawallet help messages, clarify sweep command help string VassilyChe 2022-05-27 12:28:32 +03:00
  • 4d31d0c469
    Merge branch 'dev' into test-orphans D-Stacks 2022-05-27 00:33:30 +02:00
  • 6aa6f271e8
    Merge branch 'dev' into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-27 00:33:16 +02:00
  • 64d1a4d434 set up protowire D-Stacks 2022-05-26 16:01:18 +02:00
  • 541ab2c2dc set up protowire D-Stacks 2022-05-26 15:59:20 +02:00
  • 440aea19b0
    Add wallet daemon state messages to a terminal window log (#2062) v0.12.1-rc8 Aleoami 2022-05-25 22:55:53 +03:00
  • d606ef34d1 fix log message phrasing VassilyChe 2022-05-25 21:45:40 +03:00
  • b1567069f6
    Merge branch 'dev' into show-daemon-state Michael Sutton 2022-05-25 19:43:37 +03:00
  • 968d47c3e6
    add explanatory message about the mnemonic at the wallet creation (#2047) Aleoami 2022-05-25 18:36:38 +03:00
  • e6a40fac9d
    Merge branch 'dev' into note-at-wallet-creation Michael Sutton 2022-05-25 18:28:10 +03:00
  • 052193865e
    populate with verbos (#2064) D-Stacks 2022-05-25 17:23:44 +02:00
  • 06cca36668
    Merge branch 'dev' into fix-comment-typo--UTXOEntry Michael Sutton 2022-05-25 18:17:44 +03:00
  • 85febcb551
    update rpc.md with includeAcceptedTransactionIds (#2065) D-Stacks 2022-05-25 17:13:35 +02:00
  • 3e2eb97a6b
    Merge branch 'dev' into update-rpc.md Michael Sutton 2022-05-25 17:54:16 +03:00
  • 8245228833 update rpc.md with includeAcceptedTransactionIds D-Stacks 2022-05-25 15:41:43 +02:00
  • 137e782577
    Merge branch 'dev' into test-orphans D-Stacks 2022-05-25 15:05:56 +02:00
  • 3e5fecd228
    Merge branch 'dev' into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-25 15:05:40 +02:00
  • 12667b9441 fix global vars made the part of the "sever" class VassilyChe 2022-05-25 11:05:08 +03:00
  • 6d464f04f2 refactoring changed var name to harmonize it VassilyChe 2022-05-25 02:20:23 +03:00
  • 4f04d68d35 add wallet daemon state messages to a terminal window log VassilyChe 2022-05-25 02:09:40 +03:00
  • 311612332d
    Merge branch 'dev' into fix-comment-typo--UTXOEntry Ori Newman 2022-05-25 10:18:41 +03:00
  • a4d9fa10bf
    fix typo (#2060) D-Stacks 2022-05-25 09:17:58 +02:00
  • 94a5d91ed5
    Merge branch 'dev' into fix-typo--bluescoe-=-bluescore Ori Newman 2022-05-25 09:09:43 +03:00
  • 5b17ff6507
    Merge branch 'dev' into fix-comment-typo--UTXOEntry Ori Newman 2022-05-25 09:09:00 +03:00
  • cd5fd86ad3
    Wrap the entire wallet send operation with a lock (#2063) Michael Sutton 2022-05-25 08:55:35 +03:00
  • e234ffdb87
    Merge branch 'dev' into test-orphans D-Stacks 2022-05-25 07:07:04 +02:00
  • 74a2e8eda1
    Merge branch 'dev' into fix-typo--bluescoe-=-bluescore D-Stacks 2022-05-25 07:06:48 +02:00
  • a50b8f9afc
    Merge branch 'dev' into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-25 07:06:34 +02:00
  • 91977e4f8a populate with verbos D-Stacks 2022-05-25 07:03:02 +02:00
  • ac025e738d Wrap the entire wallet send operation with a lock v0.12.1-rc7 msutton 2022-05-25 02:48:43 +03:00
  • b84d6fed2c
    broadcast is using refreshUTXOs, so it should be protected by lock (#2061) Ori Newman 2022-05-25 01:16:54 +03:00
  • 6fd1f5e2fa broadcast is using refreshUTXOs, so it should be protected by lock Ori Newman 2022-05-25 00:34:38 +03:00
  • 89026779a9
    Merge branch 'dev' into test-orphans D-Stacks 2022-05-24 05:51:50 +02:00
  • 126f671c33
    Merge branch 'dev' into add_orphan_transactions_to_mempool_rpc D-Stacks 2022-05-24 05:51:30 +02:00
  • 1c5c4e67fa
    Merge branch 'dev' into fix-typo--bluescoe-=-bluescore D-Stacks 2022-05-24 05:51:07 +02:00
  • 24c94b38be
    Move OnBlockAdded event to the channel that was only used by virtualChanged events (#2059) Svarog 2022-05-24 01:11:01 +03:00
  • 9550eb4635 fix typo D-Stacks 2022-05-23 20:45:13 +02:00
  • c10fafc07c Fix RPC call to actually include tx ids v0.12.1-rc6 msutton 2022-05-23 19:33:42 +03:00
  • 12781833e9 go lint v0.12.1-rc4 msutton 2022-05-23 18:40:52 +03:00
  • 24900352f4 Use MaybeEnqueue for consensus events msutton 2022-05-23 18:28:22 +03:00
  • 55d4e78749 Return block status from block processor and use it for event raising decision msutton 2022-05-23 18:24:25 +03:00
  • 8ff78ecdb0 Don't send notifications for header-only and invalid blocks on-block-added-to-channel Mike Zak 2022-05-23 17:35:56 +03:00
  • 3f959be0a3 Move OnBlockAdded event to the channel that was only used by virtualChanged events Mike Zak 2022-05-23 17:11:35 +03:00
  • 854e8319a0 Get ghostdagData only once in ValidateHeaderInContext biospb 2022-05-20 20:19:08 +03:00
  • d748e829c7 Do not copy direct parent hashes in BuildParents biospb 2022-05-20 20:14:50 +03:00
  • 2faa3d0843 Avoid remove of just added item from LRU cache biospb 2022-05-20 20:05:18 +03:00
  • 4dd7113dc5
    Increase virtualChangeChan to 100e3 (#2056) v0.12.1-rc3 Ori Newman 2022-05-20 19:31:13 +03:00
  • d68d9c6fae Ignore capacity reached errors on MaybeEnqueue Ori Newman 2022-05-20 18:25:53 +03:00
  • 325ee03400 Remove comment Ori Newman 2022-05-20 18:12:05 +03:00
  • 7092a5208b Use MaybeEnqueue in more places Ori Newman 2022-05-20 18:11:31 +03:00
  • e6ac28bd9e Increase virtualChangeChan to 100e3 Don't crash when sending UTXO RPC notification to a closed route Throw error if virtualChangeChan is full Ori Newman 2022-05-20 18:07:22 +03:00