Skip to content
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

merge 4.4 #20

Open
wants to merge 1,161 commits into
base: master
Choose a base branch
from
Open

merge 4.4 #20

wants to merge 1,161 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 8, 2021

  1. Update api.md

    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    64edc04 View commit details
    Browse the repository at this point in the history
  2. use varuint64 instead of 8 byte width for asset guid's

    will save space as worsed case only 1 byte extra with full nft id
    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4c7debd View commit details
    Browse the repository at this point in the history
  3. Update syscoinparser.go

    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b4a6ac2 View commit details
    Browse the repository at this point in the history
  4. Update rocksdb_syscointype_test.go

    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a09874a View commit details
    Browse the repository at this point in the history
  5. fix addToAddressesMap, don't append to every address index but only w…

    …hen txid matches
    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    54decbe View commit details
    Browse the repository at this point in the history
  6. fix typo in append

    jagdeep sidhu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    0474b7b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. update to rc11

    jagdeep sidhu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    725f11b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    351a6c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. asset balances within mempool

    show asset txs and balances within mempool through explorer/api
    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    0e6eede View commit details
    Browse the repository at this point in the history
  2. Update xpub.go

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e2cb9e5 View commit details
    Browse the repository at this point in the history
  3. Update worker.go

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    14602f9 View commit details
    Browse the repository at this point in the history
  4. Update worker.go

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    bb01134 View commit details
    Browse the repository at this point in the history
  5. Update worker.go

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    29ceac8 View commit details
    Browse the repository at this point in the history
  6. Update worker.go

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    57b0713 View commit details
    Browse the repository at this point in the history
  7. rework getAddrVoutValue/getAddrVinValue

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    02c0e26 View commit details
    Browse the repository at this point in the history
  8. compile

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5e27d43 View commit details
    Browse the repository at this point in the history
  9. compile

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    3673a95 View commit details
    Browse the repository at this point in the history
  10. compile

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7b48983 View commit details
    Browse the repository at this point in the history
  11. compile

    jagdeep sidhu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8175f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. only show unconfirmed asset entry

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a429803 View commit details
    Browse the repository at this point in the history
  2. xpub mempool html template update

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    6e21bac View commit details
    Browse the repository at this point in the history
  3. add asset mempool view

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    dea04d3 View commit details
    Browse the repository at this point in the history
  4. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    271ec16 View commit details
    Browse the repository at this point in the history
  5. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d72a092 View commit details
    Browse the repository at this point in the history
  6. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ac6822f View commit details
    Browse the repository at this point in the history
  7. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4ad0162 View commit details
    Browse the repository at this point in the history
  8. try to fix gettxassets()

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    176bd75 View commit details
    Browse the repository at this point in the history
  9. add only unique xpub mempool asset data

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f5c2c01 View commit details
    Browse the repository at this point in the history
  10. dedup mempool token objects

    Used field in TokenMempoolInfo to dedup results to token list
    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    34551cd View commit details
    Browse the repository at this point in the history
  11. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    259521e View commit details
    Browse the repository at this point in the history
  12. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    286b1b1 View commit details
    Browse the repository at this point in the history
  13. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    263fd64 View commit details
    Browse the repository at this point in the history
  14. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f1457b8 View commit details
    Browse the repository at this point in the history
  15. Update worker.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    96fb70b View commit details
    Browse the repository at this point in the history
  16. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a559c70 View commit details
    Browse the repository at this point in the history
  17. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    8a548eb View commit details
    Browse the repository at this point in the history
  18. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    76c9868 View commit details
    Browse the repository at this point in the history
  19. compile

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c10d32c View commit details
    Browse the repository at this point in the history
  20. Update xpub.go

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4cf0c85 View commit details
    Browse the repository at this point in the history
  21. fix ubalsat of getasset()

    jagdeep sidhu committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    487a376 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. update to rc12

    jagdeep sidhu committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    98d92c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. update to rc13

    jagdeep sidhu committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    425f379 View commit details
    Browse the repository at this point in the history
  2. Websocket new transaction (trezor#574)

    kaladinlight authored and jagdeep sidhu committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    bbba929 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. remove getbaseasset checks in get worker calls

    this is likely a bug only noticable if sending multiple nfts in a tx or a base asset + nft(s)
    jagdeep sidhu committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a0c180e View commit details
    Browse the repository at this point in the history
  2. Update worker.go

    jagdeep sidhu committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e42702b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ab143 View commit details
    Browse the repository at this point in the history
  4. fix nil map issue in bchaintx fn

    jagdeep sidhu committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2e32976 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. update to rc14

    jagdeep sidhu committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d27b218 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. OP_RETURN: upgrade to utf8

    upgrades the display of OP_RETURN from ascii to utf8
    jagdeep sidhu committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bb6d2d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. update version to 4.2 official

    jagdeep sidhu committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2b9e796 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. update to 4.2.1

    jagdeep sidhu committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ff9f42b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. update to 4.2.2

    jagdeep sidhu committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e13fe24 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Add prometheus metrics

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    91eb706 View commit details
    Browse the repository at this point in the history
  2. Handle OP_RETURN OP_PUSHDATA2 type output

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    edd8dca View commit details
    Browse the repository at this point in the history
  3. Move OnNeBlock and OnNewTxAddr to goroutine

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    fd0201d View commit details
    Browse the repository at this point in the history
  4. Bump Blockbook version to 0.3.5

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e9e9fb4 View commit details
    Browse the repository at this point in the history
  5. Increase xpub cache, reduce logging

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9c2aaf3 View commit details
    Browse the repository at this point in the history
  6. Keep 7 days of log instead of 30

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    bcc4e13 View commit details
    Browse the repository at this point in the history
  7. Improve xpub cache

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c9a896d View commit details
    Browse the repository at this point in the history
  8. Cache estimateFee call for bitcoin type coin

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2887da1 View commit details
    Browse the repository at this point in the history
  9. Get real IP of webscoket connection

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    5d42f5b View commit details
    Browse the repository at this point in the history
  10. Add websocket subscription metrics

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    6bf15b6 View commit details
    Browse the repository at this point in the history
  11. Optimize websocket subscribe and unsubscribe addresses

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    4347fc4 View commit details
    Browse the repository at this point in the history
  12. Increase Ethereum Testnet Ropsten rollback limit

    martinboehm authored and jagdeep sidhu committed May 21, 2021
    Configuration menu
    Copy the full SHA
    a1830f2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. support for asset memo's

    parse, index and display memos for gui as well as API
    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    eee66b0 View commit details
    Browse the repository at this point in the history
  2. Update baseparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    fcfc69c View commit details
    Browse the repository at this point in the history
  3. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    7eb20c4 View commit details
    Browse the repository at this point in the history
  4. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    826301e View commit details
    Browse the repository at this point in the history
  5. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    d5c0a68 View commit details
    Browse the repository at this point in the history
  6. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    5a481b7 View commit details
    Browse the repository at this point in the history
  7. Update baseparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    ef511a2 View commit details
    Browse the repository at this point in the history
  8. compile

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    b45c769 View commit details
    Browse the repository at this point in the history
  9. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    12d4d1f View commit details
    Browse the repository at this point in the history
  10. compile

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    4706971 View commit details
    Browse the repository at this point in the history
  11. compile

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    947ec65 View commit details
    Browse the repository at this point in the history
  12. compile

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    bd6b56c View commit details
    Browse the repository at this point in the history
  13. fix PackAssetAllocationMemoKey

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    c201b47 View commit details
    Browse the repository at this point in the history
  14. compile

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    35dc638 View commit details
    Browse the repository at this point in the history
  15. Update baseparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    dac8ed3 View commit details
    Browse the repository at this point in the history
  16. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    ea1f1e6 View commit details
    Browse the repository at this point in the history
  17. fix test

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    4ea7fce View commit details
    Browse the repository at this point in the history
  18. Update baseparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    5cc112b View commit details
    Browse the repository at this point in the history
  19. Update rocksdb.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    9bb738c View commit details
    Browse the repository at this point in the history
  20. nil check

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    9731b13 View commit details
    Browse the repository at this point in the history
  21. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    1396218 View commit details
    Browse the repository at this point in the history
  22. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    7944a1c View commit details
    Browse the repository at this point in the history
  23. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    e882fea View commit details
    Browse the repository at this point in the history
  24. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    ae09e78 View commit details
    Browse the repository at this point in the history
  25. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    c4dea18 View commit details
    Browse the repository at this point in the history
  26. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    bd12990 View commit details
    Browse the repository at this point in the history
  27. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    04fd72e View commit details
    Browse the repository at this point in the history
  28. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    2fa2ba6 View commit details
    Browse the repository at this point in the history
  29. fix UnpackAssetAllocationMemo

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    6075423 View commit details
    Browse the repository at this point in the history
  30. Update rocksdb_syscointype_test.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    c7a9b9e View commit details
    Browse the repository at this point in the history
  31. Update rocksdb_syscointype_test.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    471c716 View commit details
    Browse the repository at this point in the history
  32. Update rocksdb_syscointype_test.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    94b3130 View commit details
    Browse the repository at this point in the history
  33. check tests

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    9e575ae View commit details
    Browse the repository at this point in the history
  34. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    6521461 View commit details
    Browse the repository at this point in the history
  35. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    859ff9f View commit details
    Browse the repository at this point in the history
  36. fix memo extraction

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    7e5eb55 View commit details
    Browse the repository at this point in the history
  37. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    d77d5ef View commit details
    Browse the repository at this point in the history
  38. only extract memo for allocation sends

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    0b1a93c View commit details
    Browse the repository at this point in the history
  39. Update syscoinparser.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    4afbd33 View commit details
    Browse the repository at this point in the history
  40. Update rocksdb.go

    jagdeep sidhu committed May 22, 2021
    Configuration menu
    Copy the full SHA
    e859732 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. check if memo len > 0 not just for nil

    jagdeep sidhu committed May 23, 2021
    Configuration menu
    Copy the full SHA
    fb5f10f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. decode memo as base64

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f04025a View commit details
    Browse the repository at this point in the history
  2. put memo on inputs not outputs to avoid issues with invalid memo on r…

    …ecved allocation
    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e04c309 View commit details
    Browse the repository at this point in the history
  3. Update syscoin_testnet.json

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ee4589c View commit details
    Browse the repository at this point in the history
  4. format memo field from base64 to hex

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    837cfd8 View commit details
    Browse the repository at this point in the history
  5. rework appending PackVarBytes to buf

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    dc75d07 View commit details
    Browse the repository at this point in the history
  6. Update types.go

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    525e776 View commit details
    Browse the repository at this point in the history
  7. fixing varbyte pack unpack

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    51d70a6 View commit details
    Browse the repository at this point in the history
  8. Revert "format memo field from base64 to hex"

    This reverts commit 837cfd8.
    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    de7f988 View commit details
    Browse the repository at this point in the history
  9. remove decoding on memo field

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    fdef373 View commit details
    Browse the repository at this point in the history
  10. use tostring

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    55e5e8c View commit details
    Browse the repository at this point in the history
  11. encode base64

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    abadb20 View commit details
    Browse the repository at this point in the history
  12. settle for memo, add memotxid and remove mostrecentmemo

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0dafb18 View commit details
    Browse the repository at this point in the history
  13. Update syscoinparser.go

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    4743cee View commit details
    Browse the repository at this point in the history
  14. remove prevmemo

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8173bc0 View commit details
    Browse the repository at this point in the history
  15. Update syscoinparser.go

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a012d0c View commit details
    Browse the repository at this point in the history
  16. store txid as bytes

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e2c710a View commit details
    Browse the repository at this point in the history
  17. compile

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6411719 View commit details
    Browse the repository at this point in the history
  18. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0d7f760 View commit details
    Browse the repository at this point in the history
  19. compile

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    53fa2ec View commit details
    Browse the repository at this point in the history
  20. Update xpub.go

    jagdeep sidhu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    baf69b2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fix warning related to mainnet=1 in conf file

    jagdeep sidhu committed May 25, 2021
    Configuration menu
    Copy the full SHA
    dd20855 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. rework memo/metadata

    put metadata as the first allocation on an nft asset that sets the memo
    jagdeep sidhu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    18a9884 View commit details
    Browse the repository at this point in the history
  2. Update rocksdb.go

    jagdeep sidhu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e4c9d15 View commit details
    Browse the repository at this point in the history
  3. metadata inside of asset api calls

    jagdeep sidhu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    03edb75 View commit details
    Browse the repository at this point in the history
  4. Update asset.html

    jagdeep sidhu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    cfcb56f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. index metadata only on first tx after issuance if not set on issuance

    to avoid it being set after by someone else if its not meant to have metadata for some reason
    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    77a08bd View commit details
    Browse the repository at this point in the history
  2. Update syscoinparser.go

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    4d59b95 View commit details
    Browse the repository at this point in the history
  3. Update asset.html

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    b1fc07f View commit details
    Browse the repository at this point in the history
  4. Update asset.html

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    0eb47d6 View commit details
    Browse the repository at this point in the history
  5. fix metadata assignment and disconnect

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    588f37d View commit details
    Browse the repository at this point in the history
  6. Update asset.html

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    600ff01 View commit details
    Browse the repository at this point in the history
  7. rm md in utxo calls

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    4fc11dd View commit details
    Browse the repository at this point in the history
  8. Update baseparser.go

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    5539808 View commit details
    Browse the repository at this point in the history
  9. Update baseparser.go

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    6f2788a View commit details
    Browse the repository at this point in the history
  10. clean up UnpackAsset

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    d880dc3 View commit details
    Browse the repository at this point in the history
  11. Update syscoinparser.go

    jagdeep sidhu committed May 29, 2021
    Configuration menu
    Copy the full SHA
    aa41416 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. explicitely set memodata to nil when created asset

    jagdeep sidhu committed May 30, 2021
    Configuration menu
    Copy the full SHA
    612cded View commit details
    Browse the repository at this point in the history
  2. compile

    jagdeep sidhu committed May 30, 2021
    Configuration menu
    Copy the full SHA
    1ba0504 View commit details
    Browse the repository at this point in the history
  3. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 30, 2021
    Configuration menu
    Copy the full SHA
    9252d7f View commit details
    Browse the repository at this point in the history
  4. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 30, 2021
    Configuration menu
    Copy the full SHA
    3a26f27 View commit details
    Browse the repository at this point in the history
  5. Update syscoinparser.go

    jagdeep sidhu committed May 30, 2021
    Configuration menu
    Copy the full SHA
    3de60bc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. fix UnpackVarBytes

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0f79e35 View commit details
    Browse the repository at this point in the history
  2. Update syscoinparser.go

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8b76d3b View commit details
    Browse the repository at this point in the history
  3. try to fix memo set

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0cefbdc View commit details
    Browse the repository at this point in the history
  4. add memo to input check

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5cad632 View commit details
    Browse the repository at this point in the history
  5. Update rocksdb.go

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    30211c7 View commit details
    Browse the repository at this point in the history
  6. Update rocksdb_syscointype.go

    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    57596e9 View commit details
    Browse the repository at this point in the history
  7. Revert "Update rocksdb_syscointype.go"

    This reverts commit 57596e9.
    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    238457f View commit details
    Browse the repository at this point in the history
  8. Revert "Update rocksdb.go"

    This reverts commit 30211c7.
    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    060a759 View commit details
    Browse the repository at this point in the history
  9. Revert "add memo to input check"

    This reverts commit 5cad632.
    jagdeep sidhu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    b09c770 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Sys BlockExplorer new skin

    claudiovb committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    57b407a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. api GetSPVProof

    passthrough to RPC
    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d7f52e6 View commit details
    Browse the repository at this point in the history
  2. Update bitcoinrpc.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    14b2b0a View commit details
    Browse the repository at this point in the history
  3. Update public.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e845ecf View commit details
    Browse the repository at this point in the history
  4. Update public.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    02cbf30 View commit details
    Browse the repository at this point in the history
  5. logging

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    467c6c9 View commit details
    Browse the repository at this point in the history
  6. remove recursive rpc calls

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6cd393a View commit details
    Browse the repository at this point in the history
  7. Update basechain.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    096faa7 View commit details
    Browse the repository at this point in the history
  8. compile

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d8b02dd View commit details
    Browse the repository at this point in the history
  9. Update public.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c7665ad View commit details
    Browse the repository at this point in the history
  10. skip coinbase opreturn parsing, its just data and is irregular with n…

    …evm data
    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    df67f03 View commit details
    Browse the repository at this point in the history
  11. Revert "Update public.go"

    This reverts commit bd06cb1.
    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    20f8ceb View commit details
    Browse the repository at this point in the history
  12. rename opcode

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b0647ee View commit details
    Browse the repository at this point in the history
  13. update btcd

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0fa726d View commit details
    Browse the repository at this point in the history
  14. update go modules

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    71ce949 View commit details
    Browse the repository at this point in the history
  15. update for rc1

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a976b17 View commit details
    Browse the repository at this point in the history
  16. rc2

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2ec63c8 View commit details
    Browse the repository at this point in the history
  17. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4702fb7 View commit details
    Browse the repository at this point in the history
  18. rc3

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8256f6a View commit details
    Browse the repository at this point in the history
  19. BB does not need to run NEVM

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    61e0c93 View commit details
    Browse the repository at this point in the history
  20. fix: properly set custom rpc port for bitcoin-like testnets

    The options addnode, connect, port, bind, rpcport, rpcbind and wallet
    only apply to mainnet unless they appear in the appropriate network section.
    rikublock authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6169cb9 View commit details
    Browse the repository at this point in the history
  21. update coingeck period

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    dc84844 View commit details
    Browse the repository at this point in the history
  22. Improve caching of estimate fee call

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    df7171d View commit details
    Browse the repository at this point in the history
  23. Make parsing of ETH numeric properties more robust trezor#623

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    28d20ec View commit details
    Browse the repository at this point in the history
  24. Handle Bitcoin vout addresses after upgrade to bitcoind 22.0.0

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8849fc2 View commit details
    Browse the repository at this point in the history
  25. Upgrade to go1.17.1 and rocksdb v6.22.1

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1487cd2 View commit details
    Browse the repository at this point in the history
  26. Replace packr with go:embed trezor#459

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f7ea481 View commit details
    Browse the repository at this point in the history
  27. Handle Bitcoin taproot addresses

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4fb02a7 View commit details
    Browse the repository at this point in the history
  28. Handle taproot xpub descriptors

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    38bceef View commit details
    Browse the repository at this point in the history
  29. Parse xpub descriptors

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    49731df View commit details
    Browse the repository at this point in the history
  30. Update documentation

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b926203 View commit details
    Browse the repository at this point in the history
  31. Bump Blockbook version to 0.3.6

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    57bedc2 View commit details
    Browse the repository at this point in the history
  32. Fix linting issues

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e7c498f View commit details
    Browse the repository at this point in the history
  33. Update links in the main template (header and footer)

    prusnak authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b08220e View commit details
    Browse the repository at this point in the history
  34. Update go.mod

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    22d8021 View commit details
    Browse the repository at this point in the history
  35. Update go.sum

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    539ce52 View commit details
    Browse the repository at this point in the history
  36. fix build

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f027c1e View commit details
    Browse the repository at this point in the history
  37. build

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    157fdc8 View commit details
    Browse the repository at this point in the history
  38. Update xpub.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e732100 View commit details
    Browse the repository at this point in the history
  39. Update bitcoinparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b83cde3 View commit details
    Browse the repository at this point in the history
  40. Update bitcoinparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4f197c5 View commit details
    Browse the repository at this point in the history
  41. Update bitcoinparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    19cd057 View commit details
    Browse the repository at this point in the history
  42. Update syscoinparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6e4e937 View commit details
    Browse the repository at this point in the history
  43. fix build

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    03f9269 View commit details
    Browse the repository at this point in the history
  44. Update grsparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e934053 View commit details
    Browse the repository at this point in the history
  45. Update fujicoinparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a4a7e26 View commit details
    Browse the repository at this point in the history
  46. fix parser

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1910d49 View commit details
    Browse the repository at this point in the history
  47. Update bitcoinlikeparser.go

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ec8b482 View commit details
    Browse the repository at this point in the history
  48. update url

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3f8cfa6 View commit details
    Browse the repository at this point in the history
  49. Add multi-tickers endpoint

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ccb5ceb View commit details
    Browse the repository at this point in the history
  50. Update manual build instructions

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    65b9c79 View commit details
    Browse the repository at this point in the history
  51. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f63cb7b View commit details
    Browse the repository at this point in the history
  52. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8867459 View commit details
    Browse the repository at this point in the history
  53. update for rc2

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1140702 View commit details
    Browse the repository at this point in the history
  54. rc3

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b71857f View commit details
    Browse the repository at this point in the history
  55. rc4

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    29da7c6 View commit details
    Browse the repository at this point in the history
  56. rc5

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2b88cac View commit details
    Browse the repository at this point in the history
  57. rc6

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a96e2ac View commit details
    Browse the repository at this point in the history
  58. rc7

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e79a05b View commit details
    Browse the repository at this point in the history
  59. rc8

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    26b6f1b View commit details
    Browse the repository at this point in the history
  60. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cf13014 View commit details
    Browse the repository at this point in the history
  61. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ef1c98c View commit details
    Browse the repository at this point in the history
  62. rc11

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1c8d742 View commit details
    Browse the repository at this point in the history
  63. rc12

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e7e6127 View commit details
    Browse the repository at this point in the history
  64. Bump github.com/ethereum/go-ethereum from 1.10.8 to 1.10.17 (syscoin#13)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.8 to 1.10.17.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.10.8...v1.10.17)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    739e5e1 View commit details
    Browse the repository at this point in the history
  65. Add missing txindex (syscoin#14)

    W/o txindex on a fresh synced server, blockbook gives a transaction not found error
    for old transaction.
    This seems to be related to different code path in blockbook for bulk load and single block load,
    since more recent transactions are still found.
    With txindex the same old transactions are found.
    (Default setting for bitcoin and others too).
    Frank-GER authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    82963c0 View commit details
    Browse the repository at this point in the history
  66. Fix utxo rest API endpoint

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1fe37f2 View commit details
    Browse the repository at this point in the history
  67. Add get raw block API request trezor#736

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4c7590b View commit details
    Browse the repository at this point in the history
  68. Fix isOwn flag for mempool transactions

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2472003 View commit details
    Browse the repository at this point in the history
  69. Improve get raw block not found handling

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e7579a6 View commit details
    Browse the repository at this point in the history
  70. Fix format

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e057507 View commit details
    Browse the repository at this point in the history
  71. removal of mentions of dh-systemd

    Kvaciral authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5e3b4af View commit details
    Browse the repository at this point in the history
  72. Run apt-get noninteractive mode in the dockerfile (trezor#741)

    PiRK authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3c0f999 View commit details
    Browse the repository at this point in the history
  73. feat: edit Dockerfile for arm64 build compatibility

    vdovhanych authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a186bfc View commit details
    Browse the repository at this point in the history
  74. Enable arm64 and MacOS Docker build

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1fa9d85 View commit details
    Browse the repository at this point in the history
  75. Bump btcd library to process transactions with large witness item size

    The bitcoin testnet transaction
    44692bc2da73192cd0b89bc7a43c0ce43578f6b3567bc945e46e6952e8ec5ca5
    has witness size 396669. Originally the max witness size in btcd library
    was set to 11000, which prohibited processing of the transaction. Now it
    is set to 500000.
    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9a48a4e View commit details
    Browse the repository at this point in the history
  76. Updating the documentation for POST of sendtx

    The POST sendtx has a trailing '/' character at the end. Without it, blockbook returns aways "missing inputs". With that PR I'm adding the information.
    martin-key authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    31c0bd8 View commit details
    Browse the repository at this point in the history
  77. Update btcd dependency

    martinboehm authored and jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2c0b3d3 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    313fc07 View commit details
    Browse the repository at this point in the history
  79. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d7347fb View commit details
    Browse the repository at this point in the history
  80. Update base.html

    jagdeep sidhu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    063e1e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update syscoin_testnet.json

    jagdeep sidhu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f777f59 View commit details
    Browse the repository at this point in the history
  2. fix tests

    jagdeep sidhu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    000f4a2 View commit details
    Browse the repository at this point in the history
  3. Update base.html

    jagdeep sidhu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    571e120 View commit details
    Browse the repository at this point in the history
  4. fix test

    jagdeep sidhu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9f99280 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. rc13

    jagdeep sidhu committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f10def2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. rc14

    jagdeep sidhu committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    16dbcbd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. update to 4.4.1

    Frank-GER committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    97f5bc2 View commit details
    Browse the repository at this point in the history
  2. CSS fix

    Frank-GER committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    186eb4e View commit details
    Browse the repository at this point in the history
  3. change repo for commit link

    Frank-GER committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e3edb57 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ef7c3ec View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. increase cache for rocksbd

    With high number of GetXpubAddress requests, cpu load stayed high
    even after the number of requests became low.
    Tests have shown that doubling this cache fixed that behaviour.
    Increasing it from previous 1GB to 4GB for higher needs in the future.
    Frank-GER committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6b311af View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. update go to v1.22.3

    Frank-GER committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ca12152 View commit details
    Browse the repository at this point in the history
  2. update RocksDB to v6.23.3

    Frank-GER committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e6de6c2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. minor cosmetic

    Frank-GER committed May 20, 2024
    Configuration menu
    Copy the full SHA
    003e722 View commit details
    Browse the repository at this point in the history