This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
validate file size and hash after downloading #1283
Open
joecaswell
wants to merge
75
commits into
master
Choose a base branch
from
jc/verify-download-hash
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joecaswell
force-pushed
the
jc/verify-download-hash
branch
2 times, most recently
from
March 16, 2022 01:32
8b7aa76
to
a3da2cf
Compare
joecaswell
force-pushed
the
jc/verify-download-hash
branch
from
March 16, 2022 16:35
dd2a448
to
173868c
Compare
Vagabond
reviewed
Mar 17, 2022
Vagabond
reviewed
Mar 17, 2022
joecaswell
force-pushed
the
jc/verify-download-hash
branch
from
April 13, 2022 19:45
11ec5a4
to
de78e40
Compare
vihu
reviewed
Apr 13, 2022
Co-authored-by: Rahul Garg <[email protected]>
joecaswell
force-pushed
the
jc/verify-download-hash
branch
from
June 2, 2022 22:34
f863cd5
to
636f199
Compare
pull in follower proto
Fix the core test suites for great confidence
Previously all the h3->region lookups would be invalidated when any chain var was changed. This was very expensive when unrelated vars changed. This patch changes things so that the lookup is keyed by the hash of the h3 region binaries, so as long as those do not change the cache should not be invalidated. It also adds caching for the h3 region binary hashes and for the h3 binaries themselves.
…handler sc handler optimisations
- Simple tests and cleanup - Update for proto compliance - Fix coinbase token test
- Review cmt, rename to total_amounts - Fix and extend multi token payment test - Extend payment_v2 SUITE
- Add token_version - Update new payment conditions - Update token SUITE - Deprecate security_exchange_v1 behind var - Add balance-clearing for multi-coin - Add balance clearing for tokens_v2 - Return better failure error on insufficient funds
- Handle credit_account for new style entries - Add more verbose var comments - Add txn support for subnetworks - Add network rewards
- Add some validations for add_subnetwork txn - Add blockchain_ledger_subnetwork_v1 scaffolding - Funs to add subnetworks to ledger - Add more validation logic for add_subnetwork - Follow premine semantics - Add absorb for add subnetwork txn - Add blockchain_subnetwork_SUITE - Add a failing add_subnetwork test - Add more checks to add_subnetwork_test - Update subnetwork rewards - Strip rewards metadata, clean dialyzer - Add test for subnetwork rewards - Another extra validation check for adding subnet
Add support for multitokens
Add cache cli
Add function to convert B58 keypair to seed words
bugfix for removing gateway from h3dex
Co-authored-by: Jeff Grunewald <[email protected]>
dialyzer fix for different ledger fetch path
upgrade libp2p
handling txn fees in balance clearing
Fix ledger context leaks in `poc_receipts_v1` and `rewards_v2`
Fix unclosed rocks iterators
Move headers to include dir
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #1276