-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when client is not a block producer (#1275)
* Fix crash when not a block producer. Add more tests for sharding in near. Clean up configs * Make all features compile. Support non block hash for tx * Fix deserialize tesnet * Mark testnet.json as binary file * Mark testnet.json as binary * cross_shard_tx.rs fixing * Add sized cache around requested chunks in ChunkManager * Fix usage of setup_.. * Change to request chunks with explicitly interested shards for receips. Adding tests for tracking shards specifically. * Add chunk fetching via ViewClient. Test in track_shards fails * Fix chunk request/response logic for non-validators * Fix repro_1183 test
- Loading branch information
1 parent
543743c
commit 3483659
Showing
46 changed files
with
47,945 additions
and
21,421 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Cargo.lock linguist-generated=true -diff | ||
core/protos/src/autogenerated/* linguist-generated=true -diff | ||
nearlib/protos.js linguist-generated=true -diff | ||
pynear/**/protos/* linguist-generated=true -diff | ||
**/package-lock.json linguist-generated=true -diff | ||
nearlib/dist/** linguist-generated=true -diff | ||
near/res/testnet.json linguist-generated=true binary |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.