kkurokawa
b51444fd5c
Re-enable dust threshold checks
2016-08-07 18:58:14 -04:00
Jack Robison
774246d16f
Merge pull request #15 from jimmykiselak/claimid_rpc_updates
...
Claimid rpc updates
2016-08-06 21:25:33 -04:00
Job Evers‐Meltzer
3e26b5f342
Merge pull request #31 from lbryio/build-windows
...
add windows build to travis
2016-08-03 14:58:25 -05:00
James Kiselak
93eb2e3c47
Merge pull request #1 from kaykurokawa/claimid_rpc_updates_fix
...
patch for https://github.com/lbryio/lbrycrd/pull/15
2016-08-01 21:47:25 -04:00
kkurokawa
ec3801f07a
fixing listclaimnames not showing supports, updating help messages for rpc commands
2016-08-01 21:31:20 -04:00
Job Evers
2df151e325
add windows build to travis
...
Compiles lbrycrdd using mingw to produce a windows executable
2016-07-29 15:12:46 -05:00
Jeremy Kauffman
c3e9266494
Merge pull request #30 from kaykurokawa/update_rpc_getvalueforname
...
adding effective amount to rpc command getvalueforname
2016-07-29 09:31:24 -04:00
kkurokawa
526b1866ee
adding effective amount to rpc command getvalueforname
2016-07-28 18:14:14 -04:00
Jeremy Kauffman
d0214d14c5
Merge pull request #14 from jimmykiselak/bogus_claimid_tests
...
Bogus claimid tests
2016-07-27 18:35:31 -04:00
Alex Grin
a5dc212ef5
Merge pull request #24 from tpruvot/rpc
...
rpc: add claimtrie field in getblocktemplate
2016-07-25 12:30:18 -04:00
Tanguy Pruvot
ce7f414962
rpc: add claimtrie field in getblocktemplate
...
getblocktemplate is supposed to output all required mining infos
2016-07-21 22:01:47 +02:00
Jeremy Kauffman
874948ec59
Merge pull request #23 from kaykurokawa/max_name_length_fix
...
Limits name length of claimtrie transactions to 255 bytes
2016-07-21 15:25:40 -04:00
kkurokawa
ad7304e321
Limits name length of claimtrie transactions to 255 bytes
2016-07-21 14:58:49 -04:00
Jimmy Kiselak
a186aaa073
put useful documentation, also report the last takeover height
2016-07-18 23:29:41 -04:00
Jimmy Kiselak
80bb42c912
make getclaimsforname show useful info and group together supports
2016-07-18 22:37:30 -04:00
Job Evers‐Meltzer
cf2d87a3ba
Merge pull request #19 from lbryio/better-log
...
Better logging on travis builds
2016-07-15 22:09:46 -05:00
Job Evers-Meltzer
5fb9f4cba6
misc fixes
2016-07-15 20:59:20 -05:00
Job Evers-Meltzer
3495c9a5b4
output log file when lbrycrd build fails
2016-07-15 19:13:53 -05:00
Job Evers-Meltzer
134a1f48f9
only brew if not already installed
...
Sometimes brew only warns, but other times it errors
if you're installing something that is already installed, so
lets be safe and only brew if its not already installed
2016-07-15 16:12:16 -05:00
Job Evers‐Meltzer
62c1bcb345
Merge pull request #18 from lbryio/osx-release
...
release the OSX binaries on tag too
2016-07-15 15:44:21 -05:00
Job Evers-Meltzer
297fc02c4e
release the OSX binaries on tag too
2016-07-15 15:15:09 -05:00
Jimmy Kiselak
e713501a5d
start making getclaimsforname rpc command
2016-07-14 23:11:31 -04:00
Job Evers‐Meltzer
783f5fd7cd
Merge pull request #17 from lbryio/build-osx-squash
...
Add osx build to travis
2016-07-14 11:42:08 -05:00
Job Evers-Meltzer
fa2b8b6eff
download dependencies from lbrycrd-dependencies repo
2016-07-14 11:41:21 -05:00
Job Evers-Meltzer
5b113e524c
Add osx build to travis
...
This is a large commit. Travis has some limitations that
the OSX build runs into so a few things needed to change:
- travis has a 4mb log limit
- log stdout/stderr to log files
- cat relevant log file if there is a build issue
- travis will kill the job if it is silent for ten minutes
- echo messages every minute
- travis has a 50 minute job limit
- add caching for dependencies
- proactively abort a build after 45 minutes to ensure the
cache will be populated
Caching creates its own set of problems so the ability to clear the
dependency folder was added and each dependency will delete its folder
if something goes wrong during the build of that dependency. This
prevents future runs from thinking a dependency has been cached when
it actually hasn't.
The build files for OSX and linux were unified into one script.
2016-07-14 11:41:21 -05:00
Job Evers‐Meltzer
786e9e13c3
Merge pull request #11 from lbryio/add-linux-release
...
zip binaries and deploy to github
2016-07-12 14:38:56 -05:00
Job Evers
d3e84c51b7
zip linux binaries and deploy to github
2016-07-12 14:35:10 -05:00
Jimmy Kiselak
0551e881f5
fix supports and fix printing of claimid and value for updates
2016-07-11 23:37:17 -04:00
Job Evers‐Meltzer
b4437941a3
Merge pull request #13 from jimmykiselak/master
...
make regtest generate blocks faster so that tests run in a reasonable amount of time
2016-07-11 12:27:58 -05:00
Job Evers-Meltzer
e48c63ae51
temporarily create and cache a release directory
...
I need to debug a deployment issue and that is a pain
when the build takes 40 minutes. Caching the final result
so that I can quickly try deploying.
Will undo this change when the deployment issue is resolved.
2016-07-11 10:51:48 -05:00
Jimmy Kiselak
31008a84b2
begin updating wallet rpc to use claimids
2016-07-11 00:08:01 -04:00
Jimmy Kiselak
b6e686538f
add tests that verify updates with bogus claimids never make it into the trie
2016-07-11 00:07:04 -04:00
Jimmy Kiselak
40735d9e8f
make regtest generate blocks faster so that tests run in a reasonable amount of time
2016-07-10 22:25:24 -04:00
Jeremy Kauffman
d4f0689bd7
Merge pull request #12 from lbryio/get-hashes-per-sec
...
Resurrect gethashespersec
2016-07-08 16:42:58 -04:00
jonaswhidden
bea0d27432
Resurrect gethashespersec
2016-07-08 02:57:29 -05:00
Jack Robison
5099979bb8
Merge pull request #9 from kaykurokawa/master
...
Updating chainparams, adding checkpoint at block 4000 to mainnet, fix…
2016-07-01 20:31:07 -04:00
Jack Robison
91ec2b7bbc
Merge pull request #8 from lbryio/build-on-travis
...
Run reproducible build script on Travis
2016-07-01 20:28:50 -04:00
kkurokawa
88c28a7fd6
Updating chainparams, adding checkpoint at block 4000 to mainnet, fixing broken tests
2016-07-01 15:06:28 -04:00
Job Evers
981b8e5947
Modify reproducible build script
...
- fixes type on last line
- works on a fresh ubuntu docker container
- will hopefully work on travis too
2016-07-01 01:02:29 -05:00
Jack Robison
fb4f703712
use master branch
2016-06-29 17:08:26 -04:00
Jack
c68dd16f23
Merge remote-tracking branch 'origin/master'
2016-06-29 17:02:09 -04:00
Jack
aacc766bf6
update lbrycrd master to real blockchain
2016-06-29 16:58:14 -04:00
Jack
da53f17a28
t push origin masterMerge branch 'real2'
...
update lbrycrd master to real blockchain
2016-06-29 16:47:16 -04:00
Jack
40dfbfd0f4
Merge branch 'master' into real2
2016-06-29 16:46:40 -04:00
Jack
546edc04db
os x build script
2016-06-22 15:08:45 -04:00
Jack
4d4e693788
merge realnewpow2
2016-06-22 10:04:22 -04:00
kkurokawa
131006b10d
Switching to digishield difficulty retargeting algorithm
...
merge from kaykurokawa/lbrycrd
2016-06-20 17:34:02 -04:00
Jimmy Kiselak
e0a08c220d
Merge branch 'withjackscommits' into real2
2016-06-18 15:28:27 -04:00
Jimmy Kiselak
7e3d0d9f8f
Merge branch 'withjackscommits' into realnewpow2
2016-06-18 09:21:29 -04:00
Jack
ed381288f1
register mining commands
2016-06-18 09:20:26 -04:00