Skip to content

Commit

Permalink
Merge pull request #92 from lbryio/metadata_columns
Browse files Browse the repository at this point in the history
Added claim to e2e testing with regtest
  • Loading branch information
tiger5226 authored Feb 6, 2019
2 parents 4374efe + 6c310a5 commit eaebb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func StartE2ETesting() {
go daemon.DoYourThing()
logrus.Info("Started E2E tests")
logrus.Info(lbrycrd.ClaimName("chainquery", "636861696e717565727920697320617765736f6d6521", 0.01))
logrus.Info(lbrycrd.ClaimName("example010", "080110011adc010801129401080410011a0d57686174206973204c4252593f223057686174206973204c4252593f20416e20696e74726f64756374696f6e207769746820416c6578205461626172726f6b2a0c53616d75656c20427279616e32084c42525920496e6338004a2f68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f66696c65732e6c6272792e696f2f6c6f676f2e706e6752005a001a41080110011a30d5169241150022f996fa7cd6a9a1c421937276a3275eb912790bd07ba7aec1fac5fd45431d226b8fb402691e79aeb24b2209766964656f2f6d7034", 0.01))
logrus.Info(lbrycrd.GenerateBlocks(1))
time.Sleep(10 * time.Second)
daemon.ShutdownDaemon()
Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd test
echo 'lbrycrdurl="rpc://lbry:lbry@localhost:11337"' > chainqueryconfig.toml
echo 'mysqldsn="lbry:lbry@tcp(localhost:3306)/chainquery_e2e_test"' >> chainqueryconfig.toml
docker pull tiger5226/regtest
curl https://raw.githubusercontent.com/lbryio/lbry-docker/regtest/lbrycrd/regtest/docker-compose.yml > docker-compose.yml
curl https://raw.githubusercontent.com/lbryio/lbry-docker/master/lbrycrd/regtest/docker-compose.yml > docker-compose.yml
docker-compose up -d lbrycrd
docker ps
sleep 2
Expand Down

0 comments on commit eaebb5f

Please sign in to comment.