This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6904 from EOSIO/fix-chain-plugin-get-block
Fix bug in get_block of chain_plugin that would lead to unnecessary failures for some block numbers
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
Submodule fc
updated
12 files
+160 −0 | include/fc/container/container_detail.hpp | |
+157 −102 | include/fc/container/flat.hpp | |
+34 −18 | include/fc/container/flat_fwd.hpp | |
+80 −124 | include/fc/interprocess/container.hpp | |
+10 −10 | include/fc/io/json_relaxed.hpp | |
+0 −9 | include/fc/io/raw_fwd.hpp | |
+1 −1 | include/fc/uint128.hpp | |
+88 −8 | include/fc/utility.hpp | |
+18 −13 | include/fc/variant.hpp | |
+1 −1 | src/crypto/elliptic_r1.cpp | |
+1 −3 | src/log/log_message.cpp | |
+12 −12 | src/variant.cpp |
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