vendor
Directory actions
More options
Directory actions
More options
vendor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
# # secp256k1 - update # cd ./vendor/secp256k1 git fetch origin git checkout <commit> cd ../.. git add --all git commit -m 'Update secp256k1 to <commit>' # # sqlite - update # # ...