I wanted to try out our latest changes with docker-compose, and i ran into some problems.
Program hashes were being interpreted as program version numbers, making it impossible to register without giving a version number:
/r/s/e/e/c/test-cli (master●●)$ cargo run --release -- register -m //Alice 3289435006003c3c83da5582d779d810c343f177fb1fecddbaca5d326ef9d9b3
Finished `release` profile [optimized] target(s) in 0.55s
Running `/home/turnip/radish/src/entropy/entropy-core/target/release/entropy-test-cli register -m //Alice 3289435006003c3c83da5582d779d810c343f177fb1fecddbaca5d326ef9d9b3`
error: invalid value '3289435006003c3c83da5582d779d810c343f177fb1fecddbaca5d326ef9d9b3' for '[PROGRAM_VERSION_NUMBERS]...': invalid digit found in string
When storing a program, you cannot find out its full hash using the CLI, because hashes are displayed 'pretty', eg: 0x3289…d9b3, making it impossible to copy and paste them.
I wanted to try out our latest changes with docker-compose, and i ran into some problems.
0x3289…d9b3
, making it impossible to copy and paste them.