Initially, when I added the asset name validation regex to exclude variations of RAVEN I removed the end delimiter '$' as things worked fine without it. For better compatibility, this is being added back.
Mney fix regex #13898
pull spyder46n2 wants to merge 417 commits into bitcoin:master from RavenProject:mney-fix-regex changing 1207 files +130152 −31815-
spyder46n2 commented at 9:38 PM on August 6, 2018: none
-
New release to remove mining by default 8e8ccb76df
-
Fixing darwin build with https://github.com/bitcoin/bitcoin/pull/12032 918e896bb3
-
Moving release binaries to the proper github location. 47a6eb8d50
-
Added readme to redirect to releases tab 2b1e1dca85
-
b488c034d5
Merge pull request #26 from coinyeezy/coinyeezy-patch-1
Fixed spelling error
-
Added Raven whitepaper a2a422aa04
-
1cfd251aa2
Update README.md
Github specific tweaks
-
9c0a0a8950
Update README.md
More github specific tweaks
-
bb78b13991
Update README.md
Centering the title
-
715f6b95b7
Update README.md
Center the title
-
added whitepaper 99be482881
-
Added Raven roadmap b61d441da8
-
Merge branch 'master' of github.com:OverstockMedici/raven 5615bab572
-
Added Raven roadmap 6dccd3921e
-
Fixed date typo fce3886f61
-
40d9f3ede2
Update README.md
Fixed Title centering
-
Fix typo in roadmap 25649f0ec3
-
Addition of ravenscroll asset protocol library 115c43ec93
-
50bd636d7f
Merge pull request #3 from OverstockMedici/ravenscroll
Addition of ravenscroll asset protocol library
-
added buildspec for ubuntu 17.10 9523ed1801
-
tweaked ubuntu 17.10 buildspec 8d409e9c13
-
CMake support 0fffcebeb9
-
Enables debugging for CMake fbe5f7ad9e
-
Fixing build to work with latest version of the boost library. Should not need to downgrade to older version to work. This was done by changing the multi_index comparators to const. 6794b47755
-
Stubbed in rpc calls (issue and getaddressbalances) and asset library 👩🎓 07e124e052
-
Remove spamming couts while blockchain is in initial download 45aa54ad3c
-
Enabling CMake w/ debug target. 46d54a7481
-
98240ce13f
Fix Unit Tests, and removing spamming of terminal when loading block chain (#6)
* Removed unused files * Remove spamming couts while blockchain is in initial download * Got most of the unit tests working * Regtest mining code * Start adding the code that receives the can issue boolean * add parameters and test regtest network
-
Merge branch 'master' of github.com:OverstockMedici/raven c4e589d0af
-
97aeb6a2da
Update README.md
Fixed formatting
-
ba6a286681
Update COPYING
Updated year
-
Fix testnet nonce 95ba8f909f
-
Added CMakeLists.txt back. a59f0058fe
-
Update README.md e7a803f58b
-
Update README.md 1c092d469e
-
Update README.md 3742c3c239
-
Removed obsolete binaries dir 78dda641ae
-
Add asset support with raw transaction and create rpc call to issue assets 79d71da77b
-
6b8a2a67f3
Merge pull request #7 from OverstockMedici/jeanderson/asset-raw
Jeanderson/asset raw
-
d30600b3ee
Merge pull request #22 from Scoty/master
Disable the miner in the wallet by default
-
3612148258
Merge pull request #30 from dpmidd/readme
Dev mailing list doesn't exist (yet?)
-
3876271703
Merge pull request #67 from jacksonpchen/patch-1
Update README.md
-
71230aeba2
Merge pull request #69 from graze1234/master
update of wiki and forum links and other small changes
-
aeaa66a62e
Merge pull request #68 from jacksonpchen/patch-2
Update COPYING
-
c6a7f282fb
Merge pull request #55 from andersfurseth/patch-1
Fix typo in roadmap
-
7004eeb4e7
Merge pull request #47 from ianblenke/master
Fixing darwin build
-
e6f0b0b406
Merge pull request #39 from JoshTickles/patch-2
Update Readme
-
Merge remote-tracking branch 'upstream/master' e7c36decd0
-
Removed leftover windows binaries 135980194b
-
Cleaning out win bins e4f58d789a
-
Cleaning out windoze bins 35c5a19fae
-
Moved content from binaries/release/mac/README.md to doc/README.md 46650ef325
-
update README 620bb100af
-
Update README.md d6f7e19067
-
Restoring binaries/README.md to avoid breaking the download link from website.... 4b011465ab
-
Merge branch 'master' of https://github.com/fokep/Ravencoin 3c39c68297
-
Update README.md 0fab805863
-
Update README.md 807a16d43b
-
Update README.md 3e5e3e5a43
-
358dc4e9a2
Update of README.md
Changed links to have absolute paths so the readme can be safely included with releases
-
Update README.md e6bf721586
-
Update README.md 93aaa2160f
-
Update README.md 1036b0ba36
-
Build Frame and RPC for transfering assets dd8deccbb3
-
Implements getaddressbalances (except minconf). b68624c5cf
-
de83792bad
Merge pull request #74 from fokep/master
Computer running out of disk space? Fixing low disk space with git rm
-
Added cacheing for undoing blocks, transfers are now being undo when disconnect block is called c2c091aa45
-
Added cache for Connect Block, Add Flush to DB when pcoinsTip does. Reorgs now working correctly b88023d2ce
-
Fleshed out asset name verification. (#10) cf179e5b64
-
Fix bug with reindex, and invalidation of blocks: 1bc35ba8a3
-
Fix merge conflict in assets.cpp 6acbabd6d3
-
09a4821cd0
Merge pull request #9 from OverstockMedici/jeanderson/transferasset
Transferring an asset
-
Updated docstring for createrawtransaction. 9d6fe537c1
-
Added asset ownership 4fc54b2a01
-
Updated docstring for createrawtransaction. 64d12eaf20
-
454372aec8
Merge pull request #11 from OverstockMedici/ownership
Add Ownership Assets when issuing an asset
-
Implemented createrawtransaction for transfers. cd29955e5a
-
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer b0c50376c4
-
Update README.md 82b9c63aaa
-
Update verify.sh 4c9caccde6
-
a05e5510ac
Merge pull request #81 from RavenProject/remove-legacy-verify-script
Update verify.sh
-
a65fd957ce
Merge pull request #80 from RavenProject/Remove-legacy-verification
Update README.md
-
Fixed RPC param config for issue. 16abd2d435
-
Fixed tests. 99d3670214
-
Removed rpc_assets_issue unit tests. Wallet loading would seem to necessitate integration tests instead. a3f4191a64
-
Fixed a test case. 1ec93a393c
-
04f48cc5ea
Phase 2 Requirements - Part 1 (#14)
* Added a Least Recently Used Cacheing System * Start replacing setAssets with cache. Incomplete * Implement cacheing and start debugging failures * Cache now works with transfers when reindexing * Remove 500 RVN requirment from transfer rpc call * Add Requirement for transfer ownership assets to be 1 * COIN * Couple fixes to pull request
-
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer 7535af8c99
-
Update .gitignore c1a92500ea
-
Update .gitignore e198364141
-
Merge Private into Public Repo 257b51ec0a
-
Fixes some tests, comments out some broken ones from functional suite. 7c30f13434
-
Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer d7c8310204
-
cd2a018b90
Merge pull request #13 from OverstockMedici/cfox-rpc-transfer
createrawtransaction "transfer"
-
323e1c5880
Couple updates before moving to public repo (#15)
* Couple updates before moving to public repo * remove hard coded address
-
75b51ef7ca
Update (#16)
* Fix script tests, implement OP_RVN_ASSETS
-
Merge branch 'master' of github.com:OverstockMedici/raven into HEAD 76c5be534a
-
4f8350c825
Merge pull request #82 from OverstockMedici/private-test
Merge Assets from Private Repo
-
updated .gitignore c586c850f4
-
removed buildspec and Jenkinsfile...um, yeah fb93e367b1
-
Update Block Size 9bb7a94c8a
-
6ed3bde215
Re-enables and fixes some integration tests (#83)
* Removed CMakeLists.txt * Re-enabled several integrations tests that work now after recent bugfixes. * Fixes proxy_test which was using a nonexistent tor node. * Fixes rpcnamedargs test.
-
Add consensus rules for asset inputs and outputs values must match 6693cb5b87
-
Add Units test for CheckTxAssets and Coin 49123594ed
-
Fix typo in UndoAssetCoin error statement dc72c2e043
-
1a13ef077e
Merge pull request #86 from RavenProject/assets_burn_fix
Add consensus rules for asset inputs and outputs values must match
-
b825457d4b
Merge pull request #88 from RavenProject/issue_87
Issue #87 Fix typo in UndoAssetCoin error statement
-
95f8f9da8b
Updates asset name validation for ownership (#90)
30 max characters (excluding '!' for ownership) unique asset tag can't contain '!'
-
1d3a8d8c68
X16R-related functional test fixes (#89)
* Makes x16r block hashing available to integration tests. * Fixes halving rate for regtest in test framework. * Fixes zmq_test by: using x16r for block hashing using tx has for validation instead of txid (segwit) * Improves color contrast in output of combine_logs.py. * Reactivates some functional tests which have been fixed. * Reactivates some extended functional tests which have been fixed.
-
Adds test_raven_hash to .gitignore. 44f2a5cb47
-
Fix automake warnings when running autogen.sh ef38d10f3f
-
2fb0092db6
Merge pull request #92 from RavenProject/cfox-ignore-test_raven_hash
Adds test_raven_hash to .gitignore.
-
Add Reissue of assets 00be9a2ce9
-
c9a990591d
Merge pull request #94 from RavenProject/reissue_assets
Add Reissue of assets
-
Added asset data to rpc call return data 8adc557249
-
56659e916d
Some functional tests for assets (#96)
* Adds some functional RPC tests for assets. * Cleans up some comments. * Fixes some bad RPC named parameters.
-
Add caching to address amount map d9d3611d60
-
Fix Unit Test Failures 52317ba4cd
-
06691187a5
Merge pull request #97 from RavenProject/update_asset_cacheing
Update asset cacheing
-
6c4713ada2
Merge pull request #98 from RavenProject/block_size
Update Block Size
-
Merge branch 'develop' into update_rpc_calls 55d7507875
-
009a64a1de
Merge pull request #95 from RavenProject/update_rpc_calls
Added asset data to rpc call return data and fix unit tests
-
Raw RPC for transfer asset works da440d5aa0
-
Raw reissue rpc call dd4b7c28e8
-
42ccb1227c
Merge pull request #100 from RavenProject/raw_assets_reissue
Raw assets reissue
-
RPC overhaul (#103) 1ae32c91a0
-
Implement BIP9 protocol for assets and block size changes (#105) 8456ff9fab
-
Update build-osx.md c09e437de5
-
Update build-osx.md af7ecf4f00
-
1f7628b4b1
Merge pull request #93 from RavenProject/mney-fix-autogen.sh-warnings
Fix automake warnings when running autogen.sh
-
Unit Test Nonce, Raven-TX Linux Build, and Warning Fixes 136e1d8155
-
7fe5ac3f9a
Merge pull request #110 from RavenProject/mney-fix-tests.linux-build.doxygen.ravend-warning
Unit Test Nonce, Raven-TX Linux Build, and Warning Fixes
-
Fixes a couple of bugs. baec7494a7
-
Fixes bug with RPC help and BIP-9/RIP-2. 8cb343a650
-
85276179ea
Merge pull request #116 from RavenProject/cfox-bugfix
BIP-9/RIP-2 related bugfixes
-
40b65bccaf
QT: First iteration of assets view on overview tab (#115)
Asset balances on overview tab MVP.
-
Fix/change some error msgs e49fc398d1
-
Set proposed mainnet activation ce6a10eb55
-
Fix rpc help 1da3b30f0a
-
Fixes asset_tests failure on unique due to dash in regex 887812c7d7
-
Update for UTC ce5348ca90
-
Fixed IPFS hash length (40->46). cead1f0cc5
-
a21ca127fc
Merge pull request #120 from RavenProject/tron-mainnet-assets
Set proposed mainnet activation
-
Fixed IPFS hash length (40->46). f0b9f7ed0c
-
77fa2f571b
Merge pull request #121 from RavenProject/tron-txt-fixes
Fix rpc help
-
Prevent RVN, RAVEN, RAVENCOIN as an asset 21adb8d339
-
967a96dacd
Merge pull request #125 from RavenProject/tron-prevent-confusing-rvn-asset
Prevent RVN, RAVEN, RAVENCOIN as an asset
-
8a46c82a63
Merge pull request #117 from RavenProject/tron-review-2
Fix/change some error msgs
-
RPC functions base58 decode IPFS hash inputs (46->34 bytes) and encode outputs (34->46 bytes). e824085e30
-
Add GUI for creation and reissue of an asset, Fix bug with reissue not saving to database ab8823211e
-
8addde4661
Merge pull request #123 from RavenProject/create_gui
Add GUI for creation and reissue of an asset, Fix bug with reissue no…
-
ccfee91834
Merge pull request #122 from RavenProject/mney-fix-asset-regex-test
Fixes asset_tests failure on unique due to dash in regex
-
Fixing build error from #125, adding test for RVN names, removing invalid reissue test, fixing help for optional params fa5bd58bc9
-
6cba8d9724
Merge pull request #126 from RavenProject/mney-fix-asset-regex-names
Fix asset regex names (fixes build errors from #125)
-
Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs 69f6adfcaa
-
Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs 70eed8a362
-
QT and decodescript IPFS hash fixes. ecd3f3205b
-
minor typos (#128) 691dd74eb8
-
83bdf74140
Revert "Merge #11167: Full BIP173 (Bech32) support"
This reverts commit aa624b61c928295c27ffbb4d27be582f5aa31b56, reversing changes made to a72003d794f39230db476d4f358eb244b7cb2d36.
-
Add change address to create asset rpc and gui implementation b51455e1bd
-
3f59315604
Merge pull request #127 from RavenProject/custom_change_address
Add change address to create asset rpc and gui implementation
-
Add GUI for reissue change address 33b5aad323
-
d8639116b2
Merge pull request #132 from RavenProject/reissue_change
Add GUI for reissue change address
-
Add change address to reissue rpc call f93671f938
-
Use real IPFS hashes a5133b7ed5
-
Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs aad98210ca
-
ddd4f62219
Merge pull request #124 from RavenProject/cfox-ipfs
IPFS hash fixes
-
5909905d40
indexes: adds additional address, spent and timestamp indexes
Adds new bitcoin.conf configuration options for three new indexes: -addressindex=1 -spentindex=1 -timestampindex=1 The addressindex records all changes to an address for retrieving txids, balances and unspent outputs for addresses. Changes are stored and sorted in block order. Both p2sh and p2pkh address types are supported. The index records two sets of key/value pairs. The first records all activity and is useful for viewing transaction history and all changes. The second is specifically for retrieving unspent outputs by address, and is smaller as values are removed once they are spent. The spentindex has multiple purposes and brings closer together inputs and outputs of transactions. The main purpose is to efficiently determine the address and amount of an input's previous output. The second purpose is to be able to determine which input spent an output. The timestampindex keeps track of timestamps with block hashes and is useful for searching blocks by date instead of by height. This is useful for a block explorer that will give search options by date. The index uses logical time correction to make sure that the results are sorted in block order. The logical time of a block is actual timestamp of the block, unless it is less than (earlier) the previous block's logical time, and in that case it is one second greater than the previous block's logical time. Includes logical time fix by Chethan Krishna
-
c4dc80e1dc
rpc: adds rpc commands for address, spent and timestamp indexes
Adds new rpc commands that use the address, spent and timestamp indexes, including the new commands: - getblockdeltas - getblockhashes - getaddressmempool - getaddressutxos - getaddressdeltas - getaddressbalance - getaddresstxids - getspentinfo And modifications to the command: - getrawtransaction
-
indexes: additional logging and checks for indexes 77e2633379
-
3f68de56e8
validation: fix inconsistent update of address idx
On initial validation, the new core might trigger removal of transactions from indexes.
-
db: adds option maxFileSize 4e610feb7f
-
acc26be2ac
indexes: adds p2pk to addressindex
* Add simple test for p2pk script * Add p2pk transaction addresses indexing Addresses from p2pk transaction are now indexed by transations pubkeys hashes. Even if it isn't strict behavior and the p2pk are rare and obsolete, it is transaction that should be able to be looked up.
-
2892f2c9c1
tests: adds rpc tests for address, spent and timestamp indexes
Tests the functionality of the indexes as well as the rpc commands
-
tests: adds unit test for IsPayToPublicKeyHash method 9356c8f355
-
tests: adds unit test for IsPayToPublicKey method 3c6b8ef340
-
fbebaea63e
Merge #12495: Increase LevelDB max_open_files
ccedbaf Increase LevelDB max_open_files unless on 32-bit Unix. (Evan Klitzke) Pull request description: Currently we set `max_open_files = 64` on all architectures due to concerns about file descriptor exhaustion. This is extremely expensive due to how LevelDB is designed. When a LevelDB file handle is opened, a bloom filter and block index are decoded, and some CRCs are checked. Bloom filters and block indexes in open table handles can be checked purely in memory. This means that when doing a key lookup, if a given table file may contain a given key, all of the lookup operations can happen completely in RAM until the block itself is fetched. In the common case fetching the block is one disk seek, because the block index stores its physical offset. This is the ideal case, and what we want to happen as often as possible. If a table file handle is not open in the table cache, then in addition to the regular system calls to open the file, the block index and bloom filter need to be decoded before they can be checked. This is expensive and is something we want to avoid. The current setting of 64 file handles means that on a synced node, only about 4% of key lookups can be satisifed by table file handles that are actually open and in memory. The original concerns about file descriptor exhaustion are unwarranted on most systems because: * On 64-bit POSIX hosts LevelDB will open up to 1000 file descriptors using `mmap()`, and it does not retain an open file descriptor for such files. * On Windows non-socket files do not interfere with the main network `select()` loop, so the same fd exhaustion issues do not apply there. This change keeps the default `max_open_files` value (which is 1000) on all systems except 32-bit POSIX hosts (which do not use `mmap()`). Open file handles use about 20 KB of memory (for the block index), so the extra file handles do not cause much memory overhead. At most 1000 will be open, and a fully synced node right now has about 1500 such files. Profile of `loadblk` thread before changes: https://monad.io/maxopenfiles-master.svg Profile of `loadblk` thread after changes: https://monad.io/maxopenfiles-increase.svg Tree-SHA512: de54f77d57e9f8999eaf8d12592aab5b02f5877be8fa727a1f42cf02da2693ce25846445eb19eb138ce4e5045d1c65e14054df72faf3ff32c7655c9cfadd27a9
-
Start transfer asset GUI 1c3110645f
-
Modification to the rereserved raven/ravencoin names, modified tests to match c89d38e30a
-
Fixing Boost library link error when building with --enable-debug flag is specified on OSX f93bcd4348
-
Transfer GUI works. Fix bug with reindex and assets bc2bae68c1
-
Merge Develop 9831d9dbea
-
Remove commented out code 11955b2cdc
-
990d7f5adc
Merge pull request #133 from RavenProject/reissue_change_rpc
Add change address to reissue rpc call and Start transfer GUI
-
69bc549007
Merge pull request #135 from RavenProject/mney-change-reserved-raven-names
MNEY - change reserved raven names
-
80f4bd586b
Merge pull request #136 from RavenProject/mney-fix-OSX-debug-build
Fixing Boost library link error when building with --enable-debug fla…
-
Change useragent 7626c4c518
-
Update version to reflect new scheme major.minor.build 70f73fd2a9
-
Update year 32f316f755
-
af50a706fc
Merge pull request #131 from underdarkskies/insight-final
Insight final - tested on merge with develop branch.
-
Disable or remove assets from GUI unless is it Active 6e972c9ac2
-
Update block version once assets go active 7637a94132
-
fbd2197407
QT: show asset transactions on overview and transaction tabs (#139)
* Showing asset transactions on overview and transaction tabs.
-
Merge Develop e1526c88e7
-
e465c6ec82
Merge pull request #140 from RavenProject/update_asset_gui
Remove assets info from gui until assets are active
-
ef85d429f0
Reserving RVNX asset scripts by treating them as standard no-ops (#142)
* Treating RVNX asset scripts as standard (do nothing) scripts for future compatibility. * Overloaded IsAssetNameValid() returns an asset type; restricting current opertions to ROOT type assets. * Fixed a typo and a test case.
-
5df542987a
Merge pull request #137 from RavenProject/tron-modify-useragent
Tron modify useragent
-
61d4b38676
Merge pull request #141 from RavenProject/update_block_version
Update block version once assets go active
-
add metadata spec 76fd6fa47b
-
fd0bd1b651
Merge pull request #143 from RavenProject/tron-metadata
add metadata spec
-
Update Protocol Version 85c4cf2e1e
-
Asset data to overview page 146de0bf21
-
c69cd026d7
Merge pull request #144 from RavenProject/add_asset_status
Asset data to overview page
-
QT: Dynamically showing asset transaction related GUI elements when assets are activated. (#145) d6c49ed373
-
710cc7b758
GetMyAssetBalances() no longer returns zero balances. (#148)
(even if zero balance is still cached)
-
Fixes bug in decodescript for owner outputs. (#147) 79f2f2b333
-
9da1a705c3
Merge pull request #146 from RavenProject/protocol_bumb_70016
Update Protocol Version
-
Fix Database Corruption Error 34f6e4382b
-
98f37ea567
Merge pull request #149 from RavenProject/fix_db_corruption
Fix Database Corruption Error
-
Update asset display info when a new block comes in 94e4ad2504
-
Revert blockundo change. Use seperate database for asset undo data bdc75a26cc
-
a981186463
Merge pull request #150 from RavenProject/asset_display_info
Update asset display info when a new block comes in
-
8a76ee3b5f
Merge pull request #152 from RavenProject/asset_undo_data
Revert blockundo change. Use seperate database for asset undo data
-
Fix create asset check availability bug 7051ce6f6e
-
Remove send asset dialog qt connect display unit 043593f5b6
-
Asset tab hover text bee2712ef0
-
Update asset tab text 2146082c3e
-
Fix some metadata, and add a new field. c7ad3eb475
-
601c5cdcd2
Merge pull request #153 from RavenProject/gui_check_availability
Fix create asset check availability bug
-
Fix undo transfer bug, Fix transfer adding more than needed inputs 426cc0b7ba
-
7a1a0864cd
Merge pull request #155 from RavenProject/blondfrogs_trasnfer_asset_bug
Fix undo transfer bug, Fix transfer adding more than needed inputs
-
Attempting to find boost interruption_point() in windows build. afaa561fc0
-
Removes some unused imports. 7d7f16b4f2
-
Update send dialogs, for create, reissue, and transfer assets 61c0f58db9
-
a942cfede3
Merge pull request #156 from RavenProject/cfox-windows-fix
Fixes windows build problems
-
74079801de
repair depends system (#154)
* repair depends system this fixes the incorrectly named files in the depends build process, as well as updates the QT repo location so that depends build are sucessful * Merge #13177: GCC-7 and glibc-2.27 back compat code 253f5929097548fb10ef995002dedbb8dadb6a0d Add stdin, stdout, stderr to ignored export list (Chun Kuan Lee) fc6a9f2ab18ca8466d65d14c263c4f78f9ccebbf Use IN6ADDR_ANY_INIT instead of in6addr_any (Cory Fields) 908c1d7745f0ed117b0374fcc8486f83bf743bfc GCC-7 and glibc-2.27 compat code (Chun Kuan Lee) Pull request description: The `__divmoddi4` code was modified from https://github.com/gcc-mirror/gcc/blob/master/libgcc/libgcc2.c . I manually find the older glibc version of log2f by objdump, use `.symver` to specify the certain version. Tree-SHA512: e8d875652003618c73e019ccc420e7a25d46f4eaff1c7a1a6bfc1770b3b46f074b368b2cb14df541b5ab124cca41dede4e28fe863a670589b834ef6b8713f9c4
-
6e600db09d
Merge pull request #157 from RavenProject/update_qt_asset_dialogs
Update send dialogs, for create, reissue, and transfer assets
-
5455db7b1f
Functional test for issue, reissue and transfer of assets via raw transactions. (#151)
* Verifies that scriptSig tampering voids transfer. * Verifies that asset script tampering voids transfer.
-
Changed name/symbol example to Bitcoin | BTC f21ae78568
-
1cd8682225
Merge pull request #158 from mcmurrak/patch-1
Changed name/symbol example to Bitcoin/BTC
-
Remove a term of art (#160) d002dbe77e
-
Fix ability to be able to send assets to same address they are being spent from d87a819609
-
048908feed
Merge pull request #162 from RavenProject/fix_db_change_address_bug
Fix ability to be able to send assets to same address they are being …
-
Able to parse 21 billion (max asset qty). (#163) 26241b26b2
-
eb754b3299
fix depends environment
rename from bitcoin-> raven -cleanup a type in Makefile
-
a899f597c7
reAdd gen.cpp
gen.cpp is required for `make dist`
-
dc2bcb2c17
renaming and fixes
rename bitcoin->raven -and- ensure md_helper.c gets included in `make dist` builds
-
1cc1165beb
finalize macdeploy changes
updated macdeployqtplus to python3 fix backgroundImageAlias bytelength (7 chars require)
-
Moving to DGW when RIP-2 is activated. (#161) 00ffd2b9c1
-
Fix Splash Screen Logo positioning and aliasing (#166) 32eeb90306
-
Add regtest mining shortcut to assets tab 9e4e3c3e41
-
838cb090ee
Merge pull request #167 from RavenProject/debug_mining_shortcut
Add regtest mining shortcut to assets tab
-
QT: revised asset in/out tx icons. 7270cfe4a9
-
42d247fbec
Merge pull request #168 from RavenProject/cfox-asset-tx-icons
QT: revised asset in/out tx icons.
-
416aa009ca
Merge pull request #164 from underdarkskies/macosx-buildfix
enable MacOS crosscompile builds from ubuntu18
-
Doc updates. (#170) 1f68d730cb
-
QT: revised asset in/out tx icons. (#171) 5e08051ce0
-
Add -fPIC as default on Linux builds to avoid build errors. Add additional NONCE for miner tests. 6b783934cd
-
4ac2565704
Merge pull request #183 from RavenProject/mney--set_fPIC_Linux--nonce_4_miner_tests
Add -fPIC as default on Linux builds fixing build errors. Add NONCE to miner_tests
-
add $ to end of regex for better compatability edd0d3773a
- spyder46n2 closed this on Aug 6, 2018
- fanquake locked this on Aug 6, 2018
- blondfrogs deleted the branch on Aug 17, 2018
Contributors