- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 28 2022
Rebasing on master.
In D6014#180778, @jon wrote:We should probably rerun the build if the protos or lib.rs change
println!("cargo:rerun-if-changed=src/lib.rs"); println!("cargo:rerun-if-changed=../../shared/protos/identity.proto"); println!("cargo:rerun-if-changed=../../shared/protos/tunnelbroker.proto");
Adding of rerun-if-changed for proto files and lib.rs.
In D5947#181356, @tomek wrote:Shouldn't we use nonce name also here? D5999
Renaming a function and rebasing on parent changes.
Dec 27 2022
Rebasing and merging.
Rebasing and merging with the master changes.
Changing the function name from getStringToSign to getSavedNonceToSign which will be more self describing and based on the D5947#181356 comment.
In D5929#178691, @jon wrote:Would really like to see these tests get added to the CI. They are pretty expensive to run locally.
Rebasing on master changes.
Removing of the dead commit to fix merging.
Rebasing and fix merging.
Rebasing on master.
Rebasing on master.
Rebasing on master.
Change the Result to be an anyhow.
Make a return shorter.
Dec 23 2022
Change STRING_TO_BE_SIGNED to NONCE.
Change string_to_be_signed to be nonce.
Adding @tomek for a final pass as this change touches JSI, and C++ native side names.
Adding @ashoat for a final pass because this diff touches dependencies.
Adding @ashoat for a final pass because this diff touches dependencies.
Rebasing on master.
Rebasing on master.
Rebasing on master.
Adding @tomek for a final pass.
Adding @tomek for a final pass as this is a C++ part of the codebase.
Rebasing on master changes.
Dec 22 2022
Removing of unwrap().
Adding @ashoat for a final pass.
Rebasing on master.
Rebasing and merging on master changes.
Dec 21 2022
Fixing a port environment variable, adding default value.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
As we have trouble using Nix in the CI gate please ignore the Nix build fail for now.
Rebasing on master changes.
Dec 20 2022
Rebasing on parent changes, removing unwrap() in a favor of anyhow.
Fixing MessageDigest, using Anyhow::Result to pass the error to the caller.
Rebasing on the master changes.
In D5758#178355, @jon wrote:I think using the same names, but with and without .sh for the comm-dev file makes a mess
This is a compromise for getting the shellchecks, but having the correct command name in the shell (e.g. comm-dev services start instead of comm-dev.sh services start).
Created https://linear.app/comm/issue/ENG-2484 to address this