Closed Shadowfiend closed 4 years ago
Once the upstreams are merged, I'm also going to bump this to latest master
.
Also, I was thinking about switching the submodules to use branch tracking for master
. Thoughts? Basically that means whenever you git submodule update
you pull the latest version of that branch from the remote, rather than being fixed on one commit.
Once the upstreams are merged, I'm also going to bump this to latest
master
.Also, I was thinking about switching the submodules to use branch tracking for
master
. Thoughts? Basically that means whenever yougit submodule update
you pull the latest version of that branch from the remote, rather than being fixed on one commit.
Yeah, good point. We are already doing this but only during the installation in https://github.com/keep-network/local-setup/blob/master/install-repositories.sh
Actually I misread how --remote
works. We can leave the branch off, since by doing that I believe we get the remote default branch anyway.
The highlights:
npx truffle
to remove the global truffle requirement. This has some dependent PRs that need to be merged first, since it also hits install scripts in other repos: keep-network/keep-core#2021, keep-network/keep-ecdsa#538, keep-network/tbtc#727.Drafted until upstream PRs are merged.