HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

Dev #171

Closed cristina-vasiu closed 4 years ago

cristina-vasiu commented 4 years ago

Modified the following configs: --curator => --validator-manager --update-nominee => --update-validator --start-nominee => --start-validator --nominee => --validator --testnet-no-coo-validation" => --testnet-no-milestone-sign-validation

cristina-vasiu commented 4 years ago

There still seem to be build errors found here.

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[13,47] package net.helix.pendulum.service.curator.impl does not exist
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[14,47] package net.helix.pendulum.service.curator.impl does not exist
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[15,47] package net.helix.pendulum.service.curator.impl does not exist
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.252 s
[INFO] Finished at: 2019-09-25T09:22:27Z
[INFO] Final Memory: 35M/252M

Were you able to locally build?

I have cleanup the code, and made a new commit (there were some wrong imports from merge)

oracle58 commented 4 years ago

There still seem to be build errors found here.

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[13,47] package net.helix.pendulum.service.curator.impl does not exist
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[14,47] package net.helix.pendulum.service.curator.impl does not exist
[ERROR] /home/travis/build/HelixNetwork/pendulum/src/main/java/net/helix/pendulum/Pendulum.java:[15,47] package net.helix.pendulum.service.curator.impl does not exist
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.252 s
[INFO] Finished at: 2019-09-25T09:22:27Z
[INFO] Final Memory: 35M/252M

Were you able to locally build?

I have cleanup the code, and made a new commit (there were some wrong imports from merge)

Okay great. Thank you!