07:51:59 From J Leon Y : hello everyone, lengh:3 and peers: 34 is everyone else getting the same? 07:53:07 From Kelly Foster : I have peers 31. And a casper error preventing show-blocks from working. 07:53:47 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/513179732/20180814+RNode+community+testing 07:54:06 From Will Qiu : I have only 21 peers 07:55:55 From Will Qiu : The peer number is growing slowly 08:00:46 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/513179732/20180814+RNode+community+testing 08:01:27 From Navneet Suman : Hello Everyone! 08:02:20 From Will Qiu : I have only 25 peers 08:02:23 From J Leon Y : i just grep Peers from my docker logs 08:02:24 From Will Qiu : Hello 08:02:25 From Jake : rode —diagnostics | less 08:02:44 From Steven Bezzio : rnode —diagnostics | less 08:02:52 From Jake : gaiacli status 08:03:34 From pgrzesik : hey everyone 08:03:35 From Raymond Fu : I just downloaded docker image rchain/rnode:dev. What is the command to start it? 08:04:08 From pan : I got 27 peers and 3 blocks 08:05:00 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/513179732/20180814+RNode+community+testing 08:05:22 From pan : ....It's night here.. 08:07:19 From Kelly Foster : Raymond, commands are shown in the RNodeUser Guide: https://rchain.atlassian.net/wiki/spaces/CORE/pages/428376065/User+guide+for+running+RNode 08:08:03 From Jacob Gadikian - Drone Energy : ``` 08:08:04 From Jacob Gadikian - Drone Energy : faddat@validatron:~$ rnode --diagnostics [rchain] Error: Unknown option 'diagnostics' 08:08:06 From Jacob Gadikian - Drone Energy : ``` 08:08:23 From Kelly Foster : https://rchain.atlassian.net/browse/CORE-999 08:08:28 From andy liu : can u try remove .rnode/ 08:08:32 From andy liu : it worked for me last time 08:08:35 From andy liu : and restart 08:08:50 From Medha Parlikar : rm -r .rnode 08:10:27 From Will Qiu : It takes so long to get the peers 08:10:39 From Will Qiu : It takes about 15-20mins 08:11:03 From pan : got a error 08:11:04 From pan : io.grpc.StatusRuntimeException: CANCELLED: call already cancelled at io.grpc.Status.asRuntimeException(Status.java:517) at io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl.onNext(ServerCalls.java:335) at scalapb.grpc.Grpc$.completeObserver(Grpc.scala:21) at coop.rchain.comm.protocol.routing.TransportLayerGrpc$$anon$1.$anonfun$invoke$1(TransportLayerGrpc.scala:55) at coop.rchain.comm.protocol.routing.TransportLayerGrpc$$anon$1.$anonfun$invoke$1$adapted(TransportLayerGrpc.scala:55) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 08:11:32 From pgrzesik : Deploy and propse ended successful for me 08:11:45 From Jacob Bassiri : Yeah I got the block too 08:12:04 From Jacob Bassiri : I see a lot of "Failed to send a message to peer rnode://3305730e522ce3b8927fdc8ffc0367774ee1a8f8@209.90.98.90:40400: The service is currently unavailable 10:05:41.633 [grpc-default-executor-2] WARN c.r.comm.transport.TcpTransportLayer - Failed to send a message to peer rnode........." 08:12:18 From Steven Bezzio : I'm getting some error in starting up. Unable to handle packet Packet 08:12:24 From Will Qiu : I have deployed one contract 08:12:32 From Steven Bezzio : 14:11:25.000 [grpc-default-executor-1] ERROR c.rchain.p2p.effects.PacketHandler$ - Unable to handle packet Packet(ApprovedBlock,) 08:12:33 From Will Qiu : and propose. It succeed 08:12:36 From sethbailey : Response: Failure! Invalid block: Some(InvalidUnslashableBlock) 08:12:58 From Kelly Foster : Link to filled bug dashboard https://rchain.atlassian.net/secure/Dashboard.jspa?selectPageId=10104 08:13:16 From Raymond Fu : Do I need to see my name in the validator list in order to participate or can I just use any public/private key pairs? 08:14:34 From pgrzesik : I got and error on propose I think 08:14:35 From pgrzesik : root@ubuntu-s-1vcpu-2gb-nyc1-01:/opt/docker# bin/rnode deploy --from "0x1" --phlo-limit 0 --phlo-price 0 --nonce 0 examples/tut-hello.rho && bin/rnode propose 14:13:47.145 [main] INFO c.r.n.configuration.Configuration$ - Starting with profile default Response: Success! 14:13:51.307 [main] INFO c.r.n.configuration.Configuration$ - Starting with profile default Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: Left(scala.MatchError: Left((Deploy(Some(Par(Vector(),Vector(),Vector(New(3,Par(Vector(Send(Channel(ChanVar(Var(BoundVar(2)))),Vector(Par(Vector(),Vector(),Vector(),Vector(Expr(GString(Joe))),Vector(),Vector(),Vector(),Vector(),AlwaysEqual(BitSet()),false)),false,AlwaysEqual(BitSet(2)),false)),Vector(Receive(Vector(ReceiveBind(Vector(Channel(Quote(Par(Vector(),Vector(),Vector(),Vector(Expr(EVarBody(EVar(Var(FreeVar(0)))))),Vector(),Vector(),Vector(),Vector(),AlwaysEqual(BitSet()),true)))),Channel(ChanVar(Var(BoundVar(2)))),None,1)),Par(Vector(),Vector(),Vector(New(1,Par(Vector(Send(C 08:15:03 From Glen Braun : (of class scala.util.Left) at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202) 08:15:18 From Karen Moskowitz : my exception upon proposing: Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: Left(scala.MatchError: Left((Deploy(Some(Par(Vector(),Vector(),Vector(New(3,Par(Vector(Send(Channel(ChanVar(Var 08:16:02 From Steven Bezzio : Hey so fun fact @Medha, I was receiving that aerror only while connected to the wrong bootstrap. Now that I'm connected to the right one, It's kind of trying 08:16:47 From Jacob Gadikian - Drone Energy : tee hee hee….. 08:16:49 From Jacob Gadikian - Drone Energy : for i in {1..100}; do rnode deploy --from "0x1" --phlo-limit 0 --phlo-price 0 --nonce 0 ticTacToe.rho; done 08:16:53 From Steven Bezzio : I'm getting a million failed to send messages saying failed to send but I have 11 peers 08:17:01 From Steven Bezzio : oooh 14 now, it's increasing 08:17:17 From Kelly Foster : Steven, those are to nodes that are likely no longer available. Normal. 08:17:33 From Kelly Foster : Seeing 46 peers 08:17:55 From Will Qiu : ,1534255869792,,,0x1,0,0,0)))),Some(PCost(991,13)))))) (of class scala.util.Left)) (of class scala.util.Left) at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:101) at coop.rchain.casper.protocol.DeployServiceGrpc$DeployServiceBlockingStub.createBlock(DeployServiceGrpc.scala:109) at coop.rchain.casper.util.comm.GrpcDeployService.$anonfun$createBlock$1(DeployService.scala:39) at monix.eval.internal.TaskRunLoop$.startFuture(TaskRunLoop.scala:319) at monix.eval.Task.runAsync(Task.scala:506) at coop.rchain.catscontrib.TaskContrib$TaskOps.unsafeRunSync(taskOps.scala:13) at coop.rchain.node.Main$.main(Main.scala:41) at coop.rchain.node.Main.main(Main.scala) 08:17:56 From Raymond Fu : I just requested to become a validator yesterday. I don’t see my name in the google doc. Does that mean I won’t be able to connect for this testing this morning? 08:18:16 From Jacob Gadikian - Drone Energy : Raymond, you should be able to connect for testing no problem. 08:18:19 From Jacob Gadikian - Drone Energy : What step are you at? 08:18:38 From Raymond Fu : docker run -u root -dit --network fthis --name node.test -v /tmp/bonds.txt:/var/lib/rnode/validators/bonds.txt -v /tmp/2:/var/lib/rnode rchain/rnode:latest run --validator-private-key 07079abafe8e84ce1c6de0ad7199f9e8d09d40c22b5821dde854f58c15145f9b -b rnode://e794817f871b68c344c823e2b2934686647b1c06@172.23.0.2:30304 d54884245f2a8ccb43441e7b729a5e371750ede3384c75deb03f71da593e868c docker: Error response from daemon: network fthis not found. 08:18:40 From Kelly Foster : Raymond, you add your name to the validator key list when you select your key. 08:18:51 From Raymond Fu : I used the command on the top of that google sheet. 08:19:11 From Kelly Foster : Raymond, Link to google sheet please? 08:19:25 From Raymond Fu : I see what I’m missing.. 08:19:28 From Steven Bezzio : https://docs.google.com/spreadsheets/d/18merD3OzaDk7nmxQ78SUZBzWLbxA-aOnmcdxpXrp_U0/edit#gid=0 08:19:45 From Lyon Kwek : you can select a key that is not in used and add your name there 08:20:12 From Raymond Fu : Kelly it’s the one you send out just now. I know what I did wrong now. 08:20:22 From Kelly Foster : Thanks. Updating the google doc. Those commands are no longer useful for the current state of RNode. 08:20:40 From J Leon Y : deploy ok, but propose has errors 08:20:58 From J Leon Y : deploy the examples/tut-hello.rho 08:21:02 From Will Qiu : I have a error when I propose too 08:21:27 From Will Qiu : 1534255870140,,,0x1,0,0,0)))),Some(PCost(1155,33)))))) (of class scala.util.Left)) (of class scala.util.Left) at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:101) at coop.rchain.casper.protocol.DeployServiceGrpc$DeployServiceBlockingStub.createBlock(DeployServiceGrpc.scala:109) at coop.rchain.casper.util.comm.GrpcDeployService.$anonfun$createBlock$1(DeployService.scala:39) at monix.eval.internal.TaskRunLoop$.startFuture(TaskRunLoop.scala:319) at monix.eval.Task.runAsync(Task.scala:506) at coop.rchain.catscontrib.TaskContrib$TaskOps.unsafeRunSync(taskOps.scala:13) at coop.rchain.node.Main$.main(Main.scala:41) at coop.rchain.node.Main.main(Main.scala) 08:21:43 From Will Qiu : Does that help? 08:22:27 From Michael Birch : Yes, thanks Will 08:22:45 From Mike Monohan : Thanks, glad to be here! 08:22:54 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/513179732/20180814+RNode+community+testing 08:24:12 From Vadim : Can you please point me to the rnode API documentation 08:24:37 From Steven Bezzio : Response: Success! Block 96082adb14... created and added. 08:25:00 From Karen Moskowitz : restarted node and was able to propose block 08:25:15 From Karen Moskowitz : Block acaa519b6e 08:25:17 From sethbailey : 07:24:54.630 [grpc-default-executor-28] WARN coop.rchain.casper.Validate$ - CASPER: Ignoring block 4df029895d... because block creator 9e255bab34... has 0 weight. 08:25:41 From sethbailey : Is that worth filing a bug? 08:25:59 From Raymond Fu : There used to be some instructions on the “Node Test Session Information” Google sheet. Now it’s gone. Can someone put it back. It’s got the docker command and something about the bonds.txt file. 08:26:06 From Jacob Gadikian - Drone Energy : I wonder if I am block creator 9e255bab34 08:26:07 From Michael Birch : @seth no. It just means someone used a validator id that is not in the google sheet 08:26:11 From Medha Parlikar : 96082adb14... 08:26:11 From Jacob Gadikian - Drone Energy : I am spamming the chain currently. 08:26:12 From Steven Bezzio : @Kelly I'm only at 22 peers, is it just a bit slow catching up? 08:26:15 From Karen Moskowitz : Block acaa519b6e 08:26:21 From sethbailey : Thank you 08:26:23 From Jacob Gadikian - Drone Energy : I’m on my second batch of 100 deploys of tic-tac-toe 08:26:46 From Will Qiu : https://rchain.atlassian.net/browse/CORE-1000 08:26:53 From Will Qiu : I have fired a bug 08:27:12 From Medha Parlikar : Will! you get a prize! hahaha - Ticket #1000! 08:27:13 From Kelly Foster : Instructions to file: https://rchain.atlassian.net/wiki/spaces/CORE/pages/496697351/Filing+a+bug 08:27:20 From Will Qiu : Yeah!!Haha 08:27:26 From Steven Bezzio : Medha for block 96082adb14 who should be considered the creator? 08:27:47 From pgrzesik : Did anyone experience this error on propose: 08:27:48 From pgrzesik : 14:27:23.675 [main] INFO c.r.n.configuration.Configuration$ - Starting with profile default Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: HTTP/2 error code: PROTOCOL_ERROR Received Rst Stream at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:101) at coop.rchain.casper.protocol.DeployServiceGrpc$DeployServiceBlockingStub.createBlock(DeployServiceGrpc.scala:109) at coop.rchain.casper.util.comm.GrpcDeployService.$anonfun$createBlock$1(DeployService.scala:39) at monix.eval.internal.TaskRunLoop$.startFuture(TaskRunLoop.scala:319) at monix.eval.Task.runAsync(Task.scala:506) at coop.rchain.catscontrib.TaskContrib$TaskOps.unsafeRunSync(taskOps.scala:13) at coop.rchain.node.Main$.main(Main.scala:41) at coop.rchain.node.Main.main(Main.scala) 08:27:50 From Michael Birch : @Will what version of the node are you running? 08:28:05 From Michael Birch : Could you paste the commit hash from the start of your logs? 08:28:24 From Karen Moskowitz : showing 7 blocks too 08:28:43 From kimberlykeller : I’m showing 8 blocks 08:28:56 From Will Qiu : Wait for a minute 08:29:06 From J Leon Y : im still seeing 3 only 08:29:14 From Medha Parlikar : kimberly - did you see the untraced event 08:29:24 From J Leon Y : im seeing 3 blokcs only 08:29:29 From Medha Parlikar : J Leon - did you see an untraced event? 08:29:31 From Vadim : Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: HTTP/2 error code: PROTOCOL_ERRO 08:29:33 From pan : I got 8 blocks 08:29:51 From Jacob Gadikian - Drone Energy : Didn’t know that a deploy had to be followed up with a propose. 08:29:58 From Steven Bezzio : I see 6 blocks 08:29:59 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/496697351/Filing+a+bug 08:30:05 From Jacob Gadikian - Drone Energy : Anyway, some serious spam is headed the chain’s way.... 08:30:16 From Jacob Gadikian - Drone Energy : And if I wanted to spam harder would it be more like: 08:30:28 From Will Qiu : @Michael [main] INFO coop.rchain.node.NodeRuntime - RChain Node 0.5.3 (779c4963e7ae16dea4d247cdc0023616202d7ac3) 08:30:31 From Jacob Gadikian - Drone Energy : well, never mind, I think I know how to spam harder. BTW, is spamming encouraged? 08:30:39 From Medha Parlikar : :) 08:30:44 From Medha Parlikar : spam is encouraged. 08:31:17 From kimberlykeller : I don’t think so Medha, this is the first time I’ve run a node, but I don’t see the untraced event 08:31:37 From Michael Birch : Thanks @Will 08:31:52 From Sasha : morning, still hitting CORE-960. i’m on latest dev/dev bootstrap. have tried the following: Rebooting Uninstalling rnode (systemctl stop rnode && apt remove rnode && rm -rf /var/lib/rnode/rspace) Removing the rspace path (rm -rf ~/.rnode/rspace) Rebooting after uninstallation and deleting paths Reinstalling. even creating a new AWS instance and repeating all of the above 08:31:55 From Jacob Gadikian - Drone Energy : Propose is fairly slow. When I spam next, it will not be: 08:31:59 From Medha Parlikar : Fork choice: 97386d9c01... 08:32:07 From Jacob Gadikian - Drone Energy : tic-tac-toe x200 then propose 08:32:17 From Jacob Gadikian - Drone Energy : it’ll be tic tac toe then propose x200 08:32:18 From xuqzab : rchain-clean-mumbai:/usr/bin$ ./rnode propose 14:30:35.572 [main] INFO c.r.n.configuration.Configuration$ - Starting with profile default Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: HTTP/2 error code: PROTOCOL_ERROR Received Rst Stream at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:101) at coop.rchain.casper.protocol.DeployServiceGrpc$DeployServiceBlockingStub.createBlock(DeployServiceGrpc. scala:109) at coop.rchain.casper.util.comm.GrpcDeployService.$anonfun$createBlock$1(DeployService.scala:39) at monix.eval.internal.TaskRunLoop$.startFuture(TaskRunLoop.scala:319) at monix.eval.Task.runAsync(Task.scala:506) at coop.rchain.catscontrib.TaskContrib$TaskOps.unsafeRunSync(taskOps.scala:13) at coop.rchain.node.Main$.main(Main.scala:41) at coop.rchain.node.Ma 08:32:56 From pgrzesik : ^ this is the one I'm getting as well 08:33:25 From Steven Bezzio : 14:32:39.701 [repl-io-81] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received request for block 97386d9c01... from rnode://8cae4d9fddca84494015825986d71d45d1965797@142.93.10.165:40400. Response sent. @{"Philosopher 2 Utensils: "} @{"knife"} @{", "} @{"spoon"} @{" "} @{"Philosopher 1 Utensils: "} @{"knife"} @{", "} @{"spoon"} @{" "} 08:33:28 From Steven Bezzio : I'm seeing a bunch of those 08:35:44 From sethbailey : It’s me I deployed it about 10 times 08:36:09 From Will Qiu : How can I see the fork choice? 08:36:14 From J Leon Y : Same here Steven 08:36:56 From Mike Monohan : didn't tic tac toe kill the NORAD WOPR in War Games? 08:37:52 From Paolo DOnorio De Meo : I connected 08:38:03 From Karen Moskowitz : Still showing 7 blocks, should I be showing more now? 08:38:17 From perbergman : So I did: rnode deploy --from "0x1" --phlo-limit 0 --phlo-price 0 --nonce 0 ./hello.rho 08:38:27 From perbergman : and rnode propose 08:38:28 From sethbailey : I have 13 08:38:44 From Will Qiu : I have 8 blocks 08:38:46 From perbergman : And got: ‘Response: Success! Block 2aa4bdd302... created and added.” 08:39:18 From Paolo DOnorio De Meo : Ive just deployed/propose 08:39:33 From Kelly Foster : Well done, perbergman! 08:40:03 From perbergman : show-blocks shows 16 blocks now 08:40:13 From J Leon Y : mine stuck with length: 3 08:40:23 From Paolo DOnorio De Meo : I have 18 blocks 08:40:34 From J Leon Y : and deploy ok but propose failed. I shall restart my container 08:40:37 From Will Qiu : Still 8 blocks 08:40:44 From Steven Bezzio : Jake, I think your spam is hitting my terminal now. 08:40:45 From Steven Bezzio : ow 08:40:49 From |▌゛Go : i only have 4 08:42:27 From |▌゛Go : 这老外笑声真恐怖 08:42:46 From Steven Bezzio : 14:42:06.174 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block b5c4f3a0e8... again. 14:42:06.868 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block 2aa4bdd302... again. 14:42:07.745 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block 99f9b554fb... again. 14:42:08.736 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block b9b8aa2274... again. 14:42:09.472 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block c59653a20c... again. 14:42:10.115 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block 675a55d6fc... again. 14:42:10.996 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block 7feca9060f... again. 14:42:11.790 [grpc-default-executor-33] INFO c.rchain.casper.util.comm.CommUtil$ - CASPER: Received block a6d5806843... again. 08:42:56 From xuqzab : What's the command to see block count? 08:43:02 From Karen Moskowitz : I restarted node, now have 20 blocks 08:43:06 From Kelly Foster : show-blocks 08:44:03 From hebei.zhang : rnode show-blocks 08:44:34 From kimberlykeller : Which directory do you delete when you want to restart your node? 08:44:51 From Enzo Zheng : ~/.rnode 08:44:56 From kimberlykeller : thanks! 08:45:16 From hungtran : I’m trying to start my node with this format, replacing the values specified, but getting an error: ./bin/rnode --grpc-port 40401 run --default-timeout 6000 -b rnode://address of bootstrap --validator-private-key 08:45:22 From Steven Bezzio : I'm now seeing less blocks than I was seeing previously 08:45:26 From hungtran : [rchain] Error: Unknown option 'grpc-port 40401 --default-timeout 6000 -b' 08:46:27 From xuqzab : Just saw hello world and philosophers fly by 08:47:04 From Medha Parlikar : https://rchain.atlassian.net/browse/CORE-1001 08:47:34 From perbergman : So are all proposals accepted automatically? 08:47:58 From Michael Birch : As long a they are valid 08:48:00 From Enzo Zheng : @hungtran you shoud place 'run' before the --grpc option 08:48:04 From Will Qiu : more than 15 mins 08:48:06 From Michael Birch : There are several validation tests 08:48:07 From Will Qiu : For me 08:48:16 From Jacob Bassiri : I saw received block #27 08:48:26 From Raleigh/ZetaHash : Executing `rnode show-blocks` returns "Error: Casper instance not available." - this is on the same machine running the node. 08:50:12 From sethbailey : 07:49:06.751 [grpc-default-executor-60] WARN c.r.comm.transport.TcpTransportLayer - Can't disconnect from peer rnode://99016d9cd42c152d96b2e50c05da3eecb59b5685@128.1.49.198:40400. Connection not found. 08:50:21 From sethbailey : ^^^^ Is that worth filing a bug over? 08:50:28 From sethbailey : Doesn’t crash node, just warning 08:50:29 From andy liu : just WARN 08:51:10 From Medha Parlikar : Sending request for ApprovedBlock 08:51:11 From Enzo Zheng : I just had a decrease in block length 08:51:22 From Medha Parlikar : CASPER: Received ApprovedBlock. Processing... 07:24:11.505 [grpc-default-executor-1] INFO c.r.c.MultiParentCasperConstructor$ - CASPER: Valid ApprovedBlock received! 08:51:23 From Enzo Zheng : from 30 to 26 08:51:55 From xuqzab : Lots of blocks being generated 08:52:02 From Karen Moskowitz : I have 26 08:52:06 From Medha Parlikar : rm -r .rnode 08:52:33 From hebei.zhang : from 31 to 26 08:52:34 From Kelly Foster : https://rchain.atlassian.net/browse/RHOL-581?jql=text%20~%20%22show-block%22 08:52:57 From perbergman : 26 here too 08:53:00 From J Leon Y : i got leave early 08:53:04 From Karen Moskowitz : show-blocks 08:53:06 From Enzo Zheng : yes 08:53:16 From Sasha : created a new instance with OpenJDK instead, now seeing the following errors: 08:53:19 From J Leon Y : i got stuck in block : 3 08:53:19 From Enzo Zheng : no 08:53:21 From xuqzab : Weird still seeing 7 from show-blocks 08:53:24 From J Leon Y : i guess im on wrong chain 08:53:32 From J Leon Y : will go home and online again 08:53:51 From Medha Parlikar : If you don’t show 26 blocks, look for ‘untraced’ in your logs 08:53:58 From Paolo DOnorio De Meo : 26 blocks for me also 08:54:20 From Medha Parlikar : if you hit an untraced event error, your node will stop adding blocks. 08:54:56 From Will Qiu : 25 08:56:04 From xuqzab : My node in Finland shows 8 blocks and my node in Mumbai 7 08:56:26 From perbergman : After propose: io.grpc.netty.NettyServerHandler onStreamError WARNING: Stream Error io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException: Header size exceeded max allowed size (8192) 08:56:49 From Kelly Foster : Thanks, perbergman. This is a bug and is tickted. 08:56:51 From Steven Bezzio : so, I was deploying & propsing a single instance of hello.rho which would result in me seeing the script for tic tac toe coming out of my node accompanied by a stream error 08:56:52 From perbergman : I guess that is the untraced event 08:56:55 From Raleigh/ZetaHash : I'm seeing 26 now from show blocks 08:58:11 From Kelly Foster : Steven, does this match your experience?https://rchain.atlassian.net/browse/CORE-1001 08:59:38 From pgrzesik : there're two version of 'untraced envet' errors, one is related to PROTOCOL_ERROR and second one to the Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: Left(scala.MatchErr error 08:59:46 From pgrzesik : both are happening on propose 09:00:13 From Kelly Foster : Thanks, pgrzesik! 09:00:16 From Paolo DOnorio De Meo : I proposed again, second time, this time failing: Exception in thread "main" io.grpc.StatusRuntimeException: INTERNAL: HTTP/2 error code: PROTOCOL_ERROR 09:00:34 From Steven Bezzio : Yes Kelly, except every time I would also see a tic tac toe script right before the stream error 09:01:17 From pgrzesik : I have the same behavior, I see a bit of scripot of deployed code before seeing the stream error 09:01:34 From Medha Parlikar : I have a hard stop. 09:01:37 From Medha Parlikar : Cheers! 09:01:56 From Will Qiu : Great 09:02:39 From Will Qiu : See you next week. 09:02:44 From |▌゛Go : see you 09:02:46 From Claire Tolan - Resonate : Thanks everyone! 09:02:52 From Enzo Zheng : bye~