# Changelog All notable changes to this project will be documented in this file. ## [5.1.0-rc1] — 2025-04-14 ### ✨ Features - ([`aabaf097`](https://github.com///commit/aabaf097a0cdccd4dc8dc88b2018b67cd9dd216e)) - Wcore-75 - Fixes from Daniel's testing([`24dcfb6f`](https://github.com///commit/24dcfb6f45e72b1bbc9c1e430b70cbabcd9fe0f2)) - Wire-75 - Prevent erasing useful data from block state log without user knowing it.([`1a848157`](https://github.com///commit/1a848157e3161cdf684672725055130c1ff9063a)) - Wcore-75 - Fixing block state log to handle starting from Genesis, but just reset to the current block for the scenario when it is not consistent with the blog head after replay.([`cfbbeb48`](https://github.com///commit/cfbbeb4837f9333f226d3ed2ea5fbc54c7c249db)) - Wcore-75 - Moved state log initialization to just after replay.([`52efd771`](https://github.com///commit/52efd77126bd7749243690671180d3a5d9f2540f)) - Wcore-75 - Fixed checking the optional block state log flag to identify it is set.([`a2baa365`](https://github.com///commit/a2baa365db65ba239103240a5e0818ad2c073401)) - Wcore-75 - Missed semi-colon.([`fb9b6d0f`](https://github.com///commit/fb9b6d0f1bd27fa1fe902f79ef618b46968895ae)) - Fixed block state log always being created and fixed its initialization([`86f970cb`](https://github.com///commit/86f970cbc3990fa17ffad4f091890a1c0445d042)) - Wcore-74 - Bringing templated block_log closer back to leap version.([`79fc6e15`](https://github.com///commit/79fc6e15b2170aacfcacf91e785dffc8b76b2ee1)) - Removing compression from packed_transaction::digest().([`925396bf`](https://github.com///commit/925396bf952fda0cad92e3e2459db677f6aaf437)) - Wcore-59 - Making python code compliant with 3.10 and 3.12 for UTC([`3a2fa179`](https://github.com///commit/3a2fa179adbbb2980a928f68aaeefe04e56c4c7c)) - Wcore-59 - should use packed_digest, since validating_nodes won't switch to the unpacked digest.([`86993726`](https://github.com///commit/869937261c442b9946a6987319b460d42b5aae29)) - Wcore-59 - Removed repeat code from leap5 merge.([`22976365`](https://github.com///commit/22976365ff4529ad2bf0e7c560ab7f6a8df4646b)) - Wcore-59 - Improved wording([`c995d69e`](https://github.com///commit/c995d69eb8039f12e5ae15bac7ac49d96173a7aa)) - Wcore-59 - Need to prevent changing block logic when using the valedation_tester.([`6a3a757b`](https://github.com///commit/6a3a757b2cb4b7b6d84137a91b272aa75ae8873a)) - WCORE-59 - Activating more peices of the protocol feature. But tests are failing.([`b9631b4d`](https://github.com///commit/b9631b4d85158e79a32b1ddcd14a56a54a137db8)) - WCore-59 - Changing calculation of transaction merkle to not require compression, while still validating all data.([`0b46825c`](https://github.com///commit/0b46825cffe67ff86afe59df0979dcf9909be2ae)) - WCORE 49 - Explicitly instantiating block_log template versions.([`63c6545d`](https://github.com///commit/63c6545d41b6f9b24e1db44bb1485c73fce19506)) - WCore 59 - Replacing missed EOS strings([`b5bca563`](https://github.com///commit/b5bca563d9033b08fc493e27fcb595bef551538e)) - Wire in a temporary ephemeral data store implementation to end-to-end test extract and response generation([`f7710e86`](https://github.com///commit/f7710e860e6cca1268791b5180e404f1f6acaad3)) - Feature get_sender 7028([`74a0cab6`](https://github.com///commit/74a0cab65b0fb89c963fd1e31d5dfef2acaf0f82)) - Wire up chainbase's new DB modes and huge page support([`f36a0371`](https://github.com///commit/f36a0371c9c795f96afc2c464906544ac3d1b355)) - Feature/bin_rel([`55fb7983`](https://github.com///commit/55fb79833da4897cb109f5acb02f2360e97a0410)) - Add more easily mode for docker testnet([`eb0c76d4`](https://github.com///commit/eb0c76d4c3f6f26f01eee4ab998689e81d9eea8c)) - ([`6d17e089`](https://github.com///commit/6d17e089d36cf67cab69e8fd5ef21296d76f9a8b)) - **docker:** Add mongo_db_plugin support to docker([`148e742b`](https://github.com///commit/148e742b34415b5ba7d5ce5f37cf19a9ee49744a)) - ([`32c699d8`](https://github.com///commit/32c699d87c5212b199a7ef1ca629a7f4bf2a5c8b)) - **scope:** Scope was missing from the api for single index tables.([`54ab5ae3`](https://github.com///commit/54ab5ae317422562ee71ef32c54540d13c41ab5d)) - Refactor into an explicit `packed_transaction` and wire that through controller plugins etc([`6e41c1bd`](https://github.com///commit/6e41c1bd5ae4625e5df47eee93052e97260e40c3)) - Change block_header::producer from id_type to AccountName([`925be47f`](https://github.com///commit/925be47f984b8f2a8be89f3c1baf8b920fa9518e)) - Progress #6: Integrate P2P([`cf380575`](https://github.com///commit/cf38057532665ed37c7053baadfabaa407ccd362)) - Progress #6: appbase integration([`9c76e96e`](https://github.com///commit/9c76e96e1e1c8c9d5c41083b57f11b72c5053e7b)) ### 🐛 Fixes - Fix attributions in LICENSE.md([`96bf086d`](https://github.com///commit/96bf086d51d70fed65f153a4bbf73c53505c3967)) - Fix typo([`91fe92ab`](https://github.com///commit/91fe92ab135312e69b4dc26e891fd78b8fbeb979)) - Fixing sig em errors: added em::public_key_shim to public_key variant storage type, added em::signature_shim to signature storage type variant and acceptable EM prefix, removed *_impl_pub.cpp, small adjustment on static cast int, sub chain plugin still needs work([`07c45ab5`](https://github.com///commit/07c45ab55b7105ba21605191d288b228908bba87)) - Fix true_lowest() for uint128[2] index([`c3022534`](https://github.com///commit/c302253417c16cfc11fce5700290fc73b1b212cf)) - Fix some spelling errors([`43bc68a7`](https://github.com///commit/43bc68a7d8ae55636660f446a900f123985416ba)) - Fix usage of stack variable after return([`484115e6`](https://github.com///commit/484115e636b02de927706100aeece6b0de03d0cc)) - Fix crash/UB when exceeding max-requests-in-flight([`874b80ea`](https://github.com///commit/874b80ea2d19a09d8017a51232e057d1bc4ec3fe)) - Fix disabling EOS VM OC subjective limits in tests([`1b8d31a5`](https://github.com///commit/1b8d31a5984f727489210299b661058d55a34746)) - Fix merge conflicts([`b1313a65`](https://github.com///commit/b1313a65145c33381884334611471cb6100d8a86)) - Fix non-working cleos set code and set abi commands([`3560d26a`](https://github.com///commit/3560d26adc4f80acc52ea3a1964114b911a58e5f)) - Fix weighted sum montgomery form flag([`88190301`](https://github.com///commit/8819030169c0e590bfa0f7b48b40fbc5c821695f)) - Fix signedness warnings([`5aca7577`](https://github.com///commit/5aca7577d9799d0f157567f17af51ea84dc593ca)) - Fix tweak missed during merge([`4ed36f9e`](https://github.com///commit/4ed36f9ecb4698962c6254539c756b0bf9ac27b5)) - Fix leap-dev.deb filename regex([`ce2b8eaa`](https://github.com///commit/ce2b8eaa1fe45bfecc3ac0c3a70d43428b7434a4)) - Fix platform-list in PHBC workflow([`381b3ed0`](https://github.com///commit/381b3ed0e9f86dd349e9c5fcb391c6bf01f46ef9)) - Fix typos in deferrd instances (should be deferred)([`7b3a7c58`](https://github.com///commit/7b3a7c580e3641005463e0179cfde03eb4f556a7)) - ([`3ca8b49a`](https://github.com///commit/3ca8b49af0a923b99063a3cb9d399929ae984dbb)) - Fix some different signedness warnings in custom_appbase_tests([`9ac6d2af`](https://github.com///commit/9ac6d2af83612030f928b112bf60435613cf1e1d)) - ([`872cfc94`](https://github.com///commit/872cfc94b7d05a1ce8a6942fd082c0dfa0531335)) - Fix a bad merge from main which missed is_exec_ctx_created_by_backend parameter([`d73fe1b4`](https://github.com///commit/d73fe1b46020ea7536d58597a08aa11e371ff613)) - Fixed intrinsic mapping and deep-mind.log errors([`59cc737a`](https://github.com///commit/59cc737a42611ede24d423aaf5fff6c578de039e)) - ([`26542ab7`](https://github.com///commit/26542ab790f912c3914120b9eb974a06ca889b18)) - Fix leaky EOS VM OC executor code mapping([`e9ace457`](https://github.com///commit/e9ace457e46898e377df1e0a6d1fb8049d8cb5e2)) - ([`2ce7b22a`](https://github.com///commit/2ce7b22a6ad4c91f80deceafa9e25ad95d09a962)) - ([`72026c4a`](https://github.com///commit/72026c4a1d0e44fcb3391c95159bdceba0590246)) - Fix sign-compare warning in dry_run_trx_tests([`df318331`](https://github.com///commit/df318331017c8d44e1958a655226473b4c1f5250)) - ([`062e7f1d`](https://github.com///commit/062e7f1d1e68552d4da30c23b6fc9e2a6ea7ea4d)) - Fix a couple sign-compare warnings([`73ee943e`](https://github.com///commit/73ee943e63a6960cc1f3ca137147202012bb21be)) - Fix permission.([`56c00275`](https://github.com///commit/56c00275dbf59cc3451eea916a6a7b99a24bef26)) - ([`7e51f02b`](https://github.com///commit/7e51f02b6a7883e58572ed513af75134ed397e29)) - Fix log message in listener([`10e86a87`](https://github.com///commit/10e86a877eefe54b2db67abecd569e7434bd7d4c)) - Fix `i256` key type conversion by initialize buffer before usage([`db657e50`](https://github.com///commit/db657e50824a54752c9ea5f3aecdcb1e0d0b942b)) - ([`f8930f4b`](https://github.com///commit/f8930f4bc27fb79c4ae568f7f217a9f786e1e183)) - Fix `i256` key type conversion by initialize buffer before usage([`0974eac7`](https://github.com///commit/0974eac7cf824c7349aef768564a000af6d9eb2c)) - Fix([`3382c495`](https://github.com///commit/3382c4953052cfeaba00f6b2f4e7387d24493094)) - Fix test([`1c7ed0d1`](https://github.com///commit/1c7ed0d137fc6c85594bb4e9e615afb9855d7ee0)) - Fix tcp_socket([`a873457d`](https://github.com///commit/a873457da5fb65d6112420de842fa34ac6a676e2)) - ([`530c9f13`](https://github.com///commit/530c9f13a9ba8a784316a6bca65c2287d57a720b)) - Fix gelf test([`d49c6a9b`](https://github.com///commit/d49c6a9bdf72a7bcccabe5b78c10799d79a3f49e)) - Fix typo([`13521b25`](https://github.com///commit/13521b256985ab0a3f7d379aa681c1bb476051e6)) - Fix leap util([`032e6102`](https://github.com///commit/032e6102b44f4f5b09ef542c9adad92d8bc30460)) - Fix supplied genesis([`a206cf1c`](https://github.com///commit/a206cf1ce8a304dd97caf34d68cc32419dabbd92)) - Fix file permission([`399b616a`](https://github.com///commit/399b616a001153b78a17370bdd8393617708a8b6)) - Fix retained_dir not existed([`303e1706`](https://github.com///commit/303e1706b758169b2a212f77005d12a5e1d48b42)) - Fix replay([`1c781358`](https://github.com///commit/1c781358b0c787a2f0c7a7449a13d7692c8a139a)) - Fix grammar([`5d29893a`](https://github.com///commit/5d29893aeed711f90afbf8c8e4ed235fef2f3019)) - Fix keosd([`1d06df34`](https://github.com///commit/1d06df34df57520c10be71486c21849ffaafa61b)) - Fix local_address([`841896f8`](https://github.com///commit/841896f873b3fee21463184c8d8f25ecadd0556b)) - Fix host header([`cfbd1e55`](https://github.com///commit/cfbd1e55042b531bbb6f075de55a646e93e3218f)) - Fix for ubuntu 22.04([`be4d98f0`](https://github.com///commit/be4d98f0da31a1502bc07a503d4e6bde4391fe6e)) - Fix config_dir([`448cbd13`](https://github.com///commit/448cbd137e2f8a5209ba8c21ef62a2dba98ac224)) - Fixed rel path to Error([`52a7df3d`](https://github.com///commit/52a7df3d72172329ad47471113e47518d5e60bb8)) - ([`1bb997d0`](https://github.com///commit/1bb997d0305406cba88539ad82cf9a919af51a80)) - Fix parallel-ctest-containers creation of log tarballs on failure([`90235832`](https://github.com///commit/90235832311dd6cbd28be4e863b7fc08f36c969e)) - Fixes to merge conflicts([`2215bc4e`](https://github.com///commit/2215bc4ed52c7f987cd4c339b948dd30de59ec17)) - ([`6184957f`](https://github.com///commit/6184957f42021da963edf6679e20eb48bcfc5cc4)) - ([`00413008`](https://github.com///commit/004130086ca702abef9d7e951eafb20fb0d5c0e6)) - Fix ambiguous to_variant()s([`16685ab1`](https://github.com///commit/16685ab12df4d5483c892fb3a4bdae114f04df21)) - Not fail on signature checks for read-only txns([`a6b95519`](https://github.com///commit/a6b95519d032d0d9b0f41496be9dd54cde877075)) - Fix([`d3a36d32`](https://github.com///commit/d3a36d32145e8712f6b40ab9e7bb2a20a691693a)) - Fix unix_sock listening path([`9dbe29ce`](https://github.com///commit/9dbe29ceaef2246eac2823299fbf10467a15ba74)) - Fix compressed_file([`6df08404`](https://github.com///commit/6df084047443dd030c8951b9b0bbfe0f01bbea84)) - Fix test([`60456701`](https://github.com///commit/604567018faffcdcb99c624e4674d2922544542e)) - Fix test([`8ea26048`](https://github.com///commit/8ea26048c4b2dabdd75b19d14c6bf8491d4a78cf)) - Fix resource not found buf([`208c9160`](https://github.com///commit/208c9160c93c01290e82c253fa7a3abafd7fd858)) - Fix comments and move get_cd_failure into code_cache_base([`aa892ef7`](https://github.com///commit/aa892ef784006d24a77fd09ab2581471981326d9)) - Fix calculate_pending_block_time([`7b2da964`](https://github.com///commit/7b2da964e5a390ff22880794b989ad4f611884b9)) - Fix tests([`d29df5ef`](https://github.com///commit/d29df5ef700a445d78f4f34174b4addd89de7074)) - Fix previous commit([`7b38f8ee`](https://github.com///commit/7b38f8eeeea9248862a6d87fba063055a42e37e8)) - Fix start time for the first block in a round([`537e0f05`](https://github.com///commit/537e0f056b0c669e61c8276e677dea855eeee325)) - Fix for boost 1.74+([`bf289ae1`](https://github.com///commit/bf289ae1bca23b39850f420ff2817d1a46278e88)) - Fix make package([`69a741c5`](https://github.com///commit/69a741c5ba9c835961c334956833815208f77405)) - Fix performance_test and performance_test_basic leaving logs around in TestLogs([`e0da601c`](https://github.com///commit/e0da601c807136636dbe4123373f6bbb3abf3369)) - Fix a number of tests that leave logs in TestLogs even on success.([`d5bbebbb`](https://github.com///commit/d5bbebbb13836171bb66f5b25d949ea5141b643a)) - Fix gelf DNS resolves to ipv6 address([`e906597c`](https://github.com///commit/e906597c2dedd41ec3fae9d5b2ae5070408ce0bc)) - ([`1985e28a`](https://github.com///commit/1985e28a63b6732c8a1f9b25ed911ac8969aae03)) - ([`bef672aa`](https://github.com///commit/bef672aae24a061b8b10b30ca6de6f4cf7718320)) - Fix comparison of different signedness warning in log_index([`c2366d39`](https://github.com///commit/c2366d392b86eae007ac1c6c3a1218a03ae81aa9)) - Fix failure of performance test([`1ffa26a3`](https://github.com///commit/1ffa26a3df48599ac451b650954e013141f21052)) - Fixed performance test basic, the main pt is still failing([`f44705d3`](https://github.com///commit/f44705d37d88fd4be7b8cda9bb228641b36ba2ef)) - Fix nodeos_run_remote_test failing on nodeos_run_test log check step([`44d9bb75`](https://github.com///commit/44d9bb75c082ccf6e52a8af71e522623c194c23d)) - Fix incorrect list in github actions([`0c2e0e61`](https://github.com///commit/0c2e0e61e7e145d7df78c45ce026a4e9dc2dc842)) - ([`18e812a9`](https://github.com///commit/18e812a99f9330a6bcb2e56df360a10f33935aea)) - Fix un/signed comparison warning in autobp peering([`81ec6137`](https://github.com///commit/81ec6137c8e004b56994c598b4a8b354f711ab84)) - Fixed ups([`3ec37d2e`](https://github.com///commit/3ec37d2eeec4ef1864da229ce36f9df857cfe60c)) - Fix assertion message([`af1dcf23`](https://github.com///commit/af1dcf23cf99a4236ef589f87e8c057167e0fece)) - Fix snapshot test([`fd9c2a64`](https://github.com///commit/fd9c2a64b98197f49e51141d0231eab23f2a123d)) - Fix unittest([`63157c18`](https://github.com///commit/63157c187b5d2d04324c358b789a57fe604dec64)) - Fix tests([`e643eb63`](https://github.com///commit/e643eb633161ef2b7f2653917baf0f99da79fc46)) - Fix merge conflicts from Main([`ae158d5a`](https://github.com///commit/ae158d5a7797e886d23ec8a4328f6eb5ba8096c3)) - Fix a capture reference probem in http_plugin::make_app_thread_url_handler, remove duplicate code in transient_trx logging, and some small changes([`2cac6cd1`](https://github.com///commit/2cac6cd13f45a11a10dc630aff3fc3d80b482a1f)) - Fix crash caused by handle_push_result([`832fa96e`](https://github.com///commit/832fa96e096024671bc985e4ff832caee3271bf7)) - Fix merging conflict errors([`37f374f2`](https://github.com///commit/37f374f2d554f5bc45e901b98f91e4a808864dd4)) - ([`2a9c20cc`](https://github.com///commit/2a9c20cc1679cd035709de75e051d5b4dacf2b65)) - Fix mixed up boost test linkage in ship session_test([`84c48b78`](https://github.com///commit/84c48b78e961fcbde24ed54c1097fd8593846f10)) - ([`b1972b15`](https://github.com///commit/b1972b154edeed3e1be3b87fbb296fb0702119c7)) - Fix mutable([`abf26654`](https://github.com///commit/abf26654a08840d144451ba20a10cfba342c3fd2)) - Fix create_metrics_listener([`cb153b63`](https://github.com///commit/cb153b637b97c3c69fac789f166f340f9108ec46)) - Fixes based on peer review([`b950953a`](https://github.com///commit/b950953ae6c2413d6e0aadc46777aa19c3cf4807)) - Fixes based on pr comments([`c15e275e`](https://github.com///commit/c15e275e38a1f7dea7d07f9582596cd0838c1358)) - Fix problem where empty string was returned; made stats its own struct([`81495ef1`](https://github.com///commit/81495ef1fd1e04b39a426b1fe2378404ce745069)) - Fix mark_bp_connection([`b1b7ae76`](https://github.com///commit/b1b7ae76efbedcf91d4663d3378605d81802b774)) - Fix typo([`733c6057`](https://github.com///commit/733c6057bbd8104c7142895dffa139eb9a12df17)) - Fix test([`826cf990`](https://github.com///commit/826cf9905b41a82e435adfec32155eadd6801fca)) - Fix test failure (keosd_auto_launch_test.py)([`d16743f1`](https://github.com///commit/d16743f1205810d336173138d79a3ab501f9ae53)) - Fixup! Update whitespace to avoid diff in PR.([`f65b2ec9`](https://github.com///commit/f65b2ec92bf6636ac92380fc3b2f1c559ab77141)) - Fix ship threaded write([`65163a90`](https://github.com///commit/65163a90d40d2569bbbd50f4710a9fbcc0f9e7a4)) - Fix issue #592([`9329fa3a`](https://github.com///commit/9329fa3a62b1c7b826c26721775a51b4561af3f5)) - Fix truncate([`068ac719`](https://github.com///commit/068ac719685d5bb71176c5561abed7c88ce9e567)) - Fix counter overflow problem([`e0aa788c`](https://github.com///commit/e0aa788ce25c9f5eaaa46a9c21df024f417dca49)) - Fix introduced compatibility issues for nodeos 2.0 in performance tests([`3f007ba9`](https://github.com///commit/3f007ba932138b189b2642af85ae0dc8164cb89a)) - Fix merge error, do not enforce block_cpu_limit or on-chain max_transaction_cpu_usage for read-only transactions([`97b28b66`](https://github.com///commit/97b28b66b4e324aa5b76289dfb7f3156d780f175)) - Fix a merge from main error([`789d077c`](https://github.com///commit/789d077cde94e63a47ff9bf3f6a55bb82c2567d6)) - Fix merge problem([`c5010d9d`](https://github.com///commit/c5010d9df386c956652fd001999228782e29fb9c)) - Fix some README issues in performance test([`48181196`](https://github.com///commit/481811969efa19bd9215c261afc5b7447ee82aa6)) - Fix test_trx_retry_db test so that it initializes appbase correctly.([`112702a8`](https://github.com///commit/112702a8707966912fb2eaa30c2ca82e24424de9)) - Fixes for gcc13([`f5f92a69`](https://github.com///commit/f5f92a69d0aa715f677217a21d8460534091c1e6)) - ([`61b2f98a`](https://github.com///commit/61b2f98a6fc8e34214847d12cf05c36aa622bb56)) - Fix spelling of "parameters"([`e2ac52ec`](https://github.com///commit/e2ac52ec0aa21fb1615c8c4ecd98f376f67be376)) - Fix some problems with pathLike changes([`bf1126db`](https://github.com///commit/bf1126db27df6121d414d738b9367603c554ac7f)) - Fixed duplicate producer in url([`6521a53b`](https://github.com///commit/6521a53bc03c49a3433a9cec0af02d960c1cb493)) - Fix another small type that slipped :doc([`ee1b1844`](https://github.com///commit/ee1b18442872fbd7af1d33ea2fee848cd04de344)) - Fix minor sentence contructions :doc([`d34c40bd`](https://github.com///commit/d34c40bd684415f31795bb9069de1951ba57f06c)) - Fixed component paths on openapi docs([`266175a9`](https://github.com///commit/266175a94063485001b9e5cb73d55cf58f766d92)) - Fixes producer plugin docs([`1bd84d84`](https://github.com///commit/1bd84d8447def8e94420b4a5ec929088fdeabc58)) - Fix bn256 installation([`098e5352`](https://github.com///commit/098e53528c293185082bac855ec7fdcfef1458c5)) - Fix gcc8 compile problem([`02a065b4`](https://github.com///commit/02a065b4979c1d064e8d727afbb5d7b41ab4785a)) - Fix find gmp([`b24a2706`](https://github.com///commit/b24a27068326c843c63efe4948ddad112014592d)) - Fix alt_bn128_add([`19cf07a6`](https://github.com///commit/19cf07a664fe35a787b86d9eeee735d0fb036771)) - Fix whitespace([`ad4e8360`](https://github.com///commit/ad4e8360f25185115bfdc24043080a6f86e94816)) - Fixed broken cleos due to reuse of curl handle([`695688e9`](https://github.com///commit/695688e94b672d30aaa784fb630bc1f2324c612e)) - Fix another test failure([`a2dd6196`](https://github.com///commit/a2dd619621da3cbabc60cc6177889e48abdf5b16)) - Fix test failures as a result of return type changing for json in processUrlLibRequest([`f33fcdaf`](https://github.com///commit/f33fcdaf77b16a1a128bc06c86948fc6ea0bdd67)) - Fix test failures([`4ad6a58c`](https://github.com///commit/4ad6a58c6f9c4eb8e74113f26dce430982e43333)) - Fix problem in http_api_test where incorrect command and args were being used.([`17e1d30b`](https://github.com///commit/17e1d30b608fd52596376ae7902c062e03cbf01b)) - Fix cli_test.py([`e93f29d7`](https://github.com///commit/e93f29d79636a296c84a515af5164c07bc484f12)) - Fix make_scoped_exit([`25b35c17`](https://github.com///commit/25b35c17d442115da4384e2d938ea33bd254bfee)) - Fix test failures([`18f58f62`](https://github.com///commit/18f58f62c7afff6dddc8925bb57c168347e82e36)) - Fix threading violation on state_history shutdown([`7ddf8206`](https://github.com///commit/7ddf82060321fdb8da0925198292963f09057c9f)) - Fix project name and number in eos.doxygen.in :doc([`91edd31d`](https://github.com///commit/91edd31d9fde451f4beb62bdf20639462f37f425)) - Fix wlog message in net_plugin about high traffic causing dropped transactions.([`d15b62c0`](https://github.com///commit/d15b62c0c79103474921757b9f06efcf6973e3e3)) - Fix project name and number in eos.doxygen.in :doc([`ae000051`](https://github.com///commit/ae0000512727a7ae6af24b2451d9ebe5d1dbd9e0)) - Fix small typo and small cosmetic change :doc([`2e9cffa2`](https://github.com///commit/2e9cffa2ff34aefb6bde2e38723ce82b2f17b595)) - Fix a bug in waitForTransactionsInBlockRange when None is the wait([`9be93bf8`](https://github.com///commit/9be93bf88118d91f66c84fcc7ccc81b41fe2114e)) - Fix indentation([`58890378`](https://github.com///commit/58890378541a227119e6912408e1f06d6581a650)) - Fix existing docs.eosnetwork.com links :doc([`1f0b40f1`](https://github.com///commit/1f0b40f1aa6b89196ebf5bf226ba791fc3993d7e)) - Fix existing docs.eosnetwork.com links :doc([`1a479120`](https://github.com///commit/1a4791202056c9f79b36e07b0865bfc5d9e8dee8)) - Fixed openapi doc, conflic in get_account_ram_corrections([`02ef7fc6`](https://github.com///commit/02ef7fc6c753fdc2834feed2cbbf27a82377364b)) - Fix format of arguments([`55acfd1b`](https://github.com///commit/55acfd1b067c6d2aa5d830d99cb691c47feda99b)) - Fix two signed/unsigned warnings in json snapshot reader([`3220de95`](https://github.com///commit/3220de9527aa8ead5f0201ec09cfc3d8e1876dab)) - Fix build errors([`4970c7f3`](https://github.com///commit/4970c7f3011d689d96c3bc2e7d9d1ded6ad70bd6)) - Fix ship_client on boost 1.67-1.69([`cbbe80dd`](https://github.com///commit/cbbe80dd079c96c6c36a3458f0609fe288238000)) - Fixes to trx_generator param and added validation([`14ae5df5`](https://github.com///commit/14ae5df533872b69d33b740b61a01a762caefccf)) - Fix a number of issues with http-max-bytes-in-flight-mb configuration([`9766a7a3`](https://github.com///commit/9766a7a3f9e9f3d32fdefeecc65ecd99cb7a42b7)) - Fix compile warnings in trace_api_plugin([`cc748902`](https://github.com///commit/cc7489021a88bd98c1d9ece9d94fc30e33a0695a)) - Fixed member variable being hidden by local variable([`6ad75b6c`](https://github.com///commit/6ad75b6ca4a65f73506638a5ce0ce810d211c06b)) - ([`820a0638`](https://github.com///commit/820a063848c4c7ddeee4c7c150491f06f5993508)) - ([`e120025d`](https://github.com///commit/e120025d786df07a0248f822b066650355ad6540)) - Fix package CONFLICTS([`f00fb496`](https://github.com///commit/f00fb496dd7855e79a4061428ed088600b657887)) - Fix new test by removing trace_api_plugin from it.([`63b6b55b`](https://github.com///commit/63b6b55b3d0d53a2e20d1732df2bd5c6f1c21853)) - ([`f19322de`](https://github.com///commit/f19322debcdbdd11e0bfea5287e0d5cf09f1b4b3)) - Fix test failures due to updated deferred_test.wasm([`63b38d2e`](https://github.com///commit/63b38d2edea9db3ef4078877c047c65e8c9e54f8)) - Fixed cmake test for trx_generator([`e5224832`](https://github.com///commit/e522483249bfa287188f96cdda48b7eea4d02016)) - Fixed arithmetic error; used std conversion([`b393de56`](https://github.com///commit/b393de56284af8bef138c01092bc6c5fbdd75b65)) - Fixed buffer creation bug; added logging([`2a9c334a`](https://github.com///commit/2a9c334a5e8e97995f9f99596ba049f0fdd63749)) - Fix build errors([`6501fb8f`](https://github.com///commit/6501fb8f90c5ae971abb93d4b945f640adbdd5b7)) - Fix nodeos_extra_packed_data_test failure.([`cc81ea15`](https://github.com///commit/cc81ea158586668a21d9230061d79c8ded18e403)) - Fixing compile warnings in abi_tests.cpp (real bug, missing test), auth_tests.cpp, bootseq_tests.cpp, and whitelist_blacklist_tests.cpp([`8352c20e`](https://github.com///commit/8352c20e576d7516f573a1c28d4aeced24ae7dcc)) - Fix break strict-aliasing rules warning([`47923244`](https://github.com///commit/47923244fc4c9519d479160d2f01d6f9058280e9)) - Fixing compile warnings in cleos main.cpp([`31b9272b`](https://github.com///commit/31b9272b7dfd998872feb9ece4f8c4a2bd2ffa4f)) - Fixup CONTRIBUTING.md([`b3fd2830`](https://github.com///commit/b3fd283032dc9bd3cf1bab5c71e3c67b8620a22a)) - Fix cherry-pick build failures.([`6be26f3a`](https://github.com///commit/6be26f3ac8b9d1327a4872472dfbf49966fd5239)) - Fix test failures due to lost arg.([`29c988dc`](https://github.com///commit/29c988dcbf7e7c419e443a9f50034a6d08529817)) - Fix callback function([`666cb791`](https://github.com///commit/666cb791e5b20b35975846a05b16213ea72dbc42)) - ([`dba88052`](https://github.com///commit/dba88052f75189f7dedebd4d70640b7b932727ae)) - ([`8684d55b`](https://github.com///commit/8684d55b38388d27a10a1386de463e8705b67763)) - Fix unit test([`babbb1ca`](https://github.com///commit/babbb1ca82530dc10b83edf07df878fa36d32ccf)) - Fix unit test([`cb9f518f`](https://github.com///commit/cb9f518fcc8c03e9a9c10c0f65a6feab3f32de3c)) - Fix get_table_rows_by_seckey conversion([`4ee51d86`](https://github.com///commit/4ee51d86ecd181160706cf2affdd12cadabee615)) - ([`ba7f6031`](https://github.com///commit/ba7f60314bf00d441ecd56069d1db34f4abf0b15)) - ([`16ffa288`](https://github.com///commit/16ffa288b48a3df3061054838efa2d4a775ac58c)) - Fixes for comments([`4c160dd3`](https://github.com///commit/4c160dd3232b0077d408a6916c564d0b42872b39)) - Fixed type([`494655c7`](https://github.com///commit/494655c7414e6abdeca979e3cadff9db6c29bd39)) - Fixed conflicts([`d9a511f0`](https://github.com///commit/d9a511f08fae3abc9e7cc46f952385df32ccc494)) - Fixed whitespace([`28e59d67`](https://github.com///commit/28e59d67ea3ff66fc512a6c85611db5684e0b0a7)) - Fix errors preventing building due to removed fc::optional and convert get_callback to callback.([`acf2bb63`](https://github.com///commit/acf2bb63bcc9a91d3100927f5dc2e537a21a23fa)) - Fix pr comments and add const([`b61d06c8`](https://github.com///commit/b61d06c812631e28fa5e3f51758c3736c922977d)) - Fix a misspelling in the trim->prune conversion([`6ce7a46d`](https://github.com///commit/6ce7a46dff86b24b2f8a65f302e5ba9e1eefec1d)) - Fix prune_threshold mask setup in blog prune config([`db7cf659`](https://github.com///commit/db7cf659b0ee96a846f2b007641855b2e8b64e7c)) - Fix some "trim" -> "prune" rewording; enforce prune block config >0([`32d174d6`](https://github.com///commit/32d174d6adb81696920fd6008ba19c3e182ed525)) - Fixes for packages([`44d454fc`](https://github.com///commit/44d454fc9a2ee134506bf051737a70e39ee93d91)) - ([`304cdfd6`](https://github.com///commit/304cdfd6ee09e85b4afa8803520b057ae7dc7e0c)) - Fix path for eosio.token.abi in tests([`f9564b22`](https://github.com///commit/f9564b22868c577f42e9eec2b4937b134b054346)) - Fixed conglicts([`8b87fac6`](https://github.com///commit/8b87fac642518c831ebd63d48e3ec1008b5be901)) - Fix an error in the unit test([`b17b6b9a`](https://github.com///commit/b17b6b9a7ad75fdb45024f07a1ad0666c5e6ddb1)) - ([`aef77f17`](https://github.com///commit/aef77f17dfbd905cdf0488a9c6c570f829bc021c)) - Fix in abieos and update submodule([`b2e0d67f`](https://github.com///commit/b2e0d67f57e0a026d4d6598b5d231dd05d6719a1)) - ([`d0182bcd`](https://github.com///commit/d0182bcd64dd1eda04617d1e43124db3209b8a22)) - Fix more spacing([`ab2c605d`](https://github.com///commit/ab2c605d906518eedba080fa29e8c928259106a2)) - Fix spacing([`f99eb395`](https://github.com///commit/f99eb395a88e9ddd0dba0be377c3cce5f50e0533)) - Fix UB with rvalue reference([`368ba50b`](https://github.com///commit/368ba50bb2aeb8767e8d596c2b8467a5ec6c3a04)) - Fix for comments of is_empty_content([`f6c38a94`](https://github.com///commit/f6c38a94fc8e2535cccb40a3024fd2347cb9f637)) - ([`90b30296`](https://github.com///commit/90b30296c3e6ebc73626c91c12bdc3640ffa8feb)) - ([`8e3f03cd`](https://github.com///commit/8e3f03cdf74215af89fb3b1e422faf8ddac60cad)) - Fix up nodeid usage for Node relaunch()([`ba933deb`](https://github.com///commit/ba933debd70020fbb9877be636082ede702c8a9a)) - Fix ordering of constructor to match declaration order.([`19fad86e`](https://github.com///commit/19fad86e1cf87e87bf51d3924e6de5120b6b5178)) - Fix conversion from seconds to minutes([`5c4a1da4`](https://github.com///commit/5c4a1da40913f3cffd1b0248ab2b4062478e05b3)) - Fixed mismatch between cleos and compute_transaction parameter([`7c446933`](https://github.com///commit/7c446933383dedd0ee502ae32965b0c5fecea455)) - ([`bc42ea2e`](https://github.com///commit/bc42ea2eef36ef230133938c18b9579945e82ca6)) - ([`cc9837b2`](https://github.com///commit/cc9837b29c8c6c2587344d504d4928ee0838f8a0)) - Fix overflow([`96653d61`](https://github.com///commit/96653d6146e53a3b045b554152fb3466dddcb65b)) - Fix overflow([`180187d1`](https://github.com///commit/180187d100470215e163051c8e68f22c6a869160)) - Fix test([`0e664aca`](https://github.com///commit/0e664acac4ab39ba0358078b4ea43dc359eb792f)) - Fix tests([`06e00139`](https://github.com///commit/06e001398ebfc71327a88c3392a5880ca667b132)) - Fix readme([`c68a6a3f`](https://github.com///commit/c68a6a3fe75634cdb8cddf8ae44a206667e01b37)) - Fix broken links in upgrade 1.8 guide :doc([`00669030`](https://github.com///commit/00669030bbff9fc7d9b7a54c124ce1d18099fff0)) - Fix self link in keosd wallet plugin index :doc([`27a4ce5a`](https://github.com///commit/27a4ce5af7e54c1237346330b4e4c1f719526ee9)) - ([`e4948827`](https://github.com///commit/e49488279d20c7648146d9c8a3c628319106d6bf)) - Fix homebrew sha256 warning([`afd114d8`](https://github.com///commit/afd114d8453eef5848ddb90ffec88bc837fbea19)) - ([`162181e0`](https://github.com///commit/162181e091689f0815565b91680940d783405762)) - ([`9a2b4f95`](https://github.com///commit/9a2b4f953009c41758d27acd63d798543d8e8c93)) - Fixes for gcc11([`3ca5737c`](https://github.com///commit/3ca5737c54da7ecd3318c9687a1ed4273126a430)) - ([`afc41bfb`](https://github.com///commit/afc41bfb54b556f02983ee6ee594da08f12b0ed5)) - Fix harmless typo in unreferenced filename :doc([`b429404a`](https://github.com///commit/b429404a48263ec8809a2d9328c0b6c585524f66)) - Fix keosd shell typo and codeblock :doc([`b9d26bf7`](https://github.com///commit/b9d26bf7105d2c6faaefcfa8da8d7b3322f04e6b)) - Fix link to getting started guide in README :doc([`4271eefd`](https://github.com///commit/4271eefd88b2dce6e311262baf3d42f5322ea051)) - Fix sed error for macOS 10.14([`21176ab6`](https://github.com///commit/21176ab6a0b27bf3007c2469daba015ea30fa66a)) - Fix wrong schemata reference in chain swagger file :doc([`18a4c755`](https://github.com///commit/18a4c755ed93b548afa1c10575edb0dbbfc4854e)) - Fix indent issue([`036dff43`](https://github.com///commit/036dff436bf1fb7bea1f45cde258fdc0e998881f)) - Fix broken anchor link on macos build from source :doc([`e4511e83`](https://github.com///commit/e4511e83e6a703a5712825dd052f99b94a74a6a1)) - Fix goal description in how-to buy ram :doc([`7118b3d3`](https://github.com///commit/7118b3d3bfd5120eaf66c0b308db9c6f788c8b8e)) - Fix merge error([`bed7b680`](https://github.com///commit/bed7b680a491d96b7bfd401729b9af21c150f190)) - Fix actual stride number used in trace log example :doc([`5c9110ef`](https://github.com///commit/5c9110ef944d63304d1aa6bc0b9620aa1e1c8142)) - Fix typo in trace_api plugin and minor edit on trace_api_util :doc([`d6b5a809`](https://github.com///commit/d6b5a809236bbd9c439e12fb3aa6389dacf3adad)) - Fix wrongly constructed info callout in trace_api plugin :doc([`9740ec47`](https://github.com///commit/9740ec472ee825353405b496e2e3c62a52b3acf2)) - Fix links to trace_api_util and do minor edits :doc([`0ee52096`](https://github.com///commit/0ee520967fef7fc11ca6cb5ec2ad6eb8d1a42e2e)) - Fix anchor links in eosio 2.0 upgrade guide :doc([`9f1ae553`](https://github.com///commit/9f1ae5535dc31dc9eff3ee17db87f57cce672a7b)) - Fix deprecation notices link in nodeos index file([`6866d388`](https://github.com///commit/6866d3882feb3a7a169bf01f958abfddabf33399)) - Fix the issue that nodeos continues to accept transactions after the flight queue size exceeds the maximum flight bytes([`159fdda8`](https://github.com///commit/159fdda89a254639b44fd1e65645bbb4a0680387)) - Fix link to http plugin from wallet api plugin([`6b22c903`](https://github.com///commit/6b22c9039b45a2a295a77af83b518d5530936a0b)) - Fix dangling reference problem([`0430f34d`](https://github.com///commit/0430f34dfa1288a9ace7c06beb3eaade4f2ae57f)) - Fix how-to fast start without old history([`240058a6`](https://github.com///commit/240058a633aca95e2788fcd31437c5357a45bb05)) - Fix title case issue in keosd how to([`3e9fc3f7`](https://github.com///commit/3e9fc3f7c83da9f9566e3b44c04efe31f8089592)) - Fix trace_api get_block response with block V0 or V1 trace obj([`b6bf430f`](https://github.com///commit/b6bf430f58deee89b4a48874f5eb3230988a6870)) - Fix input block_num type to integer([`8fe3826a`](https://github.com///commit/8fe3826aff4d01c8b3a6b5a0499c016cf98e13ca)) - Fix callout on default loggers and levels([`f4ff8f25`](https://github.com///commit/f4ff8f258970dbf0d7159b72a931144994c4ed19)) - Fix bug where new auths were not findable([`532fc037`](https://github.com///commit/532fc0370593cb0967a1e5a329ee1b0392e99585)) - ([`adc65b79`](https://github.com///commit/adc65b796b0452684afe8f93687ee71fbda5cea6)) - Fix wrong index([`966e8713`](https://github.com///commit/966e871364359335f4ae20ea62dcf35f13987461)) - Fix broken link in nodeos implementation doc and improve contents([`f6bd582b`](https://github.com///commit/f6bd582ba1658c7fae855607506a690b7a17223c)) - Fix typo in amazon linux 2 manual build instructions([`26830245`](https://github.com///commit/26830245e6d03b167dcb9bad93473d73f8c53023)) - Fix cmake param in build eosio for all platforms([`3b39974b`](https://github.com///commit/3b39974b19f174572288f7285b452bea4782bbeb)) - Fixed some missing send_http_responses, always defer response and fix subtle threading issue (thanks @heifnerk)([`4cf832f5`](https://github.com///commit/4cf832f59d2acab037244a332f103c384a5b7716)) - Fixed incorrect comment([`e1550151`](https://github.com///commit/e155015182bc684d7f4966e19d510b3970c141c6)) - Fix test case that was compressing empty files([`9c04992c`](https://github.com///commit/9c04992cd8b52885d341c5eea08474363fbbd705)) - ([`2f7ec989`](https://github.com///commit/2f7ec989f877a8e42952138b17fdcfa039d42d3e)) - Fix potential leak in OC's wrapped_fd move assignment op([`c05acf82`](https://github.com///commit/c05acf829f458d83109ed6e715e59c8d509db030)) - Fix signed/unsigned mismatch preventing configs from surviving([`776fd7d5`](https://github.com///commit/776fd7d50f1ee637e0ee52352c3528502561e860)) - Fix bad string name of options([`a23aae70`](https://github.com///commit/a23aae703cff85c04e1fdb2c4fb61390538c6523)) - Fixed an off-by-one around the genesis slice; added test cases for compression maintenance and compress+delete([`324f4f88`](https://github.com///commit/324f4f88cc3ece1880353ecc72f357debecda197)) - Fix merges in the night conflict([`c820b6be`](https://github.com///commit/c820b6bec838954b19cf1906ca53e5dbd32446fa)) - ([`c144376f`](https://github.com///commit/c144376f36f2db0da73dc2f8218f2f4088859b1a)) - Fix assignment during timer creation([`ce1220f6`](https://github.com///commit/ce1220f60f493975f8394744b1702fa76975f110)) - ([`c4adcb37`](https://github.com///commit/c4adcb373edf26ffb670c054d4637f0022c6c884)) - Fix rpm command for uninstalling eosio([`3554f467`](https://github.com///commit/3554f46703e729f6e8ae99fa6f6e980543c80fca)) - Fix bios boot tutorial script and README.md([`16df7fe4`](https://github.com///commit/16df7fe4dabcfea8203bd418c9357b1c9ddd95ce)) - Fix the broken link([`3aeb4f52`](https://github.com///commit/3aeb4f52551958fc7e7f95b3b787aba4797162b2)) - Fix .gitignore file([`a09053d9`](https://github.com///commit/a09053d94348a147b8fd6a52202f38e748faf0b2)) - Fix typo in how to connect specific network([`4a3c54cb`](https://github.com///commit/4a3c54cbf11e6133481945c6575cee05028eeacb)) - Fix callout on get transaction([`5456c2dd`](https://github.com///commit/5456c2dd90435f1f3b178f63a51bed674c83e590)) - Fix typo in how to submit a transaction how-to([`9f7e0817`](https://github.com///commit/9f7e0817cfd3be66e0076b107f1f663c1fd64a5b)) - Fix callout content in how to get xact info how-to([`9dfbdad1`](https://github.com///commit/9dfbdad13c1df744df5dad44019ebf1e756760bb)) - Fix callout in get account information([`f1832bd8`](https://github.com///commit/f1832bd85ec5b1076161e8055824addd450892f1)) - Fix codeblock in how to create account how-to([`53ef30f2`](https://github.com///commit/53ef30f2ec9d3f6b969c5f0df304acaf865bc6df)) - Fix remaining links([`ba39279e`](https://github.com///commit/ba39279ed047d2623915175d7dd7d158c9157f1a)) - Fix link and remove option from replay how to from state history([`6b307df3`](https://github.com///commit/6b307df382c8ecab3c41ab382fbd835ae9ebaea0)) - Fix typo in how to from state history plugin([`00d0bc66`](https://github.com///commit/00d0bc667d11b050fe989d8a143fd15b208b24ae)) - ([`98acc24a`](https://github.com///commit/98acc24a5b03344fea77223bfe8c1eb43e87c7d0)) - Fix discovery of openssl in tester cmake when OPENSSL_ROOT_DIR not set([`d850f28f`](https://github.com///commit/d850f28fcfb1e82e9d5f45a69e9e3491b7b90c17)) - Fix install location of prebuilt binaries([`86e7ba04`](https://github.com///commit/86e7ba04126b0c3c403082ba86bbccac35a13c7f)) - Fix script uninstall link on callout([`9e25ceec`](https://github.com///commit/9e25ceec069bb7c6b5624ad25947ce08e105d501)) - Fix links in main docs folder([`cbafcf89`](https://github.com///commit/cbafcf898b57673ab83a330232d452ea9c811175)) - Fix and update links in eosio binaries install([`e7b8ee8a`](https://github.com///commit/e7b8ee8aac94ad320f2786d7a84052e11f6550a4)) - Fix brew install command in macos build instructions([`0a1f6813`](https://github.com///commit/0a1f6813735f48471bba0216169ce76bb1f16dbc)) - Fix anchor link reference in manual install of eosio dependencies([`7f437616`](https://github.com///commit/7f437616baa6673699f0259a3af7f838cfe13eda)) - ([`f0c5ef70`](https://github.com///commit/f0c5ef70a57824f1381e86331baff39e8e2514ef)) - Fix EOS VM OC monitor thread name([`43b18a63`](https://github.com///commit/43b18a63a4bfbd77241cdc1ba8af04b4e496fe55)) - ([`d7c13f59`](https://github.com///commit/d7c13f59f611dd260b4e3fc508112f22cf0aacd2)) - Fix up markup that leaked in to license file([`fe8836ba`](https://github.com///commit/fe8836ba83ce50812bd0fd32e39535cdf1648edd)) - Fix potential error in null string validator([`f087bb24`](https://github.com///commit/f087bb2459a2d3cdf8c20da17138244b365ae02b)) - Fix spelling error([`2684ee38`](https://github.com///commit/2684ee38397f5642738069f0dadc3cdf894a1d64)) - Fix GCC compile of EOS-VM OC and replace some constants([`579dd5c4`](https://github.com///commit/579dd5c4fca2231a7be5d4dfd74e0b71b022b6a9)) - Fix some strict aliasing violations([`ae9a6f58`](https://github.com///commit/ae9a6f58ae2a9762589de3dab3e6ca5a54708a5e)) - Fix whitespace issue and update eos-vm([`1d785c17`](https://github.com///commit/1d785c174feb099133850dd1d74ee74b993a93b5)) - Fix some issues with building, merged develop, commented out intrinsic log stuff, and updated eos-vm ref([`ecc8cb55`](https://github.com///commit/ecc8cb55ab9220dd10fef2342215a8a25f05211b)) - Fixes for eos-vm integration and update eos-vm ref([`092ac5f9`](https://github.com///commit/092ac5f9fcdc04a3298b9f6af6b6e3e356607ca1)) - Fixed up integration with vm([`6ddeb96b`](https://github.com///commit/6ddeb96bdf86e3581bb550579dc719e95926e32f)) - Fixed issue([`c6dd8c80`](https://github.com///commit/c6dd8c8094925fab689756e0c0fcac369c2d14dd)) - Fix controller::extract_chain_id_from_db to not fail when state database files do not exist; fixes db_modes_test([`26501818`](https://github.com///commit/2650181879ce244c5fc82125264901637c025450)) - Fix bugs that remained with chain_id in state changes([`57dd64e7`](https://github.com///commit/57dd64e77c0f3c82f6a873287672095ce5df7350)) - Fix get_table_tests/get_table_next_key_test([`7bb5b690`](https://github.com///commit/7bb5b690f4fbee8e6b2c92de95fcf28001677ce2)) - Fix erroneous removal of return([`eb2b4521`](https://github.com///commit/eb2b45218c6af58df0573cefb93de434b2588303)) - Fix whitespace in the code touched([`6692987e`](https://github.com///commit/6692987e52326b9efa960dea4f9b599a64f386fa)) - Fixed off by one, thanks @arhag([`e8894369`](https://github.com///commit/e8894369d8d5925333d82d3ac89ef5c6c4b759e7)) - Fix([`5bbd368b`](https://github.com///commit/5bbd368b58d8e9e205188674a3b63d1a4bcba966)) - ([`25d31bcb`](https://github.com///commit/25d31bcb1e64d2f0b51aaa7c5693305b7addcfbd)) - Fix producer_plugin watermark tracking (watermark should never decrease, consider unapplied blocks in fork database)([`3892f3a9`](https://github.com///commit/3892f3a99837a4e51cf00abd39ceca5f18ef17c3)) - ([`de18961d`](https://github.com///commit/de18961d33ebd74e3aee0b5b8652b839408aba68)) - Fix 7600, test case([`73983bfc`](https://github.com///commit/73983bfcc6047dfb38e8e0532d35e0fc0cc83271)) - Fix 7600 double confirm after changing sign key([`098d06b3`](https://github.com///commit/098d06b3cf196cf4a8f05b2fc3c83aa453d9acb7)) - Fix fork resolve special case([`fd457cfb`](https://github.com///commit/fd457cfb37dd0ea40d1e7743e9426c5b323ceb31)) - Fixed ubuntu18 loading c++ instead of clang (breaking the symlinked ccache([`27f570b0`](https://github.com///commit/27f570b0ff6872a43fc889955508cbfafb6c1483)) - Fix for hash mac check([`754afd43`](https://github.com///commit/754afd43c730f7d3ea2e8eb6af4c8c9985f9f0a1)) - Fixes([`a47a9394`](https://github.com///commit/a47a93949ef0097523ece4614654b8c954ac4ecf)) - Fix for linux mount([`f6cf475f`](https://github.com///commit/f6cf475fc93a14a0d48010a6d79b0ad41d7d33ec)) - Fix for path([`74564ca1`](https://github.com///commit/74564ca1557d7ae8644c89c2de6f5291042bc64c)) - Fix for path([`5933eed3`](https://github.com///commit/5933eed30e706ce04f3d8bf2955991b1ad116b9f)) - Fix for ccache([`fcd142cb`](https://github.com///commit/fcd142cbdc28b2e7c44de1872a0942279d411b0f)) - Fixes ccache([`baed723f`](https://github.com///commit/baed723f171e873cd425d93f25952a58c79a67b1)) - Fixes for centos7 and ubuntu16 not having their compiler symlinks under /usr/lib([`e56371be`](https://github.com///commit/e56371bef05a94d8f2e2af3fdb8ceed26c1ed849)) - Fixes for centos7([`81193274`](https://github.com///commit/81193274a25300b3f2ccc69b1f4266157855c81d)) - Fixes([`ef6496f8`](https://github.com///commit/ef6496f884ab224c1f1cb1548af5919f78483822)) - Fixes and bats tests([`ae7e6aff`](https://github.com///commit/ae7e6aff15f398fbcc7ed8864e9bc2aeeeac6c2e)) - Fixes([`f8e86685`](https://github.com///commit/f8e86685edd15bb81454ef983e03252d6759b06d)) - Fixes([`5d4f8825`](https://github.com///commit/5d4f8825c234235032259a8c41380ef3ac4dae2a)) - ([`969e142e`](https://github.com///commit/969e142e859b9cc668df933f806bd80f12f8193f)) - Fix assignment during timer creation([`d0d686c9`](https://github.com///commit/d0d686c970b0e0c9cb5e88f0e0c50506015e015f)) - ([`95242042`](https://github.com///commit/95242042b3bcaf79103a78e1d626e7f96f0764f4)) - Fix ship segfault in get_block, #7136([`761cfd8e`](https://github.com///commit/761cfd8eab6062c3a47f38561048d5b33d4533bf)) - Fixes([`3ae79e1c`](https://github.com///commit/3ae79e1c4ca392284a5db33154cce3ba7074d0e5)) - Fixes([`6f89bfd3`](https://github.com///commit/6f89bfd34e1ecc86945efe836e7917c76973162c)) - Fixes([`540640a4`](https://github.com///commit/540640a49101f3591fa78532743912826e6cb0d0)) - Fixes([`6049fe3a`](https://github.com///commit/6049fe3a13479b787faa3a1fd739265274fe694e)) - Fixes to logic([`31a4283f`](https://github.com///commit/31a4283f3a6913c9528dafdff82a875c2fdb0b26)) - ([`bb568421`](https://github.com///commit/bb568421a30dd30ca44b299bbdd6d8e7d0716fa9)) - Fix bug in fork_database::close which serialized blocks to disk in wrong order (caused linking issues when opening the file)([`51cc4994`](https://github.com///commit/51cc4994b445b0db1321ad14580e6213a830853f)) - Fix possible WAVM disasm memory leak (not clutched in normally)([`e32fb625`](https://github.com///commit/e32fb6253ea57cbba3fabf8fc4c21fcca3522343)) - Fix bug to make sed -i work properly on Mac([`fd9ea142`](https://github.com///commit/fd9ea142e9feb648fa01605f011f8958eb102fe7)) - ([`f725055a`](https://github.com///commit/f725055a99cab775704cd354ff37460f60243018)) - Fix producer_plugin watermark tracking (watermark should never decrease, consider unapplied blocks in fork database)([`88712d65`](https://github.com///commit/88712d65499f8af916d1c8dc6e070fcf768d1bce)) - Fix snapshot versioning test to reflect 1.8.1 changes([`7f68827e`](https://github.com///commit/7f68827e3d1ccf94cb216fadc88f035398f2a995)) - Fix more NP tests, also fix producer plugins capture of data that goes stale before its use in finalize_block([`02732946`](https://github.com///commit/02732946800a1f7f8c5fee984ada3249b3f0dbb5)) - Fix errant unicode typo that I introduced([`e91a7e06`](https://github.com///commit/e91a7e06ffb18bce46e54afea58c20e33e733064)) - Fix compile errors and semantic errors from merge([`4778001e`](https://github.com///commit/4778001edf771cdaa9617f2accea53282258e8b1)) - Fix some bad accesses, remove the block extension check, add test cases for wtmsig block production, augment tester to accomodate([`b88bbda9`](https://github.com///commit/b88bbda91ddbb4bf08e4888e7987b59573e34d13)) - Fix more tests that relied on pre-authority producer schedules intentionally([`ac0f6209`](https://github.com///commit/ac0f6209ee00f0b007473cdb0bfee6297d845c77)) - Fix ABI and tester compatibility with variant differences([`a57656c5`](https://github.com///commit/a57656c5fe93252a69fc0297516f330a4bd3276a)) - Fix ABI problems([`51cce2ac`](https://github.com///commit/51cce2ac8b942852ac6e2c67d036808056a85a43)) - Fixed to return correct return code and log([`551453f3`](https://github.com///commit/551453f327e82e563bdcecb8d49adbf882a56078)) - ([`81ccc422`](https://github.com///commit/81ccc4227315b2579051ab43bc0f77e8e87be461)) - Fix 7600 double confirm after changing sign key([`1575ea7a`](https://github.com///commit/1575ea7a93be0418e4654fdbc4f86492adbd4c1d)) - ([`0c6deed7`](https://github.com///commit/0c6deed7bcd18a03f7ed2ffe142423da0f9725f5)) - Fix fork resolve in special case([`c81a52cc`](https://github.com///commit/c81a52cc713eef24943994d45d6d2ea3cfb0e278)) - ([`9e1007c2`](https://github.com///commit/9e1007c2a24a9132e13fc78f695a4510e695b163)) - Fix win32 build of eosio-blocklog([`9db6daad`](https://github.com///commit/9db6daadb3b828d9c8de09aaef00a6516b6ae1f8)) - ([`dcacfef0`](https://github.com///commit/dcacfef0bcc9334b253a441fcef3b33440aaac32)) - Fix fc::temp_directory usage in tester([`1114096a`](https://github.com///commit/1114096a36e266c1e7a5098cd4a9c7e93c87a3c7)) - Fix([`f6895ed4`](https://github.com///commit/f6895ed4c92a602fb025ca46f7fae3a3e198b8dc)) - Fix dummy checktime timer to actually compile([`ea981543`](https://github.com///commit/ea98154359e9523425290fc4c5f9a7b847fc3e56)) - Fixes and bats tests([`0b19f803`](https://github.com///commit/0b19f803089e4f21d87f0fcf4a3df1af26b66263)) - Fixes([`e572cb2e`](https://github.com///commit/e572cb2e11d323d984cd71fbc251fba0c4ead018)) - ([`0c09c670`](https://github.com///commit/0c09c670e005aa52de0aef2f4a27155fc9fd0a44)) - Fix hash<>::result_type deprecation spam([`5faea557`](https://github.com///commit/5faea557121ec535c926dca34c9a6e992493e787)) - Fixed bats for ubuntu([`34a414a8`](https://github.com///commit/34a414a80acedaf60c3ea47e3b37d8103c70f485)) - Fix for if([`3d87980e`](https://github.com///commit/3d87980e4842f8360c69335c0e81b9a08cda726c)) - Fixes([`ab81dee0`](https://github.com///commit/ab81dee0d559a8f4e11f36270832a05ebbe86dcf)) - ([`277b6df6`](https://github.com///commit/277b6df61750710ad598d5b55b48a249e4a093c9)) - Fix copy_bin() for win32 builds([`d0f3e096`](https://github.com///commit/d0f3e096407f6612058e11696abd4a52633cd995)) - Fix a bad search and replace, that I doubled down on in verbosity...([`1b8b8808`](https://github.com///commit/1b8b8808863ab89e75bc76ed2becd3e4d42c1751)) - Fixes([`43629639`](https://github.com///commit/436296399b7a51a05a5cfa74888acc79b51bd393)) - Fix for script([`ec9d074e`](https://github.com///commit/ec9d074edda944cae5bd9b918b2af565b1e0b0ec)) - ([`1dc8354c`](https://github.com///commit/1dc8354c8c7a3e51df666774f78d4e979bf50551)) - Fix bug in fork_database::close which serialized blocks to disk in wrong order (caused linking issues when opening the file)([`c1a2ad66`](https://github.com///commit/c1a2ad668061228d1fe835352a314a6bc7e7b4fd)) - Fixes for Zach([`5b17c9a0`](https://github.com///commit/5b17c9a016a48ee715fb2cff7499867801ab0123)) - Fixed pipeline([`54cf59eb`](https://github.com///commit/54cf59eb89b63549424d6e618ff27a45a2f72033)) - Fix the incorrect check on $BUILD_CLANG8([`29e0ead7`](https://github.com///commit/29e0ead7dc0d4a5433cb9e308dfa2b838e546b4c)) - Fixing other merging issues([`06a7f310`](https://github.com///commit/06a7f310a285b9b51d69cc7564af5583a9c0e8d7)) - Fix missing tmp directory centos([`397e266e`](https://github.com///commit/397e266ecae796c43b7e7bdc73b0e4a77f2614a9)) - Fix patch and bump timeout for build([`2609c0cf`](https://github.com///commit/2609c0cff1f2c7078dfbbb21baa6008b55eb8a76)) - Fix up darwin([`408f5ebd`](https://github.com///commit/408f5ebdd4d7ff2559d88dc8b20d2b78a7befc2d)) - Fix rm([`5937ffd6`](https://github.com///commit/5937ffd67611f420967cf73e67e1bdd5855e99b7)) - Fix bash issue and add -p to pipeline.yml([`4b3de8a3`](https://github.com///commit/4b3de8a38c37e923b99bf1b58921bba557cd67d4)) - Fix commited ram_restrictions_test.abi file([`32c3375b`](https://github.com///commit/32c3375bbfed1b27f7dc48951a225ef8e521c815)) - Fix api_tests/ram_billing_in_notify_tests to not activate RAM_RESTRICTIONS; fix api_tests/deferred_transaction_tests to catch the right exception given RAM_RESTRICTIONS activation #6105([`f9ab4636`](https://github.com///commit/f9ab46362e255b9fb099d97aa5f71917ad8769e2)) - ([`181086e0`](https://github.com///commit/181086e0db6e2a369ca07cb8567c03e23451d4aa)) - Fix mongo([`72f4315b`](https://github.com///commit/72f4315bafef45cee14f74416b979b85c3883e23)) - Fix unit tests([`6c1a7ab4`](https://github.com///commit/6c1a7ab4a1472b910e1c9b65f7e8ec49761d32f1)) - ([`6affbf69`](https://github.com///commit/6affbf69379353406cec78a49492ee532e97ce87)) - Fix long-running tests given RESTRICT_ACTION_TO_SELF protocol feature changes([`645899ea`](https://github.com///commit/645899ea05e8daa38ee8289e96a25cdfef1e5bf7)) - Fix compilation errors on certain linux platforms #6115([`04e7b901`](https://github.com///commit/04e7b9010fcc7306b6a1862575daa7e086e7bec7)) - Fix proxy test contract to work even after NO_DUPLICATE_DEFERRED_ID activation #6115([`36331193`](https://github.com///commit/363311937ab3396cb7f989d3cebb44619af7b0e9)) - Fix tests that broke because of RESTRICT_ACTION_TO_SELF protocol feature([`0069bd5c`](https://github.com///commit/0069bd5ce15c13d39c097c38c383f385bb499b36)) - Fix unit test case([`0214edaf`](https://github.com///commit/0214edaf1362910246fc92ce21290b14ef404a67)) - Fix test case([`bff64537`](https://github.com///commit/bff645372d7a3250668d7fbfd857a08c02beaeda)) - Fix dangling reference issues #6897([`943522e3`](https://github.com///commit/943522e39762c6800373441f943dc44830ba264e)) - Fix plugins #6897([`ed8b7b41`](https://github.com///commit/ed8b7b41c0c80e275b911268ca846113a32c5f16)) - Fix producer_schedule_tests/empty_producer_schedule_has_no_effect([`cd28dafa`](https://github.com///commit/cd28dafad1a7a5290370c50dd26288301f046da0)) - Fix test case([`560efeb4`](https://github.com///commit/560efeb446cb3b7ca7786f434eca0531c6587140)) - ([`59bce766`](https://github.com///commit/59bce7666a4eddb0dee16479fa4fa3e0dbd8b89b)) - Fix bios_boot script for feature_digest param([`79c2be8d`](https://github.com///commit/79c2be8dcda75ea1c361ac06f9a4d6b0ef03fb48)) - ([`e1e776ff`](https://github.com///commit/e1e776ff3d56c6b420b0e7b51550d0b2b5213bcb)) - Fix python test that failed in some servers([`43d8eb93`](https://github.com///commit/43d8eb934c0a8c669713c30138312da7a38ff327)) - Fix python tests([`0d564cf4`](https://github.com///commit/0d564cf47bd2aba50f1b82007f7869ac1bff53e7)) - Fix single producer node case for preactivation([`2211e9a4`](https://github.com///commit/2211e9a4a361af01678699807e0179d12c024390)) - Fix bug in block_header_state::next regarding producer_to_last_produced; add unit test producer_schedule_tests/producer_watermark_test([`a9036408`](https://github.com///commit/a90364084f75b8f7d371a9f2a79b53d18febb051)) - ([`1cdf8ed5`](https://github.com///commit/1cdf8ed5cc8adf7de4767fd55558ba614e73a029)) - Fix a case if started block get aborted([`488b8e6e`](https://github.com///commit/488b8e6e0f1e5fdadb0baceb8e4b9aa6dae4ba6c)) - Fix duplication check bug in controller_impl::start_block([`421bc246`](https://github.com///commit/421bc24600440425ce3488adf637d5823159a9c8)) - Fix bug in pending_block_header_state::_finish_next which created an inconsistent header_exts([`df1379ee`](https://github.com///commit/df1379ee1cd32b9e43278297a626c9962c42c231)) - Fix bad pipeline.yml from bad merge([`bf756800`](https://github.com///commit/bf756800d436a95b99b92815836be19385559eb7)) - Fix bug in protocol_feature_manager::add_feature leading to undefined behavior([`6e3c7cb9`](https://github.com///commit/6e3c7cb93415a6c6a5427d43a0ecb9c8edf95ad4)) - ([`f892aff8`](https://github.com///commit/f892aff8288d9f80ab3e42d53ba5ff50ef66a9f9)) - Fix potential crash on assert([`ad2f5344`](https://github.com///commit/ad2f5344fa027568e2a70971dce6e21c7e6b4a80)) - Fix block log validation bug in read_from_snapshot([`7ff3d092`](https://github.com///commit/7ff3d092d1b5a403c41348c9e3331ae6207262f1)) - Fix bug in init that caused restart-scenarios-test-hard_replay to fail([`cbf86878`](https://github.com///commit/cbf86878b1941dc0644a6e0b1cc459b2ea7bf103)) - Fix replay & transit([`2ae9f4e5`](https://github.com///commit/2ae9f4e568c53510e8af5da7670058a7243a5400)) - Fix switching between speculative and irreversible mode([`8967d471`](https://github.com///commit/8967d471c9a7de33973ce58f6b3b3a30594b99a7)) - ([`5560c0d3`](https://github.com///commit/5560c0d3bbd581a39959fdafffc0991d7866853a)) - Fix bug in apply_block which constructed a completed block state with a missing signature in the block #6851([`8974cf78`](https://github.com///commit/8974cf783d91be9ba04d283e320bb73f4d72260a)) - ([`9d142489`](https://github.com///commit/9d1424899b311f6bd6364763d66ed0e5265a221b)) - Fix pending_schedule_hash([`2aeb6260`](https://github.com///commit/2aeb626012e523e85e2cda3a6853a052598d5c0a)) - Fix bug in fork_database::advance_root which caused non-determistic failures in plugins that do async processing such as mongodb and bnet([`71fc3a2d`](https://github.com///commit/71fc3a2deabf9f1b5af370c010e96f30d80c6aa8)) - ([`f51d285d`](https://github.com///commit/f51d285d2dbbb58a420ce67ed21c8b6c89468cf1)) - Fix rpm command for uninstalling eosio([`302270b1`](https://github.com///commit/302270b10d215a6c2451600193d9ddb3419f947d)) - Fix bug in get_block of chain_plugin which could cause unnecessary failure if passed in a block number; also update fc submodule([`09737b46`](https://github.com///commit/09737b465666e6d0a256801f91e17dd1478c6b47)) - Fixes([`988bcc0e`](https://github.com///commit/988bcc0e28f69db93cd5b71cb10f13ad181ed777)) - ([`ffb16629`](https://github.com///commit/ffb16629903afe4892140ecd42f11ccd5dbc9565)) - Fix signed_int pack/unpack([`fcbdabe5`](https://github.com///commit/fcbdabe52a57692c583afdc9eed3bbdbf14b38d0)) - Fix merge issue in producer_plugin.cpp([`cc3a9143`](https://github.com///commit/cc3a91436df2bfa1c2dd6107924af15987aca6d0)) - ([`b45a53e6`](https://github.com///commit/b45a53e6892af1b88af316b97703e5db56c8c2c4)) - Fix issue 5488([`649289df`](https://github.com///commit/649289df8e1f19de6a421c04cd545cca5be09279)) - ([`7ae33a83`](https://github.com///commit/7ae33a83557affd91a79565df63417aba02a1efe)) - Fix GMP & secp256 linker order for EosioTesterBuild.cmake.in([`8e59754d`](https://github.com///commit/8e59754d2dc00cef28259eb46a5e5fb592cc8e40)) - ([`21b307cf`](https://github.com///commit/21b307cfdf402474c26aef38c427a4f58acfc0a0)) - Fix #6274 false exception msg in symbol parsing([`3ad1dd53`](https://github.com///commit/3ad1dd535b393e08778d1f4ce4b1fead1aa36261)) - Fix params, add show-ram-payer option, add test case([`fb21baef`](https://github.com///commit/fb21baef4dc296a579c733ad5fdc683e7fb9925e)) - Fixed macos tester to use the mac agents([`88e9a374`](https://github.com///commit/88e9a37404f8077074b7830c16393321015c6e6c)) - Fix get_table_tests/get_scope_test from plugin_test to reflect new definition of upper_bound([`13e3a035`](https://github.com///commit/13e3a0356c819cbff61581d2fb26f700b62ab680)) - Fix definition of upper_bound in chain_plugin #6273; fix issues resulting from upper_bound < lower_bound([`69e929ee`](https://github.com///commit/69e929ee5125944ed03f7793344d90b6554068d5)) - ([`69dee072`](https://github.com///commit/69dee0723bbd33cb9b13dd296bded28f939bdc84)) - Fix _last_sent_block_id([`a08256a2`](https://github.com///commit/a08256a2fb0a54e37491743ab3ceb620f99af742)) - ([`629a9872`](https://github.com///commit/629a9872bd56ecae933301468c3042db6df28a9e)) - Fix bad assert logic when deferred transaction receipts are presetn([`ad39c56e`](https://github.com///commit/ad39c56e9acfa9e8cc7f0da3bc4f7db82329337e)) - Fix a few bugs with empty sections and empty table types([`ed3df787`](https://github.com///commit/ed3df78711703fd30fd43f8b32be33c9891c5018)) - Fix `block_log::repair_log` which was missing the new separating totem between header info and blocks([`d7a6ed7b`](https://github.com///commit/d7a6ed7bf0afad845626d6e870ff38924bbd8c90)) - Fix irreversible read mode test([`ca1b9708`](https://github.com///commit/ca1b97081f505be28bf0da3506e7d803e6d733e7)) - Fixes to binary serialization caused by overloaded operators([`45bdd373`](https://github.com///commit/45bdd373ec2fd7d631976e00dd00df6f3f5f7f35)) - Fix for mutable_variants not being aliasable to variant([`aa2a6931`](https://github.com///commit/aa2a6931ac16a0e4b6a2a00fa96768c82527ffc1)) - Fix some issues([`c7835789`](https://github.com///commit/c7835789a1746f862266e53132e63ae736d15c7d)) - ([`75baea57`](https://github.com///commit/75baea57a04945f10e8f86d463fb4efa6fc9dc63)) - Fix descriptions of the two types of cleos commands to create an account([`2ac3ffc7`](https://github.com///commit/2ac3ffc7c163a56b9c232514755189a826109563)) - ([`995bddba`](https://github.com///commit/995bddbabbcce57947839d156574614b48b81058)) - Fix bad merge from release/1.3.x to develop:([`4664c3a5`](https://github.com///commit/4664c3a52fd91cbce4ea92beeb73071bca0e3b8a)) - Fix nodeos_under_min_avail_ram_lr_test([`1372efb5`](https://github.com///commit/1372efb509f08736bacd85b0e05a7c7129894a62)) - Fix bug with cleos wrap change([`93897c6f`](https://github.com///commit/93897c6f111a842a01a806ec6927500f2dc2ce99)) - Fix nodeos_under_min_avail_ram_lr_test([`8b191e52`](https://github.com///commit/8b191e52491e8f347a95df06e16df51542e172df)) - ([`301626d9`](https://github.com///commit/301626d964825e7fcdcf8b7eae239be611d77c61)) - Fix replay with --disable-replay-opts([`f3ea1d61`](https://github.com///commit/f3ea1d610a1623a42e585feca425d9fc34730e6d)) - ([`2efc7861`](https://github.com///commit/2efc7861409ae1f4f72e15a36e3d1e7babe3916a)) - Fix history_plugin get_transaction bug #5589([`ae8edf22`](https://github.com///commit/ae8edf228f3e23b558cd4f3f780eb61ee1b5da9d)) - ([`2a41a4a2`](https://github.com///commit/2a41a4a29cd5208ff80c1f9790f940886823ae73)) - Fix ambiguous command line option for filter-on/out([`be0c2bed`](https://github.com///commit/be0c2bed0ceffb86c1d53c68426cf4cefb0c2f08)) - ([`9c81c86d`](https://github.com///commit/9c81c86d2d3d79eb4cdde8e687b0aa9371e0fc1b)) - Fix core_symbol issues with get account; also print out account creation time during cleos get account([`c7505690`](https://github.com///commit/c7505690370701e067ecf3e5e14f9d0999f707f6)) - ([`6717fc19`](https://github.com///commit/6717fc191c63d79b9ee2ddd33488579546694006)) - Fix bugs in abi_serializer variant to binary([`22c42e4a`](https://github.com///commit/22c42e4aa3b7cc3ba73daeff534436ddb09301f7)) - ([`2b3de0c4`](https://github.com///commit/2b3de0c4fc0e75b956b2d29ffdb7b66b4597ef67)) - Fix dereference empty optional bug in api_tests/transaction_tests([`3a95b491`](https://github.com///commit/3a95b491193192d23c379ea468b94c80527e89fb)) - Fix typo([`12295746`](https://github.com///commit/122957467ea21eb3918798cd409cc869ea592884)) - Fix typo([`9cdc1699`](https://github.com///commit/9cdc1699547221e8a8f80f844e2ae1cdb07d29c7)) - ([`0899a5f0`](https://github.com///commit/0899a5f0aa31f75932165d61f628eb69639f4284)) - Fix ripemd160([`9eade4c1`](https://github.com///commit/9eade4c1099e0a652c9b4c1869c7b75e7908cf1a)) - Fix bug in wrapper classes move assignment([`d846b3a3`](https://github.com///commit/d846b3a3e0cc55fe32155fe88f5497f943ff738e)) - Fixed tabs to whitespace([`e218e160`](https://github.com///commit/e218e16069e57dcbe0a9df94ee9362a05032d51e)) - Fix compilation issue wrt returning tuple([`13eac231`](https://github.com///commit/13eac231811d0af3a2d7fe1303ad8402e70ff6e3)) - Fix bugs with deferred trx cpu billing changes([`8446c9a5`](https://github.com///commit/8446c9a558416233061dd2cd46c7bc8e91052b8a)) - Fix CMake dependecy on chain/webassembly header files; change install location of wasm-jit header files([`43c85294`](https://github.com///commit/43c85294ffc45a5ba59c6ff8c986c6961de3a2d9)) - Fix issues with bad blocks getting into reversible([`d2699c0c`](https://github.com///commit/d2699c0c47269c424b22191dc03d10e0d862d980)) - Fix guards for testing library redux([`f494782b`](https://github.com///commit/f494782b2d83dabaa628d62ef083b68590bbac8c)) - Fix guards for testing library([`8a6e00ef`](https://github.com///commit/8a6e00ef5d3125f00804d3aae9a36ea6f58aa203)) - Fix greylist net limit exception in defer transaction case([`42db70e3`](https://github.com///commit/42db70e39a0e299b9172a078a3ae4a3da0b913a2)) - Fix abi serializer compile error([`20391a7e`](https://github.com///commit/20391a7e900a8e49698c5172b149fab5b85f25a3)) - Fix secondary index table id lookup([`a272d843`](https://github.com///commit/a272d843ef72fab54cc1ea46ba4c19c7fb30c9dc)) - ([`f6bc7581`](https://github.com///commit/f6bc758132fa02ae52bf673ae5b6ecf712258bb1)) - Fix ignore ipv6([`e417f2f5`](https://github.com///commit/e417f2f55bafef28c89d2a3e23356d1b7c270e76)) - Fixed tests in light of new exception([`a93debf1`](https://github.com///commit/a93debf19eff7879e67c7ec0005241ffc6e90de4)) - Fix mistake in eosio.sudo contract from @moskvanaft's review of #4429([`5906ce5e`](https://github.com///commit/5906ce5eba4fc56f2495dbd1a72909e59a86d6d8)) - Fix accidental duplication of code introduced during merge #4253([`9b5bad0c`](https://github.com///commit/9b5bad0ccdfb3277b2160ce796e9d2fd045939c0)) - Fix eosio_system_tests/stake_from_refund([`629ce28f`](https://github.com///commit/629ce28f092551d35c8c301c4e9ed374d7d8db26)) - Fix ram fee rounding errors in eosio_system_tests([`ed4d1ff0`](https://github.com///commit/ed4d1ff024dbc5327cc34984c811dddb763a439b)) - Fix fee calculation in sellram and comments([`c2984b52`](https://github.com///commit/c2984b52f6d7ff76475e32d79008ef5e94431707)) - Fixed missed conflicts([`3cd53803`](https://github.com///commit/3cd538034ecee64c0d6a1b6d0c676bfd7be486e4)) - Fixed missed conflicts([`853c0bf9`](https://github.com///commit/853c0bf98304175aa994bf5c0e4997b1c3e33383)) - Fix cleos get account bugs #4171 and #4198([`11e374d4`](https://github.com///commit/11e374d44a671bfea13e0444a1ecc998902262bf)) - Fix unit_test includes in CMakeLists.txt #3969([`ff12b9f7`](https://github.com///commit/ff12b9f7909870b4712da4ca88f74965c3d11672)) - ([`98ff28c1`](https://github.com///commit/98ff28c1b3079f6c2eed283dce492e2c53fbe1fa)) - Fix action-blacklist config parameter description #3933([`25e23648`](https://github.com///commit/25e23648afb71a6ec2280a455a8f38710b40f076)) - Fix typo #3933([`dea9ce23`](https://github.com///commit/dea9ce2321cc027f00605eb7197a8f763049df27)) - Fix 15% percent error message and associated tests #3932([`245394a4`](https://github.com///commit/245394a44cfe406a644df1eb63eb19692387a44c)) - ([`45adb5e4`](https://github.com///commit/45adb5e4cc6d550619fd27216b7c17f27c335272)) - ([`06a79057`](https://github.com///commit/06a79057d63a842c42bb1425f3a5f6df29f58f21)) - Fixed spelling([`d9c68de6`](https://github.com///commit/d9c68de60af8e4e4988f48b7049523a2d390d63c)) - ([`7ff79af6`](https://github.com///commit/7ff79af6e8c177d9d1c8a5c1ff563c3ea4396959)) - Fixed spelling([`7a462867`](https://github.com///commit/7a462867a2f3b50043d6c2d2a6097da765661465)) - Fix #3219 (asset's precision zero)([`3beeb586`](https://github.com///commit/3beeb5869547d08d9c5676c5ac16fd248b1c6306)) - Fixed issue where passing in -o without an arg behaved unexpectedly([`bbd0ae96`](https://github.com///commit/bbd0ae963b6e5c574452a1e761fb8573c194d6a5)) - ([`f12bcd26`](https://github.com///commit/f12bcd265fdb2dd32be66d4f8c31963401885a26)) - ([`2edeff07`](https://github.com///commit/2edeff07817d766116cf26a478aa2f45755eaf52)) - Fix llvm dependency from xenial to bionic on ubuntu:18.04([`a483e6fb`](https://github.com///commit/a483e6fbf1bfcd39aa41971ea2ac8ed1a96292cb)) - Fixes for json parsing for from bitshares #3539([`704d01f3`](https://github.com///commit/704d01f3c9b83c6a642993d40e21a5cf23fc9836)) - Fix bug in controller::check_actor_list #3638([`bfc72fac`](https://github.com///commit/bfc72fac236a4724f555af0d0ef6ed42fd2dafab)) - Fix setparams in system contract #3621([`0aa6306b`](https://github.com///commit/0aa6306b4529adcacd2361aae4926f1c0fc96327)) - ([`e64fdebd`](https://github.com///commit/e64fdebd1e6d3a09639550bd9aec35f4c5568a9b)) - Fixes numbering of articles([`b9930792`](https://github.com///commit/b99307924e972619e7f1a60aaf5df1b7156a4d90)) - Fixing md formatting([`6cb412d4`](https://github.com///commit/6cb412d4dc7800e75ec9393936e234005ee2e0d8)) - ([`f149e187`](https://github.com///commit/f149e187729042416d3cd06cb6ccf2dbf7ad97ae)) - ([`d7dff4f1`](https://github.com///commit/d7dff4f1df4a3ab462ef4a60a24ca2be1449df2d)) - Fix bad merge([`3d70e9d5`](https://github.com///commit/3d70e9d5e258c880db0d51758124b082a721814a)) - Fix asserts that get compiled out in debug([`ea89dce2`](https://github.com///commit/ea89dce21d13d41a22b3512a27be97b4be9df755)) - Fix shared memory leak caused by not committing on replay([`988bf316`](https://github.com///commit/988bf31621c1ee0dded4e8b5c136efc1943808f5)) - ([`8c0d179c`](https://github.com///commit/8c0d179c8ccfcd5b2fc622e4496679b2113b0c8f)) - **Docker:** Correct symbol name([`59ff4a4c`](https://github.com///commit/59ff4a4c5bdbdf91e278d69bc722409a1adb2515)) - Fix bug in chain_plugin with initializing chain_id([`bd4d2818`](https://github.com///commit/bd4d281837abeed482fa2e4868b07c184ecf7ae4)) - Fix eosio_msig_tests #3430([`0770df78`](https://github.com///commit/0770df787deedd57c7925c2e9d06eb821e8fcfbc)) - Fix crash on exit([`06562cc0`](https://github.com///commit/06562cc09c42eed50bb39803f67d2757d97c3985)) - Fix build([`902b3a81`](https://github.com///commit/902b3a8129f227b6c68368329d135e5328d8db63)) - ([`21545db0`](https://github.com///commit/21545db0f09d6504c4dcfb98d8972621e33fec51)) - Fix for issue #3280([`dab4ae36`](https://github.com///commit/dab4ae36021ad002bd351005874eee2edbafe028)) - Fix typo([`58bb51fe`](https://github.com///commit/58bb51fe3d4904e4d8489893cdd606f25be84bca)) - Fix unit tests for producer-deactivation, #3344([`562de3ac`](https://github.com///commit/562de3ac6b4b041b8640a3cb1281e67f398194a0)) - Fix small bug in recover_reversible_blocks([`4ec738b8`](https://github.com///commit/4ec738b866537a57544c627786f7cd6b345e89a9)) - Fix bug in staking to another account with transfer #3309([`e9a3651b`](https://github.com///commit/e9a3651b75d427a55a760cc480eef1c86897f7d8)) - ([`08c7fd55`](https://github.com///commit/08c7fd55ea0b6af4b4ac0a071ff8222021bf14f5)) - Fix for build failure induced by macos and xcode updates.([`20086be8`](https://github.com///commit/20086be86bdc77363d67a4e29807fb78b2779cf6)) - Fix log message([`1dc81eda`](https://github.com///commit/1dc81edab97a57a3ccfc683b65eb1e06b08d2ab0)) - Fixes due to improper caffeination EOSIO/eos#3161([`fed5e606`](https://github.com///commit/fed5e6066ba1883c6ab0628836eff111616dc5f4)) - ([`6c3953f7`](https://github.com///commit/6c3953f7036537b56f9fc228dd54ce6a6d626301)) - Fixed misspelling([`e9525c42`](https://github.com///commit/e9525c424a71187581b80970803bc151f8887c82)) - Fix for non-terminating loop condition([`9d9d127d`](https://github.com///commit/9d9d127df7b6aa9f69e1ce79c8b494b1b1bdc75b)) - Fix name errors([`e2a79b37`](https://github.com///commit/e2a79b37e764738ce1c73b5b767c39659e99081f)) - Fix for eos #3126([`f3167772`](https://github.com///commit/f31677726a0ea97e8754f6905948fcf039dda8e9)) - Fix bug in force-all-checks option([`f725229c`](https://github.com///commit/f725229cfa81f0ba919483e6ca6cfae298abdb21)) - Fix #3229: keosd does not respect the --wallet-dir option([`c87c38ad`](https://github.com///commit/c87c38ad87dcd47147b37222ecad83e53b440655)) - Fix bootseq_tests by using new eosio_assert_message_exception([`6435293d`](https://github.com///commit/6435293d0a69deb0a33694ebf6e79122921a964f)) - ([`05e2dd3f`](https://github.com///commit/05e2dd3fe487c90729ca3cf3d327b139dea42f20)) - Fix missing tests([`7a4c6180`](https://github.com///commit/7a4c61807600d5de40378d1e6ddfd028691af1d2)) - Fixing error with Article X([`103ada32`](https://github.com///commit/103ada32d27f798db4aa3043617d39e1e2eec894)) - Fix cmakelist([`2bd3b6a1`](https://github.com///commit/2bd3b6a129beeec84f980ce5a8398d209ebc9ddd)) - ([`34a1fc1d`](https://github.com///commit/34a1fc1d1d8044375f56a2dce14137c124044915)) - Fix typo([`ffa9fdaa`](https://github.com///commit/ffa9fdaa9e57d6c865cfe442491da470e5b73cb6)) - ([`e592d431`](https://github.com///commit/e592d43186b50548854d5a3470f6ed3670edfe1e)) - ([`78cc137b`](https://github.com///commit/78cc137bad0307be3c794889f63d7b580a6783dd)) - Fix expired delay txn handling, add test case for 2071([`3ea6cdbf`](https://github.com///commit/3ea6cdbfa4a0dd786d2682727035c2f0571cd9a0)) - Fix tests by removing extra comma from abi([`27cf18be`](https://github.com///commit/27cf18be5a19ec9ef4d2c73309e8807546a026fb)) - Fix cleos delegatebw and get account printing([`84deb27f`](https://github.com///commit/84deb27f9107e5aca003c427f30b3fa2e43ee507)) - Fix elect_producers system contract test #2682([`df8315b6`](https://github.com///commit/df8315b6883486681bf26600fbcf557c03a252f1)) - Fix div by zero in cpu usage([`849560d4`](https://github.com///commit/849560d4b43b4f8057392ba6b2234c5fef8acbef)) - Fix many tests([`b4c2f96a`](https://github.com///commit/b4c2f96a552962ec59e89430db21a45a4937e11a)) - Fixing system contract tests: stake_unstake #2682([`b700e314`](https://github.com///commit/b700e314567158cf162d92c047515fe62a90e1ca)) - Fixing system contract tests: elect_producers #2682([`6efd5bf3`](https://github.com///commit/6efd5bf35abe6be819a799b2fa002668f97a2cdb)) - Fixing system contract tests: changes in elecT_producers #2682([`1d23690d`](https://github.com///commit/1d23690d3248e10117ae198232875117b3a8017e)) - Fixing system contract tests #2682([`260525ac`](https://github.com///commit/260525ac0e0f15d44397bbf57e44168d0d41192a)) - ([`a7094305`](https://github.com///commit/a709430563dcfed2374ea3b4f9cd79bf5e1c036a)) - Fix for eos #2939([`8fa0b52b`](https://github.com///commit/8fa0b52b885b2086d463bd30c5d8ebee78ccdc8d)) - Fix bug in scheduling deferring transactions; currency_tests/test_deferred_failure now passes([`82fd3ed7`](https://github.com///commit/82fd3ed7f2d9bc1951b61dddfbd5e4e350883c0a)) - Fix some unit tests for eosio.system([`3d52e17b`](https://github.com///commit/3d52e17b856f7f574fd922789e3258f8988fcf20)) - Fixing system contract tests #2682([`13330a15`](https://github.com///commit/13330a15f722b56b428fc4f24d6119cb035a0ee6)) - Fix off by one error in timing a test that was not previously triggering/checking for delivery properly([`b608bda0`](https://github.com///commit/b608bda036652b3f7adc956a5f8e4e8bed6fc12f)) - ([`a0f0c8ec`](https://github.com///commit/a0f0c8ecfe8e363c28a765ed1f40f731da84f6f4)) - Fix api_tests/deferred_transaction_tests([`1c19b7a6`](https://github.com///commit/1c19b7a6f7ac65643e4442d081a699d2a9152a06)) - ([`7434cdc4`](https://github.com///commit/7434cdc43352be6433228db767c3267b7d855527)) - Fix generate_abi test([`84e262eb`](https://github.com///commit/84e262eb81a266d256532fa05cbe3e0283dc73a3)) - Fix confirmation and add testcase for #2774([`392c8641`](https://github.com///commit/392c864102e35653485c2f63036a6802a78b3a8f)) - ([`310dbd9e`](https://github.com///commit/310dbd9ee56d6469e7eb472c8630c249a73bafe6)) - Fix dangling reference bug in fork_database([`fd7dbd17`](https://github.com///commit/fd7dbd172e52875d6d9011dd3f99c415d780b3de)) - Fix bug in check_authorization; delay_tests now pass([`d9af2f30`](https://github.com///commit/d9af2f30542eef65a850cc871f7a1d739f224903)) - Fix exception printing on cleos([`62fa1bfc`](https://github.com///commit/62fa1bfc314e431f24c8fdc035425ed7b4299059)) - Fix eosio_system_tests/delegate_to_another_user([`dee3ec2f`](https://github.com///commit/dee3ec2f5e815f7e4bb30231643a4bfbce418256)) - Fix eosio_system_tests/unstake_more_than_at_stake([`66cb6862`](https://github.com///commit/66cb68623f97516f8e7b9aa6f4a0a33d7a872129)) - Fix token tests and some system tests([`d8012943`](https://github.com///commit/d8012943a61e1a0eb197123a4947e3891527822f)) - Fix currency tests([`2606fd23`](https://github.com///commit/2606fd234b8d667fcedc8b963f617bafa5a536c7)) - Fix nodeos_run_test, --json parameter added #2661([`fb26ce5e`](https://github.com///commit/fb26ce5ed0abef1c9dbe33bb0938f6bdc9cb3861)) - Fixes after code-review #2661([`317e036c`](https://github.com///commit/317e036cf54cab82076b1cfb1fc26080ca35d5ed)) - Fixing cleos after merge with slim #2661([`90f89a18`](https://github.com///commit/90f89a185ef8d2863cfb29d9a111603a1aa9d790)) - Fixes based on new plugin architecture; fix for late connection destruction; remove spurious logs([`c12a9590`](https://github.com///commit/c12a9590ee1d7bc5404b89baadd81fc9c9a44537)) - ([`7c1827cd`](https://github.com///commit/7c1827cd6a7c83c6ccb280bdd436fa36597b5b35)) - Fix delay test #2723 based on feedback([`a2498d2e`](https://github.com///commit/a2498d2e88386b595c48b6c55467a65872f7f5e6)) - Fix most of the unitests in delay_tests.cpp([`a71e2032`](https://github.com///commit/a71e2032fb53fdff44cbaa3961069e325f8bc6e3)) - Fix pricing model on RAM([`e35b0e3a`](https://github.com///commit/e35b0e3a5c0f791eaf5167f1424216e630b5a2dc)) - Fix off by one since the current block is signed/confirmed by the schedule of the previous block([`70e702af`](https://github.com///commit/70e702af35e21b6c4969d7e9a945a364aef526c0)) - ([`7c1748a8`](https://github.com///commit/7c1748a84b2d76654206b0a88e4c672dca0b4a0b)) - Fix eosio_token_tests/transfer_tests and auth_tests/link_then_updat_auth and remove unneeded test case from currency_tests/test_input_quantity([`487f029e`](https://github.com///commit/487f029e386269f993e471f2ce2b38ec0ac4988a)) - ([`0d5bd399`](https://github.com///commit/0d5bd39953dac7faa2c011edc81ba3a24a32f498)) - Fix #2626(CFA) with additional unittests([`377719e1`](https://github.com///commit/377719e125db86e3b65c6c509e64e0ab1d6e7983)) - Fixed producer plugin and changed some logic to respect the notion that we "called our shot" in start_block and should no longer be concerned with other time slots([`8ea56d86`](https://github.com///commit/8ea56d8621df5412333c6532f4b8b245c9faa872)) - Fix excessive cpu addition bug when cpu usage is exhausted within a multiply nested inline action([`db0dbb10`](https://github.com///commit/db0dbb10bddd36bfb414d2a88318e2709ff3eb1a)) - Fix bug with initializing apply_context_free([`996a792b`](https://github.com///commit/996a792bac36258b77129990aab39e9c6e79505d)) - Fix validate_eosio.system_abi([`e3ace49c`](https://github.com///commit/e3ace49c1d735130f082160adb483d4b2c4e443e)) - Fix wasm_tests/eosio_abi and bootseq_tests([`5cc9cda6`](https://github.com///commit/5cc9cda6e9a45063e7187eeb44042c92d8019615)) - Fix auth_tests/linkauth_special([`44dc0640`](https://github.com///commit/44dc0640234efd326f8ba62fed745f457a6077da)) - Fix iostream error on exit([`3774d077`](https://github.com///commit/3774d0779938eb38a7cc5efcf989baf90de9422c)) - Fix link_delay_link_change_test and link_delay_link_change_heirarchy_test in delay_tests([`a916f8ba`](https://github.com///commit/a916f8ba9cc4dfd6e724af5845780f682d6262ef)) - Fix delay_tests/canceldelay_test2([`0e7a63b2`](https://github.com///commit/0e7a63b255bc9d1fca0dfe37fbc5c8c0f8f4041a)) - Fix unit tests([`bd58e372`](https://github.com///commit/bd58e37238cb578934279bc3e18fbf6372653312)) - Fix canceldelay, enforce delays properly, and update some delay tests([`92dd7726`](https://github.com///commit/92dd7726c4b3429346903db0e13d90fbf0778270)) - Fix fetch_block_by_number and log_irreversible_blocks([`4b4d871a`](https://github.com///commit/4b4d871a5e7a694c1114b4324a6e424a8e611d7f)) - Fix fork_database::prune (was not erasing all invalid forks)([`65d37ebf`](https://github.com///commit/65d37ebff93641e5e6925e21320fbed8e02f492e)) - Fix bugs in my changes to on_block in producer_plugin([`4b751a64`](https://github.com///commit/4b751a6464e22124ce7081a49ef1f4e4d7efda04)) - Fix crash([`68d1565c`](https://github.com///commit/68d1565c3c4658b09029e3aa038e08210ef5a79c)) - Fix "ellapsed" misspelling([`aac5a04f`](https://github.com///commit/aac5a04f110d3ec9b22741e2d68f14e1cf3bc1b8)) - Fix build([`0fbd162a`](https://github.com///commit/0fbd162a774583764a56a6ff79daa7c771292b34)) - Fix bugs([`ab83927a`](https://github.com///commit/ab83927ae26e0dd267ddc0e55f105b0b41a7678a)) - Fix build([`90a51945`](https://github.com///commit/90a519458c82aad70219251d888d525e5e4c2925)) - Fixes([`80737af9`](https://github.com///commit/80737af9e21d131e980ea447ab6be164144d2295)) - Fix small typo([`c3601339`](https://github.com///commit/c3601339aef8b9e4187031d040a9a03136b7a5f5)) - Fixed check in produce_info::active, unpack producer_key, send deferred transaction draft #2227([`f552ca6f`](https://github.com///commit/f552ca6ff570e7a4f35fce9294cad0ca82251db2)) - ([`526c197e`](https://github.com///commit/526c197ee576926e1f2afa92e174ea6e06b86d18)) - Fix unordered boards([`3744b3b2`](https://github.com///commit/3744b3b2bc0cb156126764d2cfd8883d9d958ca6)) - Fix compiler_builtins long double comparisons to fix test for #1954([`bbfb575f`](https://github.com///commit/bbfb575fdd11e0fceae9775cbbd3bd065e954e3b)) - ([`79b0baee`](https://github.com///commit/79b0baeeb2fc38e2f6fe09f4c5ccc7e77c9a11e8)) - **contracts:** Add pragma once to header files([`2994bc20`](https://github.com///commit/2994bc20712c93ed63dd6cc507cbc64000d1bc97)) - Fix format([`2b1c848d`](https://github.com///commit/2b1c848d15acafb391807d1f55ec33119e901060)) - Fix #1824 (out of bound memory check) in wasm case, add more test cases([`a2e8f576`](https://github.com///commit/a2e8f5760a4c50ba885448ec1b422e508acc0595)) - ([`367ada2d`](https://github.com///commit/367ada2db74a2b898b109d5d0b378cf228a719dd)) - ([`1038ab36`](https://github.com///commit/1038ab36dab1217a7e06f69e378303dcf256bb07)) - Fix 2189 prioritize .wasm files over .wast files([`33acfb3c`](https://github.com///commit/33acfb3cb5f7033b6c2799c41abf17ffb862fed1)) - ([`6b931c5b`](https://github.com///commit/6b931c5b98e7d35a9526645a515e67db482951ad)) - Fix prevent datastream decoding pointer types (2069)([`ffe521c0`](https://github.com///commit/ffe521c0f573113619bc591511e9589c5f4fbe68)) - Fix #2208 and add related unit tests([`83daab93`](https://github.com///commit/83daab93fe7fdb16f09042a6a227c4e1cd015808)) - Fix typo in multi_index([`c071fc22`](https://github.com///commit/c071fc227147afd7f0ab0dec0dee70395f4a8087)) - Fixed conflicts in amazon build script([`cd0e8e8b`](https://github.com///commit/cd0e8e8b276468db8ee28301194d10936991659e)) - Fixed vulnerability in previous transaction_mroot definition by now also committing to region_id, cycle_index, shard_index, and trx_index in leaf nodes of Merkle tree #1972([`eb39371a`](https://github.com///commit/eb39371ae22fcba34f093a0b1cf0ead4b9120937)) - Fixed abi_tests([`a10fe616`](https://github.com///commit/a10fe616306eb68d194fdba3956d7c731ac8a96f)) - Fix _apply_error #2109([`79dab3e8`](https://github.com///commit/79dab3e86c5ca2fd2c56fd31f470ae8f81b55420)) - Fix some of the test cases in special_accounts_tests([`ab2e023b`](https://github.com///commit/ab2e023bfb7ae95a0b12f5e5dcfb58c6f5e61348)) - ([`4ad1c292`](https://github.com///commit/4ad1c2925524da484695467b665586b31d9bcd77)) - Fix 2020(softfloat truncation overflow) and adding related unittest cases([`b87f241c`](https://github.com///commit/b87f241ce7dba0db5ccae88441b53fc9a05baf2b)) - Fix resource_limits_test/elastic_cpu_relax_contract (spooky behavior)([`3abcbc84`](https://github.com///commit/3abcbc848555e60f3e1a980ce69bf337133b0a15)) - ([`6bbb7e7a`](https://github.com///commit/6bbb7e7a5d53d14683c7e48b74a4a54374b92da9)) - Fix bad estimate for onblock action from 18009d1eb07d51686f1c113b8170ab8224848927 which was being silently dropped without logging... now we log EOSIO/eos#2042([`ff9755e4`](https://github.com///commit/ff9755e4e0b4abe1041cca5dd314b0e0adc79ab8)) - Fix some warnings on older GCC builds EOSIO/eos#2042([`081e3bcb`](https://github.com///commit/081e3bcb451bbfad27ef5b9be0bacfa06f3ac7fc)) - ([`7545ed7f`](https://github.com///commit/7545ed7fd4ebf746a79d5f016af29737574f6731)) - Fix bug when run using docker-compose([`c6f17fd4`](https://github.com///commit/c6f17fd42edf466a6bf9ff975736721d01823e1e)) - Fixes for delayed input transactions (use delay_sec field in trx)([`5ba4b06e`](https://github.com///commit/5ba4b06ee9da8d250650ae3ca156b10a06bffae9)) - Fix strange midline tab([`a28e0d12`](https://github.com///commit/a28e0d12f4467e71f52e109124b9d91af23d56b1)) - Fix tests #2001 #1999 - transaction cpu billing([`5d2c2475`](https://github.com///commit/5d2c247500259a2b359590e17ca3ff42123dd5a7)) - Fixes for bugs exposed during existing tests;([`1e857a62`](https://github.com///commit/1e857a622dd0204007986329fef2e81d90a36ad3)) - Fixed text conflict in eosio_build.sh([`98b32bd3`](https://github.com///commit/98b32bd34251ab2d6edfab7326d3198d3ca22586)) - ([`4e1f4891`](https://github.com///commit/4e1f48917a5f04e7b3c28699ac47f66709b6935c)) - Fix #1964 - remove readlocks when write lock is present([`272723cf`](https://github.com///commit/272723cf0141dbb758d8c02441a7cb1e6c498f4a)) - Fix delay_tests for 128-bit deferred transaction ids, removed unnecessary calls to push_deferred_transactions #1853([`a18e3998`](https://github.com///commit/a18e39983b57911b9f04a8c5f19c2739ab45c75c)) - ([`d6c36336`](https://github.com///commit/d6c36336cc8eeb5efa180e15a86780602578864e)) - Fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880fix 1880([`8221c2fe`](https://github.com///commit/8221c2fe58bb8df675adf20ff364006230d09e85)) - Fix txn_test_gen_plugin for stress test(DAWN-562)([`9de42bb0`](https://github.com///commit/9de42bb0a71ee3c59316778fc7a1ebf9c117cbf9)) - ([`1dae6391`](https://github.com///commit/1dae6391c32f993185939095b28593a818a48a12)) - Fix for #1919([`4bbba2b5`](https://github.com///commit/4bbba2b5a2ca362b26a071f27e5d05c65e7e85d5)) - Fix mongo db plugin compilation #1735([`eb508920`](https://github.com///commit/eb508920bf2a77343d2823cc4cd1afd4dffc02bf)) - Fix most of the test cases in wallet test([`56919b44`](https://github.com///commit/56919b446d656cfd6727f1fca190785c8f4627b0)) - Fix most of the test cases in wallet test([`320ff6b1`](https://github.com///commit/320ff6b1d9a768e13d70a7d273715f30747def11)) - Fix scoped_exit #1755([`9b990596`](https://github.com///commit/9b9905966070ba9e771965445c17b149e68cb323)) - Fix checktime_fail_tests by increasing time limits:([`4ba7b779`](https://github.com///commit/4ba7b7799905e4c347cecd617134dcf8c8fb8cca)) - Fix block_tests (adapted from commit 23b5c3d)([`54dcd828`](https://github.com///commit/54dcd828ee3bac13981c5d874d488ec9753c2d40)) - Fix nullptr dereference if updating votes after prev proxy unregistered([`5bbd0a20`](https://github.com///commit/5bbd0a208c7d6aa0c5e5654db4b6bafa973bfcf8)) - Fix block tests([`23b5c3d1`](https://github.com///commit/23b5c3d122b93f14fd1d072dd1c2185459802932)) - Fixinig tests: remove chain_config from abi_serializer and unit-test, reenable assert([`bd966773`](https://github.com///commit/bd966773a424c550187d490a50431222ce1be347)) - Fixes to make system contract tests working after merge([`7dddfb00`](https://github.com///commit/7dddfb00ff66a6e569d54942f4868187b847e008)) - Fix eosio.bios abi([`f0315429`](https://github.com///commit/f0315429543f387cf7bf17a078a8ec6fe8d2c7b7)) - ([`ab0e9b8d`](https://github.com///commit/ab0e9b8db65b775459ddb3cb813e8e51b55ad1d1)) - Fix build([`61f2d01f`](https://github.com///commit/61f2d01f41d9ba86c3fa4528c59031eb363c82ec)) - ([`f6591fdf`](https://github.com///commit/f6591fdf859997f4de899c20908c2df9b87cfd16)) - Fix Dockerfile([`7bda75e9`](https://github.com///commit/7bda75e973b1eaee78e532f792a70fc88d49940d)) - Fix build bug running on MacOS([`1e01f739`](https://github.com///commit/1e01f73959aa327ee4f07e83b7695fe8ea6e52f3)) - ([`d29d7f3f`](https://github.com///commit/d29d7f3fe9187cd062b5666be2a61d2caed6b00a)) - Fix bug in multi_index::modify and add related test case:([`05ca476b`](https://github.com///commit/05ca476b7a90b8ca744ee9d69b872178ecb60426)) - Fix chain active producer schedule reference([`6bc57e79`](https://github.com///commit/6bc57e7909f165ee59ed903b30d5ae316836aa81)) - Fix overflow/underflow checks in arithmetic operations on assets:([`0b91e4eb`](https://github.com///commit/0b91e4eba81b24149bb342f2bd13dded20c7852d)) - Fixes requested by Bart([`cf3c87a2`](https://github.com///commit/cf3c87a26825128a4d4bdfb1a35aa3689ef6ccf7)) - Fixes from review([`6ed69206`](https://github.com///commit/6ed692060f66b86ae3b282d90249499e5091e832)) - Fix Linux builds by adding Boost includes for print_floats to CMakeLists([`cd15011b`](https://github.com///commit/cd15011bab8e04034d5f7f41a4b519489a1e7393)) - Fix issues with multisig with raw keys and the account history plugin and some other semantic merge issues([`b53b31db`](https://github.com///commit/b53b31db906666bed1d6760e9cd2d6f7487cf59c)) - Fix GitHub issue #1591 and add test case related to the bug([`cbf18564`](https://github.com///commit/cbf18564e3d420188de364ef725045b9676c3699)) - Fix tabs([`3f1231fb`](https://github.com///commit/3f1231fb9f5acd140f26f8810aa10a1897f100ff)) - Fix eosiod tests by swapping order of generic_currency's account fields to match balance serialization assumption in chain_plugin([`399e879c`](https://github.com///commit/399e879c05119b96ee52c5ea0e949e51b0ee5b12)) - Fix send_action_large in api_tests/transaction_tests([`964356b8`](https://github.com///commit/964356b8e7cf5dc572cfcc38e93e603a7f1f2bd7)) - ([`fe106832`](https://github.com///commit/fe106832bfccdb74a3e5ce09c114e5229150ffd9)) - Fix eosiocpp so external contracts can be built([`3096d2c3`](https://github.com///commit/3096d2c3840f8d12998ecd5fdc6f5881399c3ddd)) - Fix case sensitive package name([`2583dfd4`](https://github.com///commit/2583dfd4b7396dbddb47b5fe0f07b0036225a3af)) - Fix small type in wasm cmake change([`f0733d5d`](https://github.com///commit/f0733d5d21b579f603afd6002b6574b5aff6be7b)) - Fix bootstrap script([`96533a5a`](https://github.com///commit/96533a5adf1961e6a748418c133b7bfd14a127fa)) - ([`6ce958f2`](https://github.com///commit/6ce958f2351843cb411c2e78cc23b1e14c05263a)) - Fixed a few bugs that were preventing multi-node testing with the test.system contract:([`a123272e`](https://github.com///commit/a123272e246203029e1e233ca88d149b8bee429f)) - Fix wrong api endpoint and param for push transactions([`3e05b803`](https://github.com///commit/3e05b80376c91e63561b23f0d0cb482cce0f5d2a)) - Fix bad conflict resolution([`cc24e47a`](https://github.com///commit/cc24e47a76bac730dbc2e22afcbbce134359023c)) - ([`d30120c2`](https://github.com///commit/d30120c222be650aeae1b5b48dcec7df00fa12a2)) - Fix for the problem #1446([`5f544617`](https://github.com///commit/5f54461778b5957bd5f2aff2ef00e2349ee30bc0)) - Fixes to test_multi_index from previous merge([`c7374920`](https://github.com///commit/c7374920dda4b5c8bfa97b70e80325ead0c701ec)) - Fix a typo found during review.([`5cdac856`](https://github.com///commit/5cdac856d19065dbde5d7e61406652b50835eb3f)) - ([`a91940b8`](https://github.com///commit/a91940b8816a5d7916c5593e8cd0805660737f65)) - Fix warnings in many contracts([`98bf1aaf`](https://github.com///commit/98bf1aafa45f1f29994aacce8009fae8c2003e7f)) - Fix conflicts with master([`5e625a86`](https://github.com///commit/5e625a86d8b48fcf41f6b1b21a2c8f44e60e2194)) - Fix currency permission for inline transfer([`d543bad9`](https://github.com///commit/d543bad982cf6e105b293b2adca6d3a026c1372b)) - Fixing up the tests after massive merge([`3b1bdf71`](https://github.com///commit/3b1bdf716b3850e350cbc60e4e2b9c72886562cd)) - Fix compilation issues regarding uint256 usage([`dbbd1ddc`](https://github.com///commit/dbbd1ddcf7291ffa3714c86414a7439898246ed3)) - Fix minor mistake in multi_index test case([`5d305744`](https://github.com///commit/5d3057445b26a9117dcc40dfbf24a3b898801960)) - Fixed LLVM_DIR in readme.md for Ubuntu manual install of dependencies([`3a2f36b9`](https://github.com///commit/3a2f36b9586a5c168195e9b04e5b06ed00b709a5)) - Fix abi tests([`922b151f`](https://github.com///commit/922b151f950190a842eb38a5947ae56c4f16f51d)) - Fixes for eosiod_run_tests.py, maybe([`ad4f0e59`](https://github.com///commit/ad4f0e595325bda31d10131b3995a2a73c93c9fd)) - Fixed conflict in readme.md line 116([`f7782efa`](https://github.com///commit/f7782efa0debb1ad541b3f106b553405d0a6c55b)) - Fix some bugs in multi_index code and add uint256 secondary index([`2d0eb6d0`](https://github.com///commit/2d0eb6d013c2dd0e8168280fb58c6757012882e2)) - Fix errors migrating eos_assert to eosio_assert([`8b7b704c`](https://github.com///commit/8b7b704c32a32bfe35671fd18371a102b92af812)) - Fix build of proxy contract([`b5d7be75`](https://github.com///commit/b5d7be757b3b67513b1c5f4528afab8ecca99b05)) - Fix build and unit tests for multi_index_tesT([`1aac2ef6`](https://github.com///commit/1aac2ef63549b6b3057026d6191fcd53183d53c4)) - Fix wrong limit([`11a6d1de`](https://github.com///commit/11a6d1de6a8f85a5262ca1fdf92539bb0c86ae46)) - Fixes for test casess with new test.system contract([`37d50288`](https://github.com///commit/37d50288da59ccecd810e3275e7fde336e631d5e)) - Fixes to make STL working([`52001a82`](https://github.com///commit/52001a827387ae9815f81fbc0dc9e8c4f40ee8c4)) - Fixes to make STL working([`2b048d3a`](https://github.com///commit/2b048d3a79edb32debcba5b2012b3ceb5ceeaf21)) - Fix problem with proxy that arises from compile time code values on the old singleton and the bugfix for reading other contracts([`3ae6be35`](https://github.com///commit/3ae6be351b0beaef49890cd86e9ca40fc40e37f4)) - Fixes for bugs related to identity contract tests([`bdf4ec7d`](https://github.com///commit/bdf4ec7d110fe619e888e69d536eeda12bdb6ef6)) - ([`c8808b0c`](https://github.com///commit/c8808b0cce9070340140bc2b59162c3aff6f7303)) - Fix numbering([`2b721d46`](https://github.com///commit/2b721d46a9a14a4d3721f8779ddfb6d19d632e56)) - Fix copy/paste error in the transfer delegation test([`1cfad591`](https://github.com///commit/1cfad5911160c00fc05952edd71af6c0b4ac3e2c)) - ([`1a08bd91`](https://github.com///commit/1a08bd917a38c485dc4bf3f65784df7161520864)) - Fix whitespace([`20853c52`](https://github.com///commit/20853c52fe6f374d54d733ea47856ba956c57fcb)) - ([`0c13dd3c`](https://github.com///commit/0c13dd3c3973c4c4c927c0da85cca6c28cf1c652)) - Fix use of stale pointers([`2e582fbd`](https://github.com///commit/2e582fbd451e3a5fc2fddd86394faac660256c23)) - Fixed stale reference if the transaction meta was moved (and it was), fixed the lack of cleanup for the pending transaction metas([`3a48574c`](https://github.com///commit/3a48574c05ec61216a583ad35745478c6cf7a334)) - Fixes for the build post-merge from master, though some of these fixes were probably needed pre-merge([`bc95891a`](https://github.com///commit/bc95891a5a904312e668f0a80783bf88e66500e8)) - Fixes to build after merge([`23f697fc`](https://github.com///commit/23f697fc930bcbd9457cb66dd0717a6e214a2fb6)) - Fixes for `eosioc` and matching the abi_serialized form of packed_transaction to the precedent set by action([`7b2a4c1d`](https://github.com///commit/7b2a4c1d936a7ffcadd5d88f531d2186ecf5f6d8)) - Fixing warnings about unused variables([`9af7af71`](https://github.com///commit/9af7af717bfeb68c28e04000f0d7dfa684ffa633)) - Fix issues from the merge([`ff4643c6`](https://github.com///commit/ff4643c693d900354e86b652e2a7f4de85b8ac9c)) - Fix eoscpp eos install dir([`c4ded6f9`](https://github.com///commit/c4ded6f90c9f012d5c07d8af1a6084a29f192b5d)) - Fix typo of documentation([`fd9582a1`](https://github.com///commit/fd9582a1a57d557aff5efcfe99b7e72a4ef5ad80)) - ([`233ba4e5`](https://github.com///commit/233ba4e54bd53a7cf6ac68898fd25c44345737fa)) - Fix for failure to start producing blocks #916([`c3f52e2c`](https://github.com///commit/c3f52e2ceb49d5d6a0c5be99d93332b4612a1123)) - Fix uncapitalized letter([`a4af57db`](https://github.com///commit/a4af57db1ff85aa22fa69e5a2376c5c62b83d455)) - ([`21f37d49`](https://github.com///commit/21f37d492325d5859ba22e0f37ba123d6be408cb)) - Fix for notice forwarding([`c71a3577`](https://github.com///commit/c71a3577fe7f41ee70446cad4c3e24d8d0589d81)) - Fix txn_test_gen_plugin error case & stopping transactions([`54c90e2c`](https://github.com///commit/54c90e2c07ce6c4213ac83bd21e05a12f6c787aa)) - Fix boost bind usafe capture of this as well([`b10d5232`](https://github.com///commit/b10d5232343d0296e66d2cd8ec9df8bb827e1fc4)) - ([`9e60d06f`](https://github.com///commit/9e60d06f69311b9e50e766ea7512f424ca39b810)) - Fix for crash when peer quickly reconnects. #813 STAT-216([`d93abc1c`](https://github.com///commit/d93abc1c7c8fc1cbccf2b6ca6db0ba16040bea47)) - Fix warning message([`d85059e1`](https://github.com///commit/d85059e17b8277bdc35757c616549366efa5e849)) - Fix for the case when a peer is notified that it needs to continue catching up to the last irreversible block STAT-209, #794([`ed418f19`](https://github.com///commit/ed418f19c0db26ca3d1c80d0b9cb46f9c748fbb1)) - ([`f1ce3ebb`](https://github.com///commit/f1ce3ebbce1ee4a1eb5c7e0ef0ef5518ad9aed40)) - Fix for broken sync caching([`c93945c3`](https://github.com///commit/c93945c3ddc98c8f022e52539abc393367a30ea4)) - ([`91040f54`](https://github.com///commit/91040f547adc02d5739d0f93372c10e40a754fec)) - Fix the bad fix for the bad implicit merge, oops([`06046e9b`](https://github.com///commit/06046e9b1b5c0f4a93501c24f4e404d485e879dd)) - Fix for missed implicit merge conflict between #1077 and #1097([`4faa77dd`](https://github.com///commit/4faa77ddfc01ed600ae08a2717ab0fcfc1f652b7)) - Fix issue resulting from the merge of scope changes([`8d2e91fd`](https://github.com///commit/8d2e91fd7909219123ccb863ad12b045bfca0d8f)) - Fix breakage due to additionas to master([`a43e771d`](https://github.com///commit/a43e771dbfafe06eb68951694c87aa55d2e5f7f2)) - Fixing things merged in WRT to the changes. Updated the account history plugin given the scope changes([`ed2c4b38`](https://github.com///commit/ed2c4b383e5273b7bdca41f771c192368d6e8796)) - Fix tab and combine glob for cmake([`0b27d66d`](https://github.com///commit/0b27d66df374e3653a68fe8a3ef21878b0a63de6)) - ([`9d49bbfa`](https://github.com///commit/9d49bbfaf79939fa8f4780fe043b90ef123b1674)) - Fix eosioc set contract with wasts([`c3d7c2cc`](https://github.com///commit/c3d7c2cc137a0a45998170426417f609d2e8cf4d)) - ([`416cb7aa`](https://github.com///commit/416cb7aad822e6d083da28bed4559bc3e179c833)) - Fix the write scope for setting contracts in eosioc in noon([`caa867a4`](https://github.com///commit/caa867a45f1b67868fe40b253abb72617fbe577c)) - ([`856bdfbb`](https://github.com///commit/856bdfbbb1160ffe890c57dc439258c620c1a81b)) - Fix whitespace error on previous r1 commit([`f920d297`](https://github.com///commit/f920d2970fed23ec2016ee90ed0de5eb01474590)) - Fix ECDSA r1 code on openssl 1.1.0+([`4d2ef8de`](https://github.com///commit/4d2ef8de4f510e55872eebeb0b1fe1c5f20c1827)) - Fixed bugs in error handling WRT database undo states, fixed bugs in contract-side parsing of deferred transactions, added published time and sender (if one exists) to the apply_context and wasm ABI([`7ab8a2d0`](https://github.com///commit/7ab8a2d0f5669a4d75795f0ceb3263876245f61c)) - Fixes for the wider array of contracts([`f07b36e6`](https://github.com///commit/f07b36e6c196697bda4edae4a59b465cd78d0fd4)) - Fixes the issues with the deferred transactions and inline messages, implement changes to the proxy and a test case([`931a9ca5`](https://github.com///commit/931a9ca5c2a4624bd7a5854fb1fdb1b88736f9aa)) - Fix up peer-private-key support on noon([`cdc00a18`](https://github.com///commit/cdc00a18c9feecca6a4a5b41c6ba3f7c0fda8c78)) - ([`719b2ff0`](https://github.com///commit/719b2ff01bca7aa2504419c320b5c75a64fdac7e)) - ([`f5627055`](https://github.com///commit/f5627055ec42701537e6704dc1cfd4c8da39e348)) - ([`bea5da58`](https://github.com///commit/bea5da58f8c95a3151091720a0adbe50785eaf07)) - Fixed accessing a db entry using ::modify inside the create lambda, and a bad merge artifact([`ed973d10`](https://github.com///commit/ed973d104d8d4ea290b6953bd230b30a0337d12a)) - Fix crashing([`e2345ffa`](https://github.com///commit/e2345ffaa5aaf4cec488d5c1a5b33c4114329100)) - Fixed bug that caused scopes not to be recorded properly during scheduling([`b37ed5ed`](https://github.com///commit/b37ed5ed284c289d564721cc62a1744ced94b6c1)) - Fix a few errors in applesedemo readme markdown([`ae96b89c`](https://github.com///commit/ae96b89c22b147b5ec95b1bd9ed348ff0348d481)) - Fixes for action_mroot calc, and test case([`fe99d2ce`](https://github.com///commit/fe99d2ce44488cdcc04bf653c3b4de00652f70ee)) - Fixes for simpledb contract, not fully up to new naming scheme([`a1272ef0`](https://github.com///commit/a1272ef0e2b8a7d3441770d1df057f8bcbda944d)) - Fix travis.yml([`c2e954d5`](https://github.com///commit/c2e954d593803ba7cfa859d99c2bd6c938636e1f)) - Fix compile errors accumulated so far([`15d6469d`](https://github.com///commit/15d6469dc5c489940524b317bc891cad214ce2b9)) - Fix rebase conflict([`1293a6cd`](https://github.com///commit/1293a6cd7327db3530a507dc88c144c7f875cbb2)) - Fix producer_plugin build([`ac9e8f85`](https://github.com///commit/ac9e8f85eed49eae28c809856245ee79e8e6334c)) - Fixed unit test with respect to delegated authority([`fd4652f0`](https://github.com///commit/fd4652f0f3cd0aa3d2d8d4f739720d09aa3f574f)) - Fix shared memory location and code style([`41383839`](https://github.com///commit/41383839a28d8d94eb510f4b9eaf25e11b36ec32)) - Fix producer schedule block header signaling and updating([`d9ebc4d6`](https://github.com///commit/d9ebc4d619a5df9488e6f3866f91818c48dee6ee)) - Fixes for the wasm-cache, integration with native contracts([`08fb7787`](https://github.com///commit/08fb7787a7413436f01ced0a8fa4df712e60df1a)) - Fixed types in asset.cpp([`c3e81bcf`](https://github.com///commit/c3e81bcfb260500471656fe40d3c8319f1aad505)) - Fixing bad sed-fu on move([`a54548d4`](https://github.com///commit/a54548d4f9b1e895ffdc561ffbb97abcec9fe648)) - Fix some namespace issues([`6c5e7bd1`](https://github.com///commit/6c5e7bd1c6e1c5b528580617602ac63c7b11d606)) - Fixed type in cmakelists([`225caf99`](https://github.com///commit/225caf99dead4d727bb44e9efd822078508c900b)) - Fix eos contract name, add static constexpr for appropriate action construction([`812ce1a0`](https://github.com///commit/812ce1a052929b36408e043a23f112237770e260)) - Fix for corner condition of last irreversible block number 0 #651([`53fbc1e7`](https://github.com///commit/53fbc1e77c4ac2afda85f571940a8b08a9bf1702)) - Fix up block synchronization. Debug output scrubbed for #571([`bf95fbde`](https://github.com///commit/bf95fbded995051d47ea568e9564ce9ce33e5165)) - Fix up block synchronization. Full debug adornment for #571([`b40be526`](https://github.com///commit/b40be52609f3d21317a4a0b1782e83910be0fc97)) - ([`514ad71d`](https://github.com///commit/514ad71d595f18adb635192035fe006bb0e04978)) - Fix the wrong check of empty string in build.sh([`8a024cef`](https://github.com///commit/8a024cefe2fc5e8c7e4b8952179c55deafa4a8a5)) - ([`4109af02`](https://github.com///commit/4109af028c88961b9c0dee592fa0787c402a634c)) - Fix typo([`cb491d31`](https://github.com///commit/cb491d31d49281f624389392e3de9bc6f0f57836)) - Fix broken link([`361c0866`](https://github.com///commit/361c0866d1468be96c30d724b95737f02986c748)) - Fixed typo([`0c2f555e`](https://github.com///commit/0c2f555e88d099307e7322a8a73f62b1d7ef803e)) - ([`39cfd355`](https://github.com///commit/39cfd355b8f75fd84a3922b69fd8cbcba8a4225a)) - Fix the unused variable warning([`714cc8b9`](https://github.com///commit/714cc8b9d9b45e587c485a296670d019b28c636f)) - ([`90eaaf84`](https://github.com///commit/90eaaf840b2a4955dfbce279993020e0e7607134)) - Fix the typo in storage.abi([`fabc3900`](https://github.com///commit/fabc39002735e4c028cc9b4a448906e567687ec8)) - Fixed nesting of manual dep install heading([`955ffe2d`](https://github.com///commit/955ffe2dad8181c3a683ecae23b44dc2b7bc066c)) - Fix minor mainpage issues([`2d555039`](https://github.com///commit/2d555039116601ff8f2de3cc610b3208c40098e1)) - Fix max_clients = 0 case([`3c5e1f2e`](https://github.com///commit/3c5e1f2ee96f12b29c83d0b6e01b5a05ab5a20b5)) - Fix max_clients = 0 case([`6588c4d0`](https://github.com///commit/6588c4d039d6c1a1608ed97f8a8a64fe33b63741)) - ([`cdfc9778`](https://github.com///commit/cdfc977875759e0a4039d68ff32bff8b85d9ba11)) - Fix cmake error on macOS([`be9ef4ab`](https://github.com///commit/be9ef4ab9d8840f11bad029379fe46a973dd4309)) - Fix issues with missing construtors that strangely does not break locally even though it really should. ref EOSIO/eos#175([`89020991`](https://github.com///commit/89020991383620154e486f0d0ea48d6ef50bd423)) - Fixed slow_test and api_test for out-of-band builds ref EOSIO/eos#175([`09385a4c`](https://github.com///commit/09385a4c8fe9e0396ace8d5a5604003a73f71730)) - Fix the C++ contract API and other cleanup([`00c57d7f`](https://github.com///commit/00c57d7f4aa43c6db1477826ca631d8f76190d61)) - ([`481217b8`](https://github.com///commit/481217b83409cabca8f40186c40567f24fb904c1)) - Fixed slow_test and api_test for out-of-band builds ref EOSIO/eos#379([`2d691efe`](https://github.com///commit/2d691efe9912ab1f51a30512f44cdd71957c4c34)) - Fix for multi-node syncing #344([`4a57289c`](https://github.com///commit/4a57289c808c135c319e8c4b66e7a11b74b63de5)) - Fix for multi-node syncing #344([`3e7f5ce8`](https://github.com///commit/3e7f5ce852004cddaca2f0112ef44e11660231b3)) - ([`dc00618a`](https://github.com///commit/dc00618aa0fa1c974078ca5612930123ef4670dd)) - Fixed issue 310, duplicate info of producer_chain([`54c2e6dc`](https://github.com///commit/54c2e6dc8f12c0289d3a5eb3f026497e5599cb9c)) - Fix position -s of esc([`b5163d92`](https://github.com///commit/b5163d92832bd29e4e825f3b94a7810ab76fbdb7)) - Fix build errors([`bd9ef99d`](https://github.com///commit/bd9ef99d17a39e3ae2d599d55e73b5a2fea8a998)) - Fix indent([`57e6b141`](https://github.com///commit/57e6b1419a6cbd887d832d13222d56296a73079e)) - ([`6c355fbf`](https://github.com///commit/6c355fbfeadbb9445c6be12d7e7e715dc76e8d60)) - Fix gensis and default precision to be 4 digits rather than 8 #256([`d2afbd6f`](https://github.com///commit/d2afbd6f6dcdd3295b0fea646d91546b332f6351)) - ([`913639a9`](https://github.com///commit/913639a9fb8b983d53cb10bc4307fe12d0a77c08)) - Fix build on OS X by convert lexical cast to variant cast, #250([`f5593cd6`](https://github.com///commit/f5593cd64ee34ca8f8457133579b23b8906d6a99)) - Fix typo([`8a8baeaa`](https://github.com///commit/8a8baeaab4365b7bf1a73f3742d8f9767eddcacf)) - Fix botched pre-push merge. ref #174([`6f214e11`](https://github.com///commit/6f214e115af732116fd208584ca4c1f1ddef38ff)) - Fix for improperly merged code([`4240b91a`](https://github.com///commit/4240b91a707ed592edd80306d3e7f2e45cc10314)) - Fixed reclaimable and claimable queries([`697c1310`](https://github.com///commit/697c13109768a4b710ba7158f2be1b3d685a6457)) - Fixed typo([`9d558c7d`](https://github.com///commit/9d558c7d6ea227fbe8800474cfa1ed6790b2d561)) - Fixed typo([`e8a2086c`](https://github.com///commit/e8a2086c6f5bb39431193806437b55ef9467ea2d)) - Fix some math in logs([`96299e81`](https://github.com///commit/96299e813fb66cd20a16b0bbf64bb7dab73809d9)) - Fix references([`dc2d96fd`](https://github.com///commit/dc2d96fd57d721c1019cbf98ec995542f1799029)) - Fix reclaimable helper([`795e1163`](https://github.com///commit/795e11636a0d4e060691def5b499448060ebbee0)) - Fix reclaimables export([`cc44577a`](https://github.com///commit/cc44577a5a003b62b2d98468ff06082598ef4b64)) - Fix references :|([`30edff43`](https://github.com///commit/30edff43a6a96be23fe765a004ec087deef754d3)) - Fix references, src/calculator.js([`ef035818`](https://github.com///commit/ef035818bbfeedd9e877634c47a99ba541d19e1c)) - ([`8f8a0224`](https://github.com///commit/8f8a02243423112bbe8aa645e640e43b9dc8bc4d)) - ([`67ef2f42`](https://github.com///commit/67ef2f42d0346fc58c30dfb4fa8c3068480cf8d2)) - Fix invalid action names #149([`0d661e1d`](https://github.com///commit/0d661e1dd0d79aed0ac2d5ec232068e010f48355)) - ([`2632dd5e`](https://github.com///commit/2632dd5ed5f07adf175814dc09c73db38b9bd166)) - Fix Could NOT find GMP (missing: GMP_LIBRARIES GMP_INCLUDE_DIR) error([`307af97c`](https://github.com///commit/307af97cd44af6eea3465fba20bf4f8dbdaf81da)) - Fix unit tests([`4428d5ff`](https://github.com///commit/4428d5ff9b5bab70d5dd896041a67270853bfa3a)) - Fix Name to string conversion, add new WASM hooks to test for notify and auth([`74581363`](https://github.com///commit/74581363b3db5a2f3d8980ce667b098a95013c7c)) - Fix #78([`2729536b`](https://github.com///commit/2729536b89007747039485ba546be06a50856cbc)) - Fix tests after updating eoslib([`a6cd2e56`](https://github.com///commit/a6cd2e56ccd7020a2320ca7621033ce5454774e0)) - Fixes after merging llvm build([`89ab14b7`](https://github.com///commit/89ab14b789053612b91273aae3a4fd3ed601e293)) - Fix a typo([`04902930`](https://github.com///commit/0490293000c19b1d34c453488bd2a36588f7badb)) - Fix back_secondary_i128i182([`3ca394c3`](https://github.com///commit/3ca394c3a768888ec4ce5a9410bafaa04078a6ab)) - Fix build([`bebc608b`](https://github.com///commit/bebc608b99df1a39dffee7f18170674ef8d52df0)) - Fix script with i32 rounding and tests([`eaf82968`](https://github.com///commit/eaf8296869741839ee5e7249b398cd20aa9372c6)) - Fix function invoke names([`02d219da`](https://github.com///commit/02d219daa8159f7048d5882616e70df7223cd640)) - Fix script function call names and build([`736230aa`](https://github.com///commit/736230aa53271a23108c6bd310016d0ec31dc78d)) - Fix link line([`814ad9bf`](https://github.com///commit/814ad9bfb031886a4a80c09afb288d3abcfd810f)) - Fix link line([`84c8f42d`](https://github.com///commit/84c8f42d4ad5265abba0b404e4b6199b4b808722)) - Fix build([`e59e2960`](https://github.com///commit/e59e2960d54ceff5b0469eaf3bf075e6490e9571)) - Fix bugs and add benchmark code([`18788246`](https://github.com///commit/18788246ecca3a8ea27195e533f47fc48c60db6d)) - Fix gitignore([`e649b09b`](https://github.com///commit/e649b09b9c90369afb4071562b7381a123dc9e2c)) - Fix readme formatting([`98d2ebf1`](https://github.com///commit/98d2ebf1fbec371b1b032af3f37a128c0d679bd4)) - Fix build([`5c466150`](https://github.com///commit/5c466150ecea814af2bf8a7f7ccea6a3d2179999)) - Fix unit tests after changing to types library([`cfbf02b2`](https://github.com///commit/cfbf02b21c81b59afecaa1d256619dcaec0ed8a4)) - Fix transaction pushing and undo history([`fcff98ed`](https://github.com///commit/fcff98edb2f677e745159674710d2b2ad75f088d)) ### ⚡ Performance - Performance stats json: provide default path and make path settable rather than option to save or not([`7e5c3f43`](https://github.com///commit/7e5c3f433d0955b32fe90ff6930924c681d936aa)) - Clean up log files. wait for lib to advance before and after trx_generator call. scrap log for transaction count.([`1fa0727c`](https://github.com///commit/1fa0727cd0a17952800e8e4e6b04c0f3a4db95dd)) ### 🔨 Refactor - Refactor threading of snapshot_scheduler_test([`841d5476`](https://github.com///commit/841d5476bcadd5dd7dbb3c9c731c417ce8d567a0)) - Refactor preactivate_builtin_protocol_features and revert back to original full policy for deep-mind test and update deep-mind log([`cf15dd85`](https://github.com///commit/cf15dd85fba80758b03dd6394e7778f73087532d)) - ([`f870aa3a`](https://github.com///commit/f870aa3ae3d88ecf327bdcd316faeccd6ca156c7)) - Refactor extract_chain_context([`72be7c93`](https://github.com///commit/72be7c93c1a1e2ddbebdef932e2fbb6c4a5b8e22)) - ([`a8c34044`](https://github.com///commit/a8c34044f44937ee904a4cc99b9441bc9f0765f3)) - Refactor prometheus plugin([`5cbdf9bf`](https://github.com///commit/5cbdf9bf1caeda49328c9c2ff20c03414c924623)) - Include the time it takes for checker.all_keys_used()([`a3589123`](https://github.com///commit/a3589123ec4405cbeb853e3aa0d97df2d6c46c2c)) - Refactor push_read_only_transaction to reuse common push transaction result handling([`7894aabf`](https://github.com///commit/7894aabf1e22659b8da64826e9ae9ed537a37f0e)) - Refactored based on review comments([`17352478`](https://github.com///commit/17352478978bcabfa3313bc68216fd9ae42ef5a0)) - Refactor log_reader use of nodeos version so it isn't recalculated multiple times during a test run([`cfeaa64b`](https://github.com///commit/cfeaa64b41ba8b36262f10efab74a63ceb6161e1)) - Refactor block_log_impl([`6ad0eb76`](https://github.com///commit/6ad0eb7668cab30dc3296fb4abb96949c2d9ad57)) - Refactor calcProductionWindows([`da7dff2c`](https://github.com///commit/da7dff2c39d12b6bbb764f570c3ea12de5a1a6b5)) - Refactor maxFutureBlocks in waitForTransactionsInBlockRange([`c0ddbf91`](https://github.com///commit/c0ddbf9176ab43523cb833be8fa77c29ee0bd77f)) - Refactor blocklog::index_writer to mmap the index file([`56c89be1`](https://github.com///commit/56c89be12252defd0d01784909031856c349d72e)) - ([`60d21c34`](https://github.com///commit/60d21c347d4cdacfb160a9ec9897a0e4975a544a)) - Refactor release-build-test to use python instead of jq([`7738d2c6`](https://github.com///commit/7738d2c61b1362586f586da5ede6889953ad05e1)) - Refactor account query operations into a separate file, finish implementation([`0312d50a`](https://github.com///commit/0312d50adad2520aff77438cb4ae131242a47e67)) - Refactored repeated try/catchs([`2ceff49d`](https://github.com///commit/2ceff49ddd05324e92fd197736c23fe82430e68e)) - Refactor intrinsic-log-util([`16536bd8`](https://github.com///commit/16536bd8d3753c92d2ac9626befe4ac8a21e8d0d)) - Refactor intrinsic_debug_log, fix bugs, and add ability to abort pending block or transaction tracked by the log([`43ae5f9e`](https://github.com///commit/43ae5f9ef8d476016f9b966a27f86f127262661c)) - Refactor mock webauthn code to the tester library, clean up test code([`8b21e2c6`](https://github.com///commit/8b21e2c62a2f4702b77cdf24cd88c26e146f7f8e)) - Refactor platform timer callback "thread" safety further([`f959c5a2`](https://github.com///commit/f959c5a2d729f345a596e0b0e03ea78eb5c48843)) - Refactor where checktime_timer calibration is performed([`ad98df4e`](https://github.com///commit/ad98df4e67971ebbe40687a124ecb72445925303)) - Refactored meta-permissions concept such that it does not create a copy of all the structures or rely on custom comparators. It will now store the needed sorting information (where tiebreaking is explicit when constructing the map) and a lambda that evaluates the rest of the needs of `::satisfies(...)`. This required making some changes to allow for any "key weight" type in the `weight_tally_visitor`. The order of evaluation exactly matches the previous implementation.([`c8e95d09`](https://github.com///commit/c8e95d09d8123802d10dbb84f9ba162942aeeaa7)) - Refactor account and code table objects([`63a960d5`](https://github.com///commit/63a960d507a82a84d6e0d91ed4ce3b68e9a72efe)) - Refactor block_header_state([`3299adae`](https://github.com///commit/3299adae9e95b53357cafda852588eb9d87c35ed)) - ([`0a639cd4`](https://github.com///commit/0a639cd46352f828ea6d0ba1aa494c0ce49e2a32)) - Refactor eosio_exit for WAVM; improve long running performance([`64574226`](https://github.com///commit/64574226b357d36b99f07c3aba3236eac5680d79)) - Refactor abi_serializer to simplify threading context around for binary to variant (and vice versa) conversions([`6eb8362a`](https://github.com///commit/6eb8362a16d4658cbfa09e5d0778dabbe5b19718)) - Refactor for clarity and less data manipulation([`80e400da`](https://github.com///commit/80e400da5fe635a3e68b248993e3afe207e8ac3d)) - Refactor for cleanliness and deduplication of code([`ab8278b9`](https://github.com///commit/ab8278b989223d4263a03ede36c1942542a844c8)) - Refactoring([`7d1917fb`](https://github.com///commit/7d1917fb5a5d0e5eb7c059ee1a333687242f8a60)) - Refactoring([`6fde77ce`](https://github.com///commit/6fde77ce0209c82ea37da2a475dacdf6ef039714)) - Refactor parse_base58([`f731bd97`](https://github.com///commit/f731bd97d9d956d044b0d26ea22180142269b619)) - Refactor parse_base58([`14798cf6`](https://github.com///commit/14798cf68ead06b244dc0420d45e512684b6ce7c)) - Refactor how users are expected to handle unapplied and scheduled transactions EOSIO/eos#2853([`281b633f`](https://github.com///commit/281b633f89931eea34e34a09960a85e6b61a5921)) - Refactor to remove trace from metadata([`18ca8787`](https://github.com///commit/18ca87871bfae0716231ea1a853833c2f224e8ae)) - Refactor apply trx to generate delayed receipts and hard fail receipts([`506a3fa7`](https://github.com///commit/506a3fa7e4fab31d9a1facd39a0596d619433f2a)) - Refactor/cleanup push/apply transaction([`86e94442`](https://github.com///commit/86e9444280cb3fc66d937e4fe03204f9832d055d)) - Refactor check_authorization #1994 #2437 #2438([`0a25eda8`](https://github.com///commit/0a25eda8d57486867f2a906d048951caa5078794)) - Refactor resource limiting into its own subsystem. Separate "chain level" concepts like transactions from the basic resource interface to allow for future things that are outside the limited contexts offered by those types to affect resource consumption.([`3f13cbc7`](https://github.com///commit/3f13cbc74e91a3748a83a5511fa04ce9b014ccab)) - Refactor out need for c++17([`50c58e9f`](https://github.com///commit/50c58e9fe2ec7d708cdd937d098eee2a91e82523)) - Refactor currency contract to support dynamic user-created currencies([`37b8fbb4`](https://github.com///commit/37b8fbb424b5459dc64074f5f089818592c0fc02)) - Refactor/cleanup of multi_index([`aa3717b7`](https://github.com///commit/aa3717b7bf5b453e2fb389a40560c527697175d7)) - Refactor multi_index into eosiolib([`e4bb1a1a`](https://github.com///commit/e4bb1a1a2391a11778b4536cd4f7a30c0b8a75f0)) - Refactored the sync decision tree again and document it this time([`98ab4f79`](https://github.com///commit/98ab4f79b155b5a0f0ea7d3681330f58e3975f88)) - Refactored connection management to allow for intellligent reconnection and cleaned up some more todos, ref #291 and #306([`1a5a5950`](https://github.com///commit/1a5a595095f218a5ecb00aa634d38b589e059522)) - Refactor processing logic, separate output([`25d3e4d4`](https://github.com///commit/25d3e4d4ca7184858a1592fca2b9346840964da2)) - Refactor data access from wasm_interface to handler context([`ba222004`](https://github.com///commit/ba222004b61508975cd721d1858feca8177e3b62)) - Refactor native contract for name change #56([`19b4e82d`](https://github.com///commit/19b4e82deb2abae957a5e6dc859178ed492fdd56)) - Refactor generated transactions in block header([`4c0c3b31`](https://github.com///commit/4c0c3b31476e9a155f978bd76ac152fb25f6b5aa)) ### ✅ Tests - Test => tests([`2b7162a6`](https://github.com///commit/2b7162a6c636ea6322374d1996a80f76f1d1998f)) - Test contracts' _abi() return string instead of vector([`6e9d7765`](https://github.com///commit/6e9d77653270fa4568d897c7d20f507225958f3a)) - ([`36f16b94`](https://github.com///commit/36f16b9455b36edad9fdbcae6054d1d504dc19dc)) - Test case for read-only trx related options not validated if read-only-threads is 0([`ce0260f8`](https://github.com///commit/ce0260f8105dddc0fb4ae4bd3d171721fe47c07d)) - Test fix([`b4fe3c65`](https://github.com///commit/b4fe3c654f086f56566a16737fdce009b08f899c)) - Test fixes([`6c116ca5`](https://github.com///commit/6c116ca5058b56bac91cb6ffdccd8fe65e65b0bc)) - Test generate map([`c009a8fc`](https://github.com///commit/c009a8fc498d1d764833e63225b5cffcff2f085b)) - ([`3f69e240`](https://github.com///commit/3f69e2401b62866c420e953e6b74f9ade86c15ff)) - Incorrect use of CORE_SYM_STR([`01b7bf1e`](https://github.com///commit/01b7bf1e88a8ab85f22a6d6e34a3898211c8e840)) - ([`b79d3d2e`](https://github.com///commit/b79d3d2e1ee2cd5b699482d20cf04b7cb142b2d9)) - Test-result.xml is exported in test runner, delete from YAML generation([`2fe92600`](https://github.com///commit/2fe92600ed8deff56b571e823dadc1e026ae5aa5)) - Test([`81a4a1a3`](https://github.com///commit/81a4a1a38d62770c850ea6e58afbc49b08b47d75)) - Testing([`c96f4f78`](https://github.com///commit/c96f4f78e474128903ed0da8089e3a52b270415d)) - Testing larger builder fleet([`d189459b`](https://github.com///commit/d189459bb3e96a9a6fc57ceea0fdb5255ece1108)) - Testing skip([`82334e29`](https://github.com///commit/82334e2960af82fea9ef09d9ac22268402a1a6e9)) - Testing skip([`5b995e46`](https://github.com///commit/5b995e46dbe7acd114295fc0bd0ca914a3c246f5)) - Testing skip([`c0425f60`](https://github.com///commit/c0425f60a93d938d3bddf3bea94ecce697cdca5d)) - Testing skip([`8f2b1e4f`](https://github.com///commit/8f2b1e4ff605186ed704dbf8eb3fb3bfd4914471)) - Test metrics final([`3b21fdd5`](https://github.com///commit/3b21fdd536aa9057f98d4bfaac594dfa079735fd)) - Testing([`5c1ed9b8`](https://github.com///commit/5c1ed9b8f9368b0a393f8375c3414bf4c20a6df6)) - Test metrics step([`a45e9487`](https://github.com///commit/a45e9487ded41963c39a3530f9d663791b2a0204)) - Testing([`8d3e0b1a`](https://github.com///commit/8d3e0b1a4f6e3cac419fcdbff471c636e40211a4)) - Test dockerfile([`c2c911ea`](https://github.com///commit/c2c911ea79d5e401ba0a8daa6eda3e739ede90a0)) - Testing new helper and ENTRYPOINT([`5253d5a2`](https://github.com///commit/5253d5a2538633eed77f9f74190e28dd4c62d518)) - Test([`98190d08`](https://github.com///commit/98190d08c78103457796430bebe64c790994990d)) - Test([`1bc3330a`](https://github.com///commit/1bc3330a24f868b72004b85e962ed07b83dd8a8a)) - Tests environment path injection([`27bcb91e`](https://github.com///commit/27bcb91eecad2420162451df67c9920145f2b0e4)) - Testing ubuntu16 extras([`fc03730b`](https://github.com///commit/fc03730b061b27035fd904f5b9b2bdcef3414d0c)) - Testing centos-7 fix([`db7f1a9a`](https://github.com///commit/db7f1a9ab0e8ec71a4aed924433165ed68a1ac1a)) - Testing ccache fixes([`4dd933c1`](https://github.com///commit/4dd933c18c59f4daa8d5155f775a8ff4748d490f)) - Testing ccache fixes([`45e2ff7f`](https://github.com///commit/45e2ff7f48b53cc1dff32ce018c123a0618671cb)) - Testing PATH([`cfcfd15a`](https://github.com///commit/cfcfd15a415b5552c7b6b6e31eb9858d9109c6b0)) - Testing PATH([`5b5d9a68`](https://github.com///commit/5b5d9a68b58afc3f3d85d17168274859f2b701f7)) - Testing PATH([`052de18f`](https://github.com///commit/052de18ff2002e4d810735595c5a2ec7853790fa)) - Testing PATH([`0c729cee`](https://github.com///commit/0c729ceed5ceb0de672c3fad5ae2d98f178e4472)) - Testing ccache for linux([`c8fecb7b`](https://github.com///commit/c8fecb7bf2e920c98cccafd0ea6c27e9591fe062)) - Tests([`07b60799`](https://github.com///commit/07b60799348f2cb27889e6e87849eb88f3193649)) - Testing new path fix([`1158c86f`](https://github.com///commit/1158c86fb08e3f714cfaaee7d03d979881419ead)) - Test revert for testing([`df62b581`](https://github.com///commit/df62b581142fdad09fc0f298c6ed03ac52b17d50)) - Test script fixes([`9d6d39df`](https://github.com///commit/9d6d39df622ac1dff25c48087aa153c556d883c9)) - Tester now reapplies aborted trxs([`466612e3`](https://github.com///commit/466612e3f9173a74f0031fdf4520dd09607f2674)) - Tests([`818b2406`](https://github.com///commit/818b240624a0256958658fa0699ed71065c57e15)) - Testing([`2db69371`](https://github.com///commit/2db693712f75720b4efb9adbaa5b780eb0f02f54)) - Testing github archive for boost([`5af7c365`](https://github.com///commit/5af7c365e22252a32608b258099685db8c861e8b)) - Testing github archive for boost([`381f27a9`](https://github.com///commit/381f27a9e1a828b31e9590bce66ea291c95d476b)) - Testing default to $BUILDKITE_BRANCH([`e26d63a1`](https://github.com///commit/e26d63a13dc2dc0789cae2b7af59d4540561e287)) - Testing moving ensure_tag.bash into eosio([`a6d156d7`](https://github.com///commit/a6d156d7d17d068e299843105e393b916c6cb21e)) - Testing moving ensure_tag.bash into eosio([`59bb614d`](https://github.com///commit/59bb614dacd53e11937fd966ac621914f51ca792)) - Testing anka([`9ca743d8`](https://github.com///commit/9ca743d85ce5c240915d360defd8a4899b72a705)) - Testing anka([`cf150490`](https://github.com///commit/cf150490a1f21de73aaaad8c8ed0539ce4f2cba6)) - Testing anka([`a0194afe`](https://github.com///commit/a0194afec48333ee583c662e2a2d88b56dd7ae58)) - Testing anka([`061079fa`](https://github.com///commit/061079fa4e05f53a4b235bc6f595db5556d08725)) - Testing anka([`04fc1d60`](https://github.com///commit/04fc1d6039f7c278ddb13c47e340354cedeec68c)) - Testing anka([`fcdd3470`](https://github.com///commit/fcdd3470ee6f61fe13043f9a04e4ae4c3482385e)) - Testing anka([`d3d74168`](https://github.com///commit/d3d7416816d194b9112e010e73d79823f06708d7)) - Test boost::asio::thread_pool([`a4c41435`](https://github.com///commit/a4c41435d3bc2d2aa3e6e20e079bd4563599640a)) - Test that elected producers can upgrade system contract #1962([`fbf611b4`](https://github.com///commit/fbf611b4182043d3d09e88e6a3ced4f18aa7c246)) - Tester nonce - use a dummy action on nobody account([`b61b57c9`](https://github.com///commit/b61b57c9b11540846e88d2aa988068696678bdac)) - Testing unstaking delay([`bc9bf795`](https://github.com///commit/bc9bf795c16fbc1c097de5a6a4096184f1a0a55f)) - Tester now works for setting producers and block production([`6a2eb430`](https://github.com///commit/6a2eb4301da66e1ffb827bf589ec0aadb0e60250)) - Tests all working now, had to refactor the ModuleInstance to ::call because it is implicitly calling the start method when present([`f7a979d2`](https://github.com///commit/f7a979d20a519b3b5e22d33c675ada5b56078b27)) - ([`71c5f6dd`](https://github.com///commit/71c5f6dd86f285e9ef23a5f170ccb166692168bd)) - Tests fixed([`067e3fe8`](https://github.com///commit/067e3fe8d3bddfa3c980ff27f0f7a9e0c8b419a0)) - Test for STL draft in wasm_test([`26b327e4`](https://github.com///commit/26b327e4f8bd51fbac777d4fee12ea5eba4f45ce)) - Test get_identity_for_account as well([`5e47ab42`](https://github.com///commit/5e47ab428c7ac208590b8b4a3ead97788fb38242)) - TestUtils uses Python 3.5 API. Updating scripts and travis build to include it.([`48eb9c2f`](https://github.com///commit/48eb9c2fcd34208d126866bf20878f5d6a939f0f)) - ([`aaf4f64a`](https://github.com///commit/aaf4f64aaf21175956d5c20eb157b6fdf7f55aa6)) - Test cases for action proofs, additon of scope serial numbers and more fixes([`0620686f`](https://github.com///commit/0620686fbe18035861ecf0829f700f6a2ba92966)) - Test for a deferred transaction via proxy account([`b75983c5`](https://github.com///commit/b75983c587bb9a6cd38c56517c45d82df3aa29b3)) - Test missing db functions([`bdd91caf`](https://github.com///commit/bdd91caf2f2a13173fe26e551238b75f75df1c4b)) - Tests work after refactor to support account name type refactor #56([`0cf10764`](https://github.com///commit/0cf10764debb8d50e0b2f410fdf57b23f64b69f6)) - Tests build and rename init0* to inita* #56([`22b42279`](https://github.com///commit/22b422794ecfc8e78e4edc0f14a6e444281aba2f)) ### 🧰 CI / Build - ([`d36cebdf`](https://github.com///commit/d36cebdffa2d3ad4d1e1d0aec443b86c586b5dc2)) - Build pinned LLVM in release mode([`4f4d39c0`](https://github.com///commit/4f4d39c0d3309e6afa3708bd479d9a287efcde3f)) - Build .deb & .rpm packages by default if finding dpkg & rpmbuild([`8e33f272`](https://github.com///commit/8e33f272e4526e22c975b28492c41000ed0c765f)) - Build fixups([`f9467261`](https://github.com///commit/f94672615e1d93298e65d7fc814905916649cc21)) - ([`f58d942f`](https://github.com///commit/f58d942f60a20f1188a2b6f9c4dda398d17fb9c7)) - Cicd([`18d80f22`](https://github.com///commit/18d80f22174a0afd10ff9a16879a011171693007)) - Docker-tag.sh does NOT use the CI registry, it only uses the Contracts registry([`19605760`](https://github.com///commit/196057605f1896e724955726b464c9f42ba8483d)) - Build step merge([`8c365ed6`](https://github.com///commit/8c365ed62501d97907812196703db7222fb04f49)) - Cicd changes([`25fbeecb`](https://github.com///commit/25fbeecb0d9e2cf9ff582ff19b85c0099e783a4b)) - Build-scripts pipeline file and fix for centos llvm([`2326948e`](https://github.com///commit/2326948e09518dcaecc3d803eee0d2e1ac629f45)) - Dockerffile([`7233be2e`](https://github.com///commit/7233be2e3403800767ede8c92fe497281b8b780b)) - Builds environment settings into containers([`5f20206d`](https://github.com///commit/5f20206d0af74f3e90baae11f9c7b2e5eed29dc0)) - Buildplskthxbai([`fedd6ce0`](https://github.com///commit/fedd6ce08549e2255e3241e90d2cd53b45036909)) - Buildplskthxbai([`e4342637`](https://github.com///commit/e43426374e2e1dd71b7670dd5a64d006412f4e13)) - Buildplskthxbai([`d6974a71`](https://github.com///commit/d6974a71678a68274f4c64547ed9823544540426)) - Buildplskthxbai([`6e85795b`](https://github.com///commit/6e85795b140fb3871a91cba181af2118562b2308)) - Docker push, first attempt([`288d83ae`](https://github.com///commit/288d83ae065a617ad85aaf42760be8c6b535be83)) - Build.tar.gz fix([`2c459d3f`](https://github.com///commit/2c459d3f83110d397dd7cb926b1b62bf6e824053)) - ([`6e47fc79`](https://github.com///commit/6e47fc79d899a04386168256a4c9263b29e0c06c)) - Build unittests in c++17, not c++14([`eb704497`](https://github.com///commit/eb7044977e371535f42c8be41e7a499f4c957a38)) - Build script upgrades for llvm7+ (sans RHEL7)([`c2dcd535`](https://github.com///commit/c2dcd535fb3c305c4cd80585dfd5f8ba1d08c932)) - Build-essential for 18.04([`c565311b`](https://github.com///commit/c565311b256aabda66d64736b091c1c9d1471ea7)) - Build-essentials for 18.04([`12ecda86`](https://github.com///commit/12ecda860e1a42bf3d8180993f0e0ba7551ea5c0)) - Build-essential for 18 if pinning([`402b522f`](https://github.com///commit/402b522f040cb6c5d89488057ecc0466920c4410)) - Build-essential for 18 if pinning([`7a2579f0`](https://github.com///commit/7a2579f023edb03f064846b9bffb8d1be811e0e3)) - Build-essential is needed to install cmake, clang8, etc([`84cd42d2`](https://github.com///commit/84cd42d2878d2ed46b3fa1ab527e5283923386d5)) - ([`fac27d5f`](https://github.com///commit/fac27d5f421e04c4981bc34b5d26eb295567c434)) - Build unittests in c++17, not c++14([`062c6e71`](https://github.com///commit/062c6e71573b0626596fbb53fcc526eb9e15ee35)) - ([`ca3a1156`](https://github.com///commit/ca3a11568a50073f318d6e587269654e2c60b16f)) - Build clang8 only when $BUILD_CLANG8 is "true"([`f4f58794`](https://github.com///commit/f4f58794fa07c5753267cf5ef61b7f487b266048)) - Builder-v2-1 for mac builders and testers([`b30da9e3`](https://github.com///commit/b30da9e3f0bee344678703bb4f21f439176951e5)) - Builder-v2-1 for mac builders and testers([`a6dfc93d`](https://github.com///commit/a6dfc93d572c6c678fc9de13139a4aebfe061c85)) - ([`40535c13`](https://github.com///commit/40535c13e8c225a15ead636dddee82f0ebf40e82)) - Build fail fix([`28fde658`](https://github.com///commit/28fde658fa2a82fb7942ebb93946c77accf90a6d)) - Cimpilation fix after merge #2094([`dfbabf80`](https://github.com///commit/dfbabf802c88f54489354360fd4423b8b5a2e9ce)) - Build net_api_plugin, link in net, net_api and txn_test_gen plugins, create something that calls the accepted_transaction signal([`ab64438d`](https://github.com///commit/ab64438d17fca2d3be8c6f8873274c1e9d53b8ea)) - Building currency contract([`3cd0698b`](https://github.com///commit/3cd0698be87148869d43144f4357a1bcdf0e3d80)) ### 📦 Other - Update to build version 5.1.0([`1fd21e2b`](https://github.com///commit/1fd21e2b206a5a97d2c41b4afefa42b25c5c15be)) - ([`1f88dc46`](https://github.com///commit/1f88dc46f32a6afe7d691feb37d633ca28c3757b)) - Default nodeOwner for test createAccount([`cac27407`](https://github.com///commit/cac274079e3d50eb575e85b90bbeda09569e6c94)) - Get nodeop_run_test working by adding a valid nodeOwner to the createAccount calls([`5ee72cf9`](https://github.com///commit/5ee72cf90be6f28d9d16cc859643de44f510f061)) - Fix parameter order for add_roa_policy helper([`144128af`](https://github.com///commit/144128af679e6b293baf60f9239f4969e8360ef7)) - Fix python create account to use addpolicy properly([`5105404e`](https://github.com///commit/5105404e687f25906696c68c14b10065e29ab5d2)) - Stop using datetime.utcnow([`dce534d7`](https://github.com///commit/dce534d7b7ae5d893fa7ab60736ff62796b0b637)) - Ensure testUtils.py can run on python 3.10([`a975cab3`](https://github.com///commit/a975cab32f7d97225db28477e155e28f33d9b0f3)) - Revert "re-enable transaction_context::check_net_usage"([`14b99b45`](https://github.com///commit/14b99b45b9c8ecb7f818ef35e54c73ee7b8fb839)) - Fix mistakenly disabled update_billed_cpu_time call([`dd413351`](https://github.com///commit/dd41335155cbffd97899b99306449b9e1391130f)) - ([`11f7ddfc`](https://github.com///commit/11f7ddfca24c6b71b03d4fb3ef175ef2465b6c22)) - Needed to swap eosio for sysio.([`df18574d`](https://github.com///commit/df18574d107d740771b02bd9871c3401129b9c8e)) - Working partition block state log test.([`c77193a7`](https://github.com///commit/c77193a7709cd642829f071b7572f37bc3b738e8)) - Fixed partitioning log tests.([`2ba0bf36`](https://github.com///commit/2ba0bf36cca26433274672496e1c8433db73f193)) - Compile and Link - Part. block log tests fail([`ffb6ed7f`](https://github.com///commit/ffb6ed7f9591edb775757a9d72dd99e5d4e9779f)) - Has linker errors([`3340d383`](https://github.com///commit/3340d383fa1cf8e1f2bc7886aee8e077a9b2f87f)) - ([`203737d7`](https://github.com///commit/203737d757f02e96b539c0dc3c88893327699a01)) - Update test_snapshot_information test with incremented block due to roa setup([`11eda714`](https://github.com///commit/11eda7141987ac349a92d6fd9683eeb1e21017ed)) - Remove rex_info test from test_chain_plugin([`bc14d0d6`](https://github.com///commit/bc14d0d6eed5cb2bdb95d26b8cd54683b77a4d67)) - Remove unnecessary .data() call for loading test abi([`e2011334`](https://github.com///commit/e2011334ccfe86f88d323c91d192222ad5018ac9)) - Remove unneeded using namespace from test_permission([`378ad363`](https://github.com///commit/378ad363900cc8f3edb63f6a44cbbb0effd46708)) - Get rid of duplicate namespace declaration in test_checktime([`2ccbf6ef`](https://github.com///commit/2ccbf6ef2b63e6b540b79e708bd955340de1d985)) - Remove unused include from resource_limits.cpp([`9bfd42dc`](https://github.com///commit/9bfd42dc12b32341e5a2dade924f38a773d05d5f)) - Remove plugin yaml files (docs handled elsewhere now)([`9decf8dc`](https://github.com///commit/9decf8dc89c70b8233e4d22f423ea427b74021ef)) - Fix inadvertantly removed total_sys argument for tester roa activation([`165727ff`](https://github.com///commit/165727ffb5609378690fbd3480b9ec0b63e8878d)) - Add and compile ROA src, fix roa bootstrapping in TestHarness([`deb340ad`](https://github.com///commit/deb340adda7b973a6d6617d77129fd2a05bed355)) - Start adding ROA integration to tests([`0c528abd`](https://github.com///commit/0c528abd5aef082871257ce785f40340e8144115)) - Make defproduceraAccount privileged for tests where they need to create new accounts([`911258b0`](https://github.com///commit/911258b0cce6e3dd6f699edb9c51486d070792fd)) - Update deep-mind.log in unit tests for new changes([`03c79c99`](https://github.com///commit/03c79c99f1dc781001b020989e9a55026abb7b12)) - Re-enable transaction_context::check_net_usage([`43ad911d`](https://github.com///commit/43ad911d222b90a01088e284f23057b310bb0152)) - ([`4bef20dc`](https://github.com///commit/4bef20dc20d87912b8f72f102b304812628d4dd1)) - WIP on LEAP3([`4c016479`](https://github.com///commit/4c016479d1fecbaa07320729f3403b33959de8df)) - Only allow privileged accounts to create new accounts([`17459ec8`](https://github.com///commit/17459ec84601290b11042ca530f8a62b9eb16f5e)) - Skip NET/CPU resource prechecks in transaction context([`975967d3`](https://github.com///commit/975967d3b0a4f7c8934537d66e0bbdb64626d7b8)) - Fixing known roa bugs([`d5af217f`](https://github.com///commit/d5af217f26229b48d84962d0e5fc41d6daf1f557)) - Update tester to initialize ROA on full node setup([`61b622d2`](https://github.com///commit/61b622d2563e3608e710e3448a3e097e5380bb2e)) - Update builds for latest sysio contracts and add sysio.roa([`c7fffea7`](https://github.com///commit/c7fffea76220207ace822cfffe12fc21260540e7)) - ([`83a453b4`](https://github.com///commit/83a453b4cd38397437c441faead8fbe01b95fdb8)) - Merge commit '78973e40885cf569602' into leap3_with_history([`76f9472c`](https://github.com///commit/76f9472c7b673aca2221b7abd5aa4fc017696e96)) - More keosd -> kiod updates([`1fdab20c`](https://github.com///commit/1fdab20c17b59e413329c831de754b074c60f350)) - Nodeos -> Nodeop([`6f894994`](https://github.com///commit/6f894994b1c76124c97ddca1b9b4fe83d206d6c2)) - More EOS->SYS PK prefix fixes([`e1d2d9c5`](https://github.com///commit/e1d2d9c57f303fd563a89e32bb9fd8c7a3548e4b)) - Fix sysio.system test contract to dispatch buyram([`b8690f31`](https://github.com///commit/b8690f31168da4657a0ce38e37abe4ecd3843332)) - Move all github workflows to a noop folder([`a0b570ee`](https://github.com///commit/a0b570ee2ae976c74f5fe9d0bcb4c755b3173092)) - Fix is_nodeop_v2 flag([`799de5f5`](https://github.com///commit/799de5f58546d10894ffd2d5d79353a238208ae2)) - EOS->SYS rename fixes([`41a272b9`](https://github.com///commit/41a272b9730ce4fd466a7c673fda512bd9868e38)) - Update to fixed chainbase version([`93feb69f`](https://github.com///commit/93feb69f702a5b24cbfbfc2a1e95f4eee210d6aa)) - Revert original order of EM_KEY and changed order of newer leap 5 protocol features in protocol_feature_manager.hpp([`0b7c4e5c`](https://github.com///commit/0b7c4e5ce3da25d3b5485de9408e8d091a722540)) - Adding back sysio.token.bad.abi([`33d57fb6`](https://github.com///commit/33d57fb6abb022d34eb16694a795e133ffe8b029)) - More on renaming; rebuilding wasms files; sys-vm vars changed([`342707c7`](https://github.com///commit/342707c7552b7374f1705dc11cf4e3a51c731aa6)) - Sub_chain_plugin updates, appbase register plugin tweak, get pending trx receipt tweak, std::move([`fd091f8a`](https://github.com///commit/fd091f8ab48745a0641ade27a08257ddc2f194d8)) - Renaming; wasms files changed, submodules change , sig EM, s root([`55de5da8`](https://github.com///commit/55de5da845e837398fb2b6a32a00b277ee4d9c41)) - Rename of core to sysio. clio, kiod, nodeop([`718a1077`](https://github.com///commit/718a1077b9dfb454780639bf01ce9a4a0316fff3)) - ([`d133c641`](https://github.com///commit/d133c6413ce8ce2e96096a0513ec25b4a8dbe837)) - 5.0.3 version bump([`3ea7a7dd`](https://github.com///commit/3ea7a7ddf693641d8e66bb2114d62c1d66466444)) - ([`3940f44a`](https://github.com///commit/3940f44af78071db2ebd3ad115f0928fa8470a52)) - Bump eos-vm submodule to 5.0 head([`79ac50bb`](https://github.com///commit/79ac50bb36aef2245d22e36024976e6ac9b558be)) - Bump eos-vm submodule to branch with improved exception handling([`43007268`](https://github.com///commit/4300726830dda466f9d7f0b508b0e345083e25ac)) - ([`ab727219`](https://github.com///commit/ab72721939e71dce9ba2ab7d623ecee0a065f433)) - Remove 'GS register is not set as expected' warning([`d2b93dfc`](https://github.com///commit/d2b93dfc45a84f8062cf3d2bf92d555787c701dd)) - ([`665ca82a`](https://github.com///commit/665ca82a679581d5a202e524f608849c091eba7f)) - Revert "[5.0.3] P2P: Resolve on reconnect"([`eefa7654`](https://github.com///commit/eefa7654bbb48ec138db33e935432ce4cf8a0c70)) - ([`2afa2a40`](https://github.com///commit/2afa2a40e07624b37adbbe7a86d0e180a566db45)) - Maintain the reuse of connection object on reconnect([`51fd8fab`](https://github.com///commit/51fd8faba27ecee6487e4f947198a419f323dab3)) - Use lock_guard with scope instead of unique_lock([`b8e8d478`](https://github.com///commit/b8e8d4784b0b2f23b8200b1860adbe2715d36a9b)) - Resolve address on each re-connect([`574b34c4`](https://github.com///commit/574b34c4c27b9da1f1ff4700adef97db0358a88f)) - ([`dcbdb869`](https://github.com///commit/dcbdb86972559000f6412686e42d5cc6a57f6a97)) - ([`dbc6f0bd`](https://github.com///commit/dbc6f0bd5998a4e9efa91fcaa0fb960f977e69f0)) - Fix issue #2330 by limiting the vector size that can be reserve'd([`49079ab4`](https://github.com///commit/49079ab4e324548d521604b8f64e0e706264bc70)) - ([`fffa3d55`](https://github.com///commit/fffa3d55a17207458f2ff9f35012fcfce63c9e3a)) - ([`9fb5719f`](https://github.com///commit/9fb5719f778cfc11c1fd89347bff366fd3311f46)) - Treat end_block_num=0 as "forever" similiar to leap4([`dc42b77f`](https://github.com///commit/dc42b77fa32b806d15ade1c23655ec9d902190ca)) - ([`0242caa6`](https://github.com///commit/0242caa61646f1a672d4bfd2799b557a262de3e5)) - ([`de19d85e`](https://github.com///commit/de19d85e903bf3fe015aa6405ea9d685f701ccf6)) - GH-390 pending fork block is in first index of known_blocks.ids not the last index.([`1e5892b8`](https://github.com///commit/1e5892b89e3eb9e62843da75ccef07f473fff9af)) - ([`63fec3e0`](https://github.com///commit/63fec3e0e201bc3fd168742da709788b57fc86ee)) - GH-2281 compute trx should return failure trace([`429eaa54`](https://github.com///commit/429eaa54e764c2f6144c012e93e4c88cdddf4bb5)) - ([`6b219881`](https://github.com///commit/6b219881ab762f58487ddb3f39fbb2f0299dff79)) - Update to latest BLS([`d6144f1d`](https://github.com///commit/d6144f1dc5db1ffd0579b11129df2e55dc96108a)) - ([`ac407149`](https://github.com///commit/ac407149b88fb7bd4d7fe494468fc9e6377f8947)) - Update to latest bls12 commit.([`3a3fe8c0`](https://github.com///commit/3a3fe8c050c6575869253d500848eb75456ad543)) - Update for new version of bls library with change in to/fromBytes params.([`6563ea9c`](https://github.com///commit/6563ea9c981e184e58c35187f4bd10bb5d1ef91d)) - ([`f882aec0`](https://github.com///commit/f882aec06e9f4200fb02bfbc95df75a36d209cc2)) - Explicit capture list([`d80b1437`](https://github.com///commit/d80b1437b6f1e7538e5d0c7a1f79994edccd9bfa)) - ([`c3011524`](https://github.com///commit/c301152420c381a08aadf1f4d1f2b59414110418)) - Use 127.0.0.1 for gelf_test's logging.json endpoint([`aef4329e`](https://github.com///commit/aef4329efa9a860b7b46b690876ded088189684e)) - ([`b4dc3b6d`](https://github.com///commit/b4dc3b6d0722b311bc09d5781af55266dd97c05c)) - GH-2293 Use FC_LOG_AND_RETHROW to provide better error reporting.([`5d270fd6`](https://github.com///commit/5d270fd649762a6661d1fa115e6ff1579e732160)) - ([`7cd03d6c`](https://github.com///commit/7cd03d6c122b89b5fbbe75d5556810c108d97765)) - Merge remote-tracking branch 'origin/release/4.0' into ehp/5.0-gh-2250-bump-version([`fba54da2`](https://github.com///commit/fba54da2776c94c4077e514029013980b774482a)) - ([`01dab51a`](https://github.com///commit/01dab51ac00aed6730700b82943c30ccfd854fce)) - Merge remote-tracking branch 'origin/release/3.2' into ehp/4.0-gh-2250-bump-version([`2821e912`](https://github.com///commit/2821e912cef707895a925491e1b3c825b554ea0f)) - ([`a7a50a89`](https://github.com///commit/a7a50a89860bb6e1be50000a0d89925e2714f8ea)) - Bump version for binary to variant bug fix([`d6b573b4`](https://github.com///commit/d6b573b4c348ae562feec20ed33a68bd1f8a8ea7)) - Bump version for binary to variant bug fix([`b132dd72`](https://github.com///commit/b132dd7224f98915cb13bd6676b154e5fc65a617)) - Bump version for binary to variant bug fix([`76306f8f`](https://github.com///commit/76306f8f3b242204b7da455818ba9db6f66625b0)) - ([`0590e024`](https://github.com///commit/0590e024d902b4ae5936133c82643d7a581cc22f)) - GH-2228 Fix merge issue([`0a74525b`](https://github.com///commit/0a74525b3edb06976727119232cb11155aa2227e)) - Merge remote-tracking branch 'origin/release/4.0' into GH-2228-return-value-5.0-merge([`20281737`](https://github.com///commit/20281737eea21f8d4362a511e137fd373cd9a18e)) - ([`38644682`](https://github.com///commit/38644682063a9080fedb7a253fd94b6f339d9889)) - Merge remote-tracking branch 'origin/release/3.2' into GH-2228-return-value-4.0([`3c957c1b`](https://github.com///commit/3c957c1bb5bfaf78b6fc2adc05dd3c66f30bf296)) - ([`9fbdda0b`](https://github.com///commit/9fbdda0b5b9398162ca2962d83d491331d28c4f0)) - Fix merge([`5e34f3e7`](https://github.com///commit/5e34f3e78aa0a35e6c82d07ace9002ca2c773048)) - GH-2228 Correctly handle action return value conversion by ABI([`2a10c5d0`](https://github.com///commit/2a10c5d0db8877febfb6cc34412518df1c70d364)) - ([`cafe5a31`](https://github.com///commit/cafe5a31ad7ad413915b9680adc56dd089ba5418)) - Use discrete ports for each test case to workaround defect([`a89b8603`](https://github.com///commit/a89b8603384b28e6c2fc28c20ac3406ba2dc87c7)) - ([`21a3017d`](https://github.com///commit/21a3017d75f2c2b66fc1cf48b451bae300153eb8)) - Bump to 5.0.1([`39c8b2b8`](https://github.com///commit/39c8b2b85b07d4e62d9b68bfad12910c51ee3eff)) - ([`f67a8425`](https://github.com///commit/f67a8425732b8660ac145df3a37118e71de0e46e)) - Move some tests that open localhost sockets to NP tests([`6e063a61`](https://github.com///commit/6e063a612a0d496c1b0e0a150c4e17955f9cdb62)) - ([`e417a836`](https://github.com///commit/e417a836f8c39b93c862851fa9bd3c880ee93840)) - Improve test reliablity([`d77bcd56`](https://github.com///commit/d77bcd560f212ecd15d71a9874007386d62ea200)) - Merge remote-tracking branch 'origin/release/5.0' into HEAD([`bb07d0b1`](https://github.com///commit/bb07d0b149860bc11d9bcb301bae0db658d83e59)) - ([`6e3c378f`](https://github.com///commit/6e3c378fb02e26c95470970db4f1f2f421662f79)) - ([`3394e0be`](https://github.com///commit/3394e0be5c59dc701b3fdd1e72130f50c9dd39e5)) - Don't require keep alive for non-200 responses([`0d8325af`](https://github.com///commit/0d8325af88ce6baa68262c4a19dcd25914b13dec)) - Some tests for max-*-in-flight([`b8441f2c`](https://github.com///commit/b8441f2caf24c7fe3fd50ef75cf721edf38ca9f7)) - Always update max_bytes_in_flight in http_response_handler([`bb536e9d`](https://github.com///commit/bb536e9d3664e57334eb04ffe61a67a8f7541810)) - Merge remote-tracking branch 'origin/release/4.0' into HEAD([`ba04659f`](https://github.com///commit/ba04659f7cb14c3a137474cb65cb66882fefa9c9)) - ([`5984addb`](https://github.com///commit/5984addb589f6425d0f31e52ad99a4bbe1f32eb5)) - Merge remote-tracking branch 'origin/release/3.2' into HEAD([`8a0388ff`](https://github.com///commit/8a0388ff16755a2e1d554dafba38d5f67bddeb11)) - ([`5b0eba28`](https://github.com///commit/5b0eba2892d540e127e886883130ef9014229c6b)) - Change max inflight bytes/requests from 429 to 503([`a82f1526`](https://github.com///commit/a82f152658fa6866d8fbf6c1f7e477aa6b8b38ce)) - ([`e7df9356`](https://github.com///commit/e7df935612043f271c953b66bdf1488034a890c6)) - Make read-only-threads defaults clearer in help text([`67c1f325`](https://github.com///commit/67c1f3259b11f5031a3e2edd02da6b4700e758a0)) - ([`df9ee994`](https://github.com///commit/df9ee99497e665633c8c85e3e9a469f61fcbef27)) - Bump chainbase submodule to leap-5.0 head w/ test fix([`dbbc631f`](https://github.com///commit/dbbc631f07a00f8bb70bc97c2a76446b2be14ad0)) - ([`cfface3e`](https://github.com///commit/cfface3e006666360c3458cb4fc83417a8e64c12)) - Add additional info to assert message to inform user of file that can't be renamed.([`c52b7d81`](https://github.com///commit/c52b7d8172f0836ef6dc8b0cabfafa7ee504dc70)) - ([`b010e7ec`](https://github.com///commit/b010e7ecf7bd9a8bb8f0f2851247dfd6b662d2a3)) - Always set socket to blocking mode before read_message_with_fds's recvmsg()([`f8e685d4`](https://github.com///commit/f8e685d442ce631527b6eddb87b4ee64606f0620)) - ([`2be65588`](https://github.com///commit/2be655882a5f2713f7b82b5275ee9769a7a121fd)) - ([`d9c1647b`](https://github.com///commit/d9c1647b9595c49efb587c5d68dcd08799c12347)) - ([`502ccac3`](https://github.com///commit/502ccac36d5ba3a69334f3bde2b8a67151a40e6b)) - Bump chainbase to leap5 head w/ undo_index test fix([`107aa53f`](https://github.com///commit/107aa53ff30734e5db87469b82bd47257e8522a2)) - GH-2104 Search options instead of querying appbase as initialization order is not guaranteed([`7a507631`](https://github.com///commit/7a5076319b6b70f4fdfb49a4a125d3d5af21a5f5)) - ([`ffb2ec13`](https://github.com///commit/ffb2ec133409cf4b1594f089b0cdea098ff7df20)) - Report error to `next`([`1a6e19ba`](https://github.com///commit/1a6e19bac617a3a55217624641cadb36b0c76d3f)) - Report the response body which contains error details.([`008500ea`](https://github.com///commit/008500ea8b92a0b822a3c8d30f1049c6ee6f64bc)) - Report error before callback in case callback throws([`c723c2d0`](https://github.com///commit/c723c2d0b7e094b81e4108fafef95bfab37ba3b5)) - Add missing `}`([`fbae8966`](https://github.com///commit/fbae89664f1493f237971081118395a6b8a2d611)) - ([`3ca55ec4`](https://github.com///commit/3ca55ec48cba4093702fea1354c10cc404f0933e)) - Also need to switch to lib_catchup if in head_catchup; not just when in_sync.([`5a46157f`](https://github.com///commit/5a46157f94a5dc8c415c576e1359c4acd720792b)) - ([`2c006cd3`](https://github.com///commit/2c006cd349a8b0985a7c4957be1c1626ce8ec701)) - Bump chainbase submodule to leap5 head w/ mapped_private dirty bit fix([`fd14eb74`](https://github.com///commit/fd14eb7484ec5b275bee32e69717b56152d33cdf)) - ([`b0ce27ed`](https://github.com///commit/b0ce27edd71d6f03e31c5ae6425dbacefc851737)) - Don't assume chain_api_plugin is linked([`bb8400db`](https://github.com///commit/bb8400db4de3e0d1e5d3cb49b6df9795fccd4502)) - Different approach to detecting if chain_api_plugin enabled([`576984b0`](https://github.com///commit/576984b093583c8991cebcee99b723896c1cbf98)) - ([`76c3b635`](https://github.com///commit/76c3b635eaba6fe4276ad85f122734d9dd284464)) - Avoid a copy on a shared_ptr in the ctor initializer list([`89fb0163`](https://github.com///commit/89fb0163b80d254e32e972af0dfdd1bba96e8d5d)) - Hold a shared_ptr reference to http_plugin_state in beast_http_session([`5fcf5b49`](https://github.com///commit/5fcf5b49548e58e8bb01b50b6d7f2a9458602b0f)) - ([`4bfb636b`](https://github.com///commit/4bfb636bc41276005e685193225be717bcf5fdab)) - ([`04774eb7`](https://github.com///commit/04774eb7726ae95a6cb795b493fcf0f25021bc5f)) - GH-2021 Add const([`8fe4f3c6`](https://github.com///commit/8fe4f3c6c550361562c0f83042e0e336c9960d74)) - GH-2021 Simplify pause implementation.([`c4ed79a8`](https://github.com///commit/c4ed79a85927054836ee6cb6f8cdb62649c6a2b8)) - GH-2021 Pause net_plugin during snapshot write([`6d524865`](https://github.com///commit/6d5248659b40a0ae9723c032cd4aec9181168318)) - ([`31f7bc45`](https://github.com///commit/31f7bc45a437acce0d459570386e24a36bba1d0a)) - Only run the stats timer when metrics are enabled([`3cbf05f0`](https://github.com///commit/3cbf05f0ae553c3ebfc7f943abf4e786482ac5bf)) - Tweak syntax for clang([`f5acb9eb`](https://github.com///commit/f5acb9eb864a80cdd885313fd128413b405a3622)) - Only register prometheus handlers when prometheus plugin enabled([`26737308`](https://github.com///commit/26737308e00937f67544d80f30df0c3ba13ab5ba)) - ([`e2fda3ba`](https://github.com///commit/e2fda3bac4edc25c1af640260b4f8fcf4a83ac22)) - Comment out suffix([`8059ea9c`](https://github.com///commit/8059ea9c7e48926426dcd26edf9008d7179863f5)) - ([`91dea834`](https://github.com///commit/91dea834da323183738669cbcc6902424926a4bc)) - Remove per-row tellp()([`53130ef9`](https://github.com///commit/53130ef96fc059b60174f2b7f710d0670d3f5cab)) - ([`574f430c`](https://github.com///commit/574f430c59f0f3e2ee37af839b448351868aebaf)) - Bump chainbase submod to leap-5.0 HEAD w/ alloc/delete/free fix([`4624f251`](https://github.com///commit/4624f25132942b8bc8388983ec5e2a2dc883590a)) - Bump chainbase submod to alloc/delete/free fix([`3c6c13a4`](https://github.com///commit/3c6c13a45e86f92ec334252f80fa12d3022cbbb7)) - ([`debef7f3`](https://github.com///commit/debef7f383e994a9f169760e5b7b2223b1448537)) - GH-2006 Search for more precise error and provide a bit more tolerance([`fddc8ede`](https://github.com///commit/fddc8ede7c5c8976c342662e06f861918dbed5f5)) - ([`4becdd5d`](https://github.com///commit/4becdd5d9f5dfb063119d5970aa7701e2fb06774)) - ([`0941a882`](https://github.com///commit/0941a882d0fdf22c6e85e8b78116832824d62756)) - ([`89e2db14`](https://github.com///commit/89e2db14d0bac644b4a4dbaf9a0e33381789fa1c)) - GH-2006 Do not attempt to apply blocks <= LIB([`468aad61`](https://github.com///commit/468aad6132c3220eebf54610e4d21dbf635d4bc8)) - GH-2006 Check for unlinkable blocks while syncing([`65392710`](https://github.com///commit/65392710e3f1b92dfda92b9f0cb700c5fd07abf4)) - ([`a469b696`](https://github.com///commit/a469b696372148a636d0e62ae8c85b01a0e6f3d7)) - Add an on_except so named_thread_pool does not terminate([`d874bdaf`](https://github.com///commit/d874bdaf4bd69a044216e95a110898e4781ec8ae)) - ([`091bd344`](https://github.com///commit/091bd3446854cffc57ffbab81f4f4f09f5d8f058)) - Add BLS_PRIMITIVES2 to bios-boot-tutorial.py([`61a1c14e`](https://github.com///commit/61a1c14e2c9f699a571f65f0626b7d96356c3a8d)) - ([`fd6ac646`](https://github.com///commit/fd6ac6462b028d6b895002a64087eb43f82795e5)) - Update to bls12-381 with fp::operator==([`443a7b31`](https://github.com///commit/443a7b31cf0f013b58ee111452da7ae55f72c0bc)) - ([`85d9b727`](https://github.com///commit/85d9b727d3059b349327fa66cd246b66891f44b3)) - Add removed and applied block ids to successfully switched fork log message.([`b94338b9`](https://github.com///commit/b94338b991bfe6bd1a530a958838ead044da1166)) - Add this block id to pushing result log entry.([`a6327c59`](https://github.com///commit/a6327c59b02e05979b661ae2976bdfec2a56d601)) - ([`b3e5c6ba`](https://github.com///commit/b3e5c6ba2407e8eebbd3cd6a7162ab0f39c96f86)) - Lowercase org for experimental-binaries tag in release workflow([`cf5f3134`](https://github.com///commit/cf5f31345fcf9434b5117c2114ad67aba5728857)) - ([`f649f68a`](https://github.com///commit/f649f68a060ec3269fbcfc395380531bd7b13259)) - Merge commit '6f872d9' into HEAD; bump version to 5.0.0-rc3([`7247c588`](https://github.com///commit/7247c588433201a156ed86f696e339160c069d80)) - ([`6f872d97`](https://github.com///commit/6f872d97fc9d02e27397b987d8df33c805551759)) - Merge commit '7eaec71' into HEAD; bump version to 4.0.5([`0ba3395e`](https://github.com///commit/0ba3395e869efa889821ad55e9c47f1d53c02d4d)) - ([`7eaec71f`](https://github.com///commit/7eaec71fc57130e5e207f4e6785a79565f946c47)) - Bump version to 3.2.5([`5489e8ec`](https://github.com///commit/5489e8ece45f9f225c758c60b0d8081d462da67f)) - ([`52523d68`](https://github.com///commit/52523d6811c16105783c93a79f0228c71e0ca9b6)) - Merge commit '82ad13a' into HEAD([`3a61aa46`](https://github.com///commit/3a61aa469df909aab4e8f8ba0290d5abb206ea88)) - ([`82ad13aa`](https://github.com///commit/82ad13aa3158e915eafc826e9cae18fc40ef629a)) - Merge commit '1af6e38' into HEAD([`1ee94df9`](https://github.com///commit/1ee94df9aadbc0f7c7cf56021760a27377963f9c)) - ([`1af6e38b`](https://github.com///commit/1af6e38b004a1cc4dbb8dc2034f7581d674d555b)) - Security updates([`bb726bfd`](https://github.com///commit/bb726bfde3f0d9bd6773365b8981f3b31eb8609c)) - ([`1a029ea1`](https://github.com///commit/1a029ea1625eeeb1839ae376c84be5d10b08f73c)) - GH-1953 Update test for n==0 is an error([`c10e7c0c`](https://github.com///commit/c10e7c0c726ead3a20459ac76257e7d2809eff15)) - GH-1953 return failure when n==0([`06d85642`](https://github.com///commit/06d8564273a1ca5c5cc98aae5d6c724a7033ca49)) - ([`1ec73cfa`](https://github.com///commit/1ec73cfa96f643dbebcc422b711798d9c985f73b)) - Update bls12-381 lib to main with affine non-montgomery public key proof of possession([`2d1f43b3`](https://github.com///commit/2d1f43b349d1e7f453c37eb69faec89bdc2b6a7e)) - ([`3d451674`](https://github.com///commit/3d451674001a47fce58f3c05e6b596a7d2626d67)) - Update to main([`67c80177`](https://github.com///commit/67c801774a138d5478f511295f2b1f29d63145c6)) - Update bls12-381 with warnings fix([`cd9015ad`](https://github.com///commit/cd9015ad6f92f7291fe4af7d4fc861ea4c890496)) - GH-1701 Be explicit about affine and little-endian([`da4f0c32`](https://github.com///commit/da4f0c32ecab02ec995cff53c3a6526128dc410c)) - ([`c584cdb6`](https://github.com///commit/c584cdb64958d14739534f77faf39a831d3555aa)) - Update bls12 submodule to tip of `main` branch.([`804e415e`](https://github.com///commit/804e415ea0e3ca6b3f01f6f6bf6e47c676374806)) - Remove `(multi-exponentiation)` from comments.([`87738aae`](https://github.com///commit/87738aaeec12ce1dbac027ea28b6a4d0a41f1d98)) - ([`3c5c5667`](https://github.com///commit/3c5c56671afaee17f6c5255d39328e2951e9a1aa)) - ([`f77423b7`](https://github.com///commit/f77423b749e05ee2c35e16ea69c07d67f5dab950)) - Fix two small performance issues in abi_serializer.([`b67c2f00`](https://github.com///commit/b67c2f007bf93dbd95b41b17db8648468001401b)) - ([`1dba6431`](https://github.com///commit/1dba6431489bd860059346a8a87a73239e65afd5)) - Use cluster.eosioAccount.ownerPublicKey instead of hardcoded key([`490fdf79`](https://github.com///commit/490fdf790c69222570d59be4fbbfccb32914fc85)) - Move set code and set abi tests to nodeos_run_test.py([`f46ff2f4`](https://github.com///commit/f46ff2f4d3ceb410351b8f83604402b83f6ec87e)) - Add tests for set code and set abi([`84bd6c0d`](https://github.com///commit/84bd6c0d712c980cfd2635f4546f3f30af9343cd)) - Merge cleos set code and set abi fix from release/4.0 to release/5.0([`6dd962c9`](https://github.com///commit/6dd962c98544af47702d9c7865d1aac061c795d4)) - ([`9109365f`](https://github.com///commit/9109365f9692c540f0766a8b231b7b9dea902bf9)) - Resolve merge conflicts in programs/cleos/main.cpp([`ce89c561`](https://github.com///commit/ce89c5619fdebb0a4417911bc0b0198a4ea5103e)) - ([`b4753f7e`](https://github.com///commit/b4753f7eadd1c8df99103b797c5143691daabfc5)) - Simplify checking the existence of contract direcetory([`b65ffd55`](https://github.com///commit/b65ffd554cdffec8c0c923e291ba7f21510de2fa)) - ([`c7e7b9fb`](https://github.com///commit/c7e7b9fb2845b95de748131636753cacbfc0935b)) - Net_plugin test cleanup([`0c6c2b5a`](https://github.com///commit/0c6c2b5a96e369cb5323314bdedff7ff456bf73c)) - ([`92395025`](https://github.com///commit/9239502552642ef7a0e62be8b0308ebcbe461cc0)) - Add context to contract exceptions([`95c4b03e`](https://github.com///commit/95c4b03e38bc8cabefdb1ea55e229833859ac84b)) - ([`5af9e14a`](https://github.com///commit/5af9e14a16e1ac1512d49df2247449df9a5ad080)) - Change remaining references of mandel to leap([`7b9e7bae`](https://github.com///commit/7b9e7bae40fa159a133ea2ea2fa73dc398b08369)) - Update to latest bls lib.([`11640bf1`](https://github.com///commit/11640bf1433dea2fd5e87af62e7244bf570c1d39)) - Update feature manager, fix deep-mind.log accordinglly.([`12699519`](https://github.com///commit/12699519799028f28bbffe7cbdf73fddf96c55a4)) - Update feature signature.([`cb4ceaa5`](https://github.com///commit/cb4ceaa530bf11e014390d7e9deea9f269ee81ff)) - ([`cc9bba88`](https://github.com///commit/cc9bba8894c9befbdc9b9b614bac922ea28b5560)) - Use std::array instead of std::vector to simply conversion to eosio::chain::span([`6a9a8b1d`](https://github.com///commit/6a9a8b1d24f2fa50e7b76f4eecce9e3088c59bfc)) - Remove _mont* functions([`c39e9304`](https://github.com///commit/c39e930491c2345dd175aec12d6d7abc26fc7e03)) - Resolve merge conflicts([`65b54ab2`](https://github.com///commit/65b54ab2eeb59ac381ed78463badcb83779e61cb)) - Merge remote-tracking branch 'origin/yarkin/update_bls' into more_bls_benchmark([`36eafc73`](https://github.com///commit/36eafc73c76221081946d2c8a852876d1c1fdbe2)) - Delete unused benchmark.([`d9e59b8d`](https://github.com///commit/d9e59b8d6285cd38d13245df549af3e393a3208c)) - Update comments.([`e1f67e93`](https://github.com///commit/e1f67e9374607aae22f132c6c76a92582a987e31)) - Remove _mont functions.([`dfb05c5a`](https://github.com///commit/dfb05c5abc15bcdedc8f7cdf50f9874db3f3db65)) - Add more test case and update submodule (only contains test updates).([`4255d62d`](https://github.com///commit/4255d62daa000a680dd3f34bdfd581c7c1a7057e)) - Add tests for fp_mod, fp_exp, fp_mul([`9d35e5a3`](https://github.com///commit/9d35e5a328472be02abb61f5f0961b6afdeb1d2d)) - Add const& to std::string parameters in all _impl methods([`f280d5ee`](https://github.com///commit/f280d5ee169dbc4ba26e2177b3fc4ac965f4194e)) - Add benchmarking for Montgomery form host functions([`2a85796c`](https://github.com///commit/2a85796cd98c34198a8cf37c0acc164652cb67aa)) - Fix benchmark([`4e40590d`](https://github.com///commit/4e40590d6625573b5a6e00707b986b5714a9dee3)) - ([`fa5f81e7`](https://github.com///commit/fa5f81e73112bd998b9eaba1be66b291e9e5961f)) - ([`f1919a05`](https://github.com///commit/f1919a0570109ee0eaa943044f6baa069d39335c)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1461-base64-5.0([`92ba6d41`](https://github.com///commit/92ba6d413c335399e4f35d6e96d926871e85c5db)) - ([`e41fbb7d`](https://github.com///commit/e41fbb7db9651d268340835cfc99e135839b755a)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1461-base64-4.0([`78181c41`](https://github.com///commit/78181c41f59c9c1fc15b42fe54319c61b491a7b9)) - ([`8a9d8410`](https://github.com///commit/8a9d8410b23ac405f9d52f46a1d6f65ec19ca489)) - GH-1461 Do not require trailing `=` for base64 encoded strings to support non-fc valid base64 encodings([`bce1b0b1`](https://github.com///commit/bce1b0b19d29140f212fcc75904473a164cf68a9)) - ([`65cc325b`](https://github.com///commit/65cc325b423240d0c33e1af8756a082e29526a5c)) - ([`f0ae9293`](https://github.com///commit/f0ae9293f51e1a0d289629620b067905e5e745ae)) - Improve and add more comments([`a96d6dea`](https://github.com///commit/a96d6dea49c6ecea0c32b9e0c67ecc49fbea130e)) - Revert benchmarked function specific limit of number of runs changes, as they are not needed([`f54724fb`](https://github.com///commit/f54724fb2967afebbc7f559672173f595a3f2e44)) - Set max block and transaction cpu to 999'999'999 such that expensive functions will never reach deadline([`a53e6fc9`](https://github.com///commit/a53e6fc9295579a8e5c68538e4c6fd032a5d6e0e)) - Remove little used control as a member of interface_in_benchmark, use chain->control.get() directly instead([`ec1e594c`](https://github.com///commit/ec1e594c7ca75b35a76d9c766044001902378812)) - Use a single eosio::benchmark for BLS while still being a friend of eosio::chain::transaction_context([`4b65a4f1`](https://github.com///commit/4b65a4f14f64a90f431115857d3d92c8c48c74dc)) - Print number of runs right aligned since now the numbers can be different between benchmarked functions([`181d2425`](https://github.com///commit/181d24259060d9f7ea3e52a745b93cf18647b5a0)) - Benchmark bls_g1_map, bls_g2_map, and bls_fp_mod([`63b90eb9`](https://github.com///commit/63b90eb908fe6a526814d632b9b9422ce9ae6ed8)) - Benchmark bls_pairing, bls_g1_exp, bls_g2_exp([`b2e214dc`](https://github.com///commit/b2e214dc3b5b72be12a040b0306812c63133518e)) - Support benchmarked function specific limit of number of runs([`6f3b7deb`](https://github.com///commit/6f3b7debda259e8f777687b677fbe933ef6db911)) - Benchmark bls_g1_add, bls_g2_add, bls_g1_mul, bls_g2_mul([`be7dcc08`](https://github.com///commit/be7dcc08665abd264c74b05e1a2559653834d544)) - Plumbing a webassembly::interface object for benchmarking BLS host functions directly([`c2951f37`](https://github.com///commit/c2951f3747de28247820d30d7c51059d616e7e89)) - ([`228eb6ae`](https://github.com///commit/228eb6ae1eec8ddaf9be6e50ed698dcced3c25e2)) - ([`dc55e309`](https://github.com///commit/dc55e309cfb4a2fee21786f79ae4413c33704a1c)) - ([`87e4db24`](https://github.com///commit/87e4db24a3d203133ebf3ff8514c95d8e600601e)) - GH-1461 Removed unneeded explicit type([`3ccf0235`](https://github.com///commit/3ccf0235e5ed0e0d10798fac9213f1c8b95b6614)) - GH-1461 Optimize base64_decode for our use cases([`7b43a4a4`](https://github.com///commit/7b43a4a46e7d0dd890dec140b46263df19cdeca6)) - GH-1461 Remove addition of invalid `=` character([`00b2f993`](https://github.com///commit/00b2f993f305ecb7510c927eb87c91bcdb730ac1)) - GH-1461 Make WalletMgr honor --leave-running & --keep-logs([`09e7fc2b`](https://github.com///commit/09e7fc2bd5a57d868e31022e646b207af4cdbc81)) - ([`de71459d`](https://github.com///commit/de71459d18f2a291ac25f1196b8f230819c939ff)) - Revert "GH-1461 Do not add or expect `=` at end of base64 encoded strings."([`b0c12963`](https://github.com///commit/b0c12963b23c664327cea56f9619dc3779c1e8d1)) - Revert "GH-1461 Update base64 from upstream"([`0ad72734`](https://github.com///commit/0ad72734d5174581e62215f3836f70c634ef1196)) - Update chainbase to tip of main branch([`f7c449f2`](https://github.com///commit/f7c449f23fffa33d247a6808de935dabc1932e7a)) - Add dynamic check for pagemap support([`6e50f2dd`](https://github.com///commit/6e50f2dd2242a74a2a2dd102db898f39ef0cc87f)) - ([`b8b20cc4`](https://github.com///commit/b8b20cc47083daf94577668abd61ee3117e563b1)) - GH-1878 Add test cases for mapped_private([`781c3612`](https://github.com///commit/781c36128550f68827d38f74eaefdb0cbce4aa0a)) - Update to use affine form instead of jacobian form for data([`49d17e30`](https://github.com///commit/49d17e30bd777bf559e344641084a82ac8f18674)) - Fix comile.([`9c42d424`](https://github.com///commit/9c42d4248e4dccae0f2edc6f9214a62794afa0f2)) - ([`77f2be49`](https://github.com///commit/77f2be49a75d6a06dcdbad18579bb525cd0c204b)) - ([`d516466c`](https://github.com///commit/d516466ce6330feffdc78d0eace4b4c341a2fd23)) - Update chainbase submodule to tip of main branch (including chainbase #29)([`96fc5334`](https://github.com///commit/96fc5334dd7d3df201baabe614e481239040d2ce)) - [5.0] Fix chainbase issue when shrinking the database size.([`f98dcce3`](https://github.com///commit/f98dcce373c8facac4f3d318ca12345d288ba07e)) - Update unit tests.([`35f375c9`](https://github.com///commit/35f375c9b077b1d53c38cd4d2e42ba8b9df67af6)) - Add bls_fp_mod and bls_fp_exp([`d8dc3603`](https://github.com///commit/d8dc3603c7243179f38704f0770ff83dad087281)) - Refactor bls_gx calls.([`fa598910`](https://github.com///commit/fa5989107f7270270f8201f941f4cc2028e3bb44)) - ([`3d188c7b`](https://github.com///commit/3d188c7b53cfff7d87408152b5fa62028aacf379)) - ([`88eb2fec`](https://github.com///commit/88eb2fec066634a6397f3c020ea995bce973e5cd)) - GH-1878 Update test condition now that id can't be empty([`ccf7356a`](https://github.com///commit/ccf7356a4abc291b5bdfab9c211ca92704c9c3f1)) - GH-1871 Make sure a unique_conn_node_id is always provided to prometheus([`11df1245`](https://github.com///commit/11df1245ae7fff472f3119bd69b55cf230f3dad1)) - Refactor some interfaces, compiling, not tested yet.([`eea0ea31`](https://github.com///commit/eea0ea3110f11c747ac05c792e35d0d6c37a1b15)) - Make code compile with refactored bls12-381.([`71a93194`](https://github.com///commit/71a93194385e43e6f7485d670030e7300a156c1e)) - ([`42034e3b`](https://github.com///commit/42034e3b39203f7400354607bdd377a5b95d49d6)) - ([`56328b11`](https://github.com///commit/56328b11447b08277e258d8f98ae021f8ca68e6a)) - ([`3e3d4d46`](https://github.com///commit/3e3d4d461d4286d6d287a88061287d94f30274e6)) - GH-1858 Use one strand([`eecd4c5d`](https://github.com///commit/eecd4c5dfb819dfa3af65147024b1f09abe92562)) - GH-1858 Add better error handling([`5bb7313a`](https://github.com///commit/5bb7313ae324353bdf2c15959194fd4286527b51)) - ([`7da8f9d8`](https://github.com///commit/7da8f9d824f3d02e5b0c1792842c5cf182e3061f)) - Wait-for-exact-target not wait-for-exact-target-workflow([`6c671fd5`](https://github.com///commit/6c671fd54d517ab62e2e890ea2496b208a83c90f)) - ([`836ca1aa`](https://github.com///commit/836ca1aa4b1206e7ae65d5ba9b3d742d24e35f81)) - GH-1690 Recover keys on the chain thread pool([`6e275cd8`](https://github.com///commit/6e275cd8ecd044a7360f6a470f41cbae9dd7f0cf)) - ([`9ebab229`](https://github.com///commit/9ebab2299b6b0fd3003c4f0a53f8c24e64ed71cd)) - Upload core files from failed tests([`492c7bd2`](https://github.com///commit/492c7bd22b0ee1414a027c3ace290ac8d57b7b7c)) - Upgrade parallel-ctest-containers action to node20([`f2ba2481`](https://github.com///commit/f2ba2481a7345de7cf564ac56245fe69a4b9ecdb)) - Upgrade to actions/checkout@v4([`6286f84b`](https://github.com///commit/6286f84bd5bc2cf56e0a507a72e1fc0c315bdcbb)) - Globally --catch_system_errors=no([`0e090f01`](https://github.com///commit/0e090f0103c622f43f023a854b96acee9717d70e)) - ([`dafd7406`](https://github.com///commit/dafd7406c3a189d010e2750b8102f13f055fa77c)) - GH-1690 Add better description([`b0f567d4`](https://github.com///commit/b0f567d4be75caed0e42f30a778f46285ac8d737)) - GH-1690 Remove unneeded include([`db817f79`](https://github.com///commit/db817f794e1a6dd9cfc3b4a1050c12cbd7517b18)) - GH-1690 Report values used in comparison([`bed5a26b`](https://github.com///commit/bed5a26bac087e1b77a9b1988b5841e870e1a4a5)) - ([`35372f6d`](https://github.com///commit/35372f6ddaf755d924411c7c2de9bd3c6a9db82e)) - GH-1690 Not allowed to write to socket until previous write completes.([`b79d98dd`](https://github.com///commit/b79d98dd91bd1b8d03ffbc337234a67ee38ec814)) - Merge remote-tracking branch 'origin/release/5.0' into GH-1690-perf-5.0([`c59625d9`](https://github.com///commit/c59625d91b18b082172bfce62a807447b5530cd9)) - GH-1690 Add backwards compatibility for `--produce-block-offset-ms 0` for performance harness([`bfe2a4c9`](https://github.com///commit/bfe2a4c93918ac1665bffcd35e3ad6d8ec3fbdd7)) - GH-1690 Changed waitForTransactionsInBlockRange to use a start/end instead of start/offset. Pass in the start of empty blocks as the end of the range.([`339f5424`](https://github.com///commit/339f5424659ee231c652de9e394d48a6bf5d659e)) - GH-1690 Need to wait over time of run, so offset from startBlock. Make --print-missing-transactions=True the default as it is useful when there are missing trxs.([`82e21463`](https://github.com///commit/82e214634c45109c94b4fab813566d128c2ed88d)) - GH-1690 Socket should only be accessed from thread-pool thread. Use async_write instead of send. Wait for all write callbacks to finish before exit.([`db98dbc5`](https://github.com///commit/db98dbc5814accf4e9936d0c34ee65ef6e6832fc)) - ([`c68eec83`](https://github.com///commit/c68eec83692638002d8409a00ce512f1854871d0)) - Don't use zstd for .deb packages yet([`6788f441`](https://github.com///commit/6788f441caf042554b6d4f8704651ae7abd81499)) - ([`a993c024`](https://github.com///commit/a993c0240568de11bf7a410ad01d2c03004fa799)) - GH-1837 Cleanup([`7e34c672`](https://github.com///commit/7e34c672415dcf4a64e6ae0bd0098fdf36c120d2)) - GH-1837 Add comments([`c47a6a58`](https://github.com///commit/c47a6a5800cf9b8d6ceb73af266f2e8fafe002f2)) - GH-1837 Fix spelling([`87260ae8`](https://github.com///commit/87260ae815b33fc6c87ddbf08873f740bb171609)) - GH-1837 Verify wake time is in the future([`5682bd4c`](https://github.com///commit/5682bd4c0932bc234ac221834b9aaeb0eee54c7a)) - GH-1837 Allow a couple of start blocks per block as forks cause multiple([`79dccc52`](https://github.com///commit/79dccc525d8bc04722282ab110a0d324c927de51)) - GH-1837 Use full cpu effort for calculated wake up time for producer([`1dac3fb5`](https://github.com///commit/1dac3fb540c66dabb4991ff79b57955771a18533)) - GH-1837 Do not start a speculative block that will immediately be restarted([`4a9dd034`](https://github.com///commit/4a9dd03485754d97a89e7772df99689418b2e315)) - GH-1837 Add test to verify only one start block per block unless interrupted([`4fb6c11f`](https://github.com///commit/4fb6c11f18a755d5b899418af15960db7415f214)) - GH-1837 Add and revise tests for calculate_producing_block_deadline([`2bc20816`](https://github.com///commit/2bc20816828784f04f3a66cf9d401884f748ab90)) - GH-1837 Simplify calculate_producing_block_deadline to a simple calculation not based on now([`e531f8b1`](https://github.com///commit/e531f8b1a57aedb4ad1db9e3c12e7ce7eb9699e9)) - ([`71d4022a`](https://github.com///commit/71d4022abd9c26d17e6400e161eb83af74a19157)) - GH-1837 Use calculated deadline for speculative blocks as well as produced blocks([`6e4b215b`](https://github.com///commit/6e4b215bc557fc029928de059fc84c92f579c345)) - ([`9d121b70`](https://github.com///commit/9d121b7048ab5f7ce70f9eb14e94d9be8e2bee6e)) - Remove unused FC_REFLECT for rlimit([`9f94a40f`](https://github.com///commit/9f94a40f236835b965459ab88b46490d14874afd)) - Use tester's default_config, use std::optional for limits. remove hard/soft cpu and vm limits([`1b0cebae`](https://github.com///commit/1b0cebae0a7cb9c99a905b4d84de02c8bc20bd3e)) - Incorporate review comments([`e4df534c`](https://github.com///commit/e4df534c675e8133b257a783cde4326c76618c93)) - Add eosvmoc limits tests([`c012b146`](https://github.com///commit/c012b146713eafa5a038df854aca4ea79c7258e3)) - Disable eosvmoc subjective limits in unit tests([`b6fd7e16`](https://github.com///commit/b6fd7e16ef49c7ec33b0a5560c544251545cc6c5)) - ([`d591c0bc`](https://github.com///commit/d591c0bc1c0cf92168cff26b359f1a7642fdf0bc)) - Validated tutorial run from clean docker([`07a23768`](https://github.com///commit/07a2376878822983095f91623460e262d2be3035)) - General instructions, no specific versions([`4a8e0dac`](https://github.com///commit/4a8e0daca912aa0dd29339f959e43e4116157292)) - Updated tutorial readme for Leap 5.0([`69fa3575`](https://github.com///commit/69fa3575203d4639d04591a8c2f6d18ba79d66de)) - ([`200bfa9c`](https://github.com///commit/200bfa9c41602372426b9f541da04e016448ef0b)) - ([`9b2a9818`](https://github.com///commit/9b2a9818a6e6969edc060fcdda7a3f6b624f437a)) - Update chainbase to tip (removal of unused member functions)([`1e695684`](https://github.com///commit/1e695684d2c51a4c68c84406ddbcc78938addfa7)) - Undo the temporary switch to `mapped` mode when loading a snapshot in `mapped_private` mode.([`fa7d5ea2`](https://github.com///commit/fa7d5ea28f0bcb471deb3429c39a3073754434ea)) - ([`75ce11e4`](https://github.com///commit/75ce11e493e89b4cc690b282b6d044a9f709b1bf)) - ([`ed1312f9`](https://github.com///commit/ed1312f97d5208a00e98bd8a7f07e2f7334e856b)) - ([`f371af55`](https://github.com///commit/f371af55bf3232f240acf27802889d19064ddc4c)) - Don't run compile task callback when socket being dtored([`62ec0b10`](https://github.com///commit/62ec0b10d4f07083e32fc34539da4b8c1ddff31d)) - ([`fcb6525e`](https://github.com///commit/fcb6525ed5bac5dc5d58af0213e94b38671d29c9)) - Make resource monitor plugin tests deterministic by using fixed([`de0f6f56`](https://github.com///commit/de0f6f5693e0242f2de182d78ec55783f7f59414)) - Make write-window-time as big as max-transaction-time([`f80545a2`](https://github.com///commit/f80545a2568e1db4124de6d67e7ccc5cd6cc49b7)) - ([`bb1a66e4`](https://github.com///commit/bb1a66e4a972d00ad7c1befb4fedc1495ebacf73)) - ([`81a9d5cf`](https://github.com///commit/81a9d5cfe948b8da849798f87e51268ce1e38c75)) - ([`99115494`](https://github.com///commit/9911549422e653b0c3364b9134561bd9c955c63e)) - ([`42e7679c`](https://github.com///commit/42e7679c2751dd4f9dc2d3c418c5db075f96ecff)) - GH-1815 Call app->quit() before app_thread.join()([`894648dc`](https://github.com///commit/894648dc5239a7095c5e0a89ee074817578d2407)) - GH-1815 Avoid deadlock on app_thread([`a4e9df1e`](https://github.com///commit/a4e9df1e4c687d17919bf37694be35c5c1a0e595)) - ([`0501a7e5`](https://github.com///commit/0501a7e5ba82cdb029ebc050534ab4fc878a1ddb)) - Merge remote-tracking branch 'origin/release/5.0' into HEAD([`121ce77a`](https://github.com///commit/121ce77a2fa8d6e1b2a6cb6cec10d6257b552a02)) - Merge remote-tracking branch 'origin/release/5.0' into HEAD([`e63034b4`](https://github.com///commit/e63034b4388232daf9b9256014bcd6f8015b8bcb)) - Don't change PH workflows for now([`f06b2f94`](https://github.com///commit/f06b2f9488fcc89a97f0258185a0e8501463c4c1)) - Place 'manual' reproducible source dir in same location as CI([`39ae21c6`](https://github.com///commit/39ae21c6df99c4c9c2fe583a411b20c51327f792)) - Integrate reproducible build with CI Build & Test workflow([`0d56a95e`](https://github.com///commit/0d56a95ea706e9bb4bd723a17f61fbe0f2fbb55d)) - Read_only_trx unit tests improvements([`181474b7`](https://github.com///commit/181474b721f3214444738c2835690945d4bdf2a1)) - ([`def14324`](https://github.com///commit/def143240c2594ee3c1b0d7ba4e36d7bf37fa236)) - GH-1808 Renamed variables and added comment([`4b5d4e70`](https://github.com///commit/4b5d4e70471fb2a1e04033ed4ece4c8f1e5d3332)) - GH-1808 Reset block_sync_send variables on close([`64a9266f`](https://github.com///commit/64a9266f9d10d9fb47e97e4dc3e78f4eacf0b5e3)) - GH-1808 Update throttle to work over enqueue sync window instead of from time of connection.([`7dc3fbff`](https://github.com///commit/7dc3fbffd187c852615fc56aff946ac453efb472)) - ([`58712091`](https://github.com///commit/58712091113a1433b767e492881294de54309f31)) - Remove unneeded (x86_64|amd64) since this will always be current version([`fcda6551`](https://github.com///commit/fcda655121cb5abe9ecc540c668602c9a94d51e2)) - Move Dockerfile creation step to after download of .deb files([`df121a2e`](https://github.com///commit/df121a2e3f96aa431e166d6775bbe5d01a83b9e0)) - Create experimental-binaries package on release([`9048c9e6`](https://github.com///commit/9048c9e6e776f9edfe2f3296e531298e3468500a)) - ([`03a16be1`](https://github.com///commit/03a16be1d79d02eab5e6c4567e8859e6c4537744)) - GH-1784 Calculate in microseconds as to not lose precision([`015fc81a`](https://github.com///commit/015fc81a16f6719848098078b985f1f6f3adf90f)) - GH-1784 Use ceil to take the most conservative approach to the user provided offset([`440d33a6`](https://github.com///commit/440d33a65debbf3bae5477685f8b41612970d93e)) - GH-1784 Renamed _produce_block_cpu_effort_us to _produce_block_cpu_effort([`a336ef25`](https://github.com///commit/a336ef25a358d40a74b7b254caea15c731213343)) - GH-1784 Added comment([`1cc8b3d7`](https://github.com///commit/1cc8b3d7529f8723dbbb7541b316275c615dd08f)) - GH-1784 Update produce-block-offset-ms description([`54e42bc1`](https://github.com///commit/54e42bc1980d959b2348fc65d127ad9031514af5)) - GH-1784 Rename cpu_effort_us to cpu_effort([`17266b18`](https://github.com///commit/17266b189e8b927221e30ce1dd963b461477f270)) - GH-1784 Additinal clarification and a fix([`48422bf0`](https://github.com///commit/48422bf0d5233cbd23148837139b19c98026ee12)) - GH-1784 n was used for two different variables([`fbc83d1a`](https://github.com///commit/fbc83d1a41617ce82a5f5231944cbb18f46fe583)) - GH-1784 Add in network latency([`694b8846`](https://github.com///commit/694b88463db7ac4119eabfcdf4797e11f7ad154a)) - GH-1784 Add example with full blocks([`7bd98502`](https://github.com///commit/7bd985028978d6e46c942aafbb1967c3acf87fb7)) - GH-1784 Update block producing doc([`5ca96dbb`](https://github.com///commit/5ca96dbb9ea4ebf41288ac5868517d2e581a45f8)) - Merge remote-tracking branch 'origin/release/5.0' into GH-1784-cpu-effort-5.0([`ffbcbd96`](https://github.com///commit/ffbcbd966f443fc9844976831cfec7b71b8721f4)) - ([`944226b1`](https://github.com///commit/944226b1deb75ed2aaab9540a548eaf1f7ccacaf)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1677-ship-5.0([`c88a3d59`](https://github.com///commit/c88a3d597a29da4de8aeb1bbc35cbb5b33c23150)) - ([`dd4217f1`](https://github.com///commit/dd4217f111619f758a13e5d06a95a84f179058f8)) - GH-1677 Make sure we append to index file([`aee1c1d5`](https://github.com///commit/aee1c1d59f5533c9a604e1534711736d78803b05)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1677-ship-5.0([`c03809e4`](https://github.com///commit/c03809e4157105977b73a2c02ce78586c9c7d88e)) - ([`39327d80`](https://github.com///commit/39327d80665dd275680b58587e89fac3a3b90891)) - GH-1677 Use EOS_ASSERT instead of elog/assert([`1cb6a9dd`](https://github.com///commit/1cb6a9dd07a40d42188d2f29beb54861574c4b64)) - GH-1677 Simplify split_log function as the protection against out of file descriptors seems like overkill and is difficult to follow/verify is correct.([`a396da9c`](https://github.com///commit/a396da9c2ccee402cb3f096307e16cd657e50e03)) - GH-1677 Add additional tests([`f5b5e64d`](https://github.com///commit/f5b5e64dd6c6f2610c3bb643349fd4bb1f78a994)) - GH-1677 Add assert and error message([`b795fee0`](https://github.com///commit/b795fee0687ba1d91b433c71a1ead79d70a4aebf)) - GH-1677 Close files as rename/swap was not working([`5723fa92`](https://github.com///commit/5723fa927987f74f984f6852b7907835742dcda7)) - GH-1677 Update index_begin_block on log split otherwise next lookup in index is at the wrong offset([`1705e35b`](https://github.com///commit/1705e35b798d4bedfcb1023f64fe7ff1b0fd5dbe)) - GH-1677 Avoid stack overflow by posting to ship io_context on recursive send()([`fa5ff2f9`](https://github.com///commit/fa5ff2f966b3d416d410f92c3d8828395b10499f)) - ([`6d42f3fc`](https://github.com///commit/6d42f3fc2ed03ba70a1df8a2f368895ebfc6c7e0)) - Only use --eos-vm-oc-enable option when OC is available & fix location([`8954bdb9`](https://github.com///commit/8954bdb978ac45909f3d898dcce2f9553df4f0ff)) - GH-1784 Rename cpu-effort-percent to produce-block-offset-ms and change meaning to be over complete round([`0c5ff7e7`](https://github.com///commit/0c5ff7e739c7e3fde00aaf0697b2e326c527a9ff)) - ([`f65b06c9`](https://github.com///commit/f65b06c9650b588049ad1be53bd3d043eaebc9f1)) - GH-1776 Fix for throttling the last block of a peer_requested dropping the last block and not sending it later([`59031ab7`](https://github.com///commit/59031ab71d36c1010285aa01345b826112ff9d09)) - ([`ec79fa2a`](https://github.com///commit/ec79fa2a31b048c0603618d97d397f01d614db22)) - Avoid unnecessarily creating dirty pages when rebalancing chainbase rbtrees.([`641feefc`](https://github.com///commit/641feefc01e46dfed3d295353dafe383ed77d7ad)) - ([`c03e4607`](https://github.com///commit/c03e46072e4171e1cdfd95d40c7a8584e41f0bff)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1406-code-cache-5.0([`34e097f3`](https://github.com///commit/34e097f354d0c34bfc51a18bce0d9d12a88ef145)) - ([`70876943`](https://github.com///commit/70876943377378553de78f237c47d4902befe697)) - GH-1406 Remove while loop and use lambda instead([`76f1c7a0`](https://github.com///commit/76f1c7a0332bb24c029d0d42ffb5c227c38cf3dd)) - GH-1406 Re-create code cache on startup if it is corrupt([`d6882ddf`](https://github.com///commit/d6882ddf1cf484dfa4dbca6f6d49b7eef9217e42)) - GH-1406 code_cache not likely to be useful for replay, remove all state files for replay([`6cb1237e`](https://github.com///commit/6cb1237e718b7638e904d2d9f3337fa65e511da3)) - ([`92fa2642`](https://github.com///commit/92fa2642b344c5d8feaaace3567f2c710b5464f6)) - Merge remote-tracking branch 'origin/release/4.0' into merge_resmon_fix_to_5_0([`88b97fad`](https://github.com///commit/88b97faddec00a1f0ae3db1d1aecbc63ef61b021)) - ([`79fc096c`](https://github.com///commit/79fc096c405a99741d96185e2e817b01522f0a81)) - Simplify use of thread pool([`d4c417c1`](https://github.com///commit/d4c417c11bdc92951c47edf5c6ade697153ea374)) - Update resource monitor plugin integration tests([`dc87f589`](https://github.com///commit/dc87f58939deb89cad6bc3d63e5c2aa8c0403900)) - Remove unnecessary unit tests([`599b01d4`](https://github.com///commit/599b01d4ec03df20131a801049ae0e925ca6388a)) - Use named_thread_pool to streamline thread management in resource monitor plugin([`7052a94e`](https://github.com///commit/7052a94e11e9cc55ffe79166e642ed4c1425e427)) - Hardening resource manager plugin shutdown([`ad44032f`](https://github.com///commit/ad44032faa25850419285fc7d335955e806d56bc)) - ([`a7090e01`](https://github.com///commit/a7090e0131de4af038b87d4a25918847baf0ab44)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1694-ship-head-5.0([`231f6aa3`](https://github.com///commit/231f6aa35970015cf4ee4573f6711d4a8851b441)) - ([`bef5b639`](https://github.com///commit/bef5b639b71639a4a26da9c43f930a3c6d5ab5ff)) - GH-1694 Verify produced block matches validated block and accepted block([`c561ba81`](https://github.com///commit/c561ba81289263509b7e8dec83b685aefe7a428c)) - GH-1275 Signal accepted_block after it is marked valid([`03d53b78`](https://github.com///commit/03d53b78f080232b51fb370645bef6f74016dfd2)) - ([`dc1ff3e4`](https://github.com///commit/dc1ff3e4652117f1d1ecc603c5f462f70cbf8803)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1660-consensus-params-5.0([`6403b4d5`](https://github.com///commit/6403b4d5533ceebd1d83299185cb407109f63b68)) - ([`3345300c`](https://github.com///commit/3345300cb6cfe813aed29cf77d283eb9b9adc5ba)) - GH-1660 Update test to verify wasm_config not returned before protocol feature is activated.([`b99bc55b`](https://github.com///commit/b99bc55bd036e7678e6ecdba1b5c7ae11f54ec03)) - GH-1660 Only return wasm config settings if configurable wasm limits enabled([`dc1b8910`](https://github.com///commit/dc1b8910fc4db95dae9484a7278100aae92f3999)) - ([`e842cb22`](https://github.com///commit/e842cb22d4e32a0aa1f26955f3068be950382ec2)) - GH-1736 read-only trxs should only be posted to read_exclusive queue([`846ebc60`](https://github.com///commit/846ebc60f05d25446bda5c9b302462acd61ac81c)) - ([`b317322c`](https://github.com///commit/b317322cc9d7e1cafff897704bebecb25593efaf)) - GH-1683 Add const([`292df502`](https://github.com///commit/292df502ae4190ba85981ac2204f3cefac63860b)) - GH-1683 Update throttle test for new prometheus format([`e66ff742`](https://github.com///commit/e66ff7427cb06392a7543ddd4f876599c2bef9fe)) - Merge remote-tracking branch 'origin/release/5.0' into GH-1683-stable-id-5.0([`c5fc681e`](https://github.com///commit/c5fc681ed231b55425947bec1bca9298bae95435)) - GH-1683 Use stable id for connections([`50ca986c`](https://github.com///commit/50ca986c1e0b449f593e66063ab7858a3eca00a0)) - GH-1683 Add prometheus plugin for easier manual testing of prometheus. Add mapped_private database-map-mode since none of the tests currently use it.([`d913a2ee`](https://github.com///commit/d913a2ee5fd15db091b65aad725dbc81ee1feece)) - ([`6c24a3d3`](https://github.com///commit/6c24a3d339f5e4440effa675101200915ced4361)) - Warning: lambda capture 'return_failure_traces' is not used([`60a3e3eb`](https://github.com///commit/60a3e3eb3fa280880a9bece53946cdc3d7fbf8db)) - ([`504689fe`](https://github.com///commit/504689fe78a1aeed7b9df8f61c2b61dd1ea91afb)) - Restore all-passing 'if' checks([`4d936590`](https://github.com///commit/4d936590fe040907eba29d67937bb69d23d0cccc)) - ([`3231de17`](https://github.com///commit/3231de17b90a51ca502b27cfb5ce7d53ec952e86)) - Bump Leap version to 5.0.0 rc2([`ef21be9e`](https://github.com///commit/ef21be9e72c7e17ebfc35855ddc8c1bf90b833a5)) - ([`c42f4bf4`](https://github.com///commit/c42f4bf4519cbbdbcde51bf627534d6dd0e8e851)) - GH-1501 Need a larger timeout since 5 seconds was too small allowing set contract to work but not seeing it yet.([`a49aaf68`](https://github.com///commit/a49aaf686418fa607347f0a91b6e047be0b21ec9)) - ([`f9bce766`](https://github.com///commit/f9bce766b43c4b02c8d22d70d49273b73308990a)) - Add a test for blocking incoming delayed trxs by producer_plugin([`5834fde5`](https://github.com///commit/5834fde500a0c3435cd99b6c082cf16e7742dbfa)) - Remove modify_gto_for_canceldelay_test, restore canceldelay_test, and update disable_deferred_trxs_stage_1_no_op_test([`7f50c71a`](https://github.com///commit/7f50c71aa601dda0e5e5d8bcb24e672fadff52db)) - Add a block validation test before DISABLE_DEFERRED_TRXS_STAGE_1 is activated([`c87d87f3`](https://github.com///commit/c87d87f36957b8b3faba72bb96821904f1aa0248)) - Add a test to invlidate blocks containing deferred trxs after disable_deferred_trxs_stage_1 is activated([`7d8445fe`](https://github.com///commit/7d8445fee5cd8e870847a7c2d2cf97f5fc9a8d98)) - Update api_tests' deferred_cfa_failed([`e8e0b436`](https://github.com///commit/e8e0b436b433704bca65d953a426824f187b1659)) - Changed to not validate a block containing deferred trxs after DISABLE_DEFERRED_TRXS_STAGE_1 instead of DISABLE_DEFERRED_TRXS_STAGE_2([`6f9b0b7e`](https://github.com///commit/6f9b0b7e0e5328a3c03521a9d64038c790cd161e)) - Do not validate a block containing delayed transactions after DISABLE_DEFERRED_TRXS_STAGE_2 is activated([`d85e86fb`](https://github.com///commit/d85e86fb106d507965b17a01f879ff54c07f371b)) - Do not trigger generated_transaction_object (for delayed trxs) in nodeos_chainbase_allocation_test.py([`222e2d2a`](https://github.com///commit/222e2d2aa3ee6f6142be5902947ec076b65e671b)) - Update delay_tests([`170c1a55`](https://github.com///commit/170c1a55d9cafe3753aa6cca6b1b2020683c4321)) - Block incoming delayed trxs in producer_plugin([`13369e26`](https://github.com///commit/13369e263bac3fa235d49245b2373337e0bb7027)) - Restore delayed trx processing in transaction_context([`d5045179`](https://github.com///commit/d5045179cc75007c4949901c99447dd30590758b)) - Restore api_tests' deferred_cfa_not_allowed and deferred_cfa_success([`962f3098`](https://github.com///commit/962f30982a0dbf5bb31ec119e38e19351c0f9ddf)) - ([`6ae2f111`](https://github.com///commit/6ae2f11143c5769574e3097a91cd70958835b1c5)) - ([`985e2326`](https://github.com///commit/985e2326eac3ee813d4e3a0a27d389c964800000)) - ([`1498a042`](https://github.com///commit/1498a042685e532d64ab32d961e772a8c816fcfd)) - Address a couple more review comments.([`b067bca4`](https://github.com///commit/b067bca4e6779150330c291c9518fb555c0b674c)) - Address peer review comments.([`e3d4870a`](https://github.com///commit/e3d4870ac48394817e2195d3df958359e6b9afc8)) - Revert "Add comment."([`8a5dfeb2`](https://github.com///commit/8a5dfeb2b15267d04df073813c523649ceee220a)) - Add comment.([`caa703d3`](https://github.com///commit/caa703d32ac2b90f7b48cdf3b4285c28a6bf93a8)) - Customize plugin_config_exception handling in net_plugin.([`6db4ad8a`](https://github.com///commit/6db4ad8aa535d0d4aef970ed4b74ef485be537d5)) - Revise for better repeatability.([`db34bbf3`](https://github.com///commit/db34bbf35fce488a53cf9740bb04c7dce0a4d2bc)) - Add throttling flag to Prometheus peer data and use it in sync test.([`1e5b4275`](https://github.com///commit/1e5b4275d19fc760f9e7ff009f3cbc5a4d6c6c5c)) - ([`d1ad2cf7`](https://github.com///commit/d1ad2cf7121f7bae6e89551e8db9564c074d8eb2)) - ([`a6ed57de`](https://github.com///commit/a6ed57de41aa357931b4f51c6d585cb73abd469e)) - Add requests module for test.([`6b2fe639`](https://github.com///commit/6b2fe6396984023e761fb88673474ffa24cd8201)) - Add block sync bytes received metric and use it in sync throttle test.([`ff7a8a1c`](https://github.com///commit/ff7a8a1c1e0e04e092f5980a9bd4e9f3932c8ce0)) - Misc cleanups([`7acac0c6`](https://github.com///commit/7acac0c604a31a29f929a35c08151d744f689e26)) - ([`2ef3a6c4`](https://github.com///commit/2ef3a6c4401781ae5a9b5042bbc2228d4a9cb7fb)) - Revise connection_monitor for thread safety.([`a6f77614`](https://github.com///commit/a6f7761433f16a9885071894b5512044eee789ef)) - Revert mutex and lock type changes.([`669ed0fa`](https://github.com///commit/669ed0facc240fe243df09903337a6dab9ddcc9f)) - Convert connections mutex to resursive_mutex and update locks.([`7e37de11`](https://github.com///commit/7e37de11f46854f2b82e34174717300ac64b0310)) - Remove some unused machine-generated variables from custom shape file.([`8d2c1c24`](https://github.com///commit/8d2c1c2426e5d395bce80770fa6e86c52eff5e7a)) - Accept suggested refactoring.([`4baec727`](https://github.com///commit/4baec727ab8bd2d8366abba907f84c70e247ec0c)) - Restore lock of connections mutex when connecting configured peers.([`3708418a`](https://github.com///commit/3708418ae178e8f9602441db4ae3267b018aa9f2)) - Revert "Restore lock of connections mutex when connecting configured peers."([`4d136e33`](https://github.com///commit/4d136e33a2b1f80fae149427167f486fee1be7cc)) - Thread safety.([`7019b657`](https://github.com///commit/7019b657a7cb5d887ee9e41a6859410c0aa26b08)) - Break encapsulation less.([`2f80663a`](https://github.com///commit/2f80663a2343b495fad30d95d0e3cfb96ac80206)) - Renamed method.([`ed692388`](https://github.com///commit/ed692388965c86e9409dc0d3972efa81530dfca0)) - Don't pass around iterators that may be invalidated by an erase.([`733849b5`](https://github.com///commit/733849b51c3f4b354404d40ab32ffefbd029da78)) - Restore lock of connections mutex when connecting configured peers.([`df6d948a`](https://github.com///commit/df6d948acb2a8c62d512ba1c02311a12e98eaa50)) - Tolerate node running with no listen endpoints.([`b16184aa`](https://github.com///commit/b16184aa25c5a2eafc9da0c7d8df7cba5490db30)) - Add rate limit parse unittest.([`99f02c06`](https://github.com///commit/99f02c0641b0f776fa66f7fabc89f39c2a1d0e1d)) - Tolerate duplicate (empty) peer addresses in connection manager.([`453bfcfe`](https://github.com///commit/453bfcfe2e91b7833013fd3779ac626e1b4f5d43)) - Change language in p2p_multiple_listen_test for clarity.([`fb740ef5`](https://github.com///commit/fb740ef57264587596c0844b0dd409809c3b3170)) - Use std::any_of when finding supplied peers to unlimit a connection.([`ffee0df2`](https://github.com///commit/ffee0df209a0c348faea4310363e963f5ab8f366)) - Use reconnect method as intended, and avoid threading issue.([`97591fe4`](https://github.com///commit/97591fe467defed6d96d7efe6ffcf76d48198c92)) - GH-1295 Project index to default iterator([`24f4aad3`](https://github.com///commit/24f4aad3e1b54175b21ecb66bbae8d7d6378c992)) - ([`f8763ae9`](https://github.com///commit/f8763ae9ab678ea479776e83c4c6fb304552eed0)) - Update netApi connect test.([`05be825d`](https://github.com///commit/05be825d4662822d98960233be008f95f3c4deca)) - ([`e88c2590`](https://github.com///commit/e88c2590226d76a57888922a6dc24b418d9e88be)) - Remove stacktrace additions([`777c8d89`](https://github.com///commit/777c8d89532f17703d69e045ddfd7d1b6e302f80)) - Restored connection reconnect method. WIP([`ec2d36dc`](https://github.com///commit/ec2d36dcbee917eda12d76601a0f13e69c909569)) - Remove encapsulation violation.([`e59451db`](https://github.com///commit/e59451dbfb315a9475ec0e262e28b777e07fb469)) - Update supplied_peers only once per configured peer and once per API call.([`3f67034a`](https://github.com///commit/3f67034a596615c49a6fea41d6e29a55978d87e2)) - Fix bare numeric value for peer throttle.([`b24f8e3b`](https://github.com///commit/b24f8e3b847e3e819e6657b0f326f56ed3d1022b)) - Fix build error. Lambda captures by value are const.([`92e40221`](https://github.com///commit/92e402213e6c0d502f63a8088a5b6c6add5cdf0d)) - Debug commit, doesn't build.([`e998cc6e`](https://github.com///commit/e998cc6ecdfd510a5cf63d89a2f7e819b19ed6e8)) - ([`1983d90b`](https://github.com///commit/1983d90bc97c83fb929437af18ed353048c8245a)) - ([`1eb1e44a`](https://github.com///commit/1eb1e44a560025bb18d78c335726e21790d33ae9)) - Added throttle exception for configured p2p-peer-addresses.([`28bb38d2`](https://github.com///commit/28bb38d2e52a389e68bb761f2a69442a233efff3)) - Require IPv6 addresses to be in square bracket format.([`92e4e7ce`](https://github.com///commit/92e4e7cefd8098f1da8f2f68158d4248387f57f2)) - Move block sync rate limit parsing to plugin initialize.([`e1c1d429`](https://github.com///commit/e1c1d429207e037ed95d1d42a0fc2756baa5344d)) - Move block sync throttling to the correct layer in the call stack.([`3a508641`](https://github.com///commit/3a508641e8a0db0d32f10110391cb4756802f6ce)) - Further tweak the sync throttle test for machines faster than mine.([`dc54d46b`](https://github.com///commit/dc54d46bde8367f335305c4f332ca5db503dab8a)) - Address review comments in net_plugin.([`b92d84ca`](https://github.com///commit/b92d84cae994b69cda28332edcc2aa3878533405)) - How many tests fail if waitForObj default times out([`70b530bb`](https://github.com///commit/70b530bb4a750fce2aa3c9037b2bdcb64c7ddb0b)) - ([`3789d175`](https://github.com///commit/3789d175e151f08a43ae9ac7688a35fa0863e92b)) - Add exponential backoff to throttle. Fix wretched math.([`303c3d62`](https://github.com///commit/303c3d625631ef30409cddfd39f6a8a1ca656fb2)) - Support throttling block syncing to peers. WIP([`e68743ab`](https://github.com///commit/e68743ab5b2e2a1472a9eb663822ac3c134a4bba)) - ([`ac6c70fc`](https://github.com///commit/ac6c70fcb8687d3e1115de0afc39a1a065642ec0)) - GH-1501 Pass in exitOnError so that a retry is allowed([`f4de00b1`](https://github.com///commit/f4de00b1e0eb6a3b9f113d6fe02f32f655a88df2)) - ([`7077e890`](https://github.com///commit/7077e8905f56b2621606c671f6325b7032db5e71)) - GH-1688 Clearer error message([`9e5ac5c7`](https://github.com///commit/9e5ac5c78e7c9f52ad8e113e4651b6352949bd01)) - GH-1688 Add example to exception message. Also update history_api_plugin message.([`bcf73fc7`](https://github.com///commit/bcf73fc7c6b9aac263bd401c37057074f0718b4c)) - GH-1688 Improve cleos error messages([`91ae03b9`](https://github.com///commit/91ae03b9d928f9b444d537f932db998f1ee896b5)) - ([`caeac961`](https://github.com///commit/caeac9617db3169a9b0483b7116609c9f35244b6)) - GH-1501 Move trans=None outside loop to avoid not defined error([`ea4abcd2`](https://github.com///commit/ea4abcd20f2d7c7c4bbfcac5542ae3849f1cde0f)) - GH-1501 Fix spelling([`cf09c8a2`](https://github.com///commit/cf09c8a23a4e4af858137ce2154dff29d449a3ef)) - GH-1501 Add back support for waitForTransBlock = False([`8888f24a`](https://github.com///commit/8888f24a54c3686eeaa4666953b73593ed8e15c4)) - GH-1501 No need to spawn 8 producers for this test([`093dae5f`](https://github.com///commit/093dae5f49e611b02e09b0a3c32dcbfa83125254)) - GH-1501 Retry set contract on failure([`71212c49`](https://github.com///commit/71212c495186832a2674fcb571b5adc0a7a3d371)) - GH-1507 Use error log for truly error conditions that require node operator intervention([`03cfc26b`](https://github.com///commit/03cfc26bb397e9b0348f88a14db1eea5159fc796)) - ([`806815a6`](https://github.com///commit/806815a6f517c74fe5c67336dc00a2ad7bab3ce4)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1716-GH-1490-main-fixes-5.0([`9b9b977a`](https://github.com///commit/9b9b977a0fcc80e3909a01229ffa75eec2200dcc)) - ([`e3f11c48`](https://github.com///commit/e3f11c489cdb1096d82608b857525dd324bbbda7)) - Reuse same ec([`adc24ae6`](https://github.com///commit/adc24ae6e6cb92687a9e9f4682174cbf8d58aeef)) - Fix merge issue([`c94682fa`](https://github.com///commit/c94682fad27490e0580a2ca781f53d90169e7e21)) - GH-1716 pop before execute as the executed lambda can switch to read-only mode and spawn threads that access the queue.([`38545553`](https://github.com///commit/38545553ec19f2707a972f448bf8a064827d746f)) - GH-1639 Fix producer_plugin shutdown of read only threads to prevent SEGFAULT and deadlock.([`6af28bb0`](https://github.com///commit/6af28bb0f9a01fcb77739dc942f3b0ccfe808e5c)) - ([`04394289`](https://github.com///commit/0439428950b3a905f8793ffc80608a14bf2d5998)) - Create release/5.0 branch and bump Leap version to 5.0.0 rc1([`6be4c2d1`](https://github.com///commit/6be4c2d1085246c818d77e3ae24fa5c4ef64eb80)) - ([`13880d4e`](https://github.com///commit/13880d4e6f2ac5407de6dc4bb2ce993c1b5999d7)) - Updated to feature digest hash([`6a6d1017`](https://github.com///commit/6a6d10172213256ec0a071381d1e6f055af46e07)) - Added actual issue names([`c7a99ea2`](https://github.com///commit/c7a99ea2f6b0b5f7f50f1126d610b4f2b24b5af6)) - Added protocol featrues to disallow deferred transactions([`a41823e8`](https://github.com///commit/a41823e8b722cfeb51ad3e1754c2f05599956257)) - ([`2a0e9c91`](https://github.com///commit/2a0e9c9145aa94964e135515aa6d33a5269248e0)) - ([`d8fb38c3`](https://github.com///commit/d8fb38c3074a2f9a72e4b54d8e519a1ffde3705f)) - ([`42cf4b01`](https://github.com///commit/42cf4b01b575c2bca198211a37a9d829c0dfcecd)) - GH-1716 pop before execute as the executed lambda can switch to read-only mode and spawn threads that access the queue.([`bb23fbe5`](https://github.com///commit/bb23fbe5a16e085a0753308794f5287a43f8db67)) - GH-1716 Improve read_only_trx_test.py so it can be run without debug logging and report specific information when it does fail. Update the test to run without debug in ci/cd so that it can run faster and put more load on nodeos.([`18add6b3`](https://github.com///commit/18add6b3910f15a664edec3f71af2cd894a70e40)) - Update to chainbase tip (`main` branch)([`f4279356`](https://github.com///commit/f427935669f069667ba61f59710816c25ba2ee7c)) - ([`e0233585`](https://github.com///commit/e023358528c35eba5798375dd8e22a08a7397cd3)) - ([`672c212c`](https://github.com///commit/672c212cb4ddba8013b01aeb40f7770e86e8f558)) - P2p trx slow api and validation nodes down, not needed.([`d96a163e`](https://github.com///commit/d96a163e93eae52e464d416fea3ed124ebf7d40e)) - ([`7ba7d144`](https://github.com///commit/7ba7d144fe102a7edfa6cc11e3c84000e8e09d02)) - Rename reproducible.Dockerfile in the README too([`a51ae8c4`](https://github.com///commit/a51ae8c40bdfb8bd2be6da3b37b2fb3cfdccc929)) - Upgrade from clang 17.0.1 to 17.0.2([`2930e56a`](https://github.com///commit/2930e56ae58474289bfa7082525cecf0f577ab40)) - Rename Dockerfile.reproducible to reproducible.Dockerfile([`d015c626`](https://github.com///commit/d015c626bee5acbefd27e9ce2db7d72ed672763b)) - Zstd will be needed during CI (to compress builddir before upload)([`cef0a4e2`](https://github.com///commit/cef0a4e255855def40435f0de97683c749d6bdfa)) - Merge remote-tracking branch 'origin/main' into HEAD([`ffb49a0e`](https://github.com///commit/ffb49a0efe24d4aa9c8a8670a4eed51cbbc88ef0)) - Reproducible pinned builds([`dda0ff8b`](https://github.com///commit/dda0ff8b31b88a7adcb8899bf39ee2e71c919561)) - ([`77b46e77`](https://github.com///commit/77b46e77bb715f916c9e30375159402529af85ed)) - ([`6a44da59`](https://github.com///commit/6a44da599ca9941ffefcc991c650770199909427)) - GH-1662 call send_busy_response from http thread([`a5b95298`](https://github.com///commit/a5b95298c6475d5a157304f50ce2f03de11cbe30)) - GH-1662 Assume application created from the main thread. Rework tests so that application is created on the main thread.([`2856e133`](https://github.com///commit/2856e13344cc1ffd2ea5a9422edc46268f59ec57)) - GH-1662 Switch to debug level log message([`7cddb453`](https://github.com///commit/7cddb45381a8031ff76cf0bdbe27f304e413a87a)) - GH-1662 Minor cleanup([`70421b7d`](https://github.com///commit/70421b7d6a3d009405f709ae8d800a175f47c051)) - GH-1662 Reduce the number of thread hops([`ac4684a9`](https://github.com///commit/ac4684a9ac35acf6962af93ff062534050eea989)) - ([`f5e368e2`](https://github.com///commit/f5e368e213049f5452ba2c6af92d9596d63948ec)) - Generate .tar.zst out of cpack instead of .tar.gz([`d09a8e54`](https://github.com///commit/d09a8e54699ba0d613fbe74dda2d8921c0f4c36b)) - Add `mapped_private` description to `--help` and docs.([`eefda261`](https://github.com///commit/eefda261a51b384d98a5ddf54475e1f8afef77a8)) - Address PR comment (remove unneeded line)([`5c9ebe7a`](https://github.com///commit/5c9ebe7a63e5b5d2dbaffc66d81f0d0be66e8e50)) - ([`958bc018`](https://github.com///commit/958bc0184d1effc53492bedfad51fda08d55776e)) - ([`7efa226e`](https://github.com///commit/7efa226ef3c5a67c63898e751c181f82e40b1d4c)) - ([`eb232a7c`](https://github.com///commit/eb232a7c213771ff4d22d030a583abdcc5fee933)) - ([`19f78f9b`](https://github.com///commit/19f78f9b9a06f55a987e7d4c72f281b2772665ac)) - Extended leap-util logs for smoke test([`a56cf349`](https://github.com///commit/a56cf349db60a7559f5c39cac5a9c5718129ebb1)) - ([`19aea6f0`](https://github.com///commit/19aea6f0e9b486b3e41cc46cb332802f6773a419)) - Remove reference to reproducible.Dockerfile that isn't on this branch yet([`84451376`](https://github.com///commit/844513763c2ddc7b3dd9e5de91162a455ae115f8)) - Migrate to new platform-cache-workflow([`efc48d63`](https://github.com///commit/efc48d638cff58b6ac3d4c49b4f5694ad2022018)) - ([`f239a633`](https://github.com///commit/f239a633c7d6cc2cbb7521edf6544d8a21b20f1f)) - Revert "GH-1662 Remove do_eof() as not needed"([`4c45ac01`](https://github.com///commit/4c45ac017024ad6d65a9ec9ca15215499e26d448)) - GH-1662 Remove do_eof() as not needed([`4f4f5d33`](https://github.com///commit/4f4f5d3350723758b25554be37fb8e6d57f50b12)) - GH-1662 Add comment([`17110a17`](https://github.com///commit/17110a17d87a40c54186d0930c6efa51079aee0b)) - Set keep_alive false and indicate close on reply.([`25bb1572`](https://github.com///commit/25bb1572f20e20b527be57ac44c559dd513c297d)) - On a eof shutdown both and close for good measure.([`5de8cf53`](https://github.com///commit/5de8cf538bbb07c7a162e7d57c8cbbdfe8188bb2)) - ([`ba88d0ab`](https://github.com///commit/ba88d0ab3497bdaf902050b8ebaddda12cdb1c0e)) - GH-1705 Advance read pointer when dropping trx. Also log at debug as nothing wrong.([`44781312`](https://github.com///commit/447813121e1407dbdaf697019e8ffa3606ceb287)) - ([`c078636d`](https://github.com///commit/c078636d5169eaacacb9d39dc662e123aa665a52)) - GH-1681 Remove prometheus-exporter-address option as it is ignored. Misc cleanup.([`5158ccd6`](https://github.com///commit/5158ccd65d712c03075ad2642b86226e42db01a1)) - Make api_tests::transaction_tests for before and after disable_trxs_protocol_features are activated([`4c38e869`](https://github.com///commit/4c38e86980d7858a7f74bb47dc76d70f47938730)) - Consistently activating protocol features in the same order([`da6ad0a6`](https://github.com///commit/da6ad0a6bdaa2d6066c0b6931c65aa48c5347473)) - Make sure all protocol features are activated in the same order such that block_id is the same (needed for deep-mind test)([`058ed395`](https://github.com///commit/058ed3951b36285fe7226ff5266f7645d77ffecc)) - Revert to use full protococol features for currency_tests not involved in deferred trxs([`28e9d3e9`](https://github.com///commit/28e9d3e9cc27611f93e41609042fba5d4ddfeb4d)) - Improve prototol features descriptions and update feature digests accordingly([`51bea7b0`](https://github.com///commit/51bea7b088e263467d13052ca08915cf71bbee11)) - Remove non-needed activation handler for disable_deferred_trxs_stage_1 and improve comments about disable_deferred_trxs_stage_1 rules([`b3442391`](https://github.com///commit/b344239181d5210cb2ceba18877f5e649307af0f)) - Use eos-system-contracts release/3.2 branch([`779108a5`](https://github.com///commit/779108a59096e4179bc97422625e6a39bfecd143)) - Add tests for cancel_deferred host function before and after disable_deferred_trxs_stage_1 activation([`391a9920`](https://github.com///commit/391a992017c846d67e78e04aceb7658ea8a90528)) - Add cancelcall action to deferred_test contract to exercise cancel_deferred host function([`db525668`](https://github.com///commit/db52566887c68f9ca2a2be32c2cc7c1c3251e94a)) - Move is_builtin_activated( builtin_protocol_feature_t::disable_deferred_trxs_stage_1) outside of while loop([`a5150337`](https://github.com///commit/a5150337a783d8884bcac8d09808573f34b2c836)) - Use system-contracts from main instead of release/3.1([`4e8e1a9c`](https://github.com///commit/4e8e1a9c98b2b517a0be631e7b19e7c1176aa74f)) - Enfore deferred trx retirement rule correctly and add a test for it([`49bff9b4`](https://github.com///commit/49bff9b4e964ac02d5d90676704673b3c9d9b5fe)) - Add missing disable_deferred_trxs_stage_2's dependency to its definition, revert unnecessary eosio_assert in its activation, and update the test([`efb067ad`](https://github.com///commit/efb067ad54199c73396cee5a44edd6e440c99eb2)) - Add a disable_deferred_trxs_stage_2 dependency test([`3a3e059c`](https://github.com///commit/3a3e059cce70141fcb18ea2c68e296a47781562b)) - Enfore the rule of disable_deferred_trxs_stage_2 dependency on disable_deferred_trxs_stage_1 programmably([`3a11565c`](https://github.com///commit/3a11565c7f7e90a29659fc4a4424c454c13f5e75)) - Use tester_no_disable_deferrd_trx instead of validating_tester_no_disable_deferrd_trx([`015ff42a`](https://github.com///commit/015ff42af8d3b320898af3eb2e40275e9c7a644b)) - Add tests for disable_deferred_trxs_stage_2([`5d61a8ab`](https://github.com///commit/5d61a8ab5847c0041fed6586ea8d64a9557c716c)) - Add tests for disable_deferred_trxs_stage_1 protocol feature([`28ef3caa`](https://github.com///commit/28ef3caaebea969c83f8af829224f3ac1b1eb54a)) - Use centralized testers for setup_policy::full_but_disable_deferrd_trx([`bdb607d1`](https://github.com///commit/bdb607d113bfe911d22ffb61491c150f463d3c55)) - Use a new setup_policy::full_but_disable_deferrd_trx for tests which cannot have disable_deferred_trx protocol features activated([`83a7cd66`](https://github.com///commit/83a7cd66b03f5a8daacd3d8cb0f5486ea02bda6e)) - Exclude DISABLE_DEFERRED_TRXS_STAGE_1 and DISABLE_DEFERRED_TRXS_STAGE_2 from full protocol feature activation in tests([`648b0164`](https://github.com///commit/648b0164d3544f98b5d6578942a74bd5923a7034)) - Enforce deferred trxs retirement rules after disable_deferred_trxs_stage_1 and disable_deferred_trxs_stage_2 are activated([`cb966dda`](https://github.com///commit/cb966dda61397452931f010f51cf5d62e9fdd038)) - Make send_deferred, cancel_deferred and canceldelay no-op after DISABLE_DEFERRED_TRXS_STAGE_1 is activated([`d8f975a6`](https://github.com///commit/d8f975a6c27fb906e34bfd94050fb8d2cd9e4ac7)) - Implement DISABLE_DEFERRED_TRXS_STAGE_1 and DISABLE_DEFERRED_TRXS_STAGE_2 protocol features([`5523fd55`](https://github.com///commit/5523fd55416dbc8c87faced50a07404077311e69)) - Add snapshot load time to info log([`6f0782d8`](https://github.com///commit/6f0782d824fcfac5cd34abbcedc90b90c8f376c7)) - Call `check_memory_and_flush_if_needed()` only in write window as Matt pointed out.([`b02fa00e`](https://github.com///commit/b02fa00ea211136515ccd7c549ca3c6d6d0eb834)) - Make the new mode non-default; rename it `mapped_private`.([`43006e29`](https://github.com///commit/43006e2948c4663d86273d2bede1327733b8fbda)) - Address PR comments (log info message in controller, naming)([`fc421a9c`](https://github.com///commit/fc421a9cb679d4ea0a8614b469ca98306f1fe9c5)) - Call chainbase API to give the opportunity to flush some dirty pages.([`bb86cf08`](https://github.com///commit/bb86cf08ddfbb2bd62470069f5ab33539a1d1442)) - Update chainbase to branch tip.([`5618bd15`](https://github.com///commit/5618bd153437067285ea6530a584e86e3e1ce187)) - If `mapped` mode was requested, revert to it after loading snapshot.([`ca9b6a94`](https://github.com///commit/ca9b6a946cc77e3c2ab7c5bb19056d189ac1856d)) - Update appbase to branch tip.([`797f0452`](https://github.com///commit/797f0452bdd038db4757d497ba975821ad94729b)) - Update chainbase to tip.([`811192f6`](https://github.com///commit/811192f6dcb2f2b74235145864fb490da6586f2a)) - Update chainbase to tip:([`418a570b`](https://github.com///commit/418a570b20a1001f0534113b58665cca8764796e)) - Update to appbase branch tip.([`8140958a`](https://github.com///commit/8140958a9f976a2e429ea3629de1b4ad3408aa3d)) - ([`7da78628`](https://github.com///commit/7da786287796ff517937a894811279141561846a)) - ([`017eb433`](https://github.com///commit/017eb43346972549e20d9be06ef783e89e425003)) - Update appbase to tip (branch `main`)([`4f2f8419`](https://github.com///commit/4f2f8419dba67b8eba877d89facfb621febbad25)) - ([`133b33b6`](https://github.com///commit/133b33b617f66c812acf44e23b2b571142b8243d)) - Add missing permission delay back to link_delay_direct_parent_permission_test and minor refactoring([`35321c95`](https://github.com///commit/35321c95bf093e532fe8c917960c09278f00a5f8)) - Move modify_gto_for_canceldelay_test out of controller to delay_test([`907d54df`](https://github.com///commit/907d54df33f809d2ad99ca8400aa93c4c3e139fa)) - Incorporate review comments for producer_plugin.cpp([`2d7811d3`](https://github.com///commit/2d7811d3f29f356ee1e01f45dee5f796c08986e1)) - Minor refactoring([`c07caf27`](https://github.com///commit/c07caf2770528318d3621b68b04f9a5594501925)) - Update max_transaction_delay_execute([`0ef01757`](https://github.com///commit/0ef0175764944f6137a446a820715194909fb898)) - Restore max_transaction_delay_create([`c7032c57`](https://github.com///commit/c7032c5707a82775294e24249cbb45e0564180f3)) - Rewrite canceldelay_test2([`604b0e1a`](https://github.com///commit/604b0e1a1d4941e16452ade631de30ee75805178)) - Rewrite canceldelay_test([`a4d2c5d3`](https://github.com///commit/a4d2c5d3dbb985b5817e69628f2b2626ff523525)) - Restore and adapt link_delay_link_change_heirarchy_test([`43a50826`](https://github.com///commit/43a50826e21524a3975e50f9975294482bac880c)) - Restore and adapt link_delay_unlink_test([`7c78c44d`](https://github.com///commit/7c78c44d43e849fa6878e21c20de398909d433e0)) - Restore and adapt link_delay_link_change_test([`41ceb75a`](https://github.com///commit/41ceb75a1acec97b0e6539af398de973150f4153)) - Restore and adapt link_delay_permission_change_with_delay_heirarchy_test([`b2418c95`](https://github.com///commit/b2418c95d044fff8d5b76745440a4e55c98f1da0)) - Restore and adapt link_delay_permission_change_test([`de5e3c7a`](https://github.com///commit/de5e3c7ab8b0c9f86e3044fed462bb6336221041)) - Restore and adpat link_delay_direct_walk_parent_permissions_test([`508397df`](https://github.com///commit/508397df4fe3cc124d8081e2ce47dab3901a1be2)) - Move generated_transaction_multi_index size checks to delayed_trx_blocked and delayed_action_blocked([`41a5c3bf`](https://github.com///commit/41a5c3bfbb1497066ba19de161854a299563ec4f)) - Restore link_delay_direct_test and link_delay_direct_parent_permission_test using msig contracts([`0b47abed`](https://github.com///commit/0b47abed6891c5bc84824963a6994d107ac4f67a)) - Simplify delayed_action_blocked and minor refactor([`55c51c89`](https://github.com///commit/55c51c8952f2452b15aa0ff09c6a82536a461276)) - Move delete_auth from delay_tests.cpp to auth_tests.cpp([`218f933f`](https://github.com///commit/218f933fcef0dec2041287cac186860a7986e66b)) - Adapt protocol_feature_tests/no_duplicate_deferred_id_test for delay_sec removal instead of removing it outright([`0310c570`](https://github.com///commit/0310c57001f33187ce09db3cb9290c6f59a776f2)) - ([`54c9384b`](https://github.com///commit/54c9384b60eb3c0c646bdad48cbec9d1ef10f72b)) - ([`8ad615a2`](https://github.com///commit/8ad615a23b3b2f584eec47704840ab984840cc92)) - ([`5b1f7f20`](https://github.com///commit/5b1f7f2070d33ab7f4a46f9bb067fca17a9c1cee)) - Remove final trx.delay_sec left behind in transaction_context.cpp([`d9957917`](https://github.com///commit/d99579178e47b38eac1ca0fdc599bd2e3d31b576)) - Remove delay member from transaction_context class([`4603c864`](https://github.com///commit/4603c864495166b0d1ed8f3caf47ab67c01151d6)) - Add and update tests for blocking delayed transactions([`fe45fc44`](https://github.com///commit/fe45fc447390af8aaf0691eedd72d05be4122768)) - Block delayed transactions([`840c05b8`](https://github.com///commit/840c05b811664b5820a672bbb87fe3d5a0e8b673)) - Changedeferred_trxs_deadline to 10ms([`076e18af`](https://github.com///commit/076e18af1551d7f7c4521f849511d96b7f7f3ff8)) - ([`191d07f9`](https://github.com///commit/191d07f9d7ec284be6ffb9529174c652e7c96cfa)) - ([`8067ad23`](https://github.com///commit/8067ad239d6e6507ebf52c1bd50cef010703acd7)) - Add back missing num_processed++;([`eeea80de`](https://github.com///commit/eeea80de41a5491a7b67fa339558913c596ccc27)) - Use >= for expiration check and logging improvement([`c495ab10`](https://github.com///commit/c495ab10457103db94416566bd9411fe339f6050)) - Retire expired deferred transactions([`013b20ff`](https://github.com///commit/013b20ff4bc6cb552887506205233982516b62d8)) - Remove _blacklisted_transactions, remove_expired_blacklisted_trxs, and blacklisted_transactions_total([`2578ead5`](https://github.com///commit/2578ead588eb2a688c7710b309da6d7807053768)) - ([`d233ed60`](https://github.com///commit/d233ed604bc5b39f94335033be2dfa45b418a17e)) - Remove defer transaction options --max-scheduled-transaction-time-per-block-ms and --incoming-defer-ratio([`c69b5898`](https://github.com///commit/c69b589879bc278006c54dfe2acfb28a579c76b3)) - ([`78453357`](https://github.com///commit/78453357fc8e0c0d8ecff665e33716bfc5f588ea)) - Use default excpetion handler.([`c24f6ff8`](https://github.com///commit/c24f6ff82916bd6e4283663ca9f98be2881da514)) - ([`23847138`](https://github.com///commit/238471381e5aa824e515a00c89018670739074dd)) - Use fc::rand_bytes([`705fd14c`](https://github.com///commit/705fd14c5bba3b6a788fcee619825a4610f52e20)) - Replace committed boringssl files with boringssl-build submodule([`99796952`](https://github.com///commit/997969522849e3c9ca6c97dd053051edfda32f99)) - Merge remote-tracking branch 'origin/main' into HEAD([`f409cc79`](https://github.com///commit/f409cc79f6b8efe12e9bd4fda9262fd5d2771be2)) - Merge remote-tracking branch 'origin/main' into HEAD([`d755b727`](https://github.com///commit/d755b727ef90e61280f4f3caf97b4c646df4ec0e)) - Prevent anything from find_package(OpenSSL)ing([`e2be85a2`](https://github.com///commit/e2be85a296ddf282f51f6f16e4254852c5019e0c)) - Use data_size() for sha256 length([`b832c7ed`](https://github.com///commit/b832c7ede352cc556c5ea8bbb42efcdae7858216)) - Add generated boringssl files([`fffa8f91`](https://github.com///commit/fffa8f91dc2d90a4d9ebb109fe966c97ab3059c7)) - Warning fixes([`636117f5`](https://github.com///commit/636117f523d3df8ff1db0c7e54b5586a6186ce6b)) - Replace openssl with boringssl([`2ff2b9c7`](https://github.com///commit/2ff2b9c7ac13a9e54f77f0b352886b0b2cf3a25c)) - Load snapshot in `mapped_shared` in leap-util, and revert to new mode as default.([`73a6d22b`](https://github.com///commit/73a6d22b77360173a654c7e8a9606d2e136b0cbc)) - Try making the new mode not the default one (renaming new mode `mapped_private`([`63e6befc`](https://github.com///commit/63e6befcc859127e847360edb8de652049fc01ae)) - Use `mapped_shared` mode for chainbase when loading snapshot.([`2914f461`](https://github.com///commit/2914f4618bd87d4b2e8592a15f45b5630076f055)) - Update chainbase to branch tip.([`121b0f7b`](https://github.com///commit/121b0f7b7e8011b9b115d3e29f947a752886a43b)) - Use Chainbase's branch with `mapped` mode updates.([`a0989466`](https://github.com///commit/a0989466d275d85402e7206027139fa721d447a5)) - ([`cecfcf46`](https://github.com///commit/cecfcf46da56c4554149f50de36b4bb9d893831b)) - Use the doitslow trx action for testing perf harness([`4d3f0908`](https://github.com///commit/4d3f0908208ff69d19a7928a85ce279c33066510)) - Fix is_prime to not always return true.([`82be4712`](https://github.com///commit/82be47122256a99adae4620e77a562b88044e7bf)) - Add in a slower read-only trx([`9d55f8f4`](https://github.com///commit/9d55f8f464f8c39c21f8e57ad3c1ad9782d05489)) - Move logging template to TestHarness and remove gelf config([`a4661ef8`](https://github.com///commit/a4661ef8ee92f65f955b438ca1d2251510d1cfe0)) - Add a more time consuming read-only trx([`945438d0`](https://github.com///commit/945438d035f7068ef9d6daf60638f4beeb518c93)) - ([`89b697da`](https://github.com///commit/89b697da9cd0ef2432736efaa5f1cac99001ebf7)) - Narrow state dir deletion to the state dirs inside the node log dirs.([`6348e9ac`](https://github.com///commit/6348e9ac253be1bb1b082293987242bd81280725)) - ([`33a577d6`](https://github.com///commit/33a577d6d21bb7c3a2c8688c20d65abc5dfcc5e5)) - ([`349da4ce`](https://github.com///commit/349da4ce9a4ad91c92ba8ed42a26cbbc928c80bb)) - Bump eos-vm submodule to main HEAD with ATOMIC_VAR_INIT removal([`51e93586`](https://github.com///commit/51e93586319e352e8779c5d80be353330a12ff92)) - Bump eos-vm submodule to branch with ATOMIC_VAR_INIT removal([`3257ee48`](https://github.com///commit/3257ee4884de1c48c90512ebb96071ea90896b9a)) - ([`c609ce74`](https://github.com///commit/c609ce746f9b207ec10ca3a5e773577985661ea6)) - Randomize secp256k1 context used for signing([`33efa80f`](https://github.com///commit/33efa80fd294fd75dd9e3240d8297486e79c58a1)) - ([`41a1c026`](https://github.com///commit/41a1c026892b092f19aead38f7aa1f699300079d)) - Deprecated SECP256K1_CONTEXT_VERIFY/SIGN to SECP256K1_CONTEXT_NONE([`c263d57e`](https://github.com///commit/c263d57e68a842128ce132e0c6a3fc7758513f8b)) - Update to libsecp256k1 0.4.0([`48dcf3ce`](https://github.com///commit/48dcf3ce8d19577328131e493583de414f8f65bc)) - ([`a4481351`](https://github.com///commit/a44813512b082b420b1706c75f88681dac20c5d8)) - Use new github large runner for performance harness runs.([`90cbd5ef`](https://github.com///commit/90cbd5ef5e1136667d8a89b35e279f08f55320d1)) - Need to use testUtil's log path here for nodeos logs.([`131f7054`](https://github.com///commit/131f70540161af4c3557822fb15af8f364a662b5)) - Fix name in workflow logs dir naming.([`590fd51b`](https://github.com///commit/590fd51ba66a91e22773ec2f38fd6560fcc8ea98)) - ([`cafef7ea`](https://github.com///commit/cafef7eabe77a1ff43d96c184eafb00b26ab7c7c)) - Shorten logs directory naming.([`1be11b91`](https://github.com///commit/1be11b91158a4c358c7277b9d1689b50ef883592)) - Try running on self-hosted runner.([`3ed0b74d`](https://github.com///commit/3ed0b74dc8cf5e1af5ab2ec624f6068b7b948b3b)) - Revert addition of defaults for read and write window configuration in testApiOpMode as it breaks backward compatibility.([`defc8a18`](https://github.com///commit/defc8a18747ccafd3dda7f25a0abdd9c4281c0e9)) - ([`8b52848d`](https://github.com///commit/8b52848d1d3e33dc3b1fac2dff0bfee8f9a4905b)) - Fix ph_backward_compatibility workflow to use version full subcommand structure for cleos version.([`1dcf366f`](https://github.com///commit/1dcf366fa357c8b95e7105a11dc98cb27631912a)) - Fix cleos version full subcommand structure.([`d20903fc`](https://github.com///commit/d20903fc6b412cddecdf1c9b9722e4c9ce670b16)) - Set default to false.([`207abdc6`](https://github.com///commit/207abdc6df8348e0c23942e790f58ed43bfb99bf)) - Add configurable leap-target override.([`264d4684`](https://github.com///commit/264d4684b507d680278dad823a9e7f01d1009b5c)) - Use nodeos --full-version for better traceability.([`da223ca1`](https://github.com///commit/da223ca18f36c7d5073d644f09cffe4ad4392c56)) - Add command line config parameters for read-only-write-window-time-us and read-only-read-window-time-us.([`e26f0a29`](https://github.com///commit/e26f0a29d740c52270d890d5d822bc5d156593cf)) - Move increment of acknowledged to after logging of ack data.([`a316f321`](https://github.com///commit/a316f3219fd3d98e74b25882ddfab3d9d4150a03)) - Fix warning message.([`61b8464c`](https://github.com///commit/61b8464ce58e74e74baf168ffd08120ea1d28e9d)) - Delete state dirs in test logs.([`8632227e`](https://github.com///commit/8632227ea5c44662c5943860d04122f321268f46)) - ([`f16f24b2`](https://github.com///commit/f16f24b247064d9dfdae850b5dad421b68a57388)) - GH-1639 Add init_read_threads([`b012cce7`](https://github.com///commit/b012cce7f5265de95b605ea6dfb3c5e5722cb963)) - GH-1639 Update max-transaction-time help description([`b077dc3e`](https://github.com///commit/b077dc3e2a1fbc1f9d2da50a40226568173a4671)) - GH-1639 Additional test([`a6465e65`](https://github.com///commit/a6465e6509efe09252724fbd2fb7aa2a83d9d521)) - GH-1639 fix gcc warning([`e6bbaafc`](https://github.com///commit/e6bbaafceb843a75ccb48a2820a902f11c1398a8)) - GH-1639 More simplification([`ae2424d6`](https://github.com///commit/ae2424d685acb8beff7a19349cd49973167bab8d)) - GH-1639 Modify exec_pri_queue to manage the 3 priority queues instead of three_queue_executor.([`8d221a77`](https://github.com///commit/8d221a777c4649c5a19ba99948c61fbced25f99b)) - GH-1639 Use same ec for both cancel calls([`e6b84939`](https://github.com///commit/e6b8493916a68e09d8e3cc4d65559b149fc77442)) - GH-1639 Revert using of spaceship operator as it appears to not work on GCC 10.5([`6394011d`](https://github.com///commit/6394011dfcedfe8ca37e640506033c8262854d60)) - GH-1639 Use canonical spaceship operator([`d2cd84c7`](https://github.com///commit/d2cd84c72fc1d209651ab0b48c160818c0301ea5)) - GH-1639 Favor this over rhs for queue comparison. Also use C++20 spaceship comparison.([`36be3f79`](https://github.com///commit/36be3f79d461a3c60aee79a38e9361ff72ab0cc7)) - GH-1639 Decrease read-only-threads from 128 to 16 since ci/cd was timing out([`11df9d14`](https://github.com///commit/11df9d14bfc5c7cb42f038ad25fecf0ef7f7f8ee)) - GH-1639 Fix producer_plugin shutdown of read only threads to prevent SEGFAULT and deadlock.([`1368ecd0`](https://github.com///commit/1368ecd0b72f1387f0545c6deef9bd494b1aa7fe)) - GH-1639 Remove unneeded dependency on producer_plugin([`7a7aa583`](https://github.com///commit/7a7aa583d4760558b9c622c1aa9b0a747370cb69)) - GH-1639 read-only trxs only allowed when read-only-threads > 0([`1a6631a0`](https://github.com///commit/1a6631a0b1da8adbb3ec3b5d912f9cd491a2125c)) - GH-1639 Revert changes to test([`3e40394a`](https://github.com///commit/3e40394a2f9f0038b555fc8b670d13ed324a8435)) - GH-1639 Enable contracts-console on all nodes([`f038d655`](https://github.com///commit/f038d6554397dd61de68ea5079f25bf006cbeb58)) - GH-1639 Add include([`27492560`](https://github.com///commit/274925604cc40aaf005f7d59f59c3d3c01f57d5b)) - GH-1639 Add include([`fd232b21`](https://github.com///commit/fd232b21ebfb2b0e6bc67d781befb00bf9f45c8d)) - GH-1639 Execute read-only trxs only on read-only threads([`494fbae3`](https://github.com///commit/494fbae3f577f152ba79ae28e6e418e84437f349)) - GH-1639 Change default max-transaction-time from 30 to 499([`ae1a89cf`](https://github.com///commit/ae1a89cf559edc4c23ddfa1b612fe524a36a3ee7)) - ([`b4c28265`](https://github.com///commit/b4c28265b77ca70a66360a096fd1efba765556a4)) - Include full version in perf harness reports([`aec57dcf`](https://github.com///commit/aec57dcff25c5db4c3ea66cc78ab89ad748f5fee)) - ([`6a4d3e36`](https://github.com///commit/6a4d3e36f241bbd80d335f4ddc9ef4e425ba428a)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1661-conn-reset-main([`04297965`](https://github.com///commit/042979658cbed0eb60056e00b4369b76bab70c61)) - ([`cdfe8676`](https://github.com///commit/cdfe86765137c333cc9468f1a329531bbbd60953)) - GH-1661 Check for connection_reset similar to on_read([`3f88e96c`](https://github.com///commit/3f88e96c2aff222667800bd064de90318aaf742e)) - ([`01b128e8`](https://github.com///commit/01b128e819e6d4bac873fb3c3ae6249be5360ba5)) - Do not perform arithmetic on nullptr([`0234a412`](https://github.com///commit/0234a4129ad45a934cce6894508e49ad0e139ee2)) - ([`9ae44920`](https://github.com///commit/9ae44920fcbd13d98d9362ff54c225a2eee1e532)) - Resolve misaligned access in OC code cache write out([`7ca66576`](https://github.com///commit/7ca665761a78877635a0373ba6951b44f7cb743b)) - ([`7be27dce`](https://github.com///commit/7be27dce8a5e067016094c64fa9ffbab6f20e5ce)) - Update libraries/chain/webassembly/action.cpp([`0e1d5fac`](https://github.com///commit/0e1d5fac9b4533d0f17cc1697d2f38c9c93e1765)) - Avoid possible memcpy with nullptr when action data size is 0([`62cce64e`](https://github.com///commit/62cce64e562bda1ede2bb1064c3b44b35c3c4658)) - ([`cf0d9f43`](https://github.com///commit/cf0d9f43ae07c45d00eb81312dd9064b628e4dc3)) - Avoid unaligned accesses to types casted from byte stream([`281dcd3c`](https://github.com///commit/281dcd3ce631238da57142f81b667373ec9ae17d)) - ([`7c931302`](https://github.com///commit/7c9313022c499bc0976e68af39f67ca756f639a4)) - ([`ec54d364`](https://github.com///commit/ec54d364d9dd90e4858c542e1a7b51c24ffc10bc)) - Order matters for EosioTester linked libraries.([`b1addd9b`](https://github.com///commit/b1addd9b94e5173f9a1ec2fb50481e3e1f13a08c)) - Create EosioTester INTERFACE library.([`64e414fb`](https://github.com///commit/64e414fb346262fdd4332e9eb9a47055cd0b0672)) - Create EosioChain interface library.([`3e22bd19`](https://github.com///commit/3e22bd19882d61db43ed6e2c089526941c529f63)) - Add a couple boost deps to add_eosio_test_executable macro([`4b346ed9`](https://github.com///commit/4b346ed9bb0238d0720322d2ce7b1b4f59ec0a03)) - ([`0fa4f7e9`](https://github.com///commit/0fa4f7e9ecdf809badbed3fc1d674f39a0faef94)) - Add BLS_PRIMITIVES to bios boot tutorial script([`de8d1cc3`](https://github.com///commit/de8d1cc3f0bba0f2b033107aee8ac0bf51d6f0b2)) - ([`59583850`](https://github.com///commit/595838505ac8e273d82d0dd9799ba7b991c9704c)) - GH-1614 Cleanup inline action tests([`d8f99d50`](https://github.com///commit/d8f99d50d8e5f6c0047eab15aab26f323c481cea)) - GH-1614 remove unused config_max_nonprivileged_inline_action_size option([`3e3f8d0d`](https://github.com///commit/3e3f8d0d20ce2a5ca3cb879ffbf808d078bb9677)) - GH-1614 Remove max-nonprivileged-inline-action-size from docs([`1a7e37ac`](https://github.com///commit/1a7e37ac48c59384457d7465e418a9a171efdff6)) - GH-1614 Fix tests for removal of subjective max_nonprivileged_inline_action_size limit and add new test for 512k limit([`509c11f3`](https://github.com///commit/509c11f3bed0ae4bb0dae9941c24da8ddc695954)) - GH-1614 Remove subjective max_nonprivileged_inline_action_size limit([`4057c4bd`](https://github.com///commit/4057c4bd9a737fa31e6f750729dd12b194caae84)) - ([`76a10459`](https://github.com///commit/76a104590c2d277bfe3768302ab0f5d286d2a3de)) - Fix issues with processing read-only transactions.([`347f6e8f`](https://github.com///commit/347f6e8f0ad72f9659333b6a0296d61427d4a625)) - ([`511d5aa5`](https://github.com///commit/511d5aa5d9b2dfaf25126c256291bb33a7a895be)) - ([`cfab778b`](https://github.com///commit/cfab778b562e00ff58ca14da46ead5a3be3bb45a)) - ([`85280f51`](https://github.com///commit/85280f510e58da5b676394c245962dfe67e12cd6)) - Check that MSB of modulus is not 0([`d3275c20`](https://github.com///commit/d3275c209f5146a882710ad70ae840ce4153faa4)) - Add some additional test cases in modexp benchmark([`aee9599e`](https://github.com///commit/aee9599ebfd7bf94bfb392b0563b45f63e7f62d3)) - ([`d5e08145`](https://github.com///commit/d5e08145dd0a0c8f020460857f8a6e97337a972b)) - Bump abieos submodule to main w/ rapidjson c++20 warn fix([`62ed7337`](https://github.com///commit/62ed7337a03a230fd60de7423dd6c7c5ef09c620)) - Bump abieos submodule to branch with rapidjson c++20 fix([`57335b8c`](https://github.com///commit/57335b8c988af0bd558a1228e73e59c46e9e69d6)) - ([`540e371d`](https://github.com///commit/540e371de55f27ab61c4e0e7e553fff7edf690a5)) - Add Boost::program_options to target_link_libraries for trx_generator_tests as well.([`fc64e0f7`](https://github.com///commit/fc64e0f7fdd47e5c376929370a4d826c7e201c21)) - Add find_package.([`785e5afe`](https://github.com///commit/785e5afe437d1bd2633b05d96d16543e7bd1a3a8)) - ([`bae566b8`](https://github.com///commit/bae566b878f3c4296f88b385277cbd75d2d515d7)) - Cleanup unnecessary dependency on chain_plugin.([`79f742af`](https://github.com///commit/79f742af5c619cef67c56afbc479934406bd6493)) - ([`fe55f6d1`](https://github.com///commit/fe55f6d10623ac45d806f4849c97438a489ad1a4)) - Remove now unneeded macOS z/bz2/lzma/zstd iostreams workaround([`c9a40f6e`](https://github.com///commit/c9a40f6e2abdc0bcbbd71d752f65f93c7454b1da)) - ([`17df65b7`](https://github.com///commit/17df65b7893c2d7dc211be774c133b51e3580b7d)) - Add `typename` needed for some clang compilers here([`a3a7cea1`](https://github.com///commit/a3a7cea1d86da0f755e25ec04a0a9e56c2e4aeda)) - Add yield for Secure Enclave wallet's to_string() call([`4fbc5512`](https://github.com///commit/4fbc5512034eb00f7201bbc4a83c8d26b50f426e)) - Add a test for memory mapping([`38250a50`](https://github.com///commit/38250a501be2d2859ba6c93ed9b8e13c495a107d)) - ([`fc604dc5`](https://github.com///commit/fc604dc505d64b7730345cf29c716fbf1a1006b9)) - Revert the change for my head vs peer lib check([`38692358`](https://github.com///commit/3869235888c78cde443c75e5d33d01b16b6196da)) - Prevent unnecessary lib<->head catchup transition changes([`0b3cd1f6`](https://github.com///commit/0b3cd1f6e5601f27917de0817a4cec261120b692)) - ([`b73c28d5`](https://github.com///commit/b73c28d51ea80f7ce8aec3cefdab40b12981f6e2)) - Add comments explaining why max supported number of read-only threads can be increased([`920f325d`](https://github.com///commit/920f325d039c053bddd7ddbac3ed55f151b6d2a1)) - Increase maximum allowed number of read-only threads to 128([`8a571d88`](https://github.com///commit/8a571d88d8d7a3280cc0f85c20d0ba8fe7919128)) - ([`185a1356`](https://github.com///commit/185a13567c2cbf297df8b877d02cf4cddfdbb9ba)) - ([`ff2160e5`](https://github.com///commit/ff2160e5ccee82fc1d6285c4ae09fc5455dd2f0b)) - ([`061e79d5`](https://github.com///commit/061e79d5dd0c3b1f3a6ee3a7504db940692486ef)) - Add modexp tests from boringssl([`8ee6fee9`](https://github.com///commit/8ee6fee9ca87f719c7cdaa86ac136782540da4df)) - ([`409eb596`](https://github.com///commit/409eb5960c09b8b539984d2f098cf746be48b640)) - And noexcept it([`3b29ca4e`](https://github.com///commit/3b29ca4e8e2bb492064c66688810026340aedc26)) - Use inline instead of static here([`1b0ecccf`](https://github.com///commit/1b0ecccf442a8899c485b1248d6a0862950b8a5f)) - Wrap fclose() to avoid warning on latest glibc([`62de7474`](https://github.com///commit/62de747499b89491ea35b63d19f72ecd61a01747)) - ([`1adff8e7`](https://github.com///commit/1adff8e7bb725f4aa67c9db30062ded234b3051f)) - Switch out COMPILE_FLAGS for INCLUDE_DIRECTORIES([`df98be0f`](https://github.com///commit/df98be0f80d96837a46b8ae343c9495713178cf3)) - ([`5018093f`](https://github.com///commit/5018093f4e2f524913edfe7d603eca3511385ce4)) - ([`9068d3af`](https://github.com///commit/9068d3aff51a456bbb65a32daa59b04d67e0b81b)) - Update documentation.([`599fda89`](https://github.com///commit/599fda89825f6ba9c02bd791216a7d3a70b2f13f)) - Rename and refactor launch_transactions_generator to TransactionGeneratorsLauncher.([`9f32850a`](https://github.com///commit/9f32850ac304baca041ce92713081457010f850d)) - Some cleanup from being included in TestHarness module.([`d26a930f`](https://github.com///commit/d26a930fb8ad3efaed1fcd3d336650cf7da516a5)) - Make transaction generator a configurable option to PerformanceHarness.([`6a49cbc9`](https://github.com///commit/6a49cbc94d24cc658e9fb24b97aaeb614fb1e5f3)) - Bump eos-vm to the head of main([`0eebbac9`](https://github.com///commit/0eebbac98b98b2e55d01b826c52737db1ca20c00)) - Bump eos-vm to the latest of eos_vm_single_wasmif (prevent invalid sharing of compiled mod in backend)([`49473856`](https://github.com///commit/494738563dce2b95534227da80f859d96bfd0aa3)) - ([`5212bcb0`](https://github.com///commit/5212bcb0115c17944ccae35cdccc9416a020f0df)) - ([`b7471261`](https://github.com///commit/b7471261c234870b86bf9fc60d21f6bda42cd296)) - Update bls12 submodule to tip([`ee50489d`](https://github.com///commit/ee50489dcd5ca789ee8ea7f81bc30e57bfd66eee)) - ([`3534201b`](https://github.com///commit/3534201baef3af0c165b528a32c021ffb4e096a3)) - Removed unneeded operator!=([`fe0b6892`](https://github.com///commit/fe0b68929ab247d3f53c0faf917579fc369ae188)) - Restore tests to echo public_key now that operator<< has been restored([`54a05d34`](https://github.com///commit/54a05d34b4548fe67e1da94edd1113fd95119010)) - Restore tests to echo public_key now that operator<< has been restored([`f1d66d4b`](https://github.com///commit/f1d66d4bf92ecac76f7860de1cde1290c01a2525)) - Add back in operator<<([`3aab7c73`](https://github.com///commit/3aab7c738491f0e288c1b3541a4da4a198f95951)) - Fix deepmind logging. Also attempt to fix libtester.([`b16c5f5a`](https://github.com///commit/b16c5f5a23585204f21844bdd83816b722b51e55)) - Remove operator<< from public_key. Remove some conversion operators. Add some operator== for performance.([`e69109cf`](https://github.com///commit/e69109cf4d574a2e65299cee4a26ad6f13360ccc)) - ([`82fc6787`](https://github.com///commit/82fc6787406af6b51d9229f511f27378b50c72ff)) - Expressly refer to `chain-state-db-size-mb` for user-friendliness.([`c7c9169b`](https://github.com///commit/c7c9169bd57f94b99663dc07a6ff281afda51562)) - Fix possible mistake in error message in test.([`97d45f09`](https://github.com///commit/97d45f09bc3dcd274ef8e2b248ba44fa79778deb)) - Check that configured state db size doesn't exceed chainbase's maximum of 8TiB([`cde44e13`](https://github.com///commit/cde44e13563870200281ebacdbbd08f30fc27be9)) - Update test to account for chainbase increased capacity.([`cf39c5d4`](https://github.com///commit/cf39c5d4138a7642871f905cd3928b4b8384c1e1)) - Update chainbase to tip (reduce memory usage)([`094308a5`](https://github.com///commit/094308a54f72a9dfd88c2e10bf2781d18bb05517)) - ([`efae4eea`](https://github.com///commit/efae4eea6b7ce65b99466a4e60276491228ed1a9)) - ([`76c8abb3`](https://github.com///commit/76c8abb326cf3c6b7e0f0474577683997d5337ba)) - ([`6ea65556`](https://github.com///commit/6ea65556af6ce437ede31479a12270e52b5c2c0f)) - Update `bls12-381` submodule to tip (comparison operators)([`33c98f1d`](https://github.com///commit/33c98f1d38429e78fc95e93fd5ee2c04e126ab0d)) - ([`cc4fc962`](https://github.com///commit/cc4fc962c87d6f187347049291d803555689cbe8)) - Update bios-boot-tutorial.py([`fad34b60`](https://github.com///commit/fad34b60fb90818d9593b5591128a75ae6d26487)) - Couple minor verbiage tweaks and clarifications.([`874e8169`](https://github.com///commit/874e81696bce07a583ef9798fc00e3f953fe929f)) - ([`938fefed`](https://github.com///commit/938fefedce2636fb97202595ae79b9dfae73f510)) - Remove commented out import.([`8da051aa`](https://github.com///commit/8da051aae60e18a573ec80a0d5f8d610d7ac1c28)) - Refactor PerformanceHarness into python module.([`c6f93877`](https://github.com///commit/c6f9387742141aa5e420af9410f8f0bb23470bfb)) - Rename performance_tests to PerformanceHarness.([`43a5c1a2`](https://github.com///commit/43a5c1a25788d2543686d61fe47248167db64d8e)) - Incorporate review comments([`28aa4523`](https://github.com///commit/28aa45232621bcb59f071887a20f4c01787eb22e)) - Update to use backend's share method([`828b47e9`](https://github.com///commit/828b47e961d290e86c0594ca3af4f34cd19cfbef)) - Bump eos-vm to head of eos_vm_single_wasmif([`bed6fbcb`](https://github.com///commit/bed6fbcb87b2770cdac8c0b24620188f8186748d)) - ([`47e0372a`](https://github.com///commit/47e0372ab257534ae5e4133e3e3c6f894569125e)) - ([`1ac06055`](https://github.com///commit/1ac060552d011b8562ead13f10b2e0cdab6dd4db)) - Remove now redundant signed cast([`ff528b68`](https://github.com///commit/ff528b688e6672e793bb30136749c5f20c53cce9)) - Two more negations that should go after unsigned conversion([`f68377f9`](https://github.com///commit/f68377f934e2b9438a3592b7b35c88935e3e2c1f)) - Add a comment on negating after conversion to unsigned([`614b005f`](https://github.com///commit/614b005f6c89cabf198131fbb337c02d13c76488)) - Negate after converting to unsigned to avoid UB on min value([`74395165`](https://github.com///commit/743951658e57df1fbb3c04844a316b1fff531f69)) - ([`fb9a0e7f`](https://github.com///commit/fb9a0e7ffe3036301d9c2ed7ec90f51f82173250)) - Allow gcc 10.2 to support debian distrib.([`4127a5c0`](https://github.com///commit/4127a5c0838acb8189975c6728714d45d046f4cc)) - Update gcc version check in CMakeLists.txt([`1ae864b7`](https://github.com///commit/1ae864b7990e5188994f319f158d10c997b75dea)) - ([`a6406391`](https://github.com///commit/a640639158c703eb31c1cc09a6e7ec5c5cd7b672)) - GH-1359 Renamed num_blocks, block_num([`fbad37f3`](https://github.com///commit/fbad37f3abb88e375c2a1fb819c41efed2867b90)) - GH-1359 Add nodeos_ prefix([`79dec0c8`](https://github.com///commit/79dec0c86977dbbab6f783b3bb255e2b112d4420)) - Merge remote-tracking branch 'origin/main' into GH-1359-prometheus([`cd82cd5d`](https://github.com///commit/cd82cd5dbeb93b6ab656aa79a71b062c053f4413)) - GH-1359 Fix spelling([`5148c87b`](https://github.com///commit/5148c87b40252dbbfe86a9861d17533b5a271549)) - GH-1359 Reduce code duplication by using a struct([`86cca17b`](https://github.com///commit/86cca17b0771bfeba7057547f5aec47951e3168e)) - GH-1359 Add speculative block metrics to prometheus([`d20ad168`](https://github.com///commit/d20ad1688c6c5f7c6307b49794b680331e1a26bd)) - GH-1359 Add total_time, total_elapsed_time, and incoming block latency to prometheus([`5e11e4b0`](https://github.com///commit/5e11e4b065897cb79392d69cc41e6c7e30561a90)) - ([`6132e3be`](https://github.com///commit/6132e3be2225fe1de088ca31625238bc07f65636)) - Bump chainbase to HEAD w/ c++20 warning fix([`70d840a6`](https://github.com///commit/70d840a6d1b892f5e60a6c1c9df5b40845c08093)) - Bump chainbase w/ c++20 warning fix for operator==/!=([`21fd1f98`](https://github.com///commit/21fd1f9823eb130685b4bfacf86c49ebe34ef422)) - Bump eos-vm to the head of eos_vm_single_wasmif([`fd7d5616`](https://github.com///commit/fd7d561602c01366dcbe93cd0dd2dc7fbd27ca10)) - Lock wasm_instantiation_cache only when read only threads are processing transactions([`bec7ce87`](https://github.com///commit/bec7ce87f73bf07e3d20bc567cc84b4e68b6af7a)) - Add a mutex to wasm_instantiation_cache([`2773c503`](https://github.com///commit/2773c5036419f4da4666095e2ff200c5c8f49900)) - Simplify get_instantiated_module() and make common case faster([`1451b6c1`](https://github.com///commit/1451b6c1c9b3f3a042f6985b89ef9060f75ec860)) - Use single wasm_interface; remove wasm_interface_collection.hpp and wasm_interface_collection.cpp; simplify multi-threading wasm_interface code significantly([`7eff62bf`](https://github.com///commit/7eff62bf7b7e5223d11961175863ad1484f50107)) - Use single backend per thread([`00619bf9`](https://github.com///commit/00619bf9cffed3914e7366ce8f7ff8ee61eaca4d)) - ([`a78b8a9b`](https://github.com///commit/a78b8a9b0df62f826c374dd3321e6c81fd4a2b3b)) - Bump eos-vm to the head([`4f175724`](https://github.com///commit/4f1757247888897bb6bdeeafe142c68ae5d7a412)) - ([`d56e7f63`](https://github.com///commit/d56e7f63250647e5415615541573e70f8383af93)) - ([`949c7c45`](https://github.com///commit/949c7c4515b884ec0a5d92a13cced88f88ec1ab1)) - ([`8891fffc`](https://github.com///commit/8891fffcbc33ca27ae8c2ea591ea48b0d3eff988)) - Skip OC test if platform is not Linux([`75c5ebb4`](https://github.com///commit/75c5ebb476f66546fc4bd753e5a8b884eef91597)) - Add a test to verify virtual memory taking by OC does not grow by TBs as the number of read-only threads increases([`1923622f`](https://github.com///commit/1923622ff8e3a428eda588aeee1034f912145ed4)) - Keep original 529 sliced pages for main thread OC tierup; make sure tierup and OC runtime do not create slices at the same time([`0352ec5a`](https://github.com///commit/0352ec5a5537dfdb642d9e86d0146ba431e85532)) - Use sliced_pages_for_ro_thread EOS VM OC Tierup([`d175de69`](https://github.com///commit/d175de698dd8103b3d40c45dedfab4e8cc730702)) - ([`c3c59ed7`](https://github.com///commit/c3c59ed78f11403d4dd92067161938eae009a87e)) - ([`a0b39856`](https://github.com///commit/a0b3985697f87a6aa397f4a2c90ccfde61850d5f)) - Update help preamble to better describe net-util's current capabilities.([`1f1ea007`](https://github.com///commit/1f1ea007b300326d3b738985fe3afc3017fdd812)) - ([`e0deb073`](https://github.com///commit/e0deb0733e71eec9db6824509f08c52415f9e6f7)) - ([`89148501`](https://github.com///commit/8914850195529cb4fb3f0f7d9966a8d319c38747)) - Adjust peer list column weightings.([`e4aa07ee`](https://github.com///commit/e4aa07ee6c3fbbff9ed706b424a5a693eac85ea8)) - ([`af76bb02`](https://github.com///commit/af76bb023e63fdcfb38a5c7c60f29642683b8548)) - Change over bandwidth field tracking to connection ID from IP.([`09ea0cc1`](https://github.com///commit/09ea0cc135cb67d06919c7a1c5fa87e209106160)) - Use fc::unique_lock on an fc::mutex.([`6b6ea382`](https://github.com///commit/6b6ea382b48167062a44b7207371a57b6ce8d9df)) - Add logging when remote endpoint can't be retrieved.([`ef44bfb4`](https://github.com///commit/ef44bfb421f6f7834c0e578e10e70ac223865e9e)) - Remove unnecessary retention of pointers to Prometheus gauges.([`2754f026`](https://github.com///commit/2754f026cbc8e58c1e07ddfa6edfcad053acce06)) - Use connection ID as per peer Prometheus metric key.([`6abba1a1`](https://github.com///commit/6abba1a1badda1aa6658a47957e83752f7104f0f)) - Move accounting of bytes written to peer to async_write's completion token.([`9ff857c2`](https://github.com///commit/9ff857c274a06d049e3b462a0724494690f0603e)) - Relocate net-util to tools.([`639faf26`](https://github.com///commit/639faf260567141fcf790d90b8669b5590432781)) - Retain chrono nanoseconds until the last possible moment.([`ae874273`](https://github.com///commit/ae874273ae2b9d2bf87dfc46c40aa488e17e13f1)) - ([`9ec5410b`](https://github.com///commit/9ec5410b255807d2b3c844452c905487f6b7c6cc)) - Thread safety and collect connection time for inbound connections([`690d12e7`](https://github.com///commit/690d12e7ce9b3dcc0c2cdd56242b2f8992797cf6)) - Default initialization and const correctness.([`98e1e399`](https://github.com///commit/98e1e3997409d6bd6d2db40113f6b20db0dba130)) - ([`e1dacb94`](https://github.com///commit/e1dacb945461cef409d942113ca59884bd2099d9)) - Convert peer metrics from struct of vectors to vector of structs.([`fb00ebc0`](https://github.com///commit/fb00ebc013fbd1959a6673374e56628636e98c76)) - Support IPv6 addresses.([`7c8ebe47`](https://github.com///commit/7c8ebe474e1301423545f34a772d0aebcd8f2511)) - Add support for last data received and sent timestamps on peers.([`df3554d3`](https://github.com///commit/df3554d37551dbe536a682e0c9cf2966e07a18e5)) - Add refresh interval argument and default to the max possible.([`2774deac`](https://github.com///commit/2774deac6894f64860eec9bcacdf358ced7079cf)) - Add reported p2p_address to Prometheus metrics per peer.([`7420c726`](https://github.com///commit/7420c726b2e7f6ab2d7da3e70d698a6d82d99f07)) - Check for non-200 status codes rather than only 404.([`850a336a`](https://github.com///commit/850a336aab2c35000eccf7776f966b6731013c3c)) - Change default host from localhost to 127.0.0.1.([`1e14aa0a`](https://github.com///commit/1e14aa0a4ecb7fabd4c303834e4ac3ee464631f8)) - Rename late_initialize to update_prometheus_info.([`507efb7a`](https://github.com///commit/507efb7a4cceb4869ea136619ffbdab0c4b9ea9e)) - Reserve enough space only for current connection count.([`ef80f690`](https://github.com///commit/ef80f6907ca7d8eeb2c0ec2a2c6648c098689a94)) - Make prometheus endpoint URL a variable at the top of the script.([`d511095e`](https://github.com///commit/d511095e7e90d27fa8caedae064c36d19cfcf3b6)) - Rename construction_time to connection_time and update every connect([`51c5f153`](https://github.com///commit/51c5f153663560dbd656fb45ecca6464d51c7798)) - Count unique received blocks in process_signed_block([`a30d7c71`](https://github.com///commit/a30d7c71a55ddb2f7e11257a704e6a7ffcc67682)) - Make p2p_per_connection_metrics constructor explicit.([`ed9eee6e`](https://github.com///commit/ed9eee6ef8f85f88b6b58cb55d83c5187747cf16)) - Update prometheus metric names in plugin_http_api_test.([`86c6ced9`](https://github.com///commit/86c6ced9b1c06486ac94aa14dbab12ad7a3d27e4)) - Add net-util command line support for host and port.([`fbb0cec9`](https://github.com///commit/fbb0cec9b127e4fc65a74e60b1a3432f8c83d7e3)) - Remove debug log statement.([`727a0c55`](https://github.com///commit/727a0c5520b066cc21525f3aca0247146453e485)) - ([`d13dfa5c`](https://github.com///commit/d13dfa5cc07a15de44fbd4c28cd5e2c874f2e4e1)) - Add per peer prometheus metrics and a TUI to view them.([`79c98171`](https://github.com///commit/79c981718aee2417a64cffecc6c74dd61a2e78ba)) - ([`4ea8154f`](https://github.com///commit/4ea8154f1ca7bed21e30bcbc8b3fb68628e9b97f)) - ([`4c07b3e3`](https://github.com///commit/4c07b3e369e782285d57c2183f93e45890a9dbbf)) - Add BLS unit test for host functions with n=0([`9fa13cd8`](https://github.com///commit/9fa13cd8b64e25b558669703b5a41e2660e1664c)) - ([`1c05c9c8`](https://github.com///commit/1c05c9c8512fa89890f255590b9135fd97a8032b)) - Bump bls12-381 submod to main HEAD([`a90602c3`](https://github.com///commit/a90602c34f020ac9b8210e140e5e2fbf56f8a36a)) - Restore const for what was previously const([`c33ea2e9`](https://github.com///commit/c33ea2e92b23648976003f0c00a3d823785b2baf)) - Install bls12-381 LICENSE([`429e311b`](https://github.com///commit/429e311be1693154c170784e283604ff17487616)) - Update bls12-381 to Antelope fork; fix libtester install([`181c182d`](https://github.com///commit/181c182dd85bc2feedf7f31931f0505befce1979)) - Merge remote-tracking branch 'origin/main' into HEAD([`73f5b5c6`](https://github.com///commit/73f5b5c64d7022730f4f3cea0dac2a34ba995380)) - ([`8e63f2c0`](https://github.com///commit/8e63f2c047507184b4b37d6f942b2ecfdb70f950)) - Updated eos-vm submodule([`712b1a0f`](https://github.com///commit/712b1a0faa2438dcc28b77bd807c0f1b99b02dd8)) - Synced with main([`1e5822d3`](https://github.com///commit/1e5822d3f4becc109f0f933b4fc8a828b557c737)) - Added test contract for bls primitives([`e050376a`](https://github.com///commit/e050376ad66598612a95f9b8f4e8938d724e5821)) - ([`90071617`](https://github.com///commit/90071617799738820350538f632ca5d5fd54e5e8)) - Added bls lib to EosioTester to make CDT integration tests work([`76e4fd9d`](https://github.com///commit/76e4fd9dd6b4ac72d6a766a46567364fb995e8d2)) - Added unit tests for garbage io([`233ae01a`](https://github.com///commit/233ae01a92caf4160a905ccb00ac3c7bc55091df)) - ([`3b775088`](https://github.com///commit/3b775088413b36575dddef45ddbc42f56b73bcd4)) - Regenerate deepmind log for new BLS_PRIMITIVES([`81020c3e`](https://github.com///commit/81020c3ed74e931edbeb38b141096765c59e2772)) - Added optional return values (instead of throwing exceptions) and enabled checks in 'pairing' and 'map' functions([`0d3203ba`](https://github.com///commit/0d3203ba2e2cc9896ee55c944794c150de732c38)) - Updated bls lib([`1ca23730`](https://github.com///commit/1ca23730b0cf97c0c494210d810c10f8ad2cb9e1)) - ([`5f827ac0`](https://github.com///commit/5f827ac0a5a35efa391007f1d4afd5f2d0fc9a8a)) - Updated bls module([`7159dc29`](https://github.com///commit/7159dc2934ab5aa7efc349d49e8ae38ebd575e17)) - Renamed bls lib([`8a0e21f8`](https://github.com///commit/8a0e21f83798387308006de04c018578feaa547b)) - Added yield() to pairing::calculate and g2::multiExp([`06411fa0`](https://github.com///commit/06411fa037523aadc780b855a7f04951635cb40d)) - ([`14d9bdbb`](https://github.com///commit/14d9bdbbdc0f4d2c1660fa31bd4ca4c451851b7a)) - Updated bls12_381::init()([`76c82ae5`](https://github.com///commit/76c82ae5fba0a4bc1bced7d1528f4300ec3e8b81)) - ([`c4b0e19c`](https://github.com///commit/c4b0e19c8a1720ff72ce612b1457ac4819e4c770)) - Update according to Github comments([`8f7d439f`](https://github.com///commit/8f7d439f6253fb42a2acf126661f4d41aa63b335)) - ([`e920c992`](https://github.com///commit/e920c992ae536d6422a437e8bd2a74de2e45d0cf)) - Removed bls typedefs from types.hpp and deleted bls_utils.hpp/cpp([`1a350398`](https://github.com///commit/1a350398899c380b5d1ae95fe8c684de91c6e179)) - Removed bls types from abi_serializer([`c931460b`](https://github.com///commit/c931460b542aceb95f4905224145b01d8d4088d4)) - Updated submodules([`362c3eae`](https://github.com///commit/362c3eaefc35e96f4192362cc65162772e6c59b6)) - Sync with antelope/main([`bcbd4a48`](https://github.com///commit/bcbd4a4850cb0640014b0181fa4844574972b214)) - Sync with branch 'main' of https://github.com/AntelopeIO/leap([`89773d7e`](https://github.com///commit/89773d7e76edbcd8aadcb1e1bca1fb64b293627d)) - Synced submodules([`22656adf`](https://github.com///commit/22656adfac795a307759b3bec8d0c7fd604bf0a9)) - Synced with antelope/main([`06ab49e9`](https://github.com///commit/06ab49e92fc82115e77700d1d5168b6b6f0a3146)) - Updated bls lib([`201a0f78`](https://github.com///commit/201a0f78225c9662d50e56189247da35caa4aaf9)) - Updated submodule bls12_381 (clang fixes)([`53e267d5`](https://github.com///commit/53e267d5c8d7e718d2d3cebe84196c9ce73b34ee)) - Synced with Antelope main([`66773fde`](https://github.com///commit/66773fde42c2a9112b1f0f7edd886dbf78bfff3f)) - Synced with main([`ff765e04`](https://github.com///commit/ff765e041abc7bc908474ae1f68ba42b24c6e58d)) - Updated submodule([`9b420708`](https://github.com///commit/9b42070807ab32155cd859b460acd54079d83a4f)) - Corrected SHA256 hash of BLS_PRIMITIVES protocol feature([`10776fca`](https://github.com///commit/10776fcac99f58bae8ec2c32183558499b6efa27)) - Correct bit/byte mistake in comment([`ece632ee`](https://github.com///commit/ece632eed7dc9e32d7fecc2d5a2ab375df65f8d6)) - Added bls12-381 crypto primitives([`17eb804a`](https://github.com///commit/17eb804a1d8f1255c874064b8d64fd6798f9ffb6)) - ([`4b8fe6ad`](https://github.com///commit/4b8fe6ad1066259898fe3a9365e1e274c71ad7a3)) - ([`ea25c900`](https://github.com///commit/ea25c900e3d34886ca46c5bf52deb97c47098c21)) - Ifdef out EOS VM JIT when not supported([`460eefb1`](https://github.com///commit/460eefb1bb5aa46ce8b8ff0ca7b6062b3cccf26d)) - Add some `[[nodiscard]]` attributes and remove unused type([`948d2588`](https://github.com///commit/948d258846163809fbdbafa2cade48486a2519dc)) - ([`44046f53`](https://github.com///commit/44046f53595dbe4339b07c7c4dc0c79dd78eac24)) - Upgrade to boost 1.83([`667a31f4`](https://github.com///commit/667a31f4015bf06624e19ad6b41a84ac8e6ac64f)) - ([`a5d8f721`](https://github.com///commit/a5d8f721ebecd2618ecfe4faea26472b88efa521)) - GH-1432 Fix comment([`e3adab4f`](https://github.com///commit/e3adab4f6301dce9c4b7e5b40b50808a5cac4f26)) - GH-1432 Fix comment([`1eb4fcce`](https://github.com///commit/1eb4fcce1380a6ae24151fdbde011ead5c07e0ec)) - GH-1432 Also restart speculative blocks every block interval when configured with producers([`bf023191`](https://github.com///commit/bf0231911d95b465acda7b6179254621f9e50f3c)) - GH-1432 Allow speculative blocks unless we are syncing([`fffbbf38`](https://github.com///commit/fffbbf38b0b77e9704f79f690d7242f16b4167df)) - GH-1432 Add additional comments([`c7bca0e3`](https://github.com///commit/c7bca0e33f8e2e4ceb25506d504e29ce55affa17)) - GH-1432 Set speculative deadline of 5secs instead of maximum to correspond to existing limit of 5secs on speculative execution on stale state.([`c34ae358`](https://github.com///commit/c34ae35882fcf3b888e92defd28f9cc5185b53d9)) - GH-1432 Refactor calculate_next_block_slot to not require active_schedule([`35100748`](https://github.com///commit/3510074827528853689b11d9902fbe5040151e37)) - GH-1432 Wake up time is start block time already.([`6dcb96eb`](https://github.com///commit/6dcb96ebd354f3e57245cff431686ec0b0339e32)) - GH-1432 Add additional tests including watermark([`e2247daa`](https://github.com///commit/e2247daa537d267a00c60facaca03c80510ddcf1)) - GH-1432 Set _pending_block_deadline according to if we are producing or can produce.([`7a3801ad`](https://github.com///commit/7a3801ada8a56d9672d3b75c913995ceab2d1918)) - GH-1432 Add some initial tests for calculate_producer_wake_up_time([`2bb1e0d0`](https://github.com///commit/2bb1e0d0b55b6749caba0e5cb6d083fcf89363f6)) - GH-1432 Refactor producer_watermarks, calculate_producer_wake_up_time, calculate_next_block_slot into block_timing_util([`dc4adfae`](https://github.com///commit/dc4adfaed0f9bcfde852a6f95822127e3cddf4cd)) - ([`295bb7cf`](https://github.com///commit/295bb7cf2e3e01c8c920dd4344248853cdfe27b7)) - ([`8c769a1f`](https://github.com///commit/8c769a1f5ba22b8bf9a2355d3542f2754bb851f7)) - ([`0946808e`](https://github.com///commit/0946808e12fa4ef4fb68f08870eabb60c967faa1)) - ([`ccf2bfa1`](https://github.com///commit/ccf2bfa1a60ba61f38ca80ee847254171e5a1a8f)) - GH-1083 Minor cleanup([`74c672b4`](https://github.com///commit/74c672b47ed6ff2cc9e076b78a9e422475f0052f)) - GH-1083 Add dry-run tests([`1fa2c175`](https://github.com///commit/1fa2c1756a4e1ba313fb8626bb44645b7d6fc018)) - GH-1083 Cleanup #includes([`8b308b6a`](https://github.com///commit/8b308b6ac0d7ffc24ebcf1b8036ed9d773fac36c)) - Merge remote-tracking branch 'origin/main' into GH-1083-dry-run-tests([`2da2eacf`](https://github.com///commit/2da2eacf7c713f508fe1e2812d04b34d3f5f0224)) - WIP create test file([`a164f16e`](https://github.com///commit/a164f16e8e6ad5e928f8232ad44d1bdd9b783831)) - Change memory::memory(uint64_t max_pages) parameter max_pages to sliced_pages and delete unused memory::reset(uint64_t max_pages)([`e8533b97`](https://github.com///commit/e8533b97d1a4c4bee144299156b629bc23d99fb3)) - Delete unneeded complicated code for calculating number of threads allowed for EOS VM OC([`571fccfc`](https://github.com///commit/571fccfcf8a30e68cbd40e3eeca0c5e51d233fc2)) - Set max mirroring pages for read-only threads to 10 to save virtual memory([`064d8310`](https://github.com///commit/064d8310a7b24767bae429f231e7de1f99f7ca3b)) - ([`dd70b9fc`](https://github.com///commit/dd70b9fccb1d4dc49a1611702ce3bca6e649584b)) - ([`56554252`](https://github.com///commit/565542520823f72da209775944dbb20d3e127dad)) - Revert "even simpler awk one-liner for checking CPU features"([`439dd73d`](https://github.com///commit/439dd73d0dffb2b387f7ce656a43df42e4bdb53b)) - Even simpler awk one-liner for checking CPU features([`342456a2`](https://github.com///commit/342456a254910e8fe5ec873677831cd52bcc0c9e)) - Check for existance of BMI2 & ADX instructions on CI workers([`c531c9c3`](https://github.com///commit/c531c9c3e280ca81d5474416d164ac9b0a53bb36)) - ([`4cb55b69`](https://github.com///commit/4cb55b697f5792e00f78e4299c6161006a83ebe0)) - GH-1461 Update base64 from upstream([`0842972b`](https://github.com///commit/0842972b1edad772e03d12973d7e7b16e6845d47)) - GH-1461 Do not add or expect `=` at end of base64 encoded strings.([`5c2f5077`](https://github.com///commit/5c2f5077f5885db6f100a76ee9b17b72381526ef)) - Update to the latest eos-vm origin/decouple_exec_ctx branch([`fc048917`](https://github.com///commit/fc048917aa8ad575d430dce95938b7abcaf509b2)) - Use single execution context per wasm interface([`36c537fd`](https://github.com///commit/36c537fd305b587406dd5147f63cf03693dac462)) - ([`24914184`](https://github.com///commit/24914184fc603cd5bdb1a0c3258c6167b4e81169)) - Update eos-vm to merged version on the main branch for parse WASM code only once for JIT([`7ec713f5`](https://github.com///commit/7ec713f509e0047d7530d18ca06a89e26e8182dc)) - ([`6beb43f6`](https://github.com///commit/6beb43f6d44094a2497dbaf7d9300f70be76a125)) - ([`47db3535`](https://github.com///commit/47db35353c17654c90195906ac0001659162739f)) - ([`5b6226b9`](https://github.com///commit/5b6226b97806d8fd2a1d7c3c17bf2f629855ee02)) - GH-1111 Remove unneeded is_schedule_equal([`ac8c3493`](https://github.com///commit/ac8c34933548266ffdb812a6e0e46eeb407d9a89)) - GH-1111 Minor cleanup([`af4f0467`](https://github.com///commit/af4f0467d4cf4b4c692d9cba1c489de884f111a1)) - GH-1111 Re-enable commented out tests([`2fdf095b`](https://github.com///commit/2fdf095b002eeaf9fe8e4feb61e257fdebd66a98)) - GH-1111 Add back in weighted cpu/net tests([`2677b89d`](https://github.com///commit/2677b89d27628ba87087630c7c6fae84fc5f07fa)) - GH-1111 Add back in commented out producer schedule tests.([`6cb08b67`](https://github.com///commit/6cb08b67938668d983efcae7ddb853234701ec93)) - GH-1111 privileged tests exist in protocol_feature_tests.cpp. Revive set_producers_legacy test case.([`b5a044f0`](https://github.com///commit/b5a044f006c1c33c08658b1a875f4b7e4e09b38f)) - ([`78136f28`](https://github.com///commit/78136f280068addf2cffeef0af5d5f8175b4c9a4)) - Skip bad_alloc test when ASAN enabled([`f83cbf52`](https://github.com///commit/f83cbf524594887bd9dc83dd553f9b422a57fd5f)) - ([`339d98ee`](https://github.com///commit/339d98eed107b9fd94736988996082c7002fa52a)) - Update chainbase to tip.([`589c7b8d`](https://github.com///commit/589c7b8ded1b928c5954f54faaf17ebebaa71e1f)) - ([`1e632c9e`](https://github.com///commit/1e632c9ebd9f70eb7cc471932d63cdebd16cc76b)) - ([`b710831e`](https://github.com///commit/b710831ef68c45c33b3d3280a3328ae634a59e12)) - ([`36ffebc0`](https://github.com///commit/36ffebc02cd722414e0b77d02105139d5fd52466)) - Correct fix for disabling warnings when building assembly file.([`efc9cdc9`](https://github.com///commit/efc9cdc9bea551b73947644c4f9ec80e4dd1339e)) - Fix `-Wsign-compare` warnings([`5310436d`](https://github.com///commit/5310436d20fd9920a66f70c14fa337fb8c75c0fa)) - ([`2d19874e`](https://github.com///commit/2d19874ee4ac2806b2eb1ae15c7ea5f9010c7716)) - Update `bn256` submodule to tip.([`b0bd2fc9`](https://github.com///commit/b0bd2fc976d97a4af6f03fa14fd12fc9dc09b6a3)) - Remove unnecessary token input.([`d50381b0`](https://github.com///commit/d50381b037be24b1d66b006ab4eb897729613884)) - Remove debugging step and unnecessary echo.([`cd872b3b`](https://github.com///commit/cd872b3b27580866ee09c335b1475b018a31b725)) - Address peer review comments.([`8c47cce2`](https://github.com///commit/8c47cce233698dd4801896b7727eeb09188057a9)) - Remove override input as build will always use the full platforms.json input.([`bf95111e`](https://github.com///commit/bf95111e0117f1ee653960d7e53855c17d45c01e)) - Get the output directly from the step output.([`45b6c77f`](https://github.com///commit/45b6c77ff171918de12d81640be9e3dac50a2d46)) - Try using something other than empty string.([`4cb312e9`](https://github.com///commit/4cb312e9026d0debd961458338843cae0c97fd2e)) - ([`b30be9cc`](https://github.com///commit/b30be9ccb5d7a5bc55cd7713d9a10f34d322c655)) - Fix call to build-base with proper new inputs.([`78b16c5a`](https://github.com///commit/78b16c5a4da82826c2ef074b90c2071191cf3045)) - Remove workflow_dispatch from reusable workflows.([`13424e22`](https://github.com///commit/13424e223daa8794bceb12185399d56ce63bcad4)) - Split out platforms workflow into separate reusable workflow.([`775cce48`](https://github.com///commit/775cce489cf1526e8a8a82cadbb07ab60d5bc161)) - Fix file name in asset-artifact-download-action([`1a968507`](https://github.com///commit/1a968507d7f0b2a2ab14701e389ebd0c5f7debb9)) - Try using asset-artifact-download-action@v3 to pull down past build if available.([`e5139d6d`](https://github.com///commit/e5139d6d7ad50f4b714659d3a63e6d46af2584d6)) - ([`76706909`](https://github.com///commit/76706909a40e8c3f5790c1eac325f7eed7a9b645)) - Remove attempt to override leap ref for this workflow.([`c597816e`](https://github.com///commit/c597816e6dca64dda2ae5e3a0e18cc60e373449f)) - Revert "Pipe leap-ref selection/override through workflows."([`f49f8c99`](https://github.com///commit/f49f8c99f23b58d0623e5ed23823d12a31d4b9c8)) - Revert "Fix spacing."([`4f3c5ef0`](https://github.com///commit/4f3c5ef089a67f4e7a3362cbc2046228064797fe)) - Fix spacing.([`47ddeb6b`](https://github.com///commit/47ddeb6b0e7bc1f4ac8ff488e4e22143a2c16908)) - Pipe leap-ref selection/override through workflows.([`6c2758fe`](https://github.com///commit/6c2758fe94d836625165e380a7682d4d8378c204)) - Try to make build step optional if build for current commit has already completed.([`1b9f64af`](https://github.com///commit/1b9f64af5e3fb8bf5de649b766242473204eae96)) - Cleanup previous jobs now replaced by build-base reusable workflow.([`6c86da5e`](https://github.com///commit/6c86da5e3e02bc4f6f6ddb9e11513622b46fca4a)) - Add quotes around input param for if check.([`a155889c`](https://github.com///commit/a155889c2ef4e1a1a4661845963c6e41805dfad6)) - Replace accidentally removed dependency on job v.([`90f0852e`](https://github.com///commit/90f0852e733a86f2afa6d59307b6b7e334610a26)) - Make override option into an array for matrix.([`1e562e87`](https://github.com///commit/1e562e87277f54631ac96840e06809575c92281d)) - Update workflow for using reusable workflow.([`d1e099ca`](https://github.com///commit/d1e099ca0dbc1812cdc35bdde9341acc2c3d4cd6)) - Remove surrounding escaped quotes.([`b1862f24`](https://github.com///commit/b1862f244c9b6cbd3504a717ef16d3a8ef3a0a0a)) - Surround with single quotes to force not escaping internal quotes.([`7a12930a`](https://github.com///commit/7a12930a1d5eb943cfb6da5e669bed678a58f231)) - Debugging results.([`56e7a9dc`](https://github.com///commit/56e7a9dc71e857ced1d69a7eb296b27ee7ec2b19)) - Fix syntax.([`f4b7998a`](https://github.com///commit/f4b7998a2ff8dafee65933bcd6554bd7b0f13bdc)) - Try escaping quotes.([`a1bcf4bc`](https://github.com///commit/a1bcf4bc54ceaa0bffe32090852989c4c39b858c)) - Fix syntax.([`41a18247`](https://github.com///commit/41a1824741af9ae36788bc23925c181bf514b1c3)) - Try to debug output([`f995e47f`](https://github.com///commit/f995e47fb4e4345ca94b80bcd3c12cbf7b81c83f)) - Try to debug output([`d0c1e2c3`](https://github.com///commit/d0c1e2c339e5bef06d9e31ee9aeea6f1a1985bec)) - Try this again.([`fd54f6c5`](https://github.com///commit/fd54f6c5d47bf5d50e801d2079e80bc0efe3318e)) - Try this again.([`96b3d71e`](https://github.com///commit/96b3d71ecdfc6de2ce27ef66e8d527bae48c1bcc)) - Try this again.([`2d7e8c4a`](https://github.com///commit/2d7e8c4a65e632f5aaf8efb50fefab2322e66586)) - Echo out GITHUB_OUTPUT([`f0277442`](https://github.com///commit/f0277442d295437f13940d7a13a98d73ec03b70b)) - Working to get array([`4e2ebb0f`](https://github.com///commit/4e2ebb0f2170b6ef8fa615e12fa84c6a0ce2ecc6)) - Try fromJSON in output.([`f3097a2e`](https://github.com///commit/f3097a2ead8081612861fab49dd97a341d9130f7)) - Remove extra training quote.([`03855117`](https://github.com///commit/03855117cf9d27dc269121eebfe4651a9b017e54)) - Try again.([`c7695c03`](https://github.com///commit/c7695c03fc34322b4938c0147abaea1e273f6b43)) - Try again.([`1de56988`](https://github.com///commit/1de56988f50e4b22e2d73fe0fc9798d6a7cddbf5)) - Use fromJSON.([`282cfe0b`](https://github.com///commit/282cfe0b58e8cf3b2e9f3de372b28d344f5fc527)) - Add input to override build platform matrix.([`ba738b80`](https://github.com///commit/ba738b80800e0f36abd44188aa9814acb4c308ca)) - Don't needs backslashes to break lines up.([`158ad55a`](https://github.com///commit/158ad55a3a6100c9512c240d3fea23ab61640196)) - Debugging output.([`a83266b2`](https://github.com///commit/a83266b2e52842dfc809199669d60a8890a189d7)) - Try using fromJSON parsing.([`3f13595e`](https://github.com///commit/3f13595ec5903e718366e2c2cb401c152b7ac84c)) - Try quotes.([`a414b8ce`](https://github.com///commit/a414b8cee73a9fc16cc03f517f0359291879be1b)) - Put matrix-out into github output for use later.([`b0075c09`](https://github.com///commit/b0075c092571d8a517580cad8dbbd1817ed34d8e)) - Attempt to use constructed platform matrix in build job.([`cb73a84f`](https://github.com///commit/cb73a84f65d1f5a086e6a94a794d4b5a0f10282f)) - Attempt to fix github variable reference in script.([`754638dc`](https://github.com///commit/754638dc2de111b2ce95c38cecc91b67bd952af6)) - Attempt to use the json object directly.([`be9452bf`](https://github.com///commit/be9452bf5e6a677d7d4b80aa7d136ad0c0a2e53d)) - Try to automatically parse platform matrix in script.([`feffc035`](https://github.com///commit/feffc035417989af2b6e6c73be3c6f907fe3b93d)) - ([`89193647`](https://github.com///commit/8919364763ec5f5af30eb557b8353ed80616593a)) - Some cleanup.([`6b4f7452`](https://github.com///commit/6b4f7452093ca4e55d95c6ea067725751804fcc2)) - ([`dc92ab50`](https://github.com///commit/dc92ab506a67cc1529575da3f45cdd5595055df2)) - Try finding and uploading report via wildcard.([`e3ae3a3d`](https://github.com///commit/e3ae3a3ded0e97ff0577880c736f69b70c6f815c)) - Use normal upload-artifact action.([`8f01104c`](https://github.com///commit/8f01104cae3b5a5888b5be541ba606595845b0d4)) - Pre-calculate the report location for use in upload step.([`947770ed`](https://github.com///commit/947770edc6eb1a27d40ae5e09248f3ee3d667c30)) - Add dependency needs.([`975426a3`](https://github.com///commit/975426a3771523929d6f7109d11f1e492d98a19b)) - Fix yaml file syntax 'uses' already defined.([`1f2ca019`](https://github.com///commit/1f2ca0196617fa27a83538ed5e3a896ea45fdf88)) - Fix yaml file syntax.([`7518f780`](https://github.com///commit/7518f7803eb89dbe216141a096467e0f5aeaefe6)) - Fix yaml file syntax. Minor cleanup.([`78564fa3`](https://github.com///commit/78564fa3b3e21f63a6e3d850974c9d77d7633d7c)) - Initial attempt of configurable ph run in cicd.([`f7f246ac`](https://github.com///commit/f7f246ac46e0047477dd22450b4ab0ac098f05d2)) - Update eos-vm to pick up reversed == operator fix([`214d4a80`](https://github.com///commit/214d4a807590c34786402c58aab834ce59c3bb5a)) - ([`408d16ae`](https://github.com///commit/408d16ae3ab5c5b59eb8ee2383dff0fc6290d1a3)) - ([`ad264242`](https://github.com///commit/ad264242f5b8383b22e03c52af84ac0e5bb70ba4)) - GH-1433 Update comment([`f0f7ebe1`](https://github.com///commit/f0f7ebe1719370b21dbd1750475a15663e0ddaca)) - GH-1433 get_info can't fail do to deadline, so relaunch does not indicate failure([`a752b48c`](https://github.com///commit/a752b48c999e77ca8068a81471dff3e4f6eca4d7)) - GH-1433 trace_api_plugin can't fail due to timeout. Remove unneeded tests.([`579facd1`](https://github.com///commit/579facd100238049b9bea0662c36efbcdd95b11d)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1433-trace-api-main([`1186b830`](https://github.com///commit/1186b830b80182aed6b2e663932d0220ea5600f7)) - ([`4973f635`](https://github.com///commit/4973f635b7790e219b410e878cf911a4ba2be07f)) - GH-1433 Use new processUrllibRequest([`38196b8d`](https://github.com///commit/38196b8d7abc8cdfd85bc0f68786683e6616ac27)) - GH-1433 Fix merge issue([`e17bc314`](https://github.com///commit/e17bc3148b4873b513e2f3d60c527e65b74603d1)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1433-trace-api-4.0([`c4e0ad19`](https://github.com///commit/c4e0ad19ee694131e2410bb7316114ffccdd5816)) - ([`27f6bdf4`](https://github.com///commit/27f6bdf4b4af1a2603585e4b8a7357065ab53559)) - GH-1433 Add missing BOOST_CHECK([`5b05c194`](https://github.com///commit/5b05c194db2f7b07260e93f4345d8f88bbc85c30)) - GH-1433 Reduce timeout so test runs in allotted time([`c3c9ebd3`](https://github.com///commit/c3c9ebd3ea91db25a30a4a1ca7a65b5806276cae)) - GH-1433 rethrow exception so API can report error to user([`86987245`](https://github.com///commit/86987245729f95dc1b944333d3cc9ba668f4b410)) - GH-1433 Update test for failure case of trace_api_plugin not having time to deserialize([`b16135df`](https://github.com///commit/b16135df950c24318da547fb75cf5ce45321dc90)) - GH-1433 New tests for yield in abi handler([`61fe0e59`](https://github.com///commit/61fe0e5983bde8649eb0544739081faab8e21ebe)) - GH-1433 Add tests for trace_api get_transaction_trace([`f6a8c432`](https://github.com///commit/f6a8c43261e8e6dfff388aa81abb7d637d986490)) - GH-1433 Allow errors to be returned from runCmdReturnStr([`9e351625`](https://github.com///commit/9e3516253d504f6aa316cc6af627ca6727724a82)) - ([`72ccfd5b`](https://github.com///commit/72ccfd5bbe0cc8cd0b20a8a8a6522acd354470d8)) - GH-1403 Use derivation instead of composition([`38323386`](https://github.com///commit/38323386a961794bcdb89713546fb4bbdf53c5dd)) - GH-1403 Rename disable_replay_opts() to set_disable_replay_opts(bool v)([`a72ed7df`](https://github.com///commit/a72ed7df344c1a1df9fb5547433092d7e32e1a1e)) - GH-1403 Normalize indentation([`4857c06e`](https://github.com///commit/4857c06e710c74267d872e0d25604c8731f21738)) - GH-1403 Remove disable-replay-opts from tests as no longer required.([`cc3e8680`](https://github.com///commit/cc3e8680a69e0440442fe2191d8f5f3e2139ac4e)) - GH-1403 Remove disable-replay-opts from docs as no longer required.([`461ea9cd`](https://github.com///commit/461ea9cd3c8f9d336ad63b768f553801ed4b3b0d)) - GH-1403 Only disable-replay-opts if chain-state-history is enabled as not actually needed for trace data.([`9cc01d8a`](https://github.com///commit/9cc01d8a9c2171816bbeb5dfb5aeef8ed40493c1)) - GH-1403 No need for chainbase if not actually logging delta data([`5510a782`](https://github.com///commit/5510a7821e2448ae43df0bf91265f2cfe8147861)) - GH-1403 Automatically set disable-replay-opts when SHiP enabled([`bc56f3c1`](https://github.com///commit/bc56f3c18ab748bc8c63b31cbc434928031c56ce)) - ([`47d20a41`](https://github.com///commit/47d20a41ea500141600772758399005b8e664722)) - ([`c1b086bd`](https://github.com///commit/c1b086bda53f493f1cb017a3545ed06814fd62c1)) - ([`4b9eaa84`](https://github.com///commit/4b9eaa843fd98c86f35fa69e9743ab107d3545f5)) - Simplify dependencies as suggested in code review.([`8b172f53`](https://github.com///commit/8b172f53da00f3ac621a741bd721d4154e1976a2)) - ([`1e1644d1`](https://github.com///commit/1e1644d1ef8540d60502365667a8b311c35e09a1)) - Update README.md so we don't suggest making system-wide changes.([`8fde6009`](https://github.com///commit/8fde60098fcceb1213d7c0f8d4e08e144f9dc986)) - Update README.md now that we default to pinned boost version.([`ed6fba35`](https://github.com///commit/ed6fba35bbec4d8a7ba83f3b2ca3cb1cce0bef14)) - Update README.md([`b6717641`](https://github.com///commit/b671764158da4023ac174b9913044f9eba37fabf)) - Use gcc-10 on ubuntu 20.04([`932a1c0f`](https://github.com///commit/932a1c0f073e859660c7259eeaf5269cc09447ef)) - Update C++ standard in `EosioTester*.cmake.in`([`b6d737dd`](https://github.com///commit/b6d737ddb8e29f2a117074438f08e9cf0d36e76b)) - Update C++ standard to C++20([`1f512114`](https://github.com///commit/1f51211475c40b5af9d6e15c82e7f7247117dbdf)) - ([`2971a61f`](https://github.com///commit/2971a61f9076913e03389480d37b07a07f4b9129)) - Update comment in new abi file([`5d1bb30c`](https://github.com///commit/5d1bb30c6dfccc572a3394586c3a8f503196247a)) - ([`2149f204`](https://github.com///commit/2149f20463ad45bd1e5bb5453b61063677e4cfe8)) - Add section in `tests/nodeos_run_test.py` to verify that exceptions in http_plugin are caught.([`9792b2fa`](https://github.com///commit/9792b2fa0b3aeb556f12fe238a172336e4ec959c)) - Remove duplicate test.([`3196fd7d`](https://github.com///commit/3196fd7d9f7d4614fb29b81eadf75b8f75c25c0d)) - ([`513d5103`](https://github.com///commit/513d510353b42b7e94f572d8dddb55231b8a6110)) - Catch exceptions when calling `http_fwd();`([`70442b3d`](https://github.com///commit/70442b3da995bd3dd344083aec6bde4103f55c37)) - Use more generic `cmake-build-*/` exclusion([`b8397b9c`](https://github.com///commit/b8397b9c034821cfba67565e0c3d9945d302e8df)) - Ignore generated `snapshots` directories([`c4eb5154`](https://github.com///commit/c4eb5154c29532277c26fade9089ca819f0877b6)) - ([`f1642495`](https://github.com///commit/f164249588b12374ce0626665bd064d702fad9fa)) - ([`bf128544`](https://github.com///commit/bf128544a064e33de71208d45a950de3a0af0766)) - GH-1457 Remove *.s([`f7981c0d`](https://github.com///commit/f7981c0d4f7eea462d8087a5768c4b24947a48a3)) - Add clangd .cache directory to .gitignore([`2cc25339`](https://github.com///commit/2cc2533940206cd3ea46f007f9d41cde45f2b62a)) - Another unneeded rule([`296e771a`](https://github.com///commit/296e771a7e05f5493730aaabfa81dab1ac77227a)) - No need to have `*.cmake` in our `.gitignore` file.([`1ed42786`](https://github.com///commit/1ed4278610652d841a541f7565f4ef14f56681c8)) - ([`4fd572c8`](https://github.com///commit/4fd572c84bd50fc28d685c765b54fdf0128c24b0)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1418-transport-main([`daaf684b`](https://github.com///commit/daaf684bcf0461c945c46c61fca9ef7f33b11eda)) - ([`9b202b21`](https://github.com///commit/9b202b218943035f1d76964ee7396607bbf2343d)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1418-transport-4.0([`b3ad8bf7`](https://github.com///commit/b3ad8bf7ece811e6bff92c31700b06d04b26331d)) - ([`e0ee8abe`](https://github.com///commit/e0ee8abe434213f5b3a69455dd013da3651029a7)) - GH-1418 Ignore error of remote_endpoint([`7ec90bf6`](https://github.com///commit/7ec90bf63f0807b4b0345a36fe59c887436ebbe7)) - ([`6ab7c918`](https://github.com///commit/6ab7c918ce6fc8b99d3ed0141bddf8e1ee6917af)) - Merge remote-tracking branch 'origin/main' into oc_llvm_c++17_only([`66c30453`](https://github.com///commit/66c304531b349edef9cefa5f3552b095b0f39d14)) - Force c++17 on files that use LLVM([`fcfd72f8`](https://github.com///commit/fcfd72f80f2278dc0d70d6250ca221f050d9de09)) - Update to lates eos-vm([`20c96c99`](https://github.com///commit/20c96c99df399e1834b20807320f864c105d8352)) - Track eos-vm latest commit([`de1aa758`](https://github.com///commit/de1aa758e346df3d569f24d863017a32b76a8995)) - Update Leap to parse WASM code only once for JIT([`98c5a814`](https://github.com///commit/98c5a81469d951c55308b94f138942ee1739f672)) - ([`854fbd21`](https://github.com///commit/854fbd21c4403306a1da7e87f702a1d407edc91e)) - ([`7cd34487`](https://github.com///commit/7cd3448718a05a7ca509f362184ef03ed50aefc8)) - ([`585a7a3d`](https://github.com///commit/585a7a3d2f3a5c94ec77a90fc44f4e0e517aa984)) - Update to asset-artifact-download-action@v3([`0499a973`](https://github.com///commit/0499a9739c8409917ac2160dba98b307a13ce031)) - ([`8a3f43cf`](https://github.com///commit/8a3f43cfe90c3c7a42c328512f89c102f888715e)) - GH-1446 Do not print version and non-default args when nodeos explicitly asked for help,version,full-version,print-default-config([`506747a4`](https://github.com///commit/506747a41a4c8d5d0ab6c2ce9fc3c4d650c335ce)) - ([`98733ab3`](https://github.com///commit/98733ab3bd35cc1b61e460662bce938bf0d914b3)) - GH-1417 Remove unneeded line([`012eda1d`](https://github.com///commit/012eda1d81ec0fa921a13c3fc0551bec9f91981f)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1417-blk-idle-main([`6e752d80`](https://github.com///commit/6e752d80dae4e88ef3434dba59cc3d165ad82973)) - ([`e82c245f`](https://github.com///commit/e82c245f66c07dc3fbcfaebb2d1272dae6cc1e4f)) - GH-1417 Fix spelling in comment([`c669aea5`](https://github.com///commit/c669aea5d66b7eb43f966b02945ef687d919b6d5)) - GH-1417 Explicitly track other time. Add pause/unpause for when in read window.([`1cc213bc`](https://github.com///commit/1cc213bc9fc84622f676900fd16a8ad71432e8f6)) - GH-1417 Add back in counting of trx in start_block missed in the refactor([`c9f0ff7c`](https://github.com///commit/c9f0ff7cfa05aa49f809b27485ad7e44359a2761)) - GH-1417 Guard against double accounting([`56124be4`](https://github.com///commit/56124be461dbfa9a63c046de2b09fc62dab220ee)) - GH-1417 Refactor block_time_tracker to use RAII for simplify use.([`144f99f5`](https://github.com///commit/144f99f57be68bcf39a9d6459437974f681d7495)) - GH-1417 Better track trx idle time and block time tracking. Also add producer to Block time report.([`8d09101f`](https://github.com///commit/8d09101fcaaac51ce8dae33c0650028e3fabd612)) - ([`ee027a7b`](https://github.com///commit/ee027a7b6f1050b1a601271d85a2164cf43f13db)) - ([`b9ff7990`](https://github.com///commit/b9ff7990b36bef4a89f74ee346304e84ea97f777)) - ([`172eb8db`](https://github.com///commit/172eb8db2443a56ea494eefa502ebd0e6aece1c8)) - ([`501056f8`](https://github.com///commit/501056f8420187be87b01af8a853970b7f6d2490)) - Extend auto bp peering test to include p2p-server-address args.([`31f38898`](https://github.com///commit/31f38898e752e30ccad0e8aaeacef2ccd94566a8)) - Add test to verify nodeos can run with p2p disabled.([`4a4875ec`](https://github.com///commit/4a4875ecba277668e81f3397541d48cc1a38aeef)) - Revise net_plugin p2p-listen-endpoint parsing for readability.([`2f55f154`](https://github.com///commit/2f55f154ca812fae5a2a2c697e014962c97ce620)) - ([`374f8a34`](https://github.com///commit/374f8a34c6b1c45c104e41cb5291bf69c7c6f8c5)) - ([`1bbb36aa`](https://github.com///commit/1bbb36aa795e69582f0e800f6db57bb083ce0a19)) - Expand description of p2p-server-address option and normalize language.([`a4f93999`](https://github.com///commit/a4f939990ee55bd7f190f5b4c654f0fb23f0aa2f)) - Add p2p multiple listen port test and new fields to connections API([`3c10138c`](https://github.com///commit/3c10138c25d6797337e3039d1ad3d695c600c5f6)) - Rename connection's p2p_address to listen_address.([`4d71d2aa`](https://github.com///commit/4d71d2aa0792420e9046331f62a0295081a2824b)) - Set p2p_address for outgoing connections as well.([`db93c63a`](https://github.com///commit/db93c63a57cdcfd1e8f37de9e69528bbbbe0101d)) - Restore running nodeos with zero p2p listen ports.([`1c811665`](https://github.com///commit/1c81166570655840918aea5e8167a1dd3f7935a0)) - Move post of timers outside listener post loop.([`d5fdd64a`](https://github.com///commit/d5fdd64a0d0d0b24276bbdae3696b8cc70e4a4ea)) - Listen on multiple addresses for net_plugin p2p.([`3a7c0720`](https://github.com///commit/3a7c072015d9fd848ea2c9d95c9897acd40ac9bd)) - ([`a2209af2`](https://github.com///commit/a2209af24d5ba00a33a8463fb2d49dfc39cc886d)) - Don't build leap-dev .deb package by default([`553a09d9`](https://github.com///commit/553a09d905f1e9d00fe8b614ceb9cae248d3ad16)) - Update `appbase` and `chainbase` to tip of `main`([`cf2b9049`](https://github.com///commit/cf2b9049adbc9a889a9646a6a0926b4955043d38)) - Remove `file` from `package.cmake`([`f9e61888`](https://github.com///commit/f9e6188892e9e9b5b5a41c380378a4f117f296f9)) - ([`e6f4e559`](https://github.com///commit/e6f4e559560112a3fc8de315271445ab434aa6f8)) - ([`f2bf431a`](https://github.com///commit/f2bf431af3f28f5feba676a4fdae362f4df96025)) - Remove again `ubuntu-dev-tools` from package.cmake([`a8b17a2b`](https://github.com///commit/a8b17a2b2ceb9ea43a0cd80f51b29f7cfb32b6f9)) - Exclude test directories from `boost/tools`([`8332a802`](https://github.com///commit/8332a802f0a0fd6528e4cf0903afc2754773b3cc)) - Simplify exclude patterns.([`4977b08a`](https://github.com///commit/4977b08add7c6155de7971487787dc405f5dcbd6)) - Add `ubuntu-dev-tools` back.([`2f249640`](https://github.com///commit/2f24964035d4015dd52c577baaec0070b2826c17)) - Update package list in `package.cmake`([`6a512909`](https://github.com///commit/6a51290961f7656e17b0c9d768f60a5a4c230eae)) - ([`6d64f306`](https://github.com///commit/6d64f3063c9d307aeb4957118562e61d0bbc6fa0)) - Update package list in README.md([`60eabad1`](https://github.com///commit/60eabad15e9a980b515c040baf107f85edf1f83b)) - Use `file` as a dependency instead of `ubuntu-dev-tools`([`2d6aff43`](https://github.com///commit/2d6aff43d1995b2828fa28ae8021207364665771)) - Update exclude patterns in install() for dev package([`8537bd3e`](https://github.com///commit/8537bd3e718c8285e7aa6d75ca0598963983a2a3)) - Cleanup exclude patterns in CMakeLists.txt.([`5780dfef`](https://github.com///commit/5780dfef1ad155704f120636acdeea5bf68c6a7d)) - Some more exclude patterns to make the dev install smaller([`6c2040a2`](https://github.com///commit/6c2040a289fe1b985bc5c3bfbbae56c0318abd5b)) - Another attempt at filtering testwave([`6eb19aad`](https://github.com///commit/6eb19aadb93371791b6c6adb971c03ff85b3cac8)) - Again remove `python3-distutils` from docker files([`0323a206`](https://github.com///commit/0323a206c04f620d9322501c48cded571c988a2b)) - ([`8c63064e`](https://github.com///commit/8c63064eb0b9c27224012c11edf3099137bd0188)) - Try again to not add `testwave` to the deb install.([`60ef3a91`](https://github.com///commit/60ef3a9153f0f4f6a160c7d319cb88c7c99d43f6)) - Exclude `testwave` (and other unnecessary files) from boost install([`0e364bee`](https://github.com///commit/0e364bee8bae2c61f79a19b086f568bf2ae5b394)) - Change checkout action to `submodules: recursive`([`4c7fb728`](https://github.com///commit/4c7fb728cf644eb4a84cfe1221d9cd6f69c60754)) - Move boost to `boost-1.82.0` tag([`89ff1f49`](https://github.com///commit/89ff1f49e174b35dd4698a18827eb7c9973ff336)) - Switch to using boost from `boostorg` instead of `AntelopeIO`([`feb9b29f`](https://github.com///commit/feb9b29fe72ed001239bece41c66d1ad4d413704)) - Revert last commit.([`0de5ba1e`](https://github.com///commit/0de5ba1e705362ae0ac6ae01200548614530c657)) - Removed `python3-distutils` from docker images.([`b2b0af01`](https://github.com///commit/b2b0af01ad07eb5b5c9513f09c25825c2b47a640)) - Don't need the `IF(EXISTS @CMAKE_SOURCE_DIR@/libraries/boost)`([`27a8f53f`](https://github.com///commit/27a8f53fc8b75da9fe030ef9e2a7c35c1f0f96ae)) - Remove unused `BOOST_VER` variable from `scripts/pinned_build.sh`([`07c9402c`](https://github.com///commit/07c9402cc7f51961dd421749c0dafc14b2476caf)) - Use `python3-distutils` instead of `python3-all` in `package.cmake`([`344c4ff3`](https://github.com///commit/344c4ff328d22fae16d6d95431e3d3b033fc0536)) - Remove unneeded `find_package` in `libfc`([`4b7abd0b`](https://github.com///commit/4b7abd0b284b717a9b838ed223102026f09fd612)) - Update readme([`a3ce6d56`](https://github.com///commit/a3ce6d565941cf4ab7f823fb0c20e0fbd8ef055f)) - Install `python3-distutils` instread of `python3-all` in our containers.([`82ba8aa0`](https://github.com///commit/82ba8aa055c01e0446b089b8e224d1b22b25e726)) - Use `python3-distutils` instead of `python3-all`([`ae0d542b`](https://github.com///commit/ae0d542b5f7eab7fb08642b98b9b103336a0a816)) - ([`dfe1e041`](https://github.com///commit/dfe1e04164563fee162468a0fa13c5956ecf30b4)) - Move `COMPONENT` before `PATTERN` in `install` command.([`4483aedd`](https://github.com///commit/4483aedd305e62999c807b79f882fb737e32b649)) - Cleanup changes and remove `.git` from boost install.([`877799a9`](https://github.com///commit/877799a998bc450a7e1d7f98ac712cdf73267f60)) - Add missing packages in debian install.([`0a177a99`](https://github.com///commit/0a177a99359a1d27506542528a2128d7910a6235)) - Fix names in `.in` files.([`0910fdc1`](https://github.com///commit/0910fdc1147e9af473d8b9ab9a66ee2622a1e5ef)) - Use boost submodule organization always.([`91b96a0b`](https://github.com///commit/91b96a0b35c10059c1470af6b18daa3b30b0e998)) - Remove boost version specification([`b4bc63e6`](https://github.com///commit/b4bc63e67e48a0b218756a648fa2e3be70e554d5)) - Update `EosioTester.cmake.in`([`eb0282eb`](https://github.com///commit/eb0282eb969394fa916519e935136b4f55bc035c)) - Update `CMakeModules/EosioTesterBuild.cmake.in` to support installed boost([`fe1faf86`](https://github.com///commit/fe1faf8672b8ace12b86c18f98caffc4d6431b6c)) - Add `python3-all` to `.cicd/platforms/ubuntu20.Dockerfile`([`28a47da3`](https://github.com///commit/28a47da37001003fe5cb76e57aca1a5a731a7c0f)) - Add `python3-distutils` to `.cicd/platforms/ubuntu22.Dockerfile`([`158bd75c`](https://github.com///commit/158bd75cd03908f8396f9863cf5d6ab606b44eb9)) - Add `python3-all` to `.cicd/platforms/ubuntu22.Dockerfile`([`3204110e`](https://github.com///commit/3204110e5ad11ee0e76078a5cda416a8925dc409)) - Whitespace change([`6ce21266`](https://github.com///commit/6ce21266aa9e9ef394c8cf81742616adc9a6d960)) - Add `python3` to command.([`53228de8`](https://github.com///commit/53228de8d2df05bd273bdf4fdf22ea8f653d8485)) - ([`3a6fb0ae`](https://github.com///commit/3a6fb0ae5761a1c3bb5d459ce532b8a5d2570ba7)) - ([`b0f0cae7`](https://github.com///commit/b0f0cae797b422edef1bf4de6bdaafdc06259d02)) - Update appbase([`ea713172`](https://github.com///commit/ea7131725813f2f3e2dc0d39f1608f67fe630c02)) - Add boost to install([`ffcd97e6`](https://github.com///commit/ffcd97e6cf1aed6698e522fe1a359951249f466a)) - ([`9019b7bc`](https://github.com///commit/9019b7bc509cf7d7626736dadfba134962ff762a)) - Remove outdated `libboost-all-dev` references.([`14c34413`](https://github.com///commit/14c34413416c16daeabfdcd93ed708e169e1bec6)) - ([`4ea42173`](https://github.com///commit/4ea421730d78957b115d005b6fcf2387c693faa9)) - Move boost `add_subdirectory()` to the libraries `CMakeLists.txt`([`a93484ee`](https://github.com///commit/a93484ee9a9cce6a232d1599d97a0362e581d3a5)) - Whitespace change([`1ab33ebd`](https://github.com///commit/1ab33ebdd8f507b15d94973bb60dbdc4dfbbe48e)) - Update boost to tip([`127e0465`](https://github.com///commit/127e0465e56e9795b24120e7539227e63e75ee26)) - ([`352055af`](https://github.com///commit/352055af34e49140f2a2bdd243c9d0971aebecaa)) - Add boost submodule from AntelopeIO([`eae52736`](https://github.com///commit/eae52736b9150143e6f6aa86551d9a6f95302985)) - Remove old boost submodule([`8b4a1343`](https://github.com///commit/8b4a134316d35720308c2763c420fbb052c9b79f)) - Update appbase to tip([`e2550cf9`](https://github.com///commit/e2550cf9d9c40af5dedd570668a308796ac3a193)) - Point boost to AntelopeIO repo([`244c7d3e`](https://github.com///commit/244c7d3e52d7472d7a091f6774f41152dcff1438)) - Update appbase to tip([`11f71f82`](https://github.com///commit/11f71f8273e3d422735adc3d27e5dd37a510fcf4)) - ([`03d957f7`](https://github.com///commit/03d957f731f9f00b780a4e4b3c34c493246b643a)) - Add `ubuntu-dev-tools` to .cicd Dockerfiles([`5ca2421b`](https://github.com///commit/5ca2421b758cad9afdf12e9be96a3389b6e45da4)) - Update appbase to tip([`967e2178`](https://github.com///commit/967e2178270a4ec6a4fd0f5bc16ffb015d61ab9b)) - ([`eea5f30a`](https://github.com///commit/eea5f30a7fb7287a78681cf651ce49c08e19ceb6)) - Add package zlib1g-dev to dockerfiles([`0ee195e3`](https://github.com///commit/0ee195e398bbdac9634fa82e20832e0a27f1bbf2)) - Update `chainbase` and `appbase` to tip([`f7affe87`](https://github.com///commit/f7affe87a465a41e808ecc8e4e67c5261417820a)) - ([`d87819a5`](https://github.com///commit/d87819a584c77ca55476f50fca51050669202ade)) - Update chainbase([`a990d74a`](https://github.com///commit/a990d74a2965d7a4dae7c1166299c52611f549d9)) - Catchup appbase([`02011fb5`](https://github.com///commit/02011fb527eaa4f960f6415c639718ba3ffd2323)) - Fix build with boost submodule after catchup with main([`d43a7e72`](https://github.com///commit/d43a7e720eed473fc7d3bc8cba6bcd146184f124)) - ([`f7cf3be7`](https://github.com///commit/f7cf3be74f89e5d4a8889b50f2e6a86deb15ccc5)) - Removed accidental leftover([`3ca72151`](https://github.com///commit/3ca72151e430a9afd9dd2481c7fdb15f936892b5)) - Make tester consumers built with same boost as leap([`ee18ab5b`](https://github.com///commit/ee18ab5b88429cf236d4625d63503d4eadd8d3a5)) - Remove boost install from cicd docker files and pinned build([`04bcbdb6`](https://github.com///commit/04bcbdb6eb73785849c3e7c90e30eaeb2025013a)) - Update submodules branches to tip([`0ae02896`](https://github.com///commit/0ae0289621f0f5a528aabdcdf739fd91a5ec8651)) - ([`1a3088dd`](https://github.com///commit/1a3088dd5fe577b52e6499d42c8d90522335f2fb)) - Remove outdated comments.([`d22f340b`](https://github.com///commit/d22f340ba96e666459aa158c98b984e768b034e5)) - Leap builds with boost 1.82 as submodule.([`1cfbf0a7`](https://github.com///commit/1cfbf0a76971efe63c420e212574cba6b98d327c)) - Add boost as submodule([`9ff1ad40`](https://github.com///commit/9ff1ad40445b713ad3cd401af704c8ff7887fc78)) - Bump eos-vm to the merged commit for making wasm globals threaded safe([`a150f0b4`](https://github.com///commit/a150f0b415effab70c9e731b22beb83e11c721ec)) - ([`06ac1ba9`](https://github.com///commit/06ac1ba9f9412a173995ac3ab33f035986a69f21)) - ([`80682527`](https://github.com///commit/80682527df0ab218216b956b153eed93d15d563e)) - Set DEBIAN_FRONTEND & TZ globally during libtester job([`b784e141`](https://github.com///commit/b784e141d6846c5da817c93b5a7f54fea14e0803)) - ([`c114ab1e`](https://github.com///commit/c114ab1ef55e0416ca80c39a1a61979c5557fece)) - GH-1435 Re-indent([`632e728d`](https://github.com///commit/632e728d77604c0c643c29b36a4b0b24c310d151)) - GH-1435 Use auto([`a3c571d1`](https://github.com///commit/a3c571d14dee13bb1032ad9c822b1083af9e6205)) - ([`c25789ce`](https://github.com///commit/c25789ce002c11c2521f2fcf7ec71d6954c5e87f)) - ([`99c6c21d`](https://github.com///commit/99c6c21dfe56f7ebe8256921c2cac4850ceaf308)) - On cmake 3.22+ compress .deb packages via zstd([`3b45daaf`](https://github.com///commit/3b45daafc1f5043f7dce0a3df34605890d9aa130)) - GH-1435 Protect against accessing destroyed types([`ee7829dd`](https://github.com///commit/ee7829dd9f9d3584118f1c6295190704995fd944)) - GH-1435 Let scope_exit always do the app_thread join.([`b114f3bf`](https://github.com///commit/b114f3bf7d9d431b879aa4513f4f289ca643732c)) - ([`06a53140`](https://github.com///commit/06a531405f56a1507dc0eadba3013437d5e09ffb)) - ([`167baef1`](https://github.com///commit/167baef13745e6f2e7df863249e8e5f701657708)) - ([`bf824726`](https://github.com///commit/bf824726fc190efdd711202e99366b7ae88fd496)) - ([`6c56e5ec`](https://github.com///commit/6c56e5ecc2aca366ecfe85cb09396c3a3eacf0c6)) - GH-1416 Only update provided genesis.json if explicitly provided with values([`b3c9eba3`](https://github.com///commit/b3c9eba384f8311dd2bf5517c673322b6a5b49f4)) - GH-1416 Change default max-block-cpu-usage for integration/performance tests to 500ms([`17f2b2ae`](https://github.com///commit/17f2b2ae923bac6778a48ced7423f74964acd6ad)) - GH-1416 Change default max-transaction-cpu-usage for integration/performance tests to 475ms([`ffc80c53`](https://github.com///commit/ffc80c53bc83bc1a165e46664f688792eff47c1d)) - GH-1435 Only activate protocol features and process trxs when building a block.([`bc35fb5a`](https://github.com///commit/bc35fb5a1c2b68346ece0ab63d503f38574c236f)) - ([`8375094e`](https://github.com///commit/8375094e715337f9a1ec126b8463c9c113fe994c)) - ([`06551438`](https://github.com///commit/06551438f8d7c1a93ad369239472478d676fbc11)) - ([`68334d5f`](https://github.com///commit/68334d5f8ab79bc96098c2c7d7bb133a754e51ce)) - Add upgrade step back in.([`be358ce3`](https://github.com///commit/be358ce3d5b0f1f222e3063e32e27c7dcd24e8b8)) - Ubuntu documents apt-get install or dpkg -i as acceptable paths for .deb installs.([`9ff0583b`](https://github.com///commit/9ff0583b33259b965bd11f3bc228cd2a30e7c814)) - GH-1435 Capture exception on app thread to avoid terminate call([`bf6518b1`](https://github.com///commit/bf6518b1cb6c33d7bf16a6c9e5f5fdac17d490a0)) - GH-1435 Make sure app_thread of test is always joined to avoid terminate([`3b2227ec`](https://github.com///commit/3b2227ec9dbea7209bf63d7ff2f0a15b7422c1d8)) - ([`78c1b62a`](https://github.com///commit/78c1b62a76b37ac3531e526b8434c1ce54a451c2)) - GH-1119 Add needed include([`12528894`](https://github.com///commit/12528894f4486dab148822698a798375c6781b03)) - GH-1119 Fix initialization of wasm interfaces and usage in apply for multiple threads. Also add ability to disable tierup for testing.([`e8ca2472`](https://github.com///commit/e8ca2472860d90a01a3a027ff744702588f6d8ed)) - GH-1119 Move test_read_only_trx from producer_plugin/test to tests and update to set bios contract so wasm is used.([`9cdae108`](https://github.com///commit/9cdae1082cec699f3e76e2cd271b199e72aa65df)) - Merge remote-tracking branch 'origin/main' into GH-1119-oc-fall-back([`bd09a117`](https://github.com///commit/bd09a1174015f953da523ef01c36d0fe65b9bbce)) - GH-1119 Fix spacing([`150d817f`](https://github.com///commit/150d817f67f6bbd2f7224731b2b55294b3bacc05)) - GH-1119 Move include to source file([`70cd71cb`](https://github.com///commit/70cd71cb29ed8f88df574da6284d1693eee26634)) - GH-1119 Fallback to non-oc when oc not ready for read-only.([`b7de2af7`](https://github.com///commit/b7de2af761df6f61730d78fcddc8e987f072c336)) - GH-1119 Move impl into cpp file([`13b2db93`](https://github.com///commit/13b2db936551a25aa7189e2d57c9395a9199b5d9)) - GH-1119 Refactor to only have one eosvmoc which lives wasm_interface_collection([`056b0979`](https://github.com///commit/056b0979f73627a618bf1fb4908fa5d1eec9cabb)) - GH-1119 Add missing return([`99a71263`](https://github.com///commit/99a712632a461b59cb0c15d32aa16cdbe9937096)) - GH-1119 Factor out get_wasm_interface([`d3b775ef`](https://github.com///commit/d3b775efc4ee296fad153e7b38c3bf6cbe977454)) - GH-1119 Switch controller wasm_interface to provide composite wasm_interface_collection([`037efde6`](https://github.com///commit/037efde6163f17db0859886123f63eb4bb9c63b5)) - GH-1119 Remove unneeded fast_shutdown([`7080e1b7`](https://github.com///commit/7080e1b78e2f19c5b435ada879c3e7e805038178)) - Update eos-vm([`066e7853`](https://github.com///commit/066e7853f1e03234d096b383e758ab394f25eff4)) - Update eos-vm([`ea6793c7`](https://github.com///commit/ea6793c7e6ca777b14d9d18dac95713bdddd3a49)) - Update to latest eos-vm([`17f6d071`](https://github.com///commit/17f6d07175e2a5fda4f560447f97d08c1e86faf2)) - Update eos-vm version to make wasm globals thread safe([`6d5b70b6`](https://github.com///commit/6d5b70b6aabf76961e4a730bd2b0bb18de326cfa)) - ([`98bbe9d3`](https://github.com///commit/98bbe9d342a8521f3d751a9714802d1c87031d32)) - GH-1279 Use string literals([`81a3a773`](https://github.com///commit/81a3a773983b9b42bb739b89e1cfda9a0ababd5d)) - GH-1279 Update appbase to main([`73e6abea`](https://github.com///commit/73e6abea618f27ce921a6b61f1d5a48d85daa175)) - GH-1279 Print non-default options([`0d514c67`](https://github.com///commit/0d514c67a19123194303eae366880fbe5bfccfa0)) - ([`d243f856`](https://github.com///commit/d243f8569d5f8baf55bfb787a481530998a15d93)) - Add names to jobs for better UI experience.([`bfa16856`](https://github.com///commit/bfa1685672c865cc28152865a26113cfb19df98b)) - ([`b59fede2`](https://github.com///commit/b59fede2ba0c4e6ec799a7de1a40c23a4ebb4d77)) - ([`ac55419d`](https://github.com///commit/ac55419d8a4c497224ffe942cd7158266575fe40)) - ([`3807a62f`](https://github.com///commit/3807a62fc61a375b5c7bbe9842a0d13b557b7b9d)) - ([`c280508b`](https://github.com///commit/c280508b8a5981af9d44551e41e320df7d57699a)) - In the right order.([`a56efcdc`](https://github.com///commit/a56efcdc1adcc8e4a5b458e4c6dbbe352d1c56a3)) - Update max_block_cpu_usage and max_transaction_cpu_usage properly.([`ca4de7c9`](https://github.com///commit/ca4de7c9a2dc377ef77041ae6e698254c5ae31ff)) - Somehow put the wrong permission here.([`4e19e363`](https://github.com///commit/4e19e3636237596aab66de2f6fceabcf89e0cc3f)) - ([`c3db754e`](https://github.com///commit/c3db754e89d7f849c2ceccdfd8ce7651a7fbba53)) - ([`b338c045`](https://github.com///commit/b338c0452527a3c1de50c15010a422b97647ae56)) - Merge release/4.0.4 version bump([`2f5f5211`](https://github.com///commit/2f5f52116521348c519656827489025bd68cca9d)) - ([`7e1ad13e`](https://github.com///commit/7e1ad13e1e98b1e0703d0ea072b4fca5419cfdbe)) - Bump Leap version to 4.0.4 in addition to merging 3.2.4 version bump([`8aca2896`](https://github.com///commit/8aca28965a30ed664ed48716a9ab3f070693cf8b)) - ([`00b045ca`](https://github.com///commit/00b045ca2c3d66375eee8f196a7f9e9866bf2344)) - Merge 3.1.5 version bump and bump to 3.2.4([`3d8c4e34`](https://github.com///commit/3d8c4e345a728ec2d668ef16973eccb0baf6a6d8)) - ([`2bce4e64`](https://github.com///commit/2bce4e6407840dc2b2b171af57a4dec6010a08bf)) - Bump Leap version to release/3.1.5([`0821c7f7`](https://github.com///commit/0821c7f7e6aad1bbfb0ff1605bbf7acc10600207)) - Fix path to workflow.([`0da3e7b3`](https://github.com///commit/0da3e7b36eb4a4fa52dcc2db099711a026c91e37)) - Try to rework permissions to leave top level read, but pass write to build-base.([`495d6eab`](https://github.com///commit/495d6eab30fcde1b995c492a4d6bf4e698c299b1)) - ([`e0b3caad`](https://github.com///commit/e0b3caad3deca37613cbc5edfe6f18594fb09999)) - ([`a3b2b77e`](https://github.com///commit/a3b2b77eb5d4d4140052bcc8d70787922ab51de5)) - GH-1390 Use 475ms for max_transaction_cpu_usage to match value used in other integration tests.([`58b2e9e8`](https://github.com///commit/58b2e9e8a8478a34c8a7a92cf202ef670ea54743)) - ([`f93b7f7f`](https://github.com///commit/f93b7f7fdd2fe7db9b79ef39831dbb6a4fc87851)) - Update eos-vm to point to main([`273e378d`](https://github.com///commit/273e378de0fe953f4e04ff0728764f63d16fb1d2)) - ([`6558f995`](https://github.com///commit/6558f99515be7744d64f6467070007f0f22f797b)) - Update eos-vm to point to release/4.0([`2986df84`](https://github.com///commit/2986df849f239a75549337f918955414c639eaca)) - ([`6beea8a6`](https://github.com///commit/6beea8a61fcdabf26f0178cf79b3563f73be6423)) - Merge remote-tracking branch 'origin/release/3.1' into merge_memory_issue_fix_from_3_1([`6ec530e2`](https://github.com///commit/6ec530e2de23ceca718854441a68823c94ea89d4)) - ([`3e576c5f`](https://github.com///commit/3e576c5f929fbbbafc34819c5beb2da342dd472b)) - Update eos-vm to point to release/3x([`c8327b51`](https://github.com///commit/c8327b51bb164b6b81a2100464e215e3f87c85f1)) - A companion Leap changes for fixing WASM memory exhaustion([`7bcebcaa`](https://github.com///commit/7bcebcaa0f9794ff0a531def5b69ccf08346127e)) - Remove hardcoded org and repo and ref.([`477f62c8`](https://github.com///commit/477f62c85779a081bb4b5180ac55085f8cd5dfd4)) - ([`8eb51fc2`](https://github.com///commit/8eb51fc2b9c433006c0af1efa7f77aed1d1d995d)) - ([`0dad71d3`](https://github.com///commit/0dad71d3794235194da62515a051e15f5f043cd0)) - GH-1275 Signal accepted_block after it is marked valid([`df0791c1`](https://github.com///commit/df0791c1d09bf925450fe0367f867dbde28798a8)) - ([`d46a16a1`](https://github.com///commit/d46a16a105b5adfa4eca595e4d2fda0e75fa45da)) - ([`08c2b81b`](https://github.com///commit/08c2b81b512a43e3b12924d9299e944e3e575ded)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1383-ship-test-main([`925b6421`](https://github.com///commit/925b6421ce0d5418691bffe3286d2db7d603ad3e)) - ([`49212f09`](https://github.com///commit/49212f098bc1f1d4adcef0224986110653d494f4)) - GH-1383 Fix ship test to wait on correct transaction([`149f76b6`](https://github.com///commit/149f76b6c55587d098122bb47109c10221acfe48)) - ([`9469b563`](https://github.com///commit/9469b563746ccc37a2100b087ff3302dd03c7165)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1357-test-main([`8417aeca`](https://github.com///commit/8417aecafad8a70c3f110765662cfea7042100a7)) - ([`ef61b06a`](https://github.com///commit/ef61b06a227c5c56ca7c7228aac605ab9db7fc1a)) - GH-1357 Reduced number of generated trxs to reduce load on ci/cd([`19d99f59`](https://github.com///commit/19d99f5913a7a8e3a6be861c8e216bbd708887fe)) - ([`8b43915f`](https://github.com///commit/8b43915f95aae62ba765b6e34b2152323f0558f2)) - GH-1331 Replace boost filesystem include with std([`05a51534`](https://github.com///commit/05a5153470fe4f270bd397489694b8bf16c01203)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1331-slow-main([`a3a72818`](https://github.com///commit/a3a72818467d1dbc7233ba6764a981db1f51cbec)) - ([`cf29b356`](https://github.com///commit/cf29b356df7417aba36db813c987d96bbddea083)) - GH-1331 Remove unneeded include([`9e55f1ad`](https://github.com///commit/9e55f1ad0bfedecc9373eac53d26a6d5bea09aec)) - GH-1331 Use better variable name([`40d6b1f3`](https://github.com///commit/40d6b1f3e2cd7bb50b7ace71c183e11d162c0fbd)) - GH-1331 Use LogIndex for verification of index to log data. Simpler and faster.([`776d6757`](https://github.com///commit/776d6757153207c1fd5a1ac00957a2ca4a2498b0)) - GH-1331 Avoid copies for performance([`8651553d`](https://github.com///commit/8651553d8a40361d20c45ba65fd162043b1aa66f)) - GH-1331 Use std::map instead of flat_map as flat_map insert perf is terrible for large maps([`bb98e4d7`](https://github.com///commit/bb98e4d78de3bbc1fb076516f7c6064f0b6e5b6a)) - Convert build.yaml to use reusable build-base workflow.([`7be77cd7`](https://github.com///commit/7be77cd7450e0c4b64cf506500c2840c40426381)) - Give packages write permissions.([`cf7ae299`](https://github.com///commit/cf7ae29952238cd8c00f317e0ba18906efdb9fcc)) - Provide packages write permission for Build Platforms job.([`7df3af71`](https://github.com///commit/7df3af711e1e611b23384b6c245d40175a48b8a9)) - Inherit secrets.([`de40f8a4`](https://github.com///commit/de40f8a4bb456016cae2232728711b446d77206b)) - Needs to use this branch's reusable workflow for now, not main([`8044aa16`](https://github.com///commit/8044aa16ba9fc422a6f5924ae7abb9d68977fb1b)) - Try breaking out build steps into reusable workflow.([`4f158ded`](https://github.com///commit/4f158ded97d3fef70c16136fe98b237fb7514a4f)) - ([`1a3ef7da`](https://github.com///commit/1a3ef7da83900b746a973abe58a0ee6cd6bddb1b)) - ([`1b79caa0`](https://github.com///commit/1b79caa0b677bbee38501fcaa4cf17b5be53d2ec)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1354-deferred-id-m([`0c187620`](https://github.com///commit/0c187620281ffef32fc764bc968273033150395b)) - ([`9cada469`](https://github.com///commit/9cada469c2e91dd78e009f56fd5ee1200f9009f3)) - ([`923904f0`](https://github.com///commit/923904f0dd146961e44096e90cc5e951f5113013)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1354-deferred-id-4.0([`399ca84c`](https://github.com///commit/399ca84c93f936be5ce3bb412f1b32a2fb5d8582)) - ([`4c1226e6`](https://github.com///commit/4c1226e69cc24efecade673853bf8527ef840b07)) - GH-1354 Provide transaction_context trx id for trace since it can differ from provided packed_transaction for deferred trxs before replace_deferred protocol feature is activated.([`71ecec44`](https://github.com///commit/71ecec44f88c6a93a0d04dfb04cbf3a8880f00ff)) - GH-1354 Add test case for deferred trx id before/after protocol feature replace_deferred([`97aa4b80`](https://github.com///commit/97aa4b80316b9a615846ab266da942de062010be)) - ([`18617a50`](https://github.com///commit/18617a5044a0a68218a44bc4b7906f575046274e)) - No longer eagerly use tcmalloc if it's found([`a8f35c73`](https://github.com///commit/a8f35c73559b44f8080250e96ec16e5284581829)) - ([`189a6ac9`](https://github.com///commit/189a6ac9553a7ccd4ed42eb5adfbb77ec0ee1059)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1340-ship-main([`9570203c`](https://github.com///commit/9570203c98786c57735942e671ae2018e2ae4e9c)) - ([`f3afc81a`](https://github.com///commit/f3afc81a83d99037de797ab052cf98953b3c6d9a)) - GH-1340 Code cleanup([`0d7d2fd7`](https://github.com///commit/0d7d2fd798196e025fbf5a6a7cc35a5012060b9d)) - GH-1340 Make SHiP data available after a snapshot load even if no new blocks applied. Also do not repeatable send empty get_blocks_response messages but rather start sending first available block data.([`6c14f56e`](https://github.com///commit/6c14f56ebef17017381555e5841352e2b9c8b1a1)) - GH-1340 Add integration test that verifies ship delta data available immediately after loading a snapshot([`30161af6`](https://github.com///commit/30161af688df71d2d458d79281850ca077e46ed5)) - GH-1340 Correctly handle possibly missing prev_block([`633fda69`](https://github.com///commit/633fda695caa8e8f4f498e41a84634af35e41a99)) - ([`224ae213`](https://github.com///commit/224ae213fc7061a03f971db50b8f3775d269ef8d)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1349-p2p-conn-main([`446a752d`](https://github.com///commit/446a752dd9bd255319eb999bc2a54bae4bb7fdb2)) - ([`16608570`](https://github.com///commit/16608570ea0523c2f122812dca9d2587760ad28c)) - GH-1349 close mismatched socket([`59b0d087`](https://github.com///commit/59b0d08749ee864d0c431ca2f68a9147a03085a5)) - GH-1349 If socket closed, but close not call, call close([`bd7ff14a`](https://github.com///commit/bd7ff14a6136219ff2f9c902718d63e892dc7a83)) - GH-1349 Cleanup duplicate check([`d46d7e90`](https://github.com///commit/d46d7e903ad51bca5ec1584b12b1fd33525a5766)) - GH-1349 Close on async_read closed socket. Always shutdown socket.([`5a3cd673`](https://github.com///commit/5a3cd673e9ce8cd63fd1bb5df6fc522bb9cac34d)) - ([`507ec6ed`](https://github.com///commit/507ec6ed3714c953b4a3c3b10f329618a4e21b18)) - ([`9f194675`](https://github.com///commit/9f194675f4835e47a359b15982bd311eb642d746)) - ([`d4ed8003`](https://github.com///commit/d4ed800327db3742620bd7af6bab76618c7b3dae)) - Address PR comment and small cleanup in `safe_add()`.([`8b7f9f7f`](https://github.com///commit/8b7f9f7fafbde6dfc446e91341bbef79b732f38f)) - ([`0d486d30`](https://github.com///commit/0d486d3020a3909eecf22e692d3d499e281e46d9)) - ([`85c58ade`](https://github.com///commit/85c58ade3694ddcfdb09d102808ddc1c3aec6bc1)) - ([`e5325bf3`](https://github.com///commit/e5325bf3e781ea16cd0288daac0c76ca1af47d7f)) - ([`c456d178`](https://github.com///commit/c456d1783332e5bee22d0ad727f7bad6906a60c6)) - Update comments.([`f41ca848`](https://github.com///commit/f41ca84851ab6dddd8dcf241030f273a8ccfc48a)) - Address PR comment (removed change unneeded in backport).([`79885499`](https://github.com///commit/79885499da6f67e853cb833f90aa3bf6a05ddde2)) - ([`1111fee4`](https://github.com///commit/1111fee4bc07264994575e9a61eb68db311d6de4)) - Add a couple more test patterns.([`05fe45a4`](https://github.com///commit/05fe45a4e6b95058f4c632c5304c49bda4a9aed5)) - Add test case for using `std::optional` in abi type definitions.([`f1eb13a0`](https://github.com///commit/f1eb13a02d25c4373a5545640193af3123adfa6d)) - Update `abi_tests.cpp` to not enforce deadline in debug mode.([`93fe429b`](https://github.com///commit/93fe429bbc16bcc170de978bf791456a44660db9)) - Use value from `numeric_limits` rather than hard coded hex value.([`f9e91f19`](https://github.com///commit/f9e91f19bef6eb6b434a2d166d10afa6a140f035)) - Output flag marking empty `std::optional` in `abi_serializer::_variant_to_binary`([`86c38831`](https://github.com///commit/86c38831ff6ae1b5c8694f89a66b02fa9a4fbe45)) - ([`1ba4f2fd`](https://github.com///commit/1ba4f2fd0515538b7b6c5c87f8aebab027ee0b26)) - Merge remote-tracking branch 'origin/release/4.0' into GH-980-speculative-main([`e991b9ef`](https://github.com///commit/e991b9ef0d0f067d770e6f863b361dad49901bad)) - ([`d45cd968`](https://github.com///commit/d45cd96882b6c223c6096f07fd4e0c76eccc5b5f)) - GH-980 Update docs([`6dbe74c8`](https://github.com///commit/6dbe74c8921044ac7a05b32fc7781e45f6b568d5)) - GH-980 Removed deprecated from help for speculative mode([`d5d78a63`](https://github.com///commit/d5d78a6321f8ed0aa97f4b9ea79cf91ab6d1903e)) - ([`095e6bae`](https://github.com///commit/095e6bae351859b846b731a2982c7265f042f1f0)) - Creating a shell of the initial performance harness run workflow to be merged quickly allowing development of actual workflow in follow-on branch.([`8ae24477`](https://github.com///commit/8ae244771089e2901f0b501a0afc8cbdf2f48c48)) - Add `*.gdb_history` to `.gitignore`([`6dd606d3`](https://github.com///commit/6dd606d3dc27182aefd4cfccdc9fd05afaf16c54)) - Sanity check nodeos version.([`265ee66b`](https://github.com///commit/265ee66b539e54f0564f2d1b3129f7a7cedc95fe)) - Cleanup.([`b2b22ab9`](https://github.com///commit/b2b22ab99063086e801c4d42ed3a4cb9618b37e2)) - Working to fix install of leap deb pkg.([`bc46133e`](https://github.com///commit/bc46133ef840b502ca725ff8fe6fd4f4a621233b)) - Install the leap deb package to bring along dependencies and then use those nodeos and cleos versions.([`b7dea9bf`](https://github.com///commit/b7dea9bfde2dc023b71229ebd877d7ff61cd7acf)) - Try removing workaround, as it shouldn't be necessary here.([`cb447c57`](https://github.com///commit/cb447c579dfaba041661200e936849c1ebb0ad89)) - Try reducing steps using regex for deb name matching across versions.([`c63042bb`](https://github.com///commit/c63042bb93291c44fda1933a6fe7c8321e91631f)) - Collapse perf tests back into regular expressions to simplifly and reduce future maintenance([`800a37e6`](https://github.com///commit/800a37e6055f73001c4ad496dd64b32126ec941f)) - Shouldn't run read only tests in if < v4.0([`ff1a8376`](https://github.com///commit/ff1a83761f119f9f50122cb30ef60830294e0633)) - Fix multiple if statements in steps.([`8cb771a7`](https://github.com///commit/8cb771a710071fb0b7d4aa8e02e158fb02cb2fae)) - Read only transaction feature support was added in 4.0, remove unsupported command line options in earlier versions.([`e6ea54b8`](https://github.com///commit/e6ea54b81755195cbfaf7a949909782488d08572)) - Read only transaction feature support was added in 4.0, don't test in prior releases.([`441f5d30`](https://github.com///commit/441f5d308c089690e3179d4f623ddf6db1f1c1a6)) - Use full nodeopVersion.([`3a0960e0`](https://github.com///commit/3a0960e00441f6e0a820009bc142b08d52cd84f9)) - Make sure to change to the build dir.([`ea37b697`](https://github.com///commit/ea37b69738f18e79d5ff10eeabde0d3a4ee446e0)) - Always run test scenarios.([`5499dd01`](https://github.com///commit/5499dd010eccdab793d85829dc0e9aa395f99ded)) - Revert "Split test scenarios into separate jobs."([`58b0f328`](https://github.com///commit/58b0f32894305ed7d655e61da5a93cb1b2f0ea16)) - Split test scenarios into separate jobs.([`d42f0e78`](https://github.com///commit/d42f0e784a761f958b0ce65313de9383d5857104)) - Give tests a little longer to complete.([`91cf4db3`](https://github.com///commit/91cf4db380214cebaa3fdcde7aa99f71cb76a53d)) - Add regex flag to ctest.([`99d23168`](https://github.com///commit/99d23168bae18eef23cb36c270e278922da30cd5)) - Tests not found - move change dir build into first test.([`258fefc4`](https://github.com///commit/258fefc41d0843389941df191aea419484011a02)) - Split up tests into individual runs.([`a2aa513e`](https://github.com///commit/a2aa513e467ae793e33e3be81e6633c5f97c7c6e)) - Use low-tier for longer run time([`cd692656`](https://github.com///commit/cd6926567c70092b9bec8b646fee93ace0b8d546)) - Do not run tests in parallel.([`2e90e39f`](https://github.com///commit/2e90e39f7998f83ae946e62878eeec5388fb2447)) - Missed the extract step([`3a720421`](https://github.com///commit/3a720421e08ee7ebc52bb5c9199351cb795aa40b)) - Try to placate different version artifact naming conventions.([`f848de5b`](https://github.com///commit/f848de5bd61cbaf5b35eb98a84de1be99e217dec)) - ([`c42f25b9`](https://github.com///commit/c42f25b914c4aab2f8daf6bd9502e5f5a3d84905)) - ([`762c074d`](https://github.com///commit/762c074d1c5598ade1809a5f153cd9d5c7fd8903)) - Create workflow to test backward compatibility of performance harness with prior leap releases.([`fe053323`](https://github.com///commit/fe0533236dcd9b3ec51f17a9dafcc7936d1c067c)) - Creating a shell of the initial ph_backward_compatibility.yaml workflow to be merged quickly allowing development of actual workflow in follow-on branch.([`126b62db`](https://github.com///commit/126b62db68154cf1e50549d1eb83fe0a13620f9d)) - ([`aed53c00`](https://github.com///commit/aed53c00bcac722425947843b2a6c486c87f8399)) - GH-1251 Remove chain::config use from eos-vm-oc([`f51599cb`](https://github.com///commit/f51599cbfa630755496eb3d5fc687cca90ddbcbf)) - GH-1251 Remove MRU, just go with FIFO([`9cdcef8d`](https://github.com///commit/9cdcef8dcb81e095ec780cb07ad8d20ca19857df)) - GH-1251 Use multiindex, process in order of last used, prioritize eosio.*([`57a1d719`](https://github.com///commit/57a1d719e8199efa09569ef3ede9637c1dc394ee)) - GH-1251 pass by reference([`fec0a7a8`](https://github.com///commit/fec0a7a8794620482ee77e258c9b7c37e9089e19)) - GH-1251 Use deque instead of unordered_set to process contracts in order. Prioritize eosio.*.([`0997826d`](https://github.com///commit/0997826de8c315c155deaebd96f15471d234ff14)) - ([`91d192bb`](https://github.com///commit/91d192bb69b78f1ebba5bf546171ef088b250360)) - GH-1251 Fix tests to not destroy temp dir before controller which uses it([`cd744f50`](https://github.com///commit/cd744f5052681bf6f5ce02a406b53836b5e095b3)) - GH-1251 Add comment that log statement used in test([`7c43e006`](https://github.com///commit/7c43e0064a22f2866f1975bf5f42c1e46799076a)) - GH-1251 Restore #ifdef EOSIO_EOS_VM_OC_RUNTIME_ENABLED removed in refactor([`a8f20ceb`](https://github.com///commit/a8f20cebf41e5b0706616d9defd13e5de95a3027)) - GH-1251 Remove improper check for vm_type::eos_vm_oc([`b260447d`](https://github.com///commit/b260447db5ffe479898eb3dac307c60504e8250b)) - GH-1251 Move setting of eosvmoc_tierup outside of loop([`774fd211`](https://github.com///commit/774fd21156a27e9983cf67ff2da5de0d84359873)) - GH-1251 Support case-insensitive options([`975ad134`](https://github.com///commit/975ad1340cd3fc04a8b46edbf451df810f813027)) - GH-1251 Update auto description([`da236cbd`](https://github.com///commit/da236cbd46f0cedbe3240b5430ae762d7dae92fb)) - GH-1251 No need to link to boost unit_test_framework, using header-only([`d373b1db`](https://github.com///commit/d373b1db520952e1187591e54639d3927ed08886)) - GH-1251 Use eosio.token as eosio.system contract can not tierup in time to be found in logs on slow ci/cd machine([`6008c728`](https://github.com///commit/6008c728927f524e06a6d77463c5a5c165190c18)) - GH-1251 Add integration test that verifies auto oc tierup([`dc00e24c`](https://github.com///commit/dc00e24c98f08fcceca58b6cf51e288c3e49f779)) - GH-1251 Add is_applying_block() method([`d4ee46b7`](https://github.com///commit/d4ee46b7a12c0202b761cfb71bea4798e73e1f7d)) - GH-1251 Address peer review comments([`98e3b81c`](https://github.com///commit/98e3b81c21b97386f08a714bcbceab37de34db07)) - GH-1251 Add additional comments([`87067384`](https://github.com///commit/870673840b94532ee2c07bb70d4b1a1b71182b02)) - GH-1251 Add additional allowed true/false alternatives([`8fc11f00`](https://github.com///commit/8fc11f0041f4c428aabf93c4d85aabe75d5228b0)) - GH-1251 Increase perf harness genesis to have 150ms max transaction time to match genesis used in other tests. This allows for setcode in slow ci/cd env.([`9faefa26`](https://github.com///commit/9faefa2629bbd932edc4f43231080f583ca838f9)) - GH-1251 Disable oc on producer when applying blocks([`f2123eae`](https://github.com///commit/f2123eae5bd500517c76e83163328cb9d2149b3f)) - GH-1251 Add initial implementation of should_use_eos_vm_oc()([`025bc22d`](https://github.com///commit/025bc22dbf4292f7d8024aa636138bf95a2f41db)) - GH-1251 Update docs([`1cc64a0c`](https://github.com///commit/1cc64a0cc3b53678acdd0bb2010404e5f77bc8ae)) - GH-1251 Remove unused([`23f6db5f`](https://github.com///commit/23f6db5f872d85e02e0db4b7a66a5ef2d539d6f2)) - GH-1251 Fix test([`360ffb5d`](https://github.com///commit/360ffb5d7f43807cf94393ddeb05b2977bd85fbc)) - GH-1251 Add prefix() method to name([`34fa470b`](https://github.com///commit/34fa470be05a7724415cdb95507730abc48179fc)) - GH-1251 Fix tests to be able to run with default of --eos-vm-oc-enable=auto([`e7f14066`](https://github.com///commit/e7f14066940a46a3d389e4e37579a55b572e2fe3)) - GH-1251 Fix failing tests([`c1673735`](https://github.com///commit/c1673735cc7b125687f7923e538fe00817caa18e)) - GH-1251 Refactor wasm_interface map into a wasm_interface_collection([`a05077a1`](https://github.com///commit/a05077a16b00b7b6824abe97fc0f699ef21292ba)) - GH-1251 Use enum for eosvmoc_tierup instead of bool.([`9229b349`](https://github.com///commit/9229b349b39dcba579df4a608c42a629b4d7ebeb)) - ([`8c64e081`](https://github.com///commit/8c64e081609e8570f30fb5d199fd42715ca243e7)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1302-docs-main([`01fc14a0`](https://github.com///commit/01fc14a013ca1d25eee7ee52773360569b364724)) - ([`58deb5b5`](https://github.com///commit/58deb5b51233d2263671e208d901029edf4c2f80)) - GH-1302 Add more info to help([`1d0aef60`](https://github.com///commit/1d0aef60c0b7e7c8772aaf3b0f66023cb342c2e3)) - ([`b27f0a0d`](https://github.com///commit/b27f0a0dae0be3a55104a24a5aefd7cb886baed7)) - GH-1289 Use struct instead of std::pair([`46037d58`](https://github.com///commit/46037d584079435b6b3386f75f4cd765972223e9)) - GH-1289 Combine head and head_id into one optional([`9012e7f8`](https://github.com///commit/9012e7f8f97a89a7ddaaa7ab64bd07ddbfe9ca86)) - GH-1289 Return std::optional for head_id to make it clearer when head not available([`3971ff61`](https://github.com///commit/3971ff6159b1a69c9c94101da4494e3ef660d2a2)) - ([`24f25112`](https://github.com///commit/24f251125d7c386947be98e993afd177107c0dce)) - GH-1328 fix merge issue([`1abee9ae`](https://github.com///commit/1abee9ae4904884adf31df77bf7008574dc1f650)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1328-p2p-main([`fededf19`](https://github.com///commit/fededf193fb8f1e3d7863fdd3e75573a85c54e62)) - ([`ef910f79`](https://github.com///commit/ef910f795352b44a3489554d220be6380a115777)) - GH-1328 catch_up notice_message has 0 for known_blocks.pending([`13196783`](https://github.com///commit/13196783d4ed8ad61fdb2d83c79ddfaa7a5dd5a6)) - ([`1a92c80d`](https://github.com///commit/1a92c80d35d6e4e220f823670bcf023c561225f6)) - GH-1176 Add --keep-logs option and do not clean logs on test failure([`e4aeee11`](https://github.com///commit/e4aeee11cc3075e95f2a3c0e1e8d1a8b52612958)) - ([`3bea7339`](https://github.com///commit/3bea7339e1c80b2d612db1d33a331e5d84b00040)) - GH-1244 Test cluster now uses defproducera as the producer after cluster launch([`9d1c6731`](https://github.com///commit/9d1c673188365ab41734d2dd83ce9ceac2ab136a)) - ([`716e2936`](https://github.com///commit/716e29363969b4b8b80db7b0288ec1f81720929f)) - GH-1244 Verify bios relaunch and add a pause between relaunch of relay nodes for a better test([`66b20476`](https://github.com///commit/66b2047686d9640d567f4cad95c4f6f23ba1101a)) - Make members private([`d4fb84ef`](https://github.com///commit/d4fb84efd1ec2eec01cd773f0b28306e5469faf5)) - Merge remote-tracking branch 'origin/main' into huangminghuang/ipv6([`168940e3`](https://github.com///commit/168940e3ec763e20c6ac9247f3436e4f683a81f0)) - ([`d5386423`](https://github.com///commit/d53864232f0621cdffeb014e71cea612866e1b28)) - Fix unused warning([`9e2bab5c`](https://github.com///commit/9e2bab5cdf4768f0106315ad97b024a3fef10135)) - ([`32e546cb`](https://github.com///commit/32e546cbf33879da4aabc2d600df6db32602eae2)) - ([`e3a160c1`](https://github.com///commit/e3a160c1c8b545003770901bb8c7587dd3c1fcf1)) - Use non-production node for transferring funds in voting test.([`237c2351`](https://github.com///commit/237c235114c3189f361e401c32366ce3ae628d38)) - Omit repeatable args from specificNodeosArg replacement.([`e8658534`](https://github.com///commit/e865853415a5df514e83c8d7961c163fea2020aa)) - Allow some specificExtraArgs to override existing nodeos args.([`5ecdf444`](https://github.com///commit/5ecdf44471be933141c88adf34d37953f675625b)) - ([`8e78347f`](https://github.com///commit/8e78347f4cb9af693fc5502966343de908039fc9)) - Use non-production node for account creation in forked_chain_test.([`7f479b7d`](https://github.com///commit/7f479b7d439454906daf33d299df6bdbd6d8c09f)) - Use retry node in under_min_avail_ram test.([`1ab17d06`](https://github.com///commit/1ab17d06f3700d3a7735d05df97fdb9c51d22c9c)) - ([`34d95e58`](https://github.com///commit/34d95e58dbe6eb2948d0c607319ad0b99a620b78)) - Propagate waitForTransBlock through to transferFunds during account creation.([`7bc12b19`](https://github.com///commit/7bc12b1948314a47902cee2b2b3a5676988c34a1)) - Add retry node and remove explicit sleeps from trace_plugin_test.([`f46e922c`](https://github.com///commit/f46e922cc741833e638c43a57b15c4c34d78ce27)) - Use default validation node in startup_catchup test.([`d8d46399`](https://github.com///commit/d8d46399e1437169d7e7e8ca83ab69beba25c1bf)) - Adapt cluster create account to use non-producing node if available.([`83c0bfc6`](https://github.com///commit/83c0bfc6afc5ed0a5659ce7799fbe55324dd274e)) - ([`5b00e059`](https://github.com///commit/5b00e0597f52d7cd6dda620b7918fe0474680d6f)) - Support --retry-num-blocks in regression tests.([`4abcae09`](https://github.com///commit/4abcae09c95936763c1f2bac0a4c4c570aae5ed3)) - ([`88377057`](https://github.com///commit/883770575fe907044a88c9caad863f67c0840dd3)) - ([`6e99273a`](https://github.com///commit/6e99273ac2c1c5fd03c5d302f488d9a3f37fce2e)) - ([`8f8da581`](https://github.com///commit/8f8da5813984365e3e6ffbc5a9905220a1e41e42)) - ([`3a47111b`](https://github.com///commit/3a47111bbb93218da339c929bef26456c69fdbcf)) - Revert attempt to add retry to transactions.py since all are read/write.([`607fe061`](https://github.com///commit/607fe061999196fdeb4f6ec4038fee486b4aaae2)) - Use retry-num-blocks where possible to avoid polling in tests.([`daaf76d7`](https://github.com///commit/daaf76d7f976246465b52c2d4a8ab2c44ce6f93b)) - ([`0b28380f`](https://github.com///commit/0b28380f405dcd421755299faa3d25dcf30eb2da)) - ([`929f84b9`](https://github.com///commit/929f84b9b50754e8343e7863c79efb19ebb33537)) - Update cdt target to version 4.x([`0861ef66`](https://github.com///commit/0861ef660a6d4ede8b53475c5456450ef4d1dd9a)) - ([`16bbbbea`](https://github.com///commit/16bbbbea3abbf898998797daa9b58cc10d25d275)) - Use option to diable SYSTEM_ENABLE_LEAP_VERSION_CHECK([`38439b3e`](https://github.com///commit/38439b3e69e1551683c45694f66743e513c54056)) - Currently eos-system-contracts 3.1 sets a CDT_VERSION_SOFT_MAX to 3, so update to compatible version for default.([`4c7772f0`](https://github.com///commit/4c7772f096ca6d7f80d24cc92fb59ae02997ab69)) - Disable leap version check to allow running with whatever leap is currently at.([`41bf136a`](https://github.com///commit/41bf136a6e8fe95cb881bc0b2404ec61e0c5ab39)) - Remove dash from json for jq.([`0b56986b`](https://github.com///commit/0b56986bba5fd9b9f850d0cd2e8fe6bf039b10b6)) - Add eos-system-contractgs override input.([`a3b84cec`](https://github.com///commit/a3b84cec5e7e9133eb3f3cf85e8ba482d6afaa1c)) - Add control knob for selecting eos-system-contracts ref. Defaults to release/3.1([`a44ca9b0`](https://github.com///commit/a44ca9b0cd45587672104ab95f5f41d7ba68bb14)) - Update to use eos-system-contracts instead of reference-contracts.([`dc990120`](https://github.com///commit/dc9901203e5948c3c976798019e57aa6bb19abbb)) - Add missing newline at eof.([`c419644d`](https://github.com///commit/c419644df9626d37965359adf8c624d872f5213b)) - Break version check out into its own job.([`fa5edb27`](https://github.com///commit/fa5edb27b3f519ebfadf1bd20f9ffdcd2b9c2636)) - Fix indentation.([`ec89e07b`](https://github.com///commit/ec89e07bb4cfa066f009f577b97c4a2235b0a00c)) - ([`26122578`](https://github.com///commit/26122578cb6e3d574ecf9b42384036d5730c9963)) - Add configuration knobs and defaults for cdt.([`fd18f945`](https://github.com///commit/fd18f945861d37932ca766a2220cb2c471a0dea6)) - ([`efbb4c63`](https://github.com///commit/efbb4c634f07d1eb1908ec8ecdcebf86b97305f7)) - Fix all-passing job dependency list.([`429589b1`](https://github.com///commit/429589b148338b03caf3fbe5bf40ed8be69030a6)) - Fix libtester tests name in all-passing job now that all combined in matrix.([`c106b231`](https://github.com///commit/c106b231880fa3effa8ddb095a964e7ca390b17c)) - Remove dangling close paren.([`1b78c4ab`](https://github.com///commit/1b78c4ab46137bfd6dfdfd6982e9451920435e58)) - Fix use of double and single quotes.([`ddc341a8`](https://github.com///commit/ddc341a8356ac118ed7452700ec055dc92f0f0f3)) - Try to combine 3 libtester test cases into one using matrix.([`481a958f`](https://github.com///commit/481a958f971741e8604e52ed900d92429e440806)) - ([`8ac0b690`](https://github.com///commit/8ac0b690d63179f3c4d94ac1e3045be71a07bd27)) - ([`1939c7c0`](https://github.com///commit/1939c7c0b18d9740bc27c8928c72fbba23ad4480)) - Bump to midtier. Remove comments. Make libtester tests required for passing.([`cb61f1ca`](https://github.com///commit/cb61f1caa85d6be7deaa2184dba3b792193ace6c)) - ([`969867af`](https://github.com///commit/969867af867ffef515ed030e03832bf1eea9a772)) - See if setting leap_DIR just once on GITHUB_ENV will suffice.([`9c0c1aa9`](https://github.com///commit/9c0c1aa906ce2a7ae57652e56c1878abfbcd5c89)) - ([`06373d2c`](https://github.com///commit/06373d2cfc59bdefb362e9af9259713c963306ac)) - Try single method of discovering leap dir.([`aa5ef2a6`](https://github.com///commit/aa5ef2a6688f39e291c06869a31716c6d4301cfe)) - Probably doesn't need hightier any longer. Move down to lowtier.([`4ec1aba9`](https://github.com///commit/4ec1aba9a6ee006e9360fceaf64045b62aae3c68)) - Try to install from cmake.([`f069ef42`](https://github.com///commit/f069ef42df2860ea749e796d97ccc6c693c18ee5)) - Midtier seems to be failing, up it to hightier and try. Fix documentation.([`da2e36fd`](https://github.com///commit/da2e36fd8db47ce2ccb7ed2ae1da77614b8703de)) - Use midtier runner instead of beefy.([`6ef42555`](https://github.com///commit/6ef42555d85a27448e4f24372242dd0ea8c4c02c)) - ([`86ad348b`](https://github.com///commit/86ad348b6ae70f161825c87a10c6264c46762d6b)) - Begin cleanup of build.yaml([`1a2f38de`](https://github.com///commit/1a2f38ded69e9c49bedeb3ab9d24e858445bfc10)) - Up the runner for the dev-install test.([`781bf348`](https://github.com///commit/781bf34868ca758302eb08a0f15aeba9ea8654c6)) - Set some env variables for install.([`4fb6c056`](https://github.com///commit/4fb6c05667b513503712eef276878ac66a78ac9f)) - Don't upgrade, just update list.([`cb707a52`](https://github.com///commit/cb707a526c2e3754fc61f20805d0d1ba666119ef)) - Apt reported as not having stable CLI interface. Try using apt-get instead.([`6eeb12b0`](https://github.com///commit/6eeb12b0caf28ee4165d18932c4eb6ecdd05ff3d)) - Move apt install step down to reference-contracts where it is required. Also install build-essential.([`213eff93`](https://github.com///commit/213eff9341e814dc34d93fa1aa41cfc76d5210ac)) - Run apt update and upgrade on base images before installing.([`d5bc5173`](https://github.com///commit/d5bc51732e5f806ee843c8bce0c207c762ad9655)) - Attempt to build up from ubuntu base images to check dependency installation in deb packages.([`cb18aea2`](https://github.com///commit/cb18aea20c912c2c526d9fdd63692bd8b6c55bd3)) - Try with lowtier machines.([`903a8d71`](https://github.com///commit/903a8d71e05903e197bc327e502d707065eff089)) - Fix path not supported for artifact download action.([`1b9a4a19`](https://github.com///commit/1b9a4a19785b8acd875621970dfde8ed80dcaf3a)) - Update dependency now that it is using the artifact.([`70d7fa04`](https://github.com///commit/70d7fa042204c96c505869850e578b4e2605065a)) - Try using clone and builddir combo for dev-install variant.([`3d1b7264`](https://github.com///commit/3d1b726450c765bf51aebab528c4a420f9654301)) - Clone leap to have src avail for build tree test.([`6265cdbf`](https://github.com///commit/6265cdbf06975d0753a41eae3800e5d618d3af9f)) - Move reference-contracts build into the reference-contracts dir.([`1e78934a`](https://github.com///commit/1e78934af6b0f84bf037347281436cb104d45765)) - Trying if the dir structure has to match that from the leap Build job when using the build archive.([`6f2ab3c5`](https://github.com///commit/6f2ab3c589b0c98af1d8bb12f6f42b01548ca352)) - Try adding CMAKE_PREFIX_PATH.([`2df60050`](https://github.com///commit/2df6005091bb2bdbef076d566d658b13268a57cb)) - Try specifying LEAP_BUILD_DIR([`d32f1f77`](https://github.com///commit/d32f1f77cd548b2791c2b877a7463db4ac014a57)) - Instead of bulding cdt from source, for this just install from deb package as well.([`756d884d`](https://github.com///commit/756d884d616e08d22b3f289210509f66a670cf59)) - Export the env variable in cdt build.([`0529db6b`](https://github.com///commit/0529db6b3d8051fab3660601e417a30fd6c5d142)) - Spelling correction.([`72702596`](https://github.com///commit/72702596d2b793cf4df487ed6a4b2b2b19d06ed4)) - Use github environment file and variable to pass env variable between steps.([`8c73690b`](https://github.com///commit/8c73690b01c9c94c7f6b0f3cc93de934f259e599)) - Env variables not carrying over between steps. Reset leap_DIR and cdt_DIR here.([`73f326f3`](https://github.com///commit/73f326f395454221ac86f940a206e1ff7c6cdde5)) - Install CDT from deb package instead of src build and install.([`ae03420d`](https://github.com///commit/ae03420dbac4fee2611641384fdcc8713aa36323)) - Still trying to get cdt_DIR and leap_DIR to work.([`61b3d2e4`](https://github.com///commit/61b3d2e494a3853ca176f7bd81b12d45ce497f1f)) - Try exporting lead and cdt dir to env variable for use in ref-contracts build.([`d055c409`](https://github.com///commit/d055c409ed52ad9c7632856dd0d6bf0526788013)) - Try install first then dev-install.([`8df02aa8`](https://github.com///commit/8df02aa8a31138d84bce70be779d4a0db36af48d)) - Double check dir structure([`a8d17679`](https://github.com///commit/a8d176796b00f693c5383ccda272967d5919719a)) - Double check dir structure([`60d62888`](https://github.com///commit/60d62888db008c2c33aa2e268cb621c877bd87c1)) - Double check dir structure([`33a44961`](https://github.com///commit/33a4496105844e6b15b8a392f26a8e0eb487458c)) - Use absolute paths.([`4635c6c4`](https://github.com///commit/4635c6c4a472bebdca61003f2bf3f46b59104436)) - Update archive listings before trying to install.([`f21cd859`](https://github.com///commit/f21cd8596014f7d1cb2902dd22200bb7645e1d2d)) - This job no longer depends on Build job.([`e32ee241`](https://github.com///commit/e32ee2413e3d08a8250d17c094337f9c52840c20)) - Install missing CDT dependencies.([`00640d79`](https://github.com///commit/00640d79fd42ddd2e4a8d0c28584f306b93a7fba)) - Upgrade to beefy machine for these double builds.([`d024d901`](https://github.com///commit/d024d9018c409667338e9b4ddf9a38665fd936a6)) - Install missing CDT dependencies.([`bde575ec`](https://github.com///commit/bde575eccc238c89091efbcfed39cbc921a966db)) - For make dev-install need to rebuild leap.([`3954d1ee`](https://github.com///commit/3954d1eec6fefa8934497162396faaae42fb9377)) - Fix expected dir structure for builddir([`36eaa0ae`](https://github.com///commit/36eaa0aef9154b2fac939d65e8139bd966894474)) - Attempt to make dev-packages for ubunut20 and ubuntu22 and update libtester-deb-install-test to use both images.([`82d03eeb`](https://github.com///commit/82d03eeb742029eac483baaaca6d8e37f67cd02e)) - Update build tool for using leap builddir. Fix/update build tree test.([`04d9410b`](https://github.com///commit/04d9410b9e6ab3628a3ee24009574c73f033caf3)) - Add libtester-build-tree-test([`a7d472f3`](https://github.com///commit/a7d472f3f225c63afff6048839b6654bc32303e9)) - ([`10d3cdd3`](https://github.com///commit/10d3cdd36a65d2f397abff8271cd2b7069f22b14)) - Add libtester-make-dev-install-test([`361d5a68`](https://github.com///commit/361d5a68b2a9f225218f1298240b96849c13cce9)) - Installed cmake doesn't support --test-dir so cd and then run tests.([`1b1909af`](https://github.com///commit/1b1909af1c2636f05de2ec1de1dcb2baf135de33)) - Use cached base image's already installed cmake.([`33c446c7`](https://github.com///commit/33c446c7087fc5f715dd03a30c6e1a590591e8e4)) - Add -y flag([`542b4e77`](https://github.com///commit/542b4e778ea626c380e8718fee1f001a6375c810)) - Try without sudo.([`52431b90`](https://github.com///commit/52431b90ccc27020cbbc329d06b722fb35fe4f44)) - Fix spelling.([`c9185d62`](https://github.com///commit/c9185d623a6b59ec533fd7ff37984d5c46e6e9b6)) - Gh-1104 First attempt to run libtester CI test from dev installs.([`850969e0`](https://github.com///commit/850969e0d172a36739bf7551e59bf80224f94c2b)) - ([`f1513d8c`](https://github.com///commit/f1513d8c0eb45757026b26e4c2ea02fd72350173)) - Remove ubuntu18 support in pinned builds.([`933c550c`](https://github.com///commit/933c550ce90c8b2e0e4eb38d44d1b04466ca1a56)) - ([`a6743e7e`](https://github.com///commit/a6743e7efbd83270868da411e99586e2fa2cf6c0)) - ([`546e37dd`](https://github.com///commit/546e37dd38569128fb8af49a27e66f3c9edf8e8c)) - Fix lost quotes in merge.([`67b43790`](https://github.com///commit/67b43790bb4c2c77cd59abbd93a6d551995710e4)) - ([`a3b6cfbb`](https://github.com///commit/a3b6cfbbd8194764c3e12931ff6da85efa06ba62)) - ([`2a13774d`](https://github.com///commit/2a13774d66da2b6f8a9faf4421d8762dc33f9b5f)) - Skip parallel tests on ubuntu18 (as done in build.yaml).([`b194862a`](https://github.com///commit/b194862aa26d53a7569c75ad27d322b6b7cd411b)) - Update artifact name that was changed in 3.2([`9e82b160`](https://github.com///commit/9e82b160c759fb71f5e162f63d22ed659aa2286b)) - ([`c74fde2a`](https://github.com///commit/c74fde2a27bfc310e4b52790d8fff772583663ca)) - ([`ed854f2b`](https://github.com///commit/ed854f2bbde8307c4f4d61efb3600e7a3adcc834)) - ([`e3976b8d`](https://github.com///commit/e3976b8dc1945ad11e3374614464905e1d6d6fb4)) - LEAP_PINNED_INSTALL_PREFIX knob to set pinned_build.sh CMAKE_INSTALL_PREFIX([`d6cd2c9a`](https://github.com///commit/d6cd2c9a7d3e6b24f3e03b2310e9e38bbcaffb2d)) - Use enf-x86-beefy-long runner([`02c43ca6`](https://github.com///commit/02c43ca656671772aab51a685ca5d612dcc20cb9)) - Try newly added self hosted runner for pinned builds.([`1ec98976`](https://github.com///commit/1ec98976b1eb197bd3d1f3dc0e8f551ab352f2ea)) - Simplify naming and path matching for artifact.([`93833b8e`](https://github.com///commit/93833b8e03d34a2af861919fbcc5da969040f9b7)) - Cleanup.([`ae2679e1`](https://github.com///commit/ae2679e164e8c70bb1fa4dea59f1a0e6e54ca4a5)) - Remove quotes from path for upload.([`0f25eaa3`](https://github.com///commit/0f25eaa33aff11a26dc8e2f614333c90a8f36fc3)) - Fix spelling causing issue with GITHUB_ENV. And trying again to get artifact name correctly.([`b7b4554a`](https://github.com///commit/b7b4554a18a77505699e29ad1a79f1232577826e)) - Not finding deb packages. check dir structure some more.([`20e59a92`](https://github.com///commit/20e59a92bc1f41b2966b63c246fd3d78d1356d63)) - Something is not matching up with expected dir or file structure.([`31fd1361`](https://github.com///commit/31fd1361aa6328de242dee6edb90397a2cb31efb)) - Skip wildcards in upload-artifact and capture artifact name with regex grep and store in env variable.([`449f3713`](https://github.com///commit/449f37133b077ad2df745a15b695f0bcedbe496b)) - Say yes.([`feeee5eb`](https://github.com///commit/feeee5eb8fe2afb11cfaff5a38367a37945d99b4)) - Update package lists first.([`32de87b1`](https://github.com///commit/32de87b1853645c3714ed240d34fb072c381a1e5)) - Need software-properties-common and a apt-get update to get add-apt-repository to work.([`78dd7850`](https://github.com///commit/78dd785035ef12c153495ce18cb39580cc02f7e1)) - Use single quotes.([`f4b39ea2`](https://github.com///commit/f4b39ea29eaffa3256bb87e1426428f7b416977c)) - Add conditional step to add updated apt repository for git.([`20f45e59`](https://github.com///commit/20f45e59230c23be5fddca470904179182a92829)) - ([`fc2166a4`](https://github.com///commit/fc2166a46d2e6058a190d25a5530f8f7a3aa5288)) - Have to have a job for github. Add temp job.([`39a5ba84`](https://github.com///commit/39a5ba846a24169558056504dc5570a1dcccc400)) - Remove empty jobs section.([`e4b28a78`](https://github.com///commit/e4b28a7854e52ed6aca5e9c61d4b6d0929a4ce7e)) - ([`e4819c35`](https://github.com///commit/e4819c35e1fd7439444ec540648bef29fea104fe)) - Not using cached build environments so removing this job.([`7b7027cb`](https://github.com///commit/7b7027cbee8fd589a2e694a06f9061e92787a23b)) - Add pinned to artifact name and don't upload dev artifact by filtering out in regex.([`74fb1615`](https://github.com///commit/74fb1615d8dfd97d2ca0ece3b7c8f90b59293855)) - Fix syntax and forgotten run command.([`5523010c`](https://github.com///commit/5523010cfd11f3a3ebf1a6767abfe4a430a52c66)) - Not using cached build environments so removing this job.([`7c106605`](https://github.com///commit/7c106605cc4ac138c3604c9fc659913a9e28cb4c)) - For now run on github runner.([`9047d117`](https://github.com///commit/9047d1175b29d4108b66cd6d64a1e397642139c5)) - Script already runs cpack, remove. Break artifact check into own step for easier removal in future.([`da6a0686`](https://github.com///commit/da6a0686390f1ac773b7eee833c795aba343e118)) - Initial work to run pinned_build script on base images.([`a8867430`](https://github.com///commit/a886743005619c0ae0f3c0fe0d214201aaba6210)) - Creating a shell of the initial pinned_build.yaml workflow to be merged quickly allowing development of actual workflow in follow on branch.([`0dbfb1a6`](https://github.com///commit/0dbfb1a6edd3eb9ff93ad108493a415ba357dfc9)) - ([`51902a59`](https://github.com///commit/51902a59ba030e5d888f093fcb726aec6342b794)) - ([`28f6e59b`](https://github.com///commit/28f6e59b3a174b3025f8cc4f88fa644b616eab44)) - ([`782ceb1a`](https://github.com///commit/782ceb1a5594e643b3736423fb6edd785700d8b7)) - ([`ec4918f1`](https://github.com///commit/ec4918f1151d19b91410f4b6d15186c85c89db6b)) - ([`f55097a4`](https://github.com///commit/f55097a439a43e6644ab79c90d586f6d2ce0960e)) - ([`76de72a3`](https://github.com///commit/76de72a3a9c34a785234c76c3b0320f71e3e824a)) - ([`5f763daa`](https://github.com///commit/5f763daa4c04c0ea0812ae8949c6b5b4918d9439)) - Remove comment as per PR review.([`c293d332`](https://github.com///commit/c293d332f729490a8723fc5fe7b80fa87aa14a17)) - Add `in_producing_mode()` and `in_speculating_mode()` members.([`2d3e7861`](https://github.com///commit/2d3e78619c33694b8398a875e75a25bfc9012913)) - Name/terminology update according to PR comments([`3e11f790`](https://github.com///commit/3e11f790c606bf07a8e31a8f13040bd7c1bf6100)) - Report transaction failed if trx was exhausted in non-producing mode([`41eaeef8`](https://github.com///commit/41eaeef80eee1ec2742eec72f09da427a31b5f21)) - ([`e3250f98`](https://github.com///commit/e3250f983494af73e487d28f2bbc472571b84dd8)) - ([`8327ad6d`](https://github.com///commit/8327ad6d933b982ed13eafd73d2abbf4cf42665e)) - ExtraNodeopArgs should be empty string when not used, not list.([`326aa030`](https://github.com///commit/326aa030981143fc9cc262ed3f28460acd1aefe8)) - Use empty list instead of None for unused extraNodeopArgs.([`4bda5910`](https://github.com///commit/4bda591042f2cc539e19d59e8dedba350a9a501c)) - Cluster_launcher needs to work without a plugin argument.([`62549089`](https://github.com///commit/6254908957244487122f8b4b0aa04cae940f63bb)) - Add support for '--plugin' to cluster_launcher.py([`045a7e29`](https://github.com///commit/045a7e296a1d60b6d11f2e77b242aef3f9a83a33)) - ([`3e3f8e32`](https://github.com///commit/3e3f8e327c8054feaef807da65db41027aa5cfcb)) - Correct version after merging 4.0.3 version bump([`e53ba8df`](https://github.com///commit/e53ba8df0f2cddcc91028eb812413af1fab712f7)) - ([`6e2bc2ee`](https://github.com///commit/6e2bc2ee3ecc759fff3660cbfd3b843c8a714cb8)) - Bump Leap version to 4.0.3([`a7364dc3`](https://github.com///commit/a7364dc3b6347d86d6d0e5a3a92844196dc2ebdc)) - ([`6f4584ce`](https://github.com///commit/6f4584ce83348a8824e5803b6781eaaa75621735)) - GH-1315 Fix merge issue([`197d37e9`](https://github.com///commit/197d37e92c12f9ffb62364b17482d210a2696769)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1315-time-main([`c8c6c5e4`](https://github.com///commit/c8c6c5e44f0e8d7c8cfef0a0805f59f9e4757345)) - ([`e9016b05`](https://github.com///commit/e9016b056021bbe3e38f72ee05612c94c1fe6163)) - GH-1315 Completely remove problematic tstamp type.([`0b3b3b61`](https://github.com///commit/0b3b3b61f98cca4f422b62dd923882811348aa2b)) - GH-1315 Reset latest_msg_time and latest_blk_time so re-connect doesn't trip heartbeat timer([`b221c12f`](https://github.com///commit/b221c12fcf07378a3c09b3f8b40be5697d257755)) - GH-1315 Use magnitude safe time types([`5dbcdc54`](https://github.com///commit/5dbcdc54c6709761cfe89eb8c69678006c777447)) - ([`46d75353`](https://github.com///commit/46d75353705600d35dc1512be4e3433dd39c3fdd)) - On macOS do not consider EINVAL a fatal accept error([`0e08cecd`](https://github.com///commit/0e08cecdaca8633aa5e167acc2fa6f08c42a6bff)) - ([`8afd0ae0`](https://github.com///commit/8afd0ae0a5de2c73a7bb9d26ffa714124dcd8cff)) - Remove FC_USE_PTHREAD_NAME_NP & pthread_getname_np()([`4cc666ef`](https://github.com///commit/4cc666efd6379911f6906788d3a1aed8c4629d37)) - ([`6bfdd62a`](https://github.com///commit/6bfdd62a9c2d0948f5a22591bbd039bd642f501a)) - Correct version after merging 4.0.2 version bump([`189b1b8b`](https://github.com///commit/189b1b8bcfe490939e9bc1a392b4b94b76097ab2)) - ([`6aca8a47`](https://github.com///commit/6aca8a47db43f712888b05e651fea670e889bed4)) - [4.0] Bump Leap version to 4.0.2([`b90a843a`](https://github.com///commit/b90a843acc3721f1193f17f37039a0477cd14274)) - ([`641ccfef`](https://github.com///commit/641ccfefd1b316d64d6c21d54452eb527c482551)) - Changed to std::abs([`49b2763e`](https://github.com///commit/49b2763e0c683743dc477b91e7f4df9a3734e0e7)) - Ups([`e3107468`](https://github.com///commit/e310746817c0b7c026f93ca6faa6c560a9d286ce)) - Improve test reliability([`8fd91526`](https://github.com///commit/8fd91526d650dc2c84d942dfb0985d08c992c574)) - ([`d0d53c06`](https://github.com///commit/d0d53c06202aa878e8df99870731d8f2d54641b2)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1284-log-spam-main([`3b108de2`](https://github.com///commit/3b108de27624c4bac93559e80f215d4ce80f991e)) - ([`a3f37d9e`](https://github.com///commit/a3f37d9ecdf5154987c098bbcf158836caf5ca56)) - GH-1284 Do not log small clock skew([`6991a718`](https://github.com///commit/6991a718b318b1d46e5e0344cbaf9de6565fa8f3)) - ([`6a44686d`](https://github.com///commit/6a44686d2528ad1ee3a0929a37b6aa17c78b8651)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1228-empty-blocklog-main([`baccb32d`](https://github.com///commit/baccb32d2d9aca0ff2381135ec74ede0c36db87e)) - ([`ce6f2cfb`](https://github.com///commit/ce6f2cfb30810a8c4ec602c80cf77dce96b2f9eb)) - GH-1228 Correctly handle forks([`308a985e`](https://github.com///commit/308a985ef8286f0f8158149594754f816f96182a)) - GH-1228 Increase the block_range to include fork([`79535c61`](https://github.com///commit/79535c6109b1b47500cb86ad8c9c9825603f14c8)) - GH-1228 Log snapshot loaded for both cases([`1dca359a`](https://github.com///commit/1dca359a8e644357d453ff7598c510a414730a93)) - GH-1228 Include invalid get_blocks_result_v0 in the streamer output for debugging([`3f196088`](https://github.com///commit/3f196088e4220e10d524a070406b326c4aa78f22)) - GH-1228 Fix for reading a snapshot without a block log but with a fork database([`95996699`](https://github.com///commit/9599669956820422750c44c0926f6312b45b3300)) - GH-1228 Additional tests for empty block log([`2a3c0c3d`](https://github.com///commit/2a3c0c3da92ecf87baddea4ced544a1ed345f575)) - ([`294997d7`](https://github.com///commit/294997d734b82286c4b0ff8d118d74531f165227)) - :to_string -> std::to_string([`e809eec2`](https://github.com///commit/e809eec2bf06937afed1b22aa0d9681d9b2069e1)) - ([`24ac4cf1`](https://github.com///commit/24ac4cf19e5bd0de5f8b184df4457dc957743973)) - ([`a3dad02c`](https://github.com///commit/a3dad02c787e948b73ddbb9b3b9f7896d213e58c)) - ([`88c9d3f0`](https://github.com///commit/88c9d3f089c5788efcc56affa440aa0519c991d2)) - Added two more validation exceptions from cleos([`e165ba91`](https://github.com///commit/e165ba91af703927e58ae1b0604af7c4c02789cd)) - Use EOS_RETHROW_EXCEPTIONS([`72f87b87`](https://github.com///commit/72f87b87a510553c6942651bb3c11d2f037413f7)) - ([`a46b8bbb`](https://github.com///commit/a46b8bbbb5157816d15610362e262999fbd72224)) - ([`40bf6c2d`](https://github.com///commit/40bf6c2d5944c103f4bfe710508db506de7eaa8c)) - Updated exceptions([`6446f4a9`](https://github.com///commit/6446f4a9e4c013faf25a174a09d170d8862320bb)) - Addresing feedback - tests, asserts([`167820fc`](https://github.com///commit/167820fcd71798171d170ac67272bed1082a2992)) - If actions.data & actions.hex_data provided, use the hex_data([`53a94a68`](https://github.com///commit/53a94a68bc678548a054b6bcfe77ae65dc1fb215)) - ([`804d3a4d`](https://github.com///commit/804d3a4df477b668090644100218e4442e06a3f2)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1228-empty-block-log-main([`53d4847c`](https://github.com///commit/53d4847c38bfe8c0c218863152181aa6c5cd8a18)) - ([`b9c2e739`](https://github.com///commit/b9c2e739ebbc23ba510bdef95c58ac26ca8a2583)) - GH-1228 Improve assert message([`3406b688`](https://github.com///commit/3406b6885742f4e47c3fb3c1fd7bfc295cb2e526)) - GH-1228 Fix empty block log to support loading from a snapshot([`4734d36b`](https://github.com///commit/4734d36b555a9d1d4fa744d756ff1f52a8c8df21)) - GH-1228 Better assertion message([`02dd569d`](https://github.com///commit/02dd569d3571241f8a43464948311cf000d866d2)) - GH-1228 Add test for reading a snapshot with no block log option.([`40332ecc`](https://github.com///commit/40332eccb705bf90a59daa36a5f13ec7515ab057)) - ([`12de1d93`](https://github.com///commit/12de1d9337f216c60fd98fec6d2a4e8cb4d19333)) - Not using cached build environments so removing this job. Replace with temp job for now.([`b016822c`](https://github.com///commit/b016822c574696da08b983985650bd81c44433ee)) - Create initial workflow file for Pinned Builds.([`a8fb85c8`](https://github.com///commit/a8fb85c8540ea60ed958827f3237dc90705d0571)) - ([`53ac7e8f`](https://github.com///commit/53ac7e8f624a39e2bc32aea01236934b4a5da8b0)) - More readable ps_start([`845a5e4e`](https://github.com///commit/845a5e4e2fd91a5be247e0f69741bd5a54b6427f)) - Made test more robust in case of asap scheduling([`9589cbee`](https://github.com///commit/9589cbee34059769ef2f7abfc8c11ce0d66b76bb)) - ([`b951f747`](https://github.com///commit/b951f747a819c16b33d043ce8b159bf9f30556ac)) - GH-1272 Fix merge([`ea9b988f`](https://github.com///commit/ea9b988f5603956a5949fdcbef857f4e7d0e8c1e)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1272-ship-main([`b8d64a53`](https://github.com///commit/b8d64a5399c7e259aeb1bcd5e7dd893eedfe2b53)) - ([`9bba26a2`](https://github.com///commit/9bba26a2c38224cc36b62f66ecab767d74d392ee)) - GH-1272 Fix merge issue([`d4d8839b`](https://github.com///commit/d4d8839be55a92e57fe595cc40f3d27a934ddd98)) - GH-1272 Use block_state if it is current block instead of trying to find the block in forkdb([`93b357dc`](https://github.com///commit/93b357dc11cf663693f758b999286fefcc824b91)) - GH-1272 Add ship and streamer client to verify blocks received over fork([`23c57bf1`](https://github.com///commit/23c57bf1f236cb286e922d6027620b98917c7436)) - ([`a4c07cf2`](https://github.com///commit/a4c07cf27cdeed6e8938b46b9273929b658525e2)) - ([`d86ba3aa`](https://github.com///commit/d86ba3aa4135e0e35b0bb9e7f6e445cc0fcd1ce3)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1240-net-loop-main([`45429a3e`](https://github.com///commit/45429a3e34d3aea16d37163b6b7f99f698dd3fb7)) - ([`bccfa160`](https://github.com///commit/bccfa160f818bb8af9ce9038f933aa55f89f2c74)) - GH-1240 Better handling of close when not syncing([`8ffb1b44`](https://github.com///commit/8ffb1b44123b6c0989f75c5c444e75e3a8a0c640)) - GH-1240 get_time is supposed to be nanoseconds([`affbbd08`](https://github.com///commit/affbbd087fa1c4beefb7e6bbd942b7f5168e320a)) - GH-1027 catch_up message with head was being ignored. This was likely not noticed before because handshake would provide it eventually.([`2409db22`](https://github.com///commit/2409db22d83990731ddffe5ebae0debc42981c3a)) - GH-1240 Prevent infinite loop in net_plugin by not sending back a handshake for a catch_up notice if nothing new to report.([`bb289379`](https://github.com///commit/bb289379eb8378fa0c741ceb028908616db890ae)) - Fix a couple issues from the previous merge.([`45844e01`](https://github.com///commit/45844e019b67aa3158a10c96b153440815000f1a)) - ([`07e2a9b2`](https://github.com///commit/07e2a9b237e5ac86c2687ce3fcbb5af3c550b551)) - ([`6c5e1564`](https://github.com///commit/6c5e1564b8e8feb8b2ac874dd934943bb028de9e)) - Merge remote-tracking branch 'origin/release/4.0' into fix-i256-main([`de9c8f0c`](https://github.com///commit/de9c8f0c7a4e58eb070830caf2894a6571dc77e0)) - ([`1b14fc9c`](https://github.com///commit/1b14fc9c1db4897fe3ff9520079d43329560a264)) - Merge remote-tracking branch 'origin/release/3.2' into fix-i256-4.0([`d495b409`](https://github.com///commit/d495b4094c985bb86d5db48f83f43f2bbd564324)) - ([`e06fc98e`](https://github.com///commit/e06fc98e81213c69b2b7c8cd7fac539af34d4597)) - ([`c2026ced`](https://github.com///commit/c2026ced332583c6898cceea819c2fb22c94835b)) - ([`84fa1372`](https://github.com///commit/84fa137298450e47c9d1df6c949bf6d225fd8924)) - ([`9cfcbf0b`](https://github.com///commit/9cfcbf0b30fec2755b8dc7fb027b3df160c7e4ba)) - ([`a3f863fa`](https://github.com///commit/a3f863fa7b286c61a47072fdc6ad9f29085fc250)) - ([`3677c3c8`](https://github.com///commit/3677c3c80f09f444f088fa3319e3524e43c6106a)) - Make output-dir required for leap-util block-log subcommands([`48b3beef`](https://github.com///commit/48b3beef416e5cf212f9efe612ad4f8e2481b3de)) - ([`1b043c75`](https://github.com///commit/1b043c75de644244225dbbb0dad94bd41f1a8d2f)) - ([`4a640d42`](https://github.com///commit/4a640d422ebc6009058625736331e3d31be5e1ad)) - Output-dir should be required for extract-blocks([`852f1bb2`](https://github.com///commit/852f1bb285eb949f3f630049810c8c81d27bf345)) - ([`990d2eac`](https://github.com///commit/990d2eacf8407241bb1604c1cbfb5be96b94b9dc)) - Clean up `connection::_close()` which doesn't need to be static.([`62d8543d`](https://github.com///commit/62d8543ddcdf4918921fffaf560067011e49d5c9)) - Forgot to remove a try/catch.([`c1cb2bc0`](https://github.com///commit/c1cb2bc0b663709afd961fe897de7ef556b4ac42)) - Cleanup net_plugin pimpl idiom.([`78dc9cdd`](https://github.com///commit/78dc9cddc564fc7e27265153952a94215b319739)) - ([`c5f0eae2`](https://github.com///commit/c5f0eae2a41dfb943cfa71774e28a5007bcdac17)) - ([`651d21f2`](https://github.com///commit/651d21f2a3a988a019ff58745d125464c310c201)) - ([`6ec9bf34`](https://github.com///commit/6ec9bf34790fc10c13e8ac1424b531bc87fdf3cb)) - Forgot to add `symbol.cpp`([`d399f5d7`](https://github.com///commit/d399f5d74a1255a515b434f557ba959fa5aee037)) - ([`addef1ff`](https://github.com///commit/addef1ff56133b1320435ba210e61bc2ce3e5c2c)) - Remove `trim` from `fc/string.hpp` (use boost `trim_copy` directly).([`1c2c0ea8`](https://github.com///commit/1c2c0ea8bdd2ca49e3bcf53c5834f76f082d3692)) - Removed last `to_string()` overloads from the fc `string.hpp` header.([`15ae3866`](https://github.com///commit/15ae38669db7dc53a5396c938191c758c7e2ab30)) - Replace uses of `fc::to_string` for integer types with `std::to_string`([`1c5a5554`](https://github.com///commit/1c5a5554197cbf24ad70afecb8571abfd5d353ac)) - Remove `fc::to_string` for integer types([`5abbc3c8`](https://github.com///commit/5abbc3c811a31ea5c554604445a3796f4209b06d)) - ([`7c0694b4`](https://github.com///commit/7c0694b4c965bf12078680cb4062f092554be0c5)) - Add harden flags to pinned builds([`07b0586c`](https://github.com///commit/07b0586c327d4ba19da99008f41c33bbd6ffe7d2)) - GH-1027 Since we now sync ahead the sync_next_expected_num needs reset if we get an unlinkable block([`b2e78576`](https://github.com///commit/b2e7857642d3e08e186af6f0781c269ba1bb9601)) - GH-1027 catch_up message with head was being ignored. This was likely not noticed before because handshake would provide it eventually.([`c86ca472`](https://github.com///commit/c86ca4726ddb96f6e0b658309cb6b848f14397b9)) - GH-1027 Simplify time_message logic([`ea230ce3`](https://github.com///commit/ea230ce3537f6faee269cb4782b68082d5791e46)) - GH-1027 Simplify time_message logic([`d74af81c`](https://github.com///commit/d74af81c8a107472b287e1cd0c79919ca9492dac)) - GH-1027 Reduce handshake storm by only sending handshake if head changed or 50ms has passed([`2c431800`](https://github.com///commit/2c43180043cf13eca5306eb7c2caf88a21961835)) - GH-1027 Remove notice_message that is a no-op([`aa25f112`](https://github.com///commit/aa25f11201cb4350eca3396878fba2c469adafb6)) - GH-1027 Reset sync_source when unable to request range([`9fe62d5f`](https://github.com///commit/9fe62d5f1c07e35e431251e0a3e6ae5501856adf)) - GH-1027 Rename net_latency_ns to peer_ping_time_ns([`39df8b5a`](https://github.com///commit/39df8b5a106353e0b8edf2629ec091dab4b314b9)) - GH-1027 If two time_message loops in progress, drop all but the expected one.([`5b34d533`](https://github.com///commit/5b34d533480e73432164af67ae39924357e13682)) - GH-1027 Use constants for normalize([`438d1251`](https://github.com///commit/438d1251ac985b0c98fdd470d5253dc7a2874a45)) - GH-1027 No need to normalize msg.org([`ef1b4868`](https://github.com///commit/ef1b4868960b1d8851e39fab3c8b0b6b53ae0447)) - GH-1027 Prevent infinite time_message loops by making sure only one in progress at a time([`7032cdac`](https://github.com///commit/7032cdac99d7a1466f5441a76e16d2138217ba42)) - GH-1027 start_sync will determine if sync needed([`91346b10`](https://github.com///commit/91346b10f24cc0130e97fab0ca7dec3d635506fd)) - GH-1027 Remove unneeded handshake([`fa5eeb7b`](https://github.com///commit/fa5eeb7b0aba434a547d0c61d1309d0a236a7e2a)) - GH-1027 No need to sync or send handshake if already syncing([`1600c881`](https://github.com///commit/1600c881244f708a13d90f0ba1c1caebc75259fa)) - ([`fed0e8a3`](https://github.com///commit/fed0e8a3633b20671ffc641d2d98ed1d680e6668)) - GH-1072 Revert: No reason to post if syncing from peer.([`73644fd0`](https://github.com///commit/73644fd0afebca860afbcf7ae1d44b16e8131b5f)) - GH-1072 Revert check for in sync as we need to always attempt a start sync on a lib notice.([`2fab0622`](https://github.com///commit/2fab062269a55a84476b70692b7beb169319a9ee)) - GH-1072 Update comments([`668d2a4a`](https://github.com///commit/668d2a4aaf1643eeead1a3d0ac136195d736ac20)) - GH-1072 Do not print out complete blocklog on failure as it is way too much output for ci/cd.([`cdd05a83`](https://github.com///commit/cdd05a8351ff8ee6425894d9dbbfeb8059035981)) - GH-1072 Fix for net_latency_ns not being calculated yet.([`1341215f`](https://github.com///commit/1341215ff389fb57103bea9e2f535ecb1c649fe8)) - GH-1072 Use round trip time_message for calculation of latency.([`703f8eb3`](https://github.com///commit/703f8eb322831a744a6764ef33f78c6446ef9e50)) - GH-1072 No reason to post if syncing from peer([`c776ac94`](https://github.com///commit/c776ac9412b86a0b5471434dfcd937403cabf48a)) - Remove `fc::unique_lock` copy constructor which I am not sure how to get right([`994b5476`](https://github.com///commit/994b547642abe1bd60e624953144923966064ee4)) - Revert unnecessary logic changes.([`76129fd1`](https://github.com///commit/76129fd10f6d32e43cbe120530251bd96adbf100)) - Hold the lock during `request_next_chunk` method as suggested([`3a8584cf`](https://github.com///commit/3a8584cf1e6f85e3257efc0287d793aab4ec4513)) - Do not pass the `mutex *` as suggested in PR comment.([`30ffccc5`](https://github.com///commit/30ffccc59b21a5bdacb4b7bb77c901fb1c73ee09)) - Restore exception safety as discussed with Kevin.([`61242561`](https://github.com///commit/61242561d70dd2ddbb77a688a521870ccb744294)) - Address PR comments([`28ad1c34`](https://github.com///commit/28ad1c34e4c84a6e752ec83f25b673eb379d87ca)) - Address PR comments([`a0a1effb`](https://github.com///commit/a0a1effbdd9ff49dc7c5907f93e6accf44676faf)) - Whitespace cleanup([`d954698e`](https://github.com///commit/d954698e31ae15ae1e89836bf75876a72808190f)) - Add version check for enabling `-Wthread-safety` (version >= 14)([`6fdb21d7`](https://github.com///commit/6fdb21d79b456148b7e289963402af93c9eceda7)) - Whitespace([`563bbbad`](https://github.com///commit/563bbbad1f50414e33b0ce3486adba577dcea29c)) - Add thread safety directives for conn_mtx([`83685620`](https://github.com///commit/836856204d197a51f6e998ab059d05c016d10d1d)) - Remove explicit template parameters ``.([`902fdaa0`](https://github.com///commit/902fdaa07f704510e07049613862a7e33ea77e98)) - Add thread safety directives for queued_buffer class.([`25bb1554`](https://github.com///commit/25bb1554cf92eb85b035c05bd2668e11aaca7608)) - Add thread safety directives to some other mutexes.([`5ec8c2a7`](https://github.com///commit/5ec8c2a775a0ee82839ca94861a31f514957133d)) - Add thread safety directives for two other mutexes.([`337e96ca`](https://github.com///commit/337e96ca84420befbb29017f2d72ebf4a854294a)) - Fix thread safety warnings for `sync_mtx`([`1508378e`](https://github.com///commit/1508378ec1073bebe41db0935b1929557d7a5ba0)) - Fix one warning([`7a8be73f`](https://github.com///commit/7a8be73f510883558d915144015bee94f1a9ea30)) - Thread Safety Analysis - wip([`d897dfeb`](https://github.com///commit/d897dfeb4f9cb6640cae560a7fdc31c360a054db)) - ([`1c607bd8`](https://github.com///commit/1c607bd880907b5800c9b45d2ecd09decdf218ae)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1217-ship-main([`3778e33c`](https://github.com///commit/3778e33c6eaa9bd82da14584ab15daa74f64319a)) - ([`a79f306e`](https://github.com///commit/a79f306ec762fa4fb453f1207caddc5db234fc91)) - GH-1217 Fix process of state-history-log-retain-blocks option([`27d049b3`](https://github.com///commit/27d049b3b18feabfc220584d671c7e86b58c2c58)) - ([`60eb61b7`](https://github.com///commit/60eb61b7f823f1f703186b591dc5270b30d5db99)) - Merge remote-tracking branch 'origin/release/4.0' into unlimited_rotrx_thread_start([`952e4065`](https://github.com///commit/952e4065ed72997ab05bb614403d43454ee7d1b4)) - ([`ce99dc18`](https://github.com///commit/ce99dc18ab27fdded36986f84dce7dbec597a8ac)) - Catch and handle exceptions from std::thread's ctor([`be76e108`](https://github.com///commit/be76e1085da7b935fa955fc133e767535f9ae249)) - Move blocking start&init to named_thread_pool's start()([`2389bc1c`](https://github.com///commit/2389bc1cd7cbad434afade13d63c19018d1b1d7b)) - Allow ROtrx threads unlimited time to start([`618915c3`](https://github.com///commit/618915c30f26cd49e8aa90fba221dde20dfc17df)) - ([`d23cb169`](https://github.com///commit/d23cb169ee2e0baa5a820ba689e47c134f96e118)) - Desensitize test in case of auto determining start block([`62096475`](https://github.com///commit/620964759cbe70aa10bddcbc973cdbff2515f81c)) - ([`6ad30814`](https://github.com///commit/6ad30814c58f0a7adb7ec733445908084eaa8650)) - Address peer review comments.([`a8f559cf`](https://github.com///commit/a8f559cf9f3c7273db69aa3239924534f7df5fec)) - ([`85ea6ff2`](https://github.com///commit/85ea6ff29661c364f8f77ec9670e43a20244a6ce)) - ([`ba919c79`](https://github.com///commit/ba919c794165a9702df7c2ed6b09ac85ee64bd74)) - ([`3537d223`](https://github.com///commit/3537d223400a99d0db4d5c79ba8ee26ce53debe4)) - Avoid trying to kill a node twice to prevent orphaned processes.([`8f865a93`](https://github.com///commit/8f865a93ef80e598a6bb62386d9ef400d99ee43c)) - ([`ff2d795f`](https://github.com///commit/ff2d795f8eb5ddf357f5775ac7b925edb2ecd4b6)) - ([`15c67279`](https://github.com///commit/15c6727954e9d50b2020c04404e25da5589c144b)) - Addressed feedback([`f7ebd6c1`](https://github.com///commit/f7ebd6c1c5863ff912667474e5bf20d208db7574)) - Added better handling ow zero/empty params([`b42df934`](https://github.com///commit/b42df934d7fc05050af96050bf5a2ab51f1f9239)) - Another round of peer review comments addressed.([`776040ac`](https://github.com///commit/776040ac411924088fd311ff33a07946f6a1d5a9)) - Address peer review comments & move function implementations into cpp files.([`566e12fa`](https://github.com///commit/566e12fa8d7976e96311006bc5b88933c095b710)) - ([`f16786ec`](https://github.com///commit/f16786ecb5899cd62f15eb4ce0f522de71de4564)) - ([`d04757a8`](https://github.com///commit/d04757a8b067d5091c268f4fd5fb5a54b597460d)) - GH-1072 Simplify logic([`87564199`](https://github.com///commit/87564199b5568a47bb90405e1c17b4be387a6aa9)) - GH-1072 Comment sync_ members([`644ded8a`](https://github.com///commit/644ded8a7feca18ca180dddfb05dcb36a4d4c915)) - GH-1072 Update log message([`ce787035`](https://github.com///commit/ce78703563d52c59e376e045e81a9e0426f12ae8)) - GH-1072 Sync ahead while processing current range of blocks([`90486af7`](https://github.com///commit/90486af74845460a515717f5cb7452063ed2b477)) - GH-1072 Sync ahead while applying blocks([`645ad8b2`](https://github.com///commit/645ad8b20714bee14e0e0538ba5452752009a656)) - Merge remote-tracking branch 'origin/main' into GH-1072-sync-ahead([`0eba3914`](https://github.com///commit/0eba3914b9c20adb040e2871b9b477e37edbd8f0)) - ([`7c7f2eb2`](https://github.com///commit/7c7f2eb2ae238ee443e1a2ebf4b8d0ccb23acadd)) - GH-1072 WIP test of sync ahead([`df042c2f`](https://github.com///commit/df042c2fd3c03e4504d57839e587ae8d2be3b909)) - Address peer review comments.([`f9838a11`](https://github.com///commit/f9838a118b4018c23a0b113543aa17ef0e116412)) - Update documentation.([`265ae7f2`](https://github.com///commit/265ae7f2363129b1556521ae51a9392e90c6dd6d)) - Make configuration of validation and api nodes condititional.([`edd768be`](https://github.com///commit/edd768beed8598e5beb1b872ab7033f5ca32788e)) - Fix endpointApiType which moved from TpsTrxGensConfig onto the TransactionGeneratorsLauncher itself.([`ed5333b7`](https://github.com///commit/ed5333b71660a6bcbe23019346cacce7f2ba753a)) - Refactor endpointApiType and apiEndpoint a little.([`f7f487d7`](https://github.com///commit/f7f487d75b8e354bebe1d439b31bb1b7668bb5ce)) - Add performance load test with read-only trxs([`a41b2ff2`](https://github.com///commit/a41b2ff2f034fa55e6b59871a38089c22a9c5b9a)) - Forgot to add test to group.([`b803af64`](https://github.com///commit/b803af646a1a3fa1fbbc716c2c0cd17db7f162f2)) - ([`bec972a0`](https://github.com///commit/bec972a015a373f163f2d896686d95d091523ed0)) - ([`c6972500`](https://github.com///commit/c6972500acc8823ecd6e7468bbe36f8caa9994ad)) - Merge remote-tracking branch 'origin/release/4.0' into fix_nplr_nonleap([`8335c557`](https://github.com///commit/8335c5576e92f65bd92af6bfc7f156f39f9f00db)) - ([`05ce10c3`](https://github.com///commit/05ce10c37523a408b7f60e7f4ce5e18539d9e7f7)) - Don't hardcode leap in parallel-ctest-containers action([`19af6882`](https://github.com///commit/19af68829b2cccafc90b152eb4ece6400d76a4e1)) - ([`96ab7afd`](https://github.com///commit/96ab7afd3265f496c40b7fc1adbe2de91ed81a82)) - Fix compilation issue with g++.([`61ff2fda`](https://github.com///commit/61ff2fdafa618360833b80b120587bd0ec854b6b)) - Cleanup pimpl idion for ship.([`d3e7b01a`](https://github.com///commit/d3e7b01aafba2bc7ad1971ff7d8355caebb192fb)) - ([`ccd732f3`](https://github.com///commit/ccd732f3229bc320d87b5df361904442f2aaa1ae)) - ([`2f82b1e9`](https://github.com///commit/2f82b1e99394bc7e48cedaaa3e63ebad8a70bd5b)) - ([`db132c5f`](https://github.com///commit/db132c5fd44e0b1c492e46e3f51e185cd5c59ed0)) - GH-1072 Need to send handshake when connecting([`94df7279`](https://github.com///commit/94df7279b9c4409ecc89630f3b637e91843cff80)) - GH-1072 Resize list since those outside range are not needed.([`c0a0b72e`](https://github.com///commit/c0a0b72e51a434fbefe02a704489b591e5114134)) - GH-1072 Use a connection_state enum for connection state instead of bool variables. Rename syncing to peer_syncing_from_us. Rename syncing_with_peer() to syncing_from_peer().([`d99c7daf`](https://github.com///commit/d99c7daf31fc201b3e547db2d7b3f76663636754)) - GH-1072 Add is_transactions_connection and is_blocks_connection to simply logic([`f3c57978`](https://github.com///commit/f3c57978e120634fee01bcfa07c10444aae8395b)) - GH-1072 simplify([`04a51435`](https://github.com///commit/04a5143529b33963a072e16d7d954a00a9d55795)) - GH-1072 += not needed([`99bf7bc0`](https://github.com///commit/99bf7bc0189821d755ab891c8be493e13e819c99)) - GH-1072 Use absolute value latency and improve logging([`386f00bd`](https://github.com///commit/386f00bdc5074fdf4ffd00d279c1647de7e75257)) - GH-1072 Move trx sync check([`851af769`](https://github.com///commit/851af76905f91b57ffbe6cf7fef3714116cffe96)) - GH-1072 Drop incoming trx when syncing([`24f5986e`](https://github.com///commit/24f5986eef855efab04bc9ca8cef8cc570b2afa1)) - GH-1072 Use peer_head_block_num for should_sync_from instead of lib([`7b1e62cd`](https://github.com///commit/7b1e62cd9f2fb71b1b3a7d81ebb073757b1f3dac)) - GH-1072 milliseconds not microseconds([`a632f751`](https://github.com///commit/a632f751a6d6adc9d7d913b2c98d58c386de207a)) - GH-1072 Use latency and peer block range to determine who to sync from([`3ad3b777`](https://github.com///commit/3ad3b7775c0432f690aff55a630377fc69f5bfbe)) - GH-1072 Add tracking of latency([`2ebb2be8`](https://github.com///commit/2ebb2be892d944b23bf0f84fd89228e95a9cf939)) - ([`e49997d9`](https://github.com///commit/e49997d9399eb1d82c0ca2ecd78d831f5ba21921)) - Add sync-peer-limit option([`5027edaa`](https://github.com///commit/5027edaa58e6831c1ee58568267a1265880b5700)) - GH-1072 Change default sync_fetch_span from 100 to 1000([`3f59cc85`](https://github.com///commit/3f59cc85afa37422a2376bb9fb8453397713ed50)) - Merge remote-tracking branch 'origin/main' into GH-1072-sync([`552ae0dd`](https://github.com///commit/552ae0dde033d1d1c86de19a67d6d4d690969cef)) - GH-1072 Use better heuristic for determing who to sync from([`548692ee`](https://github.com///commit/548692ee5f73dac3e10b696b099a61a7d5efb183)) - Cleanup pimpl idiom on chain_plugin([`c4f997d7`](https://github.com///commit/c4f997d79ab2da3dc65b2fc1fdd10e2b0e200301)) - ([`f53faff7`](https://github.com///commit/f53faff7a95568e4c68e7b6d4ecfd9feafa27a99)) - More whitespace fix according to PR review.([`626b437b`](https://github.com///commit/626b437b7ff8e79cfb9de22469dfa4c5071657ed)) - More whitespace cleanup([`fa07fd84`](https://github.com///commit/fa07fd84f71be9e9906d4632433cb7c4f2973df7)) - Cleanup EOS_ASSERT whitespace([`cefd98b1`](https://github.com///commit/cefd98b186eea70d928523392a0854e7a18778ce)) - Reduce backslash indentation([`ecedaca9`](https://github.com///commit/ecedaca9679d4afef75761a9d82325e643041b06)) - More whitespace cleanup([`ce82a0b8`](https://github.com///commit/ce82a0b88282623ea419c3e7cc2a4400c16e628c)) - More whitespace cleanup according to PR comments([`dd8a05e3`](https://github.com///commit/dd8a05e36d91d1744a23f3e3fe641625fd645c1d)) - More whitespace cleanup according to PR comments([`2487ac65`](https://github.com///commit/2487ac651e2bd61a34394dcec0b2f03458d15c70)) - More whitespace cleanup([`6fcf9a9f`](https://github.com///commit/6fcf9a9fc970be3fb3037c560e9e45e20cf45f9e)) - Run clang-format and do some manual cleanup (mostly fc_dlog)([`a423d405`](https://github.com///commit/a423d4055470f31bd12524c290f9c23bec8e362b)) - More whitespace cleanup([`ceab8183`](https://github.com///commit/ceab818352faa9d572a8d40406d7788b58da92ac)) - Address PR comments, fix indentation/spacing in plugin_initialize.([`eaff6c16`](https://github.com///commit/eaff6c165eb198c07d75553995a995ac9b628e42)) - ([`d90f5b6d`](https://github.com///commit/d90f5b6d199ef4c7edb3b09a1b53fb79436b830c)) - More producer_plugin cleanup towards proper pimpl idiom([`04eab3fe`](https://github.com///commit/04eab3feaef13ce4d7b7dff95c18bc8b8e230b73)) - More producer_plugin cleanup towards proper pimpl idiom([`fd3d54f4`](https://github.com///commit/fd3d54f42ad9ee44c4e8d9c8a196d2f3dcb706f0)) - Fix incorrect indentation in producer_plugin::plugin_initialize([`f4d067e9`](https://github.com///commit/f4d067e9d8f912981d9f723c04a7ab51966bf11c)) - Cleanup `plugin_initialize()`([`b3b131f9`](https://github.com///commit/b3b131f991b9a61066b378d02343b34f7b5225f2)) - Cleanup use of `my->` in `plugin_startup()` and `plugin_shutdown()`.([`2952bfb2`](https://github.com///commit/2952bfb2647176d3ee92dd15e23cecc8b1b0f72d)) - Add read-only transaction support through user defined transaction config.([`29bdea6a`](https://github.com///commit/29bdea6adf51b55011618ead21e2218f4ee3383d)) - Erase map entry if resulting locate of key words turns up empty.([`1da6a837`](https://github.com///commit/1da6a8373bfd55fe35a27f986485dae231062e7f)) - Rename to include 'type' for the endpoint api to differentiate with upcoming additions including specifying actual api endpoints for use.([`3902a9e0`](https://github.com///commit/3902a9e0e1af64665203bb698b4aeda3d1d477e1)) - Address PR comments([`bb9c1c92`](https://github.com///commit/bb9c1c923dc63330d1137e05d83a61d52ab2ead8)) - Address PR comments([`26d1869c`](https://github.com///commit/26d1869c251dd4cae56ad9ab6b6f647a7fa92a6b)) - Simplify listener([`d11da7cf`](https://github.com///commit/d11da7cf9c64bee82b9ef4dfa2c1ab348ccf1072)) - ([`794066ee`](https://github.com///commit/794066ee2a84ff2c8d5c8dc1dea6f3dc23d1a653)) - Merge remote-tracking branch 'origin/release/4.0' into HEAD([`782f5ed6`](https://github.com///commit/782f5ed66c755e781d7ff398ef213bffd039d7d2)) - ([`125df80b`](https://github.com///commit/125df80b4edb3410d0b92160d6b37a3d1093188b)) - Remove innocuous stray } in log statement([`ae7107bd`](https://github.com///commit/ae7107bde0cb766cf88f3da156de9035d393241f)) - ([`0615a254`](https://github.com///commit/0615a2544730224717a7bed145f3049039826dad)) - GH-1173 Remove disable-subjective-billing option([`bad4bb49`](https://github.com///commit/bad4bb49ebf1f602d59f8569f5454768f2e4d5f7)) - ([`d215122c`](https://github.com///commit/d215122c07ecad8c04b8cb6c0486fc543ee3ae6e)) - Add prettyPrint and printReturnLimit to processUrllibRequest()([`5d0ee1fb`](https://github.com///commit/5d0ee1fb4282c848dbe8eda86161f9ca154684ad)) - ([`2d06cfbc`](https://github.com///commit/2d06cfbcfdeb9908bc2df3aa98a6b1ef62eeeeea)) - Merge remote-tracking branch 'origin/main' into GH-1072-refactor([`44820e9c`](https://github.com///commit/44820e9c9c38502cab8c61a80db5d87b468bdc77)) - Merge remote-tracking branch 'origin/main' into GH-1072-refactor([`0af651b1`](https://github.com///commit/0af651b1e2b3422c1adc7871ed75204a09df6b18)) - GH-1072 Fix any_of_block_connections to verify not transaction only connection([`01dae4ef`](https://github.com///commit/01dae4ef0bd46a1e1efa9e451ae04519592c4545)) - GH-1072 Add any_of_block_connections and change for_each_connection and for_each_block_connection to not short circuit([`6a5bf21d`](https://github.com///commit/6a5bf21d8d1972d822f4c7ddc9848a24d12a316f)) - GH-1072 Remove unneeded check([`7470c68b`](https://github.com///commit/7470c68b4a11c7abc144fd761efbf21bd09bffd1)) - GH-1072 Add `any_of_connection` and use it for duplicate implementation([`a6b5259b`](https://github.com///commit/a6b5259b344e2a243c429889fd2d205a3a152aa5)) - GH-1072 Fix indentation([`a80f5bc2`](https://github.com///commit/a80f5bc227116726a8b7794037787524179bb8e3)) - GH-1072 Rename _impl methods to _i to distinguish from _impl types.([`30d6fd5b`](https://github.com///commit/30d6fd5b4231212438dd48b716061ad1038eeffa)) - GH-1072 Use flat_set and some other misc cleanup([`0efab27e`](https://github.com///commit/0efab27e1cf5a2ba8669ce9cd376012afe767d0c)) - ([`caf601d6`](https://github.com///commit/caf601d6d586b0258ae647e247c1f4c43bc6aa2d)) - GH-1072 Use uint32_t for max-clients([`31983be9`](https://github.com///commit/31983be9312171c6a03f6b3920b7cd82652f0ef0)) - GH-1072 Refactor connections set into a connections_manager class([`75ee2e2a`](https://github.com///commit/75ee2e2a79c87e1ceacd8fadd804f4a8ccb7366b)) - ([`ef9c176b`](https://github.com///commit/ef9c176be791daf690b182dd5880253220971d1f)) - ([`8d5d04aa`](https://github.com///commit/8d5d04aa0eb9c3a3dcc96698ff5230bd2c7375d2)) - ([`a62bbdda`](https://github.com///commit/a62bbdda76ec6562249da5f31d4b0d269a5e5979)) - ([`dfc81289`](https://github.com///commit/dfc8128912a3e5c84c8b4dfe7d68dab144016d9e)) - Remove CMake install of launcher.py.([`ed754170`](https://github.com///commit/ed754170ad4ea69bfd375e39c455f0f266ea9919)) - ([`a9e0a06a`](https://github.com///commit/a9e0a06acdc744d5c6adffce14eaba1346192561)) - Remove unused variables from performance_test_basic ClusterConfig.([`12706fd3`](https://github.com///commit/12706fd3f0f03937cf8ec80236372782e39d904c)) - Remove last vestiges of launcher tool, fixing all bridge topology tests.([`2ff0243d`](https://github.com///commit/2ff0243d349f12ac9ab1d0795acf6b96bbd4d350)) - Fix copy paste redundancy.([`d72a52ec`](https://github.com///commit/d72a52ec68aa726d6d57e33405bb674d15c03851)) - Remove deprecated launcher tool. Add cluster launch smoke test.([`687b0bb1`](https://github.com///commit/687b0bb155aa8ed8407a14fb93e458f2f67535b4)) - Fix merge error.([`dbbf0bbb`](https://github.com///commit/dbbf0bbba3c47e7447a738e73b1d251af7630d5f)) - Revert getTransaction timings, per Kevin.([`f345dd39`](https://github.com///commit/f345dd395a0a65a6f855bcf3928922759ce96f08)) - Restore node shutdown in distributed_transactions_test.([`b6038dbb`](https://github.com///commit/b6038dbbaee47b61d054db6347415f0ec88daf46)) - Formatting.([`b60eafb1`](https://github.com///commit/b60eafb1f4e70699d568b1b4f9c75b67fdd4f18c)) - Added check of self.popenProc in Node verifyAlive.([`59e22df4`](https://github.com///commit/59e22df4337d2a5a5dd2d64b9ccc607ee11390af)) - Formatting.([`5f3a8d7d`](https://github.com///commit/5f3a8d7d81fc62bbcaa70b88f9db6b45ea9cb199)) - Fix merge error.([`8b45cf4e`](https://github.com///commit/8b45cf4e3ed30d13ec77e215318b77c0d94e6cea)) - Restore gelf_test, lost in an unrelated prior merge.([`ae890e8e`](https://github.com///commit/ae890e8ec0e657d3caadf7a81823e7090ae87da4)) - Formatting.([`74b93000`](https://github.com///commit/74b9300089eed885fe41790d35798afadc6fb70b)) - Remove --clean-run from performance_test documentation.([`fddef779`](https://github.com///commit/fddef7796498c5969a715910c4c3bec05ff19187)) - Relocate dontKill and keepLogs from TestHelperConfig to ClusterConfig([`1739c377`](https://github.com///commit/1739c377d56e534ef8b8288b4259d0646a815521)) - Add comment to biosNodeId magic number.([`e503383c`](https://github.com///commit/e503383c4701032c58b3782d82204126d2bb7c52)) - Replace a string modified with a % operator with an f-string.([`b839caea`](https://github.com///commit/b839caea68c9359a2d4494d31108585defcf18fc)) - Give bios node magic number a name.([`8f654585`](https://github.com///commit/8f654585dd7be3a973f768d287079509e2a2e8a3)) - ([`73588bce`](https://github.com///commit/73588bce69d9881282a09e8ec32dfaaa4701bda4)) - Reduce launcher_test to one producer account.([`77a5a260`](https://github.com///commit/77a5a260eae9a09678c836b9831ca8eaa7f2b406)) - Fix defect in trx_finality_status_forked_test.([`6119f2f2`](https://github.com///commit/6119f2f2f94370350c5e30843ed53091e695834e)) - Remove unused import.([`3508cc48`](https://github.com///commit/3508cc488d92787a1c22273ad29c261f3800eede)) - ([`197396de`](https://github.com///commit/197396debe7143f4dfc721e1e20f592ec5d8b903)) - Update gelf_test.([`1aed7372`](https://github.com///commit/1aed7372782f04d49e30fcab9b1d1568142dcd33)) - Update plugin_http_api_test for changes from main.([`4874cc2f`](https://github.com///commit/4874cc2f1cc87456586cd564c990034370b950a9)) - ([`c6b74a35`](https://github.com///commit/c6b74a3591be35698121f9fc1983b407e604f255)) - Remove commented code.([`7fc3fba9`](https://github.com///commit/7fc3fba92db6d62bcbf23fb44c638ba97251e16d)) - Also kill bios node in validate-dirty-db.([`33443c01`](https://github.com///commit/33443c0123ba2edf469445cc83e938c7451a0452)) - Fix Cluster's list of unstarted nodes to not include the bios node.([`eb0d6f1b`](https://github.com///commit/eb0d6f1b6ef5f8836b49462b62a9d550e151dc5b)) - Change language of debug message in Cluster parseProducerKeys.([`cfec0c3b`](https://github.com///commit/cfec0c3b3cd6c8df9b60c1f09bfdd12d98fa4c7e)) - Fix bugs in resource_monitor_plugin_test.([`1755aef6`](https://github.com///commit/1755aef6167afc5eba37529a013a257e6e513890)) - Update Node launchUnstarted method.([`03c991ce`](https://github.com///commit/03c991ce154850d3022cd780de302e7e7058fd0e)) - Remove last vestiges of cachePopen arguments.([`557a855f`](https://github.com///commit/557a855f497f584c4d76d8334b4b7af7f3fd347f)) - Merge remote-tracking branch 'origin/test-harness-process-control-main' into test-harness-process-control([`faa5f8cb`](https://github.com///commit/faa5f8cbd6afdb9e0bbda4230d23d85f3c7bcf49)) - Test only works with a small number of producers, default now is 21.([`89729c0c`](https://github.com///commit/89729c0cf1bb76f7e0deaf899d3fe652ecc6899e)) - Merge remote-tracking branch 'origin/test-harness-process-control-main' into test-harness-process-control([`3802203d`](https://github.com///commit/3802203de288abb99767348b478a16acdfe5ff57)) - Remove unneeded/unused cachePopen([`7b1b90f1`](https://github.com///commit/7b1b90f17dbf99a15307b981faf19cf7e05414fe)) - Sleep for 1 sec instead of 3([`d2563d4c`](https://github.com///commit/d2563d4cdbad2e8a84f67caba0b1aa69f3369d5a)) - Pause for 250ms instead of 3 seconds([`f0a7821c`](https://github.com///commit/f0a7821cc4529da5b7c146a53e5ddf1e43a13d7c)) - Use block num trx was included in instead of trx ref_block_num([`5c999d2b`](https://github.com///commit/5c999d2bf28f013ad0921cc2ec5333977a074cb1)) - Fix merge issue([`090910ab`](https://github.com///commit/090910abbbcd54270e4afe214fa8fdda0989a705)) - Merge remote-tracking branch 'origin/main' into test-harness-process-control-main([`aae35e1b`](https://github.com///commit/aae35e1ba6519a22e66ca47ac276d887e56708c7)) - Add address and port to net_plugin's listener logging.([`51f8e000`](https://github.com///commit/51f8e000c9f9e4c0c88c2d54f7e77239e132d521)) - Include transaction IDs in transaction exception messages.([`a953a43c`](https://github.com///commit/a953a43c1fcc5751371794a98bb61de9b40c37aa)) - Add explicit wallet and cluster shutdown to performance_test_basic.([`1245c370`](https://github.com///commit/1245c370195d887e433b9f736bb9f9113aa6b90c)) - When constructing a new testnet, reset node class variables.([`9791997f`](https://github.com///commit/9791997f1f2ac3588ee5e4295febcb4e11ee4d3d)) - Avoid spurious errors during cluster shutdown.([`3b064538`](https://github.com///commit/3b0645387d9323bea1af194e912a0c27cf025a6c)) - Make all parent dirs when creating wallet dir.([`b02dc1ad`](https://github.com///commit/b02dc1ad04de55ff58a4d46665db8097763ff271)) - Use new Node name to fix an error message in under_min_avail_ram.([`5e04d627`](https://github.com///commit/5e04d627ad47fea3371c4068e039250589a2abab)) - For some inexplicable reason, Nodes didn't know their own name.([`c9b028ff`](https://github.com///commit/c9b028ff4ae03fec5edf417596d434caabc2408d)) - Don't append empty values in Node relaunch.([`79e691b1`](https://github.com///commit/79e691b1a5865ac45a591b56228ca6b27585beaa)) - Reduce ship streamer runtime and fix logic error.([`9839af1f`](https://github.com///commit/9839af1fcdd77f64cbf1d1f8afd0045fa2b6af89)) - Move keosd data directory into the unique per test directory.([`2fecddff`](https://github.com///commit/2fecddffb0cc3b7938faa15c192f1a905a1b01b7)) - In Node relaunch, use a new timestamp for launch time in relaunch.([`8ef21290`](https://github.com///commit/8ef212904852412d079286d815a3078f04270814)) - In Cluster bootstrap, only use first 21 available producer accounts in schedule.([`d0e5fa00`](https://github.com///commit/d0e5fa009f51da29abc0d0d3b4b0eb8f4eff4d4a)) - Update performance_test_basic.([`fc94d3ab`](https://github.com///commit/fc94d3ab7dccda6347d8fae2d37e726d9ba3c29e)) - Update restart-scenarios-test.([`e84f1479`](https://github.com///commit/e84f1479d935db587d6a9fd16b65bff0e508c3de)) - Rewrite node relaunch command line manipulation.([`f76d4356`](https://github.com///commit/f76d4356d869131ec1d7cecc6a96571809a334f9)) - Python documentation never mentions FileNotFoundError in subprocess.run([`d9eee885`](https://github.com///commit/d9eee885fa1c6c2fa7b1a360dc3d0e03bfbe09d4)) - Don't wait for token issue action during bootstrap to be finalized.([`0997737b`](https://github.com///commit/0997737b27055390a6b4ae290203cb28d8765e41)) - Write network topology visualization file to each test directory.([`22c2105b`](https://github.com///commit/22c2105b0393bfb6f020aa8e1d5ef476ca88e8a0)) - Update terminate-scenarios-tests.([`b3a9ed2f`](https://github.com///commit/b3a9ed2fe6087d64bc5cee2365dd463c506c22e9)) - Update block_log_util_test.([`41708e62`](https://github.com///commit/41708e62282b2f37c7aaafc76ef5bd158a3e88d1)) - Update nodeos_snapshot_diff_test.([`fdffa3ed`](https://github.com///commit/fdffa3ed76ffe869b2fad20d7593cda4a4661763)) - Update larger_lib_test.([`8816a956`](https://github.com///commit/8816a9560c6bbd41bdd562a0d1a72993d3bfb5c3)) - Update nodeos_chainbase_allocation_test.([`52bacf03`](https://github.com///commit/52bacf03a46b201e91aaf3e5698804293f2988fe)) - Add missing command-line option to http-plugin-test.([`7071a350`](https://github.com///commit/7071a350d0d03a834e13cbccb23b54881a14e2ec)) - Revise node verifyAlive and launchUnstarted, fix relaunch (some more)([`b087d37b`](https://github.com///commit/b087d37b230c41d545616321698c6101c14e2c02)) - Update cli_test.([`2cfeb99d`](https://github.com///commit/2cfeb99d8d00b9f3363720b24c864321663ce303)) - Update plugin_http_api_test.([`716665b0`](https://github.com///commit/716665b0a8a17d12cd427bbf46f0db06147e8ef3)) - Update protocol feature test.([`7fa30714`](https://github.com///commit/7fa30714e641a9d6093ae0ba7a358b87da0a738a)) - Update relaunch method to always save popen and use cmd array([`eb4098db`](https://github.com///commit/eb4098db9f8615abe9e7c1eb2f3f17bd2dd153cf)) - Remove --nodeos-log-path launcher argument and use existing config and data dir arguments([`b95a8db8`](https://github.com///commit/b95a8db8276f55e6b93023237711d80cc8d8d9ed)) - Fix wrong variable name.([`2e832a81`](https://github.com///commit/2e832a8150769560345678751bba1f57832c8d57)) - ([`5c814dad`](https://github.com///commit/5c814dad79f54a683d3dec827dbcc217ee82a9dc)) - Manage tracking and lifetime of bios node better.([`77f321dc`](https://github.com///commit/77f321dc0984b7a8ac1bd64ce6ef98963597544f)) - Remove obsolete command line argument from performance harness use of TestHarness([`8993fc25`](https://github.com///commit/8993fc2557923a418a10d84a4a7f174820eb9db7)) - Python backwards compatibility.([`5b801d4e`](https://github.com///commit/5b801d4e75b6b585d77dab9de33e6c26dcff252b)) - Fix up imports.([`3ad05471`](https://github.com///commit/3ad05471e3189ef35324cfc7e7688ea7d1fe94f4)) - Fix spelling error.([`eedb50a7`](https://github.com///commit/eedb50a7d63d9c4d5dedf329d5f1d6c7cb1eab15)) - Fix syntax error.([`0b9fc5de`](https://github.com///commit/0b9fc5de677e881221d57360c81f3c77af495a39)) - Fix resurrected Node relaunch() method.([`db779d10`](https://github.com///commit/db779d10688bae074383abe2ea905a7dac6f3553)) - Fix merge errors.([`7a87c1eb`](https://github.com///commit/7a87c1eb934fa026e7da53b6bda7f9cacd0ca6e4)) - Fix merge failures.([`c6503d6e`](https://github.com///commit/c6503d6e1ca9c6a8bfeec7234e3b24a477b92a86)) - ([`8f003d68`](https://github.com///commit/8f003d68e07b0ca41de376c56a27bbe10e044aa9)) - Bring nodeos and keosd process control into TestHarness Node/WalletMgr([`e521e9ba`](https://github.com///commit/e521e9baabbedb2d4869b5cfd1ec06ce84cbceac)) - ([`4e89f7be`](https://github.com///commit/4e89f7bef360a87528568688a8b30b2a425ec0f3)) - ([`605f600c`](https://github.com///commit/605f600cb7389c0698551ee28fed374771726c30)) - Use reference([`880c9739`](https://github.com///commit/880c9739ea0e22cb7f6c18b82b32d98358753276)) - ([`7ae4a973`](https://github.com///commit/7ae4a973357b4db98a4dfd9d31c88320d3a5c0a5)) - Move include header([`a342d0d9`](https://github.com///commit/a342d0d9cdd3c76c50f5eca36c45b65e75ec4764)) - Remove unix socket file on exit([`1979f8da`](https://github.com///commit/1979f8da165244b16604e87cd5633bcd77ca39e5)) - Log_listening fix([`8039427e`](https://github.com///commit/8039427e09ec514f7fbfdfc2abbe1dba94a6cdb3)) - Address PR comments([`ebe82416`](https://github.com///commit/ebe824164e8bdc6cbc36039c75db89c755738f8b)) - Merge remote-tracking branch 'origin/main' into huangminghuang/ipv6([`68c69226`](https://github.com///commit/68c69226af5211790aa518eb621f779b7071e1b2)) - Ipv6 support([`b6368138`](https://github.com///commit/b6368138dc4acb46832db62cfd5d0c4b40fa804e)) - ([`e37a1a65`](https://github.com///commit/e37a1a65b1892040dcdca7aeba08415e478c45bf)) - ([`4667a381`](https://github.com///commit/4667a381e0816c05e6a491de4510a62c93f2626b)) - ([`88d71ccf`](https://github.com///commit/88d71ccf5d2acdd53f11401c53e9ae4784e738a0)) - Correct description for read-only([`3515b839`](https://github.com///commit/3515b839702fcac01cb6e5f75c9f1d390cb3947f)) - Release 4.0 add docs/yaml content for missing chain api endpoints:([`561da880`](https://github.com///commit/561da880efdb0e621c8565a34df59c1f65758c5e)) - Fix spacing.([`b0d2e602`](https://github.com///commit/b0d2e602a3844cb68bdd1744415fa94abee410bb)) - Fix type to timedelta.([`a2976344`](https://github.com///commit/a29763448abbf95fc8d541b4c5b4f5e1631eb0c2)) - ([`324b9980`](https://github.com///commit/324b99808d4b467ebe2093579e28813909c3dd9e)) - ([`cc523ee3`](https://github.com///commit/cc523ee3b1fec483f5e48b1f1ea0b1981f7e9be0)) - Remove unneeded try/catch.([`3ae59db3`](https://github.com///commit/3ae59db3ed3b2127450b8a9d5c05d04c377465c8)) - ([`7b4b55ae`](https://github.com///commit/7b4b55ae336c2e1699876db9ed2e71c4427e3e1d)) - Fix crash.([`2fe5079e`](https://github.com///commit/2fe5079e3eddd31a1fbb1e7f9da3d0e4ec329039)) - Address PR comments([`972f8df6`](https://github.com///commit/972f8df642d31ba8a0a77b68ccdbeb8dcffe52b8)) - ([`92144f54`](https://github.com///commit/92144f54317a999bdc4027f1a7043f89a8a2cbff)) - Use `caching_resolver` in more locations where we serialize/deserialize transactions([`e1add68d`](https://github.com///commit/e1add68dd44e1c76c87b8f54943db3676a539ecc)) - Add `caching_resolver` to cache abi_serializers when deserializing transactions.([`ad84e9d7`](https://github.com///commit/ad84e9d757e3d1610f0d18d6d5be98924170ed92)) - Add `get_serializers_cache()` template and use it.([`a50d82ed`](https://github.com///commit/a50d82ed70c14c00a041e3e2d742543fdac910fa)) - ([`16a1981e`](https://github.com///commit/16a1981e1fdb85686821a46e625d03e83a7a4dd5)) - ([`a1c88066`](https://github.com///commit/a1c880661990bbc18645749ea3fc4f6275706d81)) - Merge 4.0.1 version bump to Main([`8ea496bc`](https://github.com///commit/8ea496bcb9037e491883bf586134abc89c019e2d)) - ([`0d8de6cc`](https://github.com///commit/0d8de6cc5d50ee5544d544f1d6ddbbb5b02763a6)) - Bump Leap to 4.0.1([`8a6e3e68`](https://github.com///commit/8a6e3e68e642f70c5f8d344a99025f35319346d9)) - ([`09470dc0`](https://github.com///commit/09470dc06cdfbc336c1632aa83d70585611329a2)) - ([`d657dc2a`](https://github.com///commit/d657dc2aa79de5727c3cd3969cbe370fdf3108e0)) - ([`9bc44bf9`](https://github.com///commit/9bc44bf9f30751f20c218f604fbfbc933968baa9)) - Added additional comments([`3dcaf77b`](https://github.com///commit/3dcaf77b7578473e3472749949e48402141d8013)) - Typo([`70276ce2`](https://github.com///commit/70276ce275abdcec545cf55d49f2c42d9cdd84ca)) - Update([`d69cef0c`](https://github.com///commit/d69cef0cdc2e3064138b60609496e74f1af6bcde)) - Do not post any updates if thread pool not started yet([`137c93a9`](https://github.com///commit/137c93a9983892eb0c6157bb1f7340d4253802ef)) - Capture block_state by ref([`b7a9ff52`](https://github.com///commit/b7a9ff5213b01cb4d2d77e41e24af2ffb47015f2)) - Grammar fix([`9fd2706f`](https://github.com///commit/9fd2706fdad5185aa2d23812560eb68e3f56d67c)) - ([`c8313145`](https://github.com///commit/c8313145b007b14215c4f990b9a6e43a872cd63b)) - ([`e9d1b3af`](https://github.com///commit/e9d1b3afad7a44b186dda28c741c6afcd95d5e02)) - ([`dc917f2f`](https://github.com///commit/dc917f2f0c067b016a9c41909bb80957f60d60b4)) - Fix compilation warning (does not return a value in all control paths)([`40ec0e02`](https://github.com///commit/40ec0e0220353838692e13730fbf7b4aaf7a760b)) - ([`129c3da3`](https://github.com///commit/129c3da3f6397324d78d34ccd0b7094198b03e66)) - ([`1ce956e1`](https://github.com///commit/1ce956e1ae535516b4e35df94219b5dc6d3a298a)) - ([`e0269500`](https://github.com///commit/e02695003a326c39e320e751a4dcae56198dfcdd)) - ([`5a277b4f`](https://github.com///commit/5a277b4f9998f899f5505e1d9531a0f9dee760c3)) - Revert "Simplify Pinned Build Scripts"([`70ec11d0`](https://github.com///commit/70ec11d055dcf32ec04c12513d18094ad06e8302)) - ([`70035268`](https://github.com///commit/70035268eb4190e01c2df6377630914e271ed30d)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/replay-fix-main([`29e553f4`](https://github.com///commit/29e553f4c53905f910b0f6ac434786d1710c9a63)) - ([`f36725e1`](https://github.com///commit/f36725e1fa00301110670e82d0a14d060864ed9d)) - Address PR review([`f7d28a49`](https://github.com///commit/f7d28a492f596b302c60235945276fc37268cb5a)) - Remove unused include([`fc91ef75`](https://github.com///commit/fc91ef758dac9c94ec8e1e803d232f424f82db8f)) - ([`ef49d306`](https://github.com///commit/ef49d306d297dd911f7d88ba8ecfeb9d38f68dc6)) - App->initialize now throws([`4ef2981e`](https://github.com///commit/4ef2981e051961cb37841ff0439f8c84b78b7975)) - Update appbase submodule([`34f4b62e`](https://github.com///commit/34f4b62e7ad20dd82e99045e7f4395eb070757e6)) - ([`2b216ace`](https://github.com///commit/2b216acee6b8b70e3bf3051aeb3ca17f13c1d701)) - Fix whitespace.([`f3e71565`](https://github.com///commit/f3e715657e96045bfb38412a05084a577cdd524e)) - Simplify change as per PR comments.([`a5ef2d23`](https://github.com///commit/a5ef2d23c014a301a473cfe44fc2562342a8e2b6)) - Move log line for `onblock` and update saved log file for tests([`20b60c35`](https://github.com///commit/20b60c354d86dfb8deaea004dca7be569bea66d9)) - Refactor to add test results to PerformanceTestBasic.([`89a97598`](https://github.com///commit/89a97598def1507e0006168193e4774ab14f5353)) - Refactor evaluation of success out of performance_test into performance_test_basic.([`601548a5`](https://github.com///commit/601548a58d6ebba7d0b5d6faf37418699db48ed9)) - Give tests unique test names to allow easier individual running of tests.([`04a94567`](https://github.com///commit/04a94567fc690e017a2008eca9ad419081d4dda8)) - Add min-tps-to-test option to control floor of search range.([`e2418be3`](https://github.com///commit/e2418be3e93dc18d9137b447551fd7838088b6aa)) - Remove using.([`b160a5ef`](https://github.com///commit/b160a5ef61b05672e8b0c32850ade7aab8deae55)) - Fix warning.([`95c2c169`](https://github.com///commit/95c2c1697d78f9a9bc03ad8ba9daf8f219c6d60d)) - ([`3579eb9d`](https://github.com///commit/3579eb9dd9a7a7860c4bd163ed3f5a5f71869faa)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1170-unlinkable-m([`feb73c8e`](https://github.com///commit/feb73c8e88632b29e0f4f3593fc41f904209e899)) - ([`8ebac13d`](https://github.com///commit/8ebac13d223c8092ca9b8b533ee857f51713a234)) - GH-1170 Update comment([`6489dd22`](https://github.com///commit/6489dd2289b3dfca76eb4cc72919e02ea0ba7d7a)) - GH-1170 Correctly handle close while syncing([`c45d3dfe`](https://github.com///commit/c45d3dfefc43b51de9e80baf1470ef76fd916514)) - ([`7a2285db`](https://github.com///commit/7a2285dbda6e1c53b91ab13b4973ced2e8d4c3f0)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1149-http-shutdown-main([`dd801e37`](https://github.com///commit/dd801e37bfe7db52985c6e1a7f490838c618907b)) - ([`c764d00a`](https://github.com///commit/c764d00a6f0fab11bc0f0cf8188cfb137afe55d2)) - GH-1149 Ignore error of remote_endpoint([`1394cc75`](https://github.com///commit/1394cc751200ae2ab4453acb2695f90e2bcf5a27)) - GH-1149 Do not allow remote_endpoint() to throw([`d3a00fcc`](https://github.com///commit/d3a00fcc4e1c7960aebeb81a144d820b46a00cc4)) - ([`203309b8`](https://github.com///commit/203309b88dbac4d6215ab29310a1bcdfcdee02f9)) - GH-1062 If time_limit_ms not specified use http-max-response-time-ms instead of 10ms([`0465384e`](https://github.com///commit/0465384e31164f5491f13f95a4cbe0ed05e299b6)) - GH-1062 Change default http-max-response-time-ms from 30 to 15([`bd896c7a`](https://github.com///commit/bd896c7a81dd04468147922207bc99f6ed8dc702)) - GH-1062 Update test to reflect get_activate_protocol_features ignored limit and time limit([`2df74599`](https://github.com///commit/2df745999fa1618163f61c54990a4319ecbd2135)) - GH-1062 Make get_activated_protocol_features atomic([`3dc18415`](https://github.com///commit/3dc18415b5868cd98bf3dee5896d1cc2d934a526)) - GH-1062 Simplify deadline calculation.([`87e598a4`](https://github.com///commit/87e598a4ad0925a07051e45970bc3492995cc6cc)) - GH-1062 Add back check for correct table([`6d0a06b0`](https://github.com///commit/6d0a06b00ffcdf4e51f3eedadfeeb9c10def27c2)) - GH-1062 Fix merge issues([`8ade3278`](https://github.com///commit/8ade32783d0befbe11cc8b060adc2eaa60e18a04)) - Merge remote-tracking branch 'origin/main' into GH-1062-time-limits([`079c650f`](https://github.com///commit/079c650f9a4938eb5bea8f9071fff56bee4a56c5)) - GH-1062 assert on exclusive ownership of variant_object([`07d5a747`](https://github.com///commit/07d5a7476a785e0281b02ec67a056adf909d3141)) - GH-1062 Simplify recursion_depth lambda([`af766dc8`](https://github.com///commit/af766dc80e1ba2c3a1348efef995169f112b9660)) - GH-1062 Refactor start_action_serialization into constructor of context([`c7bf139e`](https://github.com///commit/c7bf139eba9fc2348aa77822db345ced80fcc428)) - GH-1062 Use new fc time_point::safe_add([`99f93200`](https://github.com///commit/99f93200ac798d8556600d433956670c7caf0deb)) - GH-1062 Revert unneeded changes to yield call([`e666cd00`](https://github.com///commit/e666cd000ea89169f3eb027a3a87477785a810d8)) - GH-1062 Refactor abi_serializer to accept a max_action_data_serialization_time which applies only to action data deserialization([`6096c0bf`](https://github.com///commit/6096c0bfc1f813847ec19433020a43ee121badcb)) - GH-1062 Also guard against underflow([`724be07d`](https://github.com///commit/724be07d50eebca8b32ce088e37c819c56d01560)) - GH-1062 Add variant_object to the exclude list of universal reference constructor of mutable_variant_object since there is an explicit constructor for it.([`1d33a688`](https://github.com///commit/1d33a6885ee1d011cb7b4da8b96ddaef87f233cc)) - GH-1062 small optimization([`0eec87e9`](https://github.com///commit/0eec87e9e63dd9857ec5714d4be423f7ca0b013f)) - GH-1062 Only reset deadline when explicitly asked to do so.([`0ef8b096`](https://github.com///commit/0ef8b0960b563a192453d7bdb185aa43d0f94368)) - GH-1062 Need to copy yield function since it is a const&([`05ff7523`](https://github.com///commit/05ff75236dc755de87e0ee3cafd5702db16103a8)) - GH-1062 Fix issue with variant internal variant_object being shared([`0966651a`](https://github.com///commit/0966651a9c8d05f5a0b3668852f3c561b011233a)) - GH-1062 Avoid unneeded copies([`a7c5d3c0`](https://github.com///commit/a7c5d3c04869468cc76db4cb05ac03278f161a22)) - GH-1062 Enforce processing on the main thread to http-max-response-time up to a max of 1000 items or http-max-response-time is -1.([`7e2bd04e`](https://github.com///commit/7e2bd04ef8cb815ed572de93ec3f8e272cf52f89)) - GH-1062 mutable_variant_object constructor for variant_object now explicit([`d480a268`](https://github.com///commit/d480a26815ebf90d144e314d5df335a737e0c604)) - GH-1062 Remove deadline since we no longer want to interrupt json creation on the http thread([`cb1b52de`](https://github.com///commit/cb1b52de8276b9be727581765fe2efbeaf5e42b6)) - GH-1062 Remove deadline since we no longer want to interrupt json creation on the http thread([`0e8739ef`](https://github.com///commit/0e8739efc700b3a976080dde87bc26d7a673ab15)) - GH-1062 Add a safe_add that does not overflow.([`086f1fb3`](https://github.com///commit/086f1fb36727b13cb1d450e401918d20e134feab)) - GH-1062 Change default abi_serializer yield function to enforce max_serialization_time per serialization step.([`4e176a13`](https://github.com///commit/4e176a137ce30f8b39d54bd594638e69706de237)) - GH-1062 Add move constructor for variant_object to mutable_variant_object([`9bcbb446`](https://github.com///commit/9bcbb4462490375535c819035c186ab7377e23b7)) - Merge remote-tracking branch 'origin/main' into GH-1062-time-limits([`da28bc91`](https://github.com///commit/da28bc91e3d2d74300b13b66b28786b4f443bde2)) - GH-1062 Add 1000 limit([`8cb572ca`](https://github.com///commit/8cb572cab0f02ca42a965b74917facd1c91d203b)) - GH-1062 Use maximum() instead of 365 days for max([`6c831db8`](https://github.com///commit/6c831db8f30d2d2e2d1bb7c7e2ad967ce84c0700)) - GH-1062 Enforce http_max_response_time on main thread only and always return at least one.([`2eb261c5`](https://github.com///commit/2eb261c5922af8dee9c460b0f494b4f8b1a9fd3b)) - GH-1062 Remove unused struct([`4692fd81`](https://github.com///commit/4692fd819b157fc8c4c70e4ce8e3cc1ba07217a0)) - GH-1062 Remove deadline from trace_api_plugin([`bbeafe9e`](https://github.com///commit/bbeafe9effcf2058687d7436735bf7beba566469)) - ([`90a519fc`](https://github.com///commit/90a519fcb936a2edfe2c036fc96435a495b7adaa)) - ([`37b1499b`](https://github.com///commit/37b1499b6285313fe4110a2c41910b474d4178b6)) - ([`e429ba60`](https://github.com///commit/e429ba6024a913d23148ec3b38364eacec463f76)) - Address PR comments([`eb0f174a`](https://github.com///commit/eb0f174aaf1edbe129dac0ff8417cba5664cf8a3)) - Log categories for listening addresses([`e73fd5a2`](https://github.com///commit/e73fd5a20a5e9624e94dd89b9a62ae68c1ed5d2e)) - Merge remote-tracking branch 'origin/main' into huangminghuang/http([`7133a66f`](https://github.com///commit/7133a66f47176197141dd1888877c9f02b9715f0)) - Address PR comments([`7cde470a`](https://github.com///commit/7cde470ad152d54e295373cf4fd41ff92969671f)) - More PR comment fix([`08800132`](https://github.com///commit/08800132626d0fa245e3bc7a481d8358b71e4b5e)) - Address PR comments([`216a96d9`](https://github.com///commit/216a96d91a620aad75c438d73881dec1e99e917b)) - Revise host validation([`8b5645ab`](https://github.com///commit/8b5645ab1701220359bbdc9a95a28e557159bbbc)) - Conditional enable ipv6 test([`444edc68`](https://github.com///commit/444edc68cb1e1dd1063a513ed113568fe132bc1a)) - Support multiple http endpoints([`6fb23ca8`](https://github.com///commit/6fb23ca8e47fec8805ffd4dcab02a8f2ca6f5d7c)) - ([`cc354955`](https://github.com///commit/cc354955fcf67240d0f8d07442fd11cfa7d68b27)) - Address peer review comments.([`400c5b89`](https://github.com///commit/400c5b891a9f12e86916b246d1e4a073e39ec9e0)) - ([`3343f252`](https://github.com///commit/3343f2521ccb880a63290847be1e13ce848fa9b9)) - Initial reporting updates for API Node and http transaction generator([`e3b2c0cd`](https://github.com///commit/e3b2c0cd6e9377495e3bf8b3ee3de4372ad552ae)) - ([`3bac4d8f`](https://github.com///commit/3bac4d8f7c6d21d85f606e86b8518e7f069cba7a)) - Make directory detection and creation default behavior.([`9a52e330`](https://github.com///commit/9a52e330f83cea7c5d37a06020e3dd3e43af80b3)) - Reopen checkOutputFilename in case where file may have been deleted, but attr was already set.([`92d497e1`](https://github.com///commit/92d497e1a437ee0d61e070680dff20d35d4f5582)) - ([`893ae247`](https://github.com///commit/893ae24774db3079144610592b4392d52d21788b)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/retain-files-main([`6c765c13`](https://github.com///commit/6c765c1337a031a4dc3eac46abff917668ef1f7d)) - ([`ab7a120d`](https://github.com///commit/ab7a120d9e11ac70121eb768f7634628dd9029ff)) - Address PR comments([`0c2fbe9b`](https://github.com///commit/0c2fbe9bc83a2eaa6d0b66246b748b8ced77287d)) - Address PR comments([`4d30e50b`](https://github.com///commit/4d30e50b42c0d1d4169dc61aea36c850ebd97ccb)) - Change state-history-stride default([`4022ed12`](https://github.com///commit/4022ed12aeb901e7bb67e910b704a985ee3044d1)) - ([`5a685c73`](https://github.com///commit/5a685c7331f67b33842521fe1c6e7bc27930c941)) - Bump bn256 to main head w/ gcc13 + c++20 include fix([`ca3ba1fc`](https://github.com///commit/ca3ba1fc4f70291efc32ef37058370fd06f55c59)) - ([`91ba9e3d`](https://github.com///commit/91ba9e3da09bb69e9fc9b4778e3a75b9ee9bee1c)) - Fix clang warning([`ffab68b9`](https://github.com///commit/ffab68b93f312be398148e4797a90a2bd236e5e1)) - ([`6804cf2b`](https://github.com///commit/6804cf2b3b59a9fe2cc4df55b591772ffb4e6a45)) - Removed unrelated files from pull request([`1b885f01`](https://github.com///commit/1b885f011f20e55933e05f14075b0daa6a1ffd00)) - ([`ca4d0e18`](https://github.com///commit/ca4d0e18ebf63ae0bdf8c1a252fd06f340b67c80)) - ([`b694ae1a`](https://github.com///commit/b694ae1a8818c1c85dd0df9d5851aad6c2fc63ca)) - ([`6f5ab9bf`](https://github.com///commit/6f5ab9bf4394ece2ce97b3b6c0bb718e575c0a09)) - ([`bb928c9c`](https://github.com///commit/bb928c9cab545ba6053d2c67f827e04bc5b3d68a)) - ([`3f76a2e5`](https://github.com///commit/3f76a2e51b6c42d2d7f047085dfae17e99a5766b)) - Fix spurious commit([`229de5aa`](https://github.com///commit/229de5aa0573e85a3de143ce2a23933676fbf97a)) - Guard against sudo being missing([`43812298`](https://github.com///commit/43812298805160f68892d16399c2956bb33eb84f)) - You pass "y", not "-y", lol([`9f523ed7`](https://github.com///commit/9f523ed7f19c86e4310536794ce7e73a398782f7)) - Apparently the software suite including `apt-get` is called APT, not aptitude([`624864f3`](https://github.com///commit/624864f3e09d9fa13a21292540fc00e59ded238d)) - A comment([`429e6e76`](https://github.com///commit/429e6e7694a861d9fddba5e8e787adecb0dbe2b8)) - Do not hide exit status in try()([`fcdbe4c9`](https://github.com///commit/fcdbe4c938cdf712d32d8dd7a2ac3bbc0a9d86f3)) - Make it easier to debug by printing significant commands before running them in try()([`c21e563b`](https://github.com///commit/c21e563b1b45e1afeea1befc90474f8220964a39)) - Add a pinned build example where the [Y/n] prompts from aptitude are suppressed([`a0a73381`](https://github.com///commit/a0a73381182306eae200f90e5449843168d9711f)) - Add a note about the pinned build script asking for a password([`0fcb2a15`](https://github.com///commit/0fcb2a152f24583a670d67a33352c6e07993f2ae)) - Remove scripts/install_deps.sh from the README.md([`68bf7feb`](https://github.com///commit/68bf7febf06e2650053903902bbc93af786c3b3a)) - Remove the "-y" flag from "apt-get install"([`71fe27cf`](https://github.com///commit/71fe27cfdf3149ae8859924cd05cf1501be8eff1)) - Remove hard-coded timezone([`41e34c48`](https://github.com///commit/41e34c4881334745d841d3999476f71e9d9328c8)) - Remove unnecessary MISSING_DEPS var([`c7545f2c`](https://github.com///commit/c7545f2cd6d05e2e6b81729bf18b3b0d397d159a)) - SC2207 - warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting)([`ddfedd4d`](https://github.com///commit/ddfedd4d880c4969919331eb72317250ad25dfca)) - SC2086 - note: Double quote to prevent globbing and word splitting([`75c5f3bc`](https://github.com///commit/75c5f3bcdad8a5e53ffc2bd8b739f99eec2fabd8)) - Use "dpkg -s" instead of "dpkg -l"([`1deeab70`](https://github.com///commit/1deeab7071da117d0510635e3cee3688fc012770)) - Write code to by-pass invocation of apt-get (and sudo) if dependencies are already installed([`8b250833`](https://github.com///commit/8b2508331018fb70b7af390ac8d887b7907a13cb)) - Use sudo for apt-get commands if we are not root([`fcb54378`](https://github.com///commit/fcb5437882bcc2759f3ae3e315ff16a1b5f61b3a)) - Use try() for apt-get commands([`8c0465a0`](https://github.com///commit/8c0465a098b4cf6d72e5447b7a8b1be8afe94413)) - Add a print statement at the beginning and end of package deps installation([`3ed298c7`](https://github.com///commit/3ed298c7aa4fcc42de5318b74ca214352941b221)) - Add a warning for OSes that do not have aptitude([`dd2d53d4`](https://github.com///commit/dd2d53d480c1c953d17b9ae6064a849228294209)) - Roll scripts/install_deps.sh into scripts/pinned_build.sh with a guard([`f67e598b`](https://github.com///commit/f67e598ba18419d5b834c9f827bf4c6e7c63b276)) - Added additional logging for smoke-test([`9e1edc06`](https://github.com///commit/9e1edc0601a4d9b69851cf471976c3282b0379e0)) - ([`bd75cf0e`](https://github.com///commit/bd75cf0e3b8a95296a47a1d073da328c2e8854a3)) - ([`c68a82e5`](https://github.com///commit/c68a82e5d4d2bd20ee0c7191983e9deef43c4466)) - ([`12543bb3`](https://github.com///commit/12543bb366d8c748c634156c32a662bd2067480d)) - Generalized macos specific timer to work on FreeBSD([`459570dd`](https://github.com///commit/459570dd7cdbe9e960ab12c19218a0979d72e55d)) - Bump chainbase to c4718cb([`0af823f4`](https://github.com///commit/0af823f49ba29b8c8705833117023df0e17597c7)) - ([`206d67ad`](https://github.com///commit/206d67addad1614f1d2bd17c4a4bb90346311852)) - Point to updated cb([`1ab5a226`](https://github.com///commit/1ab5a22606db33847b4034cb9605a78a99678f1b)) - ([`2029ce0d`](https://github.com///commit/2029ce0d3d0355fc6c8698360825d06a5d93a9fd)) - Added bsd specific kevent-based timer([`3846d865`](https://github.com///commit/3846d8653daecf49582fe1775ad38ac7b9a51da7)) - ([`858aad79`](https://github.com///commit/858aad7905f58f14f903b23026c3915eae828cc4)) - :app() -> scoped_app([`353f0f31`](https://github.com///commit/353f0f315c91807b2ee37a57c87fcc0b96649aea)) - Added additional corner cases and some cleanup([`180bdd1f`](https://github.com///commit/180bdd1f31ed77b39ee10042630218fad5fb0aec)) - ([`8240816c`](https://github.com///commit/8240816c04c08e09cf1fd3660344d2df2dedf23a)) - Reduce excessive read-only-trx-parallel-test time from 640 seconds to 311 seconds([`3c0ee240`](https://github.com///commit/3c0ee240dc8e61b9f97e2ea8668e6034fd9240f9)) - Add an additional test contract([`8b581156`](https://github.com///commit/8b581156c5fc78547a529c0136a60a3a6162ff5e)) - Restructure test startup([`dfa8b67b`](https://github.com///commit/dfa8b67b04f534a432167a360ddb2b4af74f855d)) - ([`fcd72111`](https://github.com///commit/fcd721115adda8b0b304e3e7528b6134da710fb1)) - Address peer review comments.([`28e8d551`](https://github.com///commit/28e8d5518991526b66ce68411d1bd309fd3498d7)) - Cleanup. Use std::variant for connections.([`69748fc9`](https://github.com///commit/69748fc99354bb39cb2d07f8e446d52c27206ec4)) - Fix tests.([`815ac6e5`](https://github.com///commit/815ac6e55f168bf2205251f5f1b165f8024e479c)) - Fixes from peer review.([`2bd0f23c`](https://github.com///commit/2bd0f23cd52cd5f372c500b1e0c586ce5deb3c1c)) - Peer review comments.([`53a720bc`](https://github.com///commit/53a720bc157b9ef9ade67ea15b929b0d1e21c14a)) - Move elog outside of while loop.([`d64ccd7d`](https://github.com///commit/d64ccd7d40d2d94d97654d578903b6e61d993dc8)) - Address peer review comment. Missed method removal.([`7b41fe20`](https://github.com///commit/7b41fe2050e7b7709b767b3f5405ffddb19fb314)) - Address peer review comments.([`f342f5e3`](https://github.com///commit/f342f5e3cace6bd7db29e548640fc9a23fe53d43)) - Put new tests in proper test categories.([`77a215ab`](https://github.com///commit/77a215ab17c955a78d6ca1e4f673ffb613f015ac)) - ([`541cbd24`](https://github.com///commit/541cbd2413bfcc9bcecbf6975e7b0c24d820e540)) - Add API Node and Http Transaction Generator to performance harness.([`0c055f3a`](https://github.com///commit/0c055f3a79c539284851847d9e680adf55546d8b)) - Missed one location of Remove parameter in favor of using member variable directly.([`d74d96e7`](https://github.com///commit/d74d96e7fb7aa8ee35fc298b4cbb505170fb70f1)) - Remove duplication. Use port as unsigned short instead of string.([`b7286f71`](https://github.com///commit/b7286f7198ef6114af20dd21d4d46aa1f54cd00b)) - Simplify. Remove parameter in favor of using member variable directly.([`b818e68a`](https://github.com///commit/b818e68ae61cb465d0fb66c32f7b2c48b25dfdb9)) - Remove unused function.([`3c261c85`](https://github.com///commit/3c261c85b6eb33a63cb99867fce987e6f21a2c96)) - ([`0f79a5f4`](https://github.com///commit/0f79a5f467a2feb26319186806212236da5d38e7)) - Bump chainbase & appbase submodules to main w/ CI tweaks([`210b88ac`](https://github.com///commit/210b88ac078e5cb4ee265b2d3244e36f5991403b)) - ([`bf1c80e4`](https://github.com///commit/bf1c80e4bf9d4b14171e38eb328ef751169af946)) - Update ship_client.cpp([`29d97d2a`](https://github.com///commit/29d97d2a70fa4e76077f81ae36de33c6f7064c17)) - Address PR comment([`ab609f20`](https://github.com///commit/ab609f2066ebd66114a16a27de66a4de1619ff0e)) - Address PR comments([`8a9c4b50`](https://github.com///commit/8a9c4b505a791e11147a78732c95a0518ffde408)) - Add gelf test([`f17380b9`](https://github.com///commit/f17380b91267727b88b8b0b208a7971cdea492b0)) - ([`31ae4cbe`](https://github.com///commit/31ae4cbe7a644c76da73dcd904f02868b2acf5e9)) - Merge remote-tracking branch 'origin/release/4.0' into read_only_trx_config_fix_main([`4fc70c39`](https://github.com///commit/4fc70c399469e6afd94ad0cf01f78e2fab15001e)) - ([`117f0228`](https://github.com///commit/117f0228895acd68dc34d066b0a75e8994a2039a)) - Log configuration options and other values from the user perspective([`11ad31e6`](https://github.com///commit/11ad31e62ca7f0c5df3461a04821937ff3f2c586)) - Use enum instead of bool for better status indication([`2b509573`](https://github.com///commit/2b5095736da1c624aa6512a287dc8c8da3ff2464)) - Make sure _ro_max_trx_time_us is always initialized([`4e98b2e9`](https://github.com///commit/4e98b2e9ded3e67d51dbd564ab5685139c410597)) - Do not check execution window related configurations if --read-only-threads is not configured; better error message for invalid --read-only-write-window-time-us([`fe64b22d`](https://github.com///commit/fe64b22d6b49762c6049296caac88ce428ed233e)) - ([`a3611387`](https://github.com///commit/a36113873ee548e7a1bbcf7448c773939d4ab707)) - GH-1062 Rename time_point to_string to to_iso_string([`1f60ff91`](https://github.com///commit/1f60ff9143e5ef528c2247fa7da4e3e4493c9b76)) - GH-1062 Remove possibly confusing arithmetic operators for time_point_sec. Remove implicit conversion from time_point to time_point_sec via operator=.([`6b10d805`](https://github.com///commit/6b10d8053a99985e0749ff17cb84bd08f9fadd89)) - GH-1062 Remove time_point implicit conversions([`18190c13`](https://github.com///commit/18190c138a6cfc33f7f24081cab8c4ff308756b7)) - ([`174e8ff2`](https://github.com///commit/174e8ff2693956519a10022dc5ec252112f32ce5)) - ([`7b682031`](https://github.com///commit/7b682031ebd634265efdd8280f5ffecb3b50b1ca)) - ([`2ad3148e`](https://github.com///commit/2ad3148e27004263eb5112ebbb8927c5dd8521e6)) - ([`5a0f78f9`](https://github.com///commit/5a0f78f92421828dd0d6465bfeaafede7f99524c)) - Improvements based on peer review feedback([`079935ed`](https://github.com///commit/079935ed4ea50382bc6186135d5e3b9d65747a6c)) - Take out cause is not rendered correctly in final docs([`18d79f4c`](https://github.com///commit/18d79f4cf360db475fd07f7a36cc9f1adb794946)) - Corect ref links([`4f87a1b0`](https://github.com///commit/4f87a1b050778e21dd412e94817bcffa9ec019c9)) - Update swagger files to include: get_transaction_status, compute_transaction, send_transaction2([`c4f383ae`](https://github.com///commit/c4f383ae2ba55cb184ca36fecbe482771390f863)) - ([`b0290bb6`](https://github.com///commit/b0290bb60eb51dcac08085b042d46f407e4575a2)) - ([`3bdf68ef`](https://github.com///commit/3bdf68effc847717ff85bcf776cfa929e8890a95)) - Trace api plugin convert to one test executable([`f83ea630`](https://github.com///commit/f83ea63058c3ac48fc8b52244aaddf07123e71ca)) - Made chain plugin unit tests single executable([`baf90e50`](https://github.com///commit/baf90e5005bc0f36467e28de20ba91ddd7c95d03)) - Cleaned up producer_plugin tests([`d2833e6b`](https://github.com///commit/d2833e6bcab7bddf55bb84b04afce96c6279be0d)) - ([`324ff339`](https://github.com///commit/324ff339becaac4afdc3bf571f00f26924a0c32c)) - GH-259 Add default case for setup_policy operator<<.([`32ce2728`](https://github.com///commit/32ce2728eb5a62d48d8390b24306b911906c202e)) - GH-259 Add back TESTER macro since used in all generated tests.([`4b85f4ee`](https://github.com///commit/4b85f4ee6d564588ec56f127bd2bfe62cae2bbd8)) - GH-259 Removed unused NON_VALIDATING_TEST([`20cea100`](https://github.com///commit/20cea10050c3ec26b549e99e5f6505efdf2f9a04)) - GH-259 Remove old_wasm_tester and add test cases for different protocol featurs enabled.([`51c71c66`](https://github.com///commit/51c71c662d08c45e91b5345328bc1a3c7fa8adf1)) - GH-259 Update tester to allow setup_policy to be used as boost data in tests([`a056b77b`](https://github.com///commit/a056b77b18cef192e6aa86a30cd111ef8cc50070)) - Remove unneeded #ifdef in `chain/types.hpp` now that boost >= 1.71([`8e66a744`](https://github.com///commit/8e66a744a7407a05c1719b179b7f219c666ddb5d)) - Remove unneeded patch file([`f91fff6c`](https://github.com///commit/f91fff6cd49f4f4dcfd657170c8e12cbee40c6f1)) - Remove `patched` suffix([`88597fb0`](https://github.com///commit/88597fb03b7b36856bed8ac61d7919cf74c6e86f)) - Get rid of the "patched" postfix([`6e1703dc`](https://github.com///commit/6e1703dcd6e1b25157554e67bb02d38691862778)) - Update boost version in CMakeLists.txt to 1.71([`2dcb42f3`](https://github.com///commit/2dcb42f3ef0d9e449b59211d2648eae7babd98b7)) - Remove typo([`26fe87e4`](https://github.com///commit/26fe87e46114e6b2ef79b1dadca340c8c79efb18)) - Revert back to using clang build for ubuntu 16.04([`0ca97bb6`](https://github.com///commit/0ca97bb61256a2dd02b9db5ff8bc58d3ccc85342)) - Llvm -> 11.0.1, boost -> 1.82([`d7dba628`](https://github.com///commit/d7dba628e33bd27e5ddcb06708508cdf5a074bff)) - ([`57d5546b`](https://github.com///commit/57d5546b7b62d54dddc2f9f71b55c44f5f4c2c49)) - GH-641 Remove unneeded if check([`44355def`](https://github.com///commit/44355def2a6c03942c7457201d5d9639e04151e2)) - GH-641 std::string_view instead of const char*([`0cee2647`](https://github.com///commit/0cee2647742f80ad2578211ca05922400f6ff34c)) - GH-641 Use enum instead of bool([`332e22e9`](https://github.com///commit/332e22e931b7c9d40629815b24d115fb4e6c22e2)) - GH-641 Add new test file([`4bbb4910`](https://github.com///commit/4bbb4910fc522f812edf1f0d93f2a8ff5104ebba)) - GH-641 Add parens so precedence is clearer([`122ad36b`](https://github.com///commit/122ad36b7dda2cee1bb3262c4aa88be4c581aea0)) - GH-641 Optimize print_debug([`9cbb09d0`](https://github.com///commit/9cbb09d0f53b5f4b736f7285d0ad44f511bf6c3a)) - GH-641 Use more efficient escape_str instead of format_string([`94e7bd06`](https://github.com///commit/94e7bd0696a890c92c4dfe00c25b987450aa75ee)) - GH-641 Add escape_str function([`8375d5e6`](https://github.com///commit/8375d5e63435b0831ff7646670c6e4a05f91223f)) - ([`bbeaf989`](https://github.com///commit/bbeaf9893c6635a44573e3125e7a8c723bf17d8f)) - GH-641 Add an explicit main([`ca7e9b1a`](https://github.com///commit/ca7e9b1ae4b788aea17cf2b4e44eb4ca9b2924dc)) - GH-641 Explicitly list source files to avoid cmake issues with GLOB([`8db6fd86`](https://github.com///commit/8db6fd8654a159ab6ba0f12647472362aafa1223)) - GH-641 Remove unneeded CMakeLists.txt files([`72d47e0a`](https://github.com///commit/72d47e0a217b86b92d1f9d9a71e6de24bfac8657)) - GH-641 Refactor libfc tests into one executable([`c410c7c9`](https://github.com///commit/c410c7c943665e322419c54268e9ef6acf5faf2b)) - ([`b8be7391`](https://github.com///commit/b8be7391a09c25c9b71b5f0173576885efaad2c0)) - Move variable declaration from `Logging` to `IR` as per PR comment.([`e7145364`](https://github.com///commit/e71453641dd87aff625f36f149bb8bcf7cda9620)) - ([`d08a6b12`](https://github.com///commit/d08a6b120223a431587743e50f5e425979a16276)) - Declare `WASM::check_limits` variable is Logging library to fix g++ issue([`a4681a3c`](https://github.com///commit/a4681a3c04872a5a5b04b14026dad17b5efdfd3c)) - ([`59b519a1`](https://github.com///commit/59b519a103649286ab5062e37a44842e2e12d106)) - :result_of` was deprecated in C++17, removed in C++20.([`ac2c37c3`](https://github.com///commit/ac2c37c3499817d8a838feb9fb2e1ad0e81813b5)) - Merge remote-tracking branch 'origin/main' into huangminghuang/refactor-prometheus([`dff7b524`](https://github.com///commit/dff7b524ba9694c5dfc80b0fe5dda1d66058ddcd)) - Remove unused parameter([`67edf655`](https://github.com///commit/67edf65502c61dc19d24df1cf04b07809f37a3be)) - Address PR comments([`22dd7275`](https://github.com///commit/22dd72753ecb530266c059759b08c35c26862e72)) - ([`09e1b90d`](https://github.com///commit/09e1b90de77b7844584cea93f58b8e4b1f8f774b)) - Removed not needed anymore header([`d052b65a`](https://github.com///commit/d052b65a1551a0c18af77ccbc47bd7e17dd0ed0f)) - Addressed merge conflict([`925ad206`](https://github.com///commit/925ad2069019e0c107fc00479a8a7783e978140b)) - ([`fd7051b6`](https://github.com///commit/fd7051b6f3de77092f60c9e08c8d954fcb4152aa)) - Missed one more spot([`ef095021`](https://github.com///commit/ef0950216286eb12a1e3307c2e3ce2b2e81e737b)) - Removed a separate header related to json db([`79a2f281`](https://github.com///commit/79a2f281c5ede18c31c5c4dd7540fb92eb37e549)) - Addressng feedback([`02590a54`](https://github.com///commit/02590a54d79b652d0262bd0571ef98bc42ebec4a)) - ([`b064339e`](https://github.com///commit/b064339e91fa8f875e390888a5dd5c7a370cd8a9)) - Merge([`94540634`](https://github.com///commit/94540634be104eb54cccda7e4691ba185d369e17)) - ([`c6478336`](https://github.com///commit/c64783366ef2a7311880ed2bf4f1100a6a43b9e8)) - Added graceful shutdown on snapshot execution exception([`72003565`](https://github.com///commit/720035653057c596cc67cef36880dd8850b08fb1)) - Cleanup([`fdeb7bee`](https://github.com///commit/fdeb7bee942dde507d3d9c9748a081be71e04646)) - ([`54a5a055`](https://github.com///commit/54a5a0555c91f9a03ad0ddb3dedcde5e69b6d263)) - ([`d3dfcbf3`](https://github.com///commit/d3dfcbf37bd3effa4bdd22941ca85e7e0c94f3d5)) - Multiple fixes([`4bb4d65b`](https://github.com///commit/4bb4d65b749aa78fed3a313103b222b76723b4e9)) - Moved snapshot code out of producer plugin([`9c856538`](https://github.com///commit/9c856538a7eac54d7c63a48e238472c5e7d62218)) - ([`c5bec2b3`](https://github.com///commit/c5bec2b3a52a0eaef471479a4a3fd07881162838)) - ([`1f741664`](https://github.com///commit/1f741664b6e744b310ac95acaf6b300687316407)) - ([`abf1e757`](https://github.com///commit/abf1e75713263e91d9e246f986b92a51d72f8453)) - ([`e88383e4`](https://github.com///commit/e88383e409e9d77c41be399092e5c755fa78b942)) - ([`3f5c96f8`](https://github.com///commit/3f5c96f8481961e464489533e6a0670331b00dc5)) - ([`7161fb60`](https://github.com///commit/7161fb6016491748c89680e5fe1ad2e0dae03ec4)) - Remove no longer used `noncopyable` struct([`6bf4c888`](https://github.com///commit/6bf4c8881f1ed197f6cd53af09e611066e3b5e49)) - Remove `#ifdef` preserving the `nocopy` constraint as per PR comment([`b40f23f6`](https://github.com///commit/b40f23f64f84e46639f3dd8ea17b4e7c30a19dbd)) - ([`55319ec0`](https://github.com///commit/55319ec01eb87fed4554e4d532f8b8055bf56456)) - Changes for building with c++20.([`fdc3bf6f`](https://github.com///commit/fdc3bf6f387cf24273947dc514111fb4826f433a)) - ([`bcd70c23`](https://github.com///commit/bcd70c2302eef3f611a3f4681d4e38117fb474fe)) - Update README documentation.([`18fd82fd`](https://github.com///commit/18fd82fd7e5dee8075ec932f30143a635de77902)) - Add initial support for configuring and running an API node.([`22a5aa1f`](https://github.com///commit/22a5aa1f084a464416db4118540afa7e59e017bf)) - Encapsulate validation node configuration.([`ee930e01`](https://github.com///commit/ee930e01a7b7b57151a343bbb30ef469fb223d06)) - Refactor how cluster is configured to give higher level understanding of the node types being configured.([`4f431014`](https://github.com///commit/4f431014f11c6d2cd0c224c24a8dd45ab06f4c75)) - Remove duplicate of max_requests_in_flight([`6d4a3ac0`](https://github.com///commit/6d4a3ac00d516e1535b32d5deaf6747e438a803f)) - Add command line support for http-max-in-flight-requests.([`f9ac95cb`](https://github.com///commit/f9ac95cb9bd66251800ee77df3f0c85ec9b7c6a8)) - Slight reorg of config items in op modes doc showing associated plugin.([`e994655f`](https://github.com///commit/e994655f0d0c10be6775ae80bb1c2f7a7a2ccfa4)) - Factor out TestHelperConfig and ClusterConfig setup from args into one reusable location/helper function.([`f91b9724`](https://github.com///commit/f91b9724a5b857f5436ba6be184c069fc4a32cf6)) - ([`99d19617`](https://github.com///commit/99d196176a2d328001fb7ea3c9a8b9ed8b7d7a40)) - Update chainbase to tip (-Wfree-nonheap-object suppressed got gcc-12)([`847fec0f`](https://github.com///commit/847fec0f13f829087ec9a8ce9537c5145b45fe15)) - ([`3342373d`](https://github.com///commit/3342373d674faa7c4659232031f88327ade30a8d)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1081-dry-run-auth-check([`22463096`](https://github.com///commit/224630968a7ba32935a636185c6c8d0298aea895)) - ([`b56d4b54`](https://github.com///commit/b56d4b5400985d364854aeafbe775f9837f2ab42)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1081-dry-run-auth-check-4.0([`e33ed69f`](https://github.com///commit/e33ed69fcbbe14f62fe51ae457242f1dc2056c5d)) - ([`e059d821`](https://github.com///commit/e059d8213e68b998362d19f9b7eeaa607b6230d0)) - Fix not fail on signature checks for dry-run, include the time it takes for checker.all_keys_used()([`e07fd0a0`](https://github.com///commit/e07fd0a0c841d3a0b0c9323a807a047aa6ce4d3d)) - ([`e585d0ed`](https://github.com///commit/e585d0edbc83686f1f5d3dfd7a1de503db13814f)) - ([`4a4ed579`](https://github.com///commit/4a4ed579dcf274460f60fc9d0f047005bb9f5b5c)) - Update submodules to the version building with `-std=c++20`([`5f01a2ad`](https://github.com///commit/5f01a2adac975884052e6119c7b3c29d4e279598)) - ([`cc4a46df`](https://github.com///commit/cc4a46df640488458694a954cb3c276c7f11f29c)) - GH-668 Remove space which confuses CMakeLists.txt processing([`c5774f69`](https://github.com///commit/c5774f69113bdf0c3de586637970a1f9fb810e85)) - GH-668 Move subjective_billing to chain library. Break circular dependency between producer_plugin and chain_plugin.([`a7d268df`](https://github.com///commit/a7d268df10188811e152720f576dc94d8ddf8119)) - ([`d2beec37`](https://github.com///commit/d2beec373b4bd85181c7ba5cc162caf9235d78af)) - ([`101f11fa`](https://github.com///commit/101f11fa6c4f79b5397c19fc71a17d0ece289fda)) - Revert to use distutils([`c81ae9a7`](https://github.com///commit/c81ae9a766f95cb53308a15996fcb655d06b0a89)) - ([`f394de84`](https://github.com///commit/f394de84ce6e4bf1387964301ba51c585ce9039a)) - Add test([`306e9145`](https://github.com///commit/306e9145a3326df7c71aa4371a0a069b7ac4cb1b)) - Use dist-package([`f74763b8`](https://github.com///commit/f74763b8e6a2f583f81e5a6396992f09c5e04d24)) - Merge remote-tracking branch 'origin/main' into huangminghuang/python-sitelib([`de82f95b`](https://github.com///commit/de82f95baf462ab0ad39b2cf0e124c8f5b96a96a)) - Make sure Python_SITELIB exists([`4b104260`](https://github.com///commit/4b104260ba99a59a7a744cbe2161b3783b2de0b4)) - Update Python_SITELIB([`16c43751`](https://github.com///commit/16c437514ea9b5a260c22d0661b85a7e9762a666)) - Use python_SITELIB([`e3583307`](https://github.com///commit/e3583307fdc38602d0d2af978b04848aaeb38ffa)) - ([`83be35f7`](https://github.com///commit/83be35f7131cad8e4fcaa5faad707b07d5804ea6)) - Correct version after merging 4.0.0 version bump([`889d3124`](https://github.com///commit/889d3124681bf9968604b9a4ce98c6e39744009b)) - ([`48e83f13`](https://github.com///commit/48e83f138de374b66676d3ddfff3b73642aaec85)) - [4.0] Bump Leap version to 4.0.0([`af8383c3`](https://github.com///commit/af8383c34ced8344ebd5fd519fc84db526963b52)) - ([`b67d1747`](https://github.com///commit/b67d1747dd3662baac45ba3ffe8ea2408c938d56)) - Lower another timeout which I hit occasionally when running tests.([`f5cb026e`](https://github.com///commit/f5cb026ee1e18c0d5997552cf147d53bb60196b2)) - Fix test failure on fast machine (release builds)([`663fc516`](https://github.com///commit/663fc516d1f7f0af5f46f2851a002e583639f9e6)) - ([`48b6a4e2`](https://github.com///commit/48b6a4e27ce4f1666b9c91e8c287164452d0bd5d)) - Address PR comments([`6f5254e4`](https://github.com///commit/6f5254e442a3e09aa4c0daefdbca4b1592ea3eab)) - ([`1d19a7d2`](https://github.com///commit/1d19a7d2f1000a477f7fda96f3d4dfdee326d54c)) - Fix compilation issue.([`d75c0421`](https://github.com///commit/d75c0421f4385061a3301e3a4e23d13e1715443f)) - Update `get_account()` to serialize off the main thread.([`1640c382`](https://github.com///commit/1640c382de994899133be70f8725e12e04831f89)) - Update calling convention for `get_account()`([`b2d1d890`](https://github.com///commit/b2d1d890c18561d52055403d1aded4dec5f37ad0)) - Update `get_table_rows_ex()` to serialize off the main thread.([`41e2e68e`](https://github.com///commit/41e2e68e3fa7ea4a1780e7690ad1d62e70b2feff)) - Update `get_table_rows_by_seckey()`([`078f7b48`](https://github.com///commit/078f7b4861930d577adb0084d3c985efa6113be3)) - Update calling convention for get_table_rows().([`193f2cd5`](https://github.com///commit/193f2cd5f0c372d913822b930547ccdee05b1643)) - ([`3b99d832`](https://github.com///commit/3b99d8322e6b8e9d7fd52f5f8fad9a68ad0a270b)) - ([`73383f27`](https://github.com///commit/73383f27103d8d04a689908458a88a6927b4643a)) - ([`694b11b4`](https://github.com///commit/694b11b4a171870ce5e6b612db4ec7865d2fcd87)) - Remove boost <1.70 workaround in libtester cmakes([`380dd917`](https://github.com///commit/380dd917c85fce408a19ba4c71eb4f153c7d5d2a)) - ([`fe16dc29`](https://github.com///commit/fe16dc296794269f96cd5b4213098075ab1575e0)) - Also remove now always empty libosssl variable from link list([`5c5f550b`](https://github.com///commit/5c5f550b8cd92e88992a3e3197b1db1409e31e38)) - Remove unused libssl from libtester cmakes([`45947163`](https://github.com///commit/4594716347266d689c9fba4f2e962ae323c16e3a)) - ([`fc4d60af`](https://github.com///commit/fc4d60af70ca15b8d84eae48abd644b61ac43c76)) - Added missing namespace([`619de63b`](https://github.com///commit/619de63b3dd5e82d283bdfe528ef3e2c679ca4ae)) - ([`da014a69`](https://github.com///commit/da014a698a557a14f2eb3e17a8c47374ebd763a6)) - ([`57eab29d`](https://github.com///commit/57eab29d7a26cd0cb940040d227cee46d5f9f4a1)) - ([`2b5b3cee`](https://github.com///commit/2b5b3ceedf93fb0b04122dd304508c6cce964af9)) - Adjustments([`c9c84d61`](https://github.com///commit/c9c84d6175df86c16a676ca591c4518d1d6d94b5)) - ([`876910a8`](https://github.com///commit/876910a81bc9adb25bb8b368c6102384498d42bd)) - ([`27325ffb`](https://github.com///commit/27325ffbfd6785400af9bed1e533b4d7de278cea)) - Updated if condition([`24f886de`](https://github.com///commit/24f886de91eda25ef57e0e4f996cbf816bba3764)) - Convert small neg values to string as well([`9501ea2b`](https://github.com///commit/9501ea2b90934e92f3054f1c6f521dd34be7cbac)) - Update chainbase to include comparison of different signedness warning fix([`0457c48b`](https://github.com///commit/0457c48bfb32621b9084300d825cbe72db4633cb)) - ([`cba6aa82`](https://github.com///commit/cba6aa8212b08af8f019c26df8dbb8a8402b619a)) - Fix a compile error from last minute change([`6f8896ec`](https://github.com///commit/6f8896ecd75caac4a5be56f567f5893606ab5664)) - Fix control reaches end of non-void function warning([`8834403c`](https://github.com///commit/8834403ca0b971db0c8743ed1b5a20eb0eeb28e4)) - ([`f583e29d`](https://github.com///commit/f583e29d7627bde903691af30c17666e9bbba148)) - Added include of optional([`d658d610`](https://github.com///commit/d658d61081fa861505e6120643e2cfc834038af7)) - Remove some additional unused code([`202f2249`](https://github.com///commit/202f224991e2f8d0986b37861476a258591132d2)) - Fix indentation([`060dbed7`](https://github.com///commit/060dbed7f70966c4dbc8eb85f6d1a8d80b1597bd)) - Remove fc::string alias([`a1cb7191`](https://github.com///commit/a1cb719176d8e78e3c5222c996938f34a8cc556e)) - Remove unused files([`acb580ad`](https://github.com///commit/acb580ad0a3501eac8d539bb26002405b0d3e1d5)) - ([`eacc0122`](https://github.com///commit/eacc0122f4a9a42ace3c88e6fd4e505b23be7aa9)) - Small updates to config and performance measurement sections.([`575d7596`](https://github.com///commit/575d7596e1dc0918e280416dd744c3a21e645ad2)) - Update initial API Node Op Mode documentation.([`6a0beee0`](https://github.com///commit/6a0beee038c6b8aa25b91c1c891230aca8a0514f)) - Address peer review comments.([`f02287e4`](https://github.com///commit/f02287e44535e51b7ae21d1c90db73c40f51d644)) - Fix comment.([`9ff417bc`](https://github.com///commit/9ff417bc69e9b87b352ebb9d606c34821547023b)) - Add missing source file to executable in CMakeLists.([`b9f2d280`](https://github.com///commit/b9f2d280a173f20af051798d1515c8ebb57f7461)) - Switch to callback model instead of promise/future.([`81504813`](https://github.com///commit/81504813b7e23c7bc477621ba141550d095a196d)) - Make fail function inline.([`0dbce37f`](https://github.com///commit/0dbce37fce2617ab22c7248dde24162318e7a3d0)) - Add missed include([`f1b6b770`](https://github.com///commit/f1b6b770b0fc298e146b1c6c244515a3db1015d1)) - ([`bc807a26`](https://github.com///commit/bc807a26606b9a090beabc9ec3a79c0df4158f83)) - Add placeholder documentation for API Node Operational Mode([`ce33412a`](https://github.com///commit/ce33412a095bfa81754e88204bc175d3d6d27a30)) - ([`d1fd7c14`](https://github.com///commit/d1fd7c14e6b16af25ab707e19546f0413f4fc35d)) - ([`11964ff7`](https://github.com///commit/11964ff71f02e58fbd4ea44f8b9780cf422f2884)) - ([`a1b1722e`](https://github.com///commit/a1b1722e476ebfa36319d49daa6144937b550b19)) - GH-452 Remove unneeded forward declare([`ab84c781`](https://github.com///commit/ab84c78135f1f474c061a9c65c8368ccb3a6adc0)) - GH-452 Untangle unlinkable_block_state_cache and dispatch_manager([`b9c6a668`](https://github.com///commit/b9c6a668c09789e58a50feef8f3a1bb06a27df61)) - GH-452 Encapsulate unlinkable_block_state_index.([`fd554690`](https://github.com///commit/fd5546901cc4cff5a2f2b6c17877199b454a5226)) - GH-452 Some renaming to make code clearer([`022b6f3d`](https://github.com///commit/022b6f3d5a59ec3fbc75110f34a0d7be8919c753)) - GH-452 Remove correct block([`120d2261`](https://github.com///commit/120d2261d1c5b51bf0686cfee03ce784ceb256be)) - GH-452 Keep and retry unlinkable blocks([`2a3a784f`](https://github.com///commit/2a3a784f3f10d629dd68f6cd0069e3c6a7f20130)) - Always use relative path([`53f9ca1f`](https://github.com///commit/53f9ca1f2aca9de3f7b173281383fff9900441cb)) - Merge remote-tracking branch 'origin/main' into huangminghuang/unix-path([`f0285306`](https://github.com///commit/f02853063deb4985b280722e73168631ee133505)) - ([`f3b92143`](https://github.com///commit/f3b92143f5541a1336b53a410351a3a4774932ee)) - Address PR comments([`88f477a7`](https://github.com///commit/88f477a7d58b570649e8d81486d814b3463dc75f)) - Merge remote-tracking branch 'origin/main' into huangminghuang/filesystem([`429bb3fa`](https://github.com///commit/429bb3faad543ba23d13269f7a430ead080dde4a)) - ([`aba8b86b`](https://github.com///commit/aba8b86be335b42c9e39303bc35fc42012b33541)) - Add needed `string` include for some newer libc++([`fdb0ae65`](https://github.com///commit/fdb0ae65bae1766941d2d1b02d4d370841119243)) - ([`d849c9c6`](https://github.com///commit/d849c9c67c6410e8d3e055b39b6866346f7d3ba0)) - Moved state_dir option to chain-state subcommand([`b837affa`](https://github.com///commit/b837affa1da67d4c48aa6cbc38df8a0f0a8396a4)) - Dropped short argument form([`bba172f7`](https://github.com///commit/bba172f769fd47f7ca0416fee21172ad5984a4e4)) - Added check for chainbase version([`33334b1b`](https://github.com///commit/33334b1b43821bd5e7fb94f2260ed81b3acbb404)) - Added subcommand to check for a clean shutdown([`f1934412`](https://github.com///commit/f193441289f425aa260e01dcc28c6e9c30da4dab)) - ([`2ef87891`](https://github.com///commit/2ef8789182aaa774f781b9d32a34771c61d9e784)) - GH-452 Move setting of closing to false at end of close([`1ffb230b`](https://github.com///commit/1ffb230b2bd87ed6785c044582be0109799431b8)) - GH-452 Close immediately on buffer full.([`dd045a89`](https://github.com///commit/dd045a894950ae51702f3eec71ae3341338c5234)) - GH-452 Add alignas(hardware_destructive_interference_size) to avoid cache synchronization. Also removed an unneeded atomic([`054ddf86`](https://github.com///commit/054ddf8648286eb6f57892e7ee2b30d7030db36b)) - GH-452 No reason to stop processing a block just because the client has closed the connection([`686bd568`](https://github.com///commit/686bd5680d3fb0d5acad4f232253397fec91d41a)) - GH-452 Encapsulate sync_mtx([`fcbd3da2`](https://github.com///commit/fcbd3da22f4880a46dcd8ba4a7b46203b56615d1)) - ([`bd05872b`](https://github.com///commit/bd05872b6bb6ebc350ca8f6ac1df7bc6a5639344)) - Make docs easier to update by limiting additional formatting from help messages.([`2bf7a1ac`](https://github.com///commit/2bf7a1ace2afc05447ba1bb9a665964ddd68de62)) - Finish removing config options no longer supported by producer plugin.([`40e776bf`](https://github.com///commit/40e776bf2964b18f717d22d7612cb999ef97e026)) - ([`866ed20f`](https://github.com///commit/866ed20f356a8e8e30af3fba26b8f492958d07c8)) - ([`3459a104`](https://github.com///commit/3459a104ee5880e40b2676653c33ce439697a64d)) - ([`b91b4c75`](https://github.com///commit/b91b4c75c85e8068fcd5ac80e8a1a4b1a60ea663)) - ([`d115fa6e`](https://github.com///commit/d115fa6e30bb21fc0ba009ee2ede9f100974d751)) - Deconflict shorthand arguments for help.([`2bc918fc`](https://github.com///commit/2bc918fc4d5a1493c1af174ad38ae38ef9f7c5f2)) - Update README for changes to arguments.([`32a7503e`](https://github.com///commit/32a7503e01e3aca0f3ee557d70cc70ed5118e194)) - Updating README dir structure and test report outputs.([`80e05c83`](https://github.com///commit/80e05c83274e2559c742e95da774bf42262d51d7)) - ([`088d5c7a`](https://github.com///commit/088d5c7a30efa4bb24164a63c1a114bceda78a11)) - Add initial note on configuration of the bp operational mode.([`16b9d324`](https://github.com///commit/16b9d324b72b6eb1ceadf0de54d050774bea2d45)) - Begin to layout framework for operational modes in performance_test.py.([`8d87497b`](https://github.com///commit/8d87497b00d7ac6057f200d88a00f659af4e900c)) - Begin documenting operational modes.([`5872a087`](https://github.com///commit/5872a08793bb6675ac4fb00939034b5207ac1205)) - Remove more unnecessary generic_string()([`f20f9382`](https://github.com///commit/f20f9382e643b0c636977f966443731a2ef8eb15)) - Address PR comments([`c406945f`](https://github.com///commit/c406945f632bbde136a73600cb048524b09af51e)) - Remove unused include([`bdc73d43`](https://github.com///commit/bdc73d43d10ec3402d038f22daa67e5343bb8f93)) - Update build.yaml([`6726ca6e`](https://github.com///commit/6726ca6ed388b322ba3bf77b52e470681e17606a)) - Update cmake([`8bd05824`](https://github.com///commit/8bd05824cec3e4074a2160068c032b43114933ce)) - Update appbase([`69c4e006`](https://github.com///commit/69c4e006137d1c58f0aeff25ab84a7e0f09226fe)) - Update submodules([`c7873a8a`](https://github.com///commit/c7873a8a170c770d098cbf1c5216df7b6484d70b)) - Some format fix([`12d7500a`](https://github.com///commit/12d7500a69374d6ac6b3237ae4c3b94d60e43a8d)) - Update submodule([`67b0fca8`](https://github.com///commit/67b0fca821d5dfb42fe741c7279d04a6de917303)) - Remove test_filesystem([`29598be6`](https://github.com///commit/29598be6995a82ded59c64b11630f09238f24575)) - Replace boost::filesystem([`d15d16b0`](https://github.com///commit/d15d16b0be2d46c4caa9a2c5c19510d9bcd162ec)) - Mitigate unix socket path problem([`495e417d`](https://github.com///commit/495e417d829a768a0482777f2762b2c7451c464a)) - ([`daa25c95`](https://github.com///commit/daa25c95e76ff28b353dc577acb61448d84e45f3)) - Fix typo([`7e322b3c`](https://github.com///commit/7e322b3c2b62db42498306dfb8ddbc0fd4428b54)) - Pass Resolver as `const &` instead of by value([`9f365be4`](https://github.com///commit/9f365be4a96b3314f4f5e257d49aeef2fe8cb54e)) - ([`509c0473`](https://github.com///commit/509c047323cfbfc982b38bf21e7e06a587cd3303)) - GH-955 minor perf improvement([`7924cfa0`](https://github.com///commit/7924cfa099b947b11f30fcc9e3460a71b10d2d2b)) - GH-955 Use unordered_map([`8e29a56c`](https://github.com///commit/8e29a56cda498ee98bdbe30cf4fb5b7a98193f72)) - Add SHiP forking and have_positions unittest.([`dd3b2300`](https://github.com///commit/dd3b23005d5086b7da3ffab490c8b00a8b4c34b4)) - ([`fe9128e6`](https://github.com///commit/fe9128e60fcdf7c7bef3d34e2aff54f05dc410e0)) - Update to latest commit of abieos submodule([`35eadc16`](https://github.com///commit/35eadc169759a8c4b1ddb4e90b596893489be6ca)) - ([`c89ee3ea`](https://github.com///commit/c89ee3ea229f62685b39fd0f8b93328eefbf885b)) - Small but measurable improvement to executor queue.([`708a8eec`](https://github.com///commit/708a8eec80a5e93526852f0db3483c31980b6d71)) - ([`2b5915b2`](https://github.com///commit/2b5915b260983adca46b64ef04e6f6cfc182a5f9)) - GH-452 Avoid unnecessary construction of boost::asio::buffer([`bd655194`](https://github.com///commit/bd6551947fca94533222d1c2802a5a3d5d43028c)) - GH-452 Clang-tidy fixes([`4cb969d9`](https://github.com///commit/4cb969d99101d245bfa4c143d3f855280cb63320)) - ([`ceeed297`](https://github.com///commit/ceeed297af20d8198a0bcce5e0cb62335ee8a5bc)) - Address PR comment([`ae136cf9`](https://github.com///commit/ae136cf9eb9b9a5786cfa0ac442404ef656e2410)) - Fix compilation warnings with clang-16 (mostly warning: unqualified call to 'std::forward')([`39cefd63`](https://github.com///commit/39cefd6304569111297e04b437fab9313a462ad3)) - ([`3b2f6654`](https://github.com///commit/3b2f6654f898a64aed6abd70aac4461c4976d8db)) - Revert "Keep track of whether the serializer cache contains a setabi action."([`e0edbcdc`](https://github.com///commit/e0edbcdc308a5628acde888aab147481a1010b7a)) - Keep track of whether the serializer cache contains a setabi action.([`8d830dce`](https://github.com///commit/8d830dcef027dfb3b67ecf1eb6e945e3f60438d1)) - Address PR comments (mostly allow parameters to be moved by accepting values)([`380373b6`](https://github.com///commit/380373b6cd2ae1ce4090b2fc2cfc9fa3d38ba2ac)) - Add comment as suggested in PR review.([`6e47c714`](https://github.com///commit/6e47c7142a785c90ded3c1f6be2a785d882edd6a)) - Change `abi_cache` name as per PR review comment.([`0c041509`](https://github.com///commit/0c041509e61a651b6f842b58f680a4154a86f12b)) - Commonize to a single send_transaction function.([`8fabe5d1`](https://github.com///commit/8fabe5d1b8e04e17bd12ceae150d212b0ffbcfd3)) - Have `send_transaction` call `send_transaction2`([`52f0a2a9`](https://github.com///commit/52f0a2a9546ca1194108ac4a805b95566f83f9c3)) - ([`64570405`](https://github.com///commit/645704057d5cdfa4a02b83734b65cdda43fefd4e)) - Whitespace cleanup([`9aa412b1`](https://github.com///commit/9aa412b1079358f62d0a49f093b7d57a6c1ad3e9)) - Avoid unnecessary copies, restore `mutable` on lambdas capturing the abi cache([`52e25cdf`](https://github.com///commit/52e25cdfe33eef0d9dcd33dcd6ccfb23654a0561)) - Remove unnecesary `mutable` qualifiers.([`841a59eb`](https://github.com///commit/841a59eb3289cc0e0e1804401dafda8fa705b34f)) - 2nd batch of changes from PR review comments([`eb496774`](https://github.com///commit/eb49677485d1f751e2aa925e53fa637fac047303)) - First batch of changes from PR review comments([`ac8c37c6`](https://github.com///commit/ac8c37c6d575ce135cfdeb6082643e62182ed838)) - ([`01a0dc5c`](https://github.com///commit/01a0dc5c0c0e4d2ea950842a033daeb5134bb718)) - Make a few lambdas `mutable` to avoid copying abi_serializers([`28b03d21`](https://github.com///commit/28b03d214553dacf8fa31086e69386fa265ab3bc)) - Update get_block() API to use new architecture.([`9fd4dfff`](https://github.com///commit/9fd4dfff7126999e6ad2ed482e973e1bd7154864)) - Correct abi caching, avoid unnecessary serializer copies([`c2aab35c`](https://github.com///commit/c2aab35c607617361a2fadbe09c105f04e8f87c8)) - ([`e6166495`](https://github.com///commit/e6166495b7884694503b87c97fc0bfce24289260)) - Move serialization off main thread for compute_transaction([`66c1731f`](https://github.com///commit/66c1731f3f0ea5d836435a0d5c6696b852f02ce0)) - ([`0b3cc3dd`](https://github.com///commit/0b3cc3ddd77c3e1a350b12b726eb271920803913)) - Move abi serialization of transaction trace off main thread for send_transaction.([`51d2b5ba`](https://github.com///commit/51d2b5bab77a19ee8be2ac110a6f7f2f7834c158)) - ([`be11e4f2`](https://github.com///commit/be11e4f2f6221aa6e373ffbfa071a37c46ffcd7a)) - GH-767 Add log on sending blocks only because of p2p-accept-transactions=false([`3e1f05ba`](https://github.com///commit/3e1f05bac90f51c01031c5c9f82a64518ece95e8)) - GH-767 If configured to not accept transactions, p2p-accept-transactions=false, then inform peer the node is blocks only([`b1c9efa2`](https://github.com///commit/b1c9efa270af5edd22ba3c5f4fd39ac0e77a2417)) - ([`dec181b6`](https://github.com///commit/dec181b6fc687136094bac94921328e2bd72cf3e)) - Merge remote-tracking branch 'origin/release/4.0' into GH-1003-debug-log-spam-main([`0f3685a4`](https://github.com///commit/0f3685a4fd2085fadb5f601916bf0fd7627397b6)) - ([`23e94d54`](https://github.com///commit/23e94d542dd19542302a5594a6efe2604a0c8f1b)) - Merge remote-tracking branch 'origin/release/3.2' into GH-1003-debug-log-spam-4.0([`24126916`](https://github.com///commit/2412691694cdde4fba5c37f9cffec81d9f5850c9)) - ([`051a893c`](https://github.com///commit/051a893ca72e014118b1cb05fbb7a50407c23996)) - GH-1003 Reduce producer_plugin debug log spam([`afbcdf24`](https://github.com///commit/afbcdf240bc10ddd7fe9ac37494208d7d7806ee7)) - ([`d7ea2e0c`](https://github.com///commit/d7ea2e0c949738f23cb985917788581e5fe9b0eb)) - Merge remote-tracking branch 'origin/release/4.0' into GH-678-http-debug-main([`c43bf480`](https://github.com///commit/c43bf480f6daaedc6a0b45b1bf668e73e500e416)) - ([`20b73e2e`](https://github.com///commit/20b73e2e203c158b4823d44522d7bdace0b140f3)) - ([`8c391275`](https://github.com///commit/8c391275e31b545780c10cb439f4374330453d5f)) - ([`c8b917a8`](https://github.com///commit/c8b917a8848e4e610067a955befe042f0bd05c80)) - Merge remote-tracking branch 'origin/release/3.2' into GH-678-http-debug-4.0([`29a69b60`](https://github.com///commit/29a69b6041eb8115fdd7071ece1c32b74a83193d)) - ([`480374b2`](https://github.com///commit/480374b2453e7466a8f4208773e37531e72ed040)) - GH-678 Log all http request/response when debug log enabled([`d4bd548d`](https://github.com///commit/d4bd548d61f5f7ab796149287400980cc77dbafe)) - ([`e54457bc`](https://github.com///commit/e54457bcb0079477ac998a4c4c6ae08bd46f3d65)) - ([`5c1ac2ca`](https://github.com///commit/5c1ac2ca7094f164bc4173e5c732500ba7bb7543)) - ([`63a97a63`](https://github.com///commit/63a97a63ceffc7aa5f41479bec9da4adc38dea8b)) - ([`b9375ba2`](https://github.com///commit/b9375ba27a56f5f2fc2b95f0c53d00ee94ef78f1)) - ([`b61198cb`](https://github.com///commit/b61198cbf4a3bb1bb836a7e3affb31148cb400d6)) - ([`1c4ae672`](https://github.com///commit/1c4ae672faadc7396cd44c2f10c44004f9c66343)) - ([`c716ac54`](https://github.com///commit/c716ac54803163a82604b03c58761500e7309194)) - Add test([`7efec6a6`](https://github.com///commit/7efec6a6693f1eb2fcb9b9355321c45d977fac90)) - Response to disallowed host([`07400555`](https://github.com///commit/074005550661ecc693ff8712dc11bac3b28ea1e3)) - ([`ff2251d6`](https://github.com///commit/ff2251d6d973b404840ad74162fd859e255dc2de)) - ([`03c5d6be`](https://github.com///commit/03c5d6be9eb9de973f945c48ba71dec6dfdb118c)) - ([`13d484ca`](https://github.com///commit/13d484ca9e192e844277b98e4e16683cd40a181e)) - Add type wildcard([`abfbe136`](https://github.com///commit/abfbe13624c95df2ffe9fbfba3641fd7e06f6afe)) - ([`a3f52dbf`](https://github.com///commit/a3f52dbf8e26ba1a9a7c1f3dccc7944f9c450dbc)) - ([`f8ce7345`](https://github.com///commit/f8ce73456915da8da7ec81604e37223084842715)) - ([`1a8d88f6`](https://github.com///commit/1a8d88f6a65ae0d0290c9d12affc219a5965ef33)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/prometheus-fix-main([`bc101f57`](https://github.com///commit/bc101f57852f0df7da4319fb59f3c64b9665476e)) - ([`8dbb9f1b`](https://github.com///commit/8dbb9f1bcc49db0e1ef2fb5fdcfce0c2024ef9ba)) - Add test([`df88471b`](https://github.com///commit/df88471be4524a5749ea4b24e28ad141ad2c79d9)) - Restore version after merging 4.0.0 rc3 version bump([`dd2b3920`](https://github.com///commit/dd2b3920c3340cf5707da2209ef5f9b8a854ef29)) - ([`28ffcc84`](https://github.com///commit/28ffcc841be8a7abc25c16d1044fe9867db7bee3)) - [4.0] Bump Leap to release 4.0 rc3([`4966b623`](https://github.com///commit/4966b623111d0d18ca38aaf628edabf19ed149be)) - Address PR comments.([`7808e5e9`](https://github.com///commit/7808e5e9935f043b3ae6a452bd072f6e55379c36)) - Cleanup duplicated code blocks in get_account([`36d4dd7f`](https://github.com///commit/36d4dd7febf853964ca3133758c94cc353908469)) - ([`282eee57`](https://github.com///commit/282eee576570a15ab461b471a335366c9185534c)) - Merge remote-tracking branch 'origin/release/4.0' into merge_eosvmoc_retry_to_main([`0d888b84`](https://github.com///commit/0d888b84e6389163e14f999a270c650e5471251a)) - ([`b9b4b8a0`](https://github.com///commit/b9b4b8a03541ffb1dd7925f60eb4e0449e96064e)) - ([`32ee2907`](https://github.com///commit/32ee29077315f43d8181863f962937cf8a71747e)) - Add missing transient_trx_failed_trace_log for speculative execution([`c701194f`](https://github.com///commit/c701194f4860337810cfa37dd5bb7106928fba8e)) - Simplify ro_trx_vm_oc_compile_temporary_failure handling([`706bbb90`](https://github.com///commit/706bbb90eccfb5532ac01792e8f2b5f9eff9110a)) - Fix the problem of ro_trx_vm_oc_compile exceptions caught prematurally([`4f35d999`](https://github.com///commit/4f35d9990f059c6eb03a5f5e759e5c01b1c83ff7)) - Replace ro_trx_temporary ro_trx_vm_oc_compile_temporary_failure, ro_trx_permanent with ro_trx_vm_oc_compile_permanent_failure, and add better description([`e58d26fb`](https://github.com///commit/e58d26fb833fb0e7c319dc3f19b8708f2c2fa110)) - Push_read_only_transaction handles temporary and permanent failure exceptions([`4be7471c`](https://github.com///commit/4be7471c563a45439d8bb73c20ce80f73ee93350)) - Get_descriptor_for_code returns failure reason and wasm_interface::apply raises appropriate exceptions([`1b3e49b9`](https://github.com///commit/1b3e49b96cfaf262d010bad0faa2ea7f9a88578f)) - Add new exceptions for read-only trxs([`d9cf9336`](https://github.com///commit/d9cf9336ceec274bfbfef52bb43acf9840a82fba)) - ([`aad4d4aa`](https://github.com///commit/aad4d4aa39a1ca8e5f43c96c82c01e889c44e1a3)) - Merge remote-tracking branch 'origin/release/4.0' into more_direct_eosio_exit([`24e34bf8`](https://github.com///commit/24e34bf8bbb8e4f60116656c2510c358691a29bd)) - ([`78430903`](https://github.com///commit/7843090356685b7fcb7efbe855920dab32b70402)) - Make `eosio_exit` more direct([`3a3d36ab`](https://github.com///commit/3a3d36ab08a082272514d585d7362a2081a97d5f)) - ([`f08592d2`](https://github.com///commit/f08592d2c74a092c087956c31af868acb9e9ca6a)) - Merge remote-tracking branch 'origin/release/4.0' into GH-980-restore-read-mode-speculative-main([`8ee0f984`](https://github.com///commit/8ee0f9844b9fd9e5a0687ffe8a60fe7ce8393d75)) - ([`de1c1c2c`](https://github.com///commit/de1c1c2c0dac875926366eff417938cf98afd335)) - GH-980 List speculative mode last since it is deprecated([`d8168632`](https://github.com///commit/d8168632e5f9c1b7e28d29d5d847d71ee13149fb)) - GH-980 Add a version of the distributed transaction test running in read-mode=speculative([`08957790`](https://github.com///commit/089577906420eb23a86e1844e47c57b93bd092af)) - GH-980 Restore read-mode=speculative([`d5f8575e`](https://github.com///commit/d5f8575edaee93d5028e60a8cf64a68eb47c9c08)) - ([`8575d623`](https://github.com///commit/8575d623543b6d4c1bbdc4c8ffd2a14aafb674f0)) - Remove deprecated options([`3191ab29`](https://github.com///commit/3191ab295d1da3fe737516a2f5a459bde3d250a7)) - Address PR comment([`dce7f418`](https://github.com///commit/dce7f418c3c98b51e7ad6e5235dd84f35cbd034c)) - ([`3ea7bae1`](https://github.com///commit/3ea7bae19fce06da86a417794ac4dfea6b255306)) - Address PR comment([`2766caf1`](https://github.com///commit/2766caf1ba158a1b0c9cbbfedbaa26047f6cbb82)) - Add missing test in cmake([`6ee7e1f1`](https://github.com///commit/6ee7e1f1bb312453e42d800179c18016986110bd)) - Optimize block start time([`a4ee1911`](https://github.com///commit/a4ee1911851f1773a123435a6eced8d3ac1d5bf7)) - Update http_client_async to POST with message body and promise/future to see response.([`0f1b0a30`](https://github.com///commit/0f1b0a300af61b6bfe8cad3c7dd9df6fad11d993)) - Replace bind with lambda([`3b8ad963`](https://github.com///commit/3b8ad9632c4d5d5906ef5c00846ad37ea160f7b0)) - Add boost beast example http client async vs. 1.7([`0dc3a16e`](https://github.com///commit/0dc3a16e312377e7eba32fe49866f41595d76093)) - ([`29dd998f`](https://github.com///commit/29dd998fae3efaed50aa615363b45623a12ea87e)) - With increasing min boost version to 1.70, can remove optional behavior for older versions.([`c5a956d0`](https://github.com///commit/c5a956d05b569f6f32f52a11a890b88a7bf1c061)) - With increasing min boost version to 1.70, can remove optional behavior for older versions.([`5ca44254`](https://github.com///commit/5ca44254f601e7f20bc6acaabc981865e1c50220)) - Update boost version.([`455b40b0`](https://github.com///commit/455b40b0730946799c14f0fef19f4904f2bc8784)) - ([`dfe829e7`](https://github.com///commit/dfe829e7dc0d7420e73905cba7d520a3f8dc8769)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/prometheus-port-main([`7b3c2df5`](https://github.com///commit/7b3c2df592c01fa67a3de3d3c0efeba3e8476ca2)) - ([`2b60a391`](https://github.com///commit/2b60a3919cb15b41754ec78b9bd465755982195b)) - Address PR comments([`1b68dd7f`](https://github.com///commit/1b68dd7f8387f53d063f9e40daadf10b23dab968)) - ([`16354ee6`](https://github.com///commit/16354ee6e58a23bd23e1cd1856cd91de67fea8a3)) - Avoid std::bind([`d10df326`](https://github.com///commit/d10df3260056e3b1a8c32b190bcc40f252b9bcb9)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/prometheus-port([`bd9511dd`](https://github.com///commit/bd9511dd0ef6808d40f81968acd5383c0b0a6a67)) - Based on boost 1.67 example([`0355c521`](https://github.com///commit/0355c5212607532136befa40fb59ecddab2eac9c)) - Address PR comments([`1b9c6525`](https://github.com///commit/1b9c6525da8914e93705da668149dbb9d5846b99)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/prometheus-port([`3a5c6bca`](https://github.com///commit/3a5c6bca807f34ea0ca8563ba706009d993d67c4)) - Prometheus on different port([`59a8809f`](https://github.com///commit/59a8809f98ba11ac8a01faf8454c0887563f3655)) - ([`f31e5277`](https://github.com///commit/f31e5277cd53085baeef889af6da4074ff303354)) - Remove unnecessary header addition([`8f90505d`](https://github.com///commit/8f90505d3e3a05c239976b411a329d9eba6d1e46)) - ([`43f64b36`](https://github.com///commit/43f64b36a94ad101874ccdfe0179919b117835cd)) - ([`71824ff2`](https://github.com///commit/71824ff287eba6e6f7b6bfa640aba14f78cc3c84)) - Fix a couple typos.([`74575d34`](https://github.com///commit/74575d34048e9b2ca30fdfd59264a55328f0621b)) - Update whitespace as per PR comments.([`1d039b67`](https://github.com///commit/1d039b67492f43e69aa237a7964d7855501a9b94)) - Address some PR comments (define types in `types.hpp` and add comments)([`01b992ce`](https://github.com///commit/01b992ce05c449b90389ebe8f46594fc28717534)) - Missed another needed change([`3f9f7045`](https://github.com///commit/3f9f7045879dcac367e482b596330f1c2c799616)) - Missed needed change in macros.hpp([`a2d676e5`](https://github.com///commit/a2d676e517182f566989b696017065731a10477f)) - Unify definitions of `next_function` and its parameter([`be8217f3`](https://github.com///commit/be8217f31ac4d5cb91a7cbf96bc9d9ccf9cf50e6)) - Add generic `make_api_entry` function which splits processing([`3abe789f`](https://github.com///commit/3abe789f76384c46d95a3c8c9c3a2416b96846d1)) - ([`21ede922`](https://github.com///commit/21ede922f7c9aaa7fb65e8b254a313024efa86ae)) - ([`49637beb`](https://github.com///commit/49637bebb92f808716f12ac4d28a557101743b85)) - ([`b71ea9ad`](https://github.com///commit/b71ea9ad10053a0debaa2a22445f2db356fdd361)) - ([`acdd583a`](https://github.com///commit/acdd583aaf1bf46c47537511dd03bdc1ac319775)) - ([`cbef1eca`](https://github.com///commit/cbef1eca19036c7d9b90a5ed18adda6c77b626b7)) - ([`2e8f098d`](https://github.com///commit/2e8f098d7ebabb2d9c96dd6d1ea7fd4711855bba)) - ([`425f6e61`](https://github.com///commit/425f6e610542c43828d44f2e39a086fbfae21c9a)) - Merge remote-tracking branch 'origin/release/4.0' into GH-978-read-only-limit-main([`0f316a45`](https://github.com///commit/0f316a45b5343fe92723a9329b862e1cb3646761)) - ([`17fb4940`](https://github.com///commit/17fb4940602131b05a68910371adc02ea1c4284d)) - ([`ae0018b5`](https://github.com///commit/ae0018b525221ad938adf82b58f4472030629c99)) - Multiple updates([`b2c81cdb`](https://github.com///commit/b2c81cdb4cca68f90f5fc06b033872de64496ac8)) - Make pending_snapshot non-optional([`26e2f658`](https://github.com///commit/26e2f658e4eb61e1f607eca0a9baf05e9296b957)) - ([`07b99d38`](https://github.com///commit/07b99d386afacc894a43826231ba121962927d4c)) - ([`ee7f5a80`](https://github.com///commit/ee7f5a8034d6daaf016a7202acf654e222aed7d7)) - ([`7dac5948`](https://github.com///commit/7dac5948b10824c41f960e1fdf59ed79bbb2901b)) - GH-978 Max of 8 read-only threads is allowed([`538437b7`](https://github.com///commit/538437b7ad83f02b7cde913fb9ffbc5512d93f39)) - GH-978 Set an upper limit on read-only-threads of 8.([`610bd6fb`](https://github.com///commit/610bd6fba401604ac1250e724bd1c2f8c665c97b)) - ([`54e89709`](https://github.com///commit/54e897094e7088652279a89353ff0cd752d2ebdc)) - Remove WAVM specific c++11 flag([`8aeb0b54`](https://github.com///commit/8aeb0b5445f7f1aa2c11d2064854c5d3bd7520ea)) - ([`9ee7277a`](https://github.com///commit/9ee7277ab850080d8cef5c188e113bcabb7d0cb5)) - Remove unused WAVM TestScript.h([`296fbc58`](https://github.com///commit/296fbc586f4c502dcfe970916256e492c9bb7c61)) - Remove WAVM travis CI([`da68bd88`](https://github.com///commit/da68bd88ec29aeea7e62a4a519415b977cfee2c7)) - Remove WAVM Runtime([`17201d4a`](https://github.com///commit/17201d4a63b878a2c98c05fece93eb4a3090d906)) - Remove some unused WAVM headers([`b310933b`](https://github.com///commit/b310933bb992aadfb7fc6552e6e054ee165bea7c)) - Remove commented out cmake rules in WAVM([`a644bb20`](https://github.com///commit/a644bb2070f8d532aca4ef386fe3342fa5634ab9)) - Remove ENABLE_SIMD_PROTOTYPE & ENABLE_THREADING_PROTOTYPE WAVM code([`391d14e0`](https://github.com///commit/391d14e0d2af92039df683b46ffba1be5592ed3a)) - ([`ff31742b`](https://github.com///commit/ff31742b14c92c2213b05ddae8a3e4715e28b555)) - Merge remote-tracking branch 'origin/release/4.0' into merge_missing_methods([`18736d61`](https://github.com///commit/18736d61ac42ea8b7cc4ef7d769ad05fab6bb533)) - ([`bc349683`](https://github.com///commit/bc349683e9658b89e31e9eaa2c21a4e0f44a669f)) - ([`9a10c803`](https://github.com///commit/9a10c803b3a49fd08213ddea11f1d6552a037e9f)) - Revert the change for get_wasm_interface().exit()([`6a97c7bb`](https://github.com///commit/6a97c7bb16afce2d21482670342025b9c842c60c)) - Remove first_block_num_used from wasm_instantiation_cache([`1f46ff65`](https://github.com///commit/1f46ff65ea57e72479c8d4ef5490bf1b146de9f2)) - Make sure app wasm interface methods are called on wasmifs on all the read-only threads([`9b38815c`](https://github.com///commit/9b38815c56c8b2960342c428a015b38f35abd2f8)) - Wait until all read-only threads are started before proceeding in producer_plugin startup([`647dd99e`](https://github.com///commit/647dd99e44c00be1a1205d5c6925ac8bde6124eb)) - Replace thread_local with unordered_map for wasmif([`5b1c8dd6`](https://github.com///commit/5b1c8dd6446d80eae91f331b417aa398bbaba157)) - ([`8bce249f`](https://github.com///commit/8bce249ff0011966e3a532a069582def97470edf)) - Merge remote-tracking branch 'origin/release/4.0' into merge_remove_check_limits_to_main([`599f08b6`](https://github.com///commit/599f08b6493a7931f1b76772a6904e080d568f46)) - ([`64d06887`](https://github.com///commit/64d06887a5d248b52424a1e819cbe23ea2abb966)) - Remove unused IR::Module module([`9ddf0f7a`](https://github.com///commit/9ddf0f7acf7821d4791c5eb1ed39d2ea869efe72)) - Remove unneccessary bytes copying([`2cb34fea`](https://github.com///commit/2cb34fea5c3bca854807c31528b1f7e75dbbd43c)) - Remove serialization completely from get_instantiated_module([`b59c1ad5`](https://github.com///commit/b59c1ad5e79824a37a455995fb74d8e5ffc1ead2)) - Remove parse_initial_memory([`6e8bd9ad`](https://github.com///commit/6e8bd9ad27307e2b58d08a075544a3b13166c2b5)) - Remove WASM::check_limits and initial memory from instantiate_module([`7e49aa03`](https://github.com///commit/7e49aa03fc6894f346b143261ea9121785113a73)) - ([`78e15fee`](https://github.com///commit/78e15feeaa4c89c4022a3b7f1976f9651b88d3bd)) - Test stability improvements([`3cc4aa23`](https://github.com///commit/3cc4aa2344a0ffaabb40e933b01be3ca91a7ccfd)) - ([`6ddfa97e`](https://github.com///commit/6ddfa97ebcc5f1677a6b7bf3faf719d21d97b7f9)) - ([`7218f25f`](https://github.com///commit/7218f25f5073ae60096f328ef42e95791708893a)) - Stop if pending_snapshots do not exist([`dee4a153`](https://github.com///commit/dee4a153c4b6cc5d7c72829293bacd15073b3421)) - Tightened up test a bit([`a93faeb2`](https://github.com///commit/a93faeb28034268dddedcd4756aef69bba55da33)) - Improved test stability([`76420887`](https://github.com///commit/7642088732bbf6aeea73ffdf582ec5c3170e19d0)) - ([`160b4275`](https://github.com///commit/160b42759d29f44186ea8500381c55460a62445f)) - Revert `ctest --test-dir` usage that is cmake 3.20+([`92ee0041`](https://github.com///commit/92ee0041bab686c489005784f33224b827dd6691)) - ([`d7eb6d7f`](https://github.com///commit/d7eb6d7f9fa150a7e2f0e648325ce58ec35b79f9)) - Fix logic in isOnBlockTransaction as it was inverted.([`cd87f42a`](https://github.com///commit/cd87f42a9b5f672a98afc978403c960ddad6f332)) - Address peer review comments.([`31273296`](https://github.com///commit/31273296fee664f68d6978efa136db27a0df5ac4)) - Remove log_reader_tests.py and associated test log files.([`11648933`](https://github.com///commit/1164893367532a424dd60b66e886e2a89d6138b2)) - ([`621ece03`](https://github.com///commit/621ece03add0193853aad9462409b6561ec0af7b)) - Remove accidental newline([`a78965bc`](https://github.com///commit/a78965bc9de87a1de63efcebc223eb47503b03bb)) - Rename chainData::nodes to chainData::numNodes to clarify what it means([`6486facd`](https://github.com///commit/6486facd38f9e33d214f055dfa0a91dd3c97e2a3)) - Remove pointless return([`466093fa`](https://github.com///commit/466093fad92859f2ee1ffee3fa7db03695879667)) - Rename blockLog in chainData to blockList to better represent what the member actually is([`b1dfcb99`](https://github.com///commit/b1dfcb99f8ff8e92386cfd21a20f6c77197e555a)) - Put blockDict and trxDict into chainData class([`72c36e08`](https://github.com///commit/72c36e0876e0b6a107d29408285fb558389e0ebe)) - Check forked and dropped blocks for each node in a performance test run. Change where updateTotal happens to not double count if blocks fork.([`1fd2e678`](https://github.com///commit/1fd2e6789807a0229911f78eddbb9f5b92e74ab8)) - Change folder for performance_test runs to performance_test from p([`82e8ba8b`](https://github.com///commit/82e8ba8b6a3a0d49c2072b624edc74c12d7b2bf5)) - Merge remote-tracking branch 'origin/main' into performance_harness_reduce_log_usage([`82b179cc`](https://github.com///commit/82b179ccaacfd087232a04e40ccecd6807bc3f42)) - Remove blkData by merging it with blockData and changing some use cases([`c6908a45`](https://github.com///commit/c6908a45a693232b0411a5d24a37a35274a35504)) - Some additional improvements to reduce performance test code and wasted effort([`1bd16e8a`](https://github.com///commit/1bd16e8a6d93727fe7314d94add66fdb7c08d0c8)) - Merge from main([`41f5b7fe`](https://github.com///commit/41f5b7fec65649aab9376c2ab211d94f2c49c910)) - Commit in progress rework and log reduction to allow merge from main([`e793ed17`](https://github.com///commit/e793ed17df45a75b49e2b6879f3c1b6b938d705c)) - ([`553b8340`](https://github.com///commit/553b834042f8878b1f9b28219daa185066f5842e)) - Merge remote-tracking branch 'origin/release/4.0' into merge_oc_main_thread_fix([`b31889d0`](https://github.com///commit/b31889d0e0a4f754f77caea3a7948a402cebc838)) - ([`299d11f8`](https://github.com///commit/299d11f8a872745c8e5cf7cf49ad8f847e8bcaa4)) - Replace app().executor().is_write_window() with cleaner chain.is_write_window()([`56c6ad3b`](https://github.com///commit/56c6ad3b7f8dec5602d6da2bbeed7d8e4a6d5a74)) - Initialize app_window([`10767014`](https://github.com///commit/107670145a32dd6462c864eea2055841083a6d97)) - Change to use is_write_window to determine whether it is safe to update eos-vm-oc code cache([`7586219c`](https://github.com///commit/7586219c04f43b8a41a7ad1e12609997c561dd00)) - Add execution window APIs to controller so chain can access current execution window([`66c23b9d`](https://github.com///commit/66c23b9de6ea57b02a821282d6a1f9c3da1f5c37)) - ([`6f7a9484`](https://github.com///commit/6f7a9484885a6e3c9848a7c4c3da9bc52bce7acc)) - Merge remote-tracking branch 'origin/release/4.0' into merge_3_2_3_version_bump_from_4_0_to_main([`49892f5e`](https://github.com///commit/49892f5ebb849efb85319c62ad49a734fe67cb31)) - ([`4917ebcf`](https://github.com///commit/4917ebcf360058cc81d8c3c984a8398ccfb2d47f)) - Restore version to 4.0 after merging 3.2.3 version bump([`4b59a6bd`](https://github.com///commit/4b59a6bd32d11f887424974a1d6f4154223d5384)) - ([`43873e82`](https://github.com///commit/43873e822160be5e5f364fd867e3c7d27162cd0c)) - Bump Leap version to 3.2.3([`adaec770`](https://github.com///commit/adaec7704c43658c8367f5f21468ebc4c025ff05)) - ([`50a47284`](https://github.com///commit/50a47284786f947bba4de162229bd14b436d51b7)) - ([`db54a5c6`](https://github.com///commit/db54a5c66f34de9f744da367af3f85a155bef738)) - ([`d278917f`](https://github.com///commit/d278917fcf35837215aa3fad0985c6eae4b692c9)) - Merge remote-tracking branch 'origin/release/4.0' into ship-fork-main([`d51a9425`](https://github.com///commit/d51a94253a51e98a291fe1873f62846cb9e20e71)) - ([`a1e56a3b`](https://github.com///commit/a1e56a3ba9440faa47f020e2bfee60853a075979)) - CORE_SYMBOL is now in TestHarness([`d40be19b`](https://github.com///commit/d40be19b02f366a0d9e8bb701c9bb4e4491f950d)) - Merge remote-tracking branch 'origin/release/3.2' into ship-fork-4.0([`cb909a8f`](https://github.com///commit/cb909a8f1ab4e4f2e4c1e7d79b8bf249cd71d90d)) - ([`1fa531da`](https://github.com///commit/1fa531daf8295223de84541964e35bbab98831b0)) - Use f-strings([`fa2b7fec`](https://github.com///commit/fa2b7fece21c4795097732ebca26ff2376666ec7)) - Fix spelling([`bb7fc8d1`](https://github.com///commit/bb7fc8d1453f2a244bb62c7c431a85f337c67e2d)) - Use 10 clients for test. Minor cleanups to ship_streamer_test.py([`c3814b9e`](https://github.com///commit/c3814b9e598ba21720a1638c7ac5c47646b6fb46)) - Ship_streamer_test now the longest running nonparallelizable_tests, so make it long_running_test([`6fb28e5f`](https://github.com///commit/6fb28e5f7dd22d8f4f052cac626422039e106537)) - Make sure SHiP sends new blocks on forks([`fa8d025c`](https://github.com///commit/fa8d025ca8870632730c185390605ba8b65e39c1)) - Add test for forking in SHiP([`12924afa`](https://github.com///commit/12924afa0a9f945c847e8969004e12ce44bae48c)) - ([`d382d71c`](https://github.com///commit/d382d71c7e1b9ec9e8e14fae5d0b80e1f2dfee81)) - Merge remote-tracking branch 'origin/release/4.0' into merge_time_summary_fix_to_main([`34288c5b`](https://github.com///commit/34288c5bba667f3fdddb8393eb3cc8cd22a87139)) - ([`f696190c`](https://github.com///commit/f696190c0e7b98653e7ec46622021b31f1401000)) - Remove duplicated _ro_in_read_only_mode([`e09d9570`](https://github.com///commit/e09d9570cb7abaf58581d2daab008bf529f703cd)) - Add missing idle time adjustment while executing read-only trxs and correct a format error([`61f3e7e8`](https://github.com///commit/61f3e7e81803174dc4df400d683ddb853429f0f3)) - Remove unneeded is_on_main_thread from controller.hpp([`c6d5b13f`](https://github.com///commit/c6d5b13f1293e67b6bfb02d9b5eb1cd8d1fc4c59)) - Correct transient trx time summary due to read-only trxs can run in both read and write window([`a87705b4`](https://github.com///commit/a87705b4ffb00ba585e928d3d92622d39e9dcdce)) - ([`40996780`](https://github.com///commit/4099678077cded77a7219e54b00f55863b7fe793)) - Merge remote-tracking branch 'origin/release/4.0' into merge_read_only_trx_improve_to_main([`15e73d9b`](https://github.com///commit/15e73d9bf730b4d84c50d8bc381037349568deb2)) - ([`ab8202ff`](https://github.com///commit/ab8202ffbfbd58c52e40587ff909546bdadc0be1)) - ([`0b3a0a7b`](https://github.com///commit/0b3a0a7b8d75b7902e834aa6cfeb060a425ababd)) - Fine tuning error message([`89e3a461`](https://github.com///commit/89e3a461c838afe7985dd01780d9d79760328bdf)) - ([`1d57375c`](https://github.com///commit/1d57375cedee36af78e9d64b3ac4e0700d209a84)) - ([`bcade58c`](https://github.com///commit/bcade58c1c9c455132d9b189dc2d498b04fe1a27)) - ([`96541108`](https://github.com///commit/96541108c346d67296e18508bbef2aa5ccd5c517)) - Better error message([`a617c555`](https://github.com///commit/a617c5557bae826fb8444b4cb31237d978690d08)) - Incorporate review comments([`d27d4cca`](https://github.com///commit/d27d4cca72d4aa887d200d56dc0f7666448dad80)) - Update eos-vm-oc threads limit calculation based on the design([`1e0aaf9c`](https://github.com///commit/1e0aaf9c19350b298506ae696e98e8cf361732d1)) - Assert chain.is_building_block([`06595488`](https://github.com///commit/06595488c439bc495f96534855e33860d15d2f85)) - Add more descriptions about read and write timer default values([`d86a6bbe`](https://github.com///commit/d86a6bbed06091602c71217a555b2f213c73ea90)) - Use boost deque which is faster than std:deque([`89d334cb`](https://github.com///commit/89d334cb20552d21585dac68841aead5c849ec22)) - ([`6f1e67b2`](https://github.com///commit/6f1e67b2b5d3573fbf79798a85fcd37d12af728d)) - Merge remote-tracking branch 'origin/release/4.0' into GH-596-fork-db-main([`618c805c`](https://github.com///commit/618c805c7ef0e819ad1370f3e0278d877b1353d2)) - ([`60ebeddf`](https://github.com///commit/60ebeddf410adbcc243c51ec6482692d09b6702c)) - Merge remote-tracking branch 'origin/release/3.2' into GH-596-fork-db-4.0([`f3fcfe95`](https://github.com///commit/f3fcfe952a5d5bb2611d5a55728ff5b240cf0bd7)) - ([`d9a47729`](https://github.com///commit/d9a477297736dc20f13ccf6a88278ee1109cb836)) - GH-596 forkdb reset in replay since blocks are signaled([`51c4bea2`](https://github.com///commit/51c4bea20a30b53c808d55039a3fa312b51759e9)) - ([`2ec88efc`](https://github.com///commit/2ec88efcca8e9f83604ea7d8c41322348eaf66da)) - Missed cmake version bump in readme's prose section([`735fc8f7`](https://github.com///commit/735fc8f732d4308ab8e8b23cca02aa30d5ae1d56)) - Make use of some newer cmake functionality in CI([`6f6b5b75`](https://github.com///commit/6f6b5b7565a8d4334159a50cbf5d4c98b2cf3291)) - Remove now unneeded CMAKE_VERSION checks([`8f36b20a`](https://github.com///commit/8f36b20ab94c690b6706711dd27c54d5c15688e4)) - Bump cmake minimum to 3.16([`cfab568b`](https://github.com///commit/cfab568b31210dddba9ac081479acb2b6cafd2ce)) - ([`7f5a7894`](https://github.com///commit/7f5a789406a21e617c4889cbc1c2d32979fab297)) - ([`f3993e17`](https://github.com///commit/f3993e1790df7daccfcaa179535449f592773fcf)) - Convert to f string in walletMgr([`fb249230`](https://github.com///commit/fb249230c175a925721e2fafef55d7225d4c0d29)) - Adjust indent([`f07ccdc4`](https://github.com///commit/f07ccdc41718ec777c0ce5c355415628d0c7f391)) - Adjust test harness walletMgr to place files inside the wallet dir([`3ecb1509`](https://github.com///commit/3ecb1509335c5ae58d7e0c9c8c7ce80ce8072eab)) - Revert change for auto-bp_peering_test that is no longer needed([`97aa5b02`](https://github.com///commit/97aa5b02d508c4e6d92bc9583c7a945ee575fb1b)) - Address PR comments for performance_test_basic and auto_bp_peering_test loggin([`07c38c5c`](https://github.com///commit/07c38c5c86d55e033be5617d1effab32163136b0)) - Prevent snapshot test from creating a bunch of tmp files that aren't cleaned up([`a7c34313`](https://github.com///commit/a7c343132368b84115a525cf05a63484b64f47e7)) - Remove unused code([`97f02ac1`](https://github.com///commit/97f02ac1d0cf7e3efcbc670c67615bce08405e92)) - Clean up test wallet littering([`f906cfa6`](https://github.com///commit/f906cfa686be257798f1e315eaf3bc0246287861)) - ([`b38adb51`](https://github.com///commit/b38adb51717a5e1784964dc3b72c4dee9f61059d)) - Remove more unused libfc network code([`6548567a`](https://github.com///commit/6548567ad731a079226a401b99452e88d9b90b17)) - ([`0e0fdccc`](https://github.com///commit/0e0fdcccd7f159d783920fef6cbb5e0e15c082e8)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/gelf-fix-main([`4d26ccb9`](https://github.com///commit/4d26ccb9833a210931d978f5f36173a3522be6d1)) - ([`a29c4f8b`](https://github.com///commit/a29c4f8b510f18968e7d376e6c3e3e844d595ff8)) - Remove commented line([`b7b37420`](https://github.com///commit/b7b374200b3acdb5ed89d8e9e28829256a9198b4)) - Restore udp non-blocking mode([`59b17402`](https://github.com///commit/59b174029f77bea944d13073e2d05c6873499099)) - ([`def64d1c`](https://github.com///commit/def64d1c6f677279df1891f6f3687be7de94c87b)) - ([`5d91a760`](https://github.com///commit/5d91a7604aca4ada1935c8dea54b9afc840ec4a3)) - Merge remote-tracking branch 'origin/release/4.0' into GH-596-ship-flush-main([`752da162`](https://github.com///commit/752da16214c9ebad5669535e1b920afbdbaee494)) - ([`fc8cd5b6`](https://github.com///commit/fc8cd5b6ea4046bd8657fb6016d5f24d3a4e22eb)) - Merge remote-tracking branch 'origin/release/3.2' into GH-596-ship-flush-4([`46b22317`](https://github.com///commit/46b223174c4728bfa5a611f87b0a047fc3f46f6e)) - ([`4359bc06`](https://github.com///commit/4359bc06f712b1ae05359700126e5056ba90a29f)) - GH-596 flush log and index files to make it more likely that a kill-9 or crash leaves valid ship logs.([`efd642b1`](https://github.com///commit/efd642b151dd88b7353eb1ab512b7c2e2f2834af)) - ([`2384df33`](https://github.com///commit/2384df33124b4508ec27f9fbb86af75c6bfd606b)) - Merge remote-tracking branch 'origin/release/4.0' into read-safe-multi-thread-main([`9f54fc40`](https://github.com///commit/9f54fc4026e82e8bc053d37724a1532cd2a8e790)) - ([`e871f05c`](https://github.com///commit/e871f05cfe89cf5a6126fa7b813b8c9ef8ba93f3)) - Resize vector to ensure it is empty([`8aab319a`](https://github.com///commit/8aab319a2d9e13427342c1eb701716e1cb218b5c)) - Remove unneeded call to cancel.([`bf5746f6`](https://github.com///commit/bf5746f6cffe0a744a7bd4e18b81882e0fe4d818)) - Cleanup window deadline calculation for read-only trxs.([`4465a8bd`](https://github.com///commit/4465a8bd991940ec06c142f590c0b1045c530aef)) - Remove unneeded cancel and update read-only-threads help description.([`ca4de0e4`](https://github.com///commit/ca4de0e4359ccd3bbacd12490fd670e8556bf4d2)) - Rename method and honor deadline.([`6a989fd7`](https://github.com///commit/6a989fd7ebf2a99afd5f50434fce2d92b2ae9383)) - Remove unneeded check of read-only exhausted trx queue([`6672db33`](https://github.com///commit/6672db333ef5f07bc41c8e973d3d0483082e78dc)) - Add verification of posted read_only calls([`f80a95bf`](https://github.com///commit/f80a95bf30cd0f62769df78a5963f9660fbb3b71)) - Simplify use of exhausted read-only trx queue([`81ff3987`](https://github.com///commit/81ff398777876bdba2a03abff5db0eef3967e926)) - Remove unneeded _ro_exiting_read_window and simplify read_only_execution_task loop([`2dd1f676`](https://github.com///commit/2dd1f6768c18d779bb5a7e2b2d53e74882d0690a)) - Integrate #904 to prevent exit from read window until all threads are idle.([`fa702aac`](https://github.com///commit/fa702aaccce68205728f14107a7c4fbf3ffcdcf8)) - Fix for slow runner hitting abi serialization deadline([`8eaa42ef`](https://github.com///commit/8eaa42ef396e38cd3ca2ffa130cf3a8f50442d37)) - Simplify exhausted read-only handling([`18cd288c`](https://github.com///commit/18cd288c82b8c8c5f87f824f4815c1f723640c7e)) - Default read-only-threads to 3 if not specified when eosio::chain_api_plugin configured and not a producer.([`138737c4`](https://github.com///commit/138737c41453bbf494ed99c9fc34e82a9fd24fff)) - Run everything at the same time test([`e8a081c3`](https://github.com///commit/e8a081c3dcb33c590cb35ac58016f35ceb472749)) - Add some calls to read-only actions to the test.([`06637d52`](https://github.com///commit/06637d5221e179b279f04f7fd1f01f3a75332efe)) - Check test_mode([`f999202e`](https://github.com///commit/f999202e9436dd434ac2123aa51b9ee7d67ded7a)) - Minor updates([`f07011d8`](https://github.com///commit/f07011d828e6275935cd8faa54934ff840e1e872)) - Merge remote-tracking branch 'origin/release/4.0' into read-safe-multi-thread-4.0([`66aef5b0`](https://github.com///commit/66aef5b026d3a6ba7f82dba68a64f95a73993dde)) - Encapsulate mtx([`376470d6`](https://github.com///commit/376470d68588c305135a7de1abd66c51b4aa3b52)) - Fix includes([`780fb3f8`](https://github.com///commit/780fb3f8f830af65fe15c88be2db1fae64bf8b20)) - Fix rebase merge issue([`d106d18f`](https://github.com///commit/d106d18f725ed7330a34ba38e6a290020487cd76)) - Add multiple runs to read_only_trx_test.py. Also be explicit about 0 read-only-threads([`ac234f65`](https://github.com///commit/ac234f6547cd883867b82c42284e2df0caba1540)) - Revert added whitespace([`f47d7d23`](https://github.com///commit/f47d7d23e7057a75c404d46fe6b5081fa7987883)) - Shutdown all read threads when read_only queue is empty([`33e1951a`](https://github.com///commit/33e1951aa9129a4b37b01bdfe8c21b69bfdcc285)) - Correct version after merging from 4.0.0-rc1([`25c0efcd`](https://github.com///commit/25c0efcd6ed0d93e3372edca2aedcd6b28ae84e4)) - Restore markdown formatting erroneously deleted in commit 06c9e2532775633466e11225071d384de5b626d1([`fe74adcf`](https://github.com///commit/fe74adcfad552d9b073b853d42fe30a88c1a1742)) - Cardinal objects should be in a numbered list([`320d480b`](https://github.com///commit/320d480be336132e6a4a085e7a6421adfb502f2a)) - Pull note about sudo into its own quote block([`1655c667`](https://github.com///commit/1655c667865f7b7152c597cb846e43c3c5dfa0c6)) - Minor pinned build script README changes([`2abdaa4f`](https://github.com///commit/2abdaa4f90a63d832e15ff7eeb37dc90b4a27a32)) - Get_snapshot_requests safe to be parallel in read window([`efa76d34`](https://github.com///commit/efa76d349fc9f1af24ad5545a1d37749182fc26c)) - Fix test configuration([`ea43426c`](https://github.com///commit/ea43426ca26e5950c4e0574c842279ecbd260ae5)) - Enabled read-only thread pool on non-producer nodes by default with 3 threads.([`d9c9150b`](https://github.com///commit/d9c9150be9da93910b25846004d198711b7dcb6d)) - Add --num-test-runs option and fix get_table_rows to not generate an error([`7893eebf`](https://github.com///commit/7893eebff589ee9f74ba3725d7ecd4ece8d7adf4)) - Rename some variables and add some additional comments([`5126601c`](https://github.com///commit/5126601c1ed873dd87033cfb4bbb1acf4d1e4a62)) - Rename general queue to read_write queue and read_only_safe queue to read_only queue.([`73da5505`](https://github.com///commit/73da55059c53d0f723e588b90ea86bb72336d130)) - Net_plugin operations do not have to be on the main thread at all.([`d13c0569`](https://github.com///commit/d13c056933372fef5a16a96f2d10bf354f9c3623)) - Fix merge conflicts([`709c0a94`](https://github.com///commit/709c0a94a9a36c063706d99ce46cb3f0ab960883)) - Use read_only_safe queue for switching. Add comments on why.([`a913cdbf`](https://github.com///commit/a913cdbfb6adccee034a24e2faee78c92bf3e0fe)) - Rename read_only_trx_safe to read_only_safe([`366a9bb7`](https://github.com///commit/366a9bb706cd1c6dd740f05d2ceaed1782328fe1)) - Move operations not safe to run in parallel onto general queue([`44f74294`](https://github.com///commit/44f74294073057de37426fba33df0a98da2aadad)) - Clean up some comments([`791c2c9c`](https://github.com///commit/791c2c9ca2349ba0729c9782ef2f27a955937de9)) - Update comments([`8ca77432`](https://github.com///commit/8ca774328e613842ef8c0eb169a48ee187a6da9f)) - Swith db read mode when executing read-only trx on the main thread([`f051bad2`](https://github.com///commit/f051bad29f94a1b1d2fabeffc6bdd8b481405825)) - Add required thread safety to execution priority queue.([`d97aaf1a`](https://github.com///commit/d97aaf1a55983ad4c9eb55ce0f85be958c77c264)) - Revert to appbase main branch([`1ff7e7de`](https://github.com///commit/1ff7e7de2e6b290ac50dcc1d1927f09d49342566)) - Max-transaction-time is required to be less than read-only-read-window-time-us([`052faf63`](https://github.com///commit/052faf630d99412914ce15ff3d592ed11dcac94e)) - When running without read only thread pool, execute exhausted read only trxs during start block.([`f53341b9`](https://github.com///commit/f53341b98e74c100f4dd8c63f0b0de91bdf5413e)) - Consistently execute read-only trx via process_read_only_transaction()([`8d8db42f`](https://github.com///commit/8d8db42f7ce0bdbda545d86a032bff1dce2826d1)) - Cleanup comments([`aca29eb8`](https://github.com///commit/aca29eb87eab81ef594b2359d7b29c997024f3cc)) - Cleanup variable names and comments and fix mutex lock around execute_highest_read_only()([`5ac13271`](https://github.com///commit/5ac13271ff4d7f6cdd37409da25bdd80ef5c506f)) - Update tests for pop() happening before execute()([`c10195cd`](https://github.com///commit/c10195cddf70e08c0c387f57c8a3ac26dd274e5c)) - Read-only execution can run during write window so set read_window_deadline to allow it.([`cfa2cc2e`](https://github.com///commit/cfa2cc2ec87fd8d386087ed4c2a937cec0f560ee)) - Update to appbase with priority queue pop()([`3239eb72`](https://github.com///commit/3239eb722540834d3978a4dbaeab00246ca78c8a)) - Execute read safe tasks on read-only thread pool.([`e2ad3488`](https://github.com///commit/e2ad3488e84aaf52d0cd8618d929ed971965a01b)) - ([`5bfb498b`](https://github.com///commit/5bfb498b45483155cb08ec061d60f9f23043ddbb)) - Curl is no longer a required dependency([`5a39a122`](https://github.com///commit/5a39a122dc3dcaface953c849f85fedc98f977fe)) - ([`2f46f759`](https://github.com///commit/2f46f75970933f0aed95da3cfccb0b39616c03a9)) - ([`e2539791`](https://github.com///commit/e2539791a8c8b090403062fdf23f6f88729e7995)) - Suppress spurious error and use signal number on all platforms.([`c708815a`](https://github.com///commit/c708815a250c3c422b4f25a33ea0248dd6f7f36c)) - Implement support for -k/--kill in launcher.([`661515f5`](https://github.com///commit/661515f5a821e1712a42d190f6209a03eb55d142)) - ([`e2262962`](https://github.com///commit/e22629623adad7ec44a25534b6006bc62f2ce8b1)) - Replace needless std::map with std::vector, and std::move in capture([`abc8c1dc`](https://github.com///commit/abc8c1dceca68444f0a010aa7e860ebbcde95f52)) - GH-591 Fix spelling([`1043b9c0`](https://github.com///commit/1043b9c054f3262c0ab8bf8411c73e6cd71055ce)) - GH-591 fix expected http code([`ce8c1b70`](https://github.com///commit/ce8c1b70d549e5ab6242a3f7201628af197f01aa)) - GH-591 Return 400 http error for unknown account([`9ec3b79d`](https://github.com///commit/9ec3b79deadeab74813862520e2cfdf8d67e79f9)) - ([`e13e2cf5`](https://github.com///commit/e13e2cf5bd8e0b5b2c6d80c5b40bd6c6e277f0a6)) - ([`fa920523`](https://github.com///commit/fa920523c00bc8744ff01e16a51307d4838e46f9)) - ([`fca96e56`](https://github.com///commit/fca96e56ebc9f79a7d94e3fcc1cf33692fb443fc)) - Adjusted timeout to give better chance on reaching consensus([`0c448aeb`](https://github.com///commit/0c448aebee3359bc3aee49d8b40d66903ac6cede)) - ([`6c0ea314`](https://github.com///commit/6c0ea314a3f8eac9e6cd8673d5ce1b937b3f5041)) - ([`7eaaf664`](https://github.com///commit/7eaaf66419d74787aad28b91e9b01c4ff44ed944)) - ([`1c5e133c`](https://github.com///commit/1c5e133ce6540546f2c81335124820b457d472e7)) - Merge remote-tracking branch 'origin/main' into GH-891-interrupt-start-block-main([`23fd711c`](https://github.com///commit/23fd711cbc0e81bc7d504daec78211db61b88f62)) - Merge remote-tracking branch 'origin/release/4.0' into GH-891-interrupt-start-block-main([`bb4a2773`](https://github.com///commit/bb4a277385eacbff776a11aefe60d44f0c0ae9fb)) - ([`a329707f`](https://github.com///commit/a329707f2217f6645e00b66357512d58d3f8e408)) - GH-891 Integrate new received block into ro_trx_queue([`9e79e82d`](https://github.com///commit/9e79e82dea51d7c803db889f79c88abac2ed8b1d)) - Merge remote-tracking branch 'origin/release/3.2' into GH-891-interrupt-start-block-4.0([`728f9b38`](https://github.com///commit/728f9b38611b2659cdb51af8f717025dcb1717c0)) - ([`f1cc5183`](https://github.com///commit/f1cc51834119f8ecdd3bd391308a751277f0fe25)) - GH-891 Use block_num for interrupt of start_block to handle case of receiving block before beginning of start_block([`ebadb713`](https://github.com///commit/ebadb713e9a0c275550b610ddbf4dcd699ddec7b)) - ([`fed6d11e`](https://github.com///commit/fed6d11e000e76e46ccc4fb521c0e90d675863eb)) - Use a single timer for read and write windows([`d73bf1b0`](https://github.com///commit/d73bf1b0a5399f467f78f90b66ac5d890c06da53)) - ([`49939fe2`](https://github.com///commit/49939fe2f4483620487fc85dfa869741d0c9541d)) - Remove ubuntu 18.04 from CI & documentation([`da685c1a`](https://github.com///commit/da685c1a70cc19d0cc29032ca47675596cea2b49)) - ([`09c6af16`](https://github.com///commit/09c6af165989f75dbccbd1adf0a4b7a4b51a7bed)) - Merge remote-tracking branch 'origin/release/4.0' into gh_822_main([`90b1e9e5`](https://github.com///commit/90b1e9e5c0f2942bd00a5bc0d51e1c90c0c949b6)) - ([`8de29868`](https://github.com///commit/8de29868c8a5ba941a3282fc7c8aa118ec8c51f5)) - ([`f331ff96`](https://github.com///commit/f331ff96be74a0d841c151de7a55ce0577e252b5)) - ([`bda60b52`](https://github.com///commit/bda60b521d889570457c165e403e795bed8bc09a)) - Fix hang occuring sometimes in test([`e05b7377`](https://github.com///commit/e05b737703ba647cf96bd8b3788fdab375581eb6)) - Simplify cond wait - greatly inspired from Kevin's branch([`e4c138d4`](https://github.com///commit/e4c138d490833a1bf240372326b49f9935d6049e)) - Fix test issue (uninitialized variables)([`12c9cdfe`](https://github.com///commit/12c9cdfe04b9a54bfe2d9c7f6fc55cf2c059593d)) - Replace option to turn off checking with a static variable.([`4379207d`](https://github.com///commit/4379207dac5109da341f2cf08fb0ac15fcc0c3e4)) - Address PR comments([`1ca223ca`](https://github.com///commit/1ca223cad6c26a3d644d20f244bc0550b7efe666)) - Add extra test with 1 readonly thread([`ac61ecd8`](https://github.com///commit/ac61ecd81623358e2398e6f9ce73e014747d2cbd)) - Implement code review comments.([`30fc0862`](https://github.com///commit/30fc08624934372aa517b1315d082d147ab9169d)) - Notify condition_variable under the lock.([`d75db84a`](https://github.com///commit/d75db84abfe431dd33c50ce048ffcc902db0a5ae)) - Deal with possible spurious wakeups from wait().([`5a76c1b2`](https://github.com///commit/5a76c1b2404ba5175e11d5af47406b6fd369df07)) - No need to check for option's presence since it has a default value([`aad17294`](https://github.com///commit/aad172945035103f03959ffc9b557c883fa1823b)) - Simplify capture list([`77e96f84`](https://github.com///commit/77e96f84169cc41adb50e125286a7dc6a9d946d9)) - Add C++ test exercizing readonly transactions in read window.([`da8a5076`](https://github.com///commit/da8a507642a331d8edca24c58c78a6bf4288c606)) - Fix a couple issues - now tests pass!([`0688dc72`](https://github.com///commit/0688dc725414b8e000013d80c61adba373101f76)) - Add two assert() checks.([`8289563b`](https://github.com///commit/8289563b6983463090c119422d9db1dda886260f)) - Small cleanups and comments.([`f7822e32`](https://github.com///commit/f7822e3277caf1ab0ef467b553d0d63d7638ced9)) - Small cleanups.([`033ca045`](https://github.com///commit/033ca045e503c8731fd89fd28c051c077f3bfc21)) - Consistent exit when read_window_deadline is reached, and encapsulate exit criteria in ro_trx_queue_t([`2a965310`](https://github.com///commit/2a9653101fd1dc615f860c956155c410d2a03e33)) - Update comment([`7b22be38`](https://github.com///commit/7b22be389fc01f2532504772d17637c21a4ee261)) - Forgot one notify_one call.([`81939db6`](https://github.com///commit/81939db6ea1cc69c0440f578dc1939c357780b38)) - Cleanup and prevent thread starvation while in the read window.([`72ea6558`](https://github.com///commit/72ea65587521655d1bd8f1f8e713dd87a6de2daf)) - Revert "Increased timeout for the network to reach consensus"([`966dec6f`](https://github.com///commit/966dec6f172ef0cbc9628b69c5eb69a14d399ba2)) - Increased timeout for the network to reach consensus([`d9cde1c9`](https://github.com///commit/d9cde1c924546b228b82712424d8e95a584e3dba)) - ([`89d60a09`](https://github.com///commit/89d60a09e72939b5aade8e926e27c2bb12cabd21)) - Set a maximum test time in CI via ctest argument([`fd33c6d9`](https://github.com///commit/fd33c6d95bf2b221ee08cd900876342fb465b564)) - ([`c227c637`](https://github.com///commit/c227c63714264ce71c274c75df44f5d67acccac9)) - Merge remote-tracking branch 'origin/release/4.0' into time_summary([`a47447b5`](https://github.com///commit/a47447b5df1db32a8ccba4a47deef81768960677)) - ([`f07e6883`](https://github.com///commit/f07e6883057b5e6f8693d1bb5b33f51ecf9e9154)) - Use std::atomic for total thread time for simplicity([`44b56b38`](https://github.com///commit/44b56b38ca9aaeefd1fab46dc85fbcd2ec40eb9c)) - Let add_success_time and add_fail_time handle transient trxs time tracking([`c600fbe0`](https://github.com///commit/c600fbe0b8c03eb71e1446be17e8741aab843797)) - Add total time spent by all threads and minor format changes([`07af4488`](https://github.com///commit/07af4488706164de89648b44c3d401d39cd23c86)) - Add us (for microseconds) to time text([`fb21cdec`](https://github.com///commit/fb21cdecb01acb521d8619b5c3eb23adcca62993)) - Merge remote-tracking branch 'origin/release/4.0' into read_only_time_report([`b3cc74f6`](https://github.com///commit/b3cc74f621c167758119de21f2ca4548a22f110b)) - Change is_main_thread method name to is_on_main_thread([`8d86d7d2`](https://github.com///commit/8d86d7d2d4d1803a2222408c398a275312ab8d11)) - Merge remote-tracking branch 'origin/release/4.0' into read_only_time_report([`2597e023`](https://github.com///commit/2597e023835339e2236ebc3284b9e1527d1cc4c5)) - Track read-window time([`0ed5d6da`](https://github.com///commit/0ed5d6da9ee2cc3e4e242f9676e9eafbffbb107e)) - Track transient trx on main thread execution time specifically([`38d3c39e`](https://github.com///commit/38d3c39e9d6eafcdb104fd25780db51fe5fa6c79)) - ([`291cd11c`](https://github.com///commit/291cd11cd4c5e05d51e2854e14072d627d374c3d)) - Fix clang warning([`15b271a9`](https://github.com///commit/15b271a98a6689c38aff826e45ae189e7a090a55)) - ([`318e1e45`](https://github.com///commit/318e1e453315e7b6f6b80d6cda7e7fb622691a3a)) - Correct version after merging from 4.0.0-rc2([`ccdaa643`](https://github.com///commit/ccdaa64392ff8d13240bed384f8d98e711a5d1da)) - ([`59cf021b`](https://github.com///commit/59cf021b082cb8ea7ca8046da78d3a33dcc4e389)) - Bump release/4.0.0 to rc2([`5969e8b6`](https://github.com///commit/5969e8b6fecef13923986ee1d9801738889a2750)) - ([`150fe5de`](https://github.com///commit/150fe5de8ff48158b51acc780b4942015a993e28)) - Merge remote-tracking branch 'origin/release/4.0' into GH-871-test-fix-main([`8b52aac5`](https://github.com///commit/8b52aac579ce7bbff3ed42e5d96666a54f71780c)) - ([`8cbd7dec`](https://github.com///commit/8cbd7deccaaa90be7c6c221f25071fa1074dfb05)) - GH-871 Use max-transaction-time=-1 for consistency([`ec471ad8`](https://github.com///commit/ec471ad8e565fd73a975897dd4e8cad5d17effe9)) - GH-871 Add max-transaction-time -1 for loading of contract([`3dbc0bae`](https://github.com///commit/3dbc0baeebcedc593a8d527957d484930c74a1cd)) - ([`1dd3f895`](https://github.com///commit/1dd3f89555ef0adffd78598600f10d6a232571cf)) - Merge release/4.0 into main to get missing Node.py changes([`25915c35`](https://github.com///commit/25915c35103f431aa3bf76f923c9031c27cc64ed)) - ([`c9fcb2ac`](https://github.com///commit/c9fcb2ac2ca4b3a7fba2784a8d203fcb6ede1f6a)) - Add forgotten piece of changing default time limit for cleosLimit([`41bb796d`](https://github.com///commit/41bb796d776c9ef9af04d269bbcd6e9d54ffc71f)) - Remove hardcoded 999 time limit for getTable and depend on version. Change from 99999 to 999 for non v2 nodeos([`1e802052`](https://github.com///commit/1e8020527059d3d048155d0ac4da25a3d96c5b21)) - Restore lost changes due to splitting of Node.py and moving of functions([`483b4627`](https://github.com///commit/483b4627174fff6090d7fde702834677a4bfb29d)) - ([`2299d0b6`](https://github.com///commit/2299d0b626f94568b4078a87d8e123bdadf53302)) - Merge remote-tracking branch 'origin/release/4.0' into GH-854-fix-test-main([`40576f54`](https://github.com///commit/40576f5416b850578f74fc51a9aa5444e70bb9ae)) - ([`b5232f0e`](https://github.com///commit/b5232f0eaf95eeb99305178244db3af68c366804)) - GH-854 Use max-transaction-time -1 like other integration tests([`971102e2`](https://github.com///commit/971102e243987d275294be96c6de7ef9314a5d08)) - ([`8134e539`](https://github.com///commit/8134e5394a49c7bb16d1b0884a8f63d59221628d)) - Merge remote-tracking branch 'origin/release/4.0' into huangminghuang/unshare-import-fix([`6176fa32`](https://github.com///commit/6176fa323c462f7f163ccab0c1331ec0e566af37)) - ([`ac1a035b`](https://github.com///commit/ac1a035b5ea9adb5ce9c49004911a4ee027e83e2)) - Huangminghuang/unshare-import-fix([`f3c424ef`](https://github.com///commit/f3c424ef90c6834c0640262c5e05577a67cd1d96)) - ([`191aafc8`](https://github.com///commit/191aafc8f62531c71d563b464d7515022a1cda61)) - GH-861 Make sure to keep sending as long as there are items queued up to send.([`405ac417`](https://github.com///commit/405ac4178db24c4a9ab0eb54828d813f52a1a944)) - ([`5d1ab0c0`](https://github.com///commit/5d1ab0c0bb1bcd57ef8e65952e2a88ba9cbeaef2)) - Rolled back queries.py changes in this pr([`1b04bdf7`](https://github.com///commit/1b04bdf71c367a293f31ff016ad85e0b9b28390e)) - ([`9e2593cc`](https://github.com///commit/9e2593cc16d8c15a6e9cd4eca3c7dfc9115d2320)) - ([`2829420e`](https://github.com///commit/2829420ecb894f09eeef1e4c5e9a03eaeca8c05f)) - Schedule snapshot at exact block num of another one([`cb64c3fb`](https://github.com///commit/cb64c3fb38920ff5271327f675e189070ea9a4c9)) - ([`87c74806`](https://github.com///commit/87c748065692506b93eda53eb118e8f5510516ae)) - GH-850 Pass a large time limit so python does not have to handle more=true case.([`446a04a6`](https://github.com///commit/446a04a60794dbffe2b8327e31ce3a6d8cb27978)) - Add PACKED_STRUCT on ControlStructureImm to silence warning([`95c22b6e`](https://github.com///commit/95c22b6e703ec853d1e823e55673b155ee255275)) - Add static_assert()s on required size of IR::OpcodeAndImm<>s([`f8ca18d5`](https://github.com///commit/f8ca18d5f53cfb213c0ed4d278d259db29bceed1)) - ([`c7d0f6c1`](https://github.com///commit/c7d0f6c1c2a12d6f6ae390e24b774b3d3203490e)) - Correct version after merging from 4.0.0-rc1([`3beffd57`](https://github.com///commit/3beffd5765067559517c89e7340518e7e48cda7c)) - Merge remote-tracking branch 'origin/release/4.0' into merge_4_0_0_rc_1([`1e3f12dc`](https://github.com///commit/1e3f12dc60a223a4393644cb18a064c73f8e1d34)) - ([`61cb2648`](https://github.com///commit/61cb264885cf6b65ce5a8f848157993f82363c07)) - Create v4.0.0-rc1 on release/4.0 branch([`28ac7906`](https://github.com///commit/28ac7906dcddb11a1f470545411372f211b6e7ff)) - ([`f3aab2cf`](https://github.com///commit/f3aab2cfa50444c58ef854396741b68725b43fe8)) - Restore markdown formatting erroneously deleted in commit 06c9e2532775633466e11225071d384de5b626d1([`8fc769ef`](https://github.com///commit/8fc769efd1dc4818d1714ec493aac3b4e60047a7)) - Cardinal objects should be in a numbered list([`7f27916d`](https://github.com///commit/7f27916d3df0e2afe11f11fe65b7cec5b51bfae2)) - Pull note about sudo into its own quote block([`df368551`](https://github.com///commit/df3685516edbfabcd1cb825ebc7d09f2ca494bcc)) - Minor pinned build script README changes([`866dfae9`](https://github.com///commit/866dfae99c85df7a6f69300cae04ddb8dfb3edfd)) - ([`5d4a7ee6`](https://github.com///commit/5d4a7ee60ea53d47cfbf139604a907918b47d414)) - Bump Leap Main branch version to 4.1.0-dev([`4ef610fa`](https://github.com///commit/4ef610fa3389bcc7514c8682806b08e2cb14cdca)) - ([`17ca88c8`](https://github.com///commit/17ca88c8adb2855310ad51cb0ab61b3b7c5b24cb)) - Export TZ([`60e757d6`](https://github.com///commit/60e757d677fc6fb15b4f7e0f925cdb0d74249e59)) - SC2034 - warning: DEBIAN_FRONTEND appears unused. Verify use (or export if used externally).([`cc6c3255`](https://github.com///commit/cc6c3255a7bb48dca19a95870fde52ddcb588fa6)) - Tzdata does not need to be separate([`958f6d53`](https://github.com///commit/958f6d53b6dcd71c1eae08b019423cf8024eab57)) - Restore libcurl4-openssl-dev([`e0dac2c6`](https://github.com///commit/e0dac2c6ede56b39c0f7afdc10241dab9cfa069e)) - Sort packages, each one on its own line([`5027a17a`](https://github.com///commit/5027a17a3b3419ccccccf37deb12989c1069914d)) - Quote strings([`93985641`](https://github.com///commit/939856411867cadef5868f6885666e9fc5adc35e)) - "apt-get install -y"([`d42262bf`](https://github.com///commit/d42262bfeb853b8800258f649abf1fb57c1993e7)) - Whitespace([`3ba58b20`](https://github.com///commit/3ba58b20b750c0f8cdaa1801890f408df61ffcfc)) - ([`35b56406`](https://github.com///commit/35b56406cc563d2bf674a251bf26292b52402ab7)) - Appreciate our users and make them feel like they are part of a community([`383fb714`](https://github.com///commit/383fb714d43bf9005986c4b6028dbe15e9883eb1)) - Cooler Leap ASCII art banner at end of pinned build script([`01b44540`](https://github.com///commit/01b44540904353e6594db045ae082ff6693b8da4)) - ([`069245d4`](https://github.com///commit/069245d4f351057e267131cec3b3e999b6886417)) - Fix shebang in bash build scripts([`03b1ebd4`](https://github.com///commit/03b1ebd46f58239991801072f3faf4488993342f)) - SC2016 - note: Expressions don't expand in single quotes, use double quotes for that([`0697aa31`](https://github.com///commit/0697aa31f399ef8ee2830239bf65c1c276bc1754)) - SC2006 - note: Use $(...) notation instead of legacy backticks `...`([`07208ec8`](https://github.com///commit/07208ec800b47dce81717be42945b5f0f741c04c)) - SC2086 - note: Double quote to prevent globbing and word splitting.([`eee850dc`](https://github.com///commit/eee850dc38e60a9dff35e244351cd95105041ca7)) - SC2294 - warning: eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string).([`1038a94e`](https://github.com///commit/1038a94e66c4b6cfdab807b7e4e7113c3de09003)) - SC2164 - Use "pushd ... || exit" or "pushd ... || return" in case pushd fails.([`633a8d37`](https://github.com///commit/633a8d37b3a61a6f61578acbde55c5758c5a6666)) - SC2034 - warning: "output" appears unused. Verify use (or export if used externally).([`83e6c6c6`](https://github.com///commit/83e6c6c6eb723b6a7ccaef0119d6aeed13bbd02e)) - SC2034 - warning: ARCH appears unused. Verify use (or export if used externally).([`46e50a4e`](https://github.com///commit/46e50a4ee55a8ad1b02bf974f330e657d2df8ca9)) - SC2034 - warning: CORE_SYM appears unused. Verify use (or export if used externally).([`28c790be`](https://github.com///commit/28c790be8991d1fc82a78bde43da2d698a2c47d5)) - SC2068 - error: Double quote array expansions to avoid re-splitting elements([`25a75501`](https://github.com///commit/25a7550166a20425d6d134e0790aa840779f106d)) - SC2242 - error: Can only exit with status 0-255. Other data should be written to stdout/stderr.([`2e831bf9`](https://github.com///commit/2e831bf90607ed42470f40d3ad5afc82c0c68200)) - E011 - then keyword is not on same line as if or elif keyword([`108a902a`](https://github.com///commit/108a902a836264e11ef3c84f7045a92ab293b648)) - E001 - Trailing Whitespace([`2c92ef7e`](https://github.com///commit/2c92ef7ef2f9d34c6efa3a2d069cbb666416a2c2)) - E003 - Inconsistent indentation([`a3284f4d`](https://github.com///commit/a3284f4d5d1e4c45c0bea1e824abe7b2a962ed56)) - ([`0f84d4e5`](https://github.com///commit/0f84d4e5349e9b3fd7c4a035bdb90bf4868fa008)) - Revert "Merge pull request #799 from AntelopeIO/sbailey/autofind_llvm_7-11"([`08aca009`](https://github.com///commit/08aca009059f486253aaa65e0bc2d8eb32269dee)) - ([`ace9c40d`](https://github.com///commit/ace9c40d5655a9748f9f4d78c605b1a50ce8420b)) - Add missing([`3c53734d`](https://github.com///commit/3c53734d2fc9c7c87b33b3fd3444382baa759348)) - Fix test coverage regression by a bad merge conflict in PR [#192]({{ self::remote_url() }}/pull/192)([`25561766`](https://github.com///commit/255617660de4fd5eb99c95544585c391354745d1)) - ([`e3807c2b`](https://github.com///commit/e3807c2b5fba503e050319948fdee1b10640135d)) - Sync scheduled snapshot with 2 others([`5324a5da`](https://github.com///commit/5324a5da7926f69699a3f4eaa7a18e116475672f)) - ([`264737b4`](https://github.com///commit/264737b4efb8eb12d54714e7b7593cfc7b4da1f2)) - Merge from main([`be75e8aa`](https://github.com///commit/be75e8aa3a35855f53175a3a2b5e4d0dc5bc4d0a)) - ([`77dfd0c2`](https://github.com///commit/77dfd0c2bf6578c0810d14926ba02fc1053fa0e1)) - Fix CORE_SYMBOL import and cleanup other imports.([`d6e6a931`](https://github.com///commit/d6e6a9315057f6f61f90f2d11c08273953442582)) - ([`3e9d098e`](https://github.com///commit/3e9d098e4b7384ed7cf1cf17a058b22dec108e40)) - Simplify postinst and prerm scripts([`e7e66a5d`](https://github.com///commit/e7e66a5d1991f60c1f27d4a97e518bfd3a30d9b1)) - ([`7d78b885`](https://github.com///commit/7d78b885d69a3ad4e2eb54ae09f7da16beff7b67)) - Update package.cmake([`9c066a76`](https://github.com///commit/9c066a76afebfa8f46a666c375feeda8a7059f94)) - Best effort attempt to remove the directorys we may have created during the install.([`c46400c5`](https://github.com///commit/c46400c527ea956c06217a8474f0541de6734447)) - Don't overwrite the env variable so you get both postinst and prerm([`8c8ad508`](https://github.com///commit/8c8ad50862c76186a9a0a9428b4b20a9ae099963)) - Addressing peer review comment.([`08b1eb52`](https://github.com///commit/08b1eb525242be8746f68888b66cca9aae84be51)) - Address a couple more review comments.([`61b0efe5`](https://github.com///commit/61b0efe536f629077bcde91caf93b062c2749eb7)) - Peer review recommended using sh instead of bash as more likely to exist.([`b6007e02`](https://github.com///commit/b6007e022d72b04201992d6c7ad662b5c34a8d99)) - Address peer review comments.([`be154da6`](https://github.com///commit/be154da6036dbe810631b53b32afee58491767fc)) - Address peer review comment.([`38f8c596`](https://github.com///commit/38f8c59642da0e310ae4309845b31090c0a9e316)) - ([`c8d36c2f`](https://github.com///commit/c8d36c2ff7135a3a9be26e3b02b8830880a3c8fd)) - DataDir now returns absolute path instead of relative.([`315874ae`](https://github.com///commit/315874ae2ffc2e5d443af5a1b989967704e86eb4)) - ([`d55b043b`](https://github.com///commit/d55b043b8dc9ce332fe0dfaadeb429ad19d16519)) - Update install mkdir and symbolic linking steps.([`b2db52d1`](https://github.com///commit/b2db52d14b0edaf363ad89b96850de1ff9072614)) - Update core_symbol imports to reflect it being part of TestHarness module.([`d56b97e5`](https://github.com///commit/d56b97e527d1ba80463fea2651b7e3c8e53c50a7)) - Fix install steps to only apply to COMPONENT dev([`6f16347f`](https://github.com///commit/6f16347f6e71cb8a4fd924dcf35ed9f1eaf59a0f)) - Add TestHarness python integration scripts to dev-install package.([`0a1ec82b`](https://github.com///commit/0a1ec82bcd3def6e0de65ca3698e194d2c801120)) - Fix lost force option.([`f81921ad`](https://github.com///commit/f81921ad3b03c4d51ce9054c16ec00af69752dd2)) - ([`b1225959`](https://github.com///commit/b1225959e48811bc46f151a50a9e3ad5d89b466b)) - GH-789 Fix regex([`c2c784fb`](https://github.com///commit/c2c784fb25944831c0f6c020b1a5de6ef0af4043)) - GH-789 Remove --private-key option from nodeos([`2099dc1d`](https://github.com///commit/2099dc1d3642ac1af73500e2927383f85de7a523)) - ([`0c6892fe`](https://github.com///commit/0c6892fe652e4b7c64dd2299f7e68fcdcba9b559)) - Fix issue with erasing element while iterating([`fc08e7d9`](https://github.com///commit/fc08e7d99cf76265ca206cfc3913f174745ecb82)) - ([`8eb33401`](https://github.com///commit/8eb33401ebd99e093b0db493cdbde6df9d790137)) - Update test from main.([`3ea8cf1b`](https://github.com///commit/3ea8cf1b5c0a6e319071b0ad90073caa83a7b739)) - ([`7815146f`](https://github.com///commit/7815146f8a00549c921c7e2cfb26fa43f955d9ff)) - Some limits to prevent division by zero in performance linear search.([`42df97f5`](https://github.com///commit/42df97f5d53c31798dca57012662cfe65f0c2fb0)) - Fix merge error.([`4c9a2fe2`](https://github.com///commit/4c9a2fe2a1da478f6dfd3ec959b5b233d2c17d73)) - Fix merge error.([`b52517be`](https://github.com///commit/b52517bef3184f09e96eed93870df914ef5844f4)) - Ignore errors in shutil.rmtree.([`1cdb4c5b`](https://github.com///commit/1cdb4c5bdc860618197df3c666020462b726444b)) - Clean up launcher log directory on successful run.([`60902e95`](https://github.com///commit/60902e95fe85f32361fd9e079d2a4f8c68f04cac)) - Fix automatic merge failure.([`5ab118f9`](https://github.com///commit/5ab118f982e422d3cea1c1a0cf7a3fafdcbecf2a)) - ([`1d95b122`](https://github.com///commit/1d95b12268f95026dc7aa4a0991dcee531f3fba3)) - Avoid division by zero in performance_test.([`9921db1a`](https://github.com///commit/9921db1a5c79718283c36cc3ac0aa5ae62d9c614)) - Fix test bug.([`156a055b`](https://github.com///commit/156a055bcc932bc0c34ea3f9d772e5c14e6e54aa)) - Missed a moved variable in performance test basic.([`e7b48665`](https://github.com///commit/e7b48665530844626992edda974ec86bcdff27b1)) - Fix merge error.([`ecc8fb9b`](https://github.com///commit/ecc8fb9b04507d7c59ae83c7110ceb5097aeebce)) - ([`794b4b4a`](https://github.com///commit/794b4b4a045887d6d28f7b32f428591a26b5d4df)) - Make network isolation default disabled but enabled in CI/CD.([`a17d8f42`](https://github.com///commit/a17d8f4293880e9fe158e76a0cc1dab3e33a79e5)) - ([`6023f716`](https://github.com///commit/6023f7167254bee17efd1a5f3f6af2f9dce4b813)) - Correct syntax of suggested change.([`c6b83902`](https://github.com///commit/c6b839025ea4d3cb89efbc629ccdf42b084a258d)) - Create output directory just-in-time for the shutdown case.([`3346d1e0`](https://github.com///commit/3346d1e04fce19ba91b7c38c1ec16c200bd1b2c0)) - Remove eosio-launcher and testnet.template shell script.([`6b78bac0`](https://github.com///commit/6b78bac09c0ada3029bd91dc34d3afd7636d7748)) - More missed renames of Queries class.([`02e7433a`](https://github.com///commit/02e7433a37cc85d77dc56af37fb8c6ee1898459c)) - Fix missed rename of Queries class.([`44ed1820`](https://github.com///commit/44ed18203e8ecd5e2f1b35f7fbd851cba5e7efbf)) - Address review comments.([`cad96d77`](https://github.com///commit/cad96d77e3bfea136779897e74bafe58d4b442c0)) - ([`e12d2bef`](https://github.com///commit/e12d2befb8b868441725e33153788e565cf7970e)) - Reduce CMakeLists verbosity still further.([`7d4a9e80`](https://github.com///commit/7d4a9e802ee33efea92583641c6841649dc8ece8)) - Merge from main([`7aafa96d`](https://github.com///commit/7aafa96d3dc299e8a410df37a7be7c58e19e1b86)) - Resolve some cleanup from merge PR([`52606ac5`](https://github.com///commit/52606ac5fee28efa21fb842230ae68bb451fb9de)) - ([`f8118ee9`](https://github.com///commit/f8118ee91874c20045c97b01111e5b210ab54886)) - Merge main containing performance test phase 2 into python launcher([`6e3ee813`](https://github.com///commit/6e3ee813367252ca7707240073fac9a8227baaf3)) - Remove obsolete support for txn_test_gen_plugin.([`094448ac`](https://github.com///commit/094448ac068881d5557ccea8900c20edea5bc4a0)) - Update auto-bp-peering test for new launcher topology format.([`045b439c`](https://github.com///commit/045b439cfad44ba465837c31b8a1f64d6bf8eeb2)) - Fix defect in launcher_test when no asserts found in log.([`320cc044`](https://github.com///commit/320cc044aa2511a79b911017fecdbe6b1588689a)) - Manually set GITHUB_ACTIONS environment variable in custom docker run.([`178f3988`](https://github.com///commit/178f3988dba42d4bd8e0c48e4b6e3725df4f088f)) - Github([`784fc5e1`](https://github.com///commit/784fc5e176c9e9d4ecb4231a9fb791c4fda95bfa)) - ([`7d361825`](https://github.com///commit/7d361825878c313abb58a2496a65f1a76505e0d1)) - ([`6073cce8`](https://github.com///commit/6073cce8d6ba5f466905948aa8ccc6a84ee967c9)) - Fix misspelling.([`a8c8f4d2`](https://github.com///commit/a8c8f4d27853495efa47cafd30b7a08759373a15)) - Github([`9bd06291`](https://github.com///commit/9bd0629176c18a377244af79d18c846c621350fb)) - Remove hardcoded use of TestLogs name from tests([`0ec3c58b`](https://github.com///commit/0ec3c58be4def770d1af17b4c174f0817faab02e)) - Github([`a0ddca81`](https://github.com///commit/a0ddca815b1e0d0ab77451e4e9ec9490d024381e)) - Github([`dfd1444e`](https://github.com///commit/dfd1444e1c4ffa9fe8e6e6566f660681cb773259)) - Indentation. (Lost in auto-merge?)([`3677252f`](https://github.com///commit/3677252f0a0aadb6b7be74f72866c835a876fae2)) - ([`792f5184`](https://github.com///commit/792f5184a1c04cdddc0bcf96af08295c54fa21e9)) - ([`e2c8a2ad`](https://github.com///commit/e2c8a2ad815d85c93f35f2636d75045e3e2dc968)) - Missing seccomp setting from NP and LR tests.([`ac528640`](https://github.com///commit/ac5286401c828c0c4eb6d9378efa5aa30262060f)) - Github([`70e23921`](https://github.com///commit/70e23921de1a292fa29f4a7c895392480142a0d5)) - Try uid rather than euid for Github environment.([`b4fb60f1`](https://github.com///commit/b4fb60f1c9f2e5026f073260f4f51b41018a7252)) - ([`f171585a`](https://github.com///commit/f171585ae8014a4999d0389cbf3c22ed7ecf789d)) - Enable extracting stdout/stderr from CalledProcessError.([`2e896e3c`](https://github.com///commit/2e896e3c5ad057d44ab5ecb6143cad9539423fdb)) - Auto-detect running integration tests as root or not.([`19bd633d`](https://github.com///commit/19bd633d072e0a33480317004662cf2bc9d5d48c)) - Wait for trans in block for each group of protocol features, to ensure prerequisites complete.([`4c27d35b`](https://github.com///commit/4c27d35bd055aa4d1fe67e95534307934b603009)) - Remove per-node configuration of nodeos version.([`c5e2bcc9`](https://github.com///commit/c5e2bcc983ba09bb0745993301d44923a2e9c7fa)) - ([`9e5aaf8d`](https://github.com///commit/9e5aaf8de9a1c990318939ec1f5f172f8ff0e077)) - Removing exception in Node pollversion to tolerate the small number of tests which use relaunch or launchcmd.([`e4c20c83`](https://github.com///commit/e4c20c835c34462aa3bcbff1bb73f4eb2bc9540d)) - Restore an increased ctest timeout for plugin_http_api_test.([`e8797dfd`](https://github.com///commit/e8797dfd4fee1ffff6194113c98409b5ab56e546)) - Raise TimeoutError if unable to determine nodeos version.([`27d1430a`](https://github.com///commit/27d1430af550ff6c3d66672baf7d4917368a30e9)) - Fix merge error.([`cfc122d8`](https://github.com///commit/cfc122d890d673e4b2396229931f78c59cd72c62)) - Remove timeout on plugin_http_api_test.([`c1112fcd`](https://github.com///commit/c1112fcd4890faff4768056eabc793de8dbd578f)) - Keep Node's self.cmd up to date if a node is relaunched.([`19dd2520`](https://github.com///commit/19dd2520de1ff60bd3b64354e46578a814397692)) - Restore lost raise_if_missing argument from bounce/down consolidation.([`86336041`](https://github.com///commit/863360411b4599aacb5551e448e53f1078d90a08)) - Restore nodeopVers to performance test ClusterConfig.([`837a5761`](https://github.com///commit/837a5761f15d8af38cfb8bd85618a6406f05a13a)) - Remove use of eosio-launcher in Cluster killall().([`4e9a7ec8`](https://github.com///commit/4e9a7ec8ecf797f2c771e2d08e0cf6100e0d80ac)) - Consolidate bounce and down implementations in launcher.([`b84b293e`](https://github.com///commit/b84b293e08c2360a2fadea4685402cabd26ed907)) - Spacing.([`7c009bb9`](https://github.com///commit/7c009bb934d7f95206d6082eee7116d9dfafcec4)) - Fix timing issue in compute_transaction_test.([`021597ff`](https://github.com///commit/021597ff7b6224fa89a3abdffd78211f51680303)) - Fix timing issue in cli_test.([`cac4714b`](https://github.com///commit/cac4714b9c657e8f90b51df5e07323b4f177bdde)) - Add dependency resolver for protocol features.([`75caa12f`](https://github.com///commit/75caa12f25a957db895330418f87ca2d14356220)) - Get nodeos version in Node either on init or launch.([`cd40443f`](https://github.com///commit/cd40443f94ab6f37f744a26cb08728ea10becb11)) - Bring cluster bootstrap into line with bios_boot.sh.([`f7595714`](https://github.com///commit/f7595714490f92c2c85a8faee59f71d26ec56069)) - Add log messages, remove cruft and commented code.([`2dd3a182`](https://github.com///commit/2dd3a1823588bf9e127ad5174e9119dcce60dbc0)) - Fix merge error.([`aaaa3118`](https://github.com///commit/aaaa31184bb8a62e04c0537a9c8efe5611b960e4)) - Fix merge errors.([`e7a7f211`](https://github.com///commit/e7a7f211a584223acfacedb5ede2714e7680cd61)) - Stop using deprecated boost resolver overload.([`3c78db67`](https://github.com///commit/3c78db67772e6d0abfd6712193c7476a22a10e18)) - nodeopLogPath still a string, not a pathlib Path.([`ac8002b2`](https://github.com///commit/ac8002b2d195cdab72a8c24d658d9d593896706e)) - Enum class _generate_next_value can't be staticmethod on older Pythons([`ec5681d7`](https://github.com///commit/ec5681d7756de1a25693d982bfdef7454c8b979f)) - Omit typing not understood on most platforms.([`98375931`](https://github.com///commit/9837593164a5167c409c7c3f0f628cf4acc812a3)) - Implement support for generating logging.json.([`e0f14275`](https://github.com///commit/e0f14275f53af5aadc83a6f79ca63fb4e49671c7)) - Fix merge error.([`9aaac36e`](https://github.com///commit/9aaac36e121b7b22e9119c7fe5a2c6124551ebae)) - ([`eba31b11`](https://github.com///commit/eba31b1187093355d4bda6a09115e5b74a8bdbb7)) - Catch ProcessLookupError during terminate call and react appropriately([`368fdd4b`](https://github.com///commit/368fdd4ba929d2b4599f9b39d9bfc267bdb73a5c)) - Capture ProcessLookupError independently of OSError.([`625662a2`](https://github.com///commit/625662a2d204e387504f6fb8875aec872ff9f8b7)) - Fix typo.([`2aa860d8`](https://github.com///commit/2aa860d871dcec4798546e4e2b3568b364a7fc77)) - Implement wait for terminating process on platforms without pidfd_open([`b245ba43`](https://github.com///commit/b245ba43c2276c8e4145bd6f6b4a63d1b65bc03b)) - Remove nodeos_remote_test.([`7eb38c4c`](https://github.com///commit/7eb38c4cd5f7b0170cd84fcdc2109532ac5c1902)) - Implement bounce argument.([`404e5a93`](https://github.com///commit/404e5a9372a5e8011649775eb88ab5526494dfce)) - Support more than 26 producers in launcher.([`01bb0d40`](https://github.com///commit/01bb0d406ba07a8390812841dbb388d104be05ab)) - Write start script when node isn't started by launcher.([`04815fa9`](https://github.com///commit/04815fa9686f69e2e79c02186fd84626c07d7ba0)) - Temporarily remove some error suppression not yet ready for prime time.([`585dca01`](https://github.com///commit/585dca015770c8f0314c00c09e03b6f7638bfb93)) - Honor unstarted nodes flag and validate total vs prod/unstarted.([`61969f67`](https://github.com///commit/61969f6701234437aac6a68160abbefecb428dac)) - Tolerate empty specific extra nodeos args used by some tests as docs([`5c5a3739`](https://github.com///commit/5c5a37395ecaf0e53f794123014ec1e440cd0d2c)) - Don't launch nodes when --output is specified.([`2540fc16`](https://github.com///commit/2540fc16c87c8b600e612667c56bc1ebc98c4694)) - Add support for custom topologies and fix shell argument handling.([`8e95e7c2`](https://github.com///commit/8e95e7c2c9cb070626dafd1ba51c03355d3e2a2d)) - Honor launch = 'none' and delay arguments.([`3fe6780a`](https://github.com///commit/3fe6780a91275b1a85af2a00686f260dfc41761e)) - Python alias no present; use python3 alias.([`292a0a38`](https://github.com///commit/292a0a38260614314f45dbf5c8f53a10e512b057)) - Revise NP and LR tests with seccomp=unconfined instead of privileged([`b0e950a6`](https://github.com///commit/b0e950a660e92750407898d95488b276669677f8)) - Try unconfined seccomp rather than --privileged test execution.([`f84884cc`](https://github.com///commit/f84884ccfa2171b9d557263debd1ed9487d4055b)) - ([`13626225`](https://github.com///commit/136262250a6d6b14018f5fb699d942682a821f1d)) - Add support for specifying paths to nodeos in launcher.([`a3fcefbd`](https://github.com///commit/a3fcefbd3f1eee773491e722279b03bc5181196c)) - Move --privileged to test runner command, from template.([`bb1943de`](https://github.com///commit/bb1943de188cb385b0eeb4620c1e5cbc46fb163e)) - Run db_modes_test with verbose flag.([`7a5d57b4`](https://github.com///commit/7a5d57b434e39e76f3adde997c7bfaf34fa57deb)) - Manually add `--privileged` flag to minified javascript.([`20951f1c`](https://github.com///commit/20951f1ce0e35bc20d735b46a434f63ac5c93ea3)) - Support nodeos-log_path argument and non-producing nodes.([`e10013e9`](https://github.com///commit/e10013e9b9395c12c4396b6f051f4022f3893494)) - Maybe fix YAML syntax.([`7beadb0a`](https://github.com///commit/7beadb0a2c81757b3ee5ef74456ee0178eb8ca8d)) - Maybe fix YAML syntax.([`15300dc0`](https://github.com///commit/15300dc01b426bf19cce7dd19b6d673f40ea3a26)) - Maybe fix YAML syntax.([`0351d913`](https://github.com///commit/0351d913b08d5afa0843f8e387b5d30709281854)) - Maybe fix YAML syntax.([`726b56ec`](https://github.com///commit/726b56ec719726d0bc82014530d12d501ce1046b)) - Proliferate privileged option to more configurations.([`8a43b014`](https://github.com///commit/8a43b014df81a13d4bc82cb701cb4b5d024836e2)) - Maybe fix YAML syntax.([`e084cce8`](https://github.com///commit/e084cce8f83f3227c7b58a30534a0b3cde3df0d9)) - Maybe fix YAML syntax.([`827ffe89`](https://github.com///commit/827ffe89f39592485c2e6ed5434e8ec99daf820e)) - ([`64f4c4b5`](https://github.com///commit/64f4c4b57ea6494e31df84f8db309bf28dcac147)) - ([`77f8a4a6`](https://github.com///commit/77f8a4a6d23039be4ac22aed18fcb0d9d87ab6aa)) - Invoke launcher.py with generic python interpreter name.([`272d5f3a`](https://github.com///commit/272d5f3afc1ba0e6558f936f7ee729c78ba1732e)) - Use launcher.py for tests.([`4de10f5a`](https://github.com///commit/4de10f5a454d6e47f28717c7a173889a6be5f6b2)) - Use kernel call directly to bring up namespaced loopback interface([`75994a38`](https://github.com///commit/75994a38c15a7e0c423a27551a8a9049b25a20d3)) - Find loopback interface and bring it up in the launch namespace([`39464f00`](https://github.com///commit/39464f00ad760200ab08378775b6aa953e9690d5)) - Launch nodeos instances per configuration, unsharing the network first.([`b805a880`](https://github.com///commit/b805a8802c312a7822e17cba8586b0f1685c7f67)) - ([`c90430b3`](https://github.com///commit/c90430b316f0c6242c76d2b64e0882da1cfd77c3)) - Revert an unintentional change ot the defaults in performance test([`d144ac59`](https://github.com///commit/d144ac59999d3fbb7cbf517c1b6c534d64dd74a6)) - ([`9cbca20f`](https://github.com///commit/9cbca20f817f413d98c49692c076264059acfafc)) - Merge from main again([`6c5bc1e7`](https://github.com///commit/6c5bc1e721b1e76b1b8b292e0c5ebfe2b4f58ad6)) - Merge from main([`8d17b5cf`](https://github.com///commit/8d17b5cf40f1cfe6e110ff586da38b8769d57679)) - ([`d444a1a6`](https://github.com///commit/d444a1a616cd311cae5076aa6fefac81e45deb13)) - Remove hardcoded test names in favor of __file__. Remove .py from path.([`19ff2d0f`](https://github.com///commit/19ff2d0f898c5adbba5676c7651f7183713b8ce2)) - Address pr comment regarding github actions log path([`6eabf64f`](https://github.com///commit/6eabf64f745f875b17a5c43c6c7072a2b1d20322)) - Resolve test failures due to use of var([`ffffe77a`](https://github.com///commit/ffffe77a965cbb61686c788dedb1f9aa12874417)) - Add new paths for GHA error logs([`c1bbfe22`](https://github.com///commit/c1bbfe226d1b75698f8f239c9240c35d0abd812d)) - ([`d32cc206`](https://github.com///commit/d32cc2066f9570f993ffbd2f9459c09f37a23ece)) - ([`119dd4dc`](https://github.com///commit/119dd4dce8f317393fee1086f1c285b89a33454a)) - Update main and merge([`452b7195`](https://github.com///commit/452b719504a3c7f81fc48c392ab3cca1f0ccfceb)) - Merge from main([`8e2da33d`](https://github.com///commit/8e2da33d08906d5ad506205f7acbd378512e769d)) - ([`c0edf6c3`](https://github.com///commit/c0edf6c3efda4d9d84f00a12e810f3c49a9600be)) - Move wait methods back to Node.([`96a377cd`](https://github.com///commit/96a377cdcfbdce40caf43fb806fb13318b248287)) - Redirect naughty usage of Python 'private' method in cli_test([`5f857313`](https://github.com///commit/5f857313ac5d337c6e908c900f5b584600a74d92)) - Move chain transactions API out of Node into its own class.([`91e96d01`](https://github.com///commit/91e96d01b880906e6b659e1eac1ee16600b91c99)) - Add missing imports.([`d5e9dcdc`](https://github.com///commit/d5e9dcdc86d613f80d6a8d3a422e3ce35b7aaa6a)) - Migrate chain queries out of Node.py into their own class([`4a52633f`](https://github.com///commit/4a52633f5ddbbd02ca7d1fe68d7b18f481a0a7f8)) - ([`1a7212c9`](https://github.com///commit/1a7212c931b7d66dbf2e58b2cae68dab568588c2)) - Use cleos to generate unique producer keys for non-bios producer nodes([`58c9879d`](https://github.com///commit/58c9879d69e10b75fdeef38d6bb12e09b96752fe)) - ([`6eabcab3`](https://github.com///commit/6eabcab35ed8cd102d8ac8f64b8990c48191efce)) - ([`760ddde9`](https://github.com///commit/760ddde9888e1f684a567946f708577ee1566335)) - Support using an existing genesis.json file.([`8e6242da`](https://github.com///commit/8e6242da0f33c0c03e1eaee7f95854c0033b9d2f)) - Support max-[block,transaction]-cpu-usage when writing genesis.json([`bab3b167`](https://github.com///commit/bab3b16795879dd563dea167b8fdbf2715fffd22)) - Write a genesis file for each node.([`590dfce4`](https://github.com///commit/590dfce4266d36c075c12349806a6869adf194d0)) - Move launcher.py out of TestHarness.([`80343030`](https://github.com///commit/80343030688b4e0a0907ff85f732476932b7d3a6)) - Fix mesh topology generator and eliminate redundant links.([`70bc518b`](https://github.com///commit/70bc518bb88dcb27f1cd39555c69e2b8f9cca372)) - Interpret total nodes as per C++ version.([`fbefdd14`](https://github.com///commit/fbefdd1490bb5444f22d3669d97b2fab29f3ca20)) - Add bind nodes to new Pythonic make_line()([`cf282132`](https://github.com///commit/cf28213223ec58a7a9a5cd8026acc5c984264c18)) - Assign network port numbers correctly.([`f2aae034`](https://github.com///commit/f2aae0343458b4f981bbcf12f7f34738df66538f)) - Add additional command line arguments to support custom config dir([`122a7ae4`](https://github.com///commit/122a7ae43be526dfe9cc9973b5d6c9e47adcf474)) - Revert to generic python3 in shebang.([`21e342fc`](https://github.com///commit/21e342fc80d1dcb2230632aedd3c3852032a8754)) - Add data classes, populators, and topology generators([`5ec19e70`](https://github.com///commit/5ec19e70dcab8d86971a932987cdf31155bd2f7b)) - Resolve collision in test path for tests which are run multiple times([`577b0887`](https://github.com///commit/577b08871324faefd9a336c097e5d69a80003e25)) - Convert hardcoded use of var lib to a dynamic one based off test name.([`5ae2aef2`](https://github.com///commit/5ae2aef2edab3e50e4fd8b69b4d0996f2695cbf8)) - Port eosio-launcher to Python - initial commit with command line parsing([`3b71f2a7`](https://github.com///commit/3b71f2a74acd1a4a56c9efb87a3f79bd0c87367e)) - ([`6491c667`](https://github.com///commit/6491c667a3de941e2c7e09326142827a03ec3e88)) - Fix issue with erasing element while iterating([`48f23969`](https://github.com///commit/48f23969042feb65b1580fc7f7ee79a69dde9475)) - ([`e3b31cda`](https://github.com///commit/e3b31cda964e908904fb4cc347684b80fbde512c)) - Feedback addressed([`17c4ce3a`](https://github.com///commit/17c4ce3a5c1ed9dc2c5eb4502073d4b985b4d021)) - Feedback addressed([`af808b72`](https://github.com///commit/af808b72e6fea87cfdf1cd1b0d5c7ac07ffe6e1d)) - Addressing feedback([`6e0672ec`](https://github.com///commit/6e0672ece401e4578b5b9951d6f970f9258f155e)) - ([`82093b02`](https://github.com///commit/82093b020322b2d3e5f1337e55218965e61e1954)) - ([`152198f7`](https://github.com///commit/152198f7792532328f7978d4968d8e9af8b4894f)) - Should allow loop to run from start to finish([`b72027cf`](https://github.com///commit/b72027cf22ccab7954e20b23c24975c92e16f8a8)) - ([`135a9ee2`](https://github.com///commit/135a9ee2650797c4a2f0393e0aac2d76074929c9)) - More selectability for invalid request([`696f30f8`](https://github.com///commit/696f30f8ed9cdbdd6af55c196efc49985a6670fc)) - Break after unschedule([`b25ee3c3`](https://github.com///commit/b25ee3c306ef7b06ffe803f2ff7c89776c1e9706)) - One more fix([`d0d5d02f`](https://github.com///commit/d0d5d02f0d068a6cc2a3a5e86f5941b07c4eb6ca)) - Logic fix([`10416005`](https://github.com///commit/104160055850207b93370b68cc654f1ddd0e4191)) - Make sure future scheduled snapshots treated correctly([`41601aca`](https://github.com///commit/41601acac4bf2d1d1a1cb5488a02ea8a558ddfa0)) - Addressing feedback([`dfe1c55e`](https://github.com///commit/dfe1c55ed65e5ac1afe565f0fc3d1f45caf6e161)) - Cleaned up listeners/handlers([`dfc8d629`](https://github.com///commit/dfc8d629f3ddc35a259d1095ca53f95b75d6f457)) - Renamed and cleaned up last test([`c8487beb`](https://github.com///commit/c8487beb17e1f87c1e73bb07d74e3ed1724e9aa8)) - Quit node gracefully on scheduler errors([`dbf901a5`](https://github.com///commit/dbf901a55f651b9ddc2bdaff24cce68c6f09452a)) - ([`b4b67786`](https://github.com///commit/b4b677866e6ce9cd8e510a8493658dbac72842da)) - ([`df5ad0cf`](https://github.com///commit/df5ad0cf0c28f0a3af3641e820530dacf3e950cd)) - Improved snapshot_diff test([`ec624b5d`](https://github.com///commit/ec624b5dcc597358e85a63ca5d9ecaec629fc737)) - Fix for the flakiness of snapshot test([`24cd36d3`](https://github.com///commit/24cd36d37c574a58b5dc97eec8b6c15d48f36081)) - Addressing feedback([`041d897d`](https://github.com///commit/041d897df06978391b1ee7025bb6c5b75758594d)) - Fixed whitespace plus additional test([`dec7c110`](https://github.com///commit/dec7c1103aeb06ebc0fd5e149b1759e9d4f54598)) - Cleanup requests with invalid start([`2c5bb903`](https://github.com///commit/2c5bb903e716e02b3f1adef523e11416f61ce518)) - Updated snapshot_diff_test to use scheduler([`dc5c1542`](https://github.com///commit/dc5c15426fb32203bf9d60d8714b595ff8e08c6f)) - Better handling of "now" snapshots([`7cf95895`](https://github.com///commit/7cf95895eb815b037c2507b13854009fcb8901a6)) - Added multinode py test, fixed bug in scheduler([`d0a21f78`](https://github.com///commit/d0a21f78285cb6d46d48a7fc394ff3810f74d08c)) - Fixed pending snapshot test([`d2aeeb7e`](https://github.com///commit/d2aeeb7e3ee6c6ea97749b09955d9b97728e311c)) - ([`c4c448ea`](https://github.com///commit/c4c448ea6c2b50b0458b048f41053c9c9773c470)) - Made schedule_snapshot params optional([`c7a2f613`](https://github.com///commit/c7a2f6130e6daa8579fa4ba6124520d81d802390)) - Removed debug message([`4be2e1cd`](https://github.com///commit/4be2e1cd1350635c5378008b5066e929549c955d)) - Multiple fixes: pendings, tests, namings([`407e0ba5`](https://github.com///commit/407e0ba5fef28faf1d7573f0017cbec92c6970f6)) - Handle situation where mlock_spacing is not specified([`9178e5ef`](https://github.com///commit/9178e5ef3b8f01dfc9a91b2b500a1ecd606fbe4e)) - Addressing feedback([`5819266d`](https://github.com///commit/5819266db85634af4a4a13d157af4a1ab8b79072)) - Make sure snapshot state preserved([`cd0d56ab`](https://github.com///commit/cd0d56ab7fb9ae15c14a2025d54f89a1293fbc31)) - Addressing feedback (2/2 minus refactoring)([`b14fc5a4`](https://github.com///commit/b14fc5a4b454d9046541cc11dccd8cd6342b0068)) - Addressing feedback comments 1/2([`962f0a97`](https://github.com///commit/962f0a975ddfd0a6f43318b334189657700c80c5)) - Updated yaml formatting([`2eae5267`](https://github.com///commit/2eae5267eb2fa35dbbba10331e503619c0a18a6a)) - ([`ca1a8d3a`](https://github.com///commit/ca1a8d3ad7515dd7fed2af0abbbf736453e2ad41)) - Added second snapshot request to test([`21630d3a`](https://github.com///commit/21630d3a5c17b6f684c235416b5aadfb17f50694)) - Included light boost integration test([`82ae0398`](https://github.com///commit/82ae03985dfb8d7592795e06f8e8679ff7b32631)) - Hook snapshot generation to block_start([`f1affa6b`](https://github.com///commit/f1affa6b8ec7413502a1740bb25952be3204eed5)) - Little refactoring([`34612f2d`](https://github.com///commit/34612f2dab3b2b5e40af77bf79d215c72b096d41)) - Improved data structures([`8301c6bd`](https://github.com///commit/8301c6bd7bb815eb7388e3f4c9daf86c1483f90c)) - Added execution handlers, several updates([`46502e58`](https://github.com///commit/46502e5814ae74eaa741c687aeff5cf01bfb3ebe)) - Work in progress, moved things around([`2aad1dca`](https://github.com///commit/2aad1dcaefb400e3349afb138a0758ef78f5f76a)) - Added ut to a snapshot scheduler([`57614390`](https://github.com///commit/576143901abf9e1e319e4439e6f5042f3a4ba4b2)) - Wip schedule/unschedule to update json db([`b1654c97`](https://github.com///commit/b1654c97631ce22d89118d4dcc4f0a7909e00f8d)) - Intermediate commit to sync changes([`5ee9f0f3`](https://github.com///commit/5ee9f0f3d0446afd27cc7f4e8f1ce71375716d36)) - Work in progress - requests scaffold, db([`d865960c`](https://github.com///commit/d865960c075425687be664b1df1a41e52066b4c6)) - Updates to schema([`e17e772e`](https://github.com///commit/e17e772e0c4d64680c46d9c0618fd60453c5bfd4)) - Added snapshot status to get_snapshots_requests([`e54032ab`](https://github.com///commit/e54032ab72b9fd692d66160d79cec81829f315bd)) - Updates to swagger spec([`7cb3a08e`](https://github.com///commit/7cb3a08ef36991502140f4fa1a8c225f170c1454)) - Updates to snapshot scheduling api([`6da99288`](https://github.com///commit/6da9928831a4141b7bef65989b242becd89580a2)) - Added snapshot scheduling calls to schema([`9e32a103`](https://github.com///commit/9e32a103968e4d1061a03962958553cb019c2c2a)) - ([`326c169e`](https://github.com///commit/326c169e10d31fa8d2c9bdfabbadd7598893a420)) - Address PR comments([`e6020fbe`](https://github.com///commit/e6020fbec271f4843e567e78aa589f7ecbb89c71)) - Get_raw_block api endpoint([`75fb80b6`](https://github.com///commit/75fb80b6f83ff4a404bff0495603c22e62db44f9)) - Use lambda for transaction generator calculations([`39bdbfe6`](https://github.com///commit/39bdbfe675706949c0788546a016f3f9e4b70407)) - Use proper arg instead of empty string in launch transaction generators([`15d92a17`](https://github.com///commit/15d92a1797966b7421d594aeb57831cf4492c985)) - Handle whitespace stripping in launch transaction generators([`5e21ecfe`](https://github.com///commit/5e21ecfea4497d9781d4dac49ac72082d584e6ae)) - Update readme to reflect port endpoint changes in performance harness([`07ec10dd`](https://github.com///commit/07ec10dd467b74b3da364086c46ba6b6b845a1cd)) - Merge from main([`e3915ba8`](https://github.com///commit/e3915ba846de62aeccb6aa8b2f8e7edb7eccb088)) - ([`d4ffa14d`](https://github.com///commit/d4ffa14da8e794219b387bdfa08a799c3305297d)) - Fix comment to reflect updated floor in range.([`ed5aeca6`](https://github.com///commit/ed5aeca6894489e5ba30c7939b73914c2df097ad)) - Fix command line argument passing.([`e94cb14a`](https://github.com///commit/e94cb14af813a966e56272232c77ce5d66922c17)) - Fix bug causing possible division by 0.([`74696f2c`](https://github.com///commit/74696f2c0c5f0ff311d3d373f8ea70c550a73e1d)) - ([`58d6eb03`](https://github.com///commit/58d6eb0327ca4fa0299c985dd2586e6935f2d315)) - Address PR comment([`22605db6`](https://github.com///commit/22605db6876c377384bf55ad1f7fff781d4952e6)) - ([`5e48d00e`](https://github.com///commit/5e48d00e22408d91cfc5dacbafdff6422b0604de)) - Remove eosio-blocklog([`d5deb4ee`](https://github.com///commit/d5deb4eef1d8a5eedf01d4d6d4cb932b2e1fc0bc)) - ([`1e042d15`](https://github.com///commit/1e042d15dffafee780d0b4b2584fdd47370a34c1)) - ([`0f15f5f9`](https://github.com///commit/0f15f5f94af4b9ae1025b7e95be9de45e69b3006)) - ([`5cac6638`](https://github.com///commit/5cac6638eda9334f2b63084382ef8464852b57a7)) - ([`a5036cab`](https://github.com///commit/a5036cab0d512921169cb2583c84bfb72061515d)) - Revert _ro_num_active_trx_exec_tasks to uint32_t([`d0ef1cf6`](https://github.com///commit/d0ef1cf66723d05a35b106e0a0fce85eb0e9ac0d)) - Make window switching assert conditions stronger([`9adc6651`](https://github.com///commit/9adc66513ee6cda20e80c7bec81cd437a0519b82)) - Make exec_queue parameter explicit in all APIs([`8997ae2f`](https://github.com///commit/8997ae2f8920f98db416c4063d59f93c414bccae)) - Move add_greylist_accounts and remove_greylist_accounts to general queue; correct an error text([`8502c2ea`](https://github.com///commit/8502c2ea66ea3ac67184e75a1e0e2d81c7aef895)) - Move more read-only-non-safe operations to general queue([`76bef699`](https://github.com///commit/76bef699db6a9d07530cde00f00356b573984685)) - Move update_runtime_options, set_whitelist_blacklist, and schedule_protocol_feature_activations to general queue([`7f9002f1`](https://github.com///commit/7f9002f10fdb75d681a7da33700878636f6557d1)) - ([`9a9ba76f`](https://github.com///commit/9a9ba76f5b9fca43b1171ec55a3069a23e1ed548)) - ([`832db115`](https://github.com///commit/832db1158d9d726aa40390d26799d9bc1ffd66c5)) - Fail some trxs on authorization and expiration; wait sufficient time for all transactions to be executed([`1880d227`](https://github.com///commit/1880d22796cfc7660d47c5a3ced38570d59d67e7)) - ([`536546e1`](https://github.com///commit/536546e12ab5f5347cb2c99e89da3b02964b6208)) - Put back chain.is_building_block() check([`e0feb246`](https://github.com///commit/e0feb2466ff2e16ed3a3cc5bae6476f2913e54db)) - Do not check is_building_block([`a39e7b59`](https://github.com///commit/a39e7b59a89c232b7c23fdd2bc9ed6eaccc16959)) - Add read-only trxs unit tests test_read_only_trx.cpp([`84fd3ada`](https://github.com///commit/84fd3ada3cc05b4556aeed73e3fcf5ba22ce0b8c)) - ([`adde9954`](https://github.com///commit/adde995462d4f1006b1ed3ce28a4a7052e3db2c9)) - Correct typos in comments([`f573906f`](https://github.com///commit/f573906fe24d14fb8a30e846717922607c845986)) - ([`debcd87f`](https://github.com///commit/debcd87f703dd6660c6ee54678c9e705d1a0cced)) - Correct typos in comments([`5bc9c1ab`](https://github.com///commit/5bc9c1ab724732e25e513322f67753c117e477d0)) - More comments and finishing touch([`d6a0062c`](https://github.com///commit/d6a0062ca1c9670a97e4befdfd6f0988aeb394ab)) - ([`2d5a313f`](https://github.com///commit/2d5a313f00f0c0a3765ecc4336f21f4aed914324)) - ([`23baf6df`](https://github.com///commit/23baf6dfe9e0397937e4c4c5e590ee7a57f128a5)) - ([`7e4b451c`](https://github.com///commit/7e4b451c9b8eeb275d1d163bb14932c64fc26c6f)) - Add a test of doing read-only trxs, send_transaction, and push_block in parallell; improve test names([`48b40afb`](https://github.com///commit/48b40afbca68e2d0dfd2248412cd30732cd01dc8)) - Compile when EOSIO_EOS_VM_OC_RUNTIME_ENABLED is not defined([`5522e274`](https://github.com///commit/5522e274af8ca9acea909a8360a1603caedf108e)) - Make code_cache_sync (used by EOSIO_EOS_VM_OC_DEVELOPER) multi-threaded safe([`ed647f86`](https://github.com///commit/ed647f8628370e06ec1ac5a52db625ef6667de9b)) - For dry-run, only append action_receipt_digests; add more comments about thread-local data([`7f258bcd`](https://github.com///commit/7f258bcd433c85fa064bb19cbe284a20ea4d44ad)) - Set a hard limit of read-only trx thread number for EOS VM OC([`e0c3b9da`](https://github.com///commit/e0c3b9daaf829b0da282c9c5eeee1f289a310193)) - Delete removed abi_json_to_bin and abi_bin_to_json from read_only_trx_test.py([`94d8f447`](https://github.com///commit/94d8f4470b7d460e6d27bb1c16d0e5a0dffc7209)) - ([`46b0a2a5`](https://github.com///commit/46b0a2a55cf0d63d93f6688f6324bf60ebc323e7)) - Use correct window deadline and max trx time([`70a6c94b`](https://github.com///commit/70a6c94b3a384c1031d1c4fb68ccabb5499a227c)) - ([`2b67c0f6`](https://github.com///commit/2b67c0f654d2ab4c53e29c1629f279c345f0efce)) - Add transient_trx_success_tracing and transient_trx_failure_tracing for dry-run and read-only transactions; remove a redundant db_read_only_mode_guard.cancel([`f250a2d5`](https://github.com///commit/f250a2d545925f250f22b1870460f4e031921416)) - Make read_only_trx_test handle clean-run properly([`16e5a1c5`](https://github.com///commit/16e5a1c5ff3a249ae91123bcfa77860c54c71ae5)) - Revert back pushing receipts, correct a commment about non-parallized read-only trx([`3a35e0e7`](https://github.com///commit/3a35e0e799281932bfbf96191876f7ee05519259)) - Make handle_push_result some simpler and rename exhausted to retry to better reflect intention.([`8128ea95`](https://github.com///commit/8128ea950282e5c66777be4d97a1e671fce653e7)) - ([`efc31df6`](https://github.com///commit/efc31df65d1c18af5753bd03f36cb3b64f48cf5e)) - Update appbase to head of main([`740e60de`](https://github.com///commit/740e60de648948f2c773f6a8ac74aab15f007589)) - Use appbase with external order for priority queue.([`b3a1eafd`](https://github.com///commit/b3a1eafdafcb6d518dcd570c7df16b1cae1d7e0f)) - ([`7b529301`](https://github.com///commit/7b529301a3838af67ce4114c6c34239dd680740f)) - Do not use mutex for code_cache_async::get_descriptor_for_code and protect _cache_index.relocate([`f04718b9`](https://github.com///commit/f04718b930b5868c4093f1834f1442915409f334)) - Protect code cache from evicting entries while read-only trxs threads are executing([`7702f1a6`](https://github.com///commit/7702f1a6d320784dbe648fca1f01ec880a8c6345)) - Use _producers.empty() instead _production_enabled to determine production node([`c2ef8b2f`](https://github.com///commit/c2ef8b2f598dfe8e14e76cbadf0f5d70db46ea4a)) - Do not post transaction related RPCs to general queue, revert not to do push_receipt for read-only trx, and move _ro_trx_exec_tasks_fut.clear inside post task([`5ace1197`](https://github.com///commit/5ace1197c6e376c2d5ecef934f87b9e5c7753053)) - Update _idle_trx_time, correct assertion text for read-only-thread with production node([`428de820`](https://github.com///commit/428de82034f8ee8a19b32d7d223e0650711e11eb)) - Make custom_appbase as an interface so its users do not need to use relative include path in their CMakeList.txt files([`3598fda5`](https://github.com///commit/3598fda51bdb447528351cdd05152966c42f6632)) - ([`09434dab`](https://github.com///commit/09434dabfba2bccd2f6b2e392e1d98d3e5326c98)) - Do not all multi-threaded read-only transaction execution when production is enabled; revert net_plugin process_packed_transaction changes; and some minor changes([`30eb5da5`](https://github.com///commit/30eb5da5c6e2790a443999b85a9db0dd8465e267)) - Small cleanups in controller and producer_plugin([`809d72e0`](https://github.com///commit/809d72e0290bf308f3782b54fa7b06f1cd577580)) - ([`759291d0`](https://github.com///commit/759291d018bd441dca7628e63b7f9f9701b58cfb)) - Remove _ro_read_window_pct and use _ro_read_window_minimum_time_us instead, check _ro_read_window_time_us and _max_transaction_time_ms interaction, more conservative on EOS VM OC VM size, and several small enhancements([`83de948f`](https://github.com///commit/83de948f5d4f8bcc2e23985ead024f8b09c19065)) - Assert no active read-only tasks when switching to write window; start read-only tasks before timer; several comment and format improvements([`c913c9e0`](https://github.com///commit/c913c9e0986f90eb039efd935737d11e8387ac01)) - Put _ro_trx_queue and its mutex into a struct, use std::atomic for _ro_num_active_trx_exec_tasks; use fc::microseconds for microsecond members([`5b441a3d`](https://github.com///commit/5b441a3d688277b49b7af3e8e7478d817342d8da)) - Use std::thread::id instead of boost::thread::id, combine start methods in thread_utils, and add override to init_thread_local_data in eosvmoc_runtime([`44af6d85`](https://github.com///commit/44af6d8532077a6cd76b3f69508cfe6b571eab55)) - ([`fe498651`](https://github.com///commit/fe49865132c8f657ad6bfc4a4794c0409b6611ce)) - ([`d010733b`](https://github.com///commit/d010733bcfcf8c95573527f7d40cf72ac410bcb6)) - ([`8f83e49f`](https://github.com///commit/8f83e49f90bda464d19047631d4b6a8abb653c49)) - ([`4d4e3606`](https://github.com///commit/4d4e3606b547db3f1835abb69ab37842b731d07e)) - Make names better to reflect the intentions and update comments([`130fbbf8`](https://github.com///commit/130fbbf8040295a9545887b02241c15d2a6cea48)) - Remove deprecated cleos option read-only for compute_transaction([`7d9fd3b7`](https://github.com///commit/7d9fd3b77110f4a6d159704b09804d660a690f99)) - Remove max-read-only-transaction-time option which is not neccessary([`4a853524`](https://github.com///commit/4a85352462c4140dfd62381d6289b72d87ff27d1)) - ([`f14f2b36`](https://github.com///commit/f14f2b36e6f7a86944a50ba442f775bb2d4e7f29)) - For EOS-VM-OC, make sure the system has enough virtual memory for the number of read-only transaction execution threads([`06cc38e9`](https://github.com///commit/06cc38e9f75885dad0a468eb1610f797bcdd4c1c)) - Use an enum to indicate which queue to post; use write queue for default queue to post; and clean up use of app().post in producer_plugin([`bc7d7e2c`](https://github.com///commit/bc7d7e2c840b54b1084f8492352ea9da35e4888f)) - Make wasmif in controller and executor in eosvmoc_runtime as default member to allow multiple controllers in unittest([`64aee92d`](https://github.com///commit/64aee92db80b08df409e805f8e3ea9073553b33b)) - Do not enforce max_action_return_value_size for read-only transactions([`be0054bb`](https://github.com///commit/be0054bb3c41ebf1dd167660dac9adb690b3eb50)) - Move custom_appbase from under plugin to under libraries directory([`655c1c58`](https://github.com///commit/655c1c58da5e9b640415cd0bb9197e388dde7a09)) - Make multi-threaded eos-vm-oc work([`c6df34b1`](https://github.com///commit/c6df34b1e14a3b11eaec49d4def96d3b68cdcd87)) - Add an optional init function to be called when a thread is started([`4e04ff32`](https://github.com///commit/4e04ff329c42ca6bb2d7979a164e64111d10959b)) - Revert thread_ids() method([`4f9baf57`](https://github.com///commit/4f9baf57c6373acad5bd51264b6f1a1ec68b7d11)) - Simplify thread data by using thread_local for timer and wasm_alloc([`ba66693a`](https://github.com///commit/ba66693ace3dbd2e5c2213c16f4669760230843c)) - Add tests for parallelizing read-only thransaction execution([`36f89c71`](https://github.com///commit/36f89c71e14c25e7ce77edba4e6aa1223995a940)) - Update test contract for read-only transaction testing([`88322f7d`](https://github.com///commit/88322f7d6b6eb85321204ade8102737e8ca30f6f)) - Main work of parallelizing read-only thransaction execution([`23b5f27c`](https://github.com///commit/23b5f27c3c3051c3cd416e2678441de0feb94f66)) - Make chainApis and NetApis safe to multithreaded read-only transactions([`d6947eff`](https://github.com///commit/d6947eff58fcea453b6dd9c8b831a6fc44986015)) - Add support to specify which execution queue to post an RPC API([`d181cacf`](https://github.com///commit/d181cacf4697f639191ce75df5aa6a20548eb5d3)) - Update to use new app().executor().post()([`02ddc037`](https://github.com///commit/02ddc0375e8fc063773ab1fadef962ef5426f8ed)) - Simplify execution window setting and checking APIs([`5716438c`](https://github.com///commit/5716438cea0a7c16f23000e21fd2b4ba36ff27f8)) - Make controller threaded safe for read-only transaction execution([`b46629b9`](https://github.com///commit/b46629b9d0566b80fea97f1347f6208047e89405)) - Add a missing custom_appbase change for unittests([`33c09d38`](https://github.com///commit/33c09d385e0f67f4cc0df0d01f6b1b03574f6d45)) - Add thread_ids method to return thread IDs of the threads in a thread pool([`60bf50dc`](https://github.com///commit/60bf50dc64c03513f45b4b5fafbeefbf3ef702e9)) - Add read-only trx parallelization configuration options([`df2060fc`](https://github.com///commit/df2060fcca122cf4b68bee9f7ca6a144cc515034)) - Customize appbase to support two queue executor in Leap, add tests, update Leap to use the cusomized appbase([`0b1b2a26`](https://github.com///commit/0b1b2a26ebb73d4d9a7c90279858f8cebd1373c7)) - ([`c2c41c2c`](https://github.com///commit/c2c41c2c5c64dd803ee2fe03d95fd929823d796d)) - ([`1e70108a`](https://github.com///commit/1e70108ab4ebcdd6ae421e8eb2baba38f4d7cb13)) - Remove undesired read_log_data.py and related components([`cce332d1`](https://github.com///commit/cce332d1c976343769a7d4b95f5500d85eed2370)) - ([`a211e57c`](https://github.com///commit/a211e57c8b2d8d924bb8a364240e16c3a6b076b0)) - Add performance test to excercise user defined contract and test action with data file.([`0a018008`](https://github.com///commit/0a0180088697311aa39fff37c15aec41d0643815)) - Add performance_test run to long_running_tests to exercise performance_test.py.([`e43d6339`](https://github.com///commit/e43d6339e7ac7ad898b58548721f13f898b583fa)) - Fix some dataclass initialization for python 3.11([`39c2242d`](https://github.com///commit/39c2242d17e03e73fccb996bac861e82a371a2d6)) - Restore VERSION_SUFFIX to dev after merging 3.2.2 version bump([`07fad93e`](https://github.com///commit/07fad93eb2b7263b02f9d7abf36a19b5840c77d8)) - ([`061f0102`](https://github.com///commit/061f01025885cde8d181a433469a2872dab2148f)) - Bump Leap version to release 3.2.2([`68df37da`](https://github.com///commit/68df37da0c05a2565cf5257246c697d9ce862c8e)) - ([`cf752355`](https://github.com///commit/cf752355311568e61474c3d08a1f0e26964e7873)) - GH-808 All other integration tests set a high abi-serializer-max-time-ms and http-max-response-time-ms. Increase for this test as well.([`8f2b48e2`](https://github.com///commit/8f2b48e2a869a191b16fbbbf3be4006569fb3fd0)) - ([`2573a5e7`](https://github.com///commit/2573a5e7f50352645d1fc59049ff3a6d8b4e4c75)) - ([`6475b8fe`](https://github.com///commit/6475b8fe7000fbd3a435db9d1f688b2ff832925b)) - ([`df5dd69a`](https://github.com///commit/df5dd69af2862514e61b30e1dc223f4763c0df7e)) - Add comment([`b020a077`](https://github.com///commit/b020a077ec48957c3ac579fa8091abdee8e05d19)) - Improve logging during syncing when producer_plugin debug level is enabled.([`ff671fcd`](https://github.com///commit/ff671fcd35de75ec3bc78635e2b0ca79cd298232)) - ([`cf833519`](https://github.com///commit/cf833519a5b3773763bc42b2cabc2e7744a12659)) - Remove unnecessary dependency on contracts.([`3be20fa2`](https://github.com///commit/3be20fa28b7b198d497b27d6bf3992777ce7df26)) - ([`eac39208`](https://github.com///commit/eac39208ff8c0d12a7767243d1f9b110400900a4)) - Untabify([`cb160e00`](https://github.com///commit/cb160e00c2f796b645aa707b145e8d85ec80c634)) - Ubuntu18 default CMake is 3.10 and will not execute the search path.([`ab0752c7`](https://github.com///commit/ab0752c7c981170e052ce4b041eb4c0644bb04b4)) - Addressing review comment.([`0c180d04`](https://github.com///commit/0c180d04c53de0c066e975ea034674cf09d7a5e0)) - Search for LLVM versions 7-11, prefering latest version.([`43945060`](https://github.com///commit/43945060931f73267f85a2eac0c10055e625f809)) - ([`f9becdbf`](https://github.com///commit/f9becdbf2143b66820d08d0148bbf8700d95b122)) - ([`da92673a`](https://github.com///commit/da92673aff8e71f4abf4dd40ad1a63358ac2c0cd)) - ([`8bf37aac`](https://github.com///commit/8bf37aac8ab402a328035ca9f321f43e5097fc54)) - GH-788 Remove abi_json_to_bin([`7baee720`](https://github.com///commit/7baee720cdb2d81b737595ab957a6d594bd47c96)) - GH-788 Remove abi_bin_to_json([`d680c62f`](https://github.com///commit/d680c62f790459a3951543393c0c1735ce8c182d)) - Switch to support older versions of python.([`a9aea207`](https://github.com///commit/a9aea207bed67280a910540794a34c2d5c902683)) - Switch to support older versions of python.([`a24b05cd`](https://github.com///commit/a24b05cd4ed26cafd46a19c4a2e381aa54d55a8b)) - Don't require these find packages, which are already being done higher up.([`93f52ea3`](https://github.com///commit/93f52ea34f3ec8a09b4e7ad5949d32dd6181aef5)) - Generate *PluginArgs.py files directly.([`7ee35bb3`](https://github.com///commit/7ee35bb31d53ee5768d4aabb5113c6c7b54bb266)) - Addressing peer review comments.([`9063dd87`](https://github.com///commit/9063dd87e1b346d04d4b49a8337630622ac75a22)) - Addressing peer review comment to remove unused code.([`df957cd1`](https://github.com///commit/df957cd13d81a7e89454daa2cc758edbc40cbae8)) - Address peer review comments.([`6ba406ff`](https://github.com///commit/6ba406ff2dea25d819d7daa17210cbc3d265b63b)) - Fixup documentation for missing arguments.([`5ec692a2`](https://github.com///commit/5ec692a2bedbd2b497f32f397ee846fa80711198)) - Addressing peer review comments.([`50081487`](https://github.com///commit/500814876e1e0ee0b3976fc2218e4080585d53e8)) - Update ProducerPluginArgs for newly added arguments.([`1c612e81`](https://github.com///commit/1c612e81899b89aa9041250eb84765dd3ca63317)) - ([`93fc50a2`](https://github.com///commit/93fc50a27711552b6dbe21010a19e7bf427848b9)) - ([`70fe9960`](https://github.com///commit/70fe996081a4b8642a10b569d7ebb5e790e2d9a7)) - Merge remote-tracking branch 'origin/release/3.2' into huangminghuang/strike-rule-main([`19cd5ee2`](https://github.com///commit/19cd5ee2826dc55f4c1f2fe65d93a359000b7fc2)) - ([`79885455`](https://github.com///commit/79885455136388c1fe8d11e674f6daeb9ea75cd3)) - Address PR comment([`264ff183`](https://github.com///commit/264ff183cb0ce3ac446b8dda40f507dae90c0e6a)) - Extract block_time_tracker([`a8877f19`](https://github.com///commit/a8877f19cdf5a7c631e3ae2d3ffb4e6f81608242)) - Merge remote-tracking branch 'origin/release/3.1' into huangminghuang/strike-rule-3.2([`bd8d23a2`](https://github.com///commit/bd8d23a2e8cc09d11295f684930f40be40e2df52)) - ([`9d1ea27e`](https://github.com///commit/9d1ea27ed7ae2594d3aa44830790d9dec7aa4c4d)) - ([`71548a64`](https://github.com///commit/71548a642577e0757f0e462bdaba20afa4f3841e)) - Add reset time until back([`72c5d299`](https://github.com///commit/72c5d299feb4a4989f84851356046627ed532145)) - Address PR comment([`5cf31c99`](https://github.com///commit/5cf31c9929a6bf0ee43d2c63a9d9d4fac60d3a35)) - Subjective-account-max-failures-window-size([`fcbdb0ae`](https://github.com///commit/fcbdb0ae982e96246436b09f1aeb86726386b6a6)) - Addressing peer review comments.([`045db819`](https://github.com///commit/045db81995649b32b0a82759eab20d63d234ce7a)) - Peer review comment.([`c6717c40`](https://github.com///commit/c6717c40548adfd6b5960ae82a618aa6f008eb7c)) - Address peer review comments.([`72451aad`](https://github.com///commit/72451aad536aa2b6e9f13253b463b6e031fe4cfd)) - Address peer review comments.([`bafd7ddd`](https://github.com///commit/bafd7ddd698672a99859c412124b84c13174d074)) - Fix braces.([`173fff95`](https://github.com///commit/173fff951f877924ec1cea56000ae182241450ad)) - Cleaning up using namespace statements and namespace qualifiers.([`778ff304`](https://github.com///commit/778ff304e6d596a8cb535bf5a53df745f4d4d760)) - Addressing peer review comments([`3cd1b360`](https://github.com///commit/3cd1b3609c1bb3b458dfd32399ef7bc81cc55bb3)) - Put back in blank line so list will render properly.([`2d31597e`](https://github.com///commit/2d31597efcb36a9c05d60a91bf7e5ab07f3c04b6)) - Work to coalesce arguments into config objects.([`eed59be1`](https://github.com///commit/eed59be1347f0e1a7b047f2f7b0538c04255fdc1)) - Reintroduce stop-on-trx-failed argument.([`23670d00`](https://github.com///commit/23670d00ca58bf6ed496e42b1782981bc4e398cb)) - ([`cdc3ffe4`](https://github.com///commit/cdc3ffe4da9a3c3fdbbaa30417d19598de24bb0e)) - Remove num_call assertion([`2b469c47`](https://github.com///commit/2b469c474878eeac1bc512dd4016ca8220836a8a)) - ([`0dd648a1`](https://github.com///commit/0dd648a10ea8f70d702368b74bb1e7c7d6fb3037)) - Head_block_num([`c1c32ee5`](https://github.com///commit/c1c32ee562705f2a0b0da476d72bd8d270b0188d)) - Merge remote-tracking branch 'origin/feature_prometheus_plugin' into huangminghuang/prometheus_int_test([`35df1bc5`](https://github.com///commit/35df1bc591a7284966d67cf8bf51d67f74b0f822)) - Add tracking of num_peers and num_clients([`c0ed1579`](https://github.com///commit/c0ed157959f1099b52c09cd5a74bc4c2772fbd73)) - Use tlog for trace logging of adding metrics([`ba8ba7f0`](https://github.com///commit/ba8ba7f0e9ec964ed0fd90b9b0962edf758d78af)) - Merge remote-tracking branch 'origin/main' into feature_prometheus_plugin([`3e2fd4d5`](https://github.com///commit/3e2fd4d55bea770b28ada4e044843ee63eaa4fc9)) - Cleanup for peer review comments([`8eb0d86f`](https://github.com///commit/8eb0d86f71fe03cbee680fd68d7ad6b9e920ad7b)) - Create integeration test([`9784e896`](https://github.com///commit/9784e8966628f26d02356f04e8998159ac9bb684)) - Address PR comment([`3bcf55d1`](https://github.com///commit/3bcf55d1f7fd0450c3a7f37fe74e1a880b9abad5)) - Use correct register_plugin of appbase([`8d7845f8`](https://github.com///commit/8d7845f89c04fa7e4b6f6eca38de9d704c9704ca)) - Use http_plugin max_response_time([`283daf3d`](https://github.com///commit/283daf3d2e877a8a49bd74a45ef6f4e0d54d6440)) - Fix merge conflicts([`c0c06598`](https://github.com///commit/c0c0659822cc9407358b44f24c44f10dac06c94e)) - Merge remote-tracking branch 'origin/main' into feature_prometheus_plugin([`a08aecea`](https://github.com///commit/a08aeceaef4d87985d451a6ff46ff01654ef1247)) - Cleanup([`e9976d2c`](https://github.com///commit/e9976d2ce0141e7b41291fb612f3006f8092204a)) - Merge remote-tracking branch 'origin/main' into feature_prometheus_plugin([`bd14a623`](https://github.com///commit/bd14a623149f0bb5e2064af165ab8e132a562a67)) - Updates based on feedback from pr([`a88bf8d9`](https://github.com///commit/a88bf8d9fd9b40c69b4178798712f05ebf6dc07b)) - Updated named_thread_pool usage([`86791fe7`](https://github.com///commit/86791fe7cc54d14cf781bd5633a0bc04405dcbfa)) - ([`4c6de845`](https://github.com///commit/4c6de845986d726cf4f457705c23e7b9b26c6a72)) - ([`24d9998f`](https://github.com///commit/24d9998f55629d8845f87162d89d8276f9449a00)) - Took out cmake dependencies on chain_plugin([`2282b7ba`](https://github.com///commit/2282b7bac13a4546e267ceb6a506e8e34be3dda8)) - Added url to count metric([`8f842579`](https://github.com///commit/8f84257950f60281fe0ba58903d669cc7bef9cfa)) - Added metrics tracking for api calls([`12ec8ece`](https://github.com///commit/12ec8ece1d1b6dcf6291735b26449f2d231a1dad)) - Added lambda for named thread pool start([`0bfc7969`](https://github.com///commit/0bfc79692660228c09fb2eb7709394fd25639392)) - Mod to named_thread_pool construction([`e2e591fb`](https://github.com///commit/e2e591fb5490b038a29ff6f134833698d1a67f48)) - ([`3d2ad4de`](https://github.com///commit/3d2ad4de227f0a0ac5e7934aedf7aae8c26d6c54)) - ([`34a45f8d`](https://github.com///commit/34a45f8d92a0cebd168360a92fa8781702e80c40)) - Used std::move() to update metrics map rather than copy([`a8022cdd`](https://github.com///commit/a8022cdd1bf96272c5b4ffbfb64871f4b694e4df)) - ([`3ac58ebd`](https://github.com///commit/3ac58ebd502ecaaf02a3e76f4f1b2abec9af7e5b)) - ([`59648725`](https://github.com///commit/596487257d9a9b17decf7f12b7eccf5145ee0031)) - Minor cleanup([`754b2d81`](https://github.com///commit/754b2d81f99dcfc6c3f4a53ff8445a69766642f5)) - Updates to prometheus_plugin to support message based updates([`a6565005`](https://github.com///commit/a6565005ff4c89cc0421ff0d7f7c35f28a566ca3)) - Format fix([`8f62c272`](https://github.com///commit/8f62c272fb7f8f7d69189bad0dc409f4729fd29e)) - Made call to metrics async; using strands/named_thread_pool([`ed72be42`](https://github.com///commit/ed72be42f77545e5a4d6c8bddecc785bdffc897b)) - First cut at new interface between prometheus and other plugins([`2651eaf7`](https://github.com///commit/2651eaf7d11cf4a07e36182fc7d83ebbc5604cc9)) - ([`6caa8098`](https://github.com///commit/6caa8098047372db3452b047e78ce985c7624949)) - ([`2fb3e06c`](https://github.com///commit/2fb3e06c601bd1451461a6c7e3fe34a574559e11)) - Added base struct for plugin metrics([`a1f88200`](https://github.com///commit/a1f88200315451c54b8323444b7828bb697112f1)) - Added enabled for metrics([`bd017586`](https://github.com///commit/bd017586b65398d705cbac3ccc231c686bdf782a)) - Code reformat / added bool for collecting of metrics([`b7bf037e`](https://github.com///commit/b7bf037e4c26b8c3a38ab5b238b13c8a1f4f2cb7)) - Cleanup in chain an net plugins based on changes in producer plugin([`525a4544`](https://github.com///commit/525a4544148de384ef54e53543771e3244077e05)) - Changed to use const refs and other pr changes([`0d5f7dda`](https://github.com///commit/0d5f7ddad83eaac074bf80ce43de7731560bcac2)) - Added base metrics for producer_plugin([`de6fe8c5`](https://github.com///commit/de6fe8c5956d0705848e8b538eb9b920f7d9cc14)) - Added support for metric_type([`c7f96283`](https://github.com///commit/c7f962836a086aaf7be247aa5d3a4446f0bd6800)) - Added producer_plugin metrics([`40a0507b`](https://github.com///commit/40a0507b3b62c5aff3d7d1b67fd8c5435712ece3)) - Added metric types to metrics([`ae8eee98`](https://github.com///commit/ae8eee98244759e02bf093b4a3102f5d7e7d5b0a)) - Added chain_plugin metrics([`be41cdbd`](https://github.com///commit/be41cdbdf475ee4a09dca430953a9732d82baa01)) - Added metric_type([`56a11f18`](https://github.com///commit/56a11f1874137f221f1711e8e48559bcac964ee1)) - ([`b745639b`](https://github.com///commit/b745639b0a4ede68efc040d47f56a6d64ff3997c)) - Changes based on pr comments([`ecea4c38`](https://github.com///commit/ecea4c38fff02db1427a82d49ca9992f3bdc7e4e)) - Changed url from /scrape to /metrics, which is default for prometheus([`0780d77b`](https://github.com///commit/0780d77b604a589e1e7faa001aaed893f7d8a34c)) - Took out unnecessary content_type_ member([`722508e8`](https://github.com///commit/722508e86e1521158a63858dd5dbff4c8af472f0)) - Set content type for prometheus_plugin to plain text([`0ef5a845`](https://github.com///commit/0ef5a84596666330c5d42c48419dbb882a12b460)) - Added ability to set content type on api([`74175654`](https://github.com///commit/7417565481e534925df101d7ef1f955b30faea25)) - ([`4b175413`](https://github.com///commit/4b17541372940a728d38947871d0c347915f1772)) - ([`6be258e1`](https://github.com///commit/6be258e1aa5623c6e3f86d93c0e130e1c799f58c)) - Added dropped trxs metric([`1557592b`](https://github.com///commit/1557592bd5631b8853bdb67fe32112eee364c857)) - Changed to use references rather than pointers([`a370d138`](https://github.com///commit/a370d138a0a029e134fda989c9a6e4c21816f4af)) - Updated to net_plugin to return a struct rather than a vector of pointers([`4cb2657a`](https://github.com///commit/4cb2657ac8a00bfb9e43048aaae00d14d0f00a6b)) - Used new alias([`3c699a43`](https://github.com///commit/3c699a43ec9720cf8c7469d73c8ea38b57275c71)) - Update runtime_metric to int64_t; added aliases([`a084e2e0`](https://github.com///commit/a084e2e00143f5453e86d2b45787448176bb954a)) - Added num_clients/num_peers metrics([`3b4fa6f5`](https://github.com///commit/3b4fa6f59c43d20aa09d59b53f6fac0bd32b30db)) - Added handling of runtime_metrics from net plugin([`811ac8aa`](https://github.com///commit/811ac8aab8ec6cd2319c80f852a71e4475634b7d)) - Added definition for runtime_metrics([`50859e7b`](https://github.com///commit/50859e7b8158f8507385ef28188c3e67f536d7a4)) - ([`3aefcbbe`](https://github.com///commit/3aefcbbe8c7779667a8fe435fbbd542cde6acdf1)) - Added pull functionality([`b6e93df6`](https://github.com///commit/b6e93df693062f3f37c6226cb18e50e9e19d0328)) - ([`bb864906`](https://github.com///commit/bb864906141dfa33614dea12dd20b2a0d3b55d50)) - Updated prometheus_plugin not to use submodule library version([`cc81f9e1`](https://github.com///commit/cc81f9e137346fa5647e44eed7a1440c15f78cb9)) - Added prometheus-cpp files to prometheus-core lib([`cf1ca067`](https://github.com///commit/cf1ca0678ba48d499ccf3378cfa3353245d6e79c)) - Removed ported files([`3c5561dd`](https://github.com///commit/3c5561dd70ee27a73ef2e7744ca0f5bc0ca39cd3)) - Added prometheus-cpp as submodule([`0881ece7`](https://github.com///commit/0881ece7224fbe28a357cafae402991554995f18)) - ([`30f69ec7`](https://github.com///commit/30f69ec758564f6db281b6f9575f1881cac16664)) - ([`26b8e590`](https://github.com///commit/26b8e59066d15f8b07360deeba90158d02cca063)) - Removed PROMETHEUS_INSTALL_COMPONENT([`b8b0e755`](https://github.com///commit/b8b0e755131a97991894835eec8eacc32b630c9d)) - Took out cmake cruft([`472ccc39`](https://github.com///commit/472ccc392902df134f591ecd667dc2844cbe6a6e)) - Updated prometheus_plugin to be dependent on prometheus library([`167f9216`](https://github.com///commit/167f9216be12f61063e157c6cc781eb8f0096344)) - Added prometheus library([`1a9de428`](https://github.com///commit/1a9de428cb7731429ad043d423c01f7df63e8cd0)) - ([`c673e984`](https://github.com///commit/c673e984b0eac9d22a87001f66c6490ec6434423)) - ([`b16ed1de`](https://github.com///commit/b16ed1de3bca80d2dbd4b4ef7c73e43e456e8cfb)) - ([`eaeaf4ab`](https://github.com///commit/eaeaf4ab3dafaad91935fcd3d97cdcf7608d3b4b)) - ([`cf24fe9c`](https://github.com///commit/cf24fe9cbfe3834ed272ff53463794e7950d6b83)) - Changed to make building prometheus plugin mandatory([`d351840a`](https://github.com///commit/d351840a700124a102c14903729af60df4addb6a)) - Took out unecessary includes/dependencies([`78c6c77c`](https://github.com///commit/78c6c77c00bdcaabf92f199506b97c6ff30f2f9c)) - Took out unnecessary include/lib paths([`46582601`](https://github.com///commit/46582601ea46a9d72325ee792367afb312794528)) - Added prometheus plugin skeleton code([`cdb41567`](https://github.com///commit/cdb4156702c344566b30a4b256ebd5f05717e430)) - Cmake changes to add prometheus plugin([`642653a3`](https://github.com///commit/642653a37f827a03d2c498d167edac972bb3d34f)) - Convert Cluster's connectionPairList to match proper format([`26da362b`](https://github.com///commit/26da362b5d26771c842c4f99058a106d43a60300)) - Rework when splitting of connectionpairList happens to simplify use([`3e19ad1f`](https://github.com///commit/3e19ad1fb01dbf68c5ea66520562a7b6d4e9e0a6)) - Allow passing of endpoints in addition to ports. Create even distribution of generators accross ports based on number of ports passed to the transaction generator launcher([`9a2eb7b8`](https://github.com///commit/9a2eb7b85be7cb98543036e300263abe29339757)) - Remove hardcoded number of ports in transaction generator([`29564f6a`](https://github.com///commit/29564f6a6fcc772e4d4d72d6d8824daf4953806d)) - Update readmes for trxgen and perf test to fit new port system([`5747877d`](https://github.com///commit/5747877d1c3421f9b7ad28f4b9ef932a1889a86b)) - Account for other routes into transactiongeneratorlauncher when dealing with ports([`1c2f0567`](https://github.com///commit/1c2f0567ce4982f28c3ef2247ec1e5505f03d561)) - Evenly distribute created transaction generators across multiple producer's ports([`5baeede2`](https://github.com///commit/5baeede2590251fc1a710500605194bb94b0f7a8)) - ([`bbf4a2e1`](https://github.com///commit/bbf4a2e1105f7c9af6101d72482ee751db1ccd4b)) - ([`ed797fbc`](https://github.com///commit/ed797fbc16b20cf64982893e86a3134b88b5ac4c)) - Cleanup some missed https support from test that was missed.([`8470e01f`](https://github.com///commit/8470e01f24a77ed386c9d1b680e5ca68e4a577a4)) - Clean up argument handling per peer review suggestions.([`fe8e3dfc`](https://github.com///commit/fe8e3dfca32bdb95015e3d5353e8cd5a63dbf8ca)) - Updates for changes in nodeos plugin args from merge from main.([`71a155b9`](https://github.com///commit/71a155b9cf51b8b1baf3785ee56adcb27198f6fa)) - ([`5d398857`](https://github.com///commit/5d3988570c427185eed490b7242bcb7b0f46b557)) - ([`cd42afaf`](https://github.com///commit/cd42afafcb7ab1b632f66365cf70d9b82c155fe3)) - Minor cleanup and fix for clang++ warning: suggest braces around initialization of subobject [-Wmissing-braces]([`62b9337c`](https://github.com///commit/62b9337cb883e81f3b6890d487c3e55b7a3e5a4a)) - ([`602e9eec`](https://github.com///commit/602e9eec89392d98f18163ee9c784c99bce7af15)) - ([`cfa3c11b`](https://github.com///commit/cfa3c11bd5c65e3b070f2ed5adad5c48c04e8922)) - Merge remote-tracking branch 'origin/release/3.2' into GH-768-logging-main([`3ed53c2b`](https://github.com///commit/3ed53c2b3eb2857d6f51a2bb95038c44dd90946c)) - ([`258a06ab`](https://github.com///commit/258a06ab823a99044c8faaa529db8db37d0ff744)) - Kick ci/cd([`a0ff189e`](https://github.com///commit/a0ff189eab22f57b90a75c4c665349c21a0af680)) - GH-768 Log non TRX_TRACE trx logging to all (trace) level logger of producer_plugin.([`83307587`](https://github.com///commit/83307587a276cf62ca126bdb70d2f4723e31e2e8)) - GH-768 Move fc_tlog to logger.hpp([`0046163a`](https://github.com///commit/0046163ad76f68e99f2643735de0e603c151ecd5)) - Merge remote-tracking branch 'origin/release/3.1' into GH-768-logging-3.2([`f13bf0ab`](https://github.com///commit/f13bf0ab1bb926c76c64582a138dfe1b7ad5a308)) - ([`941b5250`](https://github.com///commit/941b5250934422480de49e303bf9560a64fb21e8)) - GH-768 Move subjective bill log to all level of producer_plugin logger.([`e377339f`](https://github.com///commit/e377339f0420422658917addea1b4edfc40fb4ef)) - ([`0da31eaa`](https://github.com///commit/0da31eaa353c448d66ed75a47a566baf3a3cf39d)) - Add a comment.([`3e1f6cab`](https://github.com///commit/3e1f6cabe3781b2f0ef8549c89d76a9a10339de4)) - Address code review comments from @mikelik.([`6dc85d86`](https://github.com///commit/6dc85d861a1cef8337657babb75ee90f27714490)) - Forgot to stage this file after merging([`401ece1a`](https://github.com///commit/401ece1a580e0417167ef13417e1dec21c55f49e)) - ([`4c93d2fa`](https://github.com///commit/4c93d2fafba7c409dccbbdd3e535df0fa37e1fb5)) - Update http_pluging API definitions with lambdas taking rvalues([`4ad4135f`](https://github.com///commit/4ad4135fc2f26dbd3ccd5ee71ab6d99d6b1ce5f6)) - Update url_handler to take rvalues.([`84fa8238`](https://github.com///commit/84fa8238b54cc5ebe2611941920f967f62db18fe)) - ([`56136603`](https://github.com///commit/5613660355e6180766ba1ae4eafadf64c7901200)) - Cleanups from PR comments. Thanks @mikelik!([`d2a91c93`](https://github.com///commit/d2a91c9398ac73b0d575cf2db6bff5a8e442e1f6)) - ([`19acc7d8`](https://github.com///commit/19acc7d847efc9aeffaeb7463522f6b5a11e3510)) - ([`b71a10c2`](https://github.com///commit/b71a10c21adea653df27a86e06a6f8fd911b4dda)) - Revert to using code `unauthorized` (see PR comment).([`5bdf3fb2`](https://github.com///commit/5bdf3fb20aa9b8bd6435be2a4319f9985b58e17e)) - Address PR Comments. Return code 417 when `Expect` fails.([`b62ea2b8`](https://github.com///commit/b62ea2b8786dc1aa43debf7bafeca8eafd08bdbe)) - ([`8d524d96`](https://github.com///commit/8d524d965f7e7147acc20f0e80940db4f2be86f2)) - Update whitespace to the PR doesn't show a diff for CMakeLists.txt([`cbcad80c`](https://github.com///commit/cbcad80c61f39561d4215d0d1db030dccca9e558)) - Remove boost warning suppression as requested by Matt in PR review([`ab7c5558`](https://github.com///commit/ab7c555879702ca136b3d26bcd3703dabc45d3a6)) - Complete basic unit tests.([`a5997fe0`](https://github.com///commit/a5997fe0ee549b1d0b1e9540417897af7549533e)) - Update http_plugin test to test the Expect 100-continue support([`af23774f`](https://github.com///commit/af23774f13cef21a256087503e652fdb443d0934)) - Wip([`37f0b285`](https://github.com///commit/37f0b285b4b9797dc7300c046611c50e680972e7)) - Wip([`52cfbd83`](https://github.com///commit/52cfbd83464a6e88502360f3e02ed0f56ffe6def)) - Wip - http_plugin unit tests([`210b884f`](https://github.com///commit/210b884ffe025c716385f0fb9686a8e26c59ad4e)) - Start implementing http_plugin unit tests([`986dc8f3`](https://github.com///commit/986dc8f388721cffa46b7a370764802642d36b39)) - ([`8bb930c8`](https://github.com///commit/8bb930c87b4e311d5060daf1e2be1442074f1e85)) - Small cleanups([`c9df8e9f`](https://github.com///commit/c9df8e9f1bc42d57c1714bf4eee4f7db8bb70645)) - Complete support for "100-continue"([`016183a4`](https://github.com///commit/016183a4676b2d1ecba197f6df8cb0a74c49ad90)) - Wip - fix issue with regular request([`2fda9e98`](https://github.com///commit/2fda9e983e7acd087851b8128b3365f9cb77b87c)) - Wip - 100-continue works but not regular request.([`9a1fd644`](https://github.com///commit/9a1fd644ad959040b4ad0e32ae307b1b67899c87)) - ([`5037c40a`](https://github.com///commit/5037c40a61c465a33f4893f3341fedf637e44004)) - Address PR comments([`6811be23`](https://github.com///commit/6811be23de44eca7e46f431f61c6d2adcea155b6)) - Address PR comments([`95852be1`](https://github.com///commit/95852be12eea4f041f34d0d746010b24aee41245)) - Address some PR comments([`c13777a9`](https://github.com///commit/c13777a99c67b5d5ff6d628e07a6b3725c856c98)) - Address PR comments([`e95ae9c2`](https://github.com///commit/e95ae9c239781ecd5b32daf6cd721a4b6db7f5ce)) - Change file mode([`90cdd674`](https://github.com///commit/90cdd6741faf6149ff7ea8c97620ff988479d014)) - Rename auto-bp-peer to p2p-auto-bp-peer([`150c18c3`](https://github.com///commit/150c18c34f1dec47820bb416240314ba404cf07d)) - ([`1dc4ff8c`](https://github.com///commit/1dc4ff8cd8b539bf845ec4978efdc76e5d209ae9)) - Add auto bp peering functionality([`08f614c1`](https://github.com///commit/08f614c1219632a814c0b736941e8c6b55390380)) - ([`11c42ce6`](https://github.com///commit/11c42ce651a3649bdff9aa762d4075415a92d3eb)) - Bump appbase version and fix logging.conf not working problem([`111e4bd3`](https://github.com///commit/111e4bd3e4ad2e585ec7581e377ef0e0aab22fbc)) - ([`5b0108f7`](https://github.com///commit/5b0108f7a253d5bb7037a77ac0b28cc696a6fe90)) - GH-772 Additional cleanup([`cf07a4e6`](https://github.com///commit/cf07a4e629f58400b9a35bedc0bcf749dbeb3745)) - GH-772 Remove unused variables([`61173fc3`](https://github.com///commit/61173fc332f740ae1d71edca3419f286744c3daf)) - GH-772 Add a fork_db_head() to consolidate db_read_mode::IRREVERSIBLE check([`6444b279`](https://github.com///commit/6444b2796d0b9b780b8175d8a04e41a4985143d8)) - GH-772 Simplify fetch_block_state_by_number by using controller fork_db_head_block_id() which checks db mode.([`629aa81a`](https://github.com///commit/629aa81aeb3d84043b7fd1e4d9b9d0958457866a)) - GH-772 Simplify fork db head interface on controller. Fixes issue with net_plugin asking for a block that should be available but is not.([`a215b2cd`](https://github.com///commit/a215b2cd12fd2a6df36b24f7f99c5ed1aa81123b)) - GH-772 Remove unused methods([`6e7d98ea`](https://github.com///commit/6e7d98ea2c2247c9d70f5f0a02196a2f6c2436a4)) - ([`a2905e74`](https://github.com///commit/a2905e7472eaea8e0ab91860f494141195991d95)) - GH-659 Fix indentation([`993bcbae`](https://github.com///commit/993bcbae736a0ce8543adf89da30e8492867f644)) - GH-659 Add a test that verifies restart from genesis not allowed([`05d9c4bf`](https://github.com///commit/05d9c4bfe533fb3e7535abfb0d5df62a9d357103)) - ([`447fc3c7`](https://github.com///commit/447fc3c722fe058bc488cfca13c1582d0855f2e9)) - ([`ef17c150`](https://github.com///commit/ef17c150ea229b87738aef59a4da818d8598712a)) - Address PR comment - remove unused parameter.([`837b33ef`](https://github.com///commit/837b33ef33865612d631c1ea789b23ff37d51edb)) - ([`5e59a170`](https://github.com///commit/5e59a1709ace915c96fd78ce697d5c4302bd0dc8)) - ([`5530a264`](https://github.com///commit/5530a26449d4fbc1206b1d44d8b26b26d8f25ca6)) - ([`96fa497a`](https://github.com///commit/96fa497a43b119765717b4da8e544d0e547d9667)) - Remove reference to `http_client_plugin` page, which was removed.([`715cd765`](https://github.com///commit/715cd765df7df4efc84d994663b562750204df0d)) - Remove http_client_plugin doc (unneeded after https removal)([`dc66574b`](https://github.com///commit/dc66574b2d9aea12b5629bebde022c54d75a7181)) - Update whitespace to avoid diff in PR.([`201793ad`](https://github.com///commit/201793adb8700e667ed4600e354369f199297fea)) - Revert removal of OPENSSL_ROOT_DIR in top CMakeLists.txt.([`b657fc6e`](https://github.com///commit/b657fc6eb788995be1fc1900ee693f96dfbd8758)) - ([`e3c6016b`](https://github.com///commit/e3c6016bd4479076e333aae5b5c0094f4bd5f9a7)) - Remove https options from docs.([`e88ccece`](https://github.com///commit/e88ccece3fa573df69dd7e572a687f49756e79a7)) - Remove HTTPS support from libfc in http_client.([`d2e38e2e`](https://github.com///commit/d2e38e2ef5d749a2b343b2df8936b08db6f7fe2f)) - Remove HTTPS support from http_client_plugin([`ad6a0969`](https://github.com///commit/ad6a0969dfc51bc7a0386d29a2c5c82eb62aeddb)) - Remove HTTPS support from http_plugin.([`43f6dca8`](https://github.com///commit/43f6dca8f50d773f166584785df69dd519db8dac)) - ([`0a5ea49d`](https://github.com///commit/0a5ea49da811269a4c8706467a3f631e3d6798ea)) - Rename file passed into log_reader_tests to a proper .gz suffix([`60299d5c`](https://github.com///commit/60299d5cb5cf8cdfb394746fe58d6c2bd7e9a815)) - Pass along nodeos version in performance test rather than calculating in multiple places([`a631088f`](https://github.com///commit/a631088f4d2952ed01568b597ceb0498c386d7e5)) - Add new section to log_reader_tests to ensure 2.0 compatibility doesn't get broken by changes to scrapeBlockTrxDataLog in the future.([`e6bfc9e2`](https://github.com///commit/e6bfc9e214822c05aba777fee346a3a5c98cc2b5)) - Update StateHistoryPluginArgs for new arguments introduced on main.([`1e36c512`](https://github.com///commit/1e36c5123f9ce62a68106aa40f49f681774ff0ab)) - ([`505b5d8b`](https://github.com///commit/505b5d8b4a17b294c8c18960502214933c555cdc)) - ([`558f6906`](https://github.com///commit/558f69064b9dbcbb2c3de8f434bd75a1d33bb2ab)) - GH-659 Fix merge issue([`d5491960`](https://github.com///commit/d5491960f0a218a43019e626024dc78415efc3c9)) - Merge remote-tracking branch 'origin/main' into GH-659-ship-rollback-main([`42f32508`](https://github.com///commit/42f32508261b6259d5f306d0d35c785f4cc32273)) - ([`4107e463`](https://github.com///commit/4107e46348596ec91827ec80cf8483dfcf34d4dc)) - Merge remote-tracking branch 'origin/main' into GH-627-ship([`e161d29b`](https://github.com///commit/e161d29bcfc0b7025928999208dd65ea6e9a6461)) - ([`44f8c70d`](https://github.com///commit/44f8c70d451df878ddbbb890faaa3ac3705ecab9)) - Remove unnecessary using([`ef96d952`](https://github.com///commit/ef96d952b9db4b2eaef7ac0aae3d8cfb87e470ad)) - GH-592 Add comment([`6080511b`](https://github.com///commit/6080511bbe0a30a601b69ddf0a4a8c9e151b41b1)) - Address PR comments([`6bc3df86`](https://github.com///commit/6bc3df865d84eb0758ff1d2bc62a6c5957071842)) - ([`248ed21b`](https://github.com///commit/248ed21b545bcf2514e3e6767117b08b0148872c)) - Remove unnecessary return([`63de6101`](https://github.com///commit/63de61017589dce1c9f018dad170bd0b1ebfd555)) - ([`48a4d871`](https://github.com///commit/48a4d871db92fa00767490994aab526f4c0db857)) - Avoid join called from its own thread([`e7a15721`](https://github.com///commit/e7a15721187c89143137935f00714c23dd2b5b7c)) - Address PR comments([`76816a83`](https://github.com///commit/76816a83aa663b40984ce2b287804f9363ddfc77)) - Move gelf logging to another thread([`5d0abaf7`](https://github.com///commit/5d0abaf7a24525526e10e1468678184e3b9d239e)) - GH-627 Add const as request in peer review([`7e22fed3`](https://github.com///commit/7e22fed30d7cbf40c1944fd0ba2e655b1151b1d3)) - ([`5a94445f`](https://github.com///commit/5a94445f3fa7700368a478974ba711734e581381)) - ([`d12726c5`](https://github.com///commit/d12726c58fd76bbff177f7e3154f426760feb25e)) - GH-627 Fix merge issue([`fa61e5c4`](https://github.com///commit/fa61e5c4754b2e33d29b7ba75939ab5ecc1a69b8)) - ([`16c2a924`](https://github.com///commit/16c2a924325cf7fa99a05eb287ba5d0a2fd35860)) - ([`bd664892`](https://github.com///commit/bd664892b376fa9c5e592973c0e599615d0a3bd9)) - GH-627 Additional cleanup([`707e72f8`](https://github.com///commit/707e72f8dbe230a00ad191bf96c609d7338ff53a)) - GH-627 Add more than one client to get better test coverage([`a79358fd`](https://github.com///commit/a79358fd61d808171176412a3c5a270816a46fc2)) - GH-627 Add logging of connection info([`f0b44752`](https://github.com///commit/f0b44752c4bb0ad38366c38818a78def6de9e012)) - GH-627 Cleanup and optimization([`897e950c`](https://github.com///commit/897e950c4bc55f14dfddaf15be7705e4ccc26888)) - GH-627 Refactor state_history_plugin to use a session_manager. The session_manager is used to coordinate sending since only one session can access the trace/delta log files at a time.([`a2aecb3e`](https://github.com///commit/a2aecb3e23d86d5d17b8860239eb9c79f1f3e997)) - GH-627 Optimize empty()([`4d31b149`](https://github.com///commit/4d31b149ff3064950c11e870e341b74e41ad4b41)) - GH-627 WIP moving ship sending off main thread([`d8485297`](https://github.com///commit/d8485297bb90ca8448b1ff4e8655905ec38c5f2c)) - GH-627 Add empty() method to sha256([`077f4fbf`](https://github.com///commit/077f4fbf93a4f0d26e9dc2844ebd68045832226d)) - GH-627 Update net_plugin to use new thread-safe block retrieval methods.([`165e72ff`](https://github.com///commit/165e72ff956a6fd2371c629015691dabdc7c4172)) - GH-627 Make get_block_id_from_num thread-safe.([`84e8facc`](https://github.com///commit/84e8facc7816bb7684a866181a5f13b86f9cb407)) - GH-627 Make block_log thread safe([`8a176e9e`](https://github.com///commit/8a176e9ec5dbbba615903545fe9dc68e85b77f46)) - Merge remote-tracking branch 'origin/main' into GH-627-ship([`f79b1a21`](https://github.com///commit/f79b1a21c7e73fa5d4a7db7b142bce9dd912f0fe)) - Make split log safer([`86ba65b8`](https://github.com///commit/86ba65b852a2926322277775a7ce157883bb82e2)) - Remove memory mapped file([`4fc996d0`](https://github.com///commit/4fc996d0a08bb27776315d7002accbaa31bb0de9)) - ([`273a4a2f`](https://github.com///commit/273a4a2fdf26352b16c778c85069658dfa747e1f)) - ([`54ff3feb`](https://github.com///commit/54ff3feba988bba173a53f357f66d7d7c19efcfc)) - Update based on PR comment([`ffc87162`](https://github.com///commit/ffc8716284e3bc6729d84ca307fb33e97f441cfa)) - Use block_num_t consistently([`94cb1d63`](https://github.com///commit/94cb1d635346e3af84b7d2df9a0f14d468071934)) - Address some PR comments([`89963f6f`](https://github.com///commit/89963f6fdc70aa758ed2c4c5595cd848901042e4)) - Merge remote-tracking branch 'origin/main' into GH-592-ship-crash-split-ship-log([`7e1ef84c`](https://github.com///commit/7e1ef84c9bebf2ce08eae61d50a2762c56c1c461)) - GH-592 Move files back as they are used by block log splitting as well([`24b53339`](https://github.com///commit/24b533397ac9d68ade55416ac9a149a7b6a33dfe)) - ([`c1379512`](https://github.com///commit/c13795125974dc91b2f314ecd7706c72bf708362)) - ([`0e5cd164`](https://github.com///commit/0e5cd164edf7066d7a42aa3264b679bc391f23c5)) - GH-592 Minor cleanup from peer review comments([`ed420c21`](https://github.com///commit/ed420c219826d23d4b675bf1d4afe99d34d3d6b8)) - GH-592 Add missing return([`337b8112`](https://github.com///commit/337b81122cfc1f80e14f09172773687f62184f2b)) - GH-592 Increase to have more than one connection to ship([`dc542bd1`](https://github.com///commit/dc542bd122dee9fd696133d79cf5260654f61401)) - GH-592 Remove unneeded use of this->([`33656e3e`](https://github.com///commit/33656e3ee612f8fff58492de4d15831a92f8bc88)) - GH-592 Remove explicit close and just let websocket destructor take care of it([`f149ce6a`](https://github.com///commit/f149ce6af0c4f66861371f94af40cb944a99932a)) - GH-592 Fix shutdown issue with session_test([`34b8e11f`](https://github.com///commit/34b8e11f2e6a1758f0010a9b7c336c33885edc3a)) - GH-592 Move log_* files only used by state_history into state_history library.([`23089d65`](https://github.com///commit/23089d6545113366045d9438cef707294c99e8dc)) - Merge remote-tracking branch 'origin/main' into GH-592-ship-crash-split-ship-log([`0271a56e`](https://github.com///commit/0271a56e9afbf9623fedd71917fbf25503a72f4d)) - GH-592 Fix spelling([`6fda6445`](https://github.com///commit/6fda64452c74fafa6470d0897bb006e42be6033e)) - Merge remote-tracking branch 'origin/main' into GH-592-ship-crash-split-ship-log([`93173ce8`](https://github.com///commit/93173ce827f584697cd48b18b6b304cf948fefa0)) - ([`3ed8ac7e`](https://github.com///commit/3ed8ac7eeec59dffa0427a1804951028ade6ddcb)) - ([`fe5e1f77`](https://github.com///commit/fe5e1f77c79524382db800f3f505f9df5bddcf63)) - GH-592 truncate/prune only called from other public methods that already have a lock([`21bdaed5`](https://github.com///commit/21bdaed5f2cfc6a7e701fbbef2dfb125db36c5be)) - GH-592 Fix bad merge issue which was causing core dump([`9aa3ffc0`](https://github.com///commit/9aa3ffc00a281d2f183f60dd06cf340ca2a7e978)) - GH-592 WIP Fixing threading issues with state_history_log and sessions([`b69a03f3`](https://github.com///commit/b69a03f3dc3a52ac319276691c25aec0c66fb2d2)) - GH-592 Remove unused methods([`1381a0f1`](https://github.com///commit/1381a0f19e3ce6e38c9e16dbdf41b0fdcbafdf29)) - Merge remote-tracking branch 'origin/main' into GH-592-ship-crash-split-ship-log([`ba0f1683`](https://github.com///commit/ba0f16834ca582da28211ead713c50e0cd9b6265)) - GH-592 Remove unused code([`baac068f`](https://github.com///commit/baac068f922ec13e6e01fa7fdeccbc69f5e82403)) - GH-592 Start thread after listen([`f164461d`](https://github.com///commit/f164461d6c465e5448eabe40948403634c722a45)) - ([`912cc20f`](https://github.com///commit/912cc20f2492f0ba979bf01147620ee4bdb972df)) - GH-592 Debug log for request messages.([`29703571`](https://github.com///commit/297035711066859ad56cb5f981bba712d52ca006)) - GH-592 Merge GH-624 changes into split-ship-log branch.([`e75b2dda`](https://github.com///commit/e75b2dda6ac3b383556dcec671bc53716a08b98e)) - Revert commit for threaded write([`a9cea07e`](https://github.com///commit/a9cea07ecabf8c5da37ad4c6e055a50e35e0c29e)) - Remove ff([`7b2efb8e`](https://github.com///commit/7b2efb8ee79fd6dd86455eae6dde5c479a4d829c)) - Add ship log partition options([`1d3bc442`](https://github.com///commit/1d3bc442032ed8e04c5effd381c86e4caefe7251)) - Add ro_stream_for_block overload([`ec3c5ed1`](https://github.com///commit/ec3c5ed1dcb454428baf75777611f76c4ff9c234)) - Add log catalog files([`a33f6109`](https://github.com///commit/a33f61099a1f41c2b941609324146eb491f62d07)) - Move session.hpp([`afbb418c`](https://github.com///commit/afbb418cb53810415447e9a0301e13a8d6ee2c8c)) - ([`d9fd83b8`](https://github.com///commit/d9fd83b82be25cb69563963bba69b6c42a2ea1a5)) - ([`b90e9377`](https://github.com///commit/b90e93773431839e5dbaf8a6a003cce434f51d6c)) - Remove unused code([`fb4b5d5f`](https://github.com///commit/fb4b5d5fab48184c4d119b17e4f524960899aa6c)) - Address PR comments([`e370adf3`](https://github.com///commit/e370adf3d77d67c7ac07079cb55b0f9a1301847c)) - Add 4GB test case([`914c0cb9`](https://github.com///commit/914c0cb96c613d1c7b74dd1e1d635573cc27815c)) - Address PR comments([`2b6f6bb7`](https://github.com///commit/2b6f6bb74ccac5ffa5c706eabb20e674a8e2e74c)) - Use regular mutex for prune mutex([`ed08c5e8`](https://github.com///commit/ed08c5e8aba946cccee47cfa298d54a7a7c75932)) - ([`2fb428f7`](https://github.com///commit/2fb428f796f09c6af07137142d604d8c0b3098c3)) - Suport hole punching with lock([`f7c341b7`](https://github.com///commit/f7c341b74a00b108106be5b240a94738d95aede4)) - Reduce ship memory usage([`95d99fb6`](https://github.com///commit/95d99fb643a7ac71f4b82f241af68078f665605a)) - Merge remote-tracking branch 'origin/release/3.2' into GH-659-ship-rollback-main([`d24cbb15`](https://github.com///commit/d24cbb1509902404c3b83e9785335ce257634ff6)) - ([`afd52cb1`](https://github.com///commit/afd52cb105d0b7889ac7f5bba7add401253a4935)) - GH-659 Add additional comments([`eddd8373`](https://github.com///commit/eddd8373b5442bc70d72cc732eb4d09bbbfeb098)) - GH-659 Allow truncate call when before begin_block otherwise rollback past prune does not work. Added additional test cases.([`e9b6c9ee`](https://github.com///commit/e9b6c9ee217e8c782caaf4639fa56c88aefdcf58)) - GH-659 Skip writing to ship log if log already contains block([`4b7e8274`](https://github.com///commit/4b7e8274c7724ef6c46fec19a982b6772c3c3422)) - GH-659 Do not allow truncate back to genesis([`4dd5651a`](https://github.com///commit/4dd5651a11281b1488822030fb7fdf835b32b340)) - ([`d7457539`](https://github.com///commit/d74575396bea8b003177c10b1130c89d0004ddf2)) - Simplify version check for resource monitor plugin constructor in performance tests([`480eb312`](https://github.com///commit/480eb3126075d9251816e4b5e7ef1e548ef6802b)) - ([`397293bd`](https://github.com///commit/397293bd802cef1cd97911fbafd5827bd04334ed)) - Set cmake test runs of performance_test_basic to a lower value for chain-state-db-size-mb to reduce allocated space([`9cf5ffe5`](https://github.com///commit/9cf5ffe5c03ea76de1daaaaba1e4f1fac0888033)) - Update ProducerPluginArgs for new arguments introduced on main.([`85eecb09`](https://github.com///commit/85eecb0961769ed70c0299a162348d8753c34714)) - ([`9de88d46`](https://github.com///commit/9de88d468b7b4118c4e5f30b98b7ff744548c7b6)) - ([`3c0e5069`](https://github.com///commit/3c0e5069596744175c48f24805c71780dd0a6087)) - Correct bad comments about dm logging and improve error message for scheduling/cacelling deferred transactions([`2ae98cb2`](https://github.com///commit/2ae98cb29c83dd8603e6fd8ec6e3ed985ab11e08)) - Set global_action_sequence and recv_sequence to 0 for read-only transactions([`4a3b81cf`](https://github.com///commit/4a3b81cf9a470721a499ac23709c538f1f3ea3c9)) - Correct add_pending_ram_usage's handling of deep-mind logging([`5aecde25`](https://github.com///commit/5aecde251bd147ab6c24065dfe9b03ddcced1dad)) - Do not allow state-changing readonly privilege, schedualing and canceling deferred transaction host functions([`d0c8046e`](https://github.com///commit/d0c8046eddb9def172f9b334b10dccb7e8281f6b)) - ([`a7df2e7d`](https://github.com///commit/a7df2e7d5948da525178597fdde7706dbe5eb3b0)) - ([`d42b8600`](https://github.com///commit/d42b8600398b7a7d6ea3882d03dd09f8de644e6c)) - ([`3ec5a36a`](https://github.com///commit/3ec5a36a75eceb4dc1334365739efc334748bdf4)) - ([`9c7b0b72`](https://github.com///commit/9c7b0b721eefd31476e17c573f66f31227305b8f)) - ([`9892f9ab`](https://github.com///commit/9892f9abf774e12c5c10e4f47adc72c9b2dc4122)) - ([`ecc5c4ec`](https://github.com///commit/ecc5c4ec11c1b29534234cb5126ea7f3dc897d0d)) - `main()` should return if appbase initialization fails.([`caa01ca4`](https://github.com///commit/caa01ca443a78a6d3b4800cc2f2ea8081d4236d1)) - ([`b160db90`](https://github.com///commit/b160db9044608dca62cad789ed0d088bbcb63b7b)) - ([`251c2a31`](https://github.com///commit/251c2a31d902cc9db9bd7de16325ce102cede788)) - Change contracts to test_contracts([`717685c0`](https://github.com///commit/717685c037c80aaae338a10d51428c2a724b0db6)) - Add no_auth_table to new unittests/test_contracts.hpp.in due to change by merge from main([`4365542b`](https://github.com///commit/4365542bc462586da5c543e0126ee116df2c54d7)) - ([`1b18206a`](https://github.com///commit/1b18206a79d1eab6f765ad4e470566e2e73a122a)) - Completely review deep mind logging to make sure no deep mind logging for dry-run or read-only transactions([`654aaded`](https://github.com///commit/654aadedda03fb9d6ecb03f66b8b796993ba37a9)) - Use single get_deep_mind_logger method from control and pass trx_is_transient directly to indicate doing deep mind logging or not([`5260e4c8`](https://github.com///commit/5260e4c8a560ad210d5882c1d197f020e83e60f3)) - ([`0148c8d1`](https://github.com///commit/0148c8d162d5df613bfc6a4c6cf21637b7bd525f)) - Revert the trx_execution_mode changes([`92f751d0`](https://github.com///commit/92f751d0d4ffdfeb8db7f397194f962b8d009635)) - Rework to make sure deep-mind loggins is not generated for dry-run and read-only transactions([`9380de48`](https://github.com///commit/9380de4812fb713bca9e3f29659025fbeb2096f8)) - Do not perform key recovery if there are no signatures([`e9906196`](https://github.com///commit/e990619600398d1fe02a9645b938ca1f8210c63a)) - Improve max-read-only-transaction-time description, fix a comment typo, and do not use _max_read_only_transaction_time_ms as it is not thread-safe when called from net plugin([`b646c92d`](https://github.com///commit/b646c92db33cb5aaa349be7fbf621c50f0125f43)) - Add test for max_read_only_transaction_time deadline exception([`5e5a2c60`](https://github.com///commit/5e5a2c60c41f630fb323103eeebd27a8753a586b)) - Simplify and streamline deep-mind logging for dry-run and read-only transactions([`eacc66da`](https://github.com///commit/eacc66da4718600398447d0fc893f6fd5a2e274b)) - Add transaction execution mode to controller for better managing dry-run and read-only transactions([`1c667f77`](https://github.com///commit/1c667f77be11b088d60d74d047b0fd7e1ab30cdb)) - Add configurable max-read-only-transaction-time; add node_configured_max_read_only_transaction_time for tx_cpu_usage_exceeded_reason([`2e9de779`](https://github.com///commit/2e9de779f91e26fe198a196bd6792c9ec5624a60)) - ([`290fc7a0`](https://github.com///commit/290fc7a04b1d8c8cb5d1d986a897f4d5aa2a42da)) - Honor block_deadline, set deadline_exception_code, and split a large if statement([`842fa04b`](https://github.com///commit/842fa04bce74c524f709d6ef60c0b6131d7fd804)) - ([`372005e8`](https://github.com///commit/372005e8c153a5351d5ce84898a2895ece81bb99)) - Remove duplicate code from merging, improve deadline calculation for read-only transactions([`18f4ce2c`](https://github.com///commit/18f4ce2c75d593e176ac133f03d68c0f7f4c07d8)) - ([`7adb00bc`](https://github.com///commit/7adb00bc92e19033203f2715002c85bc43e7b786)) - Bump chainbase version to main which contains final changes for read-only transactions support([`525055fb`](https://github.com///commit/525055fb9d8aa613ed2bd99e06be1f80cfc09352)) - Use is_transient in producer_plugin; refine unit tests([`79e387ea`](https://github.com///commit/79e387ea76bf4fb5e163844ee49ab0627634f2fe)) - Finish changeing is_read_only() to is_transient() for deep-mind logging([`864e31e7`](https://github.com///commit/864e31e798caff8b6ce959f012c4d887fea320a9)) - Use make_scoped_exit to protect chainbase from being stuck in read_only_mode([`bf92e33c`](https://github.com///commit/bf92e33c5b5ffe502ebfbf909356a63dc341cdd7)) - Revert the changes for elpased and net_usage for non-read-only transactions; add tests for elpased and net_usage for read-only transactions([`30e77a1d`](https://github.com///commit/30e77a1db1a654f97800e6f3460c62227a269c21)) - Do not undo_session for read-only transaction, prevent chainbase read_only_mode from stuck, add more unit tests([`53caa49d`](https://github.com///commit/53caa49d806abc001d4dd43d318f424fe118813d)) - Restructure transaction init and finalize; add is_transient() to simplify code, do not allow non-zero delay_sec; do not do validate_expiration and validate_tapo; add back elapsed and net_usage to trace([`059330e9`](https://github.com///commit/059330e9ac829e462bc4d54a9bdea34ace2dd067)) - Do not check authorization for read-only transactions; do not allow canceldelay([`f5ac3f77`](https://github.com///commit/f5ac3f77bc8a9d4394436bd70fed5e0ddc2181ec)) - Refactor cleos main and chain_plugin to remove duplicate code([`110303d8`](https://github.com///commit/110303d87d19fa9c865fa381a65582e7bc3ad5f0)) - Restructure unit tests so they are modularized([`367123bd`](https://github.com///commit/367123bdea041866d2a0c31d95c6867076cf51eb)) - ([`598a2c80`](https://github.com///commit/598a2c8086e40d0f05f94a9b02473c201099633f)) - Fix a compile error on Ubuntu 22, do not use designated initializers on non-aggregate types([`817f9f1c`](https://github.com///commit/817f9f1ccf1d0b0a7bc6748504813135df0aba36)) - Check in missing read_only_trx_tests.cpp([`4091091b`](https://github.com///commit/4091091b2e609bb146f2121b435522a302574ab2)) - Check in missing read_only_trx_test.py([`08e7e1c1`](https://github.com///commit/08e7e1c103c33448548786e2992f4fa7d0185f03)) - Implement read-only transaction([`4e5a2cc1`](https://github.com///commit/4e5a2cc1978980e1b4e3629aa95288f692a849af)) - ([`ce4f840b`](https://github.com///commit/ce4f840bfaa90eb94a53706da7968a31f95d34d9)) - Handle excpetions occurring during runTest.([`576ba161`](https://github.com///commit/576ba161f259cf811ed5d8bc3ca36fad39ba1125)) - ([`08bd7b59`](https://github.com///commit/08bd7b5941fe68e6138b2e31ab960710809421b0)) - Also fix linearsearch test case for performance test.([`b152475c`](https://github.com///commit/b152475c8f4a8a88ad9e2c34d427c3422e84510e)) - Remove unneeded arg in performPtbBinarySearch([`ddd64861`](https://github.com///commit/ddd64861b0abee5b059cec16d159ab007be6b6f6)) - Expose --user-trx-data-file to performance test([`bad5a9bc`](https://github.com///commit/bad5a9bc912b057735d00f03930160d534a0e3be)) - ([`de7274be`](https://github.com///commit/de7274be4eb986fc0211273b5dd97dacb61a0840)) - Update the min threads to start at when calculating number of threads to give to plugins to the plugin default.([`ec5db248`](https://github.com///commit/ec5db248b7777837a748b974952520cf47ca8a55)) - Update ChainPluginArgs to capture arguments added to chain plugin.([`48022c93`](https://github.com///commit/48022c93b64e758499c98762532e86244df906f4)) - ([`5531d0e9`](https://github.com///commit/5531d0e978a497e7d9dd5c9cbd5921a3ca1c82e4)) - ([`a28e8731`](https://github.com///commit/a28e873134c98af912c3fe8066ab85a4dbd6b90d)) - More merge fix([`c5b6b0dc`](https://github.com///commit/c5b6b0dcc24fdc70e144641fdd225ae77ddce1e0)) - Address PR comments([`3b2c22d2`](https://github.com///commit/3b2c22d240fc7083a3b407586987228ceae21f13)) - More merge issue fix([`f3b5c74c`](https://github.com///commit/f3b5c74cc860b17606d6c0775314071fe8e65ca9)) - Some more merge issue fix([`21d988d2`](https://github.com///commit/21d988d279973cb6d7da5d3569cb7ba9c70c9426)) - ([`a6872c8e`](https://github.com///commit/a6872c8e8487aedc75beb5e11d7466d3ba33cbc2)) - ([`4957dd5b`](https://github.com///commit/4957dd5b6383095d655bc842f9000d2d02b97715)) - ([`91f68948`](https://github.com///commit/91f689483f6ff7e73bfb99c4f9429d95a014541b)) - ([`e226e464`](https://github.com///commit/e226e464c362cd19698c95876442877048414ec2)) - ([`84cd3705`](https://github.com///commit/84cd370504f0e40ddc785446ddda58db7bfe8271)) - Silently close connection upon receiving `asio::error::connection_reset`([`3b4c66ba`](https://github.com///commit/3b4c66ba50c07f8035cd321163b54e06d2bec314)) - ([`06a80326`](https://github.com///commit/06a8032662a3e53f3c9355a550666f14da31fb71)) - GH-659 get_name() returns by value which removes the need for this comment.([`9755a453`](https://github.com///commit/9755a45304c2016941b4920bccaed259563a6d26)) - GH-659 Change name() to get_name() that returns by value. This prevents accident use of returned const& after logger has been destroyed.([`6e9e2edd`](https://github.com///commit/6e9e2edd59ef8e4b7c920b2684768002fa8a8152)) - GH-659 resource monitor test assumes this is logged, but runs with info level logging.([`9255393b`](https://github.com///commit/9255393baca2a69a359cd884771893557f201971)) - GH-659 Move initialization of logging before plugin_initialize so configured logging works as expected([`2c0b46f7`](https://github.com///commit/2c0b46f70f3f7c238fa8c5131136fd62023c62ba)) - ([`34cda2a9`](https://github.com///commit/34cda2a9106b5d780e735098840e243630cd2eba)) - Merge remote-tracking branch 'origin/release/3.2' into update_bios_boot_tutorial_main([`3cc87ef0`](https://github.com///commit/3cc87ef0af07ef8aed3cfc7214f2e8953c069792)) - ([`1dea8a9e`](https://github.com///commit/1dea8a9e3dcc96a254ebbda6e9e64d713dbffffe)) - Merge remote-tracking branch 'origin/release/3.1' into update_bios_boot_tutorial3.2([`a6c1e92a`](https://github.com///commit/a6c1e92aeade5a442af0e8661c19220a8da710df)) - ([`3e585d0f`](https://github.com///commit/3e585d0f8a448a943b8514abaa8d5f812784aec3)) - Backport to 3.1 of bootstrap new protocol features activation([`967ab869`](https://github.com///commit/967ab869e0187a59c1fca23074d7ef99ccef8046)) - Revert catching fc::exception([`e49e1a89`](https://github.com///commit/e49e1a8909513f4e0b38ab7c38140352cc59713e)) - Address PR comments([`3617b438`](https://github.com///commit/3617b438b60cbb995f05033be3ddf3bbe954c0f5)) - Address PR comment([`aff761c7`](https://github.com///commit/aff761c7b4eec5f002afecdc9490d3cf43787e82)) - Create index on hard-replay([`a642ad30`](https://github.com///commit/a642ad30719d2e07f8f08a9ff4c0d6b0e890e77b)) - Update tests for block_log not auto re-creating index file.([`0d497be7`](https://github.com///commit/0d497be7c50da9460582e61c7ce297e6558a105f)) - Update block_log to handle case of a block_log with no blocks([`051546bf`](https://github.com///commit/051546bfc24a1ca6e648ae34dd2086f56f7cced9)) - Merge remote-tracking branch 'origin/main' into huangminghuang/block_log([`06b6d651`](https://github.com///commit/06b6d651b36852ea4d8cb537e8873c2a06d90011)) - Remove fix-irreversible_block option([`71378b9b`](https://github.com///commit/71378b9b1aeead562caef996464db32cf5b0896c)) - Address some more PR comments([`b2c8fb8f`](https://github.com///commit/b2c8fb8f72ace3125072eccca23db0da78d55e0a)) - Updated based on PR [#628]({{ self::remote_url() }}/pull/628)([`82bcada4`](https://github.com///commit/82bcada40a1f15fc63e97d13021e0abf990babb8)) - ([`422878fb`](https://github.com///commit/422878fb113ff77c668bb080d885462dad8069da)) - Remove memory mapped file usage([`3edbfdda`](https://github.com///commit/3edbfdda74e5924ecefedd9e37f8f480c9b9f2f7)) - ([`26c03a57`](https://github.com///commit/26c03a57d3e9f1bbaed30ecbbd50e1480459bea0)) - Add split-blocks and merge blocks option to leap-util([`2bda949c`](https://github.com///commit/2bda949c3590db6c8fc010cead1233004baeda15)) - ([`d4fa489e`](https://github.com///commit/d4fa489e803b500e9c7cc691cc23c3eda71d3188)) - Bug fixes([`2954299b`](https://github.com///commit/2954299bd83b2a85ed7db2670d22125a20650f40)) - ([`e6b2a4ec`](https://github.com///commit/e6b2a4ec7e0735228086c3d02bcfb6a5c71d117b)) - Add fix for duplicate transaction in transaction generators when resigning transactions([`70754472`](https://github.com///commit/70754472657f8c0b80d6d976534b8b403d652b54)) - Merge from dev branch([`0fbdbfa4`](https://github.com///commit/0fbdbfa4e04166648935bf3761649ca301042817)) - ([`a5adbda9`](https://github.com///commit/a5adbda94f4ea9310752984e49264bed65a571b7)) - Update reports in readme.([`07819725`](https://github.com///commit/078197250dd1007e5f5e1e6639666e94961fcb1e)) - ([`cdc00a23`](https://github.com///commit/cdc00a2385b9eba48c1f55d117b154c287f717e2)) - Updates per peer review.([`2940d5aa`](https://github.com///commit/2940d5aa92e8fa2adfec78e0bb0bd518318d1c93)) - Update log directory structure example.([`4f90bf6f`](https://github.com///commit/4f90bf6ff0a63d51f160f40ef974e22921d59345)) - Update docs for trx_generator README.([`3fe0fdf3`](https://github.com///commit/3fe0fdf357bdade06d7b8e4c5ec2c22bb0cbad86)) - Update test report examples in README.([`97ed6b61`](https://github.com///commit/97ed6b61180632f948de2cf57987d51200201b94)) - Update README for new command line arguments to Performance Harness scripts.([`fd4cdbd5`](https://github.com///commit/fd4cdbd52cfffacb4d9f5d11ffdcf8617ca91e48)) - ([`62126c64`](https://github.com///commit/62126c64821ecb1010b7d1276bc18df534439ce7)) - Resolve test failure for ram and cpu performance tests due to id collision([`6dfb66ed`](https://github.com///commit/6dfb66edaae0d93e48c551fe14ea648b19de7612)) - Add a sanity check for number of transactions scraped from trx gen([`93f7a50d`](https://github.com///commit/93f7a50d1f060267225a76f681d5f1758d322818)) - Merge from main and rerun generate_nodeos_plugin_args([`a13f48ba`](https://github.com///commit/a13f48ba3c4c7335220d22eeebefb674e3c40c3a)) - ([`181fe400`](https://github.com///commit/181fe40036517e4d3fd3d9543e0b92a02c3b2aca)) - ([`a3e07564`](https://github.com///commit/a3e0756474a0899f94161b031a30bce4c496b292)) - GH-741 Don't std::move abi since it is used after.([`b4f18d5d`](https://github.com///commit/b4f18d5d20aaed4f47cb83c48d1aacb5f05c9b01)) - GH-741 Reverted interface change to deprecated methods. Changed from rvalue reference to value so backward compatible for those using abi_serializer via tester.([`f6d51f19`](https://github.com///commit/f6d51f1989d10677b0a5d754a80be601a0487bf9)) - ([`505bae8e`](https://github.com///commit/505bae8ef32e1f73e42ee195dd68c6275631e57f)) - Remove unused boost/bind.hpp include that generates a warning([`dcbb1117`](https://github.com///commit/dcbb1117417393abdbe32dd1ff0d943e57961039)) - ([`f6f93c0a`](https://github.com///commit/f6f93c0a0a2260558ef66b7fac261d6b8e716351)) - GH-723 Avoid potential temporary([`8d13c2aa`](https://github.com///commit/8d13c2aae159890f7dd02b979c639b60f5ce0700)) - GH-723 Use using to make less verbose.([`90e773a3`](https://github.com///commit/90e773a3707b708b5a7fbc773603808d7df17257)) - GH-723 Optimize json parsing by using boost stream and std::string instead of std::stringstream([`ee770415`](https://github.com///commit/ee77041529f4618193b4e5458d0805cdab9c2853)) - ([`ba6b9a95`](https://github.com///commit/ba6b9a95db9fe9e62fcc26c5739fbddc20108565)) - GH-721 Provide a bit more time for the contract to be cached.([`94424bf5`](https://github.com///commit/94424bf5c3832b33edf35f903b408cc9573103c4)) - ([`b8cb13ff`](https://github.com///commit/b8cb13ffdd52ebac6c01681321cc5b7eaae90ff9)) - Update to the latest appbase version([`8d300377`](https://github.com///commit/8d300377d5844876e83f62b8a675b914ef65b879)) - Fix issues when using new appbase([`9d737860`](https://github.com///commit/9d737860c0f54521e27f9aec85c928d3794805bb)) - ([`a7a401ed`](https://github.com///commit/a7a401edb2353628298f3d1dccf3422bfa4aa1a5)) - Merge bn256 submodule change([`679b2053`](https://github.com///commit/679b2053a0634ab12a018da450c69904cb074270)) - ([`2f990303`](https://github.com///commit/2f9903033a5924be77a7632b44b9ac4deb6bdcf7)) - Change INCBIN to INCTXT for abi to add trailing null terminator and fix invalid read([`3364a714`](https://github.com///commit/3364a714a145595558663c85af5a7c3e91acdab4)) - Increase vectors used in testing by 1 to fix invalid read([`fe98d626`](https://github.com///commit/fe98d6264059ff1683511b9c12c36a0e62b98b61)) - ([`9283b468`](https://github.com///commit/9283b468560e24a7dd7714c929014ad7dd3ac027)) - Merge remote-tracking branch 'origin/release/3.2' into GH-669-ship-main([`d0be3b93`](https://github.com///commit/d0be3b93ef42234507bd1fdc0b8f5ed620766543)) - ([`3ee279a1`](https://github.com///commit/3ee279a10db508995762950da59f963ccc0cf4b1)) - ([`c42d2161`](https://github.com///commit/c42d216143068e46d88e69cacd73567ed3e45561)) - GH-669 Do not reset socket_stream as it can still be in use.([`6b708e37`](https://github.com///commit/6b708e375c7c57a311d2b0432ec5bbca6daf2d61)) - ([`dd59a997`](https://github.com///commit/dd59a99722f84be51a4865f1edee84128d71b3a7)) - GH-677 Revert unneeded explicit copy([`34baed92`](https://github.com///commit/34baed929b36c13c36db3cb1c55b06d87f785f2d)) - GH-677 Use unnamed copy([`2eb0b43a`](https://github.com///commit/2eb0b43a65866bec01bed467e0e4fa258cd27150)) - GH-677 Fix some uses of std::move([`a10d6bc3`](https://github.com///commit/a10d6bc3be02a59f70806bd60ad78c2fa4ea411a)) - GH-677 Use unnamed copy([`b1af6cf1`](https://github.com///commit/b1af6cf1010b204eba7e18067aeb59d97bc38ec7)) - GH-677 Fix invalid move([`cd3aaf24`](https://github.com///commit/cd3aaf24c1a1daf090b7624b3c02ec385ac45c9b)) - GH-677 Constrain scope([`ed2e91d6`](https://github.com///commit/ed2e91d68d92cc872af0934f4e2d98674f4ed0e5)) - GH-677 Minor cleanup([`eb0d3dc0`](https://github.com///commit/eb0d3dc0909c245686710f37032f30cc8b23beb2)) - GH-677 Use std::move for abi into abi_serializer to avoid string copies.([`62903c04`](https://github.com///commit/62903c04ab510784e255e4e38d67fd7cb5e27ba6)) - GH-677 Refactor get_block into multiple methods for testing. Also fix issue with invalid abi should not throw exception.([`b7fdd1c8`](https://github.com///commit/b7fdd1c8840c7f30bbfab6eafa4df22234ec6855)) - GH-677 Move abi serialization off the main thread for get_block([`38f3988a`](https://github.com///commit/38f3988ac55a810ce51b0e4ea83b211f6409e2b5)) - ([`0dee765d`](https://github.com///commit/0dee765de80266f455b546cb20e7bb7ce59c82f5)) - Bump appbase to the latest version for fixing test failures([`8adaef4c`](https://github.com///commit/8adaef4cf05cdb3fee429518d1ea47d53638d635)) - ([`6f9ad52f`](https://github.com///commit/6f9ad52fbb33f5dee610c41d93768711d85a6a5a)) - GH-395 Avoid overflow([`305f41b7`](https://github.com///commit/305f41b7c6745d907fd5887d1c3f36f2f7c80c2c)) - GH-395 Log values in GiB instead of Bytes. Other misc minor cleanup.([`d47c7609`](https://github.com///commit/d47c760921b9324acc69374a290a71d7a232908e)) - Merge remote-tracking branch 'origin/main' into GH-395-resource-monitor([`30e99e66`](https://github.com///commit/30e99e66c2ede47ed26942ed1f9c819c5eda780b)) - GH-395 Combine all the unittests into one executable. Greatly improve run time for tests. Add new tests for resource-monitor-space-absolute-gb option.([`c91f3c6c`](https://github.com///commit/c91f3c6c4590bf4998e2b99ac0d5d443f3e0c5d7)) - GH-395 Added resource-monitor-space-absolute-gb that overrides resource-monitor-space-threshold percentage option if specified. Also made sure file space warning is logged on exit when shutting down.([`def487d6`](https://github.com///commit/def487d61b94da9798feb805271afe60f98459ed)) - ([`73105095`](https://github.com///commit/73105095a5bfea405f40e8c77234843cbe91283b)) - GH-711 Update dependencies to include numpy.([`d14493b7`](https://github.com///commit/d14493b75a80af93796d8895737b184992e2cd2c)) - ([`8fa41261`](https://github.com///commit/8fa412616ecd2f312a89e0d6e1ea6f5548041f9a)) - Merge remote-tracking branch 'origin/release/3.2' into GH-695-dirty-db-main([`5eff0039`](https://github.com///commit/5eff00396607382da1a84bd61fb21aa1148dd665)) - ([`91720b8f`](https://github.com///commit/91720b8f749039897ebd641b730e33171c25cfa1)) - Merge remote-tracking branch 'origin/release/3.1' into GH-695-dirty-db-3.2([`5169a113`](https://github.com///commit/5169a113bd65b507086f5040c0ea6526882e8b52)) - ([`0d977585`](https://github.com///commit/0d977585ce85d48e8a1060a5aca6976b9aa6a6d2)) - GH-695 Report dirty-db correctly([`a357765c`](https://github.com///commit/a357765c73c6fa6983cae30c9d0d3ebb6ca4e7e9)) - Added comment on why non-propagating system_error([`280d7999`](https://github.com///commit/280d799958f8699c450d97b92dedc363f3cc8466)) - Propagate all exceptions minus system_error([`f694588f`](https://github.com///commit/f694588f9f2f786be103afdcd33539f518008992)) - Rename eos-vm-oc-enable in performance test to represent it only affecting non producer nodes. Resolve related test failure.([`0d30973b`](https://github.com///commit/0d30973b85b9b2667f57761e5d6cbc42478be1fa)) - Change enable args in performance_test_basic to be store_true instead of bools. Put eos-vm-oc-enable in ptb only onto non producer nodes. Remove duplicate choice in wasm-runtime([`1ce90363`](https://github.com///commit/1ce9036357e409fa47096941d94f4d1fb8760eb2)) - Restore accidentally removed config option. Added new option and updated README. Use choices for wasm-runtime. Add new options to the *Args constructors in both performance tests.([`dcd8bc6d`](https://github.com///commit/dcd8bc6df16b25067571682e66258d087e446f3c)) - ([`2952699e`](https://github.com///commit/2952699ebc6724a98adee538c23167e1fefd3249)) - ([`8a0adc4b`](https://github.com///commit/8a0adc4b18328e857d2a6c44cbcf758858314721)) - Re-report the readme report due to changes, and update performance test to accomodate chanes([`b1ce2718`](https://github.com///commit/b1ce2718b784e8015226fd238e75e5fb4a6bf0f8)) - Merge from feature branch([`97a8d129`](https://github.com///commit/97a8d1299fa128c345a4fdf749eca8bf2d140f9b)) - ([`5980ed34`](https://github.com///commit/5980ed34318b90e5344246878c7fbda3bb70527f)) - Remove unused import([`c15ed537`](https://github.com///commit/c15ed53794df431e3c832a937e21e8226c74a01d)) - Remove shutdown change from nodeos_startup_catchup([`19351035`](https://github.com///commit/1935103562e6850a1d6bf16b44290f5fd5399198)) - Unwind shutdown changes as cluster killall will handle the transactiongeneratorlauncher now that it is set([`2fd6ad60`](https://github.com///commit/2fd6ad6057ce86df41f2e74bf810c87a9f604b15)) - Rearrange shutdown arguments to accomodate the 20 or so tests using shutdown without keyword arguments([`a2ee13ad`](https://github.com///commit/a2ee13ad39bb311a96874ff1de1523b4490e54e0)) - Give ability to cleanup transaction generator in TestHelper shutdown([`1cf32d61`](https://github.com///commit/1cf32d615def1b19aecd8e393b2c2593650dd360)) - Remove unavailable options from README for performance test([`fd0c702d`](https://github.com///commit/fd0c702d18331334ae73e20113989c0ce238c242)) - Update transaction datafiles to match new eosio.mechanics directory layout([`3f191a9a`](https://github.com///commit/3f191a9adc38afc1994f240820fc13d8916585b3)) - Address PR comment to make contracts folder consistent.([`074471b4`](https://github.com///commit/074471b413fef8671b4f7523f48dd25ba26acb60)) - Add ram performance test. Rework how keys are put into contract account for performance test. revert the reversion of the setupWallet change([`8f75c30e`](https://github.com///commit/8f75c30e2ee5147d9da99b70feccd6f0c4bc6297)) - Improve visibility of TypeErrors and still output JSON when one occurs([`270ea091`](https://github.com///commit/270ea091f9fb4a66d3b24a0170a9d5c91786ac47)) - Revert a number of inadvertant whitespace changes due to removed code from merge. Fix printing of account type in json.([`e27ebfa1`](https://github.com///commit/e27ebfa1b808803c7e046e2f7a9462a382e886a2)) - Reduce size of specifiedContract through use of .account([`5a67397e`](https://github.com///commit/5a67397e1c584af844ba68d7188d8cf73361ee97)) - Readd test-duration-sec to cpu performance test, remove lingering commas, set back assert in trx_generator main([`724ba6cd`](https://github.com///commit/724ba6cdae9cf9c3f7a7a1c8a92c88e468b4da3a)) - Revert some no longer necessary changes following merge and resolve test failures in doing so.([`96ae1ec4`](https://github.com///commit/96ae1ec49a0e210cae78771099941408356fcc70)) - Add missing cpuTrxData.json file([`94d4b4be`](https://github.com///commit/94d4b4be24bf00311a74c6c5412a62118dbc050c)) - Merge from feature branch([`06c418e8`](https://github.com///commit/06c418e813955d68a08e14cc545724051da163fe)) - Merge from dev branch([`d35b2f95`](https://github.com///commit/d35b2f9515984ed81248ff4b083f1f378640a8c6)) - Add eosiomechanics cpu run to performance test basic([`1ca46a89`](https://github.com///commit/1ca46a897c36bb0d6736dffb37d9cff489dbb8fe)) - Expose a number of nodeos options via the CLI in performance_test_basic. Also hardcode some others.([`db731420`](https://github.com///commit/db731420950bc396c4c5a9cdb97e926b0705ae70)) - ([`6e5cb4a6`](https://github.com///commit/6e5cb4a67c5fb867a191d817f7c24516e03568e3)) - Rerun test and update readme([`726a0333`](https://github.com///commit/726a0333e78143f472a3d1ed743b07a51b056c44)) - Improve reporting for command line in performance tests. Replace README output with new data.([`1b770519`](https://github.com///commit/1b7705198725c1d8b9c5d0c7063e639467828444)) - Add variable to be saved in report which captures arg string in full([`d00908e0`](https://github.com///commit/d00908e0f4e459faa57d30b38f1d468169f70548)) - ([`8a1fecd9`](https://github.com///commit/8a1fecd9a7a3aed37f6dd7a5e520cb9df9ce9899)) - Addressing peer review comments.([`f25de1b5`](https://github.com///commit/f25de1b5a8e69588160184bdd4b1316433a776c2)) - Addressing peer review comments.([`239fa1fd`](https://github.com///commit/239fa1fdc80f7daf8ff619a0dd78d991b7cc40d1)) - Correct the default priv keys to be valid key format.([`66fc7dde`](https://github.com///commit/66fc7ddeecfe193f989c6a77eb758c267466eac0)) - Make private helper to protect usage.([`43844554`](https://github.com///commit/43844554811e50d22db56d466e4805850a812da5)) - Fix typo in argument.([`77ba8eac`](https://github.com///commit/77ba8eacfe643c9afa9da479e1a187ff75ff7f10)) - Add commentary and unit tests for account name generator.([`dd4fb914`](https://github.com///commit/dd4fb9143fe47456bd90bb3df02e6dc98403e528)) - Address additional peer review comments.([`56863d0f`](https://github.com///commit/56863d0f69e19f8552330164de748661e2769297)) - Address peer review comment. Virtual destructor added.([`12868230`](https://github.com///commit/12868230fbe1663b95511a8952846ac99a3c74e2)) - Additional peer review comments being addressed.([`24e376cf`](https://github.com///commit/24e376cf87f5ee0902567685644be2d9d836a34d)) - Address some peer review comments.([`1ad08889`](https://github.com///commit/1ad0888997851e98d132d614a55513117915d33f)) - Rename id to generator_id to be more specific.([`0dc7b3ae`](https://github.com///commit/0dc7b3ae582278575be3c2b73c74705ff486de91)) - ([`3c6bb070`](https://github.com///commit/3c6bb070d0e4d4a351853c3eb4393c7be4c1dfe1)) - ([`938d4abc`](https://github.com///commit/938d4abc53a3ba42e0aec32567ccfe08bbbaeab6)) - ([`424a0a7f`](https://github.com///commit/424a0a7fe2565c04bb0d3b49fc604bc984ed112b)) - Bump appbase to the latest for clang compile errors([`e9ef2026`](https://github.com///commit/e9ef2026bebb91ab8c2fab36d010db3f42b0062e)) - Fix logic in log_transactions.([`f6f56e5c`](https://github.com///commit/f6f56e5c5d2e2d174f4a544a6217c6fdc2596f57)) - Fix Cluster's arguments for TransactionGeneratorsLauncher.([`299c9e9e`](https://github.com///commit/299c9e9ee0ed1fe28e1d24455cb724c27eccb8ce)) - Make actions data and auths const.([`310e6b8d`](https://github.com///commit/310e6b8de7272d2ce3dc9174a4f356ebf6857a62)) - Apply nonparallelizable_tests flag to new tests.([`68fe107e`](https://github.com///commit/68fe107e1a54bf4886911f04340505ed29b621e2)) - ([`7d250f68`](https://github.com///commit/7d250f6866ff19b2543202b33e927705335f0e2d)) - Fix validate_nodeos_plugin_args test by updating NetPlugingArgs default.([`3022c7c9`](https://github.com///commit/3022c7c9f7526007bbab3c45bd08f8aaa71777b3)) - ([`5082223a`](https://github.com///commit/5082223a017593a2c04588360cc1c8e4175a84c7)) - ([`e302b74f`](https://github.com///commit/e302b74fd9152909bf101dbaeae486ad22cc8cb6)) - ([`d13d0688`](https://github.com///commit/d13d06886c18dc9281e8dc1c921c7b936e2eeea2)) - Update appbase to tip([`889de5b2`](https://github.com///commit/889de5b282793d7ac70f66371e8cbcb02978ab29)) - Update appnbase to tip([`88cbbb5b`](https://github.com///commit/88cbbb5b71c33c3688fb4837831bc819122f0fce)) - Update appbase to tip.([`2914633f`](https://github.com///commit/2914633fc3d3d3634ad234328dee583693f018e6)) - Update appbase to tip([`febc1a16`](https://github.com///commit/febc1a162977427015b0804a730bec5560e980b1)) - ([`2b677533`](https://github.com///commit/2b6775334dec91b37ef8cab597d47c9a8438f293)) - Use `scoped_app` consistently in main programs.([`165a5a57`](https://github.com///commit/165a5a575e4e6e8954a98335b159ce760dd763e1)) - Call `register_plugin()` as a static member, so that static variable initializers don't create an application instance before the program is started.([`7f0b67f6`](https://github.com///commit/7f0b67f6b87d86bba2b5e7e90c2aec83c75853eb)) - Update appbase to tip([`8e7b6ec6`](https://github.com///commit/8e7b6ec66b07027a5d2e0843c790c08cd4b8b885)) - Update appbase to tip.([`2a904da0`](https://github.com///commit/2a904da020c8f5d990e3504bb6efe7cf6ce86f6c)) - Update appbase tip([`9cd3fc42`](https://github.com///commit/9cd3fc427120aafec73e6c18bcc86d6b74268a3a)) - Update appbase to tip([`f0196780`](https://github.com///commit/f0196780b1a7fa59b250bc228eda1d26e9a56991)) - Update appbase to tip([`2ee7407e`](https://github.com///commit/2ee7407eb571ba10d61fd4859d0eda73f3f5bb90)) - Update appbase to tip([`7143ea42`](https://github.com///commit/7143ea42695c0a4739a97efd68584db1fa6dc0d2)) - Update appbase to tip([`b815f304`](https://github.com///commit/b815f304aa1ead376896a62876c3b20a321f0655)) - Update appbase to tip([`acb1bdb7`](https://github.com///commit/acb1bdb79e4d699a77362d9760fcce5468dadf0c)) - Update appbase to tip([`2aad4aec`](https://github.com///commit/2aad4aecd8ef0300e501f77453d50db2c617ca0c)) - Update appbase to latest commit([`62c42608`](https://github.com///commit/62c426081f60b2391af1e345b7c5add4bfb77414)) - Update to latest commit in appbase branch([`922d4486`](https://github.com///commit/922d4486fa31345ca177780f29feaa90e6e6fa3e)) - Update submodules to same version as main([`6c95e51b`](https://github.com///commit/6c95e51b5ad434e04f17f39c96f8a5f2ab7afdff)) - ([`e1320e79`](https://github.com///commit/e1320e7931f4ae4da1bcf9c2e8e13df4ba5fc92e)) - Update submodules([`0db18fc2`](https://github.com///commit/0db18fc29510c97e4ba568a3bf32c2fc3843250c)) - Restore file deleted by mistake([`9d2235b6`](https://github.com///commit/9d2235b672cdba1de739d1b1822b83de6b7c5298)) - Update appbase/plugins to support multiple instances/exe([`fb12fe62`](https://github.com///commit/fb12fe627f0e0c28faa9d415f5b52cc294699438)) - ([`a4129fc6`](https://github.com///commit/a4129fc6d986dfa2b1cc48b85ce6603ee7e87e1b)) - Fix log message in account_failures::report()([`40f04073`](https://github.com///commit/40f04073d3cd5bb8db4906344ad62d73e5d973df)) - Add block number to account_failures::report()([`d34e1cf1`](https://github.com///commit/d34e1cf1d02731b18056bfa827d629762e1ffaf8)) - ([`8d95662b`](https://github.com///commit/8d95662be531c6e9729556d36fce4e0569010f92)) - Remove std::abort()([`c4629c7c`](https://github.com///commit/c4629c7c3abd1c428d309944d1ca859db137907e)) - Use tag type for name instead of eosio::chain::name so no conversion from uint64_t needed. Thanks @greg7mdp for the idea.([`e702efa4`](https://github.com///commit/e702efa4d485cf06b12ac9c97cf779527bc96b0c)) - Remove out of date comment([`217152d7`](https://github.com///commit/217152d7fedeed039a700179b657c162fd24272d)) - ([`6fa01ee6`](https://github.com///commit/6fa01ee6ac465e7c48b0b0627db93d67ac325d2e)) - Use method so named_thread_pool template is on the stack. Thanks @spoonincode for the idea.([`44434bc5`](https://github.com///commit/44434bc5f1fa94ea74c6748d575734bf14808280)) - Remove abort()([`286d570b`](https://github.com///commit/286d570ba5addb2a8cffc23f2ba7e3f6b586d2a1)) - Make named_thread_pool a template that can be named via an eosio::chain::name.([`d77ba407`](https://github.com///commit/d77ba4071d49add062cdb569f87bdc990a6d4df7)) - ([`7b010976`](https://github.com///commit/7b010976a44fc64b84b2931f96406d48006ce170)) - Merge remote-tracking branch 'origin/release/3.2' into GH-662-terminate-at-block-main([`2281382f`](https://github.com///commit/2281382f151da0c27dc037c12c8b91f29f13d679)) - ([`f93a6084`](https://github.com///commit/f93a6084ea483688b7f359c4968381aae66be858)) - Merge remote-tracking branch 'origin/release/3.1' into GH-662-terminate-at-block-3.2([`3e898470`](https://github.com///commit/3e89847085815d0fc5ffc9d47fc63f8915060c4d)) - ([`26025d73`](https://github.com///commit/26025d73821391d004a0295bdb13f46ab26490bd)) - GH-662 Fixes for terminate-scenarios-test([`517ef203`](https://github.com///commit/517ef2039640d9bcf1b942b9c9eb80044f4bac90)) - GH-662 Fix terminate-at-block test([`6f163834`](https://github.com///commit/6f163834532c61185f6b4b585bf23eb3b658c7ef)) - GH-662 Fix terminate-at-block to terminate at correct block([`debba62d`](https://github.com///commit/debba62dd896a9e13a31aef3429e5cfb617b23c7)) - ([`eb2d2d5d`](https://github.com///commit/eb2d2d5d6e504cb9d83a16158c13afc3f343a4b9)) - GH-548 Pass correct type([`08d545a5`](https://github.com///commit/08d545a566ac17d1ec970be7e9f64663b92f55d7)) - GH-548 Make constructor explicit to avoid auto conversion from int64_t([`511ec439`](https://github.com///commit/511ec439a296e9cce82260973e51853ad51a0274)) - GH-548 Log exception details([`2def3720`](https://github.com///commit/2def37208117d7141287a86322ab2ef129160f71)) - ([`f6643e43`](https://github.com///commit/f6643e434e8dc304bba742422dd036a6fbc1f039)) - Clear executable flag on a couple source files([`2a08a0fe`](https://github.com///commit/2a08a0febde9d40bccec11ecaeedbd280298c5a6)) - ([`9f0679bd`](https://github.com///commit/9f0679bd0a42d6c24a966bb79de6d8c0591872a5)) - Implement Matt's suggestion to collapse two classes into a single templated one.([`3d609ae1`](https://github.com///commit/3d609ae106dabf27de6a767e5c89465d31b1f74f)) - ([`107ef62a`](https://github.com///commit/107ef62ab4962d0c4f11b4f4b334b43d09611f70)) - ([`fb139e70`](https://github.com///commit/fb139e70a69bfd3c23b9635dd0c5d2e257f94edb)) - More straightforward management of the socket in `async_accept`([`6459fbb9`](https://github.com///commit/6459fbb9f940258de358fa8771d6d9cfbd02aa30)) - Cleanup do_accept code, add timer on "too many files", keep accepting on error([`e0941848`](https://github.com///commit/e0941848012329e9d55d4a5065a095970d6acb44)) - ([`02e4cc55`](https://github.com///commit/02e4cc55a84019ae60286b0e184f38f7a11a0ee5)) - Merge remote-tracking branch 'origin/release/3.2' into GH-588-handshake-main([`1b5efcf6`](https://github.com///commit/1b5efcf6faf494d704aa23a65fe00d8f09a97edc)) - ([`8feca18c`](https://github.com///commit/8feca18ccca57fff0c2dbecd2cead9e0c874be0c)) - Merge remote-tracking branch 'origin/release/3.1' into GH-588-handshake-3.2([`b1f187c8`](https://github.com///commit/b1f187c890f21a38b0753a6f898a419f820d7c3c)) - ([`343596a0`](https://github.com///commit/343596a0c1648da866dd069c0c6ffb2be1dabb0a)) - GH-588 Round using lround instead of the original hardcoded +1([`ec27d3d1`](https://github.com///commit/ec27d3d1f3eb29a5cab6518e24eee1c62adaa0bc)) - GH-588 Add additional logging that would be helpful for debugging([`f347ab53`](https://github.com///commit/f347ab534ebe3e881df5cdd183845404e38990bb)) - GH-588 Remove +1 to number of blocks latency calculation. With it 0 latency indicates 1 block latency.([`3db765e0`](https://github.com///commit/3db765e0f108ad301b9c8063a20a124a4ece71a4)) - ([`a4c29608`](https://github.com///commit/a4c29608472dd195d36d732052784aadc3a779cb)) - ([`49166544`](https://github.com///commit/491665441a7d305e057bd698cb6820e4d3f8d466)) - ([`b25add6e`](https://github.com///commit/b25add6e518935509abbc0d7b05bfd82e2f96542)) - Merge remote-tracking branch 'origin/release/3.2' into GH-631-fork-test-main([`5f451d48`](https://github.com///commit/5f451d486d477d6971111b0a1fca858ac4047efa)) - ([`6842647a`](https://github.com///commit/6842647a33a3d2c4f4439641f259e55fc1df565e)) - Merge remote-tracking branch 'origin/release/3.1' into GH-631-fork-test-3.2([`99116edf`](https://github.com///commit/99116edf47c3f93584b8d292c741b6e7a6ce36a9)) - ([`0dbd5cf6`](https://github.com///commit/0dbd5cf68cdadecab1367e97bc9c86fd2a312ba7)) - GH-631 Update preKill info since waiting for producer to change before continuing.([`da2a1dc9`](https://github.com///commit/da2a1dc996603c33601f5e84c23b351bc8a6516f)) - GH-568 Revert passing block_num to peer_block_state_index methods as it can just be calculated quickly from id([`f0ff749c`](https://github.com///commit/f0ff749c204f2ab28c8a9eaf5433596a4215d8ef)) - GH-568 Use block_header::num_from_id instead of storing block_num([`30637af6`](https://github.com///commit/30637af65a72ef8e8ce7c6206881d650c59e8987)) - Merge remote-tracking branch 'origin/main' into GH-568-block-propagate([`406b4eb6`](https://github.com///commit/406b4eb6ab7cdeabd810090b48740ab242f607a7)) - ([`df6ffbb0`](https://github.com///commit/df6ffbb016282d8f4a9f76ab3db04e52816d3c12)) - Implement Matt's suggestion to forego the unique_ptr for the timer.([`f876c969`](https://github.com///commit/f876c96919bd7d822380a87f3b9a69a4899c0781)) - ([`f28136f6`](https://github.com///commit/f28136f60c7d4f33dddb1be8c59cb5df1db88976)) - ([`cab88df4`](https://github.com///commit/cab88df475fe63d654f8020c65a6d04a6f071fd5)) - GH-54 Update deep mind log for new bios contract([`20d7b80d`](https://github.com///commit/20d7b80d4005840de4fa051dc28949109bc63764)) - GH-54 Add a print to activate so this bios contract is different then the bios contract used in eos-system-contracts avoiding a duplicate trx error on set_code of its bios contract.([`759a0690`](https://github.com///commit/759a0690b5f85dd4f97470cc2e524070fb897dfb)) - GH-54 Update eosio.token contract location([`1e3b4a36`](https://github.com///commit/1e3b4a36315d115d01315c2ec5b3460bc9bf101b)) - GH-54 Now that txn_test_gen_plugin has been removed eosio.token can move back into ./unittests/contracts and ./libraries/testing/CMakeLists.txt can go back to eosio_testing_contracts being INTERFACE only.([`dd66bfc0`](https://github.com///commit/dd66bfc075c5880776bc8c35011c1761d5f9723f)) - Merge remote-tracking branch 'origin/main' into GH-54-contracts([`b3a6e001`](https://github.com///commit/b3a6e00148f6424dad42d8abb805eee9628ff945)) - ([`4e1d593d`](https://github.com///commit/4e1d593d1ec8c942706dc4c09609ec9ce0b087a0)) - GH-54 Copy over abi/wasm compiled with latest Antelope CDT 3.2.0-dev ea6d926c3d2e9fa37dd513b8a946d8283b1aa233([`e83c91d3`](https://github.com///commit/e83c91d359902f1f58c63c75d4c89f8b48a60515)) - GH-54 Add contract code for eosio.msig, eosio.system, eosio.wrap. Update contract code for eosio.bios and eosio.token to match as close as possible what matches the existing abi/wasm.([`a9281f5e`](https://github.com///commit/a9281f5e9aeda2cc8672e86276a62a414a4997b2)) - GH-54 Remove call to set_parameters_packed as many tests assume that its protocol feature has not been activated.([`2bf719df`](https://github.com///commit/2bf719df389df1ebc7d683184cb56e773287ce18)) - GH-54 eosio.token contract moved to libraries/testing/contracts from unitests/contracts([`1fc40bf7`](https://github.com///commit/1fc40bf7b3377d86bc1c358c3a5ecab890cb6476)) - GH-54 eosio.token contract moved to libraries/testing/contracts from unitests/contracts([`b8fadad4`](https://github.com///commit/b8fadad4540721b1bab6bc0d902eeaf14eb52730)) - GH-54 Remove moved test_chain_plugin test([`c3e46863`](https://github.com///commit/c3e46863fe254ea1c827d50768179bfd66753915)) - GH-54 Add comment([`e0c9fafa`](https://github.com///commit/e0c9fafa84f882b4bcb31fc1cf456e944a745823)) - GH-54 Split contracts.cpp.in for libraries/testing and unittests. Remove dependency of libraries/testing on unittests.([`b9e99f09`](https://github.com///commit/b9e99f0902aeba99bc4dc0ad90abf79b24f36523)) - GH-54 Move snapshot_suites out of libraries/testing as it is not needed for libraries/testing([`6e0d8a08`](https://github.com///commit/6e0d8a08fbb6e985bcff94071e611998d70c9549)) - GH-54 Remove mostly unused CORE_SYM_STR and just use CORE_SYMBOL([`6c17992d`](https://github.com///commit/6c17992d6bfaa9232f24ccd24d51ae6a35b214b9)) - Revert "GH-54 Remove mostly unused CORE_SYM_STR and just use CORE_SYMBOL_NAME"([`4dc42963`](https://github.com///commit/4dc42963ec0331530b7c2aa540158d8c82df9e3b)) - GH-54 Missed a few locations where python tests refer to old eosio.bios contract([`c168977c`](https://github.com///commit/c168977c1bd426fb621ed201778fb88dc453e84c)) - GH-54 Remove mostly unused CORE_SYM_STR and just use CORE_SYMBOL_NAME([`bb470fae`](https://github.com///commit/bb470faef27a3fbed69c7c034db9fb3afe8fce9e)) - GH-54 Move eosio.bios to libraries/testing and provide ability to build it from source([`1c80bab4`](https://github.com///commit/1c80bab44ea818cd9aafba1fa40465f2f8d7d5c0)) - Update with code review comments and fix uninitialized variable([`36d0aa8c`](https://github.com///commit/36d0aa8c7cf81ecede5f22a866d2cf2a0500ab76)) - ([`0e86228c`](https://github.com///commit/0e86228c0d7dfa23e14bbb3e367b2bdacc025688)) - ([`c5ed01ed`](https://github.com///commit/c5ed01ed37d77c89d9840f188d061623a6e5a288)) - Create deadline timer when thread pool is created (thanks Matt!)([`c532a401`](https://github.com///commit/c532a4018fb0755b44adf7f22479abd7adb3089b)) - Update `wlog()` call to correct `fc_wlog()` which specifies the logger to be used.([`09c4ebb4`](https://github.com///commit/09c4ebb42d251a571fbf73b7c02480956825df95)) - Update another `elog` instance to `fc_elog`([`3f193900`](https://github.com///commit/3f193900d81c96057e368bacdcbd730b2ecab53d)) - Update a couple log statements([`98dea84c`](https://github.com///commit/98dea84c0a4ab6319080df48d6d24d7f8561f3a3)) - Implement suggestions from Kevin's code review([`5ad310d5`](https://github.com///commit/5ad310d5fb0fc20e150115b955169f511ce222ec)) - Add a couple comments([`9b40540a`](https://github.com///commit/9b40540a5dbf7252818b81a9757d460e8866fb02)) - Add timer when `async_accept()` gets a `too_many_files_open` error([`040d0e8b`](https://github.com///commit/040d0e8b049b779d021e1825e8853a1bc48c2de8)) - GH-568 Combined by_block_num index into by_connection_id so only one index has to be maintained.([`8c372197`](https://github.com///commit/8c3721970833d5696811c6e1bb5331ba50af0941)) - GH-568 Remove redundant bcast_block call for accepted_block signal.([`1a24e95f`](https://github.com///commit/1a24e95fae966ea187405583afda7e328a9203ef)) - GH-586 Fix merge issue([`bcd4a8c4`](https://github.com///commit/bcd4a8c4dd3465cf876fdfbea6d4d85c6aa93fb0)) - Empty commit to kick of ci/cd([`c738ea7d`](https://github.com///commit/c738ea7d866dd2728734a5ed17bed8385a1e3512)) - Merge remote-tracking branch 'origin/main' into GH-568-block-propagate([`ec4a9af3`](https://github.com///commit/ec4a9af3fb2683efb6333c97d01bec7234d4773e)) - ([`e55669c4`](https://github.com///commit/e55669c42dfe4ac112e3072186f3a449936c0c61)) - Add reserve()([`1d2b9836`](https://github.com///commit/1d2b98363c33a42ae67da4d85ea4c2f197f92b97)) - Changed named_thread_pool to always delay start()([`76374f88`](https://github.com///commit/76374f884f73160dac7e33f3916d6881fe347dbd)) - Merge remote-tracking branch 'origin/main' into named-tp-except([`cca83e0c`](https://github.com///commit/cca83e0c10165816119d82368d9b2c73c3410113)) - ([`7ea9f61a`](https://github.com///commit/7ea9f61a07c6a54c344cf59ee944b0b99e6992da)) - Bump abieos submodule to HEAD w/ gcc13 fixes applied([`2b69bd28`](https://github.com///commit/2b69bd28cbcd20e581292741c8a0c2a676d86f84)) - Rethrow exception if no on_except provided.([`009b4f6c`](https://github.com///commit/009b4f6c73bbbbd8b4eedd3cab9aec3356d5f0f6)) - Cleanup from peer review comments([`aa46c518`](https://github.com///commit/aa46c518c43e205a74c8ec2ff6d33a8b45ffc5a8)) - Rename async_thread_pool to post_async_task to better describe its function([`3be3fcca`](https://github.com///commit/3be3fccaf68ecd23502a39806075113b533495cc)) - ([`20547b9e`](https://github.com///commit/20547b9ec00b69c7d1db143e531adcf9d2448ae5)) - ([`fe8dc3fb`](https://github.com///commit/fe8dc3fb3d822e5d70b68602392dff981dbc2022)) - Restore 4.0.0 after merging 3.2.1 version bump([`40e9c748`](https://github.com///commit/40e9c748658f658beb04752c5c189c2d95d49ea2)) - ([`3f9cb99e`](https://github.com///commit/3f9cb99e068da8581036d212d74fb56144ef0fc4)) - Bump Leap version to 3.2.1([`5753eb04`](https://github.com///commit/5753eb04e75c5d7092ed325556ae8867292159fa)) - ([`84dfe089`](https://github.com///commit/84dfe08940400f99729240af431fe68dbfdf2e8e)) - Merge remote-tracking branch 'origin/release/3.2' into merge_3_1_4_version_bump_to_main([`98264360`](https://github.com///commit/98264360796663307ccb434489192dd0014ffa6c)) - ([`ee37bb1d`](https://github.com///commit/ee37bb1d1446c92574b3c36d2f64878aa32e0894)) - Restore 3.2.0 version after merging 3.1.4 version bump([`a8f94ee5`](https://github.com///commit/a8f94ee5d8685ef0d9252bfd41df6098cbb38393)) - ([`78973e40`](https://github.com///commit/78973e40885cf56960211d803385262088eff631)) - Bump Leap release to 3.1.4([`d627a18e`](https://github.com///commit/d627a18e8e15b19e3cfcb1ea9165eda6f353810a)) - Merge remote-tracking branch 'origin/main' into named-tp-except([`4c60db9b`](https://github.com///commit/4c60db9b6966aece70df951dc102374c2f1fe517)) - Added tests and fixed issue with ioc needing restart()([`c955f558`](https://github.com///commit/c955f558adc96606494be6a0da4cc7c581ad36ac)) - Add ability to delay start of thread pool([`3b8a5fd9`](https://github.com///commit/3b8a5fd9406624bfcf12c8428ff48a669bf4e659)) - Add handling of exceptions to named_thread_pool([`a482ad8a`](https://github.com///commit/a482ad8ab870659634f597aaccca2884286dc726)) - Merge remote-tracking branch 'origin/main' into GH-568-block-propagate([`f43f0408`](https://github.com///commit/f43f0408aff0ae03851baeb32acd6a8f912cc948)) - GH-568 Remove unused zipkin support([`1bf42bce`](https://github.com///commit/1bf42bceba862687473601286982d2a5a96c56fd)) - GH-568 Post block processing to dispatcher strand so that only one thread is doing block header validation at a time.([`1688568c`](https://github.com///commit/1688568cd41198515049b20e2963e53f5aae8feb)) - ([`d956b55a`](https://github.com///commit/d956b55abefcc906067511d4bd829bd77a6ab377)) - Merge remote-tracking branch 'origin/main' into GH-525-block-propagation-main([`fa178a95`](https://github.com///commit/fa178a9583a9e70bc38445e841508d0d45d0efaf)) - GH-568 Do not send handshake to peer when dropping a block do to block received during block production([`d1922537`](https://github.com///commit/d192253709265ad7e56c5035eb3e5744a4a27272)) - Merge remote-tracking branch 'origin/main' into GH-568-block-propagate([`a24ce774`](https://github.com///commit/a24ce77440f839addb16e8f17bca42362fc86ab7)) - GH-568 Optimize bcast_block by removing need for conn_mtx.([`80aa64f5`](https://github.com///commit/80aa64f56be16ed90cf9eb642bf6ffd9bf22b61e)) - GH-568 Handle case of close of connection after recording of peer block id.([`42a5c969`](https://github.com///commit/42a5c969184e9d6cb83a7bd089cd47931d8c8bf0)) - GH-568 If after full validation block is unlinkable then mark as not received so it can be processed when valid later.([`38857474`](https://github.com///commit/38857474955f38d50b70ff2c9ed2c746bc04a9bc)) - GH-568 Broadcast block after validating block header instead of after full validation of the block.([`ffaf9457`](https://github.com///commit/ffaf94571e842fc6db85eade92f0b8dbf7f63dd2)) - GH-568 Cleanup and optimize peer block tracking([`9de45ed4`](https://github.com///commit/9de45ed46029331ba57dc54e30e69222fbb04ac3)) - GH-568 Remove unused zipkin calls.([`f6caf630`](https://github.com///commit/f6caf6308309ce26c89bd31cc3b5a047e6e24a0a)) - ([`fcad3c3d`](https://github.com///commit/fcad3c3d058d2dd7fbff14733000184ef4479d98)) - ([`95d56203`](https://github.com///commit/95d562038accb2d88c7b890d0e12b68921cabb11)) - GH-525 Only interrupt start_block for validated block_header.([`6f3ad96c`](https://github.com///commit/6f3ad96c505d0011d13bba46fbbb7899d3718d3e)) - GH-525 Use shared_mutex to allow multiple readers([`a1438030`](https://github.com///commit/a1438030a2bb0c79315a7402a41ce42365ae780e)) - GH-525 Move scope_exit of schedule_production_loop since any call should restart block because speculative block may have been interrupted.([`b408aa22`](https://github.com///commit/b408aa229b15738016b2d86f51d9d339bda5fd60)) - GH-525 Remove unused block channel.([`99533bef`](https://github.com///commit/99533befa83d4701eee411a462f1f9570b380d2e)) - GH-525 Make forkdb thread-safe([`74366a2b`](https://github.com///commit/74366a2bf74afc7a1cce9302cd58843bda27de0b)) - ([`4cdbfdce`](https://github.com///commit/4cdbfdcee6e47810058808e01098949557b4c6b5)) - ([`ac1c5db6`](https://github.com///commit/ac1c5db6ccf088feba62c81298b4296980c631c6)) - Change csv variable names to something more proper([`de7c7b0e`](https://github.com///commit/de7c7b0e4880d3ab6f66f5635ff2601c3051e332)) - Change from .txt to .csv([`5add73c4`](https://github.com///commit/5add73c439b1791f85cec2a51ce4c99eb2bf533e)) - Rename csv([`5f1770b5`](https://github.com///commit/5f1770b58ea22c2b29e42a57920ab1d9df5ca2a6)) - Add header to csv and filter out ungenerated transactions([`8f323167`](https://github.com///commit/8f32316705e50707f885d851c5a8a46b4613444b)) - Seperate out new csv file containing data and rework as necessary([`9af6e902`](https://github.com///commit/9af6e9023d8ff0ff02415d646cb7628960ee1bd9)) - Control test-duration-sec for these tests.([`9a8d7921`](https://github.com///commit/9a8d79212d796d340b717c03e76989a9e83f9d91)) - Fix argument names.([`df12ef48`](https://github.com///commit/df12ef4835b6ebe92d39108a328ccfd25da0902d)) - Expand transaction generator to support new account trx([`d8d9fa31`](https://github.com///commit/d8d9fa31958b7ae4e79d5e1291420fdfa2ec984b)) - Add ability to configure log level for cluster via cli arg.([`b35c3d6f`](https://github.com///commit/b35c3d6fbaa3306c277d4f8fb3339baef029ce65)) - Fix compiler warnings in tests.([`f52beda0`](https://github.com///commit/f52beda0a266398c37c4f53e7e8c86d53c207bcf)) - Refactoring. Moving functions into classes.([`caa8f415`](https://github.com///commit/caa8f41586ca1fa42c1e84ecd311c7e240cdd0bb)) - Add way to specify auth acct when using json trx description.([`cfe83467`](https://github.com///commit/cfe83467aae5c41d93635d1f1f0fed0c4d8d2f09)) - Rename for generalization, not strictly for transfers.([`a4d6ecc4`](https://github.com///commit/a4d6ecc40b444c2b28ad5d6289b9676ce1b37d4a)) - Rename in prep to support additional trx desc files.([`96930a16`](https://github.com///commit/96930a16169caf13edfbb97e19083d399c4806db)) - ([`031f5959`](https://github.com///commit/031f5959bb8355fd987cd6860cd4929b6e840835)) - ([`8f7fefb8`](https://github.com///commit/8f7fefb8ff7df0fe75317517b79896b0cab4a610)) - GH-637 Initialize trxGenLauncher to None.([`81c53afc`](https://github.com///commit/81c53afc4aa2f97abc8eeffd4c42eae2e3231bc0)) - GH-637 Reintroduce the generic sleep for trx generation.([`9fea12ef`](https://github.com///commit/9fea12ef88a5f5cfc3228d9a2ef4028c0ce22406)) - GH-637 Make sure trx generators are cleaned up now that they are internal to Cluster.([`2bcab036`](https://github.com///commit/2bcab036112d1ae6a1841087eb0308bb024388ca)) - Updates addressing peer review comments.([`de3a1c83`](https://github.com///commit/de3a1c8392564d6d0ab41412374948c4c8f5359c)) - ([`e6b52322`](https://github.com///commit/e6b523220b56d1f1328c6e6245ba3157aa35a850)) - GH-637 Working to fix nodeos_snapshot_diff_test by sync on trx gen startup.([`889cc017`](https://github.com///commit/889cc017954c72a6a8e64e25a0b0c58c43c86a7a)) - ([`51c11175`](https://github.com///commit/51c11175e54831474a89a449beea1fb067e3d1e9)) - Merge remote-tracking branch 'origin/release/3.2' into GH-525-block-propagation-main-merge([`5c1a4f42`](https://github.com///commit/5c1a4f42b3a238dc85c8ed881a0519fb1e99cf37)) - ([`4107ba4b`](https://github.com///commit/4107ba4be01041c8038dffd6748303d604150b29)) - Merge remote-tracking branch 'origin/release/3.1' into GH-525-block-propagation-3.2-merge([`bce4029e`](https://github.com///commit/bce4029e415fb9a87f44e834b9b7cf976c453da5)) - ([`be7fc571`](https://github.com///commit/be7fc5714ebc76a7658d6a1a81aa2c5f7a092353)) - GH-525 rename start_block_interrupted to should_interrupt_start_block([`2d6307b3`](https://github.com///commit/2d6307b37e5b5a05beb83d17e601ea798b1fd54a)) - GH-525 Add check for existing to be consistent([`3d77eb00`](https://github.com///commit/3d77eb001b23ec474c0440177406303b4f6b5d16)) - ([`ef9b3ea1`](https://github.com///commit/ef9b3ea1b658ac6354a69b84bec954e8d6153276)) - GH-525 Remove unused incoming::channels::transaction([`9b5ec62e`](https://github.com///commit/9b5ec62e19f4e946efa34716ba7dc2847e17151f)) - GH-525 Add open_impl/close_impl so all methods of fork_database follow the same pattern.([`453e5d09`](https://github.com///commit/453e5d0975540c9b533f681a5eed0fbef6b82b82)) - GH-525 Minor cleanup from PR comments.([`8f12805b`](https://github.com///commit/8f12805b4cda5e9efa6e254054be2d9b03934731)) - GH-525 Only interrupt start_block for validated block_header.([`9b1401aa`](https://github.com///commit/9b1401aa4a0320879c61ccfc343eedbc791c66fc)) - GH-525 Use shared_mutex to allow multiple readers([`b3391af3`](https://github.com///commit/b3391af3bf6fbf4149f5dbdfe4bc1e426b13fb25)) - GH-525 Move scope_exit of schedule_production_loop since any call should restart block because speculative block may have been interrupted.([`d0d7fa79`](https://github.com///commit/d0d7fa798ba421766fc24a1a96e7d3959c1a38bc)) - GH-525 Remove unused block channel.([`7468dede`](https://github.com///commit/7468dede46812264e41a7b036d8a9717c8a3b065)) - GH-525 Make forkdb thread-safe([`43d45edb`](https://github.com///commit/43d45edb01fba54cd9c23935c0dce4737931b972)) - GH-525 Honor deadline if we can produce([`40a7e34d`](https://github.com///commit/40a7e34d148b3ec31633e332931045b136093e1a)) - GH-525 Minor cleanup([`e63482a7`](https://github.com///commit/e63482a75e14d5a23a7edc3caa8a53c4c0f1cdce)) - GH-525 Fixed spelling of yield([`8027ecb3`](https://github.com///commit/8027ecb367090387e769783d60a8abe34af88be6)) - GH-525 Use received block as interrupt for start_block when in speculative mode. Use deadline when in production mode.([`1f44c07c`](https://github.com///commit/1f44c07cd84958afd87ed82912052450e9e0ff5b)) - GH-525 Interrupt speculative start_block when a block is received([`0103412f`](https://github.com///commit/0103412fe7eaf00cee6e128a04292aaa9b6eb3b0)) - ([`16264909`](https://github.com///commit/16264909856491b92610dcef2a743876a0b6c4e8)) - Merge remote-tracking branch 'origin/release/3.2' into GH-592-ship-crash-main([`253d6485`](https://github.com///commit/253d64850560b7e802563c70076428d03883f4c1)) - ([`d7dd7156`](https://github.com///commit/d7dd7156ab7bb59605bd93151e7bf80ad1368bf5)) - GH-592 Add restart() needed to actually be able to restart io_context([`5f29e56c`](https://github.com///commit/5f29e56ce100f7a0921e7172b949c5a46440def5)) - GH-592 Delay start of thread pool until after listen([`f0fad92b`](https://github.com///commit/f0fad92b38746c8fbb3aba3e33cb633b5c26f712)) - GH-592 Add ability to delay start of thread pool([`25a7621b`](https://github.com///commit/25a7621b309a7c2c0aa63fe5aca2f83be79db6b0)) - GH-592 Make sure ws::stream is destroyed on ship thread([`9185b4fd`](https://github.com///commit/9185b4fde9876ac0775eea6cb9d40e3eeb5bc737)) - GH-592 Use to_send_block_num([`6df9b2bb`](https://github.com///commit/6df9b2bbd711f568128c624eabeac33f0b53dc6e)) - GH-592 Use named_thread_pool instead of explicit thread, io_context, etc. Old versions of boost do not have an acceptor that takes a strand in constructor.([`b2baf8da`](https://github.com///commit/b2baf8da7011bd2f8dd8607827b1d502cb982fa4)) - GH-592 Back-port fixes from eosio/eos release/2.2.x and removed use of mutex for protecting session_set.([`66bdc383`](https://github.com///commit/66bdc383d51cc792a783373358bcd9501764f66d)) - ([`4ca15289`](https://github.com///commit/4ca1528956ad243217d98c28655bd61254100798)) - Merge from feature branch and resolve conflicts([`031f5fe9`](https://github.com///commit/031f5fe969b20701b8eeda4fe80baace03860525)) - Another fixup from Merge branch 'main' into feature_performance_harness_stage_2([`07436866`](https://github.com///commit/07436866587227dabbb6b79c98e8eaf5d86f4f5a)) - Fixup from Merge branch 'main' into feature_performance_harness_stage_2([`1334957a`](https://github.com///commit/1334957ae5667edd9f4590bd1ac4b47ea83aa14c)) - ([`be375bf4`](https://github.com///commit/be375bf42eaab325b6df0dab1a754667f48ac5d7)) - ([`9461180b`](https://github.com///commit/9461180b531e207066d98f66d0109112b22afeff)) - Create launchTrxGenerators helper in Node.py.([`18428070`](https://github.com///commit/18428070e9bfe91c602965e2253cf733e15c0ecd)) - Peer review comment. Resolve IPv4 addresses for p2p plugin.([`6253abcc`](https://github.com///commit/6253abcc4958d1dc5757411fa748bd14b94e8d2d)) - Remove txn_test_gen_plugin.([`559d8216`](https://github.com///commit/559d82165e9a6168e9dc40493549ee080b0d6b31)) - Update test to use txn generator.([`57e7dd0c`](https://github.com///commit/57e7dd0cb32968a65f293c9b664b69e4d9f6fa80)) - Add support for setting peer endpoint and port in trx generator.([`af547178`](https://github.com///commit/af5471780988aaeb9ef369e27c0f946cb2c2b374)) - Use multiple trx generators to more closely mirror existing behavior.([`a50057b2`](https://github.com///commit/a50057b2c7eaa7969a7eba5d83fd3f7fe4d50dab)) - Fix usage of multiple trx generators by allowing enough connections.([`165823bb`](https://github.com///commit/165823bb0b2c5457c32c61ccdd8fa1585037f48f)) - Replace txn_test_gen_plugin with trx_generator in test.([`af9deeb1`](https://github.com///commit/af9deeb161a8d427ba556c3fca34d3649796081d)) - Replace txn_test_gen_plugin with trx_generator in test.([`6dedf4fb`](https://github.com///commit/6dedf4fbef1909fa3b56306b21e06753088ab2e0)) - Remove txn_test_gen_plugin from test as it was not being used.([`d2197410`](https://github.com///commit/d2197410578ef131f16113fb5497f2e15bc0f60c)) - ([`db563f2e`](https://github.com///commit/db563f2e3e2ff65f58afc6a64bd575991d8ebc98)) - ([`f5f57214`](https://github.com///commit/f5f57214c77d21cff38592fb15c4f12886c09f4e)) - ([`77738071`](https://github.com///commit/77738071f051260da53fa1dac2fadc387b3b4003)) - Update abieos to head of main([`95b711dc`](https://github.com///commit/95b711dcfa9379c486f941f503d6a48391a5d583)) - ([`a88bdf75`](https://github.com///commit/a88bdf75e2c91f244b0791d5ccc45de7605d257b)) - GH-551 Minor cleanup([`9b0a648e`](https://github.com///commit/9b0a648e3dd2fb571d69e3f857c1717921d99f8b)) - GH-551 Subjectively bill for failures when producing([`351be663`](https://github.com///commit/351be6630a1933c911ddfc349ffae5df2fc4f1de)) - GH-551 Remove subjective billing support for speculative blocks since speculative read-mode was removed via GH-414.([`2fae41c5`](https://github.com///commit/2fae41c5b5106a4c67485e57e4072eea80e184be)) - ([`2c12c728`](https://github.com///commit/2c12c7285ce35e56cdae9c8f7129cdd5ba900a02)) - GH-260 Fix return type([`4ff79487`](https://github.com///commit/4ff794875b298adde2a5734e76e63026abcc1ad4)) - GH-260 Additional uses of is_code_cached([`b4db5ce4`](https://github.com///commit/b4db5ce4ab72ab63f4494e748e0f34976c04918f)) - GH-260 Add is_code_cached method to wasm_interface and use in api_tests.([`cafceaa6`](https://github.com///commit/cafceaa6d7c8aba6bb36d12e0a02c53263fbd952)) - ([`d3fe5bd7`](https://github.com///commit/d3fe5bd772345dda0674b0242aff30086a323408)) - Added fallthrough option to other subcommands([`8837b12c`](https://github.com///commit/8837b12c01b52beb58034ff93b75f0f5da7aab1a)) - Included additional comments to generic template([`8933c347`](https://github.com///commit/8933c34715222aa5ac21e5ffdf6dd8af36075bd7)) - Switched to require_subcommand() which is 1 or more([`407d3581`](https://github.com///commit/407d3581a1a531739755270ed4dbcdad2949bf6d)) - Bumped cli11 sub([`f86d1f66`](https://github.com///commit/f86d1f66aa9e2b4683be24743c4f171779085a06)) - ([`c1064fdc`](https://github.com///commit/c1064fdc0415f98149f747057931e7186bc7a50c)) - Use inherited option vs duplicating it([`6cee4e2b`](https://github.com///commit/6cee4e2bf6773f3a1aef07b2044ded42dae60d4c)) - Revert to earlier implementation based on Matt's feedback.([`6248ef49`](https://github.com///commit/6248ef49d32990cf8e8b10fcf0ced77d53138f16)) - ([`c39d95e6`](https://github.com///commit/c39d95e6a0990023aa31dc25f710ad3453047aeb)) - ([`b7e18846`](https://github.com///commit/b7e18846c0c18b4b75ff33553b98c02bbbb4fc71)) - Merge remote-tracking branch 'origin/release/3.2' into GH-605-dup-sync-stop-main([`3f8bc9ae`](https://github.com///commit/3f8bc9ae075fae2144000d9b034a2432c9559e65)) - ([`cf6297e3`](https://github.com///commit/cf6297e396ff0e3c5e74bb0dfacb67ae5812c3f5)) - Merge remote-tracking branch 'origin/release/3.1' into GH-605-dup-sync-stop-3.2-merge([`ee938978`](https://github.com///commit/ee93897888e4dd4f8827e443f52fcbfd8d1e175a)) - ([`943d1134`](https://github.com///commit/943d113480e323cff265285816021ac9aca98c2c)) - ([`34b185d4`](https://github.com///commit/34b185d49b2729d6d057c65f98606d57c3dbbe12)) - GH-605 Remove no_retry code from connect that was already in resolve_and_connect. connect is only called by resolve_and_connect. The no_retry code in connect didn't have the newly added re-connect for duplicate.([`79e99ad6`](https://github.com///commit/79e99ad60558377b31d540fa0907cf9bf88102d7)) - ([`a577669d`](https://github.com///commit/a577669df96d8abc982371efd7264c8ddcd69b5d)) - Use the single argument ctor as suggested in the review.([`a6052e16`](https://github.com///commit/a6052e16b5e2f983b7947178e5fe9f52a7483f27)) - Implement some suggestions from the code reviews.([`5cce266f`](https://github.com///commit/5cce266f9f27a799b898e6fa97a38435b879316c)) - Remove outdated comment([`65766979`](https://github.com///commit/65766979af6dca8ca25f3ce21d9c05419b72d956)) - Add timer on http listener to avoid fast looping on accept([`963f4c1a`](https://github.com///commit/963f4c1aa836d0834d418bf883871dbc86a8bc7f)) - ([`02163a45`](https://github.com///commit/02163a4519f351bdcae5e78f4b2d6cb0faf8b0bf)) - ([`08746f0e`](https://github.com///commit/08746f0e5555baee82dcc924b7fa0d4d562d8342)) - ([`92870e10`](https://github.com///commit/92870e10d4c04da4c42d1f19d3e9e4189ae1b05c)) - More explicit constructor names([`c26432e9`](https://github.com///commit/c26432e9bea2d92178e01fd69a6f4a559214e63f)) - Use explicit names on constructor for specified contract([`eb8337ad`](https://github.com///commit/eb8337adb1f26d528f49d60cc4f1620a9c01c845)) - Merge from feature branch to resolve conflicts([`7ab15869`](https://github.com///commit/7ab15869703a4e052ae6fca7fbb85459d83c80f1)) - Remove unnecessary new lines([`a8ea37a2`](https://github.com///commit/a8ea37a27cdb9117fd3256c6a6a29d2b499a64bc)) - Rework custom contract activation in performance harness([`5cc24251`](https://github.com///commit/5cc242518e67d12d2f15b370887a4184f8c3950b)) - More changes to using specified contracts in performance tests.([`1b1a1918`](https://github.com///commit/1b1a191816854a374c6798037215207503163642)) - Replace cout in favor of xlog statements.([`d8678246`](https://github.com///commit/d86782461b5914287da0e9b2ac48689013a155c4)) - Remove UserTrxData in favor of loading user data from json file.([`777d9d30`](https://github.com///commit/777d9d30bf5918a4fb6f106d45eef3f69d3b59f4)) - Refactor common transaction generator code into base class.([`03750c99`](https://github.com///commit/03750c994aa61d4877ae708c2920245ff8e9526b)) - Refactor user defined trx data into easily modifiable dataclass UserTrxData.([`e290f59a`](https://github.com///commit/e290f59aefc65bc2113d953ba732c146de5079e0)) - Rename for clarity as this is not a string.([`48174929`](https://github.com///commit/48174929b2ba59cce7c53c7a6291843547e7d521)) - Add action_name, action_data, and abi_file argument support.([`00a552f1`](https://github.com///commit/00a552f1b0e2ad8eaa229c4631aa787da9f89b13)) - Trx Generator config support for JSON transaction description([`58fed8c5`](https://github.com///commit/58fed8c51255c1cf095ee0f74f8b2f236c24857f)) - Redo generated report using single producer([`f72b6fd0`](https://github.com///commit/f72b6fd047fe8f24c8f94e9a331257990f4ce75d)) - Remove sorted keys and regenerate report for readme to reduce diff([`a70daf9c`](https://github.com///commit/a70daf9c87b35878d823148f7cf2385855400a0b)) - Count first and last window as complete windows if containing 12 blocks, otherwise ignore them.([`bda0d821`](https://github.com///commit/bda0d82103ae257d65022783e0a208e849df485f)) - Commit print statement that was unsaved in past commit([`18d654f3`](https://github.com///commit/18d654f3bc26f4b999a48b875988aec119cd713f)) - Undo unintentional default change. Inform users when adjusting lbto and lbcep from defaults. Add DroppedTransactions to report([`3775f505`](https://github.com///commit/3775f5050aec2c55b0c7476b1f361ed0584f020c)) - Change production window size to constant([`26f0b5a1`](https://github.com///commit/26f0b5a1114cbcd49b3f0d27f71b534d2be545ea)) - Merge and resolve conflicts from feature branch([`24ce5d97`](https://github.com///commit/24ce5d97d82ce16112d21e41f1a550389108d9c5)) - ([`95ebafbc`](https://github.com///commit/95ebafbcf13818163befbb8d61c71e1c443ceaef)) - Add a +1 to how many forked blocks are logged([`22b60a3a`](https://github.com///commit/22b60a3ae3cf3ce474ef9e4a1458ca608ad08444)) - Merge from feature branch([`15061f94`](https://github.com///commit/15061f94fb09341fa583e25938dc0e547d70ad9f)) - Revert unintended change made to get logs for testing.([`186a0b03`](https://github.com///commit/186a0b038ed7edc36f988264e25c96d0a7c19557)) - Report forks and forked blocks in performance harness([`fba333be`](https://github.com///commit/fba333be4d8a53ffcda37573ac8c98ae162f9676)) - Log production windows, dropped blocks, and dropped transactions in performance harness([`060be863`](https://github.com///commit/060be863a3007679b088b22caff49a1f8cb1b75d)) - ([`6dd154b4`](https://github.com///commit/6dd154b4e0ea955fa0fc2b94f5cc6ad76f9a3598)) - More path to string changes([`99dd39dd`](https://github.com///commit/99dd39dd8f04daf8d685c36be696dadff199a4ff)) - Replace repeated path calls with concatonated strings using / operator from path([`4a53c71e`](https://github.com///commit/4a53c71ed0d1718f73f982cb7aacd1009222a1d4)) - Remove more unused imports([`17ada31c`](https://github.com///commit/17ada31c3399c1ba8739aa47892dc68a4f2183ce)) - Remove unused import([`54af0287`](https://github.com///commit/54af028748e3d9976e150a618734f14e68d8ec35)) - Convert log reader tests to use pathlike objects)([`339d1c86`](https://github.com///commit/339d1c8624b87024ff06633636417a02ac8334da)) - Convert additional string paths to pathLike objects([`acfdfc53`](https://github.com///commit/acfdfc53a64b8d4a61235dc747fc3b0a42a2e828)) - Replace use of os.path with pathlib's Path and PurePath([`e095f2b1`](https://github.com///commit/e095f2b154dc613639eb7dfabae62473f8abecd4)) - ([`3fd598ba`](https://github.com///commit/3fd598ba654ba4dd928e57f9754f8e79ddcb8cd4)) - ([`bd1bd7d5`](https://github.com///commit/bd1bd7d573119ff2eca8ad10b9581dd09f567ecf)) - ([`239c55e1`](https://github.com///commit/239c55e1559d5b68ebf04e40e09f156dd420a6ec)) - GH-570 cleos v2 does not have --time-limit option([`1b04b4f7`](https://github.com///commit/1b04b4f7f5856c22c772674354f34daae0795bfd)) - Update NodeosPluginArgs to match addition of --state-dir([`bbfe01eb`](https://github.com///commit/bbfe01eb34a097a72e900703aebf21846d938b3c)) - Resolve failures for 2.0 following merge.([`dc1575ba`](https://github.com///commit/dc1575ba6bf5e855ab0427774329240beaab7c55)) - Merge from main([`099bbe45`](https://github.com///commit/099bbe45fa4f0a3cb4a48f629d88b6981c3eedb6)) - ([`7c534bf3`](https://github.com///commit/7c534bf3af3852d43be2256366cc1b9ea8e50ce0)) - Update txn_test_gen plugin options :doc([`33adf255`](https://github.com///commit/33adf255f0858f729584b3dfad23aada430719e4)) - Update state history plugin options (main) :doc([`933b5d7a`](https://github.com///commit/933b5d7a8f64d870c9ba4eedee7e7e199e3d5513)) - Update producer plugin options (main) :doc([`b1a08f08`](https://github.com///commit/b1a08f08f94fcca2af50fbc9ce80d6c32ceb72ce)) - Update http plugin options (main) :doc([`445c4399`](https://github.com///commit/445c439964936959353de5a4ef6e90258eec3e98)) - Update chain plugin options (main) :doc([`3a9f1577`](https://github.com///commit/3a9f1577f61370c2476c5d41fa6e39195c3ba38e)) - Merge remote-tracking branch 'origin/release/3.2' into fix-devrel#60-main([`22ff6df3`](https://github.com///commit/22ff6df3beb33d3ee4b3d36009d41ea504df53c4)) - ([`2f01e9eb`](https://github.com///commit/2f01e9eb8b2690824192bf2ef1a17b977a3c5b79)) - Merge remote-tracking branch 'origin/release/3.1' into fix-devrel#60-3.2([`dc398b58`](https://github.com///commit/dc398b5877cf4aafaaec73f5220651718652f08c)) - ([`6c901287`](https://github.com///commit/6c9012874b8e4b7a59353462df3880714261f3ee)) - Rename eos.io to example.org in net plugin help :doc([`82ef97bf`](https://github.com///commit/82ef97bf4efceca85060e4ef64cf2cc506e2d481)) - Remove unsupported history plugin docs :doc([`cca0dc30`](https://github.com///commit/cca0dc306e979b616ea0bd36a2a82887a4a92984)) - Update state history plugin options :doc([`897edb9d`](https://github.com///commit/897edb9d9fc03d533873dbae422caf6ab6ee7426)) - Update resource monitor plugin options and minor edits :doc([`f7c6b63c`](https://github.com///commit/f7c6b63cf7547e83ced3e45bdf5e6111d5787d73)) - Update producer plugin options and minor edits :doc([`32d7d9f9`](https://github.com///commit/32d7d9f9fdfb8c7ae216ac6988733df5d80bef46)) - Update net plugin options :doc([`97737fdd`](https://github.com///commit/97737fdd860f8881d654853f7b32611eaf8877f0)) - Update http plugin options :doc([`7a5930bb`](https://github.com///commit/7a5930bb6679840b4b68c8bca7ebe9c187c540e1)) - Update chain plugin options :doc([`51d9cc22`](https://github.com///commit/51d9cc22d73d8ff852bc0d2f3ee3c1b1ab5a7b3d)) - ([`539502a1`](https://github.com///commit/539502a1741bc425660fbf0a9131b415bda001f9)) - Code review fixes.([`48fb28eb`](https://github.com///commit/48fb28eb37c88990711310fc6f98852dbfb03790)) - Revert "Code review fix."([`a629507b`](https://github.com///commit/a629507b4eaa1281a046893c8b28b77720f8b50f)) - Code review fix.([`253aae4b`](https://github.com///commit/253aae4bd0a3eb40b12b977af5b14e5e8d8e4553)) - Fix undefined behavior - uninitialized variables revealed by valgrind([`ce57001c`](https://github.com///commit/ce57001c7b4da52ce02bac8a98391d4fe683a545)) - ([`1b8eadea`](https://github.com///commit/1b8eadea55711c0708d953422e6bfc76b014d430)) - Updated document meta-tag to version 4.0([`18b4aecc`](https://github.com///commit/18b4aeccc9ec2cec7e4387d52c75cd7a05855691)) - Added defaults([`475200f1`](https://github.com///commit/475200f14ce2be89a3a181b0a11c900fac684896)) - ([`c1930cc9`](https://github.com///commit/c1930cc9b619f58263ba64df8d030c6861fef5a6)) - ([`5a97068a`](https://github.com///commit/5a97068ae48acd7097c724a6d3d8db5244c02257)) - Text/plain return for paused([`90c1566a`](https://github.com///commit/90c1566a24184a7ecd97cdfef8689dc8f7b66c23)) - Added get unapplied transactions([`4141184a`](https://github.com///commit/4141184a40de8aaa7ae05d85495cca6f5fbdf736)) - On this feature branch merged release/3.2 with previous release/3.1 changes([`434eed6d`](https://github.com///commit/434eed6ddf97422801dc585970c7e67ea837d312)) - ([`278b94ba`](https://github.com///commit/278b94baf7a140df1165671a1317783b7d1ae78f)) - Removed datatypes from descriptions([`20b1da2b`](https://github.com///commit/20b1da2b4775ce76d434d92f72f4b9cf53658ad4)) - Minor edits and spelling corrections :doc([`a3bf1f54`](https://github.com///commit/a3bf1f54a10d919b6f856c8f7ed94a47d3ed270c)) - Updated version tag([`76a341e5`](https://github.com///commit/76a341e52cd62c8a1998e78d385af37d9da2fea9)) - Paused returns boolean, pause does not([`b0ea27b4`](https://github.com///commit/b0ea27b449059fe08895337f378a07b03fd27258)) - Added 4xx return codes as required by redocly linter([`16c8021e`](https://github.com///commit/16c8021e9339718633a3eba2ea6060aa58b3cc8b)) - ([`edbded1a`](https://github.com///commit/edbded1a7743392f42c11cab9ba5e04ed7e4510c)) - GH-330 Minor perf improvements and cleanup([`e27004e2`](https://github.com///commit/e27004e2da352d525ec83b495b72d264b87500bf)) - GH-330 Take by value and move([`3ad766a9`](https://github.com///commit/3ad766a99d3942425409628f74af5d3cdc9c16e2)) - GH-330 Report reached account cpu limit([`df43faf8`](https://github.com///commit/df43faf888676d29a4ff13852045838cb05d8de8)) - Merge remote-tracking branch 'origin/main' into GH-330-tx-cpu-errors([`d3f0ed8f`](https://github.com///commit/d3f0ed8f262751f7c344d351b16c336fc896f4de)) - Merge remote-tracking branch 'origin/main' into GH-330-tx-cpu-errors([`1f4e4680`](https://github.com///commit/1f4e4680ae6d878c9f22e840783ac22f9ef45650)) - GH-330 Add test for reached speculative executed adjusted trx max time([`5498f5b3`](https://github.com///commit/5498f5b3d99fe6ae403b26885800ee681eeebba2)) - GH-330 Estimated account limit is always account([`325a0aa3`](https://github.com///commit/325a0aa3c1580e7d320ae3c125b29b8f28a7bff4)) - ([`b824ac12`](https://github.com///commit/b824ac123cb89860a3bc3bbba8a4a2f3035a4dd0)) - GH-330 WIP: Add additional information to tx_cpu_usage_exceeded exception messages([`e3f97ea0`](https://github.com///commit/e3f97ea076cdf4bd57cd22c8331ae169c73f9f2a)) - ([`ec1089bf`](https://github.com///commit/ec1089bf5f14b3c54353ca71703c4ee26529cc36)) - Fix for mulit-producer run of performance test([`19c87a6a`](https://github.com///commit/19c87a6aac199df066acbcdda69130e53d41d3a7)) - ([`27515b74`](https://github.com///commit/27515b74a73d1501fe8e17a342cb1d40d164f60a)) - Better output on errors([`e497a589`](https://github.com///commit/e497a589022ee3d1ac5d0b1325d075bcd17c8443)) - Set launched keosd timeout to effectively unlimited([`0327b133`](https://github.com///commit/0327b13313d77644799dcc5c9a900d0ac04f2542)) - ([`08be3db0`](https://github.com///commit/08be3db08b220068eb94d41affa9f01c775a9dab)) - Merge remote-tracking branch 'origin/main' into huangminghuang/bn256([`1a82cbd3`](https://github.com///commit/1a82cbd342fa401104109f535039fab5e6e4cb7a)) - ([`c36f68d0`](https://github.com///commit/c36f68d00bc397b55a8d9a2479b5290d513d19f0)) - ([`e70845c4`](https://github.com///commit/e70845c4a02a8efe6f9fcda8ae2777b7c7ee73e5)) - Removed commented out line([`b86b7f0e`](https://github.com///commit/b86b7f0e2b5d6d019889686b6605bd4cfc2b9533)) - Use cli11 as submodule([`e872980b`](https://github.com///commit/e872980baf014a9e9ecdb757f773a3355e93be0f)) - ([`00e3f981`](https://github.com///commit/00e3f981246ad01531d88a483d12fbdb436d7a8d)) - Use `fc::temp_directory` to alleviate the need to do manual cleanup([`4d754284`](https://github.com///commit/4d754284b165a5e00a785cf8cb95e7ba45675ce3)) - ([`3142924e`](https://github.com///commit/3142924eff098b275d738e9367cefa4e247839f5)) - Undo whitespace change([`7d2ce5d6`](https://github.com///commit/7d2ce5d6b3567ce1b30c7552f0d747aed2b881a0)) - Undo change to fix warning unrelated to this PR.([`c5f407ff`](https://github.com///commit/c5f407ff073d7c00e14f566a6452092e8d7ac5ac)) - Add unit test for `state-dir` option configuration([`9c342ac9`](https://github.com///commit/9c342ac981808db0fdd75c99d9d84e5604ac0466)) - Revert to main branch of submodule appbase([`195d9762`](https://github.com///commit/195d9762ee5932b277287df7b94a7869211a615d)) - Update appbase([`1e098a34`](https://github.com///commit/1e098a34ae2f10a57865e723a40835f8bc80df9c)) - Commit appbase change revert, and remove outdated referece in modeos/main.cpp([`ff81b77f`](https://github.com///commit/ff81b77fadad89ecb4de4cba5b94c269f27161f9)) - Restore using default state dir name from config([`e69011e5`](https://github.com///commit/e69011e5cd96fb2f00df640bc594ab41286a3bb9)) - Move `state-dir` config from appbase to chain_plugin([`4167a56e`](https://github.com///commit/4167a56e4135f172fadcd40c86e4c6775c3111ee)) - Revert "update submodule appbase"([`952f1ef1`](https://github.com///commit/952f1ef173d09dd5ee433874311a821712916897)) - Use state_dir() which can now be configured([`fd93d2d2`](https://github.com///commit/fd93d2d242dd05c78dd2c15bbf7092d31c62f8a4)) - ([`d2348f31`](https://github.com///commit/d2348f31c6ddc1fb82233be0ad3cb416dfef0338)) - Address futureproof issues by converting nodeopVers from enum to string. Assert that an unsupport nodeos is not being used. Reduce code.([`893e4a30`](https://github.com///commit/893e4a301848669aa00b3e06d3f8700a527acf08)) - Change isNodeosV2 name and from bool to enum. Conver to use postinit handling for functions([`36855331`](https://github.com///commit/36855331ed6dba1d3f097481f92dd2f02cf3f2c9)) - Address pr comments to make old nodeos code more efficient([`c4726da5`](https://github.com///commit/c4726da567623a71d9e405e2eb613a19e2f9df51)) - Rename oldNodeos to isNodeosv2 to improve clarity([`8f5095b4`](https://github.com///commit/8f5095b460ec080f3c0b6fb25583635bed74b915)) - Remove unused and unneeded cl option for old nodeos([`a6ad4d72`](https://github.com///commit/a6ad4d72392941e2c6c2f0605b407f1df8940432)) - Enable compatibility for 2_0 and 2_1 nodeos on performance tests.([`53a69028`](https://github.com///commit/53a69028564f619062a3c2e3baa02d50776a4aaf)) - Add smaller cases([`c4490901`](https://github.com///commit/c4490901ba3ee34fe6e957482b688df382600a50)) - Add tests for invalid input length([`78d8c3ca`](https://github.com///commit/78d8c3ca7a7259b290bbfa57d28cbc4992576dbb)) - Fix input check([`4de50072`](https://github.com///commit/4de50072fe8a0410e6995e7fd8d715db14b9a955)) - Address PR comment([`eae61b7d`](https://github.com///commit/eae61b7d9e5fb0677e749eb879f5da02dbc63cce)) - ([`de376b11`](https://github.com///commit/de376b110609a4ff7e09d61dbd1d030e84773d8b)) - Remove libff based test case([`d496437e`](https://github.com///commit/d496437e836e45e4972cab167129db69972e5020)) - ([`9af2dafa`](https://github.com///commit/9af2dafa7270d295b6cdf531e76a5c562d3a582d)) - Update bn256 and tester dependency([`2e09a536`](https://github.com///commit/2e09a536be006501994943e19b46a7021c6cd81c)) - Address PR comments([`f1142ffb`](https://github.com///commit/f1142ffb6dfd35b82a70bbb6375b86c70eec763d)) - ([`9772bedd`](https://github.com///commit/9772bedd6b2985be3d212698156b6d8c53e99b73)) - Remove ff submodule([`64c953db`](https://github.com///commit/64c953db4bd21725692d5fd8a508814904f71fa9)) - Replace benchmark alt_bn128([`e3b10cbe`](https://github.com///commit/e3b10cbec20a708905f86f5b9ba79144708c9faf)) - Fix alt_bn128_pair([`d62951ae`](https://github.com///commit/d62951ae149b9ad175239d1e713facba5d645557)) - Update bn256([`f3e53441`](https://github.com///commit/f3e5344136af6dfb921022524c7893ad594e3eb3)) - Update to use bn256([`74e80f86`](https://github.com///commit/74e80f86e9d1d1a68c3664e290b9916d81c83bc4)) - ([`39342990`](https://github.com///commit/39342990c35d3a3f6c71d6de14c7d34bfc22215d)) - ([`167bcf78`](https://github.com///commit/167bcf781cc07f0111d29a8489b87244f73ff6ce)) - GH-329 Include subjective cpu limit in trx deadline([`304948a4`](https://github.com///commit/304948a461205cc2918e68494afb8fe27aa0b5c7)) - ([`22daed50`](https://github.com///commit/22daed5030ba5bc9bac81360c8c6ddd58b0d434f)) - Revert to previous appbase version([`f9dcdc4a`](https://github.com///commit/f9dcdc4a2ea2a3a2eded48b09ce1af009622a5f1)) - ([`1292b499`](https://github.com///commit/1292b4996ac67423eff5877494f20e554dfabb26)) - Fix warnings([`eb5ae912`](https://github.com///commit/eb5ae91257fd3840bb04df415df8112351ec4f1f)) - ([`c365dc20`](https://github.com///commit/c365dc2020f64d56d2c26e502d57eff510bf924f)) - Address Lin's code review remarks([`5e51edf9`](https://github.com///commit/5e51edf9b4a1d4ba478a632d33eda5eaceae6b86)) - Additional changes after talking with Kevin([`2881eab9`](https://github.com///commit/2881eab93517575db33ee524b2030c87f34f3adf)) - Address some if Kevin's code review remarks([`870b0a9a`](https://github.com///commit/870b0a9a5c137b9f4c3e8c908f73674faf619991)) - Remove overly complicated in_flight struct and manage in_flight_bytes directly and consistently.([`f5611f97`](https://github.com///commit/f5611f97e0c279a52f0ebb815654a03804e3636a)) - Address Kevin's remark to avoid copy, and fix a mistaken change([`bc91564f`](https://github.com///commit/bc91564fa2a45e6f07ff4831dac7bb7661b1ba41)) - Consistent management of in_flight bytes, incl. through `http::async_write` call([`37ef02a4`](https://github.com///commit/37ef02a489dc24b0ab52876ad24a04e537b30c90)) - ([`16214bbe`](https://github.com///commit/16214bbe6c69be4f2b298be6f7587a813f58edfe)) - Merge remote-tracking branch 'origin/release/3.2' into GH-561-test-fail-main([`1996d5bd`](https://github.com///commit/1996d5bdd2cca05304b17a10404a62c944f6b9c3)) - ([`3890add6`](https://github.com///commit/3890add68fa020c49fa362de2b0ab8e597ccc1df)) - GH-561 Specify a large time limit for new user configurable time-limit to get table.([`308f9918`](https://github.com///commit/308f991812c6d3480a5e4494a8e9ce25f74df4e9)) - ([`4c7c07c1`](https://github.com///commit/4c7c07c13e88849effb1c2a8e70942fb053925bc)) - Merge remote-tracking branch 'origin/release/3.2' into GH-535-trace-api-main([`6eb815d2`](https://github.com///commit/6eb815d24ca578103de1fe65686ea2175ce79f07)) - ([`45e0596d`](https://github.com///commit/45e0596d36223fe4f763cc4eb802d209db7b9240)) - GH-559 Fix merge issue([`348a4f4f`](https://github.com///commit/348a4f4fce147324810bf484126938eddfa8741a)) - Merge remote-tracking branch 'origin/release/3.1' into GH-535-trace-api-3.2([`2c751798`](https://github.com///commit/2c751798fa1be0898612f8c3a81ff2f133171ed5)) - ([`82829648`](https://github.com///commit/82829648baf03ac2beb3e00b9b008193ceb1340d)) - ([`051f8fd1`](https://github.com///commit/051f8fd186474fc8c2b34b57609b5a28834609eb)) - GH-535 Add log of shutdown complete.([`57b0acb5`](https://github.com///commit/57b0acb59cc526a2d92af2940c94bd4d5ffd2469)) - GH-535 Do not run maintenance task on shutdown([`2c4d1990`](https://github.com///commit/2c4d19902cd1c52b5951ade90cf5d1499e1da901)) - ([`06022692`](https://github.com///commit/06022692a4c6c2bcbb59b898b5cae9a5cfcbdf1a)) - GH-230 Use very large deadline for keosd http response time([`b063ddcf`](https://github.com///commit/b063ddcfc93cf4f6eee5a7d67d9ee520bf29aaa9)) - GH-230 cleanup exception handling([`2b11608f`](https://github.com///commit/2b11608f348c1784f6ae2e927198847ebfb18aa6)) - ([`f2afae66`](https://github.com///commit/f2afae6626401fcc87a2eed604f83755829f9b29)) - ([`e8d9e277`](https://github.com///commit/e8d9e27790bdf52de11f949a06768a6a359e43cd)) - Handle shutdown of http_plugin lifetime([`ae1f7510`](https://github.com///commit/ae1f75109cd5c5c96c73e3250e9ab67f3e1b66d3)) - ([`54b1c4f8`](https://github.com///commit/54b1c4f8afe8555bdb5fb5ea6dbf47150ebaf301)) - Fix typos and formatting.([`45c63762`](https://github.com///commit/45c6376270747c7ce115b360959551ebd09d1599)) - Add suggestion to regen classes if test fails due to updated nodeos config options.([`2e4495e6`](https://github.com///commit/2e4495e651a9df196a0dd5710c854b64aa585e68)) - Add purpose and limitations statement to generation script.([`792a0f85`](https://github.com///commit/792a0f8559656403d63b8c87ee952ff6b4cee140)) - Remove redundant paths in CMake files.([`52b7903d`](https://github.com///commit/52b7903d92b667fd836e97aa649c3021ba4c3f72)) - Fix module name.([`cc6879c4`](https://github.com///commit/cc6879c46737d304dd502e091edce04b2c75d675)) - Fix imports.([`bea0ec01`](https://github.com///commit/bea0ec01956aa70c13355c0d38079517a186369e)) - Create NodeosPluginArgs python package([`cdb1342f`](https://github.com///commit/cdb1342fc849019d0353e550a054b33aed0ce398)) - Remove cruft.([`7703c6ef`](https://github.com///commit/7703c6ef087e1d8a0cc0fe5aa67f7e23cb626473)) - Remove threads setter function and use setattr instead.([`d1d717d8`](https://github.com///commit/d1d717d8b05c69fad7190029d43e126c5197d1d3)) - Provide BasePluginArgs base class.([`0cd997ff`](https://github.com///commit/0cd997ff6e547526afdf7379c2b911cdfd7d0113)) - Fixup generator for proper quote detection and selection.([`7dc7133c`](https://github.com///commit/7dc7133cd041448ea8ae5c4db7b7f34ce6ec49ff)) - Fixup invalid syntax error.([`6936b414`](https://github.com///commit/6936b4144f4ca6b9d039ec3154e95716bc584a6c)) - Script that generates *PluginArgs.py dataclass files from nodeos --help output.([`8655e4dc`](https://github.com///commit/8655e4dca1abbe9da71accf6ec7a46e9e458aaf1)) - Fixup some of the config options.([`23aea602`](https://github.com///commit/23aea602b19913e250e59e38e8c7055fbe9b73b9)) - Provide *PluginArgs dataclasses to capture and validate nodeos config options.([`cf409721`](https://github.com///commit/cf4097217f9ecc408a34a29ed1e557c898656860)) - ([`d23ae4cd`](https://github.com///commit/d23ae4cde9dacb4351bfeb0cf19bd222d8a2fc73)) - Make CI/CD performance_test_basic run less perfomance and more unit test.([`be7640ee`](https://github.com///commit/be7640ee47535ca56ed4b2460413a60ec2a30436)) - ([`94cc5a96`](https://github.com///commit/94cc5a96cd9ffa1a20ed74b27731de183dbe94c7)) - ([`03235ed3`](https://github.com///commit/03235ed3d2349c9b454212e78491883651a91b08)) - Merge remote-tracking branch 'origin/release/3.2' into GH-430-fork-test-main([`48ae96a9`](https://github.com///commit/48ae96a972328e67932eb2ea36c7a7a817a467eb)) - ([`c15f8450`](https://github.com///commit/c15f84507d69d54f7d9be3bfeefe9bc91d298df2)) - Merge remote-tracking branch 'origin/release/3.1' into GH-430-fork-test-3.2([`d65158aa`](https://github.com///commit/d65158aa00aeaca8524f50636935871d65066bb0)) - ([`0e53fc1b`](https://github.com///commit/0e53fc1b6236f927f13722357bc418bf85a8acfa)) - GH-430 Fix race on kill of bridge node at producerk. Also removed some unneeded waits on blocks.([`ca8f031b`](https://github.com///commit/ca8f031baeac631a7549fbb35e065d0278fbef42)) - ([`2640009e`](https://github.com///commit/2640009e79bb7eca2195e5ff187f19c514edd219)) - Move except check before adding action_traces([`41eea630`](https://github.com///commit/41eea630dfa2747724d71773bee00b55c22fb8d1)) - Fixed test harness crash when actiob_traces is empty([`60103935`](https://github.com///commit/60103935b90c1d9710dfa9e2db89806ce5f2adc4)) - ([`7861f772`](https://github.com///commit/7861f772f545d612eb34f9fbd54954814369936a)) - ([`94167d13`](https://github.com///commit/94167d13bcdf9719de8863997717100f31148fcd)) - Decrease target tps for lower performance vms in CI/CD([`756bfe9c`](https://github.com///commit/756bfe9c220d5a3594ad3652b296ab08e8645713)) - Decrease tps-limit-per-generator for lower performance vms in CI/CD([`7df5fc7f`](https://github.com///commit/7df5fc7f791be8030041f2ae542cabf50d036f62)) - Decrease perf expectations for lower performing vms in CI/CD([`46366ce1`](https://github.com///commit/46366ce1b07076c700086f7f1ea67fb13be2863d)) - ([`0d2ce630`](https://github.com///commit/0d2ce6302794e035456ce93ad77550378c55b381)) - Decrease perf expectations for lower performing vms in CI/CD([`72a6c1b8`](https://github.com///commit/72a6c1b8775a1eb0f3abdeebfc80c1d9c91f3174)) - Decrease perf expectations for lower performing vms in CI/CD([`7562f078`](https://github.com///commit/7562f07879567cf64779edeb3becf393551716d3)) - Decrease tps-limit-per-generator for lower performance vms in CI/CD([`14cf0bfc`](https://github.com///commit/14cf0bfcc5e5ae1c0e6e12190115c5c68510fbb2)) - ([`811817f6`](https://github.com///commit/811817f60c41a188504c1b8f7388d53974ae928d)) - ([`a4061cb4`](https://github.com///commit/a4061cb4b072366389bf0f94364278b22380308e)) - ([`e1b51aa0`](https://github.com///commit/e1b51aa0f34f86e190c6e50d5d0bbfb6b6ba044b)) - GH-523 Roll fixes to steady state average calculation with leeway forward to other test using same logic.([`948e4f26`](https://github.com///commit/948e4f261cd670e1ccc69bbc46f92301517f3aa6)) - GH-523 Fix assert to be greater than or equal for correctness.([`0eba51d1`](https://github.com///commit/0eba51d1f6c86bcbe4ccee117d5df12989842df5)) - GH-523 Add small amount of leeway in expectation.([`c6a5e436`](https://github.com///commit/c6a5e4360f74d7dd60b99a1a0a21804f28fab4e9)) - GH-523 Revert change to transPerPeriod. Fix steady state avg calculation.([`c20dc4f9`](https://github.com///commit/c20dc4f9771b953faf43e5e2834e02786129080b)) - GH-523 Decrease min trx expectations in test to allow to run in nonparallelizable_tests env.([`1d525678`](https://github.com///commit/1d5256786dfa28a22383288d6aaf7a3e2dd3ad83)) - ([`f89e6a1b`](https://github.com///commit/f89e6a1bb185b0ffbb4deae0629c029eb72a7e05)) - ([`31c3f60a`](https://github.com///commit/31c3f60ab28109c42c7eef08847dfd641a3cf94b)) - GH-268 Remove unneeded --dump-error-detail([`732e3820`](https://github.com///commit/732e3820e38272f0f3448f4825c23bc0e195886f)) - GH-521 Move initialize_protocol_features functionality out of chain_plugin into protocol_feature_manager so it can be used by both chain_plugin and leap-util snapshot. This fixes issue with leap-util snapshot not being able to read snapshots with protocol features activated.([`f008c78b`](https://github.com///commit/f008c78b7aa061f151dc3c9d3f34fc5932c3d750)) - GH-268 Update nodeos_snapshot_diff_test.py to use leap-util([`776f07bb`](https://github.com///commit/776f07bbd2124cd319fbdb5c5483b51fde7a98ce)) - Merge remote-tracking branch 'origin/main' into mandel-301-snapshot([`ed9e742e`](https://github.com///commit/ed9e742eff42b24fe05048312840c0738e4358bc)) - Mandel-301 Fix replay to correctly add needed trxs into the de-dup list([`56844c3b`](https://github.com///commit/56844c3b4487f83b7f7cda1fdccc3f94678248aa)) - ([`6bbc91b1`](https://github.com///commit/6bbc91b136cdcdbea5ce04747c128de76da5b668)) - Update response order and truncate when printing.([`8b9a98c2`](https://github.com///commit/8b9a98c26e21f2d6325aef27b16f58a1a8c1886f)) - ([`118a2a0b`](https://github.com///commit/118a2a0b1bc54b30034082a7598b4f9a48e16879)) - Fix performance_test_basic.py parser.([`bd4a525f`](https://github.com///commit/bd4a525f2f1438530c8063a3a31940352d237f7a)) - Clarify TPS Test Config is part of Performance Harness.([`b6b6bcf7`](https://github.com///commit/b6b6bcf767e74cc252d57f556ec58ab0d91abbb7)) - Don't print Application Specific Arguments group if there are none.([`ee179557`](https://github.com///commit/ee1795570de7e6d936c3f42273ebc79ef76a687d)) - Make use of ArgumentParser parents and groups.([`ed975c64`](https://github.com///commit/ed975c6425e4acca0057698f97c2c9dc696719dc)) - ([`dc76de15`](https://github.com///commit/dc76de15760e4516a8625af1ed4b24890d0e3f7a)) - Resuse encoder from log_reader.([`c175d6be`](https://github.com///commit/c175d6be97db15670525c6378005e8ca44793d24)) - Remove redundant calls to close when using with statement.([`33b94ba2`](https://github.com///commit/33b94ba2a4c25fde078bf6214689c9dbe66fb770)) - Use encoder to handle datetime and None type conversions for reporting.([`d291e170`](https://github.com///commit/d291e17022589485a321c1e6d4b7cefde3a6fd1b)) - Use Python introspection to simplify.([`0d5980d2`](https://github.com///commit/0d5980d2da0e2af090e82710d4e592f5db820b8e)) - Fix reference before assignment error on results objects when not configured to run tests.([`84b11790`](https://github.com///commit/84b11790c469fdfc00eeb259494d9be8c7da51cf)) - Fix check for thread calc being 'none'([`1db0e6c7`](https://github.com///commit/1db0e6c7c347dfc3f314fa3a66c6f24dc54218cc)) - Fix typo.([`2ca2eb9d`](https://github.com///commit/2ca2eb9d44b8fbe2de74c784bdade08a2bd8c0fd)) - Update defaults for producer threads to 6 and chain threads to 3 based on performance run calculations.([`92fa92a1`](https://github.com///commit/92fa92a1b21564e27f3f39f1caa0a15c180d01df)) - Add options to calculate recommended producer, chain, and net worker thread pool size.([`7ba252b7`](https://github.com///commit/7ba252b71c37cb0e4d6cfb31b0ef2b180b3b9cd5)) - Factor PerformanceTest out into its own class.([`22b0118a`](https://github.com///commit/22b0118aaeb07eca02b41e73b2e5205471b752cd)) - Factor out test params into PtbConfig and LoggingConfig objects.([`d4b31f34`](https://github.com///commit/d4b31f341c7e91f803c65139aa8e147a243c33c4)) - Rename to PerformanceTestBasic to better align with script names.([`d35b65c8`](https://github.com///commit/d35b65c863f05dd04fe7be15421f477528822929)) - ([`8bfa573d`](https://github.com///commit/8bfa573dfcb976efa58fc3e41cad3d0b6ca6bb72)) - ([`f1d78e2b`](https://github.com///commit/f1d78e2be20c0467c71838427dd16211d152e679)) - ([`8d1e967f`](https://github.com///commit/8d1e967ff69d00cfc85d787d958dcd65034b7a68)) - ([`b239f066`](https://github.com///commit/b239f0667672aa4576722b7d10c345b0210b4ff0)) - ([`013bbea3`](https://github.com///commit/013bbea3d918382edda60292f6c5cca8952d7a14)) - Keep curl handle as a static for performance and unset CURLOPT_UNIX_SOCKET_PATH for non-unix-domain request([`14f193e7`](https://github.com///commit/14f193e772c93c0d51b20d7262504d52b32ef104)) - ([`d5f65b30`](https://github.com///commit/d5f65b303008c20723810dd83e30403d0f261d88)) - Add libcurl to README build instructions([`b87d5f48`](https://github.com///commit/b87d5f484566350af5d39202de5c5399422a269a)) - ([`a2f3a670`](https://github.com///commit/a2f3a6700381b4217dd8b34ed29c2e0b385efb9f)) - ([`ad8317f6`](https://github.com///commit/ad8317f62d12afd63cc438fa3d412b43152b021a)) - ([`67dc1343`](https://github.com///commit/67dc134361efd1a20d93e6f9f805dc65525a54b0)) - Merge remote-tracking branch 'origin/release/3.2' into deepmind-plugin-config-checks-main([`fd593224`](https://github.com///commit/fd593224c72542bc4fac7646f2e03a1fe8df95b1)) - ([`5b71d02d`](https://github.com///commit/5b71d02dd2d12e0896b625dbbbb0f85b21fe3e8f)) - Merge remote-tracking branch 'origin/release/3.1' into deepmind-plugin-config-checks-3.2([`11a58c58`](https://github.com///commit/11a58c587de1d6a50c4998d7aad647290816886a)) - ([`b357a163`](https://github.com///commit/b357a163ce16eddca4fd7deff88a842a76c8d542)) - Added validation of plugin configuration for deep-mind([`c94218fd`](https://github.com///commit/c94218fdfe9c8151b5a1a094113fa811e3f4b937)) - ([`52a10c5a`](https://github.com///commit/52a10c5aa4b8575fbce39f377c15e8cf7dfd903d)) - Removed commented files from libraries/libfc/CMakeLists.txt([`e5cc2d36`](https://github.com///commit/e5cc2d361cc097143db69fdecc2ae9f1b7fa9bbc)) - Removed unused files. Moved byteswap.hpp from src/ to include/fc/ and updated include references.([`af702454`](https://github.com///commit/af702454dc6254211dd891b4216748e96452c467)) - Removed unused files. Moved byteswap.hpp from src/ to include/fc/ and updated include references.([`ed4b0650`](https://github.com///commit/ed4b06507afabf27cf3f087c342dfff38b44ff3a)) - ([`33acf3f3`](https://github.com///commit/33acf3f330fd3df73e8e7473a6822062996d7f2f)) - Restore VERSION_SUFFIX to dev after merging 3.2.0 version bump([`202abefa`](https://github.com///commit/202abefadd48eca90030218832fb6df26acd2669)) - ([`9efc569a`](https://github.com///commit/9efc569ae5eed75a6dd6c6ada67ef80eb3bbf366)) - Bump Leap to 3.2.0([`bee268ca`](https://github.com///commit/bee268ca10777b660f1b9464d8e6643d3f60574a)) - ([`13ba3b5a`](https://github.com///commit/13ba3b5ad7f4f8d657253411f4117d7bd8ce80a9)) - Merge remote-tracking branch 'origin/release/3.2' into GH-485-log-main([`bfdb1288`](https://github.com///commit/bfdb1288f713280b2ee79f5174b231749171c0ef)) - ([`9a155979`](https://github.com///commit/9a15597983ea93d02ab1eae820ed534823d8be7e)) - Merge remote-tracking branch 'origin/release/3.1' into GH-485-log-3.2([`552aedc9`](https://github.com///commit/552aedc95c391c388250a04523d4c3696725bbe4)) - ([`0c08b9ed`](https://github.com///commit/0c08b9ed282841e19118a1232ed1c374fdfea351)) - GH-485 Use net_plugin_impl logger instead of default logger([`8a0ed73c`](https://github.com///commit/8a0ed73c1ae0c2243fc203fa5807d25f5f2f43a6)) - Remove unnecessary const return type and correct an indentation([`5a02bd39`](https://github.com///commit/5a02bd39e0cdd6ce7228788d62af220b2b226f64)) - Clean up compute_transaction: replace read_only flag with dry_run, refactor trx_type in transaction_metadata and transaction_context([`c9bfbd0c`](https://github.com///commit/c9bfbd0ccc0bc2234fa3818859c8764e96aae091)) - ([`04b46386`](https://github.com///commit/04b46386eee32d97d9f1b188528b26d58bef920e)) - Merge remote-tracking branch 'origin/release/3.2' into compute_transaction_fix_main([`3b16c62e`](https://github.com///commit/3b16c62e697bfa12ae2bed76bd78164cc9188c7e)) - ([`b6417468`](https://github.com///commit/b6417468637a725fbb59445799e0fb224117ef89)) - Do not change the behavior of existing --read-only that transactions by --read-only will be signed by default([`2d2f7880`](https://github.com///commit/2d2f7880caa388cb1a20e4647489912a631533dc)) - Add --dry-run, deprecate --read-only, and sign a transaction only when --sign-with is provided([`5d6dc09d`](https://github.com///commit/5d6dc09dd992693fa46419ad37cf816207f7df39)) - ([`c00d71ff`](https://github.com///commit/c00d71ff3a298540e4d0d86e83cb16db15a470b6)) - Remove try catch which aren't doing anything besides throwing([`7a90c935`](https://github.com///commit/7a90c935ad3a227fb556dfdb35a9e573249335d8)) - ([`8d25f21d`](https://github.com///commit/8d25f21d9fc513d3ea475651c02ad40085172479)) - Remove argument to disable resmon shutdown.([`25768770`](https://github.com///commit/25768770c3f56484ee3fe34c1d13739da95408da)) - ([`3fe37f3b`](https://github.com///commit/3fe37f3b92224f0793e7e362933731b20328be72)) - ([`f7a486f8`](https://github.com///commit/f7a486f88f2b65c50294c608ac7d432c2ca661ac)) - ([`f09a1bec`](https://github.com///commit/f09a1becd00a0999f7248b8265d50cfb6c98c01e)) - ([`93d33db2`](https://github.com///commit/93d33db2469700133e274a01cb7c52a6ecf134b6)) - Attempt to lower trx gen limit for cicd ubuntu 18 machine.([`e2746ebf`](https://github.com///commit/e2746ebfd9568cbf039738260571ee47a1c6a5e5)) - Fix detection of trx generator failing.([`a1e4799b`](https://github.com///commit/a1e4799bee1ec2cd1b8abe2066d6a79eb92900d5)) - Add target tps number to test log dir name for ease of locating specific run.([`bda146d9`](https://github.com///commit/bda146d96e76e93118aa65ec11c3c364131e7083)) - ([`841011b1`](https://github.com///commit/841011b13e4f03b7781c4e86e62ef3481cdee0b1)) - ([`65c13bd8`](https://github.com///commit/65c13bd8c3576b425da90f67da2259f46b46b946)) - ([`48c7251a`](https://github.com///commit/48c7251a346f231ee7285dfef0c1c60c71f245f6)) - Resolve 'path' ambiguous overload in boost 1.81([`9f91f5a9`](https://github.com///commit/9f91f5a99bcc848cfcbe37c5325940fcce1c2ab2)) - ([`139593d7`](https://github.com///commit/139593d7e5f891b13b18a2aa03c76cfcf2e74365)) - :beast::string_view no longer has to_string() in boost 1.81([`b9029e8a`](https://github.com///commit/b9029e8a0145dd1aa3b8f3275887a2738700ec7b)) - ([`e16bd940`](https://github.com///commit/e16bd9404f9aea9736f5482156a50c2b05684c76)) - Remove --dump-error-details from all tests in tests/CMakeLists.txt([`5dd1f2b9`](https://github.com///commit/5dd1f2b9958bf33b9b3d09a25b76828660a41b18)) - ([`4530c518`](https://github.com///commit/4530c518b1790d1a43f9e92a8ced3884bb22a3b5)) - Merge from main to include curl replacement.([`54931b63`](https://github.com///commit/54931b63ff7d0cd39105cc32f46988fd3bb1469c)) - ([`b757d02a`](https://github.com///commit/b757d02a77d6c175ab988ea9fbee6a1bea06262b)) - Convert some strings to fstring. Fix indenting on multi-line blocks.([`3faa5cf1`](https://github.com///commit/3faa5cf1c19fc819d99e12cff671f64cfdd91c76)) - Return the http retcode as well as the payload in processurllibrequest([`a36a4f35`](https://github.com///commit/a36a4f350fc805bd06cb1cafed0ab768551a36cf)) - Revert reversion of new default.([`ba5e93d2`](https://github.com///commit/ba5e93d2edb33f9f997264e7ecd4b79e54df0894)) - Change txn_test_gen_plugin to send a response when no problems occur in push_next_transaction due to it causing errors when using urllib([`806f08fc`](https://github.com///commit/806f08fc347046941835914fe24be09abc29e30b)) - Revert change of defaulting for SilentErrors.([`0756eb86`](https://github.com///commit/0756eb865cf5d851252863c46c18d510162a74f7)) - Merge remote-tracking branch 'origin/main' into replace_curl_with_urllib([`258fbc35`](https://github.com///commit/258fbc352e1aa25e09bd29b936e87c4134c2a443)) - Replace usage of curl in python with urllib([`d377753d`](https://github.com///commit/d377753da3948d5e141be82ccaf631a17e8636ee)) - ([`074dd143`](https://github.com///commit/074dd1437ac1e681aca869dcd210769fd432db2f)) - Remove platform root CA population for TLS connections([`7cf26920`](https://github.com///commit/7cf26920d61052920f88fb7623e03d85e152b211)) - ([`21cd3a02`](https://github.com///commit/21cd3a0201a570b61b7ba16b0a3612dc550a5752)) - ([`e4a8edc2`](https://github.com///commit/e4a8edc2ac32a11e9b45bcc32dd0bace1d06b765)) - Remove easy handle map([`6cb2b244`](https://github.com///commit/6cb2b244750df99b1e686c620c9d05619b028c17)) - Address PR comments([`0704f632`](https://github.com///commit/0704f63200fd9ed24e6a738d43e28b33feb95ae7)) - Don't show detail exception([`89a34d0e`](https://github.com///commit/89a34d0e899382a78a1857286644d33d52ccd4bd)) - More change to connection error message([`06e69ea2`](https://github.com///commit/06e69ea26392b54be95f6c62c4a5f5e0f5e696dd)) - Restore connection refused message([`38dc095d`](https://github.com///commit/38dc095d8c6e2893efd97d8a8199af394fbfd0e0)) - Disable Expect 100-Continue header([`e0ecd31f`](https://github.com///commit/e0ecd31f553169ff466bfbecaed0e222886c2043)) - ([`63268783`](https://github.com///commit/6326878363470ed5b8d9ebca806d3d886e72da22)) - Increase trx_finality_status_test timeout([`a99c1d5f`](https://github.com///commit/a99c1d5f1e424ff45b7365d5f03c1e1f05aa026c)) - Enable http connection resuse([`06c9e253`](https://github.com///commit/06c9e2532775633466e11225071d384de5b626d1)) - Increase trace_plugin_test timeout([`728faf53`](https://github.com///commit/728faf533988b8ad2ef461015834dcb1ed5cd461)) - Address PR comments([`2664e0c9`](https://github.com///commit/2664e0c918a30c472be4b2bff43e70032d303f97)) - Change cleos to use libcurl([`26f6f341`](https://github.com///commit/26f6f341f4447c7a9f3262cee67a113e2f3b731f)) - ([`ce9b26fa`](https://github.com///commit/ce9b26faf3ef96016c116d45ea9f89bdf61d1d23)) - Update docs for new argument.([`8206a6df`](https://github.com///commit/8206a6df018f0e1d9be37a8d8dbf8236d16f3992)) - Add argument to configure --chain-state-db-size-mb and default to 10GB([`4ba4548a`](https://github.com///commit/4ba4548af42a8462001afc246a6a88f740058552)) - ([`f7c008ad`](https://github.com///commit/f7c008ad7276f4eb250c9d461911ded2adb46718)) - Add cpu count to top level report.([`90a1cbd5`](https://github.com///commit/90a1cbd5e8e8fecfc2858e7303163a83b9a283e0)) - Update docs for new argument([`20f7ccf3`](https://github.com///commit/20f7ccf399894790da6e7cbcc7948bdd21526295)) - Add argument to configure --database-map-mode.([`f852de1a`](https://github.com///commit/f852de1a1399e95f0c64a21902333b5d2b0a8d73)) - Refactor to use __str__ function override.([`e3e688ad`](https://github.com///commit/e3e688ad512bd6d772a65f78fc83ad6ac8273ec2)) - Rename to simplify and shorten plugin argument classes.([`4dd551f0`](https://github.com///commit/4dd551f00f2012e46acf120b2eedc6cbeae657cc)) - ([`b7bc0fec`](https://github.com///commit/b7bc0fece0e96734aeb800a0df1529028666c4d9)) - Update docs for new arguments.([`8fd065c0`](https://github.com///commit/8fd065c0cff545cdb3ad9473cd540c3d41eb344f)) - ([`9f59b5ea`](https://github.com///commit/9f59b5ea4c4253af999ef94baaa3f254781584f3)) - Add support for configuring number of worker threads in producer thread pool (--producer-threads).([`2afac003`](https://github.com///commit/2afac0031c209e97dc615bde3e9f68b57cf1a84d)) - Add support for configuring number of worker threads in net_plugin thread pool (--net-threads).([`138fb0e0`](https://github.com///commit/138fb0e096fb618fd8103ef40e2459f49186729e)) - Add support for configuring number of worker threads in controller thread pool (--chain-threads).([`99863998`](https://github.com///commit/9986399867ae1c1fea3ef07c32b2cc53484166b1)) - ([`6430f705`](https://github.com///commit/6430f7057e2734f48fd0f5c933ab1dbaf57b715c)) - ([`68d3b155`](https://github.com///commit/68d3b15559ad30db05e2f6b38121e2662fab7a24)) - ([`2aaa7abe`](https://github.com///commit/2aaa7abe94bec74445e399acba7ab459fec1864a)) - GH-271 Additional info to comments.([`70762315`](https://github.com///commit/70762315c92ddaaf987bc633560d3727853c6e8e)) - GH-271 Update comment to be clearer and not reference speculative mode which no longer exists.([`339853d3`](https://github.com///commit/339853d3f5ed76acbc8f02c0c7ceb72812deecc2)) - ([`7b77458c`](https://github.com///commit/7b77458c9af802411a43a56604a5df11fc1567dc)) - GH-271 Remove persist until expired functionality([`2b64357c`](https://github.com///commit/2b64357ccbf10d5f913afb4943058282d57864c0)) - GH-271 Keep trx metas in pending so abort puts them in unapplied queue.([`aab82cdc`](https://github.com///commit/aab82cdc4016a126734be59100a3d7cccb30d166)) - GH-271 Dump error details too much logging for high transaction test([`90036178`](https://github.com///commit/9003617853de3fad4ceb0524db0836aca6a934f8)) - GH-271 Add wait for block([`46df41c1`](https://github.com///commit/46df41c1121a385726b20b8665e6d8fbc3e62c63)) - GH-271 Remove disable-api-persisted-trx option, functionality will be removed soon.([`62dd2b0b`](https://github.com///commit/62dd2b0b94092109acce744303c587bcb48c51aa)) - GH-271 Hardcode disable-api-persisted-trx=true for now, will be removed soon.([`17932b2b`](https://github.com///commit/17932b2bb8c916c42d1fe13f5302adc3b8ce991a)) - GH-271 Increase timeout and turn on debug output.([`295ef4a3`](https://github.com///commit/295ef4a3c5d7e19734c408d985f51b20c32b620e)) - GH-271 Add wait for blocks as transactions are no longer persisted by default.([`6a6d8ddc`](https://github.com///commit/6a6d8ddceb1af87ce287969b7c448690268124b2)) - GH-271 Temporary fix until python regression test framework removes this file which is already in work.([`a96e206b`](https://github.com///commit/a96e206b3b03367c11a9f9eb543a788733579860)) - GH-271 Check for ephemeral case and use is_speculative_block for better documentation([`0f4ad02f`](https://github.com///commit/0f4ad02f85eb0ad8c676705bfbb942fbcad47acf)) - GH-271 Update tests for removal of read-mode speculative([`1ee59963`](https://github.com///commit/1ee599636a94824a3c3e341b136af8ec2280c969)) - GH-271 Update docs for removal of read-mode speculative and read-only([`cc2513cd`](https://github.com///commit/cc2513cdb4ac26ca648c3b9b8d0daf0823828512)) - GH-271 WIP Removed db_read_modes SPECULATIVE and READ_ONLY. Added new block_status type ephemeral to distinguish between a block being produced which should not roll-back state and a block only created for speculative trx execution. Renamed is_producing_block to is_speculative_block as producing implies too much.([`5da9f201`](https://github.com///commit/5da9f20157fa45e0c119f00387a3d5fdb0e9ec19)) - ([`84cd74a1`](https://github.com///commit/84cd74a1c55b42fded9029fadd9f705c88e074a1)) - Review comment correction.([`71a2f113`](https://github.com///commit/71a2f1135f0a7a9c82424e65a3e36be22ae92a58)) - Address review comments.([`53c462bf`](https://github.com///commit/53c462bf0996ca1d4d1d7d3afca24f6f4517af61)) - Remove warnings.([`7d5c3c9f`](https://github.com///commit/7d5c3c9f707ec5362d707196c48d152d64429f3a)) - Include system libraries with SYSTEM keyword to remove included warnings.([`ed1068b4`](https://github.com///commit/ed1068b41133c313d79f9a0b26cf469132071511)) - Add warning options: ENABLE_WMAX, ENABLE_WERROR, ENABLE_WEXTRA.([`ccf35ef6`](https://github.com///commit/ccf35ef625923f72f1de21300c30b6ce77f74da2)) - Improve ignore for '[Bb]uild*/' directories and ignore QtCreator user files.([`6b2ae8e7`](https://github.com///commit/6b2ae8e72e299ed3c1e27b7f6ceb1ac609ec4857)) - Update submodules with wall-fix changes.([`58e4c327`](https://github.com///commit/58e4c327cc09606cf9df839bde09b76b088c8a00)) - ([`e16a1711`](https://github.com///commit/e16a17114c53f0670bd6a76813cdd4ecd724d144)) - Fixes([`5e4134da`](https://github.com///commit/5e4134da93b278b7e4445ab3944ac910925d8536)) - Multiple updates([`f1a60adf`](https://github.com///commit/f1a60adff0ba3f474684c07315d9ebff3179ba43)) - Adjusted help texts([`5d3689d9`](https://github.com///commit/5d3689d9b4f7ceeacf6366c8bba7ec6fe1af8b9b)) - Added snapshot subcommand([`17c9ef5c`](https://github.com///commit/17c9ef5c3d627e5f9f87828ccaabbbfbfe04b37d)) - ([`bbacf249`](https://github.com///commit/bbacf249bb2d5864145ed5d0bc0831050e86260d)) - Collapse example directory structure.([`cb690cfc`](https://github.com///commit/cb690cfc281ac1c28ae91bfef9507c69fc577d77)) - ([`ad068335`](https://github.com///commit/ad06833564e890b03e9079f6b46205639024a545)) - Fix indentation.([`b438106b`](https://github.com///commit/b438106b3b7fde46b51e2bf3a9ce815eb2782422)) - ([`27f8039d`](https://github.com///commit/27f8039d7713a6ac04499d4e8456c6336451a37a)) - Fix links to Build and Install From Source directions.([`4d421ef7`](https://github.com///commit/4d421ef78893d67f2e8fbea86c0fdf94a77658f2)) - ([`a2ace631`](https://github.com///commit/a2ace6314e192f8b36d3d94e74edbd94be89a868)) - Fix links to test report sections.([`113fcdb8`](https://github.com///commit/113fcdb86048d60b869a2450a8c952e1fc1972d8)) - ([`8b36f619`](https://github.com///commit/8b36f6191d8d07b3071a29fda194117caf10c5aa)) - Remove --dump-error-detail option now that logs are automatically collected during CICD runs.([`080aefd5`](https://github.com///commit/080aefd5fb80b81d9aefe8bf26732d3e128b818b)) - ([`3151be3e`](https://github.com///commit/3151be3e1f34200bc251084d43f961811bcff86a)) - ([`73123680`](https://github.com///commit/7312368096b7de8edb312b7c9df9feddb3ccc221)) - Merge remote-tracking branch 'origin/release/3.2' into GH-419-trx-finality-test-main([`7790b461`](https://github.com///commit/7790b4618d441dfbb8266cb019047fa6e3f2a675)) - ([`87359e26`](https://github.com///commit/87359e262ad995d959f4d304bbdef42377d518c6)) - Merge remote-tracking branch 'origin/release/3.1' into GH-419-trx-finality-test-3.2([`9b948c01`](https://github.com///commit/9b948c015090943614b212735768eab356129113)) - ([`ae0439ba`](https://github.com///commit/ae0439ba8c694d699a0fea9c63d46d64f9730136)) - GH-419 Improve assertion message by including both expected states.([`4dcb8318`](https://github.com///commit/4dcb8318a31c993d90dcaedc08f86139f27ab311)) - GH-419 Update to address PR comments. Revert to explicit present.([`b92b997c`](https://github.com///commit/b92b997c6b72fc10f2876bf36208f563e258371d)) - GH-419 Previous fix for test was incomplete in that the validateTrxState needed to be updated for IN_BLOCK([`59ee6ed2`](https://github.com///commit/59ee6ed2ee7da4c18cab98b1892b46f0a10a47f6)) - ([`05d107b3`](https://github.com///commit/05d107b38783e33993f3f8af2809079b7f32a7e5)) - Consolidate some of the arguments to log_reader.py's calcAndReport([`2fcd2f1e`](https://github.com///commit/2fcd2f1ec5371cd421403ad1c195ce8c84a7d05a)) - ([`4495867b`](https://github.com///commit/4495867be5789d89d5eda228d2f3609d87226493)) - Update to use disable-subjective-billing.([`2982ba97`](https://github.com///commit/2982ba9756542d645e14cf53b1dab581f806bcc4)) - Update documentation for updates to launch transaction generators script.([`1b3ef361`](https://github.com///commit/1b3ef361c543115532ca3f23d0eb5ee49c695aa0)) - Add support for additional producer configuration.([`695f9e1d`](https://github.com///commit/695f9e1d5db0c39338ccd170d43a6a3675b97a6c)) - ([`17218ec2`](https://github.com///commit/17218ec24dbb902d81b34f9f0841d601b3d96acb)) - ([`c8501e7d`](https://github.com///commit/c8501e7de01be1a48443a03705250723254179f0)) - ([`bf33fdab`](https://github.com///commit/bf33fdabea07821bfd9c4c0b36d0c8fa40fb414f)) - Merge remote-tracking branch 'origin/release/3.2' into http_server_header_main([`fab0b7c7`](https://github.com///commit/fab0b7c7931e0581797f6a85d0341c14120e9bb5)) - ([`b52647b2`](https://github.com///commit/b52647b2c9faab6f88c0e834260342af1ed8e53d)) - Change the HTTP Server header to be nodeos/keosd version([`8d2637e6`](https://github.com///commit/8d2637e6a5f71bf0d0a7d930fdfb29d9f289e256)) - ([`27573c77`](https://github.com///commit/27573c7724e15caf78082f1b212dd1e4120e3fdd)) - Bump abieos submod to main with ARM float JSON string workaround([`0c4352e8`](https://github.com///commit/0c4352e821165df0c6bbc4108834d8e5b1cc307e)) - Bump abieos submod to version with ARM float JSON string workaround([`91af790f`](https://github.com///commit/91af790fca501d91ad96a7c1da361bd11ca0cdbb)) - ([`4d114191`](https://github.com///commit/4d114191606a3cdea4905b9b63d074fd234409e0)) - Merge remote-tracking branch 'origin/release/3.2' into cpack-fix-debian-dev-package-dependancies-main([`88a34cd9`](https://github.com///commit/88a34cd9b4e17282c46c779abd26221114edb585)) - ([`216534d5`](https://github.com///commit/216534d5e9787c64e544403f3bda7753dc6e1777)) - Merge remote-tracking branch 'origin/release/3.1' into cpack-fix-debian-dev-package-dependancies-32([`59ba45da`](https://github.com///commit/59ba45da4ebc2088488ca3dda5c20ed5c5faf6b9)) - ([`905c5cc9`](https://github.com///commit/905c5cc900b4e88aed4ab6912009127bf9f4f140)) - ([`cabcc2fe`](https://github.com///commit/cabcc2fe3af47b4b2591dbbdf96e79eb4b136c56)) - Merge remote-tracking branch 'origin/release/3.2' into update_libfc_path_noop([`0ed39983`](https://github.com///commit/0ed399830fcd271bb9d2ab4728bdf29f726b4046)) - ([`9497c089`](https://github.com///commit/9497c0897abea01b69e20cf8bbd79fbcdf896ab2)) - Update libfc path in EosioTesterBuild.cmake.in for building tests in CDT and System Contracts([`2b03bff6`](https://github.com///commit/2b03bff637e67bc2783831262f0b1e977f6933ea)) - ([`aba2cdfc`](https://github.com///commit/aba2cdfcce9eecfb5bf468e9bcd1474f0d0a83f2)) - ([`8d1b8a56`](https://github.com///commit/8d1b8a56987bb9becc4c9395855f71b35199afc6)) - ([`3297d97a`](https://github.com///commit/3297d97a43157bc1727ba218e89f0975e84b5b33)) - Packages in the "CPACK_DEBIAN_DEV_PACKAGE_DEPENDS" variable should be separated by commas and not semicolon.([`fa94b492`](https://github.com///commit/fa94b492791f289c3ee6dfab3e106265e6329b57)) - ([`f922a86a`](https://github.com///commit/f922a86ab071aea6c14f384ba1b34946843f0755)) - ([`a9ef9fff`](https://github.com///commit/a9ef9fff63439fa4a50d3e78c8e5769473316117)) - Packages in the "CPACK_DEBIAN_DEV_PACKAGE_DEPENDS" variable should be separated by commas and not semicolon.([`11203774`](https://github.com///commit/1120377466f403f9666cc59035bac282ef732b87)) - Keep 4.0 version after merging from 3.2([`8540836f`](https://github.com///commit/8540836ffe36ac1f9af55fdcc4e14da9b18b5a5b)) - ([`2fdb55e3`](https://github.com///commit/2fdb55e3408b705629630e501b46bf1625c10936)) - Bump Leap to 3.2.0-rc2([`2d96bfe3`](https://github.com///commit/2d96bfe3b211ad926a388a68607e112e4365eec3)) - ([`a92fd7cb`](https://github.com///commit/a92fd7cb1699f5dcb2da42834be315c71871ac62)) - Merge remote-tracking branch 'origin/release/3.2' into merge_3_2_to_main([`bb531f37`](https://github.com///commit/bb531f373e6ddc5e5a4d424d28ec352a60bd21e9)) - ([`e0ecbb64`](https://github.com///commit/e0ecbb649f9bb4240a33c5fa87aaad3de5f5cb2e)) - Keep release/3.2 version after merging from 3.1([`20b0d9d6`](https://github.com///commit/20b0d9d60e6da641c780e318a53605393b388afa)) - ([`47012ce3`](https://github.com///commit/47012ce342302464b133ec9b0cce862a792f159a)) - Bump Leap to release/3.1.3([`b1c6847a`](https://github.com///commit/b1c6847a75fd02e4d902305879ed0b2a32932cec)) - ([`f5d8814e`](https://github.com///commit/f5d8814efb0cd911513df3c072a7ec6ab3c980dc)) - ([`38958de4`](https://github.com///commit/38958de461738b3e7799c29696e16283072f81ae)) - ([`1e958782`](https://github.com///commit/1e9587826c27bfdd7f24b4f3ac60910c021ff7fd)) - Updated to CLI11/main([`aa09279b`](https://github.com///commit/aa09279bab9731144f50503eea450d8337863db2)) - Comment changed([`bc5b1daa`](https://github.com///commit/bc5b1daaffb5d7262c9e296bd32ffe5d6cbab462)) - Updated cli11, enable LeapFormatter for both cleos/leap-util([`aa7d8a6f`](https://github.com///commit/aa7d8a6f175c2f71a0bcab0813765f5694872651)) - ([`5c091670`](https://github.com///commit/5c0916707ec490adb0db239a2b49e1815028428b)) - Merge remote-tracking branch 'origin/release/3.2' into fix_ship_shutdown_thread_main([`d6443186`](https://github.com///commit/d64431867e02608c6db640abcf19e681a1c317e9)) - ([`a7ad638e`](https://github.com///commit/a7ad638eb6ebf42023e1ad30cef8308dcad437ba)) - ([`4c305088`](https://github.com///commit/4c305088ac87265859668bead1703453fd7164d4)) - Restore secp256k1 library in to dev component install()([`70fca682`](https://github.com///commit/70fca6820eea685e9677e94f0178d8af1d54ed25)) - ([`be11b993`](https://github.com///commit/be11b99340bf57716e881a722d971436eb2d2756)) - Update eos-vm([`4323406a`](https://github.com///commit/4323406aba1b664fe7e7d4250bc48a2dc2f6f22f)) - ([`15aaa7f2`](https://github.com///commit/15aaa7f2ecbe0db2bb57cf2156ca54e9156c908a)) - Don't triage new issues if they're already assigned to a project([`43d89c42`](https://github.com///commit/43d89c42ea132babc5cbe4aa49113ca43871d867)) - ([`8175ac96`](https://github.com///commit/8175ac9657acba1b69f2bacfc08938a4bafb95f0)) - Merge commit 'e5bb8b2' into GH-235-shutdown-log-m([`574ebb0a`](https://github.com///commit/574ebb0a0619ac65c62ab153d9b3ca03e67e9249)) - ([`e5bb8b21`](https://github.com///commit/e5bb8b21513bb1e1de60a71d607f93f4ffdbac41)) - Merge remote-tracking branch 'origin/release/3.1' into GH-235-shutdown-log-3.2([`645c15b4`](https://github.com///commit/645c15b4c95623b33b2c2635010bf5c25d887d93)) - ([`8af31a80`](https://github.com///commit/8af31a80c1e2b0280907585a413a0501e5954a32)) - GH-235 Use elog instead of wlog when resource_monitor logs exceeded threshold info.([`6ecf3db3`](https://github.com///commit/6ecf3db3446d093fc78c4b992d148b95d1790377)) - ([`fd4a7042`](https://github.com///commit/fd4a7042f3c4a2a0b43a768b12de976d9bebacc4)) - Merge commit 'ec3b6fb' into GH-318-cli-print-help-by-default-main([`51fe9c6e`](https://github.com///commit/51fe9c6e4f9d34591bdaae2165ce85047c0a3360)) - ([`ec3b6fb9`](https://github.com///commit/ec3b6fb901a1fcefc044ad2d5d01f69218264e19)) - Changed default error handler to print help([`0e6b4e96`](https://github.com///commit/0e6b4e969db625a2846887ee50221552f07716e4)) - ([`f03ac3c1`](https://github.com///commit/f03ac3c127f368d0f8056442ef9923f687566e71)) - Merge remote-tracking branch 'origin/release/3.2' into GH-290-expired-dedup-main([`88a7d105`](https://github.com///commit/88a7d105a5c56ccdad8412755926ab9ddf7372cc)) - ([`090bb3b8`](https://github.com///commit/090bb3b84af40e790d7982b96670027f36ebefa5)) - Merge remote-tracking branch 'origin/release/3.1' into GH-290-expired-dedup-3.2([`14e8744a`](https://github.com///commit/14e8744a167e52edf53b5db9621b8f789eab4095)) - ([`3d3c6f3f`](https://github.com///commit/3d3c6f3f83074e24ad03b0ae376f7f5071632c85)) - GH-291 Remove unused variable([`36ac6e0e`](https://github.com///commit/36ac6e0ed7d58b8b6c67c1357a23a01ffbca7732)) - Merge remote-tracking branch 'origin/release/3.1' into GH-290-expired-dedup-3.1([`c023d3a8`](https://github.com///commit/c023d3a8376f946e698c9f4d5c61f9bda4066b2d)) - GH-290 clear expired transactions before generating snapshot or integrity hash.([`69c3db06`](https://github.com///commit/69c3db06a9d92c05348021f386791377162a03d3)) - ([`a4725084`](https://github.com///commit/a4725084f704497d8384b3cda0cfbc0f2a43b24a)) - ([`8949432a`](https://github.com///commit/8949432a557d8a65f184df2f893fb37f1745c39c)) - ([`c2d07777`](https://github.com///commit/c2d07777bb79e2bbebf1ba3bbb2dc5f562939b7f)) - ([`ff7f7ea4`](https://github.com///commit/ff7f7ea49e951066de3e24ad6e030065f07a9424)) - ([`ca801752`](https://github.com///commit/ca8017529d3849a0d2f51ced1286a5edba27276d)) - Fix missing quotes([`d45e97b5`](https://github.com///commit/d45e97b5d1d7640ab5ca45c05daa763c64e08a1f)) - Remove pkg-config, it was also not here([`2d65bf20`](https://github.com///commit/2d65bf203efba4f86cba154418f3270cc489c584)) - Remove libusb from dependencies, it was not included here([`f10f289b`](https://github.com///commit/f10f289b08bee6773eb2d06498cb1d125c3862d7)) - Remove libcurl from list of dependencies, it was not mentioned on main([`65f5209e`](https://github.com///commit/65f5209e97ee3366007c9a3a44955cd9e5f59d36)) - Update permalinks in docs to point at main([`d372c2e9`](https://github.com///commit/d372c2e94fc2a5c2af74ee322f4b03c721782722)) - Merge commit 'a72f98072878e2ba7cf8ed807cb01e2bd5f9e328' into zach-gh-132-build-instructions([`cb225377`](https://github.com///commit/cb225377ac88e7d8d60755daf46ae98fa5bfd70f)) - ([`d3e857e8`](https://github.com///commit/d3e857e8c8c9c156a9c33fcc02d9679e99b33f61)) - Update libfc path in EosioTesterBuild.cmake.in for building tests in CDT and System Contracts([`6e4e4035`](https://github.com///commit/6e4e40359758aad68df5f78ba4e8f582a91c77c0)) - ([`c4d45621`](https://github.com///commit/c4d4562121ccdad61001a830c273fc81240751a8)) - Merge remote-tracking branch 'origin/release/3.2' into GH-291-replay-opt-main([`1aa9995e`](https://github.com///commit/1aa9995e795c1c64ca24f6595b6ea1823da557d1)) - ([`94fe8787`](https://github.com///commit/94fe8787f9aa2a9693e81891cad134a67c93abf9)) - ([`3a802a50`](https://github.com///commit/3a802a50a82be748d873d4f6db9647449992dfb4)) - ([`a64414ba`](https://github.com///commit/a64414ba8ea804521b6064ae6e5f7102cc97b9cf)) - GH-191 Store initial chain state on startup if chain state log is empty.([`4bbc1396`](https://github.com///commit/4bbc1396308e394e14664338baf715d95a10009e)) - ([`e512ae87`](https://github.com///commit/e512ae876f9e3985c24eeb2912946ed173758c10)) - ([`8ef7391c`](https://github.com///commit/8ef7391c591ebff4e065a1e0304f881656b177d9)) - ([`1476c1fd`](https://github.com///commit/1476c1fdc89628a40afe80ca1ac4941b7a8286de)) - ([`b4b029d1`](https://github.com///commit/b4b029d18924dfa6a99f8d1c89c86713217f3431)) - Revert "replace eosio.version.in with leap.version.in :doc"([`153ad0d8`](https://github.com///commit/153ad0d84bbe38801bb8dd7c9bc97e27c314f2f6)) - Replace eos.io with antelope.io in eos.doxyfile.in :doc([`efdbb176`](https://github.com///commit/efdbb176e59ddaa83dda83f19f54818e2abb166f)) - Remove old docs.json file, not used anymore :doc([`9fc59835`](https://github.com///commit/9fc59835eb8ed703a18cdec23cc896648614b12a)) - Replace eosio.version.in with leap.version.in :doc([`9d52949b`](https://github.com///commit/9d52949b37378c5658601796ee30ab7fdd1be3db)) - Update or add plugin description in yaml files :doc([`6292407a`](https://github.com///commit/6292407a59dfa950efeb16f848a9a34b682a3abb)) - ([`a72f9807`](https://github.com///commit/a72f98072878e2ba7cf8ed807cb01e2bd5f9e328)) - Fix hyperlinks for new release([`39a63473`](https://github.com///commit/39a6347310dcbbdc9afed744873dc235392f4595)) - Merge commit '8edc3f1fc6ba25c54e82181e26e66044224778aa' into zach-gh-132-build-instructions-3.2([`6015686b`](https://github.com///commit/6015686b31c6f7f2b8af9225d69138b53a6b35d0)) - ([`ccb509fe`](https://github.com///commit/ccb509feddf04964f4dbdb4fc00f9dd0cc3793eb)) - Merge remote-tracking branch 'origin/release/3.1' into release/3.2([`7caf4305`](https://github.com///commit/7caf43059adb7935d6afea0d1cf5c0810ea82c38)) - ([`8ef4d9ae`](https://github.com///commit/8ef4d9ae6348e1bdf152d56f2042244457461dec)) - Generalize initialization([`120b8a21`](https://github.com///commit/120b8a218f7af41b8d1cfce0567547780678db0f)) - Cleanup([`2683386a`](https://github.com///commit/2683386aa5065b96efa03e1b8c59bf0ab05e63f9)) - Added print-log, unified subcommand handlers([`ca93161f`](https://github.com///commit/ca93161f2fd84b3a9de7f90664657280a900daa5)) - Refactoring of block-log subcommand([`fd1b3c81`](https://github.com///commit/fd1b3c81ad92dd685b97a34b44e0f2f0efa0df6c)) - ([`3fb64777`](https://github.com///commit/3fb64777d607a41ba9109ac9aeb7cfdfbfe3336e)) - Add a waring level message occasionally when transactins are being dropped due to high traffic.([`4f35faef`](https://github.com///commit/4f35faef9e706aad6fa8b8a035ae62b1d2a9a558)) - ([`0f1b594a`](https://github.com///commit/0f1b594a9d1a8405e4c43b2138dff33a3b97ac5c)) - Revert "replace eosio.version.in with leap.version.in :doc"([`cb3ccfc7`](https://github.com///commit/cb3ccfc739c14996b4301b0774ba78548fc7f4a2)) - Replace eos.io with antelope.io in eos.doxyfile.in :doc([`3d7b806b`](https://github.com///commit/3d7b806b6ef36a6f31fbaa0d3416d77db99a287c)) - Remove old docs.json file, not used anymore :doc([`f1d4e091`](https://github.com///commit/f1d4e091c6074d5c5d331294ba9341d26bc80e88)) - Replace eosio.version.in with leap.version.in :doc([`3d2a8564`](https://github.com///commit/3d2a85642214ead42dd84d0b9ba9ab6b7a1d934a)) - Update or add plugin description in yaml files :doc([`6c4934d0`](https://github.com///commit/6c4934d018f449f48ee2a2fb79b1661bb1d7e046)) - Replace eos.io refs to eosnetwork.com in yaml files :doc([`1fcc038f`](https://github.com///commit/1fcc038f73b9721fd981843eb4343bc10cec6e28)) - ([`8edc3f1f`](https://github.com///commit/8edc3f1fc6ba25c54e82181e26e66044224778aa)) - Rephrase the jobs flag warning without using the word "parallelization"([`772392df`](https://github.com///commit/772392df5b0c228e969a004af4d1165d04f13ccb)) - Remove duplicate use of "compile"([`c9a2bfff`](https://github.com///commit/c9a2bfff94a5f2a6860238868247e4ef9f86842d)) - Change "release tag" to "release"([`13004af9`](https://github.com///commit/13004af9e3ca9176cf64f365d94cf5ca655fe934)) - Change "%2f" to a literal forward slash ('/')([`d5edd70f`](https://github.com///commit/d5edd70f99b9e36cd4fea04a45112044e52c1610)) - Make the docker sudo message a nice looking quote block like the other notices([`f41cddc6`](https://github.com///commit/f41cddc6903c9324b3f73a5de8b53046ee894d60)) - Update references to jobs flag warning in /docs([`c3d3a02b`](https://github.com///commit/c3d3a02be2ac4cb57b30f7210739b0cd3f9536fe)) - Use absolute URIs in the /docs folder([`04e9472e`](https://github.com///commit/04e9472e30489963ef8c11b3dd32e268fd104a33)) - Simplify note about warning([`f313860c`](https://github.com///commit/f313860ce1c80f5b5ead5381f5cd309d5d806392)) - Use dashes for "step" headers([`455b6558`](https://github.com///commit/455b6558f96459e08ba49adcb14576657d7e11dd)) - Simplify build section header([`ebb14d15`](https://github.com///commit/ebb14d15d0c32fb413161d9dfaff1d0933228346)) - Replace "Select" with "Checkout" and capitalize section header([`18ba34d9`](https://github.com///commit/18ba34d98e5695bd3a130608a32d5e502413f957)) - Simplify clone header([`c4260e1c`](https://github.com///commit/c4260e1cba980ca54aa1d8f4a414a9a9988d91a6)) - Restore the word "code"([`b0ccf805`](https://github.com///commit/b0ccf805ae79bcaf22c154d005c2d5d45689c234)) - Put jobs flag warning into a quote box([`6ecc162e`](https://github.com///commit/6ecc162e69fb4c91cbc8b0d9ff3b100b3618425c)) - Move the jobs flag warning from the prerequisites/select branch section into the build section([`be063ffe`](https://github.com///commit/be063ffe81e5fc33d3192425351245bf4f59c6ac)) - Put the "Pinned vs. Unpinned Build" note in a quote block([`030b062f`](https://github.com///commit/030b062fd7182457d147bb5bfcf05ab20deb20d6)) - Simplify Pinned vs. Unpinned Build section header([`b6eee20f`](https://github.com///commit/b6eee20fadaf84242c74b45910b81b16c3d6184c)) - You can push code to repos with SSH or HTTPS([`0d0fa9bd`](https://github.com///commit/0d0fa9bd9df8fd92d380233f5602617e3af4c4e3)) - Simplify HTTPS vs. SSH header([`71fa65ed`](https://github.com///commit/71fa65ed210387e08ceed24d5a45e94eba8a77d3)) - Restore elipses when a sentence is interrupted([`30e66efc`](https://github.com///commit/30e66efc3a4f56af38be048d81c2ff31205d314e)) - Only titles are uppercase, in quotes for short works; lowercase reference which are not titles([`43e8d542`](https://github.com///commit/43e8d542fda4432bf11d239f73c83b906994b7f6)) - Words beginning with vowel sounds are preceeded by "an"([`adeb2ebb`](https://github.com///commit/adeb2ebb40713dff6accc34b2e88a2d600b094a9)) - Add style/grammar/sentence edits to step 5 install section :doc([`1987bfb8`](https://github.com///commit/1987bfb87bfcd75ea02e09a345ade2295dd56481)) - Add style/grammar/sentence edits to step 4 test section :doc([`bbc010d5`](https://github.com///commit/bbc010d530d0d30c537ec7fcfbf2f80a245bf8c3)) - Add style/grammar/sentence edits to step 3b unpinned build section :doc([`824f2e4c`](https://github.com///commit/824f2e4c4f779f3d462e08ad574a1f343db702bd)) - Add style/grammar/sentence edits to step 3a pinned build section :doc([`024c00c6`](https://github.com///commit/024c00c653f8c06661942011f591098f89198c9b)) - Add style/grammar/sentence edits to step 3 build source section :doc([`1b417771`](https://github.com///commit/1b4177717868ee5353f94b6bb9f20b73cf5996e5)) - Add style/grammar/sentence edits to step 2 tag or branch section :doc([`8676c48c`](https://github.com///commit/8676c48c792b9b5679d20f2805bf610448e9718e)) - Add style/grammar/sentence edits to step 1 clone section :doc([`eff27476`](https://github.com///commit/eff27476f2528ba365f7f16fddeea71efb70fb84)) - Add style/grammar/sentence edits to binary install section :doc([`ffc4fed3`](https://github.com///commit/ffc4fed389e00601ab3bf0b48ac891401f0ab29e)) - Add style/grammar/sentence edits to supported os section :doc([`0b503d8a`](https://github.com///commit/0b503d8af1dc91b22652f1ed961c14e58e996e23)) - Add style/grammar/sentence edits to branches section :doc([`3ea11535`](https://github.com///commit/3ea1153568be58d863d7d21293f01f510f599dc5)) - Add style/grammar/sentence edits to leap section :doc([`a6e466d1`](https://github.com///commit/a6e466d12caf98619d31663ff755aa43ed35b55c)) - Add links to the README.md from the build documentation without changing existing section headers([`8ca4c2e7`](https://github.com///commit/8ca4c2e79779199f1391e23d9d7521379b5a6ea6)) - Customers will care about the packages, not the raw binaries([`0dc0bf04`](https://github.com///commit/0dc0bf04fa270ffda30cdfc15c5c18ca4589a4e3)) - Expand on what the dependencies folder is for([`8add1de4`](https://github.com///commit/8add1de4243f309e193e9df11482ad4900793932)) - Change "two" to "multiple" because this could be true of more than two VMs([`cebdaeea`](https://github.com///commit/cebdaeea38d81ce91892cc227b041fdc71144e77)) - Remove old reference to "all but two" CPUs([`1a7de9a7`](https://github.com///commit/1a7de9a784b3da44df9c2992801d194bfedbbaab)) - Consolidate the statements about using sudo in docker([`a53baae5`](https://github.com///commit/a53baae5e146c8c49867d29401f2de8cf792b4b4)) - Use shell globbing that is compatible with binary naming schema on all branches([`f2a152b5`](https://github.com///commit/f2a152b533e361720be6f307b2d8f57aeda936f4)) - A comma([`7a3219c5`](https://github.com///commit/7a3219c57f047acd30a471ad4db67560ef8e1c05)) - Link to README([`79e88acc`](https://github.com///commit/79e88acc60b079e0a437214e7f8e6a12f0a351cf)) - Include codenames so people building with Ubuntu derivatives have a chance([`17e5d327`](https://github.com///commit/17e5d327ffe3fe7d3cd60734b05c9f4aba9be0cc)) - Sort new to old([`5f306788`](https://github.com///commit/5f3067887018244167b566e88175acc17982cea0)) - Make the supported operating systems a proper list in its own section and reference it from other sections([`a227fe76`](https://github.com///commit/a227fe76c8c0ab479c172c1b668f5976b876a0fc)) - Rename "Source Installation" to "Build and Install from Source"([`aa029c58`](https://github.com///commit/aa029c58493d5a5e45c1c2d5867f7a1b1878998a)) - Remove "print out"([`8c922dc6`](https://github.com///commit/8c922dc6909a598020ea8106984c026c42898467)) - Add "-all" and "--tags" to "git fetch"([`af52c2f8`](https://github.com///commit/af52c2f891f63a10bb364535c525727bcbdf0db7)) - Remove remaining "all cores except two" references([`1bb8e2b7`](https://github.com///commit/1bb8e2b7096bc9678e5a0f10e8b2c3841ca79e13)) - Revert "Use all but two cores/threads for unpinned builds"([`48995130`](https://github.com///commit/48995130844ad1d4c9d14fcdafd395fee4a99410)) - Expand on "pinned" so maybe it clicks for some people([`fef16099`](https://github.com///commit/fef16099ce336103f423df8758b6ab0f0384046b)) - Revert "Add a note about the etymology of "pinned" and "unpinned""([`bebd6a03`](https://github.com///commit/bebd6a03fa66aeaff2d6589082089401c8797687)) - Use a fake tag in the BASH code so it errors out if someone is blindly copy/pasta-ing([`6f5f2bca`](https://github.com///commit/6f5f2bcabc41b5a996f4935425fe1a766e8ea8cd)) - Use "git fetch" to make sure new tags are available locally([`abcbc7e9`](https://github.com///commit/abcbc7e92725c943a1490629d49fe0a3dd1c0f4d)) - Remove "notable"([`4bc7fed8`](https://github.com///commit/4bc7fed862a0287c769aebc30b54660aab5321db)) - Suggest installing the binary you built before using "make install"([`ebf9c8c1`](https://github.com///commit/ebf9c8c168ccb7e558af717ecc35cff2532881b1)) - Update aptitude before trying to install our binary([`28c9f25d`](https://github.com///commit/28c9f25dd10ecbdffa94e15c3ee484abeb1e6941)) - Explain how to determine what version of Ubuntu a derivative distro was built from([`7b434997`](https://github.com///commit/7b4349970e3a8074a46d40fdb9c6437ee8458e26)) - Change "this" to "it" when talking about main so the message makes sense on release branches([`a9e27cc6`](https://github.com///commit/a9e27cc641a156c1947fb38a847efa625d7692f4)) - If we recommend /deps for the dependencies folder in the README, we should ignore it([`bc5ecd4b`](https://github.com///commit/bc5ecd4b7d9f76ef66472e1a6795f08d44e67289)) - "implement" is singular in this case because we are referring to a([`56e45f74`](https://github.com///commit/56e45f74c19d2b3634f7a6257df7b9b28be0c7f8)) - Add the note about docker containers with sudo to the Ubuntu unpinned instructions([`65f169a2`](https://github.com///commit/65f169a2245f74045d6455da6a9d2a9fc5675457)) - Write about "make install"([`f74dfa7d`](https://github.com///commit/f74dfa7d8c6a367910718c4ebb88f63af12d2496)) - Write about long-running tests([`1d634e1c`](https://github.com///commit/1d634e1c548d01d9092a92544c522225b3bdd3cd)) - Write about serial tests([`bb55a758`](https://github.com///commit/bb55a758cca6dfc2553fe42f4f49be4650cd0f07)) - Write about WASM spec tests([`63857ce2`](https://github.com///commit/63857ce274fb24ca4f8e0db7f86421588729a738)) - Write about parallelizable tests([`fef8e5ae`](https://github.com///commit/fef8e5ae512dd4b0a6eadf8fbb60fecad9cb2fd9)) - Expand description of test suites([`9ff810e5`](https://github.com///commit/9ff810e5805afef0679e100a09bcc3c0b5e437be)) - Rename "Running Tests" to "Test"([`dc3d8398`](https://github.com///commit/dc3d83988b2e2ab7e0690c0a9bc9fd43372abf84)) - Note that the Boost download can be deleted after installation([`0b3d134e`](https://github.com///commit/0b3d134ea0fad672dac687486ca257580cf404ee)) - Clarify unpinned instructions([`7aeaedd4`](https://github.com///commit/7aeaedd4664c051b208c48a441f7a76fee206764)) - Suppress prompts from aptitude([`a63c57aa`](https://github.com///commit/a63c57aa35f10e6475269b77cce52da79841314c)) - Put Boost download in the downloads folder([`57da4930`](https://github.com///commit/57da493022599222dcb7c97dc374eab66b3af580)) - Don't pipe curl into things([`817cabb1`](https://github.com///commit/817cabb105583829f48752b68d2d5cb33e620d54)) - Include the Ubuntu codenames to give people building on Ubuntu derivatives a chance([`3ae4b7d4`](https://github.com///commit/3ae4b7d434f5b8e6631d14a714f8d1f17b79dd68)) - Use the full OS name([`6ddcfd6d`](https://github.com///commit/6ddcfd6d456b36c86dfdaa429627c2a9f554d5a9)) - Clarify "they" when referring to clone types([`f4ea2f28`](https://github.com///commit/f4ea2f28f18e4e373afc3f5b47f502e5a139b30d)) - Add example navigating to downloads folder([`d5a73f15`](https://github.com///commit/d5a73f15b705fb69344677732c30edd0ad6df83a)) - Clarify docker sudo message([`6a283dca`](https://github.com///commit/6a283dca85b84de282f9d0ae4295d5b46009b4b9)) - Have curl fail on errors([`62f37bc9`](https://github.com///commit/62f37bc9f940ab5e636bc512732eff846d952f16)) - Use pushd and popd([`580ace46`](https://github.com///commit/580ace46473b09f362240e9dd18303b4fe4f85a7)) - Whitespace([`c886c212`](https://github.com///commit/c886c212a219a6e618a2bfdc2c12c7fdc2fe6fd4)) - Remove line continuations([`b2943c14`](https://github.com///commit/b2943c14660b39efa132373bb839b19e7b9e2dfd)) - Support $HOME paths with spaces in them...([`d12d09dc`](https://github.com///commit/d12d09dc8cb4f9bc9cc6ae2a94f33a1e5db423f7)) - Use all but two cores/threads for unpinned builds([`f28a665d`](https://github.com///commit/f28a665d72f88c1c7addf6ad36e7736f6230e4dc)) - Comma([`79960fa8`](https://github.com///commit/79960fa8852374901515b1321f67ddfe43522280)) - Split boost out from the other dependencies since it is called out separately([`a5687627`](https://github.com///commit/a56876273524fe1cbd51013e341b1d2c23331691)) - Aptitude requires superuser if you aren't in docker([`4c44ce9d`](https://github.com///commit/4c44ce9d013970775487b1bb0efc216bfc7d4b2a)) - Separate aptitude commands([`7feb2dfb`](https://github.com///commit/7feb2dfb1bc64095fd1f68468e9d683855609d6e)) - Use idempotent commands, where possible([`bd6f14b9`](https://github.com///commit/bd6f14b923f412613a5c5bf2f28cdab80cca8c71)) - Remove the submodule update from unpinned build instructions since we added it to the prerequisites([`cc18180e`](https://github.com///commit/cc18180eb50dbf3bb0d4799d7e01feeb4c135e16)) - The unpinned code blocks are in BASH([`5465066b`](https://github.com///commit/5465066b771333ba92a96c4de64d4822030919c5)) - Simplify folding group names([`7bdc7bba`](https://github.com///commit/7bdc7bba984f3e65b065c94ab606ecac003bfedd)) - Rename "Manual (non "pinned") Build Instructions" to "Unpinned Build"([`a08fe0a4`](https://github.com///commit/a08fe0a427d5f301772b1768cef66deeb29d9857)) - Update the pinned build instructions([`a6d26d63`](https://github.com///commit/a6d26d638aca13aac7fb5f27d70578b986c0c660)) - Make the docker sudo comment a bullet point([`03806436`](https://github.com///commit/03806436eb3a710138bf8f1401a7ba7c4b414c6d)) - Rename "Building Pinned Build Binary Packages" to "Pinned Build"([`2069c845`](https://github.com///commit/2069c845e6b0af17a41b6f0eb7cac197c8554a70)) - Make the "Pinned vs. Unpinned" section the intro to the "Build" instructions([`f155ed00`](https://github.com///commit/f155ed0011b67a5a6ce17032df47100ca7a4dfba)) - Add instructions to checkout the repo, choose a branch/tag, and make sure it is up-to-date([`41607c22`](https://github.com///commit/41607c227aec5f7d5642a6149e8d49982f97998b)) - Add git to list of prerequisites([`b01fcdd2`](https://github.com///commit/b01fcdd233f7956bd39a8519b35d8feb3d5876a5)) - Add a note about the etymology of "pinned" and "unpinned"([`d6a6fb5c`](https://github.com///commit/d6a6fb5c437518310c95449949e3e591dfcac5ce)) - Expand on pinned versus unpinned builds([`9fa0fe01`](https://github.com///commit/9fa0fe01b2aaeb3c53a953b2eab60789bb20abed)) - Make the "pinned" vs. "unpinned" build explanantion its own section([`e18d60df`](https://github.com///commit/e18d60dfed2ff8a5848801b0273994ec791212c7)) - Add unicode warning symbol to parallelization warning([`8ac8a255`](https://github.com///commit/8ac8a255a1e20e809489bddf6bf3cff99d116be1)) - Put parallelization warning on its own line([`36deb3b2`](https://github.com///commit/36deb3b29ded6a259c9af6bde74064936a529239)) - Update the parallel compilation warning([`26cbf288`](https://github.com///commit/26cbf288fe63027c765b953976fec12a835e3532)) - Give the jobs flag warning its own section([`cbdea09f`](https://github.com///commit/cbdea09fbc3463b90847a4f6f410c7f13c19c132)) - Move the statement about supported operating systems back into the "Prerequisites" section([`30d6eeb4`](https://github.com///commit/30d6eeb4912cb4ec1e2aba5f868d922a10bd26c7)) - Roll "a few other requirements" into the main list([`5f717558`](https://github.com///commit/5f71755811b4dc79c8f8bd5f21f15b99692bda70)) - Rename "Building From Source" to "Prerequisites"([`d486d0a6`](https://github.com///commit/d486d0a6f2dce8aa8c0ba6a5baeebc7b535d6add)) - Write up an intro paragraph for "Source Installation"([`58a8cc52`](https://github.com///commit/58a8cc52280505f134e4300a485405825445b52c)) - Add example output from "nodeos --full-version"([`3d4e760e`](https://github.com///commit/3d4e760e553def462524c36593dec3df6d2a7550)) - Add "nodeos --full-version" after binary installation([`b98792a8`](https://github.com///commit/b98792a84ef699f972831ec48604e954e209483d)) - Rename "Software Installation" to "Source Installation"([`0ddaae68`](https://github.com///commit/0ddaae68e8b8807b690a383f4cd1c9df54794eff)) - Write "Binary Installation" section([`3a991b84`](https://github.com///commit/3a991b8419c3d876759bb362a51292d373c2043f)) - Change "Repo Organization" to "Branches"([`11a8715b`](https://github.com///commit/11a8715bee90b9b66060de5ac2b2e31d26935267)) - Make statement about branches a complete sentence([`4f91b677`](https://github.com///commit/4f91b677741cca39b2fc5476872087d0b3ddad37)) - ([`3c1079c8`](https://github.com///commit/3c1079c8124bb565597db3ddf2150ce64a8d0282)) - GH-291 - Restore not logging promoting proposed schedule log during replay.([`0cf008b7`](https://github.com///commit/0cf008b736498119d36879df29952283d96e7e02)) - GH-291 Remove skip_recording of transactions in dedup list when replaying. The optimization provides little real-world measurable difference but can cause differences if replay is interrupted.([`1568db3d`](https://github.com///commit/1568db3d0488084a3e42106afd0f5c38c2ffe7a4)) - ([`218e27e6`](https://github.com///commit/218e27e60e0d669ae1e42c57ead32dabd0afa51d)) - ([`e4b96908`](https://github.com///commit/e4b96908e1496d22250fb413dd0c101dbce9fb02)) - ([`dab2d3b3`](https://github.com///commit/dab2d3b3df60e0abc30fdf49b435943bc4b38fad)) - Address peer review comments.([`abc5c415`](https://github.com///commit/abc5c4150d3fc732a8d6c51bfe555911d89d270b)) - Fix conflicting needs for low level logs.([`cf19cace`](https://github.com///commit/cf19caced459274f99def255f440f6b52f1b4deb)) - Default to saving test reports.([`57b94656`](https://github.com///commit/57b94656e62e0a88f33d6b04112d79316bc7e20a)) - Capture low level artifacts into performance test log directories.([`905c6859`](https://github.com///commit/905c6859b5ef4c15f24378048a8c61a74ab953d8)) - Dynamically determine the location of the validation node's log file.([`27e1e07a`](https://github.com///commit/27e1e07a8eee6c2341f74c1f106c0c6b509bd225)) - Add argument --del-perf-logs to control perf harness log lifetime.([`d7116c0c`](https://github.com///commit/d7116c0c2871b905a9ae1699c2d83cf580e32d81)) - ([`a902785a`](https://github.com///commit/a902785a14f3c14bdbd16842b6cd8f8547c133ad)) - Address peer feedback on performance test wait for trx([`60bbd3a8`](https://github.com///commit/60bbd3a80f6ce5c13f110cfd37532ae4fe697882)) - Change from wait for empty blocks to waiting for generated transactions in performance test basic([`257fa0d0`](https://github.com///commit/257fa0d082e0c3c4a4168fe1e99b08ddff5b569a)) - Factor out TpsTrxGensConfig to allow numGenerators and list of each generator's tps target to be used for launching and populating in report.([`8e7cf9c1`](https://github.com///commit/8e7cf9c1cb0b99288c9b9f2891b9cf83619990c1)) - Remove unused function.([`a0cb06ef`](https://github.com///commit/a0cb06ef93389db1fe320cf0fab4fbe374fe5cd5)) - Make use of import module to launch trx generators.([`ddd7c7a4`](https://github.com///commit/ddd7c7a449efeade1ef4d75f19bc586471813f2f)) - Begin refactoring launch_transaction_generators.py into an import module.([`14fa915f`](https://github.com///commit/14fa915f9fb2151ccafdd70a70cd4dbcacec4f85)) - ([`987134a7`](https://github.com///commit/987134a72c961ca36df65ae3170fc289c118cc17)) - Re-order items in report to be more in line with how one would read them.([`9913824e`](https://github.com///commit/9913824e2cb7c1209dc1ce764f29209b4782e388)) - For initial binary search, try a short run using ceiling tps first.([`f50a1f43`](https://github.com///commit/f50a1f43e93f08dfad853c69db167701a18da878)) - Performance Test Long Duration Tests now use linearly decrementing search instead of binary search.([`a925c90f`](https://github.com///commit/a925c90fcb3c19570910406f5ab7e2b3cf20e767)) - ([`8943e61e`](https://github.com///commit/8943e61e92f27f08c625233fef7eb1e2e44ad195)) - Include testAnalysisBlockCnt in search scenario summary.([`f2e88d48`](https://github.com///commit/f2e88d48677ced98e17a5a5a0db06533be5f8616)) - Update default test durations to something higher for more reasonable block count to analyze([`d72cd0cf`](https://github.com///commit/d72cd0cf80773426de521aeeeff2d88c4fee35f3)) - ([`f2cbb7a4`](https://github.com///commit/f2cbb7a45c899267558759976150cf3ebd6fe73b)) - Correct documentation and help strings to correctly identify keosd.([`f4b7ab20`](https://github.com///commit/f4b7ab20c33fb67db55d89829ad6935f05c4b235)) - Correct documentation on transfers.([`097e64e4`](https://github.com///commit/097e64e4765c343170d5ff91006bce80d41ce473)) - Update to dynamically calculate validation node id.([`68ee2eac`](https://github.com///commit/68ee2eac5c3b4632acb0e82a30730dcc851ea39f)) - Update docs for new feature arguments.([`59a7a165`](https://github.com///commit/59a7a1658f2c68a00ff37abfccd7ac5dbbaf529a)) - Fix initialization of node ids to be earlier for use in create accounts.([`bd95fbc8`](https://github.com///commit/bd95fbc845f4a209f6c06c03e9aca826c8ca22f6)) - Define the node id for the validation node in the test to reuse throughout.([`38f4076c`](https://github.com///commit/38f4076c8f698a5b6fb45f30643e061996b921f4)) - Update boolean command line arguments to use add_bool.([`458e2a11`](https://github.com///commit/458e2a118cb89c0f588a4c3501945ffcec04a16a)) - Fix loggingDict to be an instance field.([`35e689dc`](https://github.com///commit/35e689dc388550644838ecbc6c474699bea87c22)) - Fix spelling.([`0bcd49e1`](https://github.com///commit/0bcd49e192d49ca79700fa9499415e0bcdaa6fc5)) - Add feature to enable/disable trace_api_plugin on producer nodes.([`705d0301`](https://github.com///commit/705d0301253b349909e4128ef8e738f794c2f5f1)) - ([`3e902f46`](https://github.com///commit/3e902f46ed48df2ee0cc2688cc107c43f4f0dab2)) - ([`2da71f44`](https://github.com///commit/2da71f44ad5a7cde33dabaa46d29e7dc6de54bb7)) - ([`fe596e76`](https://github.com///commit/fe596e76130e3d1492413c008da04f695f22e41a)) - Use same time for testStart and timestamp for test logs dir.([`34e58578`](https://github.com///commit/34e5857866fae97e8800720defc53b0f6b652639)) - Use same time for testStart and timestamp for test logs dir.([`5ffdb64a`](https://github.com///commit/5ffdb64ab116ce895fc89395271e96aae7eda7d7)) - Use dict (report) and datetime (testStart, testFinish) types as long as possible. Only convert to str or json at the last moment when required.([`8ade49c7`](https://github.com///commit/8ade49c7f8211bc42226b2980bbf77a80103db5c)) - ([`395516e1`](https://github.com///commit/395516e144238583039105fd60c0bae64c2b6325)) - Add option to quiet reporting from performance tests.([`df911b70`](https://github.com///commit/df911b7070d46e6fe1d0be198adcfaf360a4af26)) - Add start and end times to test reports.([`7dc550c6`](https://github.com///commit/7dc550c6f9dfb93e03165afea2d1d618a31268a0)) - Addressing additional peer review comments.([`7a11caa4`](https://github.com///commit/7a11caa408cfb61f76cfed2821e15f823727a822)) - Update build and test instructions in README for additional python dependencies for Performance Harness.([`1ffe1ccf`](https://github.com///commit/1ffe1ccf0e91c07efd66a10be07c86a3c4eac835)) - Addressing peer review comments.([`f7aff36f`](https://github.com///commit/f7aff36f3465a311ac2393ac1611cd54e931225a)) - Addressing peer review comments.([`b641304b`](https://github.com///commit/b641304b5c62607aaac45e49a9d1de9cf701bba6)) - Added Transaction Generator README([`e96ea2af`](https://github.com///commit/e96ea2af601791653a32b31425356ce5e0761dc2)) - Additional details and clarifications.([`2de701f7`](https://github.com///commit/2de701f7d2f5e9c7f4b84f8af6e6a7054cbf5917)) - Begin to document Performance Harness in README([`c4120f18`](https://github.com///commit/c4120f1807cbdbdcb9aadd163154d29cf87a80a1)) - ([`9a284596`](https://github.com///commit/9a284596551af8f59917cddd7392f665c8adc820)) - ([`6500d09c`](https://github.com///commit/6500d09c6f2d203f8d6e45d9159d5faed0f922b0)) - Merge remote-tracking branch 'origin/release/3.2' into GH-346-log-main([`4a72240b`](https://github.com///commit/4a72240b328a68d1a0460de951200a6b9475cb9a)) - ([`316c0d58`](https://github.com///commit/316c0d5859914f0a66cacf905241ddb535c066f1)) - Merge remote-tracking branch 'origin/release/3.1' into GH-346-log-3.2([`5dc6da40`](https://github.com///commit/5dc6da40eaea04d9e9bce87a21a803300fc39311)) - ([`2ad4acf7`](https://github.com///commit/2ad4acf711888c627ea97b9caaedbb15fc7de60f)) - GH-346 Fix log statement([`c22ec815`](https://github.com///commit/c22ec8151388c924bee12c02501777be67f9ee91)) - ([`86093fb8`](https://github.com///commit/86093fb89241cab8d8400b021dfa32aa7bfc5cc4)) - Merge remote-tracking branch 'origin/release/3.2' into GH-252-api-test-main([`23f7cc47`](https://github.com///commit/23f7cc47c4a33bea2172038954a2cca0eeb60516)) - ([`8a94b88d`](https://github.com///commit/8a94b88d3294085a8be32095ab06145c91fb19be)) - Merge remote-tracking branch 'origin/release/3.1' into GH-252-api-test-3.2([`a7bc33b9`](https://github.com///commit/a7bc33b9396b0315517d39c7e100981a7afeeca2)) - ([`97055bcc`](https://github.com///commit/97055bcc9033a86ebf269641bb6108bcd21e1ffa)) - GH-252 Allow 10ms instead of 5ms for checktime to trigger and trace to be created.([`95083473`](https://github.com///commit/950834731bbccf0009d5e701004e6e8a8ba51932)) - GH-252 Allow 5ms instead of 2ms for checktime to trigger and trace to be created.([`0172dc05`](https://github.com///commit/0172dc055fbbd454b2d4a7cdd33c129d59cb5a6e)) - ([`4890d443`](https://github.com///commit/4890d44339061df1850becf26ec09d7bbf3f4db7)) - Merge remote-tracking branch 'origin/release/3.2' into GH-324-http-json-main([`9916ba70`](https://github.com///commit/9916ba70ea8d32f503a6259a7adb8ba689bf147d)) - ([`9da843f7`](https://github.com///commit/9da843f74944e54c0509c84aea296053caa287c8)) - GH-324 Always return json, not an empty body.([`a3ed3feb`](https://github.com///commit/a3ed3feb2c71c20e5c4d65c3c9687256e02333d2)) - GH-324 Revert to 3.1 behavior of always returning http application/json for everything including all errors.([`88812e52`](https://github.com///commit/88812e5257b707c1a58e32f31d28c427faec067c)) - ([`7db26d8c`](https://github.com///commit/7db26d8cb76fb6a53bf321c253fb1f48603e0c89)) - Merge remote-tracking branch 'origin/release/3.2' into GH-251-forked-test-main([`665c70e5`](https://github.com///commit/665c70e56e02c4616009b72cf6826b594913269e)) - ([`fa5bcff3`](https://github.com///commit/fa5bcff358121943f9e9015078e910ab6519ebe8)) - Merge remote-tracking branch 'origin/release/3.1' into GH-251-forked-test-3.2([`f27a3fdc`](https://github.com///commit/f27a3fdc4446a7dce015497ac7d154d33ae857cf)) - ([`ff38254c`](https://github.com///commit/ff38254c95a13b27ec650eac273332e6d8e4b940)) - GH-251 Fix corner case around test_control_plugin missing a slot. Simplified implementation by using slot directly instead of counting produced blocks.([`cd80859b`](https://github.com///commit/cd80859b123a90a638fde7cd672723676a349f11)) - ([`5f99b993`](https://github.com///commit/5f99b993cde1a610c4538aa4d80cd196a197d296)) - Merge remote-tracking branch 'origin/release/3.2' into GH-312-log-main([`28bf15af`](https://github.com///commit/28bf15af35b1140cf219acd248d48a05921136f8)) - ([`5100f44b`](https://github.com///commit/5100f44b46d50ecdfb9ae415cc68d9bc77c0b3a6)) - GH-312 Add if for receipt([`50a662db`](https://github.com///commit/50a662db4b75c3f45cab8cfd8bd6aab08cc8448c)) - GH-312 Add total elapsed and total time to received block log output.([`ddd135bf`](https://github.com///commit/ddd135bf228017e401cdb377552545308e5b9afc)) - ([`815189eb`](https://github.com///commit/815189eba856fdaa155e15bf70246335b0c9e667)) - Merge remote-tracking branch 'origin/release/3.2' into GH-274-test-main([`d8b31674`](https://github.com///commit/d8b3167498ba1f8e0de77b55acd056312e5c9caf)) - ([`fcfe8276`](https://github.com///commit/fcfe827615b4f4c175a4a1cebabb061067710325)) - Merge remote-tracking branch 'origin/release/3.1' into GH-274-test-3.2([`4f039135`](https://github.com///commit/4f039135439867de1c046f54dc4cbeff7c0dd773)) - ([`4cd534a1`](https://github.com///commit/4cd534a148a9293630ca2e4cc94f8283921cbb3b)) - GH-274 Cleanup and provide more time before fork resolution([`fce62cef`](https://github.com///commit/fce62ceff56914c8e2be425bcfe4855623801142)) - ([`c877b1e7`](https://github.com///commit/c877b1e78bd007db869ebe9bfb673fb538faa8cd)) - Remove login_plugin([`050dbd82`](https://github.com///commit/050dbd82f7037afb9d96f8f962da7d0fd183e2f4)) - ([`81c088f5`](https://github.com///commit/81c088f5676a1cb9c0771bf99a18576dbcfc72fc)) - Remove global OPENSSL_API_COMPAT & OPENSSL_NO_DEPRECATED defs([`f4f5d181`](https://github.com///commit/f4f5d1814d1fbc2d27d46b5871707e2f6d38cf46)) - Remove YubiHSM support from keosd([`3c562035`](https://github.com///commit/3c56203544c42c6d1ecf8d97c1587328ee3f1c1c)) - ([`2b9a2a87`](https://github.com///commit/2b9a2a87f8831c3e753acb62f64fa910afc4d549)) - Merge version bump of 3.2.0-rc1([`714a0a92`](https://github.com///commit/714a0a929a380c459684c8f808605b774ff54154)) - ([`05fda58d`](https://github.com///commit/05fda58d3367a556332ed841fad3fbebee86757b)) - Bump Leap to 3.2.0-rc1([`9077f9bb`](https://github.com///commit/9077f9bbe26f66b39e40e27c9bea0a08bb651e70)) - ([`c1f88890`](https://github.com///commit/c1f8889088e4feb4ba697652f1b616c04666726f)) - Bump Leap to 4.0.0-dev([`b0c409a2`](https://github.com///commit/b0c409a2f8cfa4bc27e7f01340b0ba5947b9ef55)) - ([`dc13e727`](https://github.com///commit/dc13e7271d35506b64f57a89e789673bd00255fc)) - Change name of waitForTransInBlock and add waitForTransactionsInBlock which takes multiple transactions([`7f017d55`](https://github.com///commit/7f017d55904af98430992cb04c9596f3aa690913)) - ([`60cedbc2`](https://github.com///commit/60cedbc26bbf1e5b3daa7862c2ab1398891f1835)) - Keep version on main as 3.2.0-dev([`e11e7ddd`](https://github.com///commit/e11e7dddca4e96d677393917864ef75d35e273ff)) - ([`0b64f879`](https://github.com///commit/0b64f879e3ebe2e4df09d2e62f1fc164cc1125d1)) - Bump Leap to release/3.1.2([`2b514048`](https://github.com///commit/2b5140489caf134f867b0856c2e0851dd9e50f4a)) - ([`c0802907`](https://github.com///commit/c0802907785574d2a88b8e9d20236c4af71e35a6)) - Use standard library function to same effect.([`fc5a91e8`](https://github.com///commit/fc5a91e8b23ae1933f54adf6dd998bd5440020ab)) - Simplify loop condition as well as fixup binary search algorithm a bit.([`97711cb4`](https://github.com///commit/97711cb482572e5dc6f930ed04eb604e0d1a483e)) - Address peer review comment. Use dictionary comprehension.([`dab4422f`](https://github.com///commit/dab4422fa07125d7024e48733f9858967d4702e0)) - Address peer review comments. Use local helper functions to alleviate need for duplicate code.([`d45d5b05`](https://github.com///commit/d45d5b0551c0f8d3f26dcaf740ff87f4ba0724a2)) - ([`84c2732b`](https://github.com///commit/84c2732bf343898d477c32f779057899b537fb0b)) - Cleanup & Organized imports and from imports.([`7e9117ec`](https://github.com///commit/7e9117ec2f4e47755343bd6177e335f57ea9c32c)) - Report env and nodeos version.([`b78f465a`](https://github.com///commit/b78f465a7b732e692299c0b0ddf4b93dfd65b28e)) - Fix edge case in search algorithm causing infinite test loop.([`73e4b846`](https://github.com///commit/73e4b846f1c19d4f5d3d65896b8a64cd3393e4e2)) - Fix log dir cleanup to honor save json reports.([`9d5e0f2c`](https://github.com///commit/9d5e0f2c3541008f2a47bf18828cf546043b61b6)) - Updates from peer review.([`35ff3091`](https://github.com///commit/35ff3091c301b6ceb5845c86a95227cdacdc52a3)) - Add performance_test.py to run performance basic test scenarios to determine max TPS and report results.([`021307f0`](https://github.com///commit/021307f03599d2e67048ed1932feb698e4e4329f)) - Fix up formatting to break up long lines.([`11179c76`](https://github.com///commit/11179c764269316ce52d8f6d099530d805a0d9d4)) - Rework performance_test_basic.py to work as an import module and as a script.([`cb4e466b`](https://github.com///commit/cb4e466bdc33de5c89d3a4a8c17556fa4a1f5c3d)) - ([`01589aa8`](https://github.com///commit/01589aa80d8595ad9a3ad91cd733d62945aefb9b)) - Rename some variables so that waitForTransactionsInBlockRange reads easier([`8471ed7d`](https://github.com///commit/8471ed7d9d3e811c8c3e46ffcbe3f2e1bee7b1f3)) - Update waitOnBlockTransactions based off PR feedback. Fix a number of bugs in it.([`4ea4f5c9`](https://github.com///commit/4ea4f5c9768ad519dbb3b0785390db46d70c5c76)) - Add function that takes a list of transactions and examines a number of blocks to find those transactions.([`8a832b0f`](https://github.com///commit/8a832b0f99501951bd46f5d26d9724c932f72db9)) - ([`deb1fe13`](https://github.com///commit/deb1fe13bc077ecd086876a000428bd125e5520f)) - Remove uncessecary imports from log_reader.py([`4c7ca033`](https://github.com///commit/4c7ca0337dcb1117c997474543caf97b9dacaa6d)) - Print some additional parameters in performance harness([`286ef417`](https://github.com///commit/286ef417da3de209b43a22c6fd942740f677a62e)) - ([`94c6fd6f`](https://github.com///commit/94c6fd6f2cfcdaa9ecd260de3aa92d04c02b74be)) - ([`a8d48d40`](https://github.com///commit/a8d48d406082cc6ec5ef18dddd30b5589b3e870a)) - Bump abieos submodule to branch with warning fixes([`0c6ea09c`](https://github.com///commit/0c6ea09caf92ee982fd4dda6714c07ead8db0ced)) - ([`edbaedb9`](https://github.com///commit/edbaedb9892b620f87983f733e639b69052cbf71)) - Initialize all subcommands flags to false([`94bee321`](https://github.com///commit/94bee321512c0ea891c93843530509b8199c1be7)) - Install path fix([`94749d14`](https://github.com///commit/94749d14d41b368609338c35aac9f7a14c550df4)) - +=constraint for sc([`294fa457`](https://github.com///commit/294fa457f5f3521e0822f5d9043c29554c5322e7)) - Cleaned-up some of block-log stuff([`efd95340`](https://github.com///commit/efd953406add41633532169a739e2969bde15154)) - Ditched ilog, added constraints([`d198de9c`](https://github.com///commit/d198de9ce619bfa899b476fff63f7703fbf413a3)) - Replaced hardcoded leap-util name with var([`bb462ef7`](https://github.com///commit/bb462ef7894011c13b2607017e80c4d0b677cafc)) - Addressing feedback, part one([`90ce2073`](https://github.com///commit/90ce207393c559115a8e6e068fdd05e288752e51)) - Added bash-completions configs to leap-util and cleos([`57cbae4e`](https://github.com///commit/57cbae4ed946425d14812a086a910ff7a5316269)) - Removet leftovers of genesis from chain-state sc([`511f6dbc`](https://github.com///commit/511f6dbc693c105eb4d886f8c785ef13c4ed8b16)) - Multiple changes([`e592a4a5`](https://github.com///commit/e592a4a584a57a30d5f4d4266706e09889d334ef)) - Added chain subcomand, refactoring, bugfixes([`08e0f226`](https://github.com///commit/08e0f22643895e66d9f0af4916692bbe07ea866c)) - Updated CLI11 header to the latest([`75ffc6b6`](https://github.com///commit/75ffc6b6f4ae4e9fc672e1acbb40bfa99de5cf7a)) - Linting and cleanup([`134c448d`](https://github.com///commit/134c448d3af07d21fdb2a9af3e2071972672286e)) - Simplified makefile([`acc1a62e`](https://github.com///commit/acc1a62ea1dabbbd5770137d8606003221cb4b81)) - Added bash-complete scripts for both leap-util and cleos([`4829bcf1`](https://github.com///commit/4829bcf17a97d3ec04009060b497d6faf08f6e64)) - Moved cli11 in interface only lib, adjusted cleos and leap-util to use it([`45e33e59`](https://github.com///commit/45e33e594b49deac99ecb1674e52b7c8d2c598ef)) - Added handling of return code([`613627f4`](https://github.com///commit/613627f4e90cb55894d01a22bff86e4d23063121)) - Added boilerplate for snapshot subcommand([`48d55efe`](https://github.com///commit/48d55efe31692a22e0bb0a316ba62b028b072a84)) - Define cli option for displaying lots of help([`60969166`](https://github.com///commit/60969166db226ba10f05ba92ffc845e47882f560)) - Remove accidental clang-format checkin lol([`8bc08263`](https://github.com///commit/8bc082636e2a647108075c8052571c7b31480d24)) - +=actions_blocklog([`1a0d3ef5`](https://github.com///commit/1a0d3ef5d5a2db0c03b211a6d2b7b4836d8a912b)) - +=blocklog, initial raw port([`54b7eac3`](https://github.com///commit/54b7eac369bd8f320bb1481f128cfb4b46e6a367)) - Added autocompletion for bash([`97c19806`](https://github.com///commit/97c19806d956ae48b10f793419340e1e1668af58)) - Scaffold, putting cli11 subcommands in separate files([`d9612057`](https://github.com///commit/d961205788efad4a6dcee674c07ea3a98a961cb8)) - ([`28f8ac17`](https://github.com///commit/28f8ac17043e4ec97c8dbe6cd0d9f75caae706b4)) - ([`c5543ffb`](https://github.com///commit/c5543ffbc0a83dbbd386f1641ddf960c10a7b0df)) - ([`f4227f61`](https://github.com///commit/f4227f61799157e5b9446b6b00e57d18198d63a6)) - Initialize slice_directory::index_header::version([`f8e29794`](https://github.com///commit/f8e297943f70ff3d1595ee3cae44fe595bbe7997)) - ([`5dc9667d`](https://github.com///commit/5dc9667ddf782fb2fd8ce347da47f5496bfefc5b)) - Merge remote-tracking branch 'origin/release/3.1' into mandel-301([`d0874b10`](https://github.com///commit/d0874b101161860b2b28a5f3492fa7cc2028afec)) - ([`66f1d618`](https://github.com///commit/66f1d6184af6bbe50dab3dfbc2bc510d4f2256bb)) - Mandel-301 Fix replay to correctly add trxs into the de-dup list([`6d84717e`](https://github.com///commit/6d84717e3ec1eb029669ff55a1b62e616eb6cff7)) - ([`631b3bf9`](https://github.com///commit/631b3bf914afb279097f39702a5ed5c7b9d1f712)) - GH-231 Do not log or subjective bill for duplicate trxs([`d5df14df`](https://github.com///commit/d5df14df11dceb6777004c75538fe2bb6b3708f2)) - ([`88266e4a`](https://github.com///commit/88266e4a7966b748f347eafa8d6e358cab92d02f)) - Update libff submodule to branch with warning fixes([`e288d800`](https://github.com///commit/e288d80030b3565df81b719bf8d7a58c548a94df)) - ([`3b1f748b`](https://github.com///commit/3b1f748bb93b58ca8e9ae019b35d8327b44a9a09)) - Fix some warnings([`57338c09`](https://github.com///commit/57338c0979b553c52c9791ba3053ca350febd3ab)) - ([`bf24a0c9`](https://github.com///commit/bf24a0c9f5545fef61be31121729e5511d9df791)) - ([`8939ff9b`](https://github.com///commit/8939ff9b0f1f38e24a0d06d72da120673212f929)) - ([`44fdec78`](https://github.com///commit/44fdec78859546519bafda674b41775d8007d3be)) - Bump softfloat submodule to branch with warning fixes([`81afb585`](https://github.com///commit/81afb58554f66f41ef95f1e3018cc5c834b318da)) - Add back a statement accidentally removed by commit 60e0ad1ec2c4eaf06c0aff90d662dd6eef986d31([`173d4077`](https://github.com///commit/173d4077d2ef1dfb9cff5d1ee10b2701362eb920)) - Remove _DEBUG and related code([`60e0ad1e`](https://github.com///commit/60e0ad1ec2c4eaf06c0aff90d662dd6eef986d31)) - Reenable warnings for softfloat and wasm-jit, and fix a warning in wasm-jit([`3b83c1b8`](https://github.com///commit/3b83c1b8356e2150d4c4e4209985f02a74be79e6)) - ([`ced3542d`](https://github.com///commit/ced3542da584535c03534ad67ab245acd8010ab2)) - ([`17aada57`](https://github.com///commit/17aada579ecfb53b849e5324eb078a2790bad27a)) - ([`908cc0e5`](https://github.com///commit/908cc0e5161047cf27392962c634ce6e92febf3e)) - Split log level info into bullets and minor edits :doc([`2f201f45`](https://github.com///commit/2f201f4590cff78ce53f43061d00dbaf1633b65f)) - Make first sentence summary for each log level :doc([`0c203a7c`](https://github.com///commit/0c203a7c14a5e85aea4b574ea3aff2e90b0b4051)) - Remove line wraps, no need for docs :doc([`873c2b9d`](https://github.com///commit/873c2b9dc19cc59bca22b1df0bce9c5f8d3c2856)) - GH-209 PR feedback([`dec78515`](https://github.com///commit/dec785155c425f664561b10b4edbdcd3a1681465)) - GH-209 log levels not debug levels([`954ee422`](https://github.com///commit/954ee42233ee4f42b355a41ca58e72d09344e9dd)) - GH-209 Add information about log levels([`2c877bae`](https://github.com///commit/2c877bae806bf215e6e8ba522f679444bf282ca0)) - Remove bad_alloc from FC_LOG_AND_DROP; use __builtin_unreachable to surpress warning in elliptic_webauthn.cpp to aviod potentially breaking consensus([`c0a20305`](https://github.com///commit/c0a20305d03ed70a1a3599388d7ca84837bbc5bd)) - More compiler warnings cleanup([`3a95707e`](https://github.com///commit/3a95707e6ff5b68d13f2dc38e32cafcfa2155d45)) - ([`ee30a687`](https://github.com///commit/ee30a6872aa31e06e22359e2f65dad1f6bae78f2)) - Calculatue trx cpu and net stats and add to report.([`23fc3b7f`](https://github.com///commit/23fc3b7fd464433fb2c82f6e47b2d1315c1ba4bb)) - ([`2eb7b365`](https://github.com///commit/2eb7b36542a6a45886c565e751839c1215d747a5)) - ([`384efd1f`](https://github.com///commit/384efd1f28d8fa050986805922661dc7f72ddb3a)) - ([`0f51325e`](https://github.com///commit/0f51325e89d4fbf0814c1354b364c90558061a72)) - Adress pr comments to change how space stripping works, and give an example for logging-level-map in help.([`260bfa95`](https://github.com///commit/260bfa9563037f7b986ba046cf78771230ba694e)) - Revert expectations change due for performance_test_basic, as it was already handled in cmake([`682ad392`](https://github.com///commit/682ad3920504abbf19f13ac03e01e367ab5402a1)) - Adjust test expectations until missing transactions are resolved.([`14886933`](https://github.com///commit/14886933ba618fe86b19c3fdd1f1d59d26926d54)) - ([`4835a049`](https://github.com///commit/4835a0494df4bca6526fbe5169cfec0806550095)) - Allow node specific customization of logging levels via cluster([`c5b07a3b`](https://github.com///commit/c5b07a3b1851387ab5715e3386010134f81c859c)) - Move canonical handling of logs to calculate stats and create a performance report into one location in log_reader.py.([`05024c33`](https://github.com///commit/05024c33057fb2dabe8e13e9cecb01a033f391a7)) - Remove sleep. Vestige of earlier dev testing.([`344a30f9`](https://github.com///commit/344a30f9b73c2f190fe4603201eca745f1055b7a)) - Updates to better structure log dirs and make compatible with read_log_data.py([`e873a074`](https://github.com///commit/e873a074e057bf7dc408cb691fe7ec3c3f0255a5)) - Log total trx sent when reporting number lost([`50463841`](https://github.com///commit/504638416b280e17eda57e5e27ce90726aeab4f8)) - Don't log all the transactions if not found. Simply notify of total.([`fa2c4145`](https://github.com///commit/fa2c4145b6bf7038e8afd21c19bdd6d8c62684fe)) - Peer review comments.([`40305a54`](https://github.com///commit/40305a544c22a96a542d169abaeab9c88e1ffa3f)) - Address peer review comments.([`f7d5ec95`](https://github.com///commit/f7d5ec955a5d6f367d245e9162d2e870468b3f93)) - Calculate trx latency stats.([`e19956d8`](https://github.com///commit/e19956d89eab9ce78f638c1c54e46d5743da9ec8)) - Log trx provider's sent transactions and timestamps to new log directory.([`3595e228`](https://github.com///commit/3595e228a9326fa8fb12960b4764f4774c6067df)) - ([`bb50177f`](https://github.com///commit/bb50177fd46d5e561013830fa4c57585a7b03f3c)) - ([`24b23ab3`](https://github.com///commit/24b23ab3b98b0a616bf1f6baba2cf2fb89de4158)) - Bump chainbase submod to main with more log context on load/write([`ef9ea247`](https://github.com///commit/ef9ea24769c33c38861e12c43cbc51438fb416d5)) - Bump chainbase submod to branch with more log context on load/write([`6ee33c23`](https://github.com///commit/6ee33c23e43e57cecfb8f32aa185bdc54f2fd8c8)) - ([`20014771`](https://github.com///commit/2001477110105d8bee940cb53dec719b3247605e)) - Disable unused-function warning in secp256k1([`36ff69f9`](https://github.com///commit/36ff69f9416167d0f1cf0e657d7e4c8d9da4c6b7)) - ([`b5d19148`](https://github.com///commit/b5d19148eea53d4f3c546f9a3d9772c654d40131)) - ([`4ce9a8ce`](https://github.com///commit/4ce9a8ce60e513ef801b41bb9c5207a0f2894975)) - Merge remote-tracking branch 'origin/release/3.1' into GH-228-keosd([`5cce2cc1`](https://github.com///commit/5cce2cc12f28533b1799cdb9b3750bef9eaa0231)) - ([`60781e26`](https://github.com///commit/60781e26d40537f26385fbbc0891cb1a8a3f1aa6)) - GH-228 Increase keosd http-max-response-time-ms for tests for slow cicd machines([`6df8582f`](https://github.com///commit/6df8582f1abd06a094baad63a461ea91f586b9bd)) - ([`fad78911`](https://github.com///commit/fad7891100251e86a21e8b0190efc933cd5e4c14)) - Manually set PKG_CONFIG_PATH for openssl on macOS([`70129af8`](https://github.com///commit/70129af847e571be5258075de9dd8d922d54bd40)) - ([`81f016bb`](https://github.com///commit/81f016bbfc5a9e1fc2fc18ae74e25d853f586ec1)) - GH-229 Remove additional unused variables in 3.2([`3011a2b2`](https://github.com///commit/3011a2b2c551b776b4e17c3562e7f4948d737843)) - Merge remote-tracking branch 'origin/release/3.1' into GH-229-warn([`5153211f`](https://github.com///commit/5153211f6ed5f80d6bb64e5c0b27ebb0914cbb8f)) - ([`4186f5e4`](https://github.com///commit/4186f5e4b86b078a6fc49e2a6707e2571ebf14b8)) - GH-229 Remove commented out code([`78d04774`](https://github.com///commit/78d04774d8d5877b15f2413e1c5681ee7892cff5)) - GH-229 Fix GCC strict-alias warning([`62e5800b`](https://github.com///commit/62e5800b6795c496b7932c980bbbe81bd7dac8c1)) - GH-229 Remove #pragma to ignore strict-aliasing warning from chain_plugin. Also removed pragma to ignore unused-variable from config.hpp. All other changes were to address the removal the ignore unused-variable.([`16cd06db`](https://github.com///commit/16cd06db1cd2b8dada165c009de0d4d5c5b8474a)) - ([`bf1f40a4`](https://github.com///commit/bf1f40a4f5590c5881ed230dbf02c48421cfc4ca)) - Remove alternate k1 impls([`56b52a1a`](https://github.com///commit/56b52a1aa599f6fac2f0b64eee53aa1eac7c0ec2)) - ([`b99e842e`](https://github.com///commit/b99e842e93a34130dda1d97efd18c949f4003379)) - Avoid redefining _mm_crc32_u64([`2d92aa94`](https://github.com///commit/2d92aa94808983d66832fcf698d9b40d998614e0)) - ([`d1fd865c`](https://github.com///commit/d1fd865c3553cde856ea470f59fa1b0d5eba2e6f)) - "null out" iostream's library dependencies on macOS([`957e24fd`](https://github.com///commit/957e24fd48ebd73777f9e851eb16b3b0246451b8)) - ([`ab8fdf7e`](https://github.com///commit/ab8fdf7e57696c2b1a2b8f389acab0bb28796fc8)) - Merge remote-tracking branch 'origin/main' into desubmod_fc([`ce683732`](https://github.com///commit/ce68373277d43ddd336e3b09ecdb2ba789f6b0b8)) - ([`b4992ab0`](https://github.com///commit/b4992ab0372213edb332e125c3f68136cea9fa5a)) - ([`d491f6ad`](https://github.com///commit/d491f6adef413f3df29c06f966f36dc0ddfd88b4)) - Merging docs trace_api fix from 3.1 into main([`9dfeb086`](https://github.com///commit/9dfeb086baeab0b26a94c0b8179fc6050471e130)) - ([`e0da4671`](https://github.com///commit/e0da4671a78803587ab2c6b5f86051c67d9ac026)) - Merge remote-tracking branch 'origin/release/3.1' into docs-openapi-trace_api-3.1([`ba983dba`](https://github.com///commit/ba983dba2aeee6a0c522f82514218df5738f429b)) - Trace_api docs show all schemas returned([`c0efca06`](https://github.com///commit/c0efca061756d7eb99e20c33ca9ab132ef60c990)) - Taking workflow.yaml updates to stay in sync([`86ea6b39`](https://github.com///commit/86ea6b39e97e8b7d0e90d5f5431a6ce3ef7a3e36)) - Updated trace_api openapi documentation([`31e63147`](https://github.com///commit/31e631473baa563051e284bea1bd51bc4ae4385d)) - ([`bed1ac99`](https://github.com///commit/bed1ac996e02c06f5e75c0f7b816326e6e5a2bd0)) - Add manual links to plugins API reference([`55d9bb55`](https://github.com///commit/55d9bb551cfb6102be94542539c363a0973f7704)) - Make html comment MDX-compatible for doc6s parsing :doc([`fcafd0cb`](https://github.com///commit/fcafd0cb1f93ff7e9551b02bdd5163785d973485)) - Replace applicable eosio refs to antelope :doc([`9c8e0d0e`](https://github.com///commit/9c8e0d0e76cab15d1780a3ef6e7fbc0c25751248)) - Curate github and eosnetwork.com links :doc([`2599b8d0`](https://github.com///commit/2599b8d0d9c0dab6962c1d5c66bb6d94a525a9a4)) - Replace EOSIO refs with Antelope if applicable :doc([`cd5a76f4`](https://github.com///commit/cd5a76f49f7d075c4a8fe530afb147078e4f08b6)) - Small fixes per review comments([`de0756ac`](https://github.com///commit/de0756acce535e58ef52e77d2be517b92901725a)) - Documentation fixes to power developer doc portal([`2bbcdae2`](https://github.com///commit/2bbcdae2f63e9345ecd1f8f9f6ff5bc50ccf7258)) - Moved unsupported stuff in a separate file([`61176512`](https://github.com///commit/61176512ef1842b2b82a441f399ea41800e049d6)) - Added FreeBSD build instructions([`6cccdfa9`](https://github.com///commit/6cccdfa98c3616464b019eba1ef6e49b39378a6f)) - General doc cleanup fixed broken links and unclosed '<'([`847d114e`](https://github.com///commit/847d114e62a54196efb63c2c55eb1973fdb2dcf3)) - Fixed butchered by md plugin index([`287a6e79`](https://github.com///commit/287a6e799a0d5a1bdbb58edc6de2791e3901a0a3)) - Update "an EOSIO"([`27cb589a`](https://github.com///commit/27cb589ad90e88059ccbea6dadc4e9b55ea5980e)) - Mandel -> EOSIO([`0da59704`](https://github.com///commit/0da59704a62c9969779112aa29f0de46c1b57264)) - Fixes added link to DUNE([`4c8f1fd3`](https://github.com///commit/4c8f1fd39f213791d67a498923339bdccd617169)) - Docs cleanup([`05099f95`](https://github.com///commit/05099f957ad32b572f2b255ac20ee5e7da8ea4b6)) - ([`de8e6258`](https://github.com///commit/de8e62584e20deba7a8a2df0a9ef3cc872c6298c)) - Merge remote-tracking branch 'origin/main' into docs-openapi-trace_api([`dd3e6e01`](https://github.com///commit/dd3e6e01b108abd9d0a69c3986e81504d4b8a96c)) - Trace_api docs show all schemas returned([`dfbc9cda`](https://github.com///commit/dfbc9cda6dd5ca8a714f5e3da1f320d04d9de13c)) - Saying in sync. Merge 'origin/main' into docs-openapi-trace_api([`5c76188d`](https://github.com///commit/5c76188db3b4467a7a811d4d66832c7e5808ce8d)) - Updated schema for trace_api openapi([`fa87b159`](https://github.com///commit/fa87b159edb77dee82d08bde0ffd9d58e0177ed4)) - Updated trace_api openapi docs([`8827ce38`](https://github.com///commit/8827ce38a4c777925cfe44116a2a35fa2ff83dd0)) - Updated docs for openapi /v1/trace_api([`6393c079`](https://github.com///commit/6393c079952cc94e0d20e570b7090c6de66d6259)) - Misc cmake cleanup & discrete license removal to fc desubmod([`d5af1838`](https://github.com///commit/d5af1838fbc0339e289f776ed5dd261a27083bc2)) - Addtional minimal changes to get fc fully built & test after desubmod([`92b790b8`](https://github.com///commit/92b790b8e4cb7640bf00fe3740d56b22ecc5d6ed)) - Desubmodule AntelopeIO/fc@6f9fc55([`74cd5fab`](https://github.com///commit/74cd5fabdcbf937be6af5bfcae509ce861e927c9)) - Move wasm-spec-tests to unittest directory([`b7bb2d3e`](https://github.com///commit/b7bb2d3e94250a7e128d94e6b9deff3af26fce9c)) - No longer need submodules during test([`758a033c`](https://github.com///commit/758a033c63a16db370b23b53c7f8634ec12909da)) - Tweaks to CMakeLists & removal of discrete LICENSE now that desubmoduled([`457b12da`](https://github.com///commit/457b12da9111d1bc12a0c7eabe8621cd0348d0c1)) - Desubmodule AntelopeIO/wasm-spec-tests@112c682([`9fce462d`](https://github.com///commit/9fce462de5d6702b2a95e91d875756de42119703)) - ([`b172da3f`](https://github.com///commit/b172da3f663a072ddba12e5f4bdd07e1f260f144)) - ([`da66222b`](https://github.com///commit/da66222b92649893779b9c378ef3327157d52094)) - ([`43555bd4`](https://github.com///commit/43555bd49b1dfe83c7349414aca383c42e40849c)) - ([`e401c23f`](https://github.com///commit/e401c23f0ee3a52f0f5362ced0bd0a394b10186f)) - Merge remote-tracking branch 'origin/release/3.1' into GH-223-ctrl-c-test([`44490957`](https://github.com///commit/44490957165fd26188cd42c93d624dd3646ec6e0)) - ([`0571a0a6`](https://github.com///commit/0571a0a6c010cf0b42a8b094a858768fd7a8ff01)) - GH-223 Wait for system init transaction to make it into a block. A test failed because it attempted to use the system contract before it was init-ed.([`f2d077f7`](https://github.com///commit/f2d077f70f017d7da5fe931984d1c19f0ed9b716)) - GH-223 Remove hard-coded Test succeeded message([`68b25435`](https://github.com///commit/68b25435575d5688aff49a3e157eb1704d1b4145)) - ([`c665605d`](https://github.com///commit/c665605d5a73639609a97d850b4f89ee927be598)) - ([`cb58bba3`](https://github.com///commit/cb58bba324a701ef172d76bca7d88d9643cf6624)) - Always run the long running tests -- including for PRs([`239bb348`](https://github.com///commit/239bb348d103d9f792903505ab22e3bbf529decc)) - ([`5086dee5`](https://github.com///commit/5086dee55b89b4591b1b36242143b3bba220a287)) - Merge remote-tracking branch 'origin/release/3.1' into ignore_missing_files_tar_ci_main([`0d4b6a7a`](https://github.com///commit/0d4b6a7aaff9f5bfed853d8a662972034f6d5bcc)) - ([`f1d2ff57`](https://github.com///commit/f1d2ff57ca8b05d7973fbfe5a89bee9148ba9cc7)) - Tar --ignore-failed-read on uploaded failure logs([`746cc81f`](https://github.com///commit/746cc81f298a7a3d112e71fa2ef0243dc052f28e)) - ([`5d87e004`](https://github.com///commit/5d87e004d7e61696a050b946f4b56d58314b45b2)) - Merge remote-tracking branch 'origin/release/3.1' into GH-217-fix-lr-test([`efd6f0bd`](https://github.com///commit/efd6f0bd78ff0701fa6343383055e4d5fd9d4a14)) - ([`62ae11f7`](https://github.com///commit/62ae11f75aa3b7434847b75b1852a634156b38d3)) - GH-217 transferFunds returns None on failure([`57fa42d8`](https://github.com///commit/57fa42d8162fbafc687d3511c138f52cf94879b7)) - GH-217 Remove debug print causing log spam([`1cc2fce5`](https://github.com///commit/1cc2fce50fb523cf3150d15a7d6f6b6c8e46873e)) - ([`b288dacd`](https://github.com///commit/b288dacd7509a843cf44f22990a52cbe19fffcbb)) - GH-186 Log std::exception for http calls at debug level.([`a73b5236`](https://github.com///commit/a73b5236e6f13a0a9b18ca0fafe5f4958320bdb2)) - ([`da1d88c0`](https://github.com///commit/da1d88c0696ba0dec24346a23ad602e5724aba8f)) - GH-139 Use Python 3.5+ feature of capturing stderr in CalledProcessError([`885d8fab`](https://github.com///commit/885d8faba1325336a09e84b03baac734162936e3)) - GH-139 Use Python 3.5+ feature of capturing stderr in CalledProcessError([`b888d9a3`](https://github.com///commit/b888d9a3b305af17f3cf56fb98bc5ff9a4a35d2d)) - ([`a465eceb`](https://github.com///commit/a465ecebfa7600ff3c8e7107ee7dfd14bea7fcc9)) - Merge remote-tracking branch 'origin/release/3.1' into GH-139-cleos-return-codes([`bf4267ef`](https://github.com///commit/bf4267ef1a4489749496297dd84a29901d0d7974)) - ([`58102971`](https://github.com///commit/58102971ea2e303a7da7a74236916fe5da0ccda1)) - Bump version to 3.1.1([`f12be2fd`](https://github.com///commit/f12be2fdec830af97d831f866fde879cf49221a6)) - ([`508ff971`](https://github.com///commit/508ff971009038dd103cfff258f663a98bbdb27a)) - GH-139 remove unneeded optional([`ced38878`](https://github.com///commit/ced38878781ee8c45ab077b1e74532599a828fea)) - GH-139 verify is an object before get_object([`8282cd5a`](https://github.com///commit/8282cd5a90790fc4bede127b486ad876686a7834)) - GH-139 stdout,stderr are byte arrays([`89466843`](https://github.com///commit/89466843df10169cf3e098e8a1c8e68834d56349)) - GH-139 On cleos failure capture both stderr and stdout in output as some tests are expecting to find errors in the trace.([`04a831e7`](https://github.com///commit/04a831e77ab4c935cedc82ab93683ef150bfb93f)) - GH-139 Fix for setting error code when no error actually happened.([`ea7e3a34`](https://github.com///commit/ea7e3a34ea6f2497320070112f025e264f5f0c1c)) - GH-139 Update cleos to return an error code on failed trx processing similar to before --return-failure-trace was added.([`3b57d5a2`](https://github.com///commit/3b57d5a258bb5e9bddb35d862da8a5b292ee5d3e)) - ([`893e0ab4`](https://github.com///commit/893e0ab424737ee595ec2c408fe7786520022b3f)) - Add missing incoming_persisted in get_trx_type([`77d4029a`](https://github.com///commit/77d4029a12364b53b3e0e7bad39cef740f7687f3)) - ([`c58668f3`](https://github.com///commit/c58668f3bbc3d440ca7956efa651714b36255aa9)) - Remove elog when ship thread exits([`79d74aca`](https://github.com///commit/79d74aca1bd1087687c2ed303cd0b694b5b38377)) - ([`2bfddd46`](https://github.com///commit/2bfddd467b91b9b4c5b7c77a0523893983c25d44)) - Add manual links to plugins API reference([`bf53b633`](https://github.com///commit/bf53b6334c6ef34b2f7d5d980c6175df5ac555cf)) - Make html comment MDX-compatible for doc6s parsing :doc([`2c7a0040`](https://github.com///commit/2c7a00408b20e0639f06b27f849240671774a513)) - Replace applicable eosio refs to antelope :doc([`6aae754d`](https://github.com///commit/6aae754d9c3e9032f5ae6e8df79bee3ad582a001)) - Curate github and eosnetwork.com links :doc([`013ed372`](https://github.com///commit/013ed372535ae182fa3d597350e7aa3cb409b063)) - Replace EOSIO refs with Antelope if applicable :doc([`8aca9cbd`](https://github.com///commit/8aca9cbd17112eb4bc4f7442fcee3e177adb010a)) - ([`25db760a`](https://github.com///commit/25db760ad71b1e5ec13374d453fff0fa33fbefc3)) - Merge remote-tracking branch 'origin/release/3.1' into ship_recover_log_main([`6c56cb82`](https://github.com///commit/6c56cb823a6a82225f899adb1c2b64fdbaab9337)) - ([`b7f969d6`](https://github.com///commit/b7f969d699a8e9fd5c03ea7b60875c8910fa106e)) - Make ship recovery logging be at info level([`18d72874`](https://github.com///commit/18d7287461021dcfe710af061de3c5f7199dd13d)) - ([`e06b1969`](https://github.com///commit/e06b19696beb887bc984cb7b8f868ce4d4109b60)) - Updated schema references to eosnetwork host([`84f6fed4`](https://github.com///commit/84f6fed4baa67ba53d71ad2312127b8bb4f6e428)) - ([`78aa0b17`](https://github.com///commit/78aa0b1727dba2014df0e8d1e111472c52263540)) - Added get_unapplied_transactions to openapi docs([`f548d369`](https://github.com///commit/f548d3698b6d3fa71c785c50818abf299f90184e)) - GH-109 Add /v1/chain/get_unapplied_transactions endpoint to producer_api_plugin([`7a064a58`](https://github.com///commit/7a064a58cea20f099878b2f06c3dd61ee97e7993)) - GH-109 Add lower_bound(trx_id)([`b767da35`](https://github.com///commit/b767da350e71dbd710d0bcc76fa05e32d60005fa)) - GH-109 No reason to store expiration([`dfbe904d`](https://github.com///commit/dfbe904db7a359f6f8ec1116ac8c545727386edc)) - ([`5b1f23e8`](https://github.com///commit/5b1f23e8240b799c8f161e33b6e3e83f965d0b06)) - ([`4b28484e`](https://github.com///commit/4b28484eab6e1de2030fcfa4d0a0c56224b06aa7)) - Update tests/performance_tests/log_reader.py([`1c6030e8`](https://github.com///commit/1c6030e834d1b4f84c483536bb8ab651b8c7defb)) - ([`acc5ca7b`](https://github.com///commit/acc5ca7bef0083e51e2935ce0524c8d49c16f42b)) - ([`aa13c290`](https://github.com///commit/aa13c290438a6ca0a08d338a1d93bea165ee048a)) - Cause trx_generators to exit upon sigint, handle log checking inside of finally, so that even early exits get analyzed, print new line in json to indicate if run exited early or not([`8c0fc29d`](https://github.com///commit/8c0fc29d4d7fbc81919acec44c98c511bb0f4504)) - ([`21b31527`](https://github.com///commit/21b315277ee4d13af3340a8997ef3fa18b2ea324)) - Use Ubuntu python3-numpy package instead of installing through pip([`2907e20f`](https://github.com///commit/2907e20fa63bfc1c27e39b85326c1da508bb7090)) - Add calculating and reporting on block size over time during test.([`2ff87c60`](https://github.com///commit/2ff87c60d588a72c2873839f9ccdeb97dab22d7c)) - ([`6d20226f`](https://github.com///commit/6d20226f3773ad76a3cea128973b623b81e738a9)) - Update report format. Allow report creation separate from writing to file.([`0bcb4817`](https://github.com///commit/0bcb481783eeab2a5f23a9527544bc29d7b7a89d)) - ([`53324fc9`](https://github.com///commit/53324fc92e0657f05947296456257dbe2bc6a2b2)) - ([`2b9c2011`](https://github.com///commit/2b9c20113dd3016c7b6ee26c2cd1c31c27bbaac1)) - Fix whitespace.([`338fd61f`](https://github.com///commit/338fd61f1b7fcbba2663bd7c25f749fd848e5c7b)) - Install numpy and dataclasses where necessary in docker builds.([`7e36408a`](https://github.com///commit/7e36408ade333891424069abd4ef465a2e05b6dc)) - Use float for avg and std deviation for additional needed procision.([`9210f042`](https://github.com///commit/9210f042677f0fff1f97af332dc234c7d0ff4385)) - Merge again from origin branch and resolve conflicts.([`a4dcb351`](https://github.com///commit/a4dcb351582de61a208160845733851a716c68d0)) - Merge from origin and resolve conflict([`8f0a22e7`](https://github.com///commit/8f0a22e7a430594c8c3d32ed1fc51a55849dbc20)) - Allow both the option to save logs and the path([`926964f4`](https://github.com///commit/926964f4a950a5320aaba5e8e14ee516b48e828f)) - Address PR comments concerning how nodeos version is obtained and adding a save-json option to performance_test_basic.([`071e3598`](https://github.com///commit/071e359880881258f75242fb4daf60e0e035ce0f)) - Don't assume location of nodeos in exportAsJSON([`57d73311`](https://github.com///commit/57d733111ddc47072833143a7db2193d2225bcbb)) - Rewrite exportAsJSON to use a json object rather than string. Get nodeos version from console.([`fefbc5ad`](https://github.com///commit/fefbc5ad51c209a62829033c7d47aa655cd111fa)) - Allow exporting of data from numpy analysis to json for later consumption([`abac6b72`](https://github.com///commit/abac6b72a0492a622d09db409d22ecd5f6beeb4c)) - Fix whitespace.([`0de14479`](https://github.com///commit/0de14479092e09878e823574f1686d261408ff9d)) - Update ubuntu18 to install python3 dataclasses([`6db64d59`](https://github.com///commit/6db64d596351d8a6f6663f3415f23a902ea7dda9)) - Update ubuntu18 to install numpy([`ba38c3f4`](https://github.com///commit/ba38c3f48ff7538f57a72ce3f4a26876c58fca54)) - Update ubuntu18 to install numpy([`a3795d70`](https://github.com///commit/a3795d7086bd2f4a6a63d458675af4dd41707db0)) - Update ubuntu22 to install numpy([`7bc7c4d2`](https://github.com///commit/7bc7c4d2909e8903ddb6c887f005cee9ad4581e6)) - ([`eff8cf3b`](https://github.com///commit/eff8cf3b4ad92721346a9e495985f4be94ec72bf)) - ([`6039acd3`](https://github.com///commit/6039acd372b08d1018dd109d0a8a47f31b689d90)) - ([`6544a1aa`](https://github.com///commit/6544a1aacddf39841ff1dc04dc08f076a6b5c8dc)) - Merge remote-tracking branch 'origin/release/3.1' into GH-178-lib-timeout-main([`3ef3e847`](https://github.com///commit/3ef3e847cbd54261f7e89dd811a9514102bc0170)) - ([`296b797a`](https://github.com///commit/296b797a3968d1409e1d0a90ab88707b2fd6efee)) - GH-178 Allow longer time for node to sync up after fork([`c7edfc67`](https://github.com///commit/c7edfc6796312f4378a170c06c133b287bcac625)) - ([`43cfa0fe`](https://github.com///commit/43cfa0fe4cd21c3469c0e28518e0d3228e5089e0)) - Label new issues with 'triage' label and add them to org project([`9718e528`](https://github.com///commit/9718e528024c7f71b18805b2593fd90142bd68b0)) - ([`471b08ef`](https://github.com///commit/471b08ef2244a7c50d9f76ea773c0e275acb1a59)) - Merge remote-tracking branch 'origin/release/3.1' into fix_relative_path_main([`94378c4b`](https://github.com///commit/94378c4b4df24dac2744a1070433d912005a4176)) - ([`b316199f`](https://github.com///commit/b316199f149752d8b5b11a2bbcb462aded016c56)) - Make relative path work([`20b3fe65`](https://github.com///commit/20b3fe654cf0fbaac9b31295a468332dc2660f1c)) - ([`9b49989d`](https://github.com///commit/9b49989ddc0bf494a3f33607a15ee36d32393857)) - ([`b98a223b`](https://github.com///commit/b98a223b0129ad55bc40560cc07dd47345225be5)) - Updated swagger for http production producer plugin([`2aefa0d3`](https://github.com///commit/2aefa0d3c91007a480d39d41f6b5e01eab15421c)) - ([`5564e9c3`](https://github.com///commit/5564e9c32556ba692696c3d2f51f6c3c890b8cbf)) - Enable CI testing on more platform combinations([`85cab276`](https://github.com///commit/85cab27623c5e78ed95ccbf074970653148b21d7)) - Only give package write permission to single job that requires it([`5c38a6d8`](https://github.com///commit/5c38a6d8d8d7079b3a355830e459d1358db7614e)) - Move NP&LR test population into action; fix action zstd on u18([`e9d99f71`](https://github.com///commit/e9d99f71f589782ac4a43f0652c4f393df98a66f)) - Commit package-lock.json to ensure reproducibility of dist/ generation([`b473d78a`](https://github.com///commit/b473d78aa0e0ce4c94058265790e44f8a0b34ca8)) - ([`781aae4c`](https://github.com///commit/781aae4cbde196038a977899a588cb9cdad76965)) - ([`e3addf9d`](https://github.com///commit/e3addf9da4f4c39270fc13d1b670fe5503ac6ea7)) - ([`56f858d9`](https://github.com///commit/56f858d97a4b906bf472846b39f22f78534f1116)) - GH-174 Do not track failures when subjective enforcement disabled otherwise it can affect trxs outside of those failures([`b47f3f56`](https://github.com///commit/b47f3f5635741295af8ca263877e02eccd488823)) - GH-174 Do not apply 3-strike rule when subjective billing is disabled or if read-only transaction.([`eaeaec02`](https://github.com///commit/eaeaec0278691c241a624b18542fe0e27982b0f4)) - ([`44ec05bf`](https://github.com///commit/44ec05bfce701e5f01cb55aef210e93b7c92a062)) - GH-149 Add 3-strike rule to speculative blocks.([`d6b3efeb`](https://github.com///commit/d6b3efebe34c8b657a0c96397ead82a9aee6162c)) - ([`86ca76db`](https://github.com///commit/86ca76dbf12021dd0d8fe409e3d4609b839937d6)) - GH-118 Update test case for unpacked-action-data option. Also add new test case expecting default of packed action data.([`cf703279`](https://github.com///commit/cf70327975773a691b9afae2c47bb7bbd9a5231d)) - GH-118 Revert back to not automatically unpacking action data. Instead only unpack action data when explicitly aksed via --unpack-action-data option.([`7aa26d5d`](https://github.com///commit/7aa26d5dc38b8ba1a0f3c0a87db777871a129d10)) - ([`58a772f6`](https://github.com///commit/58a772f6776d7192ce51367740274e9673ad6f14)) - Merge remote-tracking branch 'origin/release/3.1' into no_leaky_release-build([`5074bea6`](https://github.com///commit/5074bea6632e8da67da36f3aa35d7c61f24de9cd)) - ([`f0427832`](https://github.com///commit/f0427832a9f7de3eb52703523ab5a7b938576815)) - Use a temp dir for release-build test as it can leak creation of config([`b1898478`](https://github.com///commit/b18984782517339bf3f38483d4a1f64306c53fc3)) - ([`04c625bc`](https://github.com///commit/04c625bcbf2241dc59eb18c861afb6d3f7042341)) - GH-119 Cleanup const use.([`c0233fbc`](https://github.com///commit/c0233fbc3c4f8cf7eac60dbb056ae4434bd08d89)) - GH-119 Move log of every failed trx to transaction_failure_tracing logger.([`88e6f0dd`](https://github.com///commit/88e6f0dd1089018b65f06405f47c4e263eed443d)) - GH-119 Move idle reporting into on_incoming_transaction_async([`ac6fdb8c`](https://github.com///commit/ac6fdb8ccde18ce133e3c22b6ec729385987ed4c)) - GH-119 Refactor trx idle time calculation. Track and report failed/successful trx #/time.([`bfac6897`](https://github.com///commit/bfac689761b40d5586245d5776ec55171104431b)) - GH-119 Track and report block idle time and trx times per block for produced and speculative blocks([`e56ea68d`](https://github.com///commit/e56ea68db10a081eb9053a3500080454cfc1116b)) - ([`15472c41`](https://github.com///commit/15472c4186a85d4dafc38ebf06651e22f12629b0)) - Remove initial_chain_id in genesis.json as it is not supported. A remnant of long ago...([`f66af885`](https://github.com///commit/f66af885ab3841b5f652b6bc0a9d55793261f17d)) - Move parallel tests to 'hightier' runner([`19110808`](https://github.com///commit/19110808768295c224b742b451e6600371702276)) - Break out chain data section knowledge into chainGuide.([`93fb1f71`](https://github.com///commit/93fb1f71f9e27bf9999330c50b4cc56c8661a74e)) - Lower expectations for performance_test_basic in CI([`c0c85a78`](https://github.com///commit/c0c85a7808b5c5258910c71ed418ee4fb7805bb5)) - Add space for formatting in launch_transaction_generators.py([`ebfb7397`](https://github.com///commit/ebfb7397dbc4bae004879235c5fda4428df73ced)) - Adopt a indentation style for python involving multiple line function calls([`dd755d81`](https://github.com///commit/dd755d814d4bab640f60745a90a7f4e7ceeb369e)) - Code review to address formatting of code.([`3178edf5`](https://github.com///commit/3178edf599f73cad6c71a667265747f1e5582ee9)) - Improve performance_test_basic. Solve failure. Add seperate script for spawning multi trx generators.([`ef6000c7`](https://github.com///commit/ef6000c7877f4502228164a4e44c6965fb53393b)) - Initial changes to setup multiple transaction generators.([`609fadc0`](https://github.com///commit/609fadc0edabf715d84ddfa867b8743a14051bca)) - ([`bef7f342`](https://github.com///commit/bef7f3426d245cad04e7eb7448d677753a8418c3)) - Add testing around TPS scoring implementation.([`6c58ca37`](https://github.com///commit/6c58ca374dbad659620c93d649bd7da5a0faa84b)) - ([`f5953b89`](https://github.com///commit/f5953b89bc461048ec410ab8d59a947ee2f45677)) - Added error code handling for python script([`7bbf911e`](https://github.com///commit/7bbf911e6ef499fcd977731660291c111b318f1a)) - Added early termination status([`f5e12615`](https://github.com///commit/f5e126156f0c2b5485665d10bbbb99393283b58f)) - ([`48537e63`](https://github.com///commit/48537e63c7cff97b2f9ae001598472f0796a1c22)) - Have help display defaults by default.([`b8cddd07`](https://github.com///commit/b8cddd079ef86d2069cbfb713a5ebac073a534dc)) - Clean up argument.([`fbb0f5d4`](https://github.com///commit/fbb0f5d4422293387911ddad51344b3ee6696d88)) - Increase max block net usage.([`d4c60a04`](https://github.com///commit/d4c60a04349294f3df7e87e43e9fd38993b26866)) - Update max-transaction-cpu-usage per peer review.([`d159aaf6`](https://github.com///commit/d159aaf6c9a7fc51ddba90f91b065016006125e0)) - Provide genesis.json file for performance harness([`b2996c60`](https://github.com///commit/b2996c607b14beff832db3f1591331b481dedafd)) - ([`7abb8b61`](https://github.com///commit/7abb8b6184dac8d7f5db6c35a08605cfdd583c42)) - Make duration and tps configurable to python test script.([`2b5b06ae`](https://github.com///commit/2b5b06ae84bd8180beecfa9d5a91143a78c51f87)) - ([`76172456`](https://github.com///commit/76172456216a0914706c9e437852650d2d595834)) - ([`b5686841`](https://github.com///commit/b5686841038465b8041027c654fef5b89cf04f4a)) - ([`2a5dd768`](https://github.com///commit/2a5dd7685671af80a26de62efa2385e8d9a861be)) - Need to install python3-pip first.([`22446a0e`](https://github.com///commit/22446a0ed0abcc25c826484bb3ee5e850f95b801)) - Add numpy dependency installation to Dockerfile for ubuntu20([`ace914e1`](https://github.com///commit/ace914e1a4cb22e2b37698b2b401af7fce5b13a8)) - ([`55455cb8`](https://github.com///commit/55455cb8452b761748b2d50a044930f6be0ff45c)) - ([`fafa3572`](https://github.com///commit/fafa35721941556ca58c502d794d0ea8d3a5e3e3)) - ([`3395c0dc`](https://github.com///commit/3395c0dcaa0d3895a650665e40df48eb8ba13bb5)) - Merge remote-tracking branch 'origin/release/3.1' into pinned_script_dl_overwrite_main([`8bef87fd`](https://github.com///commit/8bef87fdd6bbf2cf68464e0d7b31112fe93bebc3)) - ([`9f66b0b0`](https://github.com///commit/9f66b0b0e57d65a56d653bd715f881339611059b)) - Always overwrite old downloads in pinned build script([`8cd2e116`](https://github.com///commit/8cd2e11610899579aca2b5b89e32061afcab901e)) - ([`ddfe2b6b`](https://github.com///commit/ddfe2b6bb04c5ef5c5171d8c78b46d2555654bec)) - ([`ad84c3af`](https://github.com///commit/ad84c3afa3fc8236e91c899a9c2d950e08f80731)) - Merge remote-tracking branch 'origin/release/3.1' into GH-115-no-blocks-main([`1cf95cf7`](https://github.com///commit/1cf95cf7c4dbfdfe3663c95b86a330531ff0c6e6)) - ([`bf115f72`](https://github.com///commit/bf115f72ae403895078eabbca552d1f6a75ea2d7)) - GH-115 Only reset sync_source if actually used. Otherwise code is expecting a response from a different source than sync_source.([`ac0cf77f`](https://github.com///commit/ac0cf77f5a3e488bcf089da1bcf809f448272a2c)) - GH-115 No harm in sending a handshake when no block has ever been received.([`c489ba4c`](https://github.com///commit/c489ba4c195a78ade70a85523c502224d74f5084)) - ([`e7457c83`](https://github.com///commit/e7457c83ece7bec73d45697d63ff4a2141bb83c2)) - Set CPACK_DEBIAN_PACKAGE_ARCHITECTURE instead of DEB_ARCH.([`acd452e3`](https://github.com///commit/acd452e37bf17ffd66772e3d71aba181f5600dba)) - Use CPACK_DEBIAN_FILE_NAME when setting CPACK_DEBIAN_BASE_FILE_NAME([`c325c174`](https://github.com///commit/c325c1746e7f0710d22fef1b525d17c6e91710b8)) - Proper setup .deb filename in CPACK_DEBIAN_FILE_NAME variable.([`f3d95914`](https://github.com///commit/f3d95914534627e698d99681c43794f59cd3e466)) - Don't ignore package.cmake([`1364041f`](https://github.com///commit/1364041fb6ec1114ed3eaf7b27ca6ab941732dc7)) - ([`b650d0aa`](https://github.com///commit/b650d0aa13edcbe4a986f5dcc5dc8cd506d03d7f)) - GH-134 Use file under temp dir.([`636c0f58`](https://github.com///commit/636c0f5855c81e125910e2847be6bbec78925cd9)) - Use pid to avoid collision in snapshot tests when running multithreaded.([`bdfba672`](https://github.com///commit/bdfba6720c7624678aa54fa2c769f8b798fd0365)) - ([`0b1c8ab2`](https://github.com///commit/0b1c8ab2935535b1f70a49c2b78191bce74ced03)) - Support -1 for http-max-response-time-ms for unlimited.([`30736e9b`](https://github.com///commit/30736e9b0c3fc934c67e6e5095150585d3ba6053)) - Add support for time_limit_ms to API endpoints: get_activated_protocol_features, get_table_rows, get_table_by_scope, get_producers, get_scheduled_transactions([`da60fe3e`](https://github.com///commit/da60fe3ec59910c454a1ae5e70f3feb1bd2d088e)) - Merge remote-tracking branch 'origin/main' into http-max-response([`3a63ac5c`](https://github.com///commit/3a63ac5ccdf3a01a06007e57443d8425462ea128)) - Use http-max-response-time for limit on complete run of http call including time for main thread and http thread. Puts limit on complete execution including conversion to JSON.([`06ac1bcc`](https://github.com///commit/06ac1bcc8c8c113663680cc9badee044322a744d)) - Remove hardcoded 10ms limit for chain_api_plugin calls and instead honor http-max-response-time-ms.([`76e3e418`](https://github.com///commit/76e3e418f4db803eb5708353b95fb776e2c500ce)) - ([`7175728e`](https://github.com///commit/7175728e9693626b9c4db39b3a17108c6761de0d)) - Bump abieos submodule to main with 2.0/3.1 ship fixes([`1f1ec234`](https://github.com///commit/1f1ec234adf778541bfc58d258fa8ddb560eecc3)) - Bump abieos submodule to refreshed 2.0/3.1 fix branch([`a0747e7f`](https://github.com///commit/a0747e7f91b78a61a5de49ad7a7155c1c9ce1955)) - Bump abieos submodule to branch with 2.0/3.1 ship fixes([`62347795`](https://github.com///commit/623477958bf45f1827a3fe52e2024c96ed97ca7f)) - ([`c714f8b2`](https://github.com///commit/c714f8b23598e4b19adaaaede2c27baf06611076)) - Revert "remove YubiHSM support from keosd"([`474acaaf`](https://github.com///commit/474acaaf92f9169b5919f753326c1b087c1774e7)) - ([`6bb5f503`](https://github.com///commit/6bb5f503ebae2bc891aa2e8b27f9b3a07de30146)) - Merge remote-tracking branch 'origin/release/3.1' into GH-127-trx-fork([`5c20fa37`](https://github.com///commit/5c20fa3744a9daa21923348c9a090dad75ed6906)) - ([`1710441d`](https://github.com///commit/1710441d57c499d1843ef19aa5f071f09dbb7464)) - GH-127 Verify on the correct fork before verifying trx status([`e46a6386`](https://github.com///commit/e46a6386dfe4848885182f8cb089638105c80598)) - ([`be8f3c97`](https://github.com///commit/be8f3c973c8a8a4efb5ef99490fbab59d89c546d)) - Merge remote-tracking branch 'origin/release/3.1' into sub-bill-uint32-main([`cf483517`](https://github.com///commit/cf4835170a3cc7c4c3bcbc360349fe64fe81a1c9)) - ([`06d6cf37`](https://github.com///commit/06d6cf371d22486bfe26042835d0f0aa596662be)) - ([`78dc95e8`](https://github.com///commit/78dc95e81e33d93a8310bb63e03681b6d6914791)) - Uint32_t for microseconds of subjective billing only allows for 1.2hrs before wrapping. Use int64_t instead which matches type used for objective billing.([`086ba23c`](https://github.com///commit/086ba23c0c9cff391669aa6c9edcc32276b57af8)) - ([`c18ed8f6`](https://github.com///commit/c18ed8f63b90e0b9746b3b4f13382fd1266a9ba5)) - Undo changes to nodeos for json snapshots.([`39d28301`](https://github.com///commit/39d2830104b02f2dd13c0cadae78bae52028376e)) - Pull in main from origin branch([`782dfafd`](https://github.com///commit/782dfafd45758c931aadaeb7e1d4c0ae851435b3)) - Merge remote-tracking branch 'origin/main' into snapshot_json_support([`0ba28711`](https://github.com///commit/0ba287118624061957129eac4a5757fe737bf693)) - Delete snapshots from json_snapshot_validity_test([`68827edf`](https://github.com///commit/68827edfd68f1b2dbefc9f9f48e685814b3c767b)) - Allow new snapshot json test to pass when using multiple threads([`1061b945`](https://github.com///commit/1061b945014507a227088322d9f7623af51ae48d)) - Merge remote-tracking branch 'origin/snapshot_json_support' into cleanup_improve_json([`21cb19d8`](https://github.com///commit/21cb19d8ef2fd48922b726ea63b3d0852cc10296)) - ([`0d7637cf`](https://github.com///commit/0d7637cf853b430092724a337eefb11a50312a42)) - Merge from main([`c42b1b43`](https://github.com///commit/c42b1b4334764f137995f6bdb2c3086d0830c0e0)) - Move namespace collosion for rapidjson to top of include list to prevent possible collision. Rename rapidjson in libraries.([`92dc116c`](https://github.com///commit/92dc116c8e3c044b87d8de63eba5a244ce2d06ad)) - Change rapidjson to interface library in cmakelist([`5fce72cb`](https://github.com///commit/5fce72cb7168da16284b9f372a8cd835d6d5b546)) - Write rapidjson snapshot validity test case.([`408afb58`](https://github.com///commit/408afb5817f9d87c033d88613a8eaac99e6191a0)) - Update save json for snapshot test due to design change.([`c54d0c27`](https://github.com///commit/c54d0c27164f27bf23d8fb8cc3d5b607d6632df7)) - GH-771 Modify --snapshot option to determine json by extension instead of adding a new option. Improved memory usage so current WAX snapshot can be supported. Modified the JSON output so that table rows are an array which reduces file size and memory usage. Put rapidjson inside an eosio_rapidjson namespace to avoid ODR issues. Change CMakeLists to not compile rapidjson but only include it as it is a header only library.([`2520099f`](https://github.com///commit/2520099f7f4d1cc473d593bbba349fd477ae2745)) - Cleanup comment and newlines.([`ea5ce7cc`](https://github.com///commit/ea5ce7cc6d041101ea3084884400da522901a939)) - Switch over to rapidjson from fc::json for the json snapshot reader.([`aff12210`](https://github.com///commit/aff122104efe1f477b3012f1fc2c00c6b1452010)) - Change so json snapshot reader doesn't put entire stream in memory. merge snapshot and jsonsnapshot code handling([`30c833f7`](https://github.com///commit/30c833f70175b4c50e4aeb6c298a413eb1134837)) - Add json_snapshot to snapshot_suites so that the json_snapshot is being tested.([`46445273`](https://github.com///commit/46445273ad722e9c28b075d89f202bdca54ed68b)) - Remove vestigial function 'has_section'([`1892a298`](https://github.com///commit/1892a298918e15e4ca7c2273626d5b7dc1aa597e)) - Implement json snapshot reader([`afa88dda`](https://github.com///commit/afa88ddaafec568f9f65b161fa2954755dd3f179)) - Address PR comments, add better description to option([`84a4eae3`](https://github.com///commit/84a4eae3547b0693fce9ef31ef0e74ee1c1000e4)) - Add snapshot-to-json command line option([`9d1ff5f8`](https://github.com///commit/9d1ff5f8a804695d9c2407b0413567654ed091a9)) - ([`48caccb2`](https://github.com///commit/48caccb287ed3dbac797d9c7eb516e8d5f17a677)) - Merge remote-tracking branch 'origin/release/3.1' into validate_set_whitelist_blacklist_input_main([`fa6a9e1d`](https://github.com///commit/fa6a9e1dadfe9d9a99d26fbf10caa32023803dd2)) - ([`fc964312`](https://github.com///commit/fc9643125c5cdc7a6e9ab8c57f514ce05ae806ac)) - Validate input of set_whitelist_blacklist, add_greylist_accounts and remove_greylist_accounts([`37845160`](https://github.com///commit/37845160864a859d7d0fb65a8041cabf0febc04f)) - ([`9a6bb11b`](https://github.com///commit/9a6bb11bf98708974c7fd0b1c02a946c5ed7d7cf)) - Merge remote-tracking branch 'origin/release/3.1' into GH-105-finality-test([`76ab6ccd`](https://github.com///commit/76ab6ccdef289f11aa860083d70c4c60fe943618)) - ([`04469894`](https://github.com///commit/04469894b62175c7b7bfa21bc156e80335ca245c)) - GH-105 Fix for test failure when block reaches validation node very quickly by hitting the end of a block production window.([`539f8a51`](https://github.com///commit/539f8a5107ed9778e1f502c7bb5a85a1d8a461f4)) - ([`2d03e652`](https://github.com///commit/2d03e6526cd487ca95af1d0929ac5dbdbdd14a5a)) - ([`9c43225f`](https://github.com///commit/9c43225f4cdda4283db62aaa230ace298571ee52)) - Merge remote-tracking branch 'origin/release/3.1' into cli11_license([`705b5415`](https://github.com///commit/705b54155b4247f578c9f5f1e13318e2c83aa48d)) - ([`f36e59e5`](https://github.com///commit/f36e59e554e8e5687e705e32e9f8aea4a39ed213)) - Missed removal of RENAME line in cmake([`b5c43e1c`](https://github.com///commit/b5c43e1c9b44b63395e4cd23f41df0079faf46a2)) - Add CLI11 license to install([`65f8b20b`](https://github.com///commit/65f8b20b39c6a7b9a78a42c73b0bca13cacca760)) - ([`a4bef57a`](https://github.com///commit/a4bef57acd5524224620ea72efd05f8f35865331)) - Merge remote-tracking branch 'origin/release/3.1' into fix_beast_ws_defect_main([`5290de02`](https://github.com///commit/5290de022e2a8edef05ef7dc9b2944f3bb394926)) - ([`7935ba81`](https://github.com///commit/7935ba81343b23e5f31807aea1bd611d1a704e45)) - Patch boost 1.70 to fix websocket defect([`7c9d1bd7`](https://github.com///commit/7c9d1bd73b65c584698d7ce74a0af219545a5f53)) - ([`366fa37a`](https://github.com///commit/366fa37a4abecf578c480a8fdaa7809a5f44db67)) - Some addl whitespace cleanup.([`708ef811`](https://github.com///commit/708ef81198da7796723d08bb78ddd0ee12c2a482)) - Some whitespace cleanup.([`c92cb043`](https://github.com///commit/c92cb0431581cdd867dd34c270523cfa4ad566d6)) - Update to better use python idioms and libraries. Add minor inline documentation of behavior.([`3c6bc1de`](https://github.com///commit/3c6bc1dea3550e7cd9208c06b0aba45f9c204f2d)) - Add TPS scoring including min, max, average, and standard deviation using measurements of pairs of consecutive blocks over a defined window of blocks.([`89312604`](https://github.com///commit/8931260450f1e574f4d5fcf59e2d3872fa7d315d)) - ([`bcab3961`](https://github.com///commit/bcab39611d1e28a492dfbf3e100846aaf721b6d7)) - ([`658ce506`](https://github.com///commit/658ce50603dbc03dc581887373400e952f57129a)) - Name nodeos logs after their patch number. Add explicit defaults in test.([`86a4a504`](https://github.com///commit/86a4a504881ab98321526f656ca20e6f13b633b4)) - Rework nodeos_log_scraping_test and add old logging form to test.([`036d1cf4`](https://github.com///commit/036d1cf4ade6cb15ed5f84f46e92d8fff41e33be)) - Create a test to ensure Nodeos log scraping works as expected.([`1f2d832a`](https://github.com///commit/1f2d832ad8f2661b2edaab52699fe638c2be2ae8)) - Improved logging on test failure([`77f84d21`](https://github.com///commit/77f84d21645f62c0da084f58e4eb414d5a88afe3)) - ([`fb297c1e`](https://github.com///commit/fb297c1eee08e587491fb744986db231912e37e3)) - ([`1aebbbf9`](https://github.com///commit/1aebbbf91e2af66f26607110ae6da8835213cebf)) - Merge from parent([`bad58ad1`](https://github.com///commit/bad58ad1dcdec27df55b091eb903ec0f6f9c2876)) - ([`fe38c8af`](https://github.com///commit/fe38c8af7e25cabb65fff20cc5418b82de4cce80)) - Update import for new TestHarness package([`8dee4b18`](https://github.com///commit/8dee4b18ba4a94bab60c7301d1b49a7f88736f79)) - ([`ec4ff676`](https://github.com///commit/ec4ff6760185a8ccdb28190f29a5ba9a756f5c7e)) - ([`d3e8c4ab`](https://github.com///commit/d3e8c4ab555558abd269fde5bb2cf98f2ec07916)) - Move tests that are sub 3 minutes out of long running classification([`ea86288f`](https://github.com///commit/ea86288f6a5fb2893c070a7275dba61b28ee4a9a)) - ([`9f4f9a76`](https://github.com///commit/9f4f9a76bf8fe54355ce76752df9fb728b4639d1)) - Run non-parallel tests in parallel via containers([`95321fc4`](https://github.com///commit/95321fc44e66d203070691f9fc1ec93829d178df)) - ([`bc7edb66`](https://github.com///commit/bc7edb660f7568936f5d6dbd7b6374f077284142)) - Retarget fc to main again([`a7a1cbfd`](https://github.com///commit/a7a1cbfd23195af8a834b4b35d1c53d2a26173e8)) - ([`580f5469`](https://github.com///commit/580f5469dc2457288de5e88870210d64119a2344)) - Remove merge doubling of code([`92fa5c97`](https://github.com///commit/92fa5c97b9b8f3b01d02b10a34df0857a0d2125b)) - Merge remote-tracking branch 'origin/main' into replace_websocketpp_with_boost_beast([`817b24dc`](https://github.com///commit/817b24dcc839f00fa02c312418b650de452e7494)) - Merge from main([`d7d21d1d`](https://github.com///commit/d7d21d1d63640577a36fbe1647c1ac625bbe27a8)) - Temporarily point fc at branch to test in CI([`6e100b2b`](https://github.com///commit/6e100b2b1e037c990ec9a8e93ba538d2e897e227)) - Merge remote-tracking branch 'origin/main' into replace_websocketpp_with_boost_beast([`d0192ce1`](https://github.com///commit/d0192ce143bf278d8f2c24ab96ba6ea28ef35265)) - Run beast_http and common through clang format.([`b2e7127a`](https://github.com///commit/b2e7127ae1f39eab9adf1108e57d03b3c3be3531)) - Remove duplicate code. increase max_body_size([`ed13718f`](https://github.com///commit/ed13718f400d5ded7007e3e5a47dfa4ec48c155e)) - Address plugin_http_api_test failure and build failure([`f40e17d4`](https://github.com///commit/f40e17d43f200ab67f1a820125054beab39c53d7)) - ([`23aa0096`](https://github.com///commit/23aa0096d8c39ff44f54cc356b10ab01ccabe225)) - ([`e9cde7d5`](https://github.com///commit/e9cde7d57c1a18317d8f91bcbb2761e43733e35a)) - Rename get_scheduled_transaction to get_scheduled_transactions (notice the trailing "s") as get_scheduled_transaction does not exist.([`67003ad1`](https://github.com///commit/67003ad16ffc9671a799bb458601a8c1d34e3e17)) - ([`bebc33dc`](https://github.com///commit/bebc33dc5b34490dbbc09f56cc26a46a151917e1)) - Faster builddir upload & separate leap-dev job for quicker builds([`c88bfd7e`](https://github.com///commit/c88bfd7ec5e79b5f66c359d0ae140034ff7fca4b)) - ([`10d696f6`](https://github.com///commit/10d696f6a75bebb58f34abc362872c72e0cf1598)) - Merge remote-tracking branch 'origin/main' into remove_yubihsm([`56d94f26`](https://github.com///commit/56d94f265cf62be7df7b4053651ff06b621c2f03)) - ([`b18eaecf`](https://github.com///commit/b18eaecf48285f26976126f4ba29078c4649fd3c)) - Replace git commands from nodeos & launcher with libversion([`41a5f892`](https://github.com///commit/41a5f892d393e4fca77272386f84d5858202068e)) - ([`076c98e1`](https://github.com///commit/076c98e1db5e221d155b825bfa9265bfc59200ed)) - Merge remote-tracking branch 'origin/release/3.1' into GH-60-merge-main([`f6671927`](https://github.com///commit/f66719270b4ba6569bfceb4adb8a33c6ed30a8a3)) - ([`ac48773c`](https://github.com///commit/ac48773c516709a2013c93f192f253ad0734fd56)) - GH-60 Do not throw exception in posted lambdas to main thread as this causes non-joined threads to terminate.([`212533cd`](https://github.com///commit/212533cd5225b6d02f305073a179a7f736f11d70)) - ([`43aa9063`](https://github.com///commit/43aa90634b4242307b9677deab17381a578d70b1)) - Merge remote-tracking branch 'origin/release/3.1' into GH-49-merge-main([`76fceb9d`](https://github.com///commit/76fceb9d6a73892a69568411876f7e7b8719f53d)) - ([`fe08531f`](https://github.com///commit/fe08531ffe2fcf095ffd4ddaf12dee74b052f59e)) - ([`10ea02f4`](https://github.com///commit/10ea02f44bb9767d15aa13d591b8d28b1ea207a2)) - GH-49 Revert close if not seen block. You might not see a block if you sent them the block or if you are syncing.([`3091b8d9`](https://github.com///commit/3091b8d9f0a384e7c9afc5131bd8109755c3e232)) - Disconnect if not seen a block from connection for 2x heart-beat time. Revert reset to lib of sync_next_expected_num in start_sync since it is called outside exclusively starting a new sync. When starting a new sync start from lib.([`5b61b95b`](https://github.com///commit/5b61b95bec370c6f7c94de6a852080b833b2d769)) - ([`48d0d239`](https://github.com///commit/48d0d23911e2ae80e19338256b64691278021b76)) - Cleanup license file handling([`5c2f288d`](https://github.com///commit/5c2f288d0c94de4878d062ccdbe697c1a8564e16)) - ([`ec78c8d2`](https://github.com///commit/ec78c8d2a6366d8f28b8f5489f8edc3aa176e090)) - Merge remote-tracking branch 'origin/release/3.1' into GH-62-merge-to-main([`45e12249`](https://github.com///commit/45e122497502b015da37bf86feb50fc6e1dadaac)) - ([`31a7ce77`](https://github.com///commit/31a7ce77b76cb1fe6e4792415e9dbe5cfc25c078)) - GH-62 Fix python format issue that caused exception and test to fail. Rename eosio-ignition-wd directory used by tests and add to captured log directories on test failures. Move keosd test logs into var/ directory so they are captured on test failures.([`d780fd83`](https://github.com///commit/d780fd832ae33fee65347c536c79e745ea99d073)) - ([`1a746085`](https://github.com///commit/1a74608567609cec762a45acb76dcea5b453bac4)) - Remove nonworking Secure Enclave support from signature_provider_plugin([`097d6caf`](https://github.com///commit/097d6caf63c0e24382e82d4045d6c866f31342a4)) - Remove libraries/yubihsm submodule index I missed([`d74d5c62`](https://github.com///commit/d74d5c624deda4db0e8342a582156711e2658e6f)) - Remove YubiHSM support from keosd([`205641c3`](https://github.com///commit/205641c348d62aae091bdcd573e520655c00be9a)) - ([`25eb9bd4`](https://github.com///commit/25eb9bd4fab12b6b3bc7b020580a1d416075e62d)) - ([`b3ecc6d1`](https://github.com///commit/b3ecc6d1fc810364cb32fabc16061b5ce0f92f54)) - ([`9d138f7c`](https://github.com///commit/9d138f7c4d19afe4ca6096e03cf155a5df247418)) - Add auth to log([`ea67d4bd`](https://github.com///commit/ea67d4bde0e2d773696e7005d09f1776d5682a07)) - Additional cleanup for peer review([`48ea2987`](https://github.com///commit/48ea298718a2f03f815bd8578f7180e26426cc4e)) - Cleanup from peer review comments([`b14d7b42`](https://github.com///commit/b14d7b42a51427c02e7dba63fab23de11d38e326)) - ([`492aaa47`](https://github.com///commit/492aaa479b1a2db91e0202ed79526f0d27c62318)) - Merge remote-tracking branch 'origin/main' into prod-plugin-push-trx([`fc4d60c9`](https://github.com///commit/fc4d60c931b821b1d2241d3fdbfba6915334c453)) - Merge remote-tracking branch 'origin/main' into prod-plugin-push-trx([`448921c1`](https://github.com///commit/448921c13cdd729d50d7aebe8eb2036d56a970e6)) - Factor out calls to process_incoming_transaction_async to better handle unapplied_transaction_queue handling. Also use unapplied_transaction_queue iterator to avoid trying the same incoming transaction twice in start block.([`762ae01b`](https://github.com///commit/762ae01b11268c4b636b91b6673f4a10292277b9)) - Consolidate more logging into log_trx_result method.([`850de1ca`](https://github.com///commit/850de1ca356bf8a2c79e68da48c6aacd6e8c4f78)) - ([`51560375`](https://github.com///commit/515603758175b911808203f8d040e47702696bd8)) - ([`f35c5e64`](https://github.com///commit/f35c5e64d544bd3e1908ae51f9da569629b6a528)) - Fix for channels::transaction_ack not always being called on expired or invalid signature transactions.([`81a249c0`](https://github.com///commit/81a249c09df1af851df9e59cdf26bd0cc37d34c8)) - Reorder logging to be consist with other logging.([`a0aa3472`](https://github.com///commit/a0aa34726621e046d561bc138ebfae0619a0ca5e)) - Mandel-297 Refactor producer_plugin to consolidate controller push_transaction and logging calls.([`3273bd3b`](https://github.com///commit/3273bd3b9fe4209c0560be7af9c699c8b8e8648a)) - ([`321f2da3`](https://github.com///commit/321f2da312ce597c18bb8705b6b9ad6f4e273d9f)) - Resolve merge conflicts([`efd6d7e8`](https://github.com///commit/efd6d7e810a29fff5bf504d4ba4bd96691aa82cb)) - ([`aa93694f`](https://github.com///commit/aa93694f81d1238c1860b46fafb96463b409d67d)) - ([`3779056d`](https://github.com///commit/3779056dccf4775d4251de5516cec920d51a844c)) - ([`15497278`](https://github.com///commit/1549727859f12b4c1f905f02519500e18d443bb0)) - ([`106d596d`](https://github.com///commit/106d596d82326ea0bf006a26f068cde269aa0799)) - ([`e5217f16`](https://github.com///commit/e5217f16bf569c0ed90c755568bcbb9581632d11)) - Convert regression test framework into a Python package and update tests([`c14eefb7`](https://github.com///commit/c14eefb773f384c7ad6624f3baf47b3047459082)) - ([`df9529c8`](https://github.com///commit/df9529c8d7474f3b6254be4cc09c68e6ae62feaa)) - ([`d45aba47`](https://github.com///commit/d45aba4715af60b1eb6db07f01cec91e98ea57bb)) - Merge remote-tracking branch 'origin/release/3.1' into final_ci_job_merge([`7413ef19`](https://github.com///commit/7413ef19fab6e6f6c992143f3ef6d73808bffaee)) - ([`50894ace`](https://github.com///commit/50894acec3991dc108516089be52c47d61eabf88)) - Always make the all-passing test bubble up success or fail([`25b10298`](https://github.com///commit/25b10298499bf825d590abc3e904693999c9fdc3)) - Remove lr-tests from all-passing job([`297ab7cf`](https://github.com///commit/297ab7cffc759fe4490f9f72f36e1cdeedef195e)) - Add a final job that passes if all tests pass([`12c49729`](https://github.com///commit/12c497297dcbb02dce9f608b56d86cfc01f6f072)) - ([`3c9661e6`](https://github.com///commit/3c9661e67e5f66234871f967f28d1662bf1905b6)) - Bump version to 3.1.0([`6fb59bcb`](https://github.com///commit/6fb59bcb60b046b21785677c8eaf1bf5c455954d)) - Change long remaining = loc; to auto remaining = loc; to keep the type consistent([`c285e9fe`](https://github.com///commit/c285e9fe970834ebb7de838ea4108c9c651049b0)) - ([`52dc2050`](https://github.com///commit/52dc20503beefba71ffcff73426d8d594ab5438f)) - Remove trace_api_plugin_impl::set_program_options([`8d7d0411`](https://github.com///commit/8d7d0411bd5834f0de7658b720432f67dd8a128d)) - GH-18 Update max-scheduled-transaction-time-per-block-ms description to indicate it also includes time for incoming transactions according to the incoming-defer-ratio.([`1ad2ea4c`](https://github.com///commit/1ad2ea4c530acb0ea4a5081cad3e16e7bfa70d21)) - ([`bd250c60`](https://github.com///commit/bd250c605d7f17b4e9951c39eff767e8973b3021)) - Change from checking == to is for None comparison([`f6b1c2dd`](https://github.com///commit/f6b1c2ddfa9bfc2a9b47a57e3742cb49216399fe)) - Added option to pass ceaseBlock to read_log_data([`73dcde5d`](https://github.com///commit/73dcde5d9dcf3533a69705274494d2a721cd3fee)) - Rename some functions and move waitForEmptyBlocks back to test where it is used.([`d5c0aeb7`](https://github.com///commit/d5c0aeb7de103184eb09d8402fa5195bd5d8b147)) - Add script to scrap data from nodeos logs. Separate out helper functions from performance_test_basic. Fix a bug in the test regarding cease block([`d4bb9848`](https://github.com///commit/d4bb984805afa5dcfa365df92b138e9d0f53eeb8)) - Added creation of and parameters for tps_performance_monitor([`76230653`](https://github.com///commit/762306538aa41c163ee3936e151b6753fc8a9808)) - Added case to check for lag start resetting([`c49a7fa9`](https://github.com///commit/c49a7fa9517e31823c0d45117252a2acb09df48a)) - ([`c10b9719`](https://github.com///commit/c10b971949766efad653287fe71dd7d2ff001d02)) - ([`ede11774`](https://github.com///commit/ede1177407bb59fa2b9ecd46779e50a89b34611b)) - ([`97a6a966`](https://github.com///commit/97a6a9665ed369b882e1e82d086d5ad5ed92ad68)) - Use from_variant to determine logging_level in less code([`55f1fe48`](https://github.com///commit/55f1fe482de3f5b44bee731981d7cb48d7a35c1b)) - Merge remote-tracking branch 'origin/feature_performance_harness' into performance_harness_cluster_configurable_logging([`a725f99b`](https://github.com///commit/a725f99bf6183b9dd6972e9bc8c2cac5ee640ea0)) - Allowed passing of a logging level to cluster that will be applied to created logging.json([`b05090bf`](https://github.com///commit/b05090bfa6c15b1576de48a7830989da812f41dc)) - ([`d599c8e5`](https://github.com///commit/d599c8e56b9969653cdd19adf09b344790b83f8d)) - Added tests for tps_performance_monitor([`dbf40894`](https://github.com///commit/dbf40894f8a80cdd169fab5691f081e70e7f1d24)) - Added tps_performance_monitor([`c8666414`](https://github.com///commit/c86664142a21e119c5e7a779b9b9e6bfc2c61f52)) - Modified rate test to look at return value from generate and send call([`99b9b479`](https://github.com///commit/99b9b47907daa39b9c946ea7ec06f750b19f69c1)) - Removed code from main and put in trx_generator([`89bc7042`](https://github.com///commit/89bc704233cdf672b7a9af1666a3aac735df3cf6)) - Added check for null monitor([`53b8f6dc`](https://github.com///commit/53b8f6dc02fc6553954f20e324f629bfb281cc00)) - Added trx_generator to cmake([`cb0107c9`](https://github.com///commit/cb0107c9a67f87eff4f73255068f4419d5ae907b)) - ([`5af29f7d`](https://github.com///commit/5af29f7d78f6a82b80a931b864db0e7eaf4224e7)) - Update regex parsing in performance_test_basic to handle the old version of logging([`b84603ab`](https://github.com///commit/b84603abc8739929bdbe7b45dbc09705e28235c0)) - Rename trxResult to actually fit what is is a result of, a block([`8495376b`](https://github.com///commit/8495376b406ff8b7dbc9569be91b16226cefce1c)) - Change blockId variable to better reflect what it actually is.([`8c3c89f4`](https://github.com///commit/8c3c89f4ed9222f55c8a50f19d1dd9b5f4ca383b)) - Address PR comments about fstrings and type conversion([`c2e02ac7`](https://github.com///commit/c2e02ac718de959bf2140804e6d9472982969d13)) - Update totals on the fly in performance_test. Reduce code. capture stats better.([`add30637`](https://github.com///commit/add306379a7a6d2c378c05372183308d01d01bcf)) - Clean and consolidate python functions in performance_test_basic.([`035fba96`](https://github.com///commit/035fba9680c1ca6f5b6e50eda8e34e92906fdc98)) - Merge remote-tracking branch 'origin/feature_performance_harness' into performance_harness_create_data_structures([`8f0db470`](https://github.com///commit/8f0db470d7bee04795c810249ffc91d6b4363187)) - Expand data stored by performance_test_basic.py. Capture data into the python itself for future use. Add some helper functions and classes to facilitate all this.([`d78ebeb9`](https://github.com///commit/d78ebeb969b68af6f43cabb4de5264eb5e49d758)) - ([`cace23e3`](https://github.com///commit/cace23e324ec546979005a2258957aaa67408507)) - ([`1f25aed1`](https://github.com///commit/1f25aed130a0530180b2a806f00b046a4d921f9a)) - Fix generator, for now, to at least honor the number of trxs expected to send (not rate or time limit).([`df590967`](https://github.com///commit/df590967b01e4151f70ea663b6d83da7ac73cd26)) - Update test as trace api moved into default setup.([`195061db`](https://github.com///commit/195061dbafe90e54cc8320772995675e1c74246b)) - ([`48fba4a1`](https://github.com///commit/48fba4a1eee31d020a7390a6024521d349c4e209)) - ([`eaeab701`](https://github.com///commit/eaeab701e0c7bf7931dc3658a5954c6804780ca6)) - Merge remote-tracking branch 'origin/release/3.1' into merge_31x_readme_ci([`902353d4`](https://github.com///commit/902353d4266b4893e8965c5d448310b16c659211)) - ([`f2af37c0`](https://github.com///commit/f2af37c096f463a890a2143838c7da161ebbb08c)) - Explictly reference llvm11 in README's cmake command([`dbc768f1`](https://github.com///commit/dbc768f156469e179703a116ce351968d7b62a23)) - ([`854179cd`](https://github.com///commit/854179cd80f2dd713b7e8995becc48dfaa390444)) - Tweak name of dev package artifiact for consistency([`753b8a44`](https://github.com///commit/753b8a44afaa334cb075f4398c74a6a78d1c5550)) - ([`2d273538`](https://github.com///commit/2d27353850aaae32c2e0bcf63ca65cbb9504680d)) - Adjustments to CICD now that repo is public([`5dea1b17`](https://github.com///commit/5dea1b179d64f65fc06315be609aff2d2685475c)) - ([`00efe2db`](https://github.com///commit/00efe2db271ca73a52ed3b20fca9147ac41aeacb)) - ([`25a0d333`](https://github.com///commit/25a0d33391d25094820a73e7f71cd58c22507ed8)) - ([`6b842679`](https://github.com///commit/6b84267918d9e729c8ad0edc70596f7b1d5cbf2d)) - ([`096aa86f`](https://github.com///commit/096aa86f6f72d8edd3c5293f222ff9ede5e6ed1c)) - Use makedirs() to ensure success if var/ doesn't exist([`8d7a2933`](https://github.com///commit/8d7a293376a35ffb0a036077007d71a5377823b3)) - Use contracts & abi files in the builddir([`629d0fff`](https://github.com///commit/629d0fff9d7247ff4eb166c297634d05669e3045)) - Remove deceptive print() that's always an error([`518c8304`](https://github.com///commit/518c8304fa33ba78d03886826b858043b1516c96)) - ([`8e1e7292`](https://github.com///commit/8e1e729208656330e97278db6774796fb5a88c2d)) - Remove boost::thread usage([`0056fbf9`](https://github.com///commit/0056fbf9f87fa1cb4a1c92d63ccc6b20322b9f8f)) - Correct the feature name from black2 to blake2([`61e130be`](https://github.com///commit/61e130be8ac6fc65c9fa73c6ebc8d44c77d8bc37)) - Add blake2 and remove unnecesary include header files([`1e51b6c2`](https://github.com///commit/1e51b6c2e02748ae8d3068f3e0efad854617e86c)) - Hash benchmarking: add sha1, sha256, sha512, and ripemd160([`1fe04d32`](https://github.com///commit/1fe04d3288591845c48f0b5e71d4d6a417098739)) - K1 siging benchmarking: do not benchmark canonical case([`cbe5cfbd`](https://github.com///commit/cbe5cfbd8fb29584cac03b7b1858d333d1de7877)) - ([`88cfa654`](https://github.com///commit/88cfa6542794f4f7f966cb95c688f59d01147059)) - Make private key of k1 signing fixed([`254d6970`](https://github.com///commit/254d69702d8d6408ab07c5cb253a209c3965c4e7)) - Change printt_header to print_header([`52bce935`](https://github.com///commit/52bce935dafd63c6216f99270c7c69a2afe5eae9)) - Create a benchmarking framework and use it to benchmark crypto primitives([`1b1a467f`](https://github.com///commit/1b1a467f87f2829c0d7d67ad11526a0768f6c866)) - Fix sign compare warning in producer_plugin.cpp([`c0c4cb2a`](https://github.com///commit/c0c4cb2a40b5a51605b4350ffde03be254c3aaea)) - Fix unused variable warning in auth_tests.cpp([`e152b082`](https://github.com///commit/e152b0826e7d23e9b8da07af2300fb87f82f3343)) - Fix use of deprecated set_abi warning in abi_serializer.cpp([`5e3a36b7`](https://github.com///commit/5e3a36b7a5d77d4953aae69b27c5286708f2caec)) - Fix control reaches end of non-void functionwarning in deep_mind.cpp([`426826ae`](https://github.com///commit/426826ae3808135dc8fbf224790b746152abb215)) - ([`89c1345a`](https://github.com///commit/89c1345af9bd6d5631aea05f324b6dfc4f83afdf)) - Bump FC version to fix sha3.hpp compile error when Boost 1.79 is used([`27b9d942`](https://github.com///commit/27b9d942f3541450399b9622878b0a7cad2756a4)) - ([`85a2eccd`](https://github.com///commit/85a2eccdd98c36ee44756bffbf7a5905167355ee)) - Merge leap/main([`50e81753`](https://github.com///commit/50e817537838649c28b85af41f7153e93d12b781)) - ([`3041c381`](https://github.com///commit/3041c381b706b6f57b289c51e211209293a0627e)) - ([`9db5f97e`](https://github.com///commit/9db5f97e930e1416df9e460a0ce5de2979f70be7)) - ([`579d3f65`](https://github.com///commit/579d3f659b2dda2d2a515dd7bd866770f93f4e0d)) - Bump version to 3.1.0-rc4([`f27b0c0f`](https://github.com///commit/f27b0c0f4d3a9a91780db1a60c26082e09a4bdb0)) - ([`37cdac8e`](https://github.com///commit/37cdac8e56aa09f600e57f57e27754b368b7a735)) - ([`0d75d5b6`](https://github.com///commit/0d75d5b62588a9dbb52771fc34329a6451be3e62)) - Change art to 🅻🅴🅰🅿([`53ef3639`](https://github.com///commit/53ef3639ec573c3642c1b76da343537f0d42a550)) - Add back leap to DEEP_MIND_VERSION([`6c4286d8`](https://github.com///commit/6c4286d87152da07e16f295587dfb9512ee68639)) - More clearly explain what Leap is in the README([`29a456f7`](https://github.com///commit/29a456f7810aedc233c751d2ee7f99a16448340d)) - ([`be7f622c`](https://github.com///commit/be7f622c72fec36c97564eb96c2ea627f0958bfb)) - Update appbase submodule([`920ff0b7`](https://github.com///commit/920ff0b7bbeef47560a0eb66ec99da1f1c1ed05a)) - ([`0f9018bf`](https://github.com///commit/0f9018bfa658bd7faab5830f70239ae33f4877f5)) - ([`9d76aedd`](https://github.com///commit/9d76aedde1f748f1d29065cccc23d0057cb16e55)) - Migrate CI to ENF runners & new platform framework([`13040331`](https://github.com///commit/13040331fb854b8baca5ed4c6c9e8a0e58e0cbb4)) - ([`6b759d00`](https://github.com///commit/6b759d00e76c9a5ffaac4fe4109f66acabb79c62)) - Bump abieos to latest antelope-3.1([`20cad8bb`](https://github.com///commit/20cad8bb409261074f989a1a1c9fb4985c65eb16)) - ([`7cc20c33`](https://github.com///commit/7cc20c333c99ec16399444ea836b401272e47f35)) - ([`e42364ca`](https://github.com///commit/e42364caa19bee00db0ded1f66ae4ab1b61e7997)) - ([`e5a62757`](https://github.com///commit/e5a627575917f185a5e12dbdbccf8fad091f5208)) - ([`98b32403`](https://github.com///commit/98b324038202019f42850dbac3aec39b80911230)) - Bump wasm-spec-tests to latest antelope-main([`3a797ac0`](https://github.com///commit/3a797ac005f7a94447837963367e2791ba44c91b)) - Bump wasm-spec-tests to latest antelope-main([`481a4580`](https://github.com///commit/481a45801124be346738d5a6f6ee0c907be623ec)) - Update deep-mind.log to match DEEP_MIND_VERSION([`2a646f1c`](https://github.com///commit/2a646f1cdac43f592dca2a39f7ad88cd80083cc3)) - Remove leap from deep-mind version logging; bump eos-vm and wasm-spec-tests versions([`283fd825`](https://github.com///commit/283fd8251a7313b9d4d8a23bea5f02d940820afd)) - ([`2883ea97`](https://github.com///commit/2883ea9795ec415e042b71b1761fc6584e0de4f6)) - Some package related renaming of EOSIO to Leap.([`fa381cd2`](https://github.com///commit/fa381cd2aa9ab8fe264078006ba1a98d407eb06b)) - Use leap's own directory for leap-config.cmake([`031a170a`](https://github.com///commit/031a170ab3219391fed81ffffd56182c605ca5f4)) - Corrections to Bios Boot Tutorial([`c0ff864e`](https://github.com///commit/c0ff864e0b5e4dbead4f904632409d7a3f886293)) - More corrections of leap to Leap in CONTRIBUTING.md([`b33095c3`](https://github.com///commit/b33095c3b84db7896e9f7284ef9786ed48142552)) - Bump chainbase and wasm-spec-tests versions, change bios-boot-tutorial/README.md, use Leap (not leap) for noun, and several small changes([`8346b121`](https://github.com///commit/8346b1217822532f93b12e61655737a801d3ecc5)) - Remove mandel and https://github.com/eosnetworkfoundation/mandel references in leap([`33231836`](https://github.com///commit/332318365a045e7439f8cf80f12e5b9c46ed7f87)) - Update appbase submodule commit.([`d93fb8e4`](https://github.com///commit/d93fb8e435c0114768f3927b7d7c0daa09d5678f)) - Update submodule commits([`9094e038`](https://github.com///commit/9094e0382a5f24640fefe8ec7c1eefcf16b35db5)) - Rename eosio-wasm-spec-tests to wasm-spec-tests([`3687f2e8`](https://github.com///commit/3687f2e84b29b49f32728c1b345a586a8a0df07d)) - Update submodule URLs([`c7256969`](https://github.com///commit/c72569698306a02a2f5b87dd2385ed4127cecb8e)) - ([`98dc6511`](https://github.com///commit/98dc6511738e2d08d118100a171f2ee600dcb46f)) - Change action:: to action: in the log([`900b2a26`](https://github.com///commit/900b2a265f88ad00dab68c2f124b6c7a32139c88)) - ([`19ec766f`](https://github.com///commit/19ec766fa7195f3b3df28de3fec87934906eb692)) - ([`1f1243de`](https://github.com///commit/1f1243de18f0cd88983351d40e62240ce8074c7a)) - Merge remote-tracking branch 'origin/main' into cluster_trace_api_plugin([`318982e2`](https://github.com///commit/318982e2d9ce900c7b9cd90dbee2cf62d1b00852)) - ([`68179119`](https://github.com///commit/6817911900a088c60f91563995cf482d6b380b2d)) - Merge remote-tracking branch 'origin/release/3.1.x' into trx_retry_max_expiration_main([`df81354c`](https://github.com///commit/df81354c592ce17c3327c9bf669134c106a2fc67)) - ([`104cf727`](https://github.com///commit/104cf7279fbad1cf7e7467d78019dd9156c355e7)) - Increase default transaction-retry-max-expiration-sec from 90 to 120([`e87a707c`](https://github.com///commit/e87a707c11e0a391516eea2a4bd8a41ad7fd2f5b)) - ([`3aa13898`](https://github.com///commit/3aa13898c0bce0244d6585228b3a499fe3648bb1)) - Added file package to the list of installable packages([`a025339e`](https://github.com///commit/a025339e82952941b2837abd2755caa5a3dd3b1a)) - ([`573346fd`](https://github.com///commit/573346fdbc0a0d69d188ddd993490f24148ba7db)) - Modify header comment for kv_config to explain that kv_database_config is not in use and will be removed as a larger effort for snapshot v7 when that ocmes.([`f62ea0a8`](https://github.com///commit/f62ea0a8da005caeda4e2b54cf2d3ce20b38eb93)) - ([`e8fb022f`](https://github.com///commit/e8fb022fc34b0e236ef72db78f351e99039b8a08)) - Do not generate assert msg when bot asserting([`68e93268`](https://github.com///commit/68e932685a800543e5cf780cd35d00f771efe696)) - Update graylisted and checktime() msgs([`b49476c7`](https://github.com///commit/b49476c7e74a460d3e9e0bddb4919826254add3c)) - Added indication of subjective in err msg([`04b3d7e4`](https://github.com///commit/04b3d7e45dff36409ba12a88b6f035cfec385a50)) - ([`359e98c2`](https://github.com///commit/359e98c2e48528707a43292b35ca4ca6703a6b18)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-790-handshake-msgs([`df8665cb`](https://github.com///commit/df8665cbc72008e33548ba3382fd9d8ba47e5e63)) - ([`74fc8e6e`](https://github.com///commit/74fc8e6e4c9deabe443b17f99283c5eb1a39c677)) - GH-790 In the case the full block log is not available, prevent handshake message being sent sync-fetch count times to peer. For example, if the client requested 1000 blocks not available by the node, net_plugin would respond with 1000 handshake messages. Disconnect from peer with benign_other so the peer will move on to a different peer to sync from. This is what we already do for blk_send_branch when a block is not available.([`a9d70042`](https://github.com///commit/a9d7004269e9d2c6abaf46fa4cd66f129c74f3a1)) - Add back accidental deletions from large-lib-test([`51d664a7`](https://github.com///commit/51d664a7fd63f64282c4a637951fc60ef5e945f7)) - Move trace api plugin activation out of tests and into cluster. Default to trace-no-abi unless otherwise specified in a test([`15a5603e`](https://github.com///commit/15a5603e9f9f46f1b8f1bc555132c5fe8b75ecbd)) - Call get_detailed_contract_exception_info only inside log statement, remove use of fc::string and fc::unsigned_int, and better format the logging message([`2c9e99ee`](https://github.com///commit/2c9e99ee79ebd2595afd0fafa9dd03b16a78cfbe)) - ([`ba3614b6`](https://github.com///commit/ba3614b6da6ca29d5c8e461757d14a01d4b95ae6)) - ([`fda9c85d`](https://github.com///commit/fda9c85d3e6cfa2f6af12b85718c0b1c2c59fa25)) - Pin Github action skip-workflow at current v1.1.1 tag's commit hash.([`5e660e6a`](https://github.com///commit/5e660e6a198225c2ab4fbbe19a373fc9fa2d49ae)) - ([`453829a9`](https://github.com///commit/453829a979d57694c54af75764b5b52815871d5d)) - Add flag to prevent inadvertent resource monitor shutdown during test.([`12dc0492`](https://github.com///commit/12dc0492f6d9509ddc2d5cab18e38fa572e26a2c)) - Remove commented code.([`86d596ed`](https://github.com///commit/86d596ed647e28d5817f25bc8e2516330f5ea3cb)) - Move cli_test to nonparallelizable_tests.([`ffc369e5`](https://github.com///commit/ffc369e561fe606f141df712eb795d53063f9754)) - Replace cleos local abi file test with test harness version.([`e5c026a7`](https://github.com///commit/e5c026a7bb0eee53d17edbf76b0f941158e687b3)) - Fix merge problems.([`7b47eba9`](https://github.com///commit/7b47eba942f99683bf4d000b50c7696eba7fb3ee)) - Update expected error text from cleos in cli_test.([`c62fa032`](https://github.com///commit/c62fa0329bce8058ff348b86085886f8717e7a9d)) - Change workflow step label to something human readable.([`0a553b98`](https://github.com///commit/0a553b989692603ab18c47e4ba84eff24285086e)) - Make CCACHE_DISABLE visible to docker.([`02fce490`](https://github.com///commit/02fce4905e930993c20ab0453a4e62badb5c34ba)) - Fixes to disabling ccache.([`b034c565`](https://github.com///commit/b034c5652e695504c76fe148cb4ebc23ceebcc07)) - Forcefully uncache CMAKE_C[XX]_COMPILER_LAUNCHER cmake variables.([`592c440c`](https://github.com///commit/592c440c035b2c0e410a0b9aa0bbfcc5c41ea9f7)) - Add required token to search PR text in Github workflow.([`a225514e`](https://github.com///commit/a225514e09d37e196783d140eb4c00d0b8a5aa88)) - Add optional no ccache Github workflow. Use [no-ccache] in PR text.([`5e7b6423`](https://github.com///commit/5e7b64230e19821ee5600c6010a02a6a02876456)) - Fix merge problem.([`014fe70c`](https://github.com///commit/014fe70c10c95ef97212df5963ce3157b39e3671)) - ([`bdce1ed6`](https://github.com///commit/bdce1ed68f73b7a49a16e18b1d0881a90b8e1919)) - Fix whitespace and scoping.([`a0f59c37`](https://github.com///commit/a0f59c37abbff8f9c1263e0a5c5e0488719f54ba)) - Fix merge problem.([`38f46a6f`](https://github.com///commit/38f46a6f29025c5bdf416a6c6867ca2dc34c815e)) - ([`d0c6bb5e`](https://github.com///commit/d0c6bb5e82682eb1eb11bb5c566482c47c9c1c21)) - Add test cases for cleos new option --abi-file([`727bd442`](https://github.com///commit/727bd4420dd5570ba9e6d4e18d8bf6ea8380e3a5)) - ([`a39dcb92`](https://github.com///commit/a39dcb92ea920966e8009c1413c97e8b1758ec9c)) - Bump fc submod to main with fc::array<> from_variant warn fix([`f8a58d56`](https://github.com///commit/f8a58d56951340e205122414570eceb74789e25d)) - Bump fc submod for fc::array<> from_variant warn fix([`e58a3729`](https://github.com///commit/e58a372957d9fb889c11d4fdfdf19f17487e1939)) - ([`85a47ed6`](https://github.com///commit/85a47ed67f9ef3ec699ccf7819dfcae67084e078)) - Revert token test's asset warning fix for now([`507ba018`](https://github.com///commit/507ba018110337140484fb4cb3f8ef56a352be98)) - Grab bag of warning fixes([`5449f5bb`](https://github.com///commit/5449f5bb6510fa0ce68fe11c767a8bec8f9b15ab)) - ([`7466a356`](https://github.com///commit/7466a356576954964786e5bec9d4a180ca72cc9f)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-755-merge-to-main([`dc5c8bc1`](https://github.com///commit/dc5c8bc156cc960ad4dccedf5e0e441a50e6fbd6)) - ([`f63346e1`](https://github.com///commit/f63346e18a8b2ffafc17ee3141be17d15306c3c2)) - GH-755 Attempt connection retries for duplicate connections to handle corner case of one side disconnecting as a duplicate simply because it had not yet closed its end of the connection.([`efba1a95`](https://github.com///commit/efba1a953f47800c388e50584fc46ea9f20c353f)) - ([`5860c11f`](https://github.com///commit/5860c11f0228dcf1de7d9416ed4b257c57052113)) - Bump version to 3.1.0-rc3([`7bf8c135`](https://github.com///commit/7bf8c135c9ba11eb5517366e3ebfcc1e87eb797c)) - ([`461a0557`](https://github.com///commit/461a055722f367bfcc574698598582de674e0b81)) - ([`23ae97ab`](https://github.com///commit/23ae97ab2408461b1f9eeaa39875861919cc47de)) - ([`951f3593`](https://github.com///commit/951f35938e724d6ba54bc5697dbbdd73de6ce829)) - Update fc submodule.([`5370a21f`](https://github.com///commit/5370a21ff1717a961f56f4072c4ed08e8343ed2b)) - Increase subjective limit for mod_exp by a little bit.([`4c353f6b`](https://github.com///commit/4c353f6b24dffaede2b3c1c416930e44e9873041)) - Use more flexible subjective limits on mod_exp.([`749353ec`](https://github.com///commit/749353ec055f5751c0e906b6c090fdc74ce4f52c)) - ([`67d82520`](https://github.com///commit/67d825204b5d2947c0030e0e934441d9d8cff02d)) - Bump fc submod to main with hash warning fixes([`f64af6bb`](https://github.com///commit/f64af6bb62413f9b6a39a681c91b8bd4501616ef)) - Bump fc submod to that with hash warning fixes([`93ae5947`](https://github.com///commit/93ae59477db60f11a84f651fc3ffe0ac5b10200e)) - ([`348df649`](https://github.com///commit/348df6498573cbd98f20de9293eb551efaf9a620)) - Merge remote-tracking branch 'origin/release/3.1.x' into 31x_merge_prune_logs([`db0ae8d6`](https://github.com///commit/db0ae8d641b58017185c0509207bf976d6d7f190)) - ([`a6d362bf`](https://github.com///commit/a6d362bf8d79f379512db7a0e03e9f4db8be669d)) - Only create pruning log_message when needed([`2c43fc7d`](https://github.com///commit/2c43fc7d3bb7562062014fac2b759c57983b0d75)) - ... but restore the actual logging!([`6b202ceb`](https://github.com///commit/6b202ceb79840a76150ecafd523129eebe5aa6b4)) - Tone down prune logging to debug level for all but on enablement([`9b47efc6`](https://github.com///commit/9b47efc6b2ebb1fea9e0c941bc46975c5a9d1ec3)) - ([`e6c2c443`](https://github.com///commit/e6c2c443a1367e0f95d3d15c287177b8cee4337b)) - Added check for testSuccessful([`9f35958d`](https://github.com///commit/9f35958d1e6068a31bc63191b45af78841c6065b)) - GH-524 cleaned up whitespace([`3509fb3a`](https://github.com///commit/3509fb3a66ce1bb7e36b56b0a2463be4d28fe543)) - Added transaction trace plugin([`b73c365e`](https://github.com///commit/b73c365e6cd273223b9b88ef51253284c560af12)) - Removed kv test([`a8920615`](https://github.com///commit/a89206157a0225da2f88c3961dc80c75d5d7c1cd)) - Re-compiled nested_container test contract([`274cb2b0`](https://github.com///commit/274cb2b096414a88367c933edbedae41dcb35bc6)) - GH-524 removed kv test contract([`f46c75e1`](https://github.com///commit/f46c75e1e335fa0b10a8410f64361bb9d51625bf)) - GH-524 took out irrelevant tests([`0cb6c941`](https://github.com///commit/0cb6c941bfae83c546ae0478f18adc2d0cd4dabb)) - GH-524 Merge pull request #10635 from EOSIO/nested_container_support_set_optional([`2217875a`](https://github.com///commit/2217875a232b8b94262c254f5e81248dd64153f5)) - Added contract name and action name to the log; made a common function for the functionalities; used FC format_string and top_message([`1f60ee22`](https://github.com///commit/1f60ee22bc5a993e50b2d328eff682106c307217)) - ([`f9b85862`](https://github.com///commit/f9b858629e275ae655b343c41580ebc5b35a83a5)) - Return the error from the contract itself in the transaction trace log message for asserts([`4b81339a`](https://github.com///commit/4b81339a2b004966abcfb4c34299077d64cb644a)) - Small fixes per review comments([`7ca2be67`](https://github.com///commit/7ca2be67bc50761796f62e9ac193a369beba9eb1)) - Documentation fixes to power developer doc portal([`662c5168`](https://github.com///commit/662c5168c5268bb8a93a7c5ac65d24ef1e2d11cc)) - ([`6514a7d6`](https://github.com///commit/6514a7d6379000588c3923528e4da559c5a40c60)) - Make sure code name exists before using it, replace hardcoded ACT_FEATURE_DEFAULT_LIMIT and ACT_FEATURE_CURRENT_EXPECTED_TOTAL([`19c0e035`](https://github.com///commit/19c0e035fc546f4cbd18b779fa4377c35869b436)) - ([`5c698bbd`](https://github.com///commit/5c698bbdb0a4c66b4e1d8d1950eba8bcc8c17415)) - ([`d2d7996e`](https://github.com///commit/d2d7996ef2b9b0cac90b2c94e234dcfd78be4e45)) - Remove helper script([`9d21b276`](https://github.com///commit/9d21b276836de621e84c34626dc2008361e15b1d)) - Abi files updated. Add script to bring back abi and wasm changes to source.([`e94fe45d`](https://github.com///commit/e94fe45d4888819021675709b00d4dd43c11ae10)) - Update wasm and abi to current cdt([`c9801305`](https://github.com///commit/c98013059a4d1a086733a6f57f5cd7a24728e721)) - ([`195face0`](https://github.com///commit/195face0b7a7646369329f021342a351b3925157)) - Update fc submodule.([`6e72e794`](https://github.com///commit/6e72e794a775515662aca38990cfda0f0aa78476)) - ([`8bdf1d5d`](https://github.com///commit/8bdf1d5d75f7dcb355271de707b2e86c66beea3b)) - ([`65573e67`](https://github.com///commit/65573e67bae36f487b3bb244dc176fd4e077e0aa)) - Update fc submodule.([`8cbd077d`](https://github.com///commit/8cbd077d9fb913edb9cb240d437e468d5cadf17a)) - Add subjective limit to mod_exp host function.([`737baf54`](https://github.com///commit/737baf54467255c09db0a73181176dae33851f6e)) - ([`a0bda405`](https://github.com///commit/a0bda40586f16ea692b3277b63d72ff0a83f3aad)) - Merge remote-tracking branch 'origin/release/3.1.x' into some_more_31x([`846d883c`](https://github.com///commit/846d883cad2c78f71829124feeb7e7b0102b12d7)) - ([`fd97e91b`](https://github.com///commit/fd97e91b569eb82b8f12bfae39444d61792602c1)) - Remove broad 'using namespace boost'([`161097d2`](https://github.com///commit/161097d22814689f6dabbd866e5c25b0536f711f)) - ([`950032f9`](https://github.com///commit/950032f990513d3cc8239a10d569535bda5a064f)) - Merge remote-tracking branch 'origin/release/3.1.x' into embed_libtester_contracts_31x([`3bcaae48`](https://github.com///commit/3bcaae487e62d559b330cda3e481923788a0367f)) - ([`e272b867`](https://github.com///commit/e272b86709fc24cc74c4b768005c2f51503ea18b)) - Merge remote-tracking branch 'origin/release/3.1.x' into eosio_tester_install_fixups_31x([`1ac56260`](https://github.com///commit/1ac562602664df68df11b253b85e0c4b5a24dfda)) - Embed contracts required for unittesting in to libtester([`57fcf495`](https://github.com///commit/57fcf4956586044ab8a69aeaf74674f922fc8996)) - Modfiy libbuiltins for GNUInstallDirs usage & bump fc/ff([`d668e012`](https://github.com///commit/d668e0124233bb31fd61f1562456547569eada0f)) - Modify Tester.cmake some more for clean usage in -dev package([`8c7cfd00`](https://github.com///commit/8c7cfd00c9a42d21f118ce0dc5e0f9373742ecc7)) - ([`dd3b6a11`](https://github.com///commit/dd3b6a11854122724c93d50dddd0f3dee59929c2)) - Replace hardcodied protocol feature names and digests with dynamically retrieved names and digests([`3428e9dd`](https://github.com///commit/3428e9ddf046d9cad90b40f1ceb10f1db54f8c4a)) - ([`03af8979`](https://github.com///commit/03af897906e707f23c262c9ac1e21db70d3f00d9)) - Updated delay time([`08249764`](https://github.com///commit/082497643a3b43d6895deed0dd5b3d51aa9ca990)) - Added include of ([`b2f41f88`](https://github.com///commit/b2f41f8818f80a17bbde8ea3a43ba7c70635f7ef)) - Added trx generator tests([`9178ff6b`](https://github.com///commit/9178ff6bb879f977a6e5d4ffd18326c873f3308c)) - Reverted params back to uint32_t; changed sleep_time stat name([`c4978cd5`](https://github.com///commit/c4978cd537a19f7f1ba182db6e184f3e7b9f419a)) - Added test with longer simulated processing time([`da0ad0ec`](https://github.com///commit/da0ad0ec88aed5a7f76aa9b72d03df7b27aa5197)) - Added validation of test parameters([`e74580f1`](https://github.com///commit/e74580f1de45f892b81fd5c1487d5b016d417042)) - Added unit tests; fixed various issues identified by tests([`e564f1bf`](https://github.com///commit/e564f1bf438b37a29d1ad309b890f8af589449ea)) - Initial trx_tps_tester([`6a1f3ed1`](https://github.com///commit/6a1f3ed1b969ef816c471599addb475ae1d5d0c5)) - ([`0478825e`](https://github.com///commit/0478825ebf71de155295e3786b42c30a809f85e8)) - Revert unintended whitespace changes([`950bfae9`](https://github.com///commit/950bfae9674d785a0d8184b857ce9bb61bf4b03b)) - Remove unused import([`beca545f`](https://github.com///commit/beca545f3848491c5216d95b2476120365b28ca9)) - Change from microseconds to seconds for transaction experation to resolve failures due to expired transactions. Add missing declaration to trx/generator main.cpp.([`f8645a86`](https://github.com///commit/f8645a86f2bd8f78e306b7201f81e30d3c0e0197)) - Clean up variables in performance_test_basic.([`73087f04`](https://github.com///commit/73087f04e441b1ebb73b19a7cfcf800e7d004c81)) - Remove print statement([`4d5535e7`](https://github.com///commit/4d5535e7eed675236ffd01f68b9e07a89438042c)) - Merge in dev branch. Add missing declaration to trx_generator. Add checking for transaction count and waiting for blank blocks in performance_test_basic.py([`2a3e69b4`](https://github.com///commit/2a3e69b4283d023d907ec01c4ff2d7c2de95123d)) - ([`83a89ad3`](https://github.com///commit/83a89ad3d2cf5d8da1526d0473bfcec8c4ff1213)) - Add cli params for configuring test transaction duration (sec) and target generation transactions per second (tps).([`949407c8`](https://github.com///commit/949407c8a1e5753b9c7c8b5a32b38725efe6d3db)) - ([`d2c5a303`](https://github.com///commit/d2c5a3034ebe1f5ccef1e91cb3e81fee3703a181)) - Cleaned up spacing, naming and added comments([`d9f89749`](https://github.com///commit/d9f89749c407adff30529a2505708af30647c9b1)) - Added single send for signed trx([`2d17d0bd`](https://github.com///commit/2d17d0bdc5599c029beb03b298d370fccb8a3495)) - ([`2fcad333`](https://github.com///commit/2fcad33359a196442231f8b1e389babc99dcd52d)) - Switched to a socket implementation([`8f6d25c3`](https://github.com///commit/8f6d25c355a7a95efe027af37700ab3cfd0556d2)) - ([`54a3d1c3`](https://github.com///commit/54a3d1c352b720353e39f2c37499b67e6deff681)) - Address peer review comments.([`42c5900b`](https://github.com///commit/42c5900bc2bc06b14da3f3879778b476b6f86c3f)) - Address peer review comments: exclusively use snake case except in template types.([`fb0dd3ad`](https://github.com///commit/fb0dd3ada02ac8b36f7225bc54008176fbd64ce2)) - Create actions and transactions in more efficient manner.([`b25c7171`](https://github.com///commit/b25c717149acf4d9b14aa9b8a102564d9d56c257)) - ([`c6231eac`](https://github.com///commit/c6231eac2e251c404063d05b2dbd613dbac58ffc)) - Create command line argument for providing the last irreversible block id to the generator.([`5e87aa90`](https://github.com///commit/5e87aa90a00d37d5cee1c2855550be45bc1ce7fd)) - Pass in account private keys, for signing transactions, from the test harness script.([`4f4f8bfe`](https://github.com///commit/4f4f8bfeb21874f510e6807ad06f73685a67a1ce)) - Add ability to update & re-sign transactions before sending.([`48708f51`](https://github.com///commit/48708f51ad5a820145f2c507b9aa101806aa4ab1)) - Quick reformat to clean up a couple things.([`c7fc7ca6`](https://github.com///commit/c7fc7ca6fc303d37c292242a4ab7227213f11476)) - Add method to update and resign transactions for eventual transaction reuse.([`9f5ac3be`](https://github.com///commit/9f5ac3be4b11cf1aff09b7b7890c72dd671500fc)) - Update method name for clarity and logging.([`86c9f952`](https://github.com///commit/86c9f95287698dc661b1e4960b733aac27fc5e15)) - Remove previous push transaction implementations and tie into trx_provider send interface.([`d2eceded`](https://github.com///commit/d2eceded95f061df3b32c9212311914db2415c02)) - Remove notion of batching transactions and simply create initial vector of all base transactions.([`32805774`](https://github.com///commit/32805774a633c00ce207f54d38ef1227f266bc96)) - Add the microseconds timestamp of the transaction update right before signing for use in calculating transaction latency downstream([`afaa2628`](https://github.com///commit/afaa2628b2088f237204b9fbea3a5ce032a69cdd)) - Add delimeter between nonce prefix and nonce to allow for easier parsing out of transaction downstream([`3d3339a0`](https://github.com///commit/3d3339a05edca649fab8001ca4c22c71acebdd5c)) - Fix send_transaction method arguments so it will compile.([`5bf07dda`](https://github.com///commit/5bf07dda170e549c39b98406ac01b725f440d2be)) - ([`6b88de8d`](https://github.com///commit/6b88de8ddcebd5144ae9d2ba7b14f5cc1f1e4aa4)) - Culled net plugin p2p code([`302d062e`](https://github.com///commit/302d062e74704500071dd2ac1b92aba422399a23)) - Removed txn_generator([`76cf18f4`](https://github.com///commit/76cf18f41bb9cd1bf9ec1cff93b5583c175f93d9)) - Updated constructor for p2p_trx_provider([`8dc36327`](https://github.com///commit/8dc363276e0d961ae14aa9e0825ad04c2748811c)) - ([`f8b90bd2`](https://github.com///commit/f8b90bd26a5ef03533ba13931910529060901a59)) - Quick formatting updates.([`6f7457c8`](https://github.com///commit/6f7457c8fe5fd95186ef7f05090eee95e61c4e4e)) - Renaming to trx_generator([`d572759b`](https://github.com///commit/d572759b0b6ce7e10998ff6da92648ac1a4336bf)) - Finish wiring up the performance_test_basic.py to call the txn_generator and provide initial arguments([`30f6d5da`](https://github.com///commit/30f6d5dad1dc17e7c7fa673204743e1effd9a688)) - ([`927710c0`](https://github.com///commit/927710c0771bbac7f19f08a704e27d21e1582c32)) - Starting to provide command line interface for transaction generator.([`e965747d`](https://github.com///commit/e965747dc3355e0e3bc3028c9d3ee1c2fca1ad48)) - Transaction generator will assume test accounts are already created and will be passed in via command line arguments.([`2de62cb2`](https://github.com///commit/2de62cb2aa0a14a06ae6cdbd1965932109b1a44b)) - Basic performance test runner.([`31ef362c`](https://github.com///commit/31ef362c7b7461c07e068ed28db00143aec39f34)) - ([`7d492eba`](https://github.com///commit/7d492eba95a5eb9d039ba07d5433fada418949f7)) - Transaction Generator - Initial commit.([`b3aa74dc`](https://github.com///commit/b3aa74dce517d326cfb4cc1a9f8ab55856b40ada)) - Transaction Generator - Initial commit.([`c85f169e`](https://github.com///commit/c85f169e88627103494f56c084b7cdeecbf1ac57)) - ([`d36ca7a5`](https://github.com///commit/d36ca7a5214e001907fa9e032735fb8a82432cc8)) - Fixed lowerbound logic in doc, 5 other places([`41de4c79`](https://github.com///commit/41de4c7944c62ba903cbf3b55b752c5d86c80658)) - ([`0cb196b7`](https://github.com///commit/0cb196b7fa7d4395b1a1077efab2a8370f2c239a)) - Changed logic in description([`35306802`](https://github.com///commit/3530680225ba4ddec643f6901b901a802e191649)) - ([`10b65132`](https://github.com///commit/10b65132505e09ca2e76521beab0b084bf68ef9d)) - Helped clang-format manually a bit([`8854dad0`](https://github.com///commit/8854dad074c554c3421927c018c0d22999cdc61d)) - Adjusted clang-format([`11135300`](https://github.com///commit/111353007e4b177400a4c8af8b892de831840f82)) - Do not unlock mutex in write_entry at all([`987a85c6`](https://github.com///commit/987a85c60fac757dd1622b60bf205d974fbc0df2)) - Made both acceptors work at the same time([`9e8fc551`](https://github.com///commit/9e8fc55142e4243448b96d3a1a69b95ec8f9d524)) - Un-clang-format([`dc12109f`](https://github.com///commit/dc12109f48f417f054a59a4d3abe7ad99a947e54)) - Removed check for WIN32, windows should be supported now([`8e26701f`](https://github.com///commit/8e26701f3760109becf52b4bf19254fdc7408544)) - One listen function, std::variant for acceptor, etc([`91186172`](https://github.com///commit/911861725d7885ba33d9d772077cc3074236b64b)) - Use single string for both sockets([`2152cfac`](https://github.com///commit/2152cfac6fca67cae4299d1044f1c14aac7f81ae)) - Fuxup fc_xlog vs xlog([`6f520bfb`](https://github.com///commit/6f520bfb8f10d71ebe86655383b87ba03ba9ce13)) - Stray whitespaces fixes([`e1068c2a`](https://github.com///commit/e1068c2ae2b049d817205cd0e86180d9f4b36794)) - ([`46f1d4c8`](https://github.com///commit/46f1d4c84b31cd7ddb06e3fae11e2f4ef400745d)) - Cleaned up and reformatted([`1282a2c1`](https://github.com///commit/1282a2c1683ca7975680fb80659a579ec68680d7)) - Implemented unix socket support for ship_client([`acab5b3f`](https://github.com///commit/acab5b3fa6b84e477f74f3a4c2b55b2d17826038)) - Pending ship_client socket implementation([`0be1228a`](https://github.com///commit/0be1228a8d8a2d35de0894fca6fef5399baa91ac)) - Fixed typo([`56ece062`](https://github.com///commit/56ece06266d33250f5528b3a544f5583b09fd9d1)) - Few more missed socket related things([`365c1d84`](https://github.com///commit/365c1d848326f5a0bcae7c2e7ae20c4853e15f7e)) - Added ut for unix socket / fixed boolean args support for tests([`5c1ff955`](https://github.com///commit/5c1ff955359f51f15d6f42e23c28fe194b80b928)) - Pop back a delta with empty rows([`23bf888e`](https://github.com///commit/23bf888ede8095b45ad4058163ebe5177bf3c2ff)) - Add comment why include_delta of code_object just returns false([`a9a09b1f`](https://github.com///commit/a9a09b1f0fd9c6c466e0796f9e07fc94563f0b71)) - Make compatible with boost < 1.70([`e1b9b189`](https://github.com///commit/e1b9b1895e5ca4aa3f6a2825b7d168fce1bf6bc4)) - Make sure log gracefully destructs, fixes pruning unit test([`b9f29c4d`](https://github.com///commit/b9f29c4d9a825d4accc2f6f62c1d143d473dd1ec)) - ([`d203c362`](https://github.com///commit/d203c362efcb7baaa4bcbfc2d201310a35e3dab0)) - ([`cbdea590`](https://github.com///commit/cbdea59049300fccf321bbeb14d59a0656000cec)) - ([`d72fb56f`](https://github.com///commit/d72fb56f2f177c4cc1ccfa5e38f82ee64f28d96f)) - Added threaded write([`364231c7`](https://github.com///commit/364231c7e06f1e8a460d93413dd5a84b4b4cbc13)) - ([`56726ffd`](https://github.com///commit/56726ffd2a654be4f6b41161f73c46e42531a9d0)) - ([`f504eb51`](https://github.com///commit/f504eb5185a3a518ffb1aeb60ad0fc5043d9a91e)) - SHiP post send_update to main thread to avoid overwhelming the main thread([`08c814c7`](https://github.com///commit/08c814c71b45c75410d20f501e2134273c15ecae)) - Check and report error on socket close([`02b7aba0`](https://github.com///commit/02b7aba0631853f2a4886c73af1526f1415e8a44)) - ([`341b5070`](https://github.com///commit/341b50703ea0b2bcb4182c373c6f656580cdf5c5)) - ([`b58261f8`](https://github.com///commit/b58261f8a08a7b37beec5aa77aa428ae5aff419b)) - Backported threading, session manager, unix socket([`5b65a5d1`](https://github.com///commit/5b65a5d1fd4eca6bdc554205f6a67476e57879b9)) - ([`b5fff958`](https://github.com///commit/b5fff95824aef97b2aff1fc02959b9b448001690)) - ([`38856b4b`](https://github.com///commit/38856b4b193af5fbb213765dab898b7292ce9275)) - ([`73806815`](https://github.com///commit/738068153d8f79d25a57c7410649b990310ea31d)) - ([`3edf7de7`](https://github.com///commit/3edf7de79a7760c034c306686df55d325af28113)) - General doc cleanup fixed broken links and unclosed '<'([`37a64bbb`](https://github.com///commit/37a64bbbfbcc75f084c9bf4ea421c3f7d0413a7a)) - ([`1fa43f29`](https://github.com///commit/1fa43f29627bf5d74087fe972f44ca2c14dd3131)) - ([`7815e5c2`](https://github.com///commit/7815e5c2010b20a1f15de78bca859edb5fcb3384)) - ([`6fb94f69`](https://github.com///commit/6fb94f69e4c5584470a4772937c97acb72eba269)) - Add test cases for get_consensus_parameters RPC endpoint([`178399e1`](https://github.com///commit/178399e1948c7fe70180f431add31fe42e9b996f)) - ([`814aecad`](https://github.com///commit/814aecade5ee89cf6c954082d814e11baeaf4ee6)) - GH-659 backport tests for always populate hex_data for actions([`5ed2e8d8`](https://github.com///commit/5ed2e8d8f5a8c475dbe40af3e3698d97c45b24de)) - GH-659 backport always populate hex_data for actions([`81b07f1e`](https://github.com///commit/81b07f1e3a19459863ec203bc02a10f58e45d189)) - ([`423b20af`](https://github.com///commit/423b20af504543e81ff7124baae653f038bd0508)) - Remove mentions of kv_database_config.([`830a2766`](https://github.com///commit/830a2766e74feae5c364ef49731799140c1ad010)) - Remote get_all_accounts, fix build failures.([`3217b010`](https://github.com///commit/3217b0109efb7bbe54bf86eb3c51746f7d43a418)) - Add chain API endpoint and cleos command to retrieve consensus parameters([`11322f7e`](https://github.com///commit/11322f7eb2e29538162d2d7d4912d7687ae8eb68)) - ([`94a9fb88`](https://github.com///commit/94a9fb880bb79c519bee20e751de9d06f22a9c27)) - EPE-1708 cleos sorts keys/permission_levels/waits for "cleos set account permission"([`c061f0aa`](https://github.com///commit/c061f0aa7e570366390dfecc1812c5f589f089ca)) - ([`6a4e948c`](https://github.com///commit/6a4e948cfb253174218e5176b3b2d09ca1b3af72)) - ([`83205a89`](https://github.com///commit/83205a89ae27a2e00a908a592e63c9ff9931017d)) - GH-600 backported SHiP transaction extension unit test([`e21dadfc`](https://github.com///commit/e21dadfc0557a740273e9c716ac9c2405aae32f9)) - ([`09933310`](https://github.com///commit/099333105346575349aab1b70938e4f21ff60e23)) - ([`919aa87b`](https://github.com///commit/919aa87be3fd41ee25649d23a8ef6d517a79dd63)) - Moved unsupported stuff in a separate file([`d9d89d34`](https://github.com///commit/d9d89d3400a11c10f47430743a86f210f8fd5fe6)) - Added FreeBSD build instructions([`c26f32bf`](https://github.com///commit/c26f32bf85679634f05260a7d5058455ba9a6254)) - ([`4ec35a54`](https://github.com///commit/4ec35a54cffef12ff463503a22285ce40e3b0830)) - GH-599 took out debug messages([`986d8356`](https://github.com///commit/986d8356bc8e007a08838a7380dfdfcd7a85a932)) - GH-599 added 2 abihash deltas to expected deltas([`da5a23ba`](https://github.com///commit/da5a23ba5eb27a9b21d374f8cfb88400578b56f7)) - GH-599 added abi/wasm for get_table_test([`06a7a4f8`](https://github.com///commit/06a7a4f8987acb3cde625f0182bf77577683210b)) - GH-599 added missing methods on test contract([`a3f36793`](https://github.com///commit/a3f367938fc63b6d402c1368f658b616fd35a623)) - GH-599 added protocol feature activation for crypto primatives([`1a17c5c9`](https://github.com///commit/1a17c5c92808e7b4a47f77737a80f3cf5ac47002)) - GH-599 commented out portion of test dependent on missing test contract actions([`ee0dd02d`](https://github.com///commit/ee0dd02dd0f78f3e8c728831269fa918c74ace43)) - GH-599 backported contract deltas test([`b5756d7e`](https://github.com///commit/b5756d7e6bf5aa8614123cfa9baa97fccffb49c3)) - Remove duplicate setWalletMgr and correct test title([`b64aa18a`](https://github.com///commit/b64aa18acd682a8ddf94bd7be349922432a0a038)) - Add optional parameter id to update_head and remove unnecessary logging([`09938266`](https://github.com///commit/09938266e78ba87c3a5b852907f5ae4a21c573a2)) - ([`a3e89bbe`](https://github.com///commit/a3e89bbe15ff66ee3e46c5391c235d60f77d0ae7)) - ([`d6c3e25f`](https://github.com///commit/d6c3e25ff2be20af1e88403943aaa64147073d55)) - ([`c9dba882`](https://github.com///commit/c9dba882482452aae3866b2daa205ac3bc17d99d)) - ([`c31f87a0`](https://github.com///commit/c31f87a0553cc12019a1972982a45baecd73ab00)) - Add tests for creating public key with no private key([`28ff444e`](https://github.com///commit/28ff444e141ce7746bc49dc05d538c287974e4cf)) - ([`5a30dd8c`](https://github.com///commit/5a30dd8c661fd6df7aeba49fc13cc4a93026c688)) - ([`a88db156`](https://github.com///commit/a88db156a0b14bebc7930893a15b93a0ef15db27)) - ([`e13e5310`](https://github.com///commit/e13e5310f0140c09f2e5995ba35ae255f7f3428d)) - Print out supported protocol features if the protocol feature to be activated is unknown([`26d02d53`](https://github.com///commit/26d02d53ef7d067d1b52b3ba03552006149ca950)) - ([`3c276824`](https://github.com///commit/3c276824e215e719995908d58ee94a5633340d0d)) - ([`ed63a661`](https://github.com///commit/ed63a66101250b5f27b8ec5b227f19cd6ea54356)) - Add "get supported_protocol_features" subcommand to remove the need to contact the chain in the constructor of activate_subcommand which causes problems for cleos problem initialzation when the chain is offline, and a seperate get supported_protocol_features is clearer([`0f12128a`](https://github.com///commit/0f12128ada884bbb163ce94ad0ce7576f0368c70)) - Make descriptions of options account and permission consistent([`3749a3c8`](https://github.com///commit/3749a3c80c3b9bc80c25d3b414dbd60229834614)) - Remove hardcodied list of protocol features and their digests by using get_supported_protocol_features RPC; provide account and permission options([`69711ea6`](https://github.com///commit/69711ea65a5c6c21b7b67b1e05259d9aa89b406f)) - Update protocol feature list to match Mandel, clean up help, and remove PREACTIVATE_FEATURE as it cannot be activated via activate action([`6236f479`](https://github.com///commit/6236f47996511bf348eaa85871f105a8a139a4b1)) - Enhance error handling([`e1f93acf`](https://github.com///commit/e1f93acfca98a5724f86c42896650525f566a99d)) - Add cleos system activate subcommand to activate a system feature. such as: cleos system activate kv_database. don't need using digest.([`ac6b604c`](https://github.com///commit/ac6b604ce187b2f96e8458c51483d23a7df65510)) - ([`d59a6d9a`](https://github.com///commit/d59a6d9ad89591787606a8949fdcb5c7fbbbc977)) - ([`b5132e57`](https://github.com///commit/b5132e5712ecf845abf3bf86f34fb87f99158338)) - GH-526 Merge pull request #10727 from EOSIO/keke_epe948([`f784beb9`](https://github.com///commit/f784beb9816dbc08be9267f78e80239e3c9113e8)) - ([`29e6a1ac`](https://github.com///commit/29e6a1ace17885eff02c60c8d3564e4bef5e4826)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-677-into-main([`40ce57c8`](https://github.com///commit/40ce57c871f25f194db8b0b1d330745d354e590b)) - ([`c6b3f1e2`](https://github.com///commit/c6b3f1e2829639f0140618f772d775478e17b159)) - GH-677 Remove hard coded totalNodes. Test was designed to have at least 2 more speculative nodes than block producers.([`fc0ac457`](https://github.com///commit/fc0ac457cf6b381d46a77ae89da427579b416268)) - ([`8e5ac5f4`](https://github.com///commit/8e5ac5f481c17175b4b5172682b11cbf7cf0fbce)) - Added comment on why non-propagating system_error([`7f032dbf`](https://github.com///commit/7f032dbfd63bc9cf482c767013c0df4b52328dbc)) - Propagate all exceptions minus system_error([`39d0b178`](https://github.com///commit/39d0b17894e1959dbd390c1e276e2cef7ada98fe)) - ([`9a9ee50a`](https://github.com///commit/9a9ee50adfd884b62fd78e0cc3b6ef6c8d0f2e2a)) - Added "signature" arg to cleos([`aa5d31ac`](https://github.com///commit/aa5d31ac74c7c7bc6d85f8e5202b937cb9a8cd42)) - ([`a84816f0`](https://github.com///commit/a84816f04c702cac2ad2dcf2dda5433b62986715)) - ([`0771e99d`](https://github.com///commit/0771e99d26ded529fded021939021aaa7f35068d)) - ([`45ae6210`](https://github.com///commit/45ae6210bab06a9deb4c6daf9271e6a0e0ca7234)) - Added waitForTransBlock([`57031596`](https://github.com///commit/5703159607f85e74e6e9dd27e56888b2f62e7e40)) - ([`aabc1505`](https://github.com///commit/aabc1505cbdef6632c6ab2353e61ced2860d7d12)) - GH-447 Delete duplicate call.([`a7f99b7e`](https://github.com///commit/a7f99b7ebb70272c174bffe77c5f57e8a02edba7)) - ([`a69b845e`](https://github.com///commit/a69b845e4a2cbb8234ed82db201125ecdc0401c3)) - GH-447 Remove incorrect comment.([`b05d6ae8`](https://github.com///commit/b05d6ae8e1f557526238ff57b3c755cf43ab79d9)) - GH-447 Merge pull request #10696 from EOSIO/fwd-ref-dev([`3a866eba`](https://github.com///commit/3a866eba7d73b28926e167d70d1c952a34f7f153)) - ([`dc78df12`](https://github.com///commit/dc78df121e5d5306a2c142b50dd25706a48b24be)) - Merge remote-tracking branch 'mandel/release/3.1.x' into merge-3.1.x-into-main([`03fc8269`](https://github.com///commit/03fc82695b994ae4a8f38db98c61d94e88ca7812)) - ([`250b6eef`](https://github.com///commit/250b6eef31c5ec4c352c08e1c9346c73c32e04f5)) - GH-651 Use signed trasaction for PUSH_CREATE action deep-mind logging.([`e726b77e`](https://github.com///commit/e726b77e65d33ac586ccb6c1ca62a21d872d4c8d)) - ([`7db3fc2c`](https://github.com///commit/7db3fc2cba975a3014c62fb490612671cb86af93)) - Bump fc submod to 3.1.x w/ fc::read_file_contents() error check([`55649954`](https://github.com///commit/556499543ac1dc2df381e691e80b574a350fbb7e)) - Bump fc submod for fc::read_file_contents() error check([`a3b7c3a6`](https://github.com///commit/a3b7c3a60eb9d67243036a13e77c37fa33f55c9b)) - ([`3f916d0f`](https://github.com///commit/3f916d0f95a682eef94d307a3a597bfe45b990f7)) - Update appbase to new commit([`ff1523a5`](https://github.com///commit/ff1523a5e9b8b87fa77a377d1fb9e2faa65e2b7f)) - Update head of appbase([`505d369a`](https://github.com///commit/505d369ab555cd27949ac697b3a4e7fef4a73cc5)) - ([`40fb86f2`](https://github.com///commit/40fb86f28237e6676985a05a88d1027f7e0525b7)) - ([`f6fd22a1`](https://github.com///commit/f6fd22a1c0fadd0f540542dd66378671e0b17561)) - ([`94c6e674`](https://github.com///commit/94c6e674368b4982cef8caa7cc7766ebb05a27db)) - ([`7588963d`](https://github.com///commit/7588963d63430d99010856a9538d8441a5953319)) - GH-465 Fix getClientVersion.([`098fe051`](https://github.com///commit/098fe051cd7d6ab37daff5eaa1b0989c914f9db0)) - ([`e9c21e27`](https://github.com///commit/e9c21e27a7007d13f7a41578693acc429a3eb080)) - Use config dir in plugin_http_api_test([`92a49646`](https://github.com///commit/92a49646dcf9ffdd819f6a6eedfcf186d4c1eed0)) - Force the plugin_http_api_test to use a custom config dir so it doesn't see a rare failure case.([`09d5b42b`](https://github.com///commit/09d5b42b9a774ef885ddccea40028af3c4c95881)) - ([`aee048e0`](https://github.com///commit/aee048e04c37d3bfe858e1d8d7bfb3787b7e76dc)) - GH-441 Use single-header variant of the UTF.([`1dbd544f`](https://github.com///commit/1dbd544fdb78c0fd3a6b685b2497ffef117071eb)) - GH-441 Fix number of arguments required.([`d4125fe7`](https://github.com///commit/d4125fe729f8997ad18babab39c8bf31d01788f5)) - GH-441 Merge pull request #9994 from EOSIO/jjz-epe584-chain-plugin-unit-tests([`e9c60bc8`](https://github.com///commit/e9c60bc8d274e1df3d71f111a986e240177d4604)) - ([`f04f8bae`](https://github.com///commit/f04f8baed26b2c56ae67d51f2ba6d41e494c0f47)) - Update jiraIssueCreator.yml([`324d7424`](https://github.com///commit/324d7424234914c7dadd085d9f60b44bc3f0f452)) - ([`76529e12`](https://github.com///commit/76529e12482d861e2d914ca2eff01564af0cc2a1)) - Update jiraIssueCreator.yml([`9905f196`](https://github.com///commit/9905f19668c464a5ae301cb247238f79d7bf2c88)) - ([`263aa270`](https://github.com///commit/263aa270d15d534712f500c4e8f8abb5987db7ba)) - Update jiraIssueCreator.yml([`31db0de0`](https://github.com///commit/31db0de0ba8ef75dfd0e87ea8ecb0f04b4a96399)) - ([`5600327c`](https://github.com///commit/5600327c5f530dcef3f1a8fc5ed7818038b0fc27)) - Update jiraIssueCreator.yml([`45c336e8`](https://github.com///commit/45c336e883aedd8fb9dbf5b206e779eaac526d1b)) - ([`79ca9d75`](https://github.com///commit/79ca9d75e4efe7944723a142fa6f6ed4724c39e9)) - Took out kv references([`d3905d59`](https://github.com///commit/d3905d5975f3fa7307ee231138d4699f051c865b)) - ([`2ad747a2`](https://github.com///commit/2ad747a239075527c09c32be2041b5c72a8ff50a)) - ([`3a805323`](https://github.com///commit/3a8053236626463a2362623ed5c6b71d04e112c0)) - GH-439 Update fc back to main post fc update.([`ba59e6c4`](https://github.com///commit/ba59e6c48c9faea500dcb9e7523f24ab9624d618)) - GH-439 Merge pull request #9978 from EOSIO/blob_variant_impl_to_fc([`3d6319b4`](https://github.com///commit/3d6319b47d4d23e3c10bf2affa3457599e7a1d14)) - ([`5e9a867e`](https://github.com///commit/5e9a867efc19e5669b12789314d28eaf30244343)) - ([`143fda3f`](https://github.com///commit/143fda3fa6bc1176c7d21ec11653a13e6f8c746d)) - ([`db213900`](https://github.com///commit/db21390026109c1122199c2fdf7fb7cc7c857108)) - GH-461 Fix merge issue.([`082cbe26`](https://github.com///commit/082cbe2649b4c6cf95ae1494fc1b1bff0a452c18)) - GH-461 Fix merge issues.([`68d1c733`](https://github.com///commit/68d1c7333bb994f3a0ec73b0e279ae004d8cf119)) - GH-461 Use new block log append method([`e3993740`](https://github.com///commit/e3993740633dd927df8168e078cd4da8d2991829)) - ([`2b72cf64`](https://github.com///commit/2b72cf64538c3cd0c152158692994d910c943603)) - ([`bcd55fd5`](https://github.com///commit/bcd55fd53064cbfbf0cdaf5bea923d8886530df8)) - ([`017bc242`](https://github.com///commit/017bc2429d72d5b251517e6133f8042720596bc7)) - ([`b019793a`](https://github.com///commit/b019793a426a69dc8505d5e1331ae5483a4278fb)) - ([`a024a787`](https://github.com///commit/a024a787c273d25095dc102a315ca1d96f05eb24)) - ([`685d5f16`](https://github.com///commit/685d5f16c3b4ca78bb4a08844a63ababdccd78d0)) - ([`6c302ca0`](https://github.com///commit/6c302ca0d1021a6e19bbc77b7ef1a3b90c0decf7)) - ([`ccb71342`](https://github.com///commit/ccb713425646a0123e72367a6dafe8c59a4f2d14)) - ([`c03834c9`](https://github.com///commit/c03834c9e452523599f8810ba29fa74d4a9f7224)) - Use fc::rename instead of our own file copy function([`5aa31458`](https://github.com///commit/5aa314582f23474f200e157146ec83c83336a264)) - Simplify deep_mine_tests by replacing complicated merge and match with straight-forward file saving and comparison, made possible by PR [#383]({{ self::remote_url() }}/pull/383)'s fix of non-determinism of deep-mind logger([`671c5866`](https://github.com///commit/671c5866201b6ad24ab16a9f3969077bd6db8639)) - ([`2336c971`](https://github.com///commit/2336c9719edd4a2372ff401060b76dbf8626dade)) - ([`e8e7a631`](https://github.com///commit/e8e7a6317fc9c9f44cafba1ce8f7c3bf9c2a13a5)) - ([`2769a239`](https://github.com///commit/2769a23902edbda3f177ceba08b139634ab342ff)) - ([`e5b8ac9e`](https://github.com///commit/e5b8ac9e47f4b6608d5c17d88a0266172553b3dd)) - ([`82d217ff`](https://github.com///commit/82d217ffd5b79ec6417d3403a0d550b130c1e915)) - Moved unit test from core unit tests to stand-alone unit test in producer plugin([`40e903cb`](https://github.com///commit/40e903cb3f2c7c46986b43187e41f1a084c67947)) - ([`19f1874f`](https://github.com///commit/19f1874fbe937e2914384aa75367f2ef22a34fd7)) - Merge remote-tracking branch 'origin/release/3.1.x' into p2p_log_spell_main([`982c1cb8`](https://github.com///commit/982c1cb8e3fef249519dfcf7f106d862d2bc43fa)) - ([`737a7175`](https://github.com///commit/737a71756f92f5aaf25bb1ec7577f224f0735d21)) - Spelling fixes in p2p log messages([`472326b1`](https://github.com///commit/472326b13a35adab0ac7d7d992c77565f9a73c6a)) - ([`5241e961`](https://github.com///commit/5241e96113c09b7d29f98aec69c1f8c91dbbc6a8)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-623-to-main([`1f17227e`](https://github.com///commit/1f17227e7d80758c80695d07308d5da04d039e11)) - ([`d2a731e3`](https://github.com///commit/d2a731e3bd038e0761db6d613ba62407cc6e8ef6)) - GH-623 Cleanup for PR comments.([`ec472c8c`](https://github.com///commit/ec472c8c2d1f3b7857034d28f4b9c64337d67596)) - GH-623 Start syncing from LIB always even if we have previously synced instead of HEAD since node might be on its own private fork.([`1a05ad44`](https://github.com///commit/1a05ad44cd36dccc34fb86bc60a0f4ce17d13447)) - ([`b17b6247`](https://github.com///commit/b17b6247232cd811d9d76ad2249480563a34a03f)) - ([`d786299a`](https://github.com///commit/d786299a95766079be1a9c2d23e5e57e67178e08)) - GH-459 Maintain/add explicit support for building test contracts with cdt v1.8.0([`866ee189`](https://github.com///commit/866ee1895fd6ccf0084599ad29b77c762a21d219)) - GH-459 Maintain/add support for building test contracts with cdt v1.7.0([`ba79acfe`](https://github.com///commit/ba79acfe640e95bde32c4cbce62421b11d2017b1)) - GH-459 Address peer review comments.([`77480b98`](https://github.com///commit/77480b98bc4ad325ec59577ca5c3ca6a46a1b71b)) - GH-459 Merge pull request #9390 from EOSIO/fix-test-contracts([`cf380d1e`](https://github.com///commit/cf380d1e3efd29c3731b78de6de8e2d99f597c1b)) - GH-459 Update packages, names, paths, that have changed in mandel.cdt.([`8155367a`](https://github.com///commit/8155367ae46f6bbd616fa62e3cc8f3772f1433da)) - GH-459 Merge pull request #9114 from EOSIO/epe-37-test-contracts-develop([`5c2c97af`](https://github.com///commit/5c2c97af42f1e9e67773db917ba34a0277adefd6)) - ([`f028ddb0`](https://github.com///commit/f028ddb05c9c72f9a5536b17d288fe455a5a68ae)) - Add 2019 Mac Pro to secure enclave wallet whitelist([`12c4caef`](https://github.com///commit/12c4caef80f1c9da1dce91062092a927239c08fc)) - Before using SE wallet require code signed with certificate([`2ca2a6f5`](https://github.com///commit/2ca2a6f538af63c4c6d143d954410a19b53d4fd5)) - Add Mac Studio to Secure Enclave whitelist([`6ef77f86`](https://github.com///commit/6ef77f86b681e9f61caff88ceba93f9d37cdb21d)) - ([`72712b6d`](https://github.com///commit/72712b6d94a0072930af73e1989e85d164c40b4a)) - Added unit test from original version of state_history_test([`4449c7dc`](https://github.com///commit/4449c7dcfc12994c9320eb594d599d49cf902b4f)) - GH-625 Remove non-applicable ship tests.([`03be094a`](https://github.com///commit/03be094a6ad536cf4ed9796d35914c469918bb6b)) - Re-implement state_history_tester_logs([`1db602aa`](https://github.com///commit/1db602aa46a633a4f26f861cb211b127adc7e582)) - GH-597 removed ship_abi from cmake([`5698ab02`](https://github.com///commit/5698ab021da0e541efa92c08059de8c4a565ef04)) - GH-597 various fixes to align with Mandel codebase([`d3220529`](https://github.com///commit/d3220529d13dd7aefbb0b49080f3089eebce4382)) - Cleaned up N() to _n issues([`01ec3856`](https://github.com///commit/01ec3856f8fb1e9a9f43f7e0aa0db52c7cd27104)) - Added missing abi libraries([`8d360aaf`](https://github.com///commit/8d360aafaabadd8f485531b2bc52c64305dcbfeb)) - GH-597 Merge pull request #9253 from EOSIO/feature/ship-unit-tests - WIP([`fb51a455`](https://github.com///commit/fb51a455e75ade51385e00995ca7779e99930bfa)) - ([`aab34bec`](https://github.com///commit/aab34becfaf7f19f3317a23c7b2cbab29134b3f1)) - Only remove auto = getSchedule from auto getSchedule = get_schedule_subcommand{get}([`87d0a856`](https://github.com///commit/87d0a856f581de064337eebb63873f5a599a2332)) - ([`037a930c`](https://github.com///commit/037a930c76def81515494bf6c7b123d437227d2e)) - Merge remote-tracking branch 'origin/release/3.1.x' into find_deb_llvmdev_paranoia_main([`790ee9e5`](https://github.com///commit/790ee9e598cbfd26facd105b46da4f07ca50efd2)) - ([`017af217`](https://github.com///commit/017af217172a32d797f8ce0a01157716ea09628b)) - Ensure an empty llvm-dev dep doesn't make its way to mandel-dev .deb([`e9395bab`](https://github.com///commit/e9395babbd62a6cc5e0406d09178053ab2aa278a)) - ([`89a3a6c6`](https://github.com///commit/89a3a6c6eac5158bd9aaee4a178df8bf147ba0ec)) - Undo docs change grought after rebase to main([`0c0d1485`](https://github.com///commit/0c0d14851ddbe9e52984cc33259b1237b5de49d1)) - Typo, forgot the _log([`ad0234f0`](https://github.com///commit/ad0234f0eb00412532b9da7330e2a9cdd2a0219a)) - Merge remote-tracking branch 'origin/main' into ship-reduce-logs([`45e0e9ef`](https://github.com///commit/45e0e9ef4cc5fe962878b5157ca708ad192fb727)) - ([`9bac82b7`](https://github.com///commit/9bac82b7c3005d793232f0f107e9618dc74edf7a)) - Added example state_history logging config([`f1fd1b66`](https://github.com///commit/f1fd1b66a92b357a765905445d820bdb346d8b1d)) - GH-575 Merge pull request #9208 from EOSIO/state-history-logger([`46ee60f0`](https://github.com///commit/46ee60f0e8acf229d064c5eb428b639daf041315)) - ([`76da53b9`](https://github.com///commit/76da53b92419292dfdc7ece631dddada7bb758d7)) - Fixed butchered by md plugin index([`7716020c`](https://github.com///commit/7716020c0168b19c48c2f770fd16f866e91e2ecc)) - Update "an EOSIO"([`8c9c75ee`](https://github.com///commit/8c9c75ee371be455ab484aa259eec4c65875a33b)) - Mandel -> EOSIO([`e3dc31c4`](https://github.com///commit/e3dc31c4d3aa5df6d848fe01ae9a29f65758b9c7)) - Fixes added link to DUNE([`ba3ab2eb`](https://github.com///commit/ba3ab2eb93a6d6d5627764bd16d16bbdaf0bb82a)) - ([`a565d830`](https://github.com///commit/a565d8302a2851f769e3d35f92a1a0a36d675f87)) - Docs cleanup([`374018cb`](https://github.com///commit/374018cb7310b4f918df76332eee2e6b25068234)) - Put log reduction constants inline([`d2b7bf0e`](https://github.com///commit/d2b7bf0ef5779efa204fcd9e499ec75cfb343dee)) - Added check for block_state being empty([`9b83858d`](https://github.com///commit/9b83858d317392ba1a945b1dff00b47a38f5cae4)) - Introduce and reduce ship logs([`11c08783`](https://github.com///commit/11c08783e26f9caf9f47bd2b90f425e7964dda94)) - ([`d6b55a9a`](https://github.com///commit/d6b55a9a88beaa3c2502ef91108af0916745c94b)) - ([`f9ef8593`](https://github.com///commit/f9ef85939a58eeb812db433a36680d9fa3b22509)) - ([`8001c3a5`](https://github.com///commit/8001c3a52347a095a872dd9f383cf3222b880b1a)) - Fix typo in log message format string.([`4cd64625`](https://github.com///commit/4cd646255a69a970679c8f3f892c7a432bbfaca5)) - Fix a typo introduced to an assert string by accident([`4e24b850`](https://github.com///commit/4e24b850366228e7f29d527fcf801a345c30f26c)) - Fixing compile warnings in eos-vm-oc's memory.hpp, executor.cpp, and memory.cpp([`5f8dc7f1`](https://github.com///commit/5f8dc7f14f76300668c6c1a922d8c4133da7e908)) - ([`33aff9ea`](https://github.com///commit/33aff9ea0265d8c316d548fb65450ad7dbeb7f9c)) - Add const to local variable in extract_block_range([`8be80df9`](https://github.com///commit/8be80df905eb6f694f9b87642c67d4a72f952df7)) - Remove helpful, user-friendly, innocuous, completely optional dependency([`d8aec8b5`](https://github.com///commit/d8aec8b52b59eb618dc4e925d8d88e706e717831)) - Use rename option in restart chain tests to get old trim_front behavior.([`77282708`](https://github.com///commit/77282708c656343c461c7cc7c0f226783f7e1552)) - Correct type for placeholder progress lambda when libprogressbar not present([`031ebb51`](https://github.com///commit/031ebb5174cda734aaaecbb319558380d8e3ab10)) - Add extract-blocks option to eosio-blocklog([`036ec8e1`](https://github.com///commit/036ec8e1c46c270c2f1fe635a5237dbcd0f3ba72)) - ([`ad48f914`](https://github.com///commit/ad48f91424053da1335441cdfd209382008f8acd)) - Pull in 3.1.0-rc2([`8f43222d`](https://github.com///commit/8f43222de9fba515b0cf223aebc667b3896b3883)) - ([`5e9b0a28`](https://github.com///commit/5e9b0a28763745b985f227c58186128fd7aa087d)) - Bump to 3.1.0-rc2([`07da436a`](https://github.com///commit/07da436a51c6c68dbb08616bab4a6f399e8324f7)) - ([`f56a10f7`](https://github.com///commit/f56a10f75a61f971ff4cf393afedee1ea3bee1d7)) - Wrong reference([`a0e740b7`](https://github.com///commit/a0e740b7953d7ad1c2e29483e82190d481c68b0f)) - Bump submod([`66faea7d`](https://github.com///commit/66faea7d1a49400c223889293b48d4abd0fde873)) - ([`5f193c2b`](https://github.com///commit/5f193c2bd67b7da161195c046bcb201e54ea5d4e)) - Various README.md fixups([`dc911f06`](https://github.com///commit/dc911f063ce26066da2af2d7dcea2e4bd6a3e2c2)) - ([`3110938f`](https://github.com///commit/3110938f74e662d80cc6e5db02fd95703cdf7d6d)) - Bump submod([`adde25b7`](https://github.com///commit/adde25b77869af82fdb4729c8deb867283656bf8)) - Merge remote-tracking branch 'origin/GH-554-GH-602-for-3.1' into GH-554-GH-602-for-main([`18434830`](https://github.com///commit/18434830c9e9c4626b05309dd2d01af07664aa2e)) - Fix libff/gmp linking in EosioTester([`69d08e10`](https://github.com///commit/69d08e106a51d5f45319d63f6e61237a5d4c3c96)) - Allow zero in alt_bn128.([`8c78dc1d`](https://github.com///commit/8c78dc1df4eefdd7a1945859a8a6f309aaefa6ee)) - ([`2c705416`](https://github.com///commit/2c705416fce7229ac1897430da153a81b4656a85)) - Rebase abieos to the head of abieos submodule([`a39d0d14`](https://github.com///commit/a39d0d14651201d7da2c3a85952f5e5fb63894cf)) - ([`83a04998`](https://github.com///commit/83a04998e1e99f26992a072226f9c4a903e1a47b)) - ([`572e6fa2`](https://github.com///commit/572e6fa2d6ddb6aa06ec8b23a6d23044a7382992)) - ([`2de94ed0`](https://github.com///commit/2de94ed050e9d2ec0360980df6f5202eaa9f3a2f)) - Update jiraIssueCreator.yml([`87a379c1`](https://github.com///commit/87a379c1f3f5d8398fd1c68e888af6625eee2825)) - ([`daa2eb0a`](https://github.com///commit/daa2eb0a47d1ce955c21348ee4216d055bb2c066)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-590-into-main([`3ca29342`](https://github.com///commit/3ca29342f79d4e2a2d47f3057c9b643849abb4d7)) - ([`bfbc5517`](https://github.com///commit/bfbc5517c752563a4fa53477d3ef9d6968ef6e56)) - GH-590 Fix race condition on shutdown([`4e38f245`](https://github.com///commit/4e38f245135bd5ee482019a4b5590c99dff9dd02)) - Remove old outdated MSVC paths in cmake files([`9263f850`](https://github.com///commit/9263f850fdd7b83da40145c0bcad68e6b160c3bd)) - ([`e73efe15`](https://github.com///commit/e73efe151968c3ebe2e27678aa3afa5cb55f371f)) - Merge remote-tracking branch 'origin/release/3.1.x' into CONTRIBUTING_main([`bb925e4e`](https://github.com///commit/bb925e4e539880d60a66ff6934c8a2167b829694)) - ([`8afb0717`](https://github.com///commit/8afb071761ee037fac6d54a1f55836a8e5b27d43)) - ([`e816432d`](https://github.com///commit/e816432d9de2a24ac509b91c07c63b66428bf65f)) - GH-139 tar gzip up the logs for upload.([`df641335`](https://github.com///commit/df641335b8de55c87e655343b1df9abe7f9d23bf)) - GH-139 Only upload logs on failure.([`37dfc777`](https://github.com///commit/37dfc777ab0466b0233b78a23bbd45182236941a)) - GH-139 Copy logs to avoid permission issues and use if: always() so they are also uploaded on test failures.([`c12aae8e`](https://github.com///commit/c12aae8e027f30325cc6f95e0516e0096d0440b9)) - GH-139 Provide unique name for each set of logs([`046dd033`](https://github.com///commit/046dd033b8b2368f4f718b480e82ad4c502dd286)) - Merge remote-tracking branch 'origin/main' into save-logs([`2e0e1645`](https://github.com///commit/2e0e16458389821eb2d38e481500f2bdb4ddb4bf)) - GH-139 Fix directories of artifacts([`95767661`](https://github.com///commit/9576766186587d6d9c32a41ac969211374327664)) - GH-139 Add logs to artifacts([`39538b50`](https://github.com///commit/39538b500c2bbcae39d6520f06bae49a4c6be03f)) - ([`e368e17a`](https://github.com///commit/e368e17af9057ccc92b1e0db48aab7218df9d931)) - Merge from main([`4423ba40`](https://github.com///commit/4423ba406ee731e421dc834f268cb11ea852a563)) - Resolve test fialures in light_validation_sync_test.([`2e24e37a`](https://github.com///commit/2e24e37ab8957fc274a7c959f87f64853c922e45)) - ([`9b6c6639`](https://github.com///commit/9b6c6639531f69d8b26422c45e55dc5effd23285)) - ([`6e176965`](https://github.com///commit/6e176965f901f07a76e97155d8e365a94a23b80c)) - GH-590 Fix race condition on shutdown([`0faf59b6`](https://github.com///commit/0faf59b6634a064cba10541149b8cd42af6e12c6)) - ([`c23b4131`](https://github.com///commit/c23b4131109f0c0581d4060ce475d2c583154c21)) - Create github workflow to create new jira issues when github issues are labeled OCI.([`061828bd`](https://github.com///commit/061828bddc5b98d0fd316fe7ce2df7c9e701a2a4)) - Rewrite block_log_retain_blocks_test.py using standard test Cluster, take appropriate actions in block_log public functions when no block log mode is enabled and add corresponding unit tests, use update_head for all occasions([`6548c151`](https://github.com///commit/6548c151b38e68757a5fcaa6bbf19a59eaf1e582)) - Add capability of not genereating block log by setting option return-blocks to 0([`bb3968dd`](https://github.com///commit/bb3968dd511eb0b8a200340bd76cb68dbae5c1c4)) - ([`a055cd2a`](https://github.com///commit/a055cd2a1ab288fd48868f67c7e54f90bb4ec2c0)) - Resolve build failures from cherry-pick([`905f689e`](https://github.com///commit/905f689e6aed5e816a89dfcf7dd0a4c61c3e1785)) - ([`d4a7f362`](https://github.com///commit/d4a7f362f4309c171a49addb1b9e701a539ff378)) - ([`0d47fe7b`](https://github.com///commit/0d47fe7b347f9b4cfa75807e7af1a70551b0d1c5)) - ([`d1cda466`](https://github.com///commit/d1cda466e6d93b68ba04647c93c0f77b87b93136)) - ([`32442818`](https://github.com///commit/32442818ffc351b2c2d1f8035a761779881cddea)) - GH-427 Fix issue in getTransBlockNum where if except was None it would fail with no_block instead of returning the block number.([`770a7002`](https://github.com///commit/770a70025751dc0dac3607860553bb6fd1b503c0)) - GH-427 Merge pull request #9194 from EOSIO/trace_plugin_test([`d5d9e200`](https://github.com///commit/d5d9e2009f7d786bdfa5e4a6fb34677daef4ea2f)) - ([`0bcd3e58`](https://github.com///commit/0bcd3e58981c36fbf624ae19bf8292657a5577ad)) - GH-399 Fix up argument list to make sure all arguments align.([`f184f2b3`](https://github.com///commit/f184f2b3fb674adc86ee39fad3ec1e9eeee4ed83)) - GH-399 Merge pull request #8931 from EOSIO/fix_sign_unpack_data([`2fde691f`](https://github.com///commit/2fde691fd33963dd7638b590fc5940f3725cb295)) - ([`27abc7f5`](https://github.com///commit/27abc7f577a122c354b0a67f791474e6cd88ef7a)) - GH-579 Fix pushMessage to allow not expecting transaction traces when using -d --dont-broadcast option([`8a7605bb`](https://github.com///commit/8a7605bbf7bcfa3cc2c09e459f7ec7181f30fb61)) - GH-579 Merge pull request #8676 from EOSIO/feature/cleos-to-unpack-data-when-forming-transaction([`ae42480e`](https://github.com///commit/ae42480e3b42ce1e47cd38f84c181f48abaefa5c)) - ([`57ebafe4`](https://github.com///commit/57ebafe45cc988d62b4136e239fb21ad67280b97)) - ([`36d7ff52`](https://github.com///commit/36d7ff52a05d8722f8c683fd0da76fbaceef6755)) - ([`f3d34f75`](https://github.com///commit/f3d34f750a9bd0d91c193a2db0a133e1c1feb776)) - ([`60a5ee33`](https://github.com///commit/60a5ee333a6bf5cb8bff510f7c5339cefedcfb73)) - ([`b826fc22`](https://github.com///commit/b826fc223c1c6290a686e328ec8df4e5737e0cfa)) - ([`c0d4b9e4`](https://github.com///commit/c0d4b9e4328881d17407a5890668b332de021b26)) - Manually pulled in the remaining of max requests in flight changes([`234ed11b`](https://github.com///commit/234ed11b3680a4bdfe3c4d231a9f5842338f9fea)) - Introduce an option to restrict the maximum number of open HTTP RPC requests,([`f23645fc`](https://github.com///commit/f23645fc583eb7b40ef4e674d19ed5356c0847dc)) - Point to main branch of wasm-spec-tests submodule([`a8928193`](https://github.com///commit/a8928193042c8f6f7536dd24d9ab81aba15d8e53)) - ([`2d100533`](https://github.com///commit/2d10053324bb218f19fd5abdf55f7c002279f02e)) - Additional checks requested from PR([`2fa67190`](https://github.com///commit/2fa67190284e28ae44fb6cff18f931621ea6b8af)) - Simplified if([`ef17c0bf`](https://github.com///commit/ef17c0bf574b371fab255a7437b0ddefcd65197a)) - Use skip_trx_checks instead of skip_auth_check([`1f34d313`](https://github.com///commit/1f34d31374bb3b78dd2dc4cc8f9a35f686dba19e)) - Fix indent([`1434fb06`](https://github.com///commit/1434fb068d589ea8bde8911dd309a58062cdc09e)) - Add test for cfa not executed in light validation([`cca3fb4b`](https://github.com///commit/cca3fb4b6ae19928a4dba0d380d1f41de1fb5d04)) - Do not execute cfa in light validation mode([`683737a8`](https://github.com///commit/683737a864df2d13103e064066df4d293387d4a3)) - Skip context free action account verification for light validation([`714c29ab`](https://github.com///commit/714c29abd5905cdf9f84f0f05634c0938aca793b)) - Start of a cfa in light validation mode test([`e2c73a92`](https://github.com///commit/e2c73a9228d5135295ad2877bf438dca4ea115a4)) - Change usage of fc::optional to std::optional installed version of FC does not have optional and remove discarded account_disk_deltas from expected results([`2ec42da7`](https://github.com///commit/2ec42da73caaed30b1e2070c40ddb6c599e3cdb7)) - Added unit tests([`3785f381`](https://github.com///commit/3785f38179809dc7d9097613000cb4bacaa88171)) - ([`8c24959d`](https://github.com///commit/8c24959d466f2b0147b354617bcbba7efcaaa86e)) - ([`8de63126`](https://github.com///commit/8de6312609ac982ae3c23e34dc0710d9c7f509c3)) - ([`151c429f`](https://github.com///commit/151c429f8b40182438e747434ee6521bfdadeb7c)) - GH-423 Merge pull request #9050 from EOSIO/cleos-set-code-compression-dev([`d14a5f36`](https://github.com///commit/d14a5f36353d561ee3e914e40d2f6561c2791058)) - ([`df61cc1f`](https://github.com///commit/df61cc1fd86701987cbce5de8ed06d371e0c6731)) - GH-422 Add opts back in since default was removed in Node.py. Needed for test to pass.([`7661a16c`](https://github.com///commit/7661a16cc70675d41ea6ec20814c197590971f68)) - GH-422 Remove spaces in arguments.([`5a099a0f`](https://github.com///commit/5a099a0fb6c526f01654474310f6ff0628529ab6)) - GH-422 Fix error reporting to be in the assert printout.([`b3dd3114`](https://github.com///commit/b3dd31145f9a18adfce5050274e0eea795ecd9cf)) - GH-422 Set default expiration back to 90 to allow for tests to finish.([`4acbfccd`](https://github.com///commit/4acbfccd1ca8d5467e1189f61a9e14dc7f54eabf)) - GH-422 Fix log message.([`e8260d61`](https://github.com///commit/e8260d61a9269f6dfc9c88e701b010b1084d8f14)) - GH-422 Merge pull request #8232 from EOSIO/8224-repeat-transaction-lr-test([`ab002a67`](https://github.com///commit/ab002a67e24814adb042def5860fbdaeaab0944a)) - ([`58971d32`](https://github.com///commit/58971d3290c983f7a3a8ebba077db7b11b928252)) - ([`bea59c15`](https://github.com///commit/bea59c15dab8b2b0534440b7ed2f48b981b644d5)) - GH-403 Fix failing tests due to publishContract param changes.([`dcb80fb1`](https://github.com///commit/dcb80fb15baff3d611bd58e87cbec5baf3dee36a)) - GH-403 Fix failing tests due to duplicated command args from backport merge.([`2be38776`](https://github.com///commit/2be38776f7157ff319d3ae9e5ea4abbc21b76b9e)) - GH-403 - Delete inadvertently reintroduced test. Per GH-211 should be deleted.([`4e2eab1c`](https://github.com///commit/4e2eab1c28ff71dcf40ec921ca5a3737bcafc8c9)) - GH-403 Fix a couple compilation errors from the backport merge.([`e66feb63`](https://github.com///commit/e66feb63c4e8794ceb6411d255371b79c645490d)) - ([`5e7edd3d`](https://github.com///commit/5e7edd3d480c5594e9226cba5a342e5c5206ce87)) - Fix build when build path has spaces for mandel and appbase([`ce31ba0e`](https://github.com///commit/ce31ba0eb251f5d55b3592d9b35ce98273334156)) - ([`85b98257`](https://github.com///commit/85b98257c403bbdc2c1e1a1cce2850cfabdc4368)) - Merge remote-tracking branch 'origin/main' into additional-logging([`9c179749`](https://github.com///commit/9c179749719fb37ea4ecf37a4a1910664c27c56b)) - ([`609f55db`](https://github.com///commit/609f55db280c317cd4c629e5f3a8d050b99ae6b0)) - Add the ability to use authority structure in the call to newaccount([`8b094920`](https://github.com///commit/8b09492091f9924a55689b5ac601651046c3a093)) - ([`c2eac412`](https://github.com///commit/c2eac412f0bfc69ae141ee4ba664c89020d5888d)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH-538-fix-hex-trim([`007e14c8`](https://github.com///commit/007e14c816207cab8472cfee3f399457cb436dcc)) - ([`8ecae671`](https://github.com///commit/8ecae671118779285acebb6f51a1423b2147c228)) - GH-538 Use hex trimming logic for logging of hex_data json value.([`e974add3`](https://github.com///commit/e974add384fe62671ae42b9dbd3f144a7d202eb3)) - GH-538 Add transaction_trace_success and transaction_trace_failure trace logging to launcher logger config to enable full logging during tests.([`8c10e77a`](https://github.com///commit/8c10e77ad2fbd213157e464b172e69ed95f275e9)) - ([`4453b71c`](https://github.com///commit/4453b71cecd659eeef5239d1ca5acedda080d156)) - Set keosd-provider-timeout in signature_provider_plugin::plugin_initialize because make_keosd_signature_provider was capturing 0 before boost notifier was called.([`52b29786`](https://github.com///commit/52b2978691c913adf7d88b1c9ea234843331a41d)) - Fix merge issues([`543ace5b`](https://github.com///commit/543ace5bb939ea3dc39ea34080294d15d82a3f81)) - Slight more optimial handling of signature_provider_for_specification return([`f58f1b19`](https://github.com///commit/f58f1b19fb062172ee1d11ef954d448cb69ac68c)) - Separate out signature provider from producer plugin([`9391f5db`](https://github.com///commit/9391f5dbeb6c72f4d6a427e5bfbe6ffe0a7175a9)) - ([`980fc792`](https://github.com///commit/980fc7925836dddb6fe808be27dd54c90ace5fa0)) - ([`1f1754b9`](https://github.com///commit/1f1754b94f4428dca2e09cf0d2940d5877cde1ce)) - ([`be7680bf`](https://github.com///commit/be7680bf63879967fa55195a0c3598029a0d12b3)) - ([`e720b4b7`](https://github.com///commit/e720b4b7965bd5d8d2966e00031513a14619487b)) - ([`af2082b8`](https://github.com///commit/af2082b8be8690b41a76c5fe124c3288222bd43c)) - Add additional contract to test_exhaustive_snapshot([`3875e37e`](https://github.com///commit/3875e37e06376d84b22a2da9b52807c848913b2f)) - ([`6e8835a7`](https://github.com///commit/6e8835a75c1b48ce642e5acb3903be4e4ebc9942)) - ([`f5615f22`](https://github.com///commit/f5615f22b3de8311b7727929db225b658b55dfb5)) - As this function is a common used function, and the exception maybe not an error. remove the error notice line.([`b4edcfab`](https://github.com///commit/b4edcfabce06ff44687bc8f119bf108c6245290c)) - ([`161c8da6`](https://github.com///commit/161c8da6d16e732b5c2b0dade0b9362080430637)) - ([`a256d17c`](https://github.com///commit/a256d17c3c87ec03b4e01284d5183f1ee447a7c2)) - ([`976b39af`](https://github.com///commit/976b39af9f03402e7492b82fd5c5cd637ac638fb)) - Merge remote-tracking branch 'origin/release/3.1.x' into misc_build_script_stuff([`655c5ca4`](https://github.com///commit/655c5ca40ccf973ab957fd729a69179af834729d)) - ([`96003fc4`](https://github.com///commit/96003fc47f930ffa509786e0fb6c1704bf5e3ded)) - Add python3 in install_deps.sh([`a4fa84d0`](https://github.com///commit/a4fa84d0d1c54a4d3aedec69ef9220600d38aced)) - Remove unused LIBPQXX variable([`cfdce013`](https://github.com///commit/cfdce0133f12485dda64da99a254c822b95ca9da)) - Don't use cmake -S as that doesn't work on cmake 3.10([`ecdb730e`](https://github.com///commit/ecdb730ee2bfc4dd41e3f9045080a3bcaa41c36b)) - Use /usr/bin/env to find bash([`920aac42`](https://github.com///commit/920aac42684b47167fc2532fde0f1ebbb1069ebc)) - Better handling of invalid response([`059cee46`](https://github.com///commit/059cee4650c6e19953c6edd54e229f4978fb6dc2)) - Revert back to pretty print of response unless unable to convert to variant([`36182769`](https://github.com///commit/3618276910018a2ccbd4689259c485a9c0be12b3)) - Adds http1.1 support and better response handling([`f0e13b46`](https://github.com///commit/f0e13b4652b1780b603991b97d352256cac86046)) - GH-426 - Remove notes on mandel dev install.([`697e0363`](https://github.com///commit/697e0363072022e1bd32bc91a0f6f006fa618e04)) - GH-426 - Genericize install location and add more detailed instructions.([`2d05d354`](https://github.com///commit/2d05d354fb5dff0b57b92d4aed39149ef97a102d)) - GH-426 - Combine install commands into one-liner.([`b955a8b7`](https://github.com///commit/b955a8b7f3c2c55c06fa1b9965027fb58a76bbcb)) - GH-426 - Forgot CMAKE_INSTALL_PREFIX.([`5f05de1c`](https://github.com///commit/5f05de1c4659625af48eece175d364af301ef4c5)) - GH-426 Fix issues seen with libff when trying to use mandel with mandel.cdt.([`1949a990`](https://github.com///commit/1949a9902a62e98ea2552b6d0f3eeddce5318cf4)) - ([`410720e3`](https://github.com///commit/410720e3cb44c8a45df0fea3c6cd9cfdd5972022)) - ([`aaf11871`](https://github.com///commit/aaf11871325b930c32eb48e924bdea861d8b6ad2)) - ([`98937fc4`](https://github.com///commit/98937fc48bfb6b8a92fcbeda7a7ed138e866e352)) - ([`1e528a8a`](https://github.com///commit/1e528a8ace455f2369dbb03010c436f5121c7e90)) - Revert "label db_modes_test as nonparallelizable_tests to fix Mac issue"([`9bd1770c`](https://github.com///commit/9bd1770c5d75dff92fd3580f54a9ce50659f338d)) - Remove temp file([`170217bd`](https://github.com///commit/170217bd78f5f1dab732cef47c9d86a2b3e90148)) - Label db_modes_test as nonparallelizable_tests to fix Mac issue([`cd646093`](https://github.com///commit/cd6460938304b988f50912486188a35957cb69ac)) - As the wait return code is likely to be $NODEOS_PID (stopped child return code) than 127(non exist child return code), so add dealing of $NODEOS_PID([`b92a6a14`](https://github.com///commit/b92a6a144b4a2da31eee5ad2396e0c1f32ddea50)) - Return a return code in any case for the function run_expect_success()([`9cce0357`](https://github.com///commit/9cce0357f49900d92bddb3ae8a946b1febb2b31d)) - Add check to wait return code, if return code is 0 or 127 just let it go, in not, need stop and return the error code.([`3cfeabcd`](https://github.com///commit/3cfeabcde9c0675914e4b04f6c57d4e3e218b703)) - Allow the test script go ahead in case of $NODEOS_PID already shutdown before call wait.([`d93a2761`](https://github.com///commit/d93a2761a471a31eac06118a2f597e023db80fe5)) - Adapt to new signature of chain_apis::read_only for trx_finality_status_processing([`fe68ea52`](https://github.com///commit/fe68ea525b651ec3f5aef7dcc5b58c6a041bf696)) - Removed lvalue([`51f5c72b`](https://github.com///commit/51f5c72bc052b5cea650548c346a41b9d131897d)) - Format([`646f4b4f`](https://github.com///commit/646f4b4fa492d6744c1bb96cd61cafe35f70d384)) - Format a else block([`59fe31c7`](https://github.com///commit/59fe31c7cd834624679197f0967a413226e32924)) - Handled comment([`d1e63ec9`](https://github.com///commit/d1e63ec9a9efae77169193e8386c83864f373688)) - Added get_table_seckey_test([`8d99a508`](https://github.com///commit/8d99a508aeface7a99abd4d8a79b1fd31a150e98)) - Merge remote-tracking branch 'origin/release/3.1.x' into fix_boost_167([`d265e725`](https://github.com///commit/d265e725905efe7131eba5a2869d7d2fe3ee2b48)) - Ship c++ tests need to link to boost system prior to 1.69([`3cb86518`](https://github.com///commit/3cb8651881054545bc0c02637751315650f1656f)) - ([`db9e2ef8`](https://github.com///commit/db9e2ef8a022377c0f3f4e73d6a4e4fde57e1607)) - Resolve build failures from cherry-picks.([`c6b331d3`](https://github.com///commit/c6b331d31a95fdb8a0119d01e8465558409f937f)) - Correct to_pretty_time([`70912265`](https://github.com///commit/7091226578add286c6bae9e13f4e0d7ecdc6183d)) - Fixes for second comments([`f9b7b35d`](https://github.com///commit/f9b7b35d1b8f6b2883508a520c08c1758b9cb612)) - Add earlier time stamp test case([`e45637f1`](https://github.com///commit/e45637f1012ff00eaf3fefe66fd71b2f2a06e430)) - Correct the cpu usage([`0dd3c0b4`](https://github.com///commit/0dd3c0b4ac05d6be8cabdafba1287753e40c30db)) - Add unit test([`36e219cc`](https://github.com///commit/36e219cc3eceed6814139635a3675464c4fe28be)) - Add logic for user no action([`eb6e1444`](https://github.com///commit/eb6e14442e5f8a83f45fecd3cc1c7a7d59ee4b60)) - Rework the data structure after verifying with areg([`c8401519`](https://github.com///commit/c8401519cc29a3f9b94ca8f69322901a01c01ab8)) - Initial code before testing([`d09e9172`](https://github.com///commit/d09e9172c5a0c432830eea10899f2f4639c46a68)) - ([`d25217d5`](https://github.com///commit/d25217d5bd067ded8f717f577d1aee5aadcbed6b)) - Added extended_symbol unit test cases for test comparison operators([`bcd9f595`](https://github.com///commit/bcd9f59578b8d613defecbd7d65e11d72cbd5e4a)) - Added comparison operators for extended_symbol type([`7d62d315`](https://github.com///commit/7d62d315a76c519f9ef57f73dcc5115dff587777)) - ([`a26c4e98`](https://github.com///commit/a26c4e984e9829c4b54bf9b003a09aa9fe394714)) - Add cleos validate signatures([`bdab1c9e`](https://github.com///commit/bdab1c9ec7deb14a94cecab9b19b6be2fbee2f4c)) - ([`be933544`](https://github.com///commit/be93354493b8671a5f452ea906438e1b8739163d)) - First draft of backporting push_transaction optimizations([`3720a74a`](https://github.com///commit/3720a74a6cd9a98b8f1f8428979e47da52cbaad0)) - ([`fdd3f439`](https://github.com///commit/fdd3f43913641619bce288c491aadf2947e388e3)) - ([`81aa2ed8`](https://github.com///commit/81aa2ed881b84e1ceee3f2fb9ec82239428e1e15)) - ([`fb3e2425`](https://github.com///commit/fb3e24255b11d176cdca3902b2665f8d75495810)) - ([`f4c27d3a`](https://github.com///commit/f4c27d3a334e6da3d897737f6324ef433ac7d164)) - ([`ef0f04a6`](https://github.com///commit/ef0f04a66c55d3e63b458c2fac513bd7e366f96d)) - Pick sane defaults for OPENSSL_ROOT_DIR on ARM macOS([`d44b2cf8`](https://github.com///commit/d44b2cf875f87443a985b22ffe5a97fa7e61886c)) - ([`d3d7625d`](https://github.com///commit/d3d7625d254fe947158c4b4e8411c108ebb16102)) - Fix intermittent forked chain test failure([`0e920202`](https://github.com///commit/0e9202021e87b784a12941994ff6007887013baf)) - Loosen transaction processing requirements till code is fixed.([`2eec9ea6`](https://github.com///commit/2eec9ea60c98a8b526a6ebdebfb9a98e28fc25a9)) - Relaxed requirement for producer rounds having to not miss slots.([`58d80cc6`](https://github.com///commit/58d80cc60073961483d42e83a718e72ae8d7d4c1)) - Do not check for incomplete block as it is not possible in Mandel([`b6abe77a`](https://github.com///commit/b6abe77a18fd43ffc91398fdec62426d86407522)) - Fix merge conflicts([`c169ac6e`](https://github.com///commit/c169ac6e42602e6a1877faf4ca8192aef193cc27)) - Send handshake even if info is unchanged([`5c23cc43`](https://github.com///commit/5c23cc43d0613ac01cad0bc291d73f3e7618b220)) - Send_handshake if we have not sent or received a block for half of heartbeat.([`ac802e86`](https://github.com///commit/ac802e862b6c4cc012f2d6aa473de9dbff6f9744)) - Send handshake instead of time for heartbeat([`56ae2bc6`](https://github.com///commit/56ae2bc62f9a208f3425fd9bdc71443b4a2062c1)) - GH-294 Add wall clock time to some existing transaction logging. Added log of time between transactions to give some information on time the chain is idle.([`5f40d51a`](https://github.com///commit/5f40d51a8c55bc0900d0facfdb5ac97ab81f82d3)) - GH-292 Add additional logging to Produced and Received block log messages.([`a7cc6266`](https://github.com///commit/a7cc6266dd634f03905aa8cd53ec3e3589bdf5fd)) - GH-293 Add similar logging for failed and successful scheduled transactions as input transactions.([`a0e8d6dc`](https://github.com///commit/a0e8d6dc64910a4255cb74d883b8ae90cc6913e8)) - ([`0a0a09eb`](https://github.com///commit/0a0a09ebbcc66d62244931bd79c3689fd969fb54)) - ([`4a4f5892`](https://github.com///commit/4a4f5892aac458f405f93bdcad6a76c5e8421c8a)) - Update plugin_http_api_test.py([`6949e8f9`](https://github.com///commit/6949e8f917e7b4f792f04de0a9bb22894b27a80e)) - ([`6ace9d46`](https://github.com///commit/6ace9d466e463ffca55613292c099c5205d40b41)) - Update crypto_primitives_test.abi([`65f5c902`](https://github.com///commit/65f5c902b7337846019145d9b0a1698ab05a460f)) - Update crypto_primitives_test.abi([`927d303f`](https://github.com///commit/927d303f110a4fe3c16e9594c61351101ad7578c)) - Regenerate deep-mind.log([`8ebcbb34`](https://github.com///commit/8ebcbb34f36841ec5f5fa99564a4d88aa4accf19)) - Update plugin_http_api_test.py([`88b48f27`](https://github.com///commit/88b48f270809818dbd07742f68b49252e20bb037)) - Wrong hash([`a84ddb64`](https://github.com///commit/a84ddb64ab679c547b48caf6977c51f5a5c6b1cf)) - Change protocol feature hash([`daf9b509`](https://github.com///commit/daf9b509392b93daeb3fc45af7906c22b1e23158)) - Force boolean values([`8fceafc8`](https://github.com///commit/8fceafc82c40d73c91f20e144af59097bf80ad70)) - Forgot to remove([`d2ad71e8`](https://github.com///commit/d2ad71e8b0b59539a2e46029355144cf1784c1d4)) - Change signatures([`ab4a24d0`](https://github.com///commit/ab4a24d087489e278126fcfe35d7cce0cc3c39e5)) - ([`4facc1a2`](https://github.com///commit/4facc1a2b0974804f77f04269b6105b86ed9ed22)) - Replace hard coding system_account_name([`887e17c2`](https://github.com///commit/887e17c2cdeef4dba83a0717fcf5706b9d218077)) - ([`befc500a`](https://github.com///commit/befc500a4ac91dc9637577b7c8b1344668ed253f)) - Improve the error handling([`ca86373f`](https://github.com///commit/ca86373fdf84c3f59264f04e5e1cbcb2e6cb6787)) - Use get_raw_abi for both get cleos command and cleos transactions([`e44c6c40`](https://github.com///commit/e44c6c4006893f7d1a9f80ab7902f6dc33cebcc6)) - ([`23fd8a8f`](https://github.com///commit/23fd8a8f7d0981489d335c086ff4e02169a230dd)) - Eliminate use of boost deprecated query object.([`66bfda2e`](https://github.com///commit/66bfda2e79574984ea47efea8a54630e65d84aa0)) - ([`1a001afc`](https://github.com///commit/1a001afc5758aee9ca09b0cc2393b3189a40646c)) - Bump appbase submod to main([`db3e906d`](https://github.com///commit/db3e906d808be3446308ea26b5be00e21b815fb2)) - Merge remote-tracking branch 'origin/release/3.1.x' into default_wasm_runtime_str([`472d0828`](https://github.com///commit/472d08283a6d75ba24c324027a02f739a4d39b7b)) - ([`f0bd4e06`](https://github.com///commit/f0bd4e065d02e5bf4aff7724d648968dc4dee92f)) - Bump appbase submod to v3.1.0 including default config fix([`0d8660dd`](https://github.com///commit/0d8660dd29cc0445e95d51799dac0903cc512b7d)) - ([`43f290d6`](https://github.com///commit/43f290d6bcbf7685b513d3f47f8ae6f458e1c5eb)) - Add_async_api was not calling correct add_async_handler.([`9947888c`](https://github.com///commit/9947888c1afc7a7eeb2fd0e1ede4c48e1c018914)) - Get_transaction_status is not thread safe, remove from async_api handler and place in normal api handler.([`06641498`](https://github.com///commit/066414989f0f281660caa3aa8fa04e3f042dd02c)) - ([`d7f4e96d`](https://github.com///commit/d7f4e96de4dd15984886a0c465613e9ea0238900)) - Merge remote-tracking branch 'origin/release/3.1.x' into GH#440-ship-live-blocks([`1ab36760`](https://github.com///commit/1ab3676087affb7a1a0c2d5599b5e1cf1e5595a8)) - ([`5e3c31cd`](https://github.com///commit/5e3c31cde4606160cfa104f6a80b016cc0f91d08)) - GH#440 Fix issue where current block not sent to clients when processing on_accepted_block at head.([`ba1df43d`](https://github.com///commit/ba1df43dda55bb1f2664ff90e7e59398296c32f0)) - GH#440 Add a ship_streamer client and simple integration test that uses it.([`dbf3c462`](https://github.com///commit/dbf3c462fd86a15a5d77aacf8a7d6ba72d8d91b0)) - GH#440 Minor cleanup([`e9768093`](https://github.com///commit/e97680938666a677d12bce7f0a481969a3e5b6f5)) - ([`92d35474`](https://github.com///commit/92d3547476705bad3d376e8ba726289d4b59ae55)) - Print out warning only if the platorm is not Ubuntu and make build directory relative to where the build starts - 3.1([`87b53b94`](https://github.com///commit/87b53b94c96f83970b0353bd8ae10de23bbef00f)) - ([`a4ffdf57`](https://github.com///commit/a4ffdf57d928b2f6422ace6d8931ca48b4e88d04)) - ([`18842614`](https://github.com///commit/1884261435fc667f72761deb2768a2a98dc449db)) - Get future before use to avoid race on set_value get_future([`3fce516c`](https://github.com///commit/3fce516c394cb44000e1bf8bf394623e65ef2087)) - ([`cf91de3c`](https://github.com///commit/cf91de3c35d14f749ede4cee9d6e9d93dd1839a5)) - Merge remote-tracking branch 'origin/release/3.1.x' into cleos-error-main([`2666fe30`](https://github.com///commit/2666fe301c539f4a91f4b5afa6dfdd804805c1ea)) - ([`3397e37b`](https://github.com///commit/3397e37bde85ee44625974fb08a1de23cefd354d)) - GH#428 Remove confusing error message.([`84321712`](https://github.com///commit/8432171283f480199c1e25d6d9fbb1f507aaa701)) - ([`91bf1f10`](https://github.com///commit/91bf1f10ef390a846754a0572c223ff13d75fee2)) - Move integrity-hash-on options from CLI to Cfg([`2d016296`](https://github.com///commit/2d0162969fbed55bdd55cc5d756830b622c31da3)) - Missed staging a rename in last commit([`0f9ac1b2`](https://github.com///commit/0f9ac1b210a51fda3ed8945a33a17b02851594ab)) - Just use a bool to track when it's acceptable to log exit hash([`3019dcdc`](https://github.com///commit/3019dcdc766636cbb5135774f8af90b9f932c2c8)) - Log db hash on start/stop with integrity-hash-on-start & integrity-hash-on-stop([`a70d6d52`](https://github.com///commit/a70d6d527ba5a662eb8ae071389890c73f15eaa8)) - ([`5bcc66db`](https://github.com///commit/5bcc66db06c9b33dc9ef5c1adea74d98fb797012)) - Bump fc submod to main([`cee97f07`](https://github.com///commit/cee97f07860c373204bae15426b478081a648f9b)) - Merge remote-tracking branch 'origin/release/3.1.x' into fix_macos_hole_punch([`344758d3`](https://github.com///commit/344758d34301a4571416ac8f58b840024e02cc5c)) - ([`16a1d7bd`](https://github.com///commit/16a1d7bde900f4df98a43ccbd23da7b018d3930a)) - Bump fc submod with fix for macos hole punching([`d2106e67`](https://github.com///commit/d2106e6705394e48c440aabdecb7a6d0e87f9c22)) - ([`23423397`](https://github.com///commit/23423397a8b61a640909e14ff7e9cece59ee8d2b)) - Merge remote-tracking branch 'origin/release/3.1.x' into check_os_release_exists_first_main_merge([`9dd0ff9e`](https://github.com///commit/9dd0ff9e83055f01de97ea4d8f9c70ede71df344)) - ([`fc7e0632`](https://github.com///commit/fc7e0632ad6c97aaf70c855745a44fa16aa1b3ff)) - Before reading /etc/os-release make sure it exists([`8b2da684`](https://github.com///commit/8b2da6846ee2549053337ec55a8317aa144e1917)) - ([`dfa3c92a`](https://github.com///commit/dfa3c92a713e7a093fc671fefa453a3033e27b0a)) - Merge remote-tracking branch 'origin/release/3.1.x' into net-plugin-delay-connect-main([`e1112073`](https://github.com///commit/e1112073fa6768813c47490265d8f6aa3096b269)) - ([`2ad4adf0`](https://github.com///commit/2ad4adf0a71c65d473bf4e12e11f94e66e612fc3)) - Delay connecting to peers until after all plugins have started. This allows replay to finish first.([`925007b6`](https://github.com///commit/925007b61099c0d92949d80dbf5c96f5655b849f)) - ([`a1e345c0`](https://github.com///commit/a1e345c00b76aeaadfce6c8fff2f29377150a24a)) - Merge remote-tracking branch 'origin/release/3.1.x' into fix-plugin-http-api-test-merge([`9e1026b1`](https://github.com///commit/9e1026b14f721b6a44fec7ce3f24c8bd1f5d65c7)) - ([`0724f045`](https://github.com///commit/0724f0458b747d354f44b7479569d564ee2fe3da)) - Fix merge issue([`1745e67e`](https://github.com///commit/1745e67eaeebc17a400332e741b91f0e8cdf225f)) - Wait one more block for head to advance when activating protocol features([`2927566c`](https://github.com///commit/2927566cefc74c556b00c1bb6b80cbe6a4fa5fd8)) - ([`c5e31c8f`](https://github.com///commit/c5e31c8f151979d1cbfbc383792c98d07e5ce5e9)) - Bump main to 3.2.0-dev([`8b15d9b3`](https://github.com///commit/8b15d9b3bed545d3f0ade479a4db94650f6faedd)) - ([`4aca6e34`](https://github.com///commit/4aca6e340967d508a6f78959c7d7d4010be2affc)) - ([`a1a7d0e9`](https://github.com///commit/a1a7d0e9ee98772ec0c488d915bd6209ea669aad)) - Port boost exception reporting.([`f0681a07`](https://github.com///commit/f0681a0703bddc65c897d9ab97c02b85f4c609d7)) - ([`574ab494`](https://github.com///commit/574ab4949646f2eb50be669380f1d328826a9070)) - ([`c553833b`](https://github.com///commit/c553833b79491f6e17a8c22757f19386b36448c3)) - ([`d8f92da7`](https://github.com///commit/d8f92da702af2e6e1e7e566856b7816db825e167)) - ([`786b7bc2`](https://github.com///commit/786b7bc2e3d4cb16595580e6b779677fc337b5da)) - Added initializers([`89c698e6`](https://github.com///commit/89c698e642528514f1d6009ed2cfad4b051c83c0)) - Add txn-test-gen-stop-on-push-failed option([`314d4fdd`](https://github.com///commit/314d4fdd3984aec316f9ac5ea28cad8f42417120)) - Add expiration config([`ff0be92c`](https://github.com///commit/ff0be92c3f1afe05095696cd0f1c6e5b107c2a33)) - ([`3c6a5c93`](https://github.com///commit/3c6a5c934cec3c8d29ef6e40e817503fabfeef23)) - ([`dd9072cc`](https://github.com///commit/dd9072cc2c00c7df43befa3758b4551ad45b7644)) - Remove an unneeded npm command from README([`c1b10d3e`](https://github.com///commit/c1b10d3e782c6f6d6c4187d3a40c5b502aff0f44)) - ([`165e0315`](https://github.com///commit/165e0315fba7d806af058bdead0b73f8620bc2b5)) - Release 3.1.0-rc1([`3f298a7c`](https://github.com///commit/3f298a7cd3b8b793836c12d78073b06cdd6833ed)) - ([`0580eb9f`](https://github.com///commit/0580eb9f0cea1f60b4b65b96a9e3059136bb6c32)) - Remove ccache from deps listed in README([`625d6893`](https://github.com///commit/625d6893809dcb018c75991d88d883130fb62a2a)) - ([`1cac8238`](https://github.com///commit/1cac8238327c0a6b365ed0d1a792b0c0fa93ab47)) - Fix clang compiler error([`6ec682ed`](https://github.com///commit/6ec682ed87932ed50d7f02e7d7e4bebbbb7ab0c5)) - ([`3f8e7dd5`](https://github.com///commit/3f8e7dd5cae9a8bdde0cfc8e032d59a10593021f)) - Rename ship prune option to state-history-log-retain-blocks([`c6be0af6`](https://github.com///commit/c6be0af6e9358926ae35726b2ac7a8b759db3ddc)) - Merge remote-tracking branch 'origin/main' into log_trimming([`ea396b58`](https://github.com///commit/ea396b58c029a77631c4e72b553aa14de32e340c)) - Merge remote-tracking branch 'origin/main' into log_trimming([`8edd26b2`](https://github.com///commit/8edd26b2eeb3f771ab49a456e311f9f639d0347b)) - Small changes to ship pruning([`e6faf298`](https://github.com///commit/e6faf298c5fadd6b31031bd2d83aa21318784023)) - Migrate ship prune configuration knobs to a single config struct([`a63b663e`](https://github.com///commit/a63b663e613d72f978e2d5d7c90b26a45978ff00)) - Small changes from review([`118f932e`](https://github.com///commit/118f932e4cfcc1b21eca42483e6fbfa4380edbc0)) - Remove outdated comment([`76876a5a`](https://github.com///commit/76876a5a2760b89f8baa414d41fc7ca4341e61ea)) - Cleanup items from review([`4f2599ed`](https://github.com///commit/4f2599ed372054337c1dd75d711fb59696127e11)) - Bump fc submod to main to use cfile map integration([`960388a4`](https://github.com///commit/960388a42e51849d0d970ff18243234572f7d54c)) - Ship log pruning tests([`fbf967b9`](https://github.com///commit/fbf967b97e85c1a02b716e91a3a42d62d21f3143)) - Small tweaks to pruned ship logs per testing([`64f99115`](https://github.com///commit/64f99115b61853d17b57d287f42cd77df43fc370)) - Vacuuming of pruned ship logs back to non-pruned format([`8a65b700`](https://github.com///commit/8a65b700ffaa497a9803e539d047584d1cd40d9b)) - Bump fc submod to fc's main([`b86c5cea`](https://github.com///commit/b86c5ceaad2bd9662485537ecca398ca0ae7d367)) - Rename log trimming to log pruning([`69937240`](https://github.com///commit/69937240d54075e1616664e303cdcc9bb070ff93)) - Use common cfile::punch_hole()([`0f18658c`](https://github.com///commit/0f18658cffd404f615db5427d86d30b707489922)) - Optional automatic trimming of ship log files([`3848ed91`](https://github.com///commit/3848ed9188400a05b2f9363a1798284d5f113b86)) - Bump fc submod to branch with public fileno()([`3bcc478b`](https://github.com///commit/3bcc478b805311a6bdb1ced735d844344f913771)) - Recreate state history log index from the end([`7229df9b`](https://github.com///commit/7229df9b77b459022f0694e66b5be7ffe30e074c)) - Always open index file in append mode([`cdbaf2c8`](https://github.com///commit/cdbaf2c8a47281847b53f4962c918ac8d0add391)) - ([`718ceee8`](https://github.com///commit/718ceee810eac731cd1a681cc6da39f3b7e29623)) - Rename block log pruning option to block-log-retain-blocks([`679bb0b1`](https://github.com///commit/679bb0b1597cf3884a035442644cb73de1f873bf)) - Merge remote-tracking branch 'origin/main' into blog_trimming([`a15e1a0e`](https://github.com///commit/a15e1a0e0bc42de260d2c2beb0cab77d70102007)) - Merge remote-tracking branch 'origin/main' into blog_trimming([`3cd203aa`](https://github.com///commit/3cd203aad196870acc72fe80d02f2309ac8bf43f)) - Update eosio-blocklog for latest pruning changes([`2c5fe579`](https://github.com///commit/2c5fe5795b59349f2b02d04b0a83df31819061bb)) - Reorder skips/seeks when finding head of blog for better clarity([`1336572b`](https://github.com///commit/1336572b2c02c991a6b9d15e7e26c7c7a28e69e1)) - Convert blog prune configurations over to a well defined struct([`5dd2d28a`](https://github.com///commit/5dd2d28ad8b82298163131350d0aa4e2057347cd)) - Grab bag of changes to block log prunning([`262aac02`](https://github.com///commit/262aac0294edde82bcf7d35ba01f764b44b299e0)) - Unit tests for pruned block log([`6fe0c844`](https://github.com///commit/6fe0c844ccd387e8577c5a3dde02e051319d0427)) - Tweaks from unit test discoveries([`38231987`](https://github.com///commit/3823198730f469bd907f2065c869f7033001f7e8)) - Flush the block log files after potential trailer count([`f94e7212`](https://github.com///commit/f94e721243b03ddc2c95a48e08a4cd854f02bb37)) - Bump fc submod to main([`c79c0b7c`](https://github.com///commit/c79c0b7ce1d607cbb7465d2e1dc0d85986202c71)) - Vacuum() does not need to be exposed public for blocklog([`bc65c633`](https://github.com///commit/bc65c63395cb9d787ef0f8ed1bcbe70274fccda4)) - Make vacuum status messages be time driven not byte driven([`a7cf0a79`](https://github.com///commit/a7cf0a793205bdad683ee213837db1d845f1d91c)) - Get rid of unused blk_size in block log([`d52b82e3`](https://github.com///commit/d52b82e34de9decc19d58e5affdda4cee5be9b73)) - Reword new log trimming to log pruning([`8712bad6`](https://github.com///commit/8712bad6e3c2062c5d6f0aa434d7ebd09f6e1026)) - Eosio-blocklog awareness of trimmed logs & --prune option([`2fac08e7`](https://github.com///commit/2fac08e7ecdea82ad445d8240fe7d410a7a5d98d)) - "vacuum" support for converting a trimmed blog back to a flat one([`939b8600`](https://github.com///commit/939b86004ef8e164deb9eef43112a2577c9ed3d8)) - Adjust a few off-by-ones([`aae0c509`](https://github.com///commit/aae0c509564eb7a5a47ec75d81e23dc810decdf6)) - Make blocklog::reverse_iterator aware of trimmed logs([`87e5ebed`](https://github.com///commit/87e5ebedaef606fa52c46c4f80aa14554695274f)) - Use new common cfile hole punching([`66e60756`](https://github.com///commit/66e60756dc62bfadf0ce5b10e909d50cec7ad5d8)) - Optional automatic trimming of block log file([`6b573f0d`](https://github.com///commit/6b573f0d1a352d2ba363033f3df82a8c53e35a61)) - ([`1ebd100f`](https://github.com///commit/1ebd100ff1ad5b350a0c6969e6d0ce56afbdfa43)) - Update plugin_http_api_test.py to fix test.([`7936ce27`](https://github.com///commit/7936ce2798bb41d3d2543073f30d42dffbdaa041)) - Introduce new protocol features at the end.([`4d7fcdc1`](https://github.com///commit/4d7fcdc1c884d04b1f8cbdbea69652494730dfe2)) - Update deep-mind log.([`3ee0b8bf`](https://github.com///commit/3ee0b8bffd4cd021155852a6bf7cdf910b235716)) - Merge in changes from eosnetworkfoundation/mandel#383.([`f054add5`](https://github.com///commit/f054add54eb1ec96f0266fe9786b570009f40005)) - Close the block_log_num test suite([`3531c5b6`](https://github.com///commit/3531c5b6f04cfc68cfd34bec4fad23fc29915f98)) - Various gmp fixups (readme, tester cmake, dev package deps)([`973f921d`](https://github.com///commit/973f921d9cfcb813e0d00b43817b8a92848b2003)) - Bump fc submod to main w/ INSTALL_COMPONENT changes for libff([`2d53baa7`](https://github.com///commit/2d53baa78b3f7bc45e22a9a5cf0adae85f50b1f5)) - Bump fc submod to main w/ libff parent change([`24ecdac0`](https://github.com///commit/24ecdac0bbef930326b4414edc6b2a6b126d1c9d)) - Merge remote-tracking branch 'origin/main' into HEAD([`a0cc33e1`](https://github.com///commit/a0cc33e13d666a5d70bbfe0723c67eb93470ec6b)) - Add GMP_LIBRARIES to EosioTester.cmake.in([`01464509`](https://github.com///commit/014645097b128f6767848f01c1f41d8af3eab160)) - Rename host function ecrecover to k1_recover([`2c5260be`](https://github.com///commit/2c5260bef33e391af92e9f8047334e3ed8b3510c)) - Rename protocol feature EVM_PRECOMPILES to CRYPTO_PRIMITIVES([`f39467fc`](https://github.com///commit/f39467fc835bb1610ad4278c31e73b88697a1f78)) - Update libfc([`8791be7e`](https://github.com///commit/8791be7e689323b48db4ce82872e129e5c938792)) - - Add libff LICENSE file as installed file([`b9a96e0b`](https://github.com///commit/b9a96e0bc53e86655d643f1a58e29e4eb541b625)) - Update libfc([`d540fbe0`](https://github.com///commit/d540fbe0459d5b840937b18113a8c9b3a64e952c)) - Use new libfc interface for helper functions([`89eaea54`](https://github.com///commit/89eaea54405545ae1bfb34fd5a45b06833f1cac8)) - Add GET_BLOCK_NUM protocol feature([`b1105ac4`](https://github.com///commit/b1105ac40ad083fa13f021043181dd6c7b5752e2)) - Add EVM_PRECOMPILES protocol feature([`f8f2e7b9`](https://github.com///commit/f8f2e7b9a1b43c63931197962316d90addc2ad0b)) - ([`bc08f6d6`](https://github.com///commit/bc08f6d69bfc84b9c3c95c36e90d7b9e6cefa433)) - Fix non-determinism issues with deep-mind logger in tests.([`b7eb8a0e`](https://github.com///commit/b7eb8a0e8546b28016186f65057debbd671e0974)) - ([`1c2ea163`](https://github.com///commit/1c2ea163d344876c51c7642776b9a57d53719f76)) - Revert script changes from bash to sh, the pinned_build script has other issues.([`54da550f`](https://github.com///commit/54da550f474e4823a20bd703c16b6ae8573fb4bb)) - Change pinned_build.sh to /bin/bash rather than /bin/sh due to needing bash capabilities.([`9d95e208`](https://github.com///commit/9d95e208c654a2fb162d79099217a3a71df3f725)) - Switch from /usr/bin/bash to /bin/sh in scripts to account for installs without bash([`45932014`](https://github.com///commit/45932014f3a4dc7114bdac91a1891c01237d08d3)) - Use sh instead of bash for cmake unittests magic([`4739af2d`](https://github.com///commit/4739af2d23e5694e4acfeb85b446eb9f85188861)) - ([`a3c259aa`](https://github.com///commit/a3c259aaefa15d15f9e40f9c95b373ec24901160)) - Use a more accurate check for End of file suppression in SHiP.([`4eea5236`](https://github.com///commit/4eea5236073a9c405fed381d3f0ad304e103c4a7)) - Suppress End of file error reporting in SHiP due to it not actually being an error.([`7734bda3`](https://github.com///commit/7734bda39aad349c9abf1938c72d123c66ae0830)) - ([`da9acba1`](https://github.com///commit/da9acba140597109b9c967ab5d4c2fcafd3afb1e)) - Tweak OC with WASM_LIMITS protocol feature([`75d679ac`](https://github.com///commit/75d679ac1fb15aa2d15d13239ebadd5649b0f720)) - ([`0040dc59`](https://github.com///commit/0040dc59e3aafd8d8aa02a2078f1f0992fdbfd27)) - Strip llvm-dev dep in deb dev package of newlines([`089b0c58`](https://github.com///commit/089b0c5845bafa0b242312dc69e7da6ef2bcc61f)) - Pack separate base & dev .deb packages([`a35eeac0`](https://github.com///commit/a35eeac0a05ae20ddd8c4c632796b728fd21164a)) - ([`15372aa4`](https://github.com///commit/15372aa497ac2667fd36c6c9f011f998a391e06d)) - Bump fc to new main w/ cfile & pub/sig return value changes([`cdc210f1`](https://github.com///commit/cdc210f1eed658721e8428d986b8f4e12592ebb3)) - Change which() for public_key & signature to return size_t([`4392233d`](https://github.com///commit/4392233d38b3578817903efce9622222f82dbae9)) - ([`571796f8`](https://github.com///commit/571796f8b89114b0d1b8936df38048880b84d827)) - Add platform, platform version, and architecture to package file name([`3acc8d96`](https://github.com///commit/3acc8d96dbf2747cd74c029ef82bd51b6851c1cf)) - ([`4ef2e72c`](https://github.com///commit/4ef2e72c00f149add060939c015d321ced3d37d5)) - Bump snapshot version to v6 to prevent confusion about 3.1 snapshot compatibility with 2.1.([`aa28ecec`](https://github.com///commit/aa28ececcf56c9d4d6429f15ce729a30b5296d7a)) - ([`1a807634`](https://github.com///commit/1a8076343bc82c3d3cfbfb7ee769123d52bd0fdc)) - Delete arm_build.sh([`4723f8bb`](https://github.com///commit/4723f8bb1f36d12641704f01a52e5dcfdda3c875)) - Use new cpack stuff([`d3c934bd`](https://github.com///commit/d3c934bdce12ed9ebd4df76abcde4a5107851876)) - ([`4504138c`](https://github.com///commit/4504138c41d5feec94142e268288f9ac61e04910)) - Update config.hpp([`6fd98823`](https://github.com///commit/6fd988230cf54f33426e92c25e3c2f9674824f2b)) - Update readme([`167c6fb2`](https://github.com///commit/167c6fb2f2a9cf288bf2536ab170a4fcb49452f6)) - Missed the initial config default([`7e4cb065`](https://github.com///commit/7e4cb06506af9f85e6616d10b4cf198ef8ee47f1)) - ([`fc53b64d`](https://github.com///commit/fc53b64d9342c9872b4641715efb5f498a207a81)) - Update arm_build.sh([`1630352c`](https://github.com///commit/1630352cfe943fdaed06b9f4667ac56fdc256552)) - Bump submod([`e52b97cf`](https://github.com///commit/e52b97cf2c382f973fab1978914a341a9cdfb122)) - Remove message([`d9d4af93`](https://github.com///commit/d9d4af932f41017b944bae1e18760f2a3def7897)) - More changes([`de408a80`](https://github.com///commit/de408a80fa5621272ed5881b72846232e6034bb3)) - Updates([`bfe49084`](https://github.com///commit/bfe490842982e45a5bda127ce77726fd4ae8c6e7)) - Splitting again([`4803662a`](https://github.com///commit/4803662a33410d656ae536e94ee12823fa63f3af)) - Adding support for arm clang binaries([`3db1cba3`](https://github.com///commit/3db1cba380c3494086b30893fa9b4c1e55ba9959)) - I hate bash([`b72de2c7`](https://github.com///commit/b72de2c74c094745c50fac78b5f31c6a8ab58021)) - Missed toolchain file([`42349f83`](https://github.com///commit/42349f8334452192198d333e4b3a6c779484f391)) - Merging pinned and arm together([`d353b897`](https://github.com///commit/d353b8973089c4df2b95e4997c2b2deb57282639)) - ([`ad4af7bf`](https://github.com///commit/ad4af7bfe58f7b8932ca3a3060cb5e62ffd85c22)) - Remove a lot([`90ebab68`](https://github.com///commit/90ebab686ce402ab802a2e7de1234e70abebc4af)) - Update pinned and packages for arm([`5a30bbe2`](https://github.com///commit/5a30bbe23b31a6f7bbc55aed6875de57e67d8fd7)) - Merge remote-tracking branch 'origin/larryk85/pinned_and_packages' into larryk85/arm_test([`9d6bea3e`](https://github.com///commit/9d6bea3e7c9f9749b42b479a18315f2228a3b4c5)) - Undo([`88b64c18`](https://github.com///commit/88b64c18c5d8ad2c8809a10c06e006644097084a)) - Disable OC for a test([`220e0425`](https://github.com///commit/220e04257b003b76a919fc8ce898a0b031d0c3ef)) - Adding pinned build stuff([`74eef541`](https://github.com///commit/74eef5412e3ad220416ae75434c0d744fad618ec)) - More guarding([`6113f47b`](https://github.com///commit/6113f47bb5131acf784943880c8d3abf1d640b3a)) - Knew I missed something([`1347b64d`](https://github.com///commit/1347b64da4fcc5e90d5656a3048b5f72ea4a253b)) - Failing to find eos-vm([`49325c63`](https://github.com///commit/49325c632a2f8c7c318d85ab3343fbb6a71d0d75)) - Bump eos-vm([`b77cd6d3`](https://github.com///commit/b77cd6d372aa97f0f0ed55fb505eec0ee19c6fe6)) - ([`1b3fb039`](https://github.com///commit/1b3fb03984be5310938b067abb4e75c3fcec7d60)) - Add missing BOOST_AUTO_TEST_SUITE_END() to chain_plugin_tests.cpp([`c15e89c9`](https://github.com///commit/c15e89c93a04bb748c5556d96dbfd7cdb168890d)) - ([`727a684c`](https://github.com///commit/727a684cda3e7bf7147baf4ab8660a9db731d970)) - Mark the package as conflicting with 'eosio' package([`d7ad6161`](https://github.com///commit/d7ad616131db5aee43521fe43d08aef2ed292b19)) - ([`b4f21ef6`](https://github.com///commit/b4f21ef6c2a214557808028dbc05249d13ed1084)) - Changed parameter to compute_transaction to a struct([`791b8bc1`](https://github.com///commit/791b8bc1bd5ae4169c14c8f42b570d03f8674fcf)) - ([`95daf7bc`](https://github.com///commit/95daf7bcdd208a8cdd0c6f3af877c6adbdb3c660)) - Merge remote-tracking branch 'origin/main' into cc_update_bios_boot_tutorial([`5ab08379`](https://github.com///commit/5ab083796e27a38cd89711e4f012dc71e7886656)) - Update feature digest for CONFIGURABLE_WASM_LIMITS2. Update README.([`72d2e405`](https://github.com///commit/72d2e4059780c61c9cf8b82d4e79c66212bae005)) - Update README for bios boot tutorial with new links([`fbfd1fa3`](https://github.com///commit/fbfd1fa37f0271adb3c929f263ab989d49943bd1)) - Update feature hashes for tutorial([`72cc02a7`](https://github.com///commit/72cc02a7dbeadc4ac8a78eb180f3a86a09fce997)) - Fix unresolved set_kv_parameters_packed problem([`bf96c6e3`](https://github.com///commit/bf96c6e332b778dae31ed5a7c8c431a508c947ba)) - Nodeos needs more time on linux before it starts accepting p2p transactions([`b377c963`](https://github.com///commit/b377c9633884ff18a3cce713cbfd7d905e3167a9)) - Change max-transaction-time from 1000 to 200 which must be less than block time (500)([`923d075e`](https://github.com///commit/923d075ec250dfd761fc4dc2ed341ce55b82d072)) - Incoporate review comments([`4509d3e2`](https://github.com///commit/4509d3e29c7ae87b2b67f63fda94367f3a3af01f)) - Make bios-boot-tutorial.py not rely on prior version of system contracts([`702e3b63`](https://github.com///commit/702e3b63910ec37021efaeb4b4b93f52320ca52a)) - Increse max_transaction_cpu_usage to 90k([`3a83f103`](https://github.com///commit/3a83f1030caeb63606b31b50603f6867b5bbe6d8)) - ([`c1b92469`](https://github.com///commit/c1b924690c3a55af30ce0a8c89b09582f542b2d5)) - Remove IMPORTANT.md([`d9cddb62`](https://github.com///commit/d9cddb62406ffef7fb3c4f8b912f7c72352092b6)) - ([`e9117bf6`](https://github.com///commit/e9117bf6febca4b5f2cd94fdbb7fb81188a9b08c)) - Merge remote-tracking branch 'origin/main' into large-stack([`cb392676`](https://github.com///commit/cb392676ec414d2341f2690913f5de3cf2000a55)) - ([`67516e89`](https://github.com///commit/67516e89aa11cd18d7f16b70d707307c590c9f6e)) - Use the maximum stack space in apply, not just the recursive function.([`2dbe0297`](https://github.com///commit/2dbe02976a354b8b9833fa0e82cc82f58a3db747)) - Tests for large stack usage([`eee5cf03`](https://github.com///commit/eee5cf039faf91928dd98ffd0d3feb3ac2d8a178)) - ([`ccede655`](https://github.com///commit/ccede655a40f7d8afe443bbd626cbb6d196e1815)) - Correctly handle variant types([`d1e658f1`](https://github.com///commit/d1e658f1c43bb3025c11f1d46c58310d30eb3044)) - Variants for versioning require new types appended.([`2120ea98`](https://github.com///commit/2120ea9805ca4cb0c13d7fa0ed01b105dea0903c)) - ([`fb6bc334`](https://github.com///commit/fb6bc3349b3b49897f06b586f615b7c3ac550040)) - Disable resmon shutdown for plugin_http_api_test([`9df15d31`](https://github.com///commit/9df15d31552abda968507c379524fc610ab9b39c)) - ([`110eb324`](https://github.com///commit/110eb32429df1f7eb914c4d33506161237d93ccf)) - Remove old unused database-hugepage-path config option([`afbcf391`](https://github.com///commit/afbcf3912a99b40b972b7f81e039b77d07211858)) - ([`d015aaf7`](https://github.com///commit/d015aaf7b340226c90892de1e18d0c48321a41b1)) - Place debian package in to "utils" section([`bea7780c`](https://github.com///commit/bea7780c45f2e2e68958a2c01fbd44cfd96876dd)) - Add basic cpack support: known to build .rpm and .deb correctly([`9205ae0a`](https://github.com///commit/9205ae0a6b64688b25acdfd898a75477822d5728)) - ([`93309d43`](https://github.com///commit/93309d438414662f579386e18a11551375d0212c)) - Merge remote-tracking branch 'origin/main' into clean_make_install([`0853402b`](https://github.com///commit/0853402b9aa19418f114961229dfabecd0f86aaf)) - ([`4bfbbf92`](https://github.com///commit/4bfbbf926552b3d10892dea9300e85231886febf)) - Fixed several "JSON" capitalizations([`f2c1eba1`](https://github.com///commit/f2c1eba14c73d2ff39224c6973da048df4106d6e)) - Cherry picked updates to messages #259([`f3d98f6a`](https://github.com///commit/f3d98f6a4ce23667e75a74fabf8c1bffb0904cd1)) - ([`d07a8f5c`](https://github.com///commit/d07a8f5c6c692837abbf43195bbec3964dd8ced6)) - Update fc([`61d3d5ea`](https://github.com///commit/61d3d5ea69a7bcab8a894c4043147b3f2137ba45)) - ([`d6d8f2a1`](https://github.com///commit/d6d8f2a1b19fb36403fde24a08f59892ebc52b6a)) - Bump appbase submod to main w/ detached thread fix([`91d740d7`](https://github.com///commit/91d740d721b0c3f6963fe0045bf4203f450e890a)) - Bump appbase submod to branch w/o detached thread after main([`8f556af9`](https://github.com///commit/8f556af99ecf7d9ada25ee23f233af00a159c1e5)) - ([`da384254`](https://github.com///commit/da3842543942516e1ce0971e5810e65c851db411)) - Bump chainbase's submod to main with warning fixes([`50e7a1ba`](https://github.com///commit/50e7a1bad73bdf6b2aa59fef191360d78388cb34)) - Resolve a few warnings([`59a8478c`](https://github.com///commit/59a8478caacb032517cdfa04f06d71bb1078baec)) - ([`8e8920f1`](https://github.com///commit/8e8920f17fb2b43181e9d904ecb809635e2d279a)) - Added verification for feature hashes to test([`4930a3e8`](https://github.com///commit/4930a3e8b75c52473f9a651174663598962325af)) - ([`2c15a836`](https://github.com///commit/2c15a83632a6018a00871f4f0f5eb9e9ec7ce76e)) - Add more --no-auto-keosd flags to cli_test([`906bdc44`](https://github.com///commit/906bdc4444ce4c23841f17c15a14023dba10017f)) - ([`49701730`](https://github.com///commit/49701730b3df1b5840e3c4b7b6641bd4a10ad720)) - Resolve "clearing an object of non-trivial type" warning in WAVM([`3a07fda0`](https://github.com///commit/3a07fda066e2eb050a1e11c67bb5f0b83574a807)) - ([`467dea45`](https://github.com///commit/467dea450b54c21bac17dc28a27876b961d5f151)) - Add needed include([`3db36c03`](https://github.com///commit/3db36c03e391cbe3d9ca52ae2833702b9421b538)) - ([`27e15012`](https://github.com///commit/27e15012af77a2aea3cd02a1a21c5404ed32a215)) - Disable resmon on db_mods and validate-dirty-db tests.([`75620151`](https://github.com///commit/75620151ea49db437aa5d2a4b6513fb44abbfbaa)) - Disable resmon shutdown for tests. Fix test failure for resmon. Update exit code for resmon test.([`aea2dbf9`](https://github.com///commit/aea2dbf9c5c26187861014f4dc90bcf79f88bd14)) - ([`a1ebb79f`](https://github.com///commit/a1ebb79fc1b3d82452286496cf46947c3a239c7c)) - ([`c57093ff`](https://github.com///commit/c57093fff0f649a93a5d747b064b97a4c699768f)) - ([`39656621`](https://github.com///commit/39656621b858606b78fec65ba34c3a21e010a551)) - ([`eb850dd2`](https://github.com///commit/eb850dd2e88bc898c780244265082708ed7d04d5)) - ([`d5441cf5`](https://github.com///commit/d5441cf550d9da9ebeb97735100c7b02f9daed4f)) - Added configure_file for get_account_test([`8135d3fe`](https://github.com///commit/8135d3fe61ee807b6a7b897ff79ee6aa22d6db40)) - Added get_account_test([`755d2179`](https://github.com///commit/755d217970f5f4265d4c3b7630f11105af903d50)) - ([`ff85a01c`](https://github.com///commit/ff85a01cca0e7a9cc3bdb019aded164f14b4604f)) - Took out spurious include([`7d63207d`](https://github.com///commit/7d63207d1d793516b0a6fda48636fde7b78f6817)) - Get_account eosio.any linked actions add separate field([`bfda6e29`](https://github.com///commit/bfda6e290a8d513aa9654ce9f1fe9c4b2b871d9f)) - Use config name for eosio.any([`a5f3b9cf`](https://github.com///commit/a5f3b9cf60ca3817590854d3be119f45d742ae5a)) - Include eosio.any in linkauth, add unit test([`7f49bce1`](https://github.com///commit/7f49bce12b09f2f8ea29ebf0229d59670d9bff46)) - Initial check, copypasta from older bart PR([`ce9fc96a`](https://github.com///commit/ce9fc96a2b1cd07533a2c47074c43e3d27b1ad88)) - ([`21e6b75a`](https://github.com///commit/21e6b75a3421be3db49b76d61b3ddf583245fcde)) - Apply 3-strike rule for complete block production([`d25aefa9`](https://github.com///commit/d25aefa9c05c878ac495246ccee85d23c84f92e8)) - ([`16a39cee`](https://github.com///commit/16a39ceee555456736a1dde26d22c118eede9484)) - No need to keep persisted after applied in a block. The idea before was to keep it around in case it was aborted, but it would be removed as a duplicate on next speculative block anyway, so it is meaningless to keep it.([`83d23e70`](https://github.com///commit/83d23e7086bc5964bbb0bca491616660cb81c75e)) - Fix merge issues([`f0bc64c8`](https://github.com///commit/f0bc64c817c83a1ec56168f9a997e1ff69b5f39a)) - Call q.begin and q.end, instead of q.unapplied_begin and q.unapplied_end, in unit tests([`9937e6d9`](https://github.com///commit/9937e6d9afdfec0d97f0ea62e39522652f358169)) - Fail the current duplicate instead of previous([`dc9abf30`](https://github.com///commit/dc9abf3060de8fb6d1957848e017f0f02d49bd1f)) - Fix handling of duplicate trx in unapplied trx queue. Honor return_failure_trace in unapplied trx queue. Add producer plugin test for trxs([`e80ed938`](https://github.com///commit/e80ed93851fc0d9ad30a80ae7972fe514cae4743)) - Default return_failure_trace to false in unapplied transaction queue([`ae1e8bcb`](https://github.com///commit/ae1e8bcb65da89a76d72195e3c6478d7b6deab8b)) - Track and use return_failure_trace in unapplied transaction queue.([`cee60131`](https://github.com///commit/cee601313b748e3e5baa265c4993e596f8052a54)) - Fix merge issue([`d2089e23`](https://github.com///commit/d2089e231ee6c45a77b0c3d17214695b63822577)) - Remove process_mode as it is not needed([`66fec95c`](https://github.com///commit/66fec95cb87a80388ff3b04f8e6474f7870adbcb)) - During speculative execution, restart block if current block is exhausted([`5fca32ea`](https://github.com///commit/5fca32ea8903c4d7487915b8e4de862f64a0d207)) - When speculatively executing last block doesn't apply([`5a743197`](https://github.com///commit/5a743197811cb5dea3bb117a726c339193ce0c4b)) - Keep unapplied trx around for faster apply block([`f880f9be`](https://github.com///commit/f880f9be90458a99e09a31e7a35db2d7e23f228e)) - Change the comment([`28520503`](https://github.com///commit/285205036c2ded6b46380314e72f7e53bc490c36)) - Unapplied_transaction_queue incorrectly caches incoming_count([`eb9facc7`](https://github.com///commit/eb9facc7e005056fdca1dcfc7bacb196081781d2)) - Always call next if set so that http does not have to wait for expiration to be notified([`9c6cc684`](https://github.com///commit/9c6cc684fd7f52fe1961baf682846609ec39e2e3)) - Guarantee that invariant of next function is called. Indicate duplicate trx instead of partial trace.([`2bb4e343`](https://github.com///commit/2bb4e3435328cb0c138ff8fdbc95e7ec4426d80c)) - Always call next() since net_plugin needs callback for tracking transactions in progress([`36161d0a`](https://github.com///commit/36161d0ad62aee7d5bea06080564db31f44082b0)) - ([`d3a3602e`](https://github.com///commit/d3a3602e749ec4ae5bc9be40485ad53ef5f1e159)) - Bump submodule([`62336abb`](https://github.com///commit/62336abba2038e4af06a60b3bdffed57d26fbec9)) - ([`4cc075ee`](https://github.com///commit/4cc075eee5ce8eee8f42671d97b925bdc6af7829)) - Bump up successful trx cache expiration to 60s in integration test.([`91d9de3d`](https://github.com///commit/91d9de3d4a3f362bef897a95ea8600229de58af2)) - ([`80246cfd`](https://github.com///commit/80246cfd8b8ccf318fb6058ffef19809a4468045)) - Update protocol features enum. Fix deep mind test errors.([`561ef950`](https://github.com///commit/561ef950c8ba9bf93d6a830bd159ba3ed693de14)) - Use explicit values for builtin_protocol_feature_t enum to maintain consistent hash values.([`f7e616be`](https://github.com///commit/f7e616be4be21e7dbfdfc7a4ea9a72397bb3abaa)) - ([`386afb37`](https://github.com///commit/386afb3786d1edd05f19e5306144380b2e233ca4)) - Changed packed_transaction_v0 to packed_transaction([`a6686a5a`](https://github.com///commit/a6686a5ac2f1ca3efd6b37ca0193f24f771ef81b)) - Check every field after signing a unpacked transaction and unpacking a packed transaction in the tests([`0c695360`](https://github.com///commit/0c695360cf297f8b3b702a0eaef25c849e357f9a)) - Make cleos unpack a packed transaction before signing and add test cases to cleos sign command([`b030cfb7`](https://github.com///commit/b030cfb76f0f42029a6b24533a2bda306289fa80)) - ([`4d0b6196`](https://github.com///commit/4d0b61962f7c18f26224b9748c58ed72ed2b49e3)) - Backported exit on fork_db corrupted([`124bfe9b`](https://github.com///commit/124bfe9b1378281367c939e2dde4e5db4ddad892)) - ([`663d135b`](https://github.com///commit/663d135b06d02f598bb402df3a082a85defaa3c1)) - Add sample user-defined field in GELF appender configuration.([`760876d4`](https://github.com///commit/760876d4a7cb621af9cba60226340696cf30c598)) - Update to most recent version of the fc library.([`db10d91c`](https://github.com///commit/db10d91ceb15f4447e5af7f00d1d2cded68a41d0)) - ([`dfc63199`](https://github.com///commit/dfc6319942487fa0410db6142a79da26a04e0465)) - Stop using spaces in dummy CMAKE_BUILD_TYPE for abieos([`63b4ab5e`](https://github.com///commit/63b4ab5ea9b0f9be9cd9f9901cbb8cc0096e0b44)) - ([`4847b7c4`](https://github.com///commit/4847b7c4368e80f5a74b01a78695f15c1a2e8465)) - Minor test fixes.([`4335323f`](https://github.com///commit/4335323f34cf6c6511ca9b1d2e3994eaa0d5352f)) - ([`bbf633e4`](https://github.com///commit/bbf633e4a8cc8088d755d8d2a5d7f9288223426b)) - Address peer review comments.([`74aa26dc`](https://github.com///commit/74aa26dc30e87db54079a6e5d54dec09f58713cc)) - Remove commented out code.([`c3cb1545`](https://github.com///commit/c3cb154532e0736e540a5cadeb0ec4d0e116ca7c)) - Fixing initial test setup. Fix transfers to make non-duplicate. Additional test updates/fixes.([`ce7ea4e3`](https://github.com///commit/ce7ea4e38aaba326b76070fae81ae089e4f2c851)) - Fix imports. Fix totalProducerNodes variable type. Add trace_api_plugin.([`df8f1102`](https://github.com///commit/df8f1102b884b68127bcb8ca3cffc1710e3e369c)) - Update test to make sure it reports failure exit code on failure including when an exception is thrown.([`f68307f2`](https://github.com///commit/f68307f26a75176f81cca72bc073677e2ff91fb7)) - ([`47ec8b52`](https://github.com///commit/47ec8b52cdabe2f5d416c3e1a324bc1f04930a3b)) - ([`07967ba2`](https://github.com///commit/07967ba2bc5aa00f514ce8944f89df98d8f602eb)) - First pass fixing python tests([`7615f315`](https://github.com///commit/7615f3158ebb5512cb8a4f643faaaa6fd879aee2)) - ([`238627f7`](https://github.com///commit/238627f7d837535994bfae836bb176b2d2ca9ed2)) - Updated method names to indicate block_num([`04099f4a`](https://github.com///commit/04099f4a6801f458160048b2e9a224786d672ebd)) - Only look at fork_db in corner case([`4940f2d5`](https://github.com///commit/4940f2d57b78673b8a43ebf15b3246da0038e468)) - Cleaned up member names([`5802ef82`](https://github.com///commit/5802ef8265580fcb34f3bf65cfd09f636f562862)) - Added earliest available block / lib time to get_info([`868a758b`](https://github.com///commit/868a758bf8c13a92ffc5ac19d2ce50c2aaeab4d5)) - Added method to git earliest available block([`d571805d`](https://github.com///commit/d571805d9f41111f3faa8f9db52f35581e49b724)) - ([`3678ad26`](https://github.com///commit/3678ad266e3d2f8dfe67eaadfdcff05f5ce36338)) - ([`32f4daba`](https://github.com///commit/32f4dabad419be936954d307f6f77a3fa16acd53)) - ([`e5b85f8b`](https://github.com///commit/e5b85f8b58f2efcfdb0d61902b2e133e47a015ff)) - Fix/update testing around activated protocol features([`2ff58448`](https://github.com///commit/2ff58448965bb915e1c4df8878e434562058ddd5)) - Fix publishContract call to pass name not account.([`44c66ed0`](https://github.com///commit/44c66ed01fffb9fd8ab20a575dfba3b017dd8c53)) - ([`9a069aca`](https://github.com///commit/9a069acadfec3bc54b60561ec6b6e809db77a1d1)) - ([`29749847`](https://github.com///commit/29749847879426c7d74552cf444e8b5f0dcaebf5)) - Remove left over nodejs search in cmake file([`a864f663`](https://github.com///commit/a864f66382448668dbec506f2d67dcf46eec3210)) - Bump appbase, chainbase, abieos, softfloat submods for install component([`d01efcca`](https://github.com///commit/d01efcca756e522abd0a7f25ddf9591cbab2a82e)) - Use 'make dev-install' for contract builder docker image([`cbb9bb83`](https://github.com///commit/cbb9bb83bb603aba5208a2e0ccaaaf9141e4ad98)) - "make install" now only installs non-dev files; "make dev-install" for rest([`7f5fd237`](https://github.com///commit/7f5fd237d0f0bd7a20e0e795b2ff1e122fb0a6f8)) - ([`61d503c5`](https://github.com///commit/61d503c54e0e1893d04b3a470933d553b35e957d)) - ([`32f0eacf`](https://github.com///commit/32f0eacf954a730c1943e309c02c2ae7071d4baa)) - ([`6f67719d`](https://github.com///commit/6f67719dd682c6866c574ca91d6bf5e60077e35a)) - ([`d6777865`](https://github.com///commit/d6777865fb0f50c107027c8708dc78de4b616cbd)) - ([`022dfd0b`](https://github.com///commit/022dfd0bacc5323c213d2f319852887fe3401494)) - ([`03f1da16`](https://github.com///commit/03f1da16558d77fb0cb81518f1a7e673e3fb23a0)) - ([`83f2b2aa`](https://github.com///commit/83f2b2aab60dcaf6be2c00d975673991ba1c996d)) - ([`4ffa4cb7`](https://github.com///commit/4ffa4cb7e8dc3295dd83243892bf3622afd8f0f4)) - ([`be679173`](https://github.com///commit/be679173c5e9afead2197aeca8f6f158c887ccbc)) - ([`9d5833b0`](https://github.com///commit/9d5833b0808dc0146f99f3b589e69b11cf839119)) - Trace history log messages should print nicely in syslog([`184c0ae0`](https://github.com///commit/184c0ae0d5f397f8d5aadf5b41a14e3555613fe5)) - ([`ef63b89f`](https://github.com///commit/ef63b89f89fccb550594847edb49e2340b2ee7f5)) - ([`ba30ff19`](https://github.com///commit/ba30ff191e40eb9b57b5ea3d72e370b82874cb94)) - ([`cd0fb2a9`](https://github.com///commit/cd0fb2a97fe7eefed2a4d94e749b4a0e43d5355f)) - Address review comments.([`a77a7059`](https://github.com///commit/a77a7059ecc15f5b260d1f0d5e9a08250462a96d)) - Add support for exitOnError to getBlockNumByTransId for later use.([`689bd73b`](https://github.com///commit/689bd73be93bfb2cdd70c080bbccaba47a1f07c2)) - Fixed merge issue. Also removed printing of blocklogs since it just created a huge amount of noise.([`61b44c76`](https://github.com///commit/61b44c76073807d61e60540c8de07c3c857d36f1)) - Report errors only after repeated failures in integration tests([`64364263`](https://github.com///commit/64364263aa855a628c40bf43c5d2bdab8eabe588)) - Moved defaulting of http-max-response-time-ms till after specific nodeos args are checked.([`f9b2689f`](https://github.com///commit/f9b2689f384795c1eba8c80493adb571d4eebf5e)) - Removing the redundant --http-max-response-time-ms parameters.([`b5081410`](https://github.com///commit/b5081410e3eab2093002cc206115f5989e73e156)) - Changed code to ensure --http-max-response-time-ms is always passed in the extraNodeosArgs.([`b78be84f`](https://github.com///commit/b78be84f9f1c489e6ac0576ac60f1a164b0f8867)) - Correct merge issue in nodeos_retry_transaction_lr_test([`12650d02`](https://github.com///commit/12650d022d1407c73f905b88afe1d1f4f5be99d8)) - ([`04f4feb6`](https://github.com///commit/04f4feb63681b9242aeabf1d0840e81b9a3b633a)) - Rename getBlockIdByTransId back to getBlockNumByTransId to match actual functionality.([`6bfd966a`](https://github.com///commit/6bfd966a0fd51a5f1ca6e4c6eb077a5a18ec12a9)) - Fix merge error.([`b8a763a4`](https://github.com///commit/b8a763a42313707cdaf6a8dbec13bfccb727264a)) - Fix merge issues.([`e07fe436`](https://github.com///commit/e07fe4365db1ab7737ca423abbf473536aa9010b)) - Missed file.([`02c757e4`](https://github.com///commit/02c757e48d5f8ff6c3f68d0b66f80502cf495a52)) - Remove history_plugin([`7ffd2c52`](https://github.com///commit/7ffd2c52ab413f943201e645e305d672a03cec03)) - ([`6f81ff50`](https://github.com///commit/6f81ff509c07ac7a2b702730484d6e4d332b3bf8)) - Bumped eosio-wasm-spec-tests version([`1a521d1e`](https://github.com///commit/1a521d1e1f6910099233af91824bacfa0bad87d1)) - Bumped eos-vm submodule to main([`b1e57225`](https://github.com///commit/b1e5722548ce82e726d358cfc10ef3e7fddac8e9)) - ([`a9aa814b`](https://github.com///commit/a9aa814be8ec35f9409cda888b9cbafde96895a0)) - ([`55524fa2`](https://github.com///commit/55524fa22d1614026202f16d11dd4aec2cb5b7fd)) - Bump fc submod to main w/ variadic fc::fwd([`936bf1a0`](https://github.com///commit/936bf1a00ed3a3719c6905579004617ddf69c70b)) - ([`5d202ad4`](https://github.com///commit/5d202ad4503142396d4063dc9e0fa19874603ef3)) - Remove more unused wasm injection code([`a2d1ce93`](https://github.com///commit/a2d1ce93e04f8c5c4d70021bc26d7d262055cd99)) - ([`637fd77f`](https://github.com///commit/637fd77f81ca4c009c25165c93f3f85aeea8990f)) - ([`de28940d`](https://github.com///commit/de28940db882747cda81d2953237c397f17099b9)) - Push_block can only return empty([`ed321122`](https://github.com///commit/ed3211221ecfb6fa38a3bad9884d7b6ddad46c3a)) - ([`56053476`](https://github.com///commit/56053476f32425aeeb9fb41f0356b90eb1bc9513)) - ([`93ed6ec5`](https://github.com///commit/93ed6ec5ee13c665445780db9893260c32839137)) - Backport test control plugin fix for case with performance issue([`60d47289`](https://github.com///commit/60d472894aaab8115a050657896e35a6a75d892b)) - Backport net plugin bugfix for nodes getting out of sync([`a5ba1085`](https://github.com///commit/a5ba1085d06453903527faf6003db4496bb2ddac)) - ([`83d9e8c4`](https://github.com///commit/83d9e8c4656a5ba5a8dd54f3a3784df9ac0170f9)) - Make sure subjective_billing_test is properly marked as NP test([`61b25757`](https://github.com///commit/61b257578936429e089197badabfb2dc39304715)) - ([`080eba12`](https://github.com///commit/080eba120753fcf78dc143d7a52121404ec66f8c)) - Look for openssl 3.0 & 1.1 by default on macos([`5c6191f5`](https://github.com///commit/5c6191f55f3f0c6ef2b9b3764a29d5816fe2fe85)) - ([`3169e5e8`](https://github.com///commit/3169e5e8e46aa595f8c98842fb2666b3cc9e6c1a)) - Make sure ship_client's websocket address has a colon([`5c7bf3b7`](https://github.com///commit/5c7bf3b7692a1630c46068dd4a23df325ffb2489)) - Go ahead and let abieos' tests build to allow ctest to pass([`d8da3cec`](https://github.com///commit/d8da3cec80c76b6b880ece6efc41ce691990bc44)) - Add Threads linkage to ship_client([`d5c804e9`](https://github.com///commit/d5c804e9a08c06d5e8290e15b2d4d7f30b99bc19)) - Rewrite ship_client in C++([`790e3958`](https://github.com///commit/790e3958fdeaa80153ab2c5c74dc759f0d3be29e)) - ([`c3ce95b2`](https://github.com///commit/c3ce95b27185735bd18238cf39e8157cd26fc54f)) - Remove bash4 lowercase operation and just use python([`3a607dfd`](https://github.com///commit/3a607dfd5c6e7ea9eb2cda1feccb25b987ee2200)) - ([`cf049e84`](https://github.com///commit/cf049e8431161502fd58df40cbf989cd4ec55e83)) - Escape ']' character in deep mind unit test regexes([`0ea02d62`](https://github.com///commit/0ea02d62bac879f8adf3344513395bcf9238faa9)) - Update license to add ENF([`44aa8277`](https://github.com///commit/44aa82778f3c786d55d095a4e368134506791503)) - ([`cf4b85cb`](https://github.com///commit/cf4b85cb7b771430b93b0b7e92b676226cb110c0)) - Fix spelling error in cleos #178([`80ebd9a0`](https://github.com///commit/80ebd9a089d3c7864b0e3ce56df64313d3bf667b)) - ([`87d83876`](https://github.com///commit/87d838766a0e8c02f3abadb716c77e0f766f4111)) - Producer_block_id is an optional. Verify it has no value.([`6a8b925c`](https://github.com///commit/6a8b925c358c55f4a8af5d6ad35560ddca056cfd)) - ([`f3b08af5`](https://github.com///commit/f3b08af59a92fde0c2ac9b0c5ae730e357836fa8)) - ([`0623c280`](https://github.com///commit/0623c280ad22f9cd5f6fe477c8e4dfe605c702a6)) - Merge remote-tracking branch 'origin/main' into use-net-thread([`03ccdc73`](https://github.com///commit/03ccdc73609027cb0545c10cdd98e29d3f3471c0)) - Add comment on threaded call([`95d13072`](https://github.com///commit/95d130721538bf5ec466fcae4fb1c63950c394f7)) - Call accept_transaction on net_plugin thread and avoid hop to main thread([`6e696dfe`](https://github.com///commit/6e696dfea01c65b2c8b007865ce96fedb44184be)) - ([`ee457bac`](https://github.com///commit/ee457bacae8c3e0dfd67078b106527213d30e4e9)) - Changed to peer_dlog to cut down on default log output.([`45f4269e`](https://github.com///commit/45f4269ecde684356689e8a2c3f5067c5d1dfc40)) - Merge remote-tracking branch 'origin/main' into net-plugin-2.1([`ae4e4dd6`](https://github.com///commit/ae4e4dd68bc9f1e5890f439a7148f16c36364d8b)) - Backport eosio/eos 2.1 version of net_plugin([`de4fc6bf`](https://github.com///commit/de4fc6bf4f488aa1f02a7264f0430a01976d0834)) - ([`32d2b4be`](https://github.com///commit/32d2b4be8a196379a1116509670c59b5cf85fd2c)) - Cleaned up handling of failed startup from snapshot([`bc0313a8`](https://github.com///commit/bc0313a8b64a987de35bc0a14d9bdc5442d9e3ca)) - ([`c8bad639`](https://github.com///commit/c8bad639d088c20dd1eadc74d745c6ae0df67237)) - Backported code to preemptively create wallet dir([`0b4ae421`](https://github.com///commit/0b4ae42157a8b027e6e9966578312b51301e9c5e)) - ([`69478902`](https://github.com///commit/694789026e9a6dbf99fcb94e31e78e0c6bd8f2ae)) - Fix transaction handling for returning failure traces.([`8634e92b`](https://github.com///commit/8634e92ba0494d72c867fef6a7b321906274783a)) - Fix transaction logging now that failure traces are returned([`3ee7b482`](https://github.com///commit/3ee7b48203405ae9dd99f95e6803e13f47f39a18)) - ([`50533434`](https://github.com///commit/50533434e908bd12cdb5cada21b748164af52ff2)) - Increase http-max-response-time-ms so tests do not intermittently fail do to timeout.([`8b901ccc`](https://github.com///commit/8b901ccc6d0f3c178774e5562a559a0a68e8fc7c)) - ([`2ed8ce05`](https://github.com///commit/2ed8ce054f12ec897a07191795c11f2da0907b8f)) - Fix transaction retry issue([`bc728a2a`](https://github.com///commit/bc728a2ae0cd28560367f44aa13a64ac710149e9)) - ([`649b2aab`](https://github.com///commit/649b2aab8a34a6c12f392358f44a6422e44e4e43)) - Fixed timeout calculation based on seconds rather than blocks.([`1d0353b3`](https://github.com///commit/1d0353b33cf0d65bfdd518a298709454b3186665)) - Fixes for PR comments.([`db9a0a77`](https://github.com///commit/db9a0a77fc6769dd5efc35cc2aed93e6624289f2)) - Import from subprocess([`6f7052bb`](https://github.com///commit/6f7052bb303fb00e08a755eedaa362a3c68fc713)) - ([`97542b7f`](https://github.com///commit/97542b7f0d407714c6dd7127d49cf1f24ba15b87)) - ([`617f3215`](https://github.com///commit/617f3215afba9c0f58d26ac1215f18dbc8c92a20)) - ([`8fafd7cf`](https://github.com///commit/8fafd7cf4786baac58c9d8d6105c4c834eb2ac40)) - Apply suggestions from code review([`9beadfb9`](https://github.com///commit/9beadfb9cb6a52a5b1d54b4f574fc5ecd1beb0e4)) - Rename no_params_required to no_params([`1913fe15`](https://github.com///commit/1913fe15283d14988b4d4b0e527d956e4cb16dbe)) - Fix merge removing compute_transaction([`c64fe77d`](https://github.com///commit/c64fe77df03ea092acede14c97f031ff9a0c937d)) - Remove history plugin option([`c2b96ce8`](https://github.com///commit/c2b96ce8ed9dd8954e4690e67b3eb150bbc4a7db)) - Update snapshot plugin python test([`6727ed9b`](https://github.com///commit/6727ed9bf856bfda8efb1123ada47f456981f92d)) - Remove history_plugin test since it is being removed([`f5176436`](https://github.com///commit/f51764366330a67275dcb9507f36daf988748a36)) - Use substr to improve readability([`28fec6d3`](https://github.com///commit/28fec6d3da3c6ffa4133c884b76cdeeb25cddc72)) - Added comment for make_trimmed_string_view([`0f992dbc`](https://github.com///commit/0f992dbc2fbd156d3019ceaac22e5dc0b717c337)) - Fix tests([`b94fe0d8`](https://github.com///commit/b94fe0d8d7cb047dcef889bf0a5bba68cf933601)) - Remove obsoleted comments([`b5cbe345`](https://github.com///commit/b5cbe34591ec3f751bf943caa3279d6a95b5bead)) - Add a trimmed string_view([`dcd09c7e`](https://github.com///commit/dcd09c7e38df056c77cc48247f5930cf48a01f83)) - No need to be static([`42007c63`](https://github.com///commit/42007c63408da6eda5d70dc677a248cf819c029a)) - Add empty content http request handling([`97ab76c9`](https://github.com///commit/97ab76c977df02f6785ab1324cd59cbca1451b50)) - Revert param check([`875c9d91`](https://github.com///commit/875c9d915ed11aef90b0ff77841df0d47e61b0d8)) - - Fix no_params_required check.([`fb28a056`](https://github.com///commit/fb28a05660f53bb53ad42056a47e3a2bf542502c)) - Require JSON object when JSON params are required([`55b3b479`](https://github.com///commit/55b3b4791c120f37357067691f60ecde9cae5bdd)) - ([`7d265293`](https://github.com///commit/7d26529372fe278f5678fdcd1a10497182ccd3a6)) - ([`a8ea596c`](https://github.com///commit/a8ea596c8414a70d72bc8fc97c42fc7fb2116c2d)) - Increment version to 3_1_0_dev([`c266b322`](https://github.com///commit/c266b32213422c7d8d978cf64919dc316f01d4c1)) - ([`47ecb347`](https://github.com///commit/47ecb34797de3fc66dc9c3fc575f2bab5b5d2dbd)) - Renamed transaction_tracing to transaction_success_tracing([`8a2f0fc6`](https://github.com///commit/8a2f0fc6d568d91a6096bc5ed217c2a023754875)) - Took out extraneous parens([`92eea5fb`](https://github.com///commit/92eea5fb3787899e993deb3b1d6646ecda474f6a)) - ([`a73b1c10`](https://github.com///commit/a73b1c10b974925a1588c2402585049ea561d867)) - Added cpu logging/fixed could not fix logging to go to correct log([`9fd89eee`](https://github.com///commit/9fd89eeeaeaa7d540ec3c7cdd020d1fdde454bf2)) - Changed transaction_tracing logger name to transaction_success_tracing([`32e5fc83`](https://github.com///commit/32e5fc834c31288c06be8ba960c92a08b371edf4)) - Took out commented code([`bec382ad`](https://github.com///commit/bec382ad9091693be09879ac761b3cea8dae9a9d)) - Took out commented out code([`b7981000`](https://github.com///commit/b7981000d1af52895f526552ceb6a42e5a2965b4)) - Added new loggers to logging config([`1efb304a`](https://github.com///commit/1efb304af7f4bf44437a6cdf550e430d5560c6ee)) - Brought in more txn logging changes([`dffcef14`](https://github.com///commit/dffcef14771771f30c3425816c9d011fa05c2bce)) - Modified unapplied txn queue to support logging expired txns([`52018174`](https://github.com///commit/520181744e743ad10abf9a80ba58904a3fd4ed58)) - More updates to abi_serializer to support logging([`d65463f3`](https://github.com///commit/d65463f379c1bc21f84e2e6997359a0eb3e430d5)) - Added sighup handler for new txn loggers([`9d57c6e7`](https://github.com///commit/9d57c6e752410a1f7f087b1a7180ce7691d0f9ff)) - Backport of txn logging([`c4df452d`](https://github.com///commit/c4df452d06d35b59267cafb1900747d310b59c33)) - Change for new failed txn loggin([`29c7b64c`](https://github.com///commit/29c7b64c949d0c4cd75591dfbfabf26be6d63854)) - Backported abi serializer changes([`5346997c`](https://github.com///commit/5346997c319a90661e23a4a59916d740d4c55705)) - ([`4ff25414`](https://github.com///commit/4ff254146ef1f30ae09844f9f73d217fd41422c2)) - Backport - Remove test consensus-validation-malicious-producers.py([`920b1e9e`](https://github.com///commit/920b1e9ec81c0c6a4c39f96928d69ca73380cff6)) - ([`84ea13c5`](https://github.com///commit/84ea13c515ac6e9ce21ef975275e5903fc2792fd)) - Rewrite expected throws for chain_tests.([`43c26011`](https://github.com///commit/43c26011b987a80b06fd71d29819a8ff80d7155c)) - Remove generic error message for if we threw in chain tests. Remove constructor added just for chain test.([`22e2e8c6`](https://github.com///commit/22e2e8c622cec62e16ff254ae5805af0130cb905)) - Port decompressed_size_under_limit test case from eos pr 11017([`900bbb42`](https://github.com///commit/900bbb42aa2a82d912a7e1cd90abd5e1c18339b3)) - ([`273e9b51`](https://github.com///commit/273e9b51b781dec8564899368dae2d9fbaacc451)) - ([`2b00ee8b`](https://github.com///commit/2b00ee8b1f0ae411e8b2068a6f9e27020b223dec)) - - Disable pause tests for eos_vm_oc([`ba045385`](https://github.com///commit/ba0453851c7cb92865822274265ce0ac59f8e727)) - When subjective billing is disabled do not restrict trx deadline to previous run.([`8dbf1a48`](https://github.com///commit/8dbf1a480d1f1234c678aa1e7e918b6d0128d36b)) - ([`8cea1662`](https://github.com///commit/8cea166251120d175e70b9c9c34a7f854dc17e2c)) - Remove unneeded to_string calls.([`1fedf33c`](https://github.com///commit/1fedf33c5c2b45058e257c674cbe8c1ede1cb635)) - Add additional test and improve test([`2542d25c`](https://github.com///commit/2542d25cc1a76c8156208a01fe93e8384d21caa9)) - - Disable pause tests for eos_vm_oc([`ae83662f`](https://github.com///commit/ae83662fd9c7199a8d0bab6f5703930da800c95b)) - - Revert back to using deadline_exception for block wall clock deadline.([`658707b8`](https://github.com///commit/658707b856a57cc671421bbbc03048116d2701bd)) - Backport EOSIO/eos PR [#10943]({{ self::remote_url() }}/pull/10943). Move checktime() call after setting deadline as calling before is a no-op.([`5e43ffb5`](https://github.com///commit/5e43ffb5a55f1f894bfdb09b0a813b5e06a4f325)) - Revert back to infinite deadline since this is explicit bill.([`4f08b98f`](https://github.com///commit/4f08b98f56d561b9536aca019b710d21e3d4fbbf)) - The transaction_context deadline was either the transaction deadline or the wall clock block deadline. Pass both block_deadline and max_transaction_time to transaction_context so it can honor both of these correctly.([`bc0b0d1c`](https://github.com///commit/bc0b0d1c0de3ba5846623ce5ff61412d49ca04b5)) - Merge remote-tracking branch 'origin/main' into fix-pause-timer([`7d6abb89`](https://github.com///commit/7d6abb8985a3b30a2a4946cb076c7864a64a7014)) - Do not limit checktime to int.([`bdf5ebc2`](https://github.com///commit/bdf5ebc258229b6bb487a8936d7d7ec905a469c8)) - Fix pause timer calculation.([`cd4017a5`](https://github.com///commit/cd4017a54279693b891e63ea0208051d5c74de41)) - ([`fcbefbe0`](https://github.com///commit/fcbefbe0401ecbae2b8b7cce91b20ba096d11883)) - Fix strict aliasing violations([`3a50f46b`](https://github.com///commit/3a50f46b6a11a22d7b5a8a53b9d553ce6b328e80)) - ([`86289d32`](https://github.com///commit/86289d32443b470a809a313960e31b2992b866d3)) - Spelling correction([`62ef52e1`](https://github.com///commit/62ef52e1eebb135539dddc4680b18feb9103d60f)) - ([`78266552`](https://github.com///commit/78266552e8e293483dc7a2668c9059f91497c03b)) - Fix merge issues([`b9ecfbff`](https://github.com///commit/b9ecfbffceae46698b358f585a6b5ad726b60a43)) - Add get_block_info cleos reference :doc([`42c9a3f7`](https://github.com///commit/42c9a3f7c5c14ccb78140b851de739747fd5e6a5)) - Add get_block_info endpoint to chain swagger file :doc([`bcc785e7`](https://github.com///commit/bcc785e7f14121257a529248b0bb8f4ac6824cef)) - Remove old link from info description field in chain api swagger file :doc([`86a42eb1`](https://github.com///commit/86a42eb1686722579d197a0c959d24b4329d769c)) - Correct the typo([`e6051fd5`](https://github.com///commit/e6051fd584cdb591f3bb24b111f99b7bb8e795e0)) - Use assertion to make sure correct block num is entered([`0534c058`](https://github.com///commit/0534c058cbcfd9eaf7c6cf882ec470e1d6b944fc)) - Using line comments instead([`866c8240`](https://github.com///commit/866c824052ea341f1f5c9c149798d658cf402f2d)) - Improve the error message when multiple options being given for get block([`c12e4c22`](https://github.com///commit/c12e4c2228ec351d97b894bfdf928e06e3d990ab)) - Properly handle if both options being entered wrongly([`76d4e2ce`](https://github.com///commit/76d4e2ce2d2d32217222a6c0ac65d207fab1e4c5)) - Remove the block_num_type_exception exception([`f2f4ea2e`](https://github.com///commit/f2f4ea2ea2019f83d3529c19d48e265482bb654e)) - Using unmutable variant([`6482efc5`](https://github.com///commit/6482efc527b06fdde244bc4675eefa8f8fb7f7f2)) - Limit get_block_info's input by uint32_t only([`6d5a55cb`](https://github.com///commit/6d5a55cbf0fbc0d7b0c197303975d74722907b35)) - Change the rpc call to get_block_info by block num only([`6676fd20`](https://github.com///commit/6676fd20c826203d26aaca9c89b10354029391f2)) - Add get_block_header([`e99c5f38`](https://github.com///commit/e99c5f387fd72fbee112183d28bc23a52f17ade8)) - ([`86398b8c`](https://github.com///commit/86398b8ce438ad23bfe174a292476389a5306e62)) - Bump eos-vm submod to main with gcc12 fix([`20dd8cbb`](https://github.com///commit/20dd8cbba52de2d0f07a3177a20a34e89b01b99c)) - Bump eos-vm submod to version with gcc12 fix([`62502207`](https://github.com///commit/6250220758d9adbae2d09144c110f5f6dc94b6d0)) - Fixed test.([`57293948`](https://github.com///commit/572939484036a0af06103b42ca05666e14b61996)) - Fix undefined errorExit issue.([`0e6a4cc3`](https://github.com///commit/0e6a4cc3fafc904a4ebb7d8a2f7a2f68a783abc1)) - Fixed code from copy and paste error.([`24f567b6`](https://github.com///commit/24f567b6fbcf6d3df597c121c3b0b089e416381b)) - Fixes for PR comments.([`6cd26bd9`](https://github.com///commit/6cd26bd9185b44e745a2bdcce52a35649a90d52d)) - Fixed logic error in Node.waitForProducer.([`bbb82974`](https://github.com///commit/bbb82974d40a5a6b23688d43ccec4bec94441adb)) - Fixed merge conflict for Cluster.relaunch.([`119ede46`](https://github.com///commit/119ede46f612b7beab9d5af5057b8dc0488b16b1)) - Remove signals_processor([`9d87fcbe`](https://github.com///commit/9d87fcbe4a4f2214c0260780d3d2a512d5326cbc)) - Fix comment([`43993305`](https://github.com///commit/43993305673a9b12f48a7c5b38a46497b0b269b2)) - Fix style issues.([`3b7c2ec4`](https://github.com///commit/3b7c2ec460d40a1f5855e7185f0fb369deed34df)) - Also check for earliest_tracked_block_number([`5f4cc03e`](https://github.com///commit/5f4cc03e0ae6a9f8e6e8627dc1bfa92bfc308f1a)) - Finish renaming effort from last_tracked_* to earliest_tracked_*([`0f4bc9e3`](https://github.com///commit/0f4bc9e3700a55b85f5ce7875eb5f6619d34c2ee)) - Fix get_transaction_status error message([`b5082161`](https://github.com///commit/b5082161518dea03e906f23cce19073710a4c9ed)) - ([`f23aaa6b`](https://github.com///commit/f23aaa6b2671d8b2e696b04731275a26aaf9d9a9)) - Remove replay_opts_disabled_by_policy parameter from controller::light_validation_allowed and use conf.force_all_checks directly which also matches existing comment.([`650660b2`](https://github.com///commit/650660b20c5b35b883140481b1b4dbacfb1114ac)) - Modify skip_trx_checks() to be based on --force-al-checks instead of --disable-replay-opts since its usage is about skipping validation not strickly about optimizations([`842a9e7e`](https://github.com///commit/842a9e7eac0258ad14e02641c8677b4aaeb733dd)) - Update help text of force-all-checks([`a08279f1`](https://github.com///commit/a08279f1b9a0fab827074f64f360e39902a4b1cb)) - ([`e61698a7`](https://github.com///commit/e61698a736e9c63a5eea6a134506a2aba10f8e7c)) - Remove reversible-blocks-db-size-mb and reversible-blocks-db-guard-size-mb options.([`879f2344`](https://github.com///commit/879f2344f229153102e2e46f0a8f4db74d6a2e0d)) - Fix another merge issue.([`e7565ea8`](https://github.com///commit/e7565ea8fe45a650f9fa841754f226c121183a68)) - Fix merge issue caused by code being moved.([`ec3d876a`](https://github.com///commit/ec3d876a64df36d8a5f48fd6471e5154158c9439)) - Increase relaunch timeout([`7a05d284`](https://github.com///commit/7a05d2847215d0d789018d9b0d809dd04e79f05f)) - Changes to make identifying errors in this test easier to identify.([`af3f060b`](https://github.com///commit/af3f060b8c6c624b8771027dd6efc9188671ef44)) - Use head instead of fork_db head for integrity hash since fork_db may not be in consistent state after reading snapshot. Change replay to handle cases where fork db does not exist.([`e2eef424`](https://github.com///commit/e2eef424eaa6e54f3bad5bc139b441d03a967b25)) - Replay forkdb after loading a snapshot([`6bd9d9a4`](https://github.com///commit/6bd9d9a42ac25bdc5b323691ee02e79d557e05e4)) - Fix test case for replay without reversible blocks. If no reversible blocks then head,fork,lib should all be equal.([`14d16195`](https://github.com///commit/14d161954f52a778e0e4e3189d406de38c65745e)) - Replace old reversible db support with support for fork_db([`909a95fb`](https://github.com///commit/909a95fb7c716b58910800c65fdd3175478854e1)) - Remove unneeded options([`84f43585`](https://github.com///commit/84f4358569d2522fc977fbf939dad37324218ff5)) - Move fork_db to blocks/reversible. Remove unneeded reversible recovery.([`111a3e83`](https://github.com///commit/111a3e831c8da40613efe34f49fd7cb2bf8c2b80)) - Optimize methods([`804edc1e`](https://github.com///commit/804edc1ecf08285eea5de0cbc55816eb4f55b507)) - Fix assert output([`7b1c4af8`](https://github.com///commit/7b1c4af801b4c4fc382393d14bf856137fa03c56)) - Remove reversible database. WIP: Determine if export/import needed for reversible blocks.([`eb974bb6`](https://github.com///commit/eb974bb6465fcda8c283250ffac322f55fffe0f3)) - Remove use of reversible database from controller([`0aec9ca5`](https://github.com///commit/0aec9ca524db5b05eb830a630565b5836c73d86e)) - Micro optimizations([`b74dae47`](https://github.com///commit/b74dae47ff5ab8c089e7d94dee5cfab429de9ac2)) - Change fc_dlog to peer_dlog so additional information is logged.([`f2eb7a10`](https://github.com///commit/f2eb7a10618f988c45f31d28eaab1bbee4d8c0c6)) - Port pr 11022 to fix flakiness of voting and forked chain tests.([`7c904787`](https://github.com///commit/7c904787786b96a344612fb57132f4be226fbb47)) - ([`23dcbafa`](https://github.com///commit/23dcbafabe6e8d546aaf253f077b5dfedd48bd36)) - Rename last_tracked_* to earliest_tracked_*([`c8ad94da`](https://github.com///commit/c8ad94da900f2cc956a6fab8b16e346572a4a49d)) - ([`bcfbb278`](https://github.com///commit/bcfbb27851d48ec2b84280b722f6c8a084f5b7a4)) - Simplify error message from get_transaction_status([`37576ec1`](https://github.com///commit/37576ec183b164d5ce80ad21ee232007cb2c5279)) - ([`ab5583b9`](https://github.com///commit/ab5583b9face70072c180466928b588c18287a55)) - Add comment clarifying purpose of --use-old-send-rpc in tests.([`f827f992`](https://github.com///commit/f827f9927c0732368498bbad7ef2ed76b6f6da45)) - Revert "Revert "Implement return failure traces.""([`f9fc5041`](https://github.com///commit/f9fc504199a935622e7233fc94ff7ad7dae0c8fd)) - ([`144d49f4`](https://github.com///commit/144d49f43e5de03bc07328f975176f3cc4ae265e)) - Update Python test framework to correctly interpret failure traces.([`3f67bbff`](https://github.com///commit/3f67bbff287d991b77393135018153125044d14e)) - Update tests which are sensitive to the transaction return format.([`7d3d410c`](https://github.com///commit/7d3d410c1bc7e1e38ab0e84f0c25a399e69bac86)) - ([`8fe4333a`](https://github.com///commit/8fe4333ace0bbbbde31f2b42c216c4909ab2a59b)) - Remove unused checktime & call depth wasm injection([`406ac004`](https://github.com///commit/406ac0042d22db8174d4071cbafdc2281ad05b4e)) - ([`a6e49e79`](https://github.com///commit/a6e49e79f281d6970c381079c643c3c04a3e9032)) - Bump fc submod to main with std::iterator<> removed([`5acbc1c9`](https://github.com///commit/5acbc1c9f555dbafd1dc746824fa2cc04b925054)) - Older libstdc++ needs all iterator types defined for output_iterators([`97e6aeec`](https://github.com///commit/97e6aeec0073c157f71705bb4e5e9a92390cf06f)) - Remove std::iterator<> usage([`fdcf9628`](https://github.com///commit/fdcf96288051e2bd5aad4d6b7ad0c530399c12f0)) - ([`b194a708`](https://github.com///commit/b194a70828ba1f217633240b425332713d9029b2)) - Stop setting CXX_FLAGS with both C & CXX flags([`93d7a970`](https://github.com///commit/93d7a97065c93f79618f7a65e6a6ef48c53a5997)) - ([`1626c184`](https://github.com///commit/1626c184689571e2608d9297588fe68dced8065f)) - ([`73667569`](https://github.com///commit/73667569cf3f899cee6f0e2631518a4576c5bc0f)) - Use transaction_id_type directly([`30c5cdeb`](https://github.com///commit/30c5cdeba5eee97da3667e231bfe6b8c2deb538f)) - Http endpoint tied to feature availability([`f605c877`](https://github.com///commit/f605c877ac4fa05c7fcc912b7bc4e4b664ccd740)) - Add last_tracked_block_number to result.([`ddccea51`](https://github.com///commit/ddccea510aaee40f56a8fa584a1c959d782ab758)) - Additional test case([`7b1f6945`](https://github.com///commit/7b1f69452140b3e0e50cf857dc24b13940d9b4d2)) - Additional id and timestamp verification.([`c606c285`](https://github.com///commit/c606c285ea1a297e618a385e9acfe98932612b62)) - Update signal handling path([`5c093532`](https://github.com///commit/5c09353273aa5d2f9b047321cc979744012a96b7)) - Remove test no longer meaningful.([`45596403`](https://github.com///commit/455964031ac393fbe5bd8d8088ac1e41df1059d4)) - Fixed fork test.([`7fdc3994`](https://github.com///commit/7fdc3994bdcaae8fbb2ecd4427e7221ff3c60dc9)) - Fixed handling for node that is producer.([`a7b0799a`](https://github.com///commit/a7b0799a51d64de2afc9ba6b5419274361b92516)) - Added finishing steps to test.([`f7c01546`](https://github.com///commit/f7c01546f4a625261e46cf03726fc8568b8918cd)) - Test fixes after cleanup.([`fd62e9c0`](https://github.com///commit/fd62e9c038a99c1f88e5ee354a80660915c7fa80)) - Cleaned up and fixed test.([`2ae2ea0e`](https://github.com///commit/2ae2ea0e4ba843c8ff3ab0d5d341914441950ba6)) - Added in transaction-status and method to wait for a specific producer.([`12f45ade`](https://github.com///commit/12f45ade16d19f212a8064c7bf78fb020d8f580d)) - Added ability to call applied trx immediately.([`66a6a5bc`](https://github.com///commit/66a6a5bcc852a9fe856d422b518739082f08904e)) - Cleanup prior to logic change.([`55ce2d16`](https://github.com///commit/55ce2d16b24a3dfd0c825e201cf09e3aa8245977)) - Added tests for finality status.([`7f00cac5`](https://github.com///commit/7f00cac5e49a3cee0c535accba8751f93a452ea1)) - ([`933f85d9`](https://github.com///commit/933f85d989c44b35fa30d34562c20d243e910ef6)) - ([`fe887718`](https://github.com///commit/fe8877186e2477644a2b0adfd728ffd9945f620b)) - ([`44fdda55`](https://github.com///commit/44fdda5512594adee0647c30edfbc908295b3a4b)) - Merge remote-tracking branch 'origin/main' into http_default_max_size_2mb([`d0fadb89`](https://github.com///commit/d0fadb89dbc00b7efa11ab500d1346e5a8a832da)) - Increase http server's default max POST size to 2MB([`0703a287`](https://github.com///commit/0703a287eb9de9c1d99306ed50fd580c809a0d3f)) - ([`955cf89a`](https://github.com///commit/955cf89a1de48539d090d6b8b7a93e9f44dbef7f)) - Merge remote-tracking branch 'origin/main'([`d2d16e4d`](https://github.com///commit/d2d16e4d1944f9dd68d1fe06f73775a44c24280d)) - ([`a128c896`](https://github.com///commit/a128c896820fa38ed288fca3d8e437aa15efc3e1)) - ([`6ae3e4e0`](https://github.com///commit/6ae3e4e031c13c3e4f86b7edbf85f30ecfa69f23)) - ([`44b41068`](https://github.com///commit/44b4106897b13a29f522820f078e59864db0fd4a)) - Merge remote-tracking branch 'origin/main' into terminate-at-blocks-v2([`c5423419`](https://github.com///commit/c54234190b904652040b6b7c000d43c457dafcb2)) - Added loop to wait for logs, modified nodeos args to accommodate.([`662fc6f8`](https://github.com///commit/662fc6f890ef40257f1d7450d294353b9b2108f7)) - Added wait time after replay, modified nodeos args to accomodate.([`89962a01`](https://github.com///commit/89962a0186ebdb47437bfd28d2fcdd698abad685)) - Add tests for the --replay-blockchain option to nodeos_read_terminate_at_block_lr_test([`6e7d3511`](https://github.com///commit/6e7d35112b6ea889305d52f97af6b4733ddce61d)) - Terminate at head block also during replay([`698870c8`](https://github.com///commit/698870c8f6b0413d29e63a949a20d3348e65fd59)) - Code changes and reorganization to accommodate using cluster.launchUnstarted()([`de86153b`](https://github.com///commit/de86153b07cf706add43d02b981a837106407dcb)) - Reworked test to check lib and head with node.getInfo(), it no longer uses cluster.getBlockLog(). Modified Node.py to accomodate the new test.([`f5c59c94`](https://github.com///commit/f5c59c943d28a95240121bf78312b685eb9d754e)) - Some more clean up and simplification([`1c205ce9`](https://github.com///commit/1c205ce9fd3b6b11e45eefbc1040da4ef12869be)) - Minor changes for code review, deleted some redundant code, etc.([`b10fd0dc`](https://github.com///commit/b10fd0dc7254ca71a3a695b19d2367248c956592)) - Updated nodeos_read_terminate_at_block_test.py based on review comments.([`d9ca3dfd`](https://github.com///commit/d9ca3dfd82efe1ad728f54f161f95e5af604e38f)) - Remove some unused duplicated functions([`efbb1e3e`](https://github.com///commit/efbb1e3e93bf45c142599209e9b764665c60f170)) - Change comments in python test script header([`4f51bd07`](https://github.com///commit/4f51bd0736c3e6eca98bf0aa98839d1b759ce033)) - Add python test script for epe915 nodeos runs in read mode and receive block from producer until receive te terminate at block number.([`a9e1d3d6`](https://github.com///commit/a9e1d3d6bc19b71881169c4fb496f35f80e40f8a)) - Early out in replay push block. Fixes off-by-one terminate replay.([`98965892`](https://github.com///commit/989658926a44ddc97348ade55a5783285598f6a5)) - Honor shutdown signal during reversible block replay.([`b9533430`](https://github.com///commit/b9533430bf5860f32e703fa5944d75aa1491306f)) - Missing changed file. Corrected python script.([`abbb597f`](https://github.com///commit/abbb597f0884c842a456be47c59e29a17ad9cd32)) - Add terminate-at-block option to nodeos.([`542fd40b`](https://github.com///commit/542fd40ba97b1a5cd02768e54d0c9a514a38fcf7)) - Subjective Billing Whitelisting Dev Docs([`6dfcc96c`](https://github.com///commit/6dfcc96ce8d5fcf2cc0a11495e68c5e61271a11d)) - Bump fc submodule to latest main with openssl_30 merge([`ed40c1af`](https://github.com///commit/ed40c1af01d9505e555388eb9c7a8ddcaf90ea12)) - Merge remote-tracking branch 'origin/main'([`81bfc5e9`](https://github.com///commit/81bfc5e9f68574c2a8989ed95a1249ea056df7bb)) - Bump fc submod to version removing openssl 1.0.0 support([`0526ff0a`](https://github.com///commit/0526ff0a107ebbdc59c3b6dc0e82931ea09c6527)) - Add OpenSSL 1.1+ API flags to root CMakeLists([`102f6c4c`](https://github.com///commit/102f6c4c7a5ba9b2b52df1aa47e8eefa2eefb262)) - Reverted back change to target_include_directories([`4433ea5c`](https://github.com///commit/4433ea5c9b6fb49e084f774303fb19d29c77ced9)) - Reverted wrong submodule tag([`aa6e7916`](https://github.com///commit/aa6e7916b0c9722c701344c880bf0434df3c9b93)) - Point to proper spec-tests branch([`5325025f`](https://github.com///commit/5325025f511d52f6a5a92c74338bd3cc4ec907ff)) - Submodules refs([`6e5363e6`](https://github.com///commit/6e5363e6de75b1961628a5a8e115da4006a6d7d0)) - ([`f56142d5`](https://github.com///commit/f56142d5745c4ba9f00f7db5e40db2a1f8afcec3)) - Remove jq from README; it's not used any longer([`02f5912a`](https://github.com///commit/02f5912a949c2e22f90dfb018db0fd47dd545040)) - ([`1122227c`](https://github.com///commit/1122227c96b5e0a2fa5216677283ec120d090b5e)) - ([`119cbab3`](https://github.com///commit/119cbab3e33ac71c9160419d7a8ec0bb0bdd598c)) - Change error message.([`7cdddffc`](https://github.com///commit/7cdddffc1b0c98e76d07688ccba7612d8ca008d6)) - Update tests to expect new output of cleos([`bdde5332`](https://github.com///commit/bdde5332c7e601e99e5c2d708f3104ce53a4aa36)) - Better error message on failure to nodeos and keosd([`05338c82`](https://github.com///commit/05338c8226a575cfdb0d89c42d55e6cd03fd785d)) - ([`2ca7a1db`](https://github.com///commit/2ca7a1dba6d234b3f975448b4140de9b94d87195)) - Left over nodeIndex parameter removal for Node.relaunch() calls([`5d270f86`](https://github.com///commit/5d270f86535cf805eea0fb947ca0f3ffcd96b289)) - Fixed handling for when block is not produced in the first stderr file.([`5f6a573b`](https://github.com///commit/5f6a573bd837a127becc47a68e15887d7635c6b7)) - Fixed using wrong block num variable and adjusted timing delta for reporting.([`d4db5bc5`](https://github.com///commit/d4db5bc5dbba2efd9b0e9da24576d10f4ef174c9)) - Removed old code that wrote ship files to log before we added archiving.([`e8b36e7d`](https://github.com///commit/e8b36e7db981eb5e0b7ad1466d95b6c9a7cffa6d)) - Fixed PR comments.([`45104bca`](https://github.com///commit/45104bca6dc7a6f0c5c114eee148b1827aa8f4c4)) - Removing unneeded conversion.([`8da182dd`](https://github.com///commit/8da182dd27590f98c958ea7c75d9df2a911f6200)) - Fixed removing of shipNode from node list.([`ee04c51d`](https://github.com///commit/ee04c51d5a57c5eae04f8afd9347acc550676501)) - Missed some methods that were still passing nodeId.([`ec813f2d`](https://github.com///commit/ec813f2d4b7ad8b2779c81ed57566131ee1fca65)) - Added retrieving actual production time for determining how late blocks are processed.([`d8bd4f0e`](https://github.com///commit/d8bd4f0e8b09f2cf6d263cf15acca6537c150fea)) - Added method to analyze production for a Node and added analysis to shutting down test.([`8bd7af16`](https://github.com///commit/8bd7af16e0a54ecf492d37eb372b5d1d37bd8d31)) - Moved findFiles static method from Cluster to Node.([`203db20e`](https://github.com///commit/203db20e6ee982a1acd1922c234c570ad1f678ab)) - Removed passing in nodeId to Node methods and added it to __init__.([`5b5fbe0a`](https://github.com///commit/5b5fbe0a8f8c41a27041d54fe3efff9542dba168)) - ([`c9246243`](https://github.com///commit/c9246243f3f4abc6c86df8c5e3f8c696a6666ac0)) - Removed unneeded method.([`0eac5316`](https://github.com///commit/0eac5316dfcfa48e722942d98c6f799d88b4f6da)) - Changed cluster.killAll to allow for sending -15 if tests failed to get clean blocklogs and reversible blocks.([`8da42253`](https://github.com///commit/8da422534157f68525ee621b7d70f5a6e16a9555)) - Remove extra output from the log file, that can be retrieved in post processing.([`97395e5f`](https://github.com///commit/97395e5fbc089f4b3341416421d3dbebbd55faa0)) - Ensure var directory exists.([`2db7e075`](https://github.com///commit/2db7e07544d7c5e9d55b4be62940992de99bc777)) - Encapsulating check output file logging in one method.([`ddac5da2`](https://github.com///commit/ddac5da225f70644915ee504d0067cd76830d06d)) - Added logging to know where file is constructed.([`c699c9d1`](https://github.com///commit/c699c9d130ea5f992a47333f023236fbfaf674ec)) - Fix subprocess results log.([`a7e3b842`](https://github.com///commit/a7e3b8425c95168f4c974118b7515d9b445120d8)) - Minor fix to ensure logs are kept for test failure.([`d0f98766`](https://github.com///commit/d0f987662ad1ef2647acb251253ae81c4cd521a0)) - Changed to log the output and error associated with an executed command.([`18ed86cd`](https://github.com///commit/18ed86cd45cbc76c1d62d75214b651f1b1ebc08d)) - Removed printout out individual log files that are now in archive.([`1d03e7da`](https://github.com///commit/1d03e7da42a71bbf96b5ed3714c34c2344707948)) - ([`b4224eca`](https://github.com///commit/b4224eca41d1731e2ad1f4df1f17ced5214e9c24)) - Merge remote-tracking branch 'origin/main' into remove_mongo([`436e85bb`](https://github.com///commit/436e85bb612d04175e543f649ae59cb9afbbdb3a)) - Add back in the mention of mongo_db_plugin([`d74798ee`](https://github.com///commit/d74798ee8f877aab3bacc397e20927643b8eefe8)) - Remove mongo([`3d8eff99`](https://github.com///commit/3d8eff997e11497ab2abb516e5d94ee7bafd9df2)) - Remove unneeded libicu([`137e03b4`](https://github.com///commit/137e03b4a9f22aba0b59d71f911d57faa2bff5a5)) - Remove deprecated mongo_db_plugin([`ce6fc81b`](https://github.com///commit/ce6fc81babfd7904b4a1a09c47fd51f9fecf6fed)) - ([`9e2d52f4`](https://github.com///commit/9e2d52f43f7762fc5c9435709ce3afacaa5dab3a)) - Fix merge issue, change of args to constructor.([`93aeb83e`](https://github.com///commit/93aeb83edd56ae3cdbd1ecbf4d8717e9da6027b0)) - ([`e05816d9`](https://github.com///commit/e05816d993dbd4949b54cd5a59818f64da968a95)) - Get_producers tests([`917fb990`](https://github.com///commit/917fb9906e22b1c5a61560cc978a89e82f09a25d)) - ([`3641155e`](https://github.com///commit/3641155e3a779076af401b5c42661fac4a40c0e6)) - Remove print-build-info-test([`9558cedb`](https://github.com///commit/9558cedb72fb6c845258d10fea9a3d691427307c)) - Remove old cicd & build scripts([`1cd4c3e3`](https://github.com///commit/1cd4c3e36e210284503e67010103e3aff5e27860)) - Move git submodule regression to /scripts([`5609a68d`](https://github.com///commit/5609a68d087636d3556b085d5b48031c330b6029)) - ([`732dcec3`](https://github.com///commit/732dcec38d3a276ca7cd8c1a805b530ece391cbf)) - ([`973c82bf`](https://github.com///commit/973c82bffc3e6db25b9f63e9e8f15cef99a4014b)) - Fix merge issue and a compiler warning.([`ef776a63`](https://github.com///commit/ef776a63f6cae45af3f52105985ce21088a9697a)) - Merge remote-tracking branch 'origin/main' into merge-main-04-27-2022([`4cad3f4a`](https://github.com///commit/4cad3f4a02a1bc3d54ae7841d319942c68c1616d)) - ([`c7740855`](https://github.com///commit/c7740855e117c215945ef25b30c0418258dc58df)) - Port to latest([`7f72fc34`](https://github.com///commit/7f72fc34af45f24a3e86ae81e440f12a357ede73)) - Generate large signature instead of storing an already created one. Go with a check of 50ms instead of running twice. Add check for corner case of abi_serialization_deadline_exception.([`f66ddcc6`](https://github.com///commit/f66ddcc6c799e4e8f9944aabe7e988d5a0e0a155)) - Add test for base58 conversion of large signature with deadline([`ea5a5ac0`](https://github.com///commit/ea5a5ac09233f5d4c2c7c050b5fe166722d9c70a)) - Port to develop([`3b338383`](https://github.com///commit/3b338383e1e57ca1a9c8cc6f7ea128e02760ed4d)) - Add producer_schedule_tests/extra_signatures_test unit test([`b34059a7`](https://github.com///commit/b34059a7965593f9f1c6566f12cd5dabed9d697f)) - Update for new packed_transaciton and N() macro([`fce840a3`](https://github.com///commit/fce840a358a88d5a8293eb9842d91d36a9be21d2)) - Add test for invalid transaction in a block([`d78f1d4c`](https://github.com///commit/d78f1d4c5330b630d18343eb382772f50b0be386)) - N() macro use([`efeb5886`](https://github.com///commit/efeb5886dc96a3f36ba94c4cac3e1735b0b51ace)) - Add unittest for checktime in start.([`aad540dc`](https://github.com///commit/aad540dc35c9eb99509ed02be5ba70937a377246)) - N() macro use([`5a060d23`](https://github.com///commit/5a060d236b8aab6a9f128ffde1d25eb65a48001e)) - Add unit test for excessive time from many calls to grow_memory.([`be2da7fa`](https://github.com///commit/be2da7fab7e1f1e8057dc62e8e525ae5cfc518fe)) - ([`d5058cf3`](https://github.com///commit/d5058cf3c335106fce19fc4c0a024cbcb362316f)) - N() macro fix up([`c8859da2`](https://github.com///commit/c8859da2cccd3a766b0688f98e36ee91e591751f)) - Add tests for multi_index iterator cache across notifies.([`b675704e`](https://github.com///commit/b675704e76c3b4e6e535ed111dfcce9637811af5)) - ([`86215d7d`](https://github.com///commit/86215d7de301872f177d2c1e76682139e96bb95c)) - Forked chain test fix([`7cd88151`](https://github.com///commit/7cd8815118b8c0f4e50e128f8ebf3f66407a1367)) - Forked chain flakiness test fix([`df01206a`](https://github.com///commit/df01206aff6a19640d7ddbe976587b79393680fa)) - Flakiness fix for forked chain test([`715ca1e5`](https://github.com///commit/715ca1e530880d7e6db4f26b573b118c64bbefeb)) - ([`ff78900b`](https://github.com///commit/ff78900b5bf10d8fd9f13854bafcd95994b959c0)) - Remove unused code([`30926e53`](https://github.com///commit/30926e532fd3c3107fed02a755815764944fc83b)) - ([`e464383f`](https://github.com///commit/e464383f4122942986405de9ca5a928ec39bd5db)) - Should use python 3.([`ea085c48`](https://github.com///commit/ea085c4832e48812405ee43f2d354c50424be142)) - Add unit test to verify that the description digests of protocol features are correct.([`7f00a166`](https://github.com///commit/7f00a1666e6522a9126c337ab4b2afe81b95455f)) - ([`f23d4aa2`](https://github.com///commit/f23d4aa28bdb2e799e6c0f08505375264193c389)) - Remove faucet_testnet_plugin([`9bbf0257`](https://github.com///commit/9bbf0257c327f161a1305fa992bf8c7d191b6380)) - ([`b5d7d428`](https://github.com///commit/b5d7d4288938be9e6e3ae8c66d1edb22bea16870)) - Bump fc submod to main([`31e61b81`](https://github.com///commit/31e61b81c2433679fc402b9408651dbc94f8987d)) - Bump fc submod to main([`3320b70d`](https://github.com///commit/3320b70d7bbac9dfe2748390d979d0d33aa02647)) - Replace old libsecp256k1 fork with upstream & remove gmp dep([`7eb4ea38`](https://github.com///commit/7eb4ea38df6bc09dbedd0484ec427c872252b53f)) - ([`bed209c5`](https://github.com///commit/bed209c5e3a493338792a90e66d4dc9c3955a44c)) - ([`6cc7012b`](https://github.com///commit/6cc7012bfe59eb0d9adcec6c733f3ba152c762e5)) - ([`e75287ae`](https://github.com///commit/e75287ae699f9453a608da1bd78ab67407355763)) - Revert "Implement return failure traces."([`0c6c8a94`](https://github.com///commit/0c6c8a9435bb5c4bd8bcd4c30d9d00f88e2c5ac6)) - ([`263ede5f`](https://github.com///commit/263ede5fb805d5f91f8d5b3fbc02c6f2f8ea8696)) - Changed decay time in test to 1 minute([`9c5b9e74`](https://github.com///commit/9c5b9e742671e4227220350c81e2acd91f800479)) - Added integration test for subjective billing([`666adb5b`](https://github.com///commit/666adb5b4e5468ab0e643303718882af26a24267)) - ([`1d643863`](https://github.com///commit/1d643863572f8673999ff7bb429d7c03bc1066d3)) - Implement return failure traces.([`0ca2f9ec`](https://github.com///commit/0ca2f9ecb2450c48f4551844c648f834ee6072c3)) - Add size parameter to the message([`65a43609`](https://github.com///commit/65a43609c2d359e3059da90cccfc0210897c8f98)) - Add timestamp check to test.([`c63c9abd`](https://github.com///commit/c63c9abd62234d74afbb31200f59c0db08daddea)) - Fix spacing([`5c7c6eee`](https://github.com///commit/5c7c6eee7895b3b417000cac3b73be6e6f1ab350)) - Revert changes to test([`13eb845a`](https://github.com///commit/13eb845a5d317ecf0d18d8f8c40e205baf8bfdb6)) - Finish callback registration([`f7ed9510`](https://github.com///commit/f7ed9510dfec3d7a4b0e9f662f65dd12352b9a53)) - Update api. Initialize uint32_t's([`16e0fd38`](https://github.com///commit/16e0fd3848e7d23f79599796d0550b96d3cf6086)) - Add cleos documentation([`7c580147`](https://github.com///commit/7c58014756c1fbb59a81aa3f119012d3bd04f62b)) - Fix assert.([`e8fb5b97`](https://github.com///commit/e8fb5b97617bb456c04226a34ebe8a97da665f29)) - Get Transaction Status([`342edbdf`](https://github.com///commit/342edbdf9caf9578360847bbb7817da058b254e3)) - ([`f546491c`](https://github.com///commit/f546491c429667e56137cefdbd15ba1a9d98aad2)) - Tick up fc head and adjust dependencies similar to pr #128([`7758ae64`](https://github.com///commit/7758ae644b9b0be10c1297817ec4244aa984d458)) - Update code for calculating size of variant to use fc::variant::estimated_size([`8708478d`](https://github.com///commit/8708478def966a6cd29eb46dbefc384cd5708314)) - ([`93ad729b`](https://github.com///commit/93ad729b3097df01c2ea5886d275b30dde1f7bca)) - Add --read-only to docs for push([`0606d129`](https://github.com///commit/0606d129967ee103d487ce1cf71b52b89a95a0f1)) - ([`c32f894b`](https://github.com///commit/c32f894b9de0fe02b0b0a8e66596624bf220e1cd)) - Use new 400 http codes for compute_transaction and send_transaction2([`76a9505d`](https://github.com///commit/76a9505d7f9c2a5fb2db17a7a94e1ef4c0dd12a7)) - Rename return_failure_traces to return_failure_trace([`23648ac4`](https://github.com///commit/23648ac4890e03acdef410d008cc5f7cc7aca4ef)) - ([`7d2b370c`](https://github.com///commit/7d2b370c0064644b5763697f06d8617e1e881c25)) - Wait for trx so transfer does not fail to an account that does not exist([`eb7dc093`](https://github.com///commit/eb7dc093908fc3cb071a266ee16b736431cc7412)) - ([`f89efc93`](https://github.com///commit/f89efc93c27172013f6f614a393fcbd677ff0cb7)) - Add docs for transaction retry([`84135c57`](https://github.com///commit/84135c578292d434a52584e59882cdaa066fe68b)) - ([`a598e2b0`](https://github.com///commit/a598e2b066af0c05f586406feb0764ec1225a00c)) - Added check for subjective billing to processing of unapplied txns([`da2a7f27`](https://github.com///commit/da2a7f27a0d3af730899c8c7226f09881707ef24)) - Took out signaling accepted_transaction and applied_transaction for read-only txns([`a7d71a2e`](https://github.com///commit/a7d71a2e407726fdd4a9fb8d89f3be9b5b3f8120)) - Added irrelevant signature test([`547ac68d`](https://github.com///commit/547ac68dfbbe1ba885d529a33946a75f01961211)) - Addressed review comments/clean up([`6bc90d3f`](https://github.com///commit/6bc90d3fdde0895c9281f4703e7afbfa073e7976)) - Added and extra non-producing node to test ivocation([`4abda4fa`](https://github.com///commit/4abda4fa9f5217ee30bcec30c15f14db1407aad8)) - Added test to ensure read-only transactions are not subjectively billed([`8d66d2c8`](https://github.com///commit/8d66d2c82ee00b8843234bc46e34ab045d128d93)) - Update to not subject read-only transactions to subjective billing([`2e13ab9b`](https://github.com///commit/2e13ab9be83ed91fe2ff1184b10f224b89df36ea)) - Added getAccountSubjectiveInfo([`63fb4da5`](https://github.com///commit/63fb4da57af416b8a58c22ae5443d1eddb744c27)) - ([`0068a874`](https://github.com///commit/0068a8741a96cec2d2f174eb3f353e17452396de)) - Remove assert that disable-api-persisted-trx is true, as it is not required([`2d30b7e4`](https://github.com///commit/2d30b7e433227c8242c160b819b02704c17bebbe)) - Fix warnings([`819865de`](https://github.com///commit/819865de0b214f4a9037689363523222247f8f4a)) - ([`3bdc00f1`](https://github.com///commit/3bdc00f1682e22d9a69cce818f9b155ad4e63b48)) - Took out extraneous variable([`6e3ee3fe`](https://github.com///commit/6e3ee3fe62cc9532e40b7b81a09eafe5ecd2a8a8)) - Changed compute_transaction_test to be run with two producers([`d9a13bf7`](https://github.com///commit/d9a13bf7f815bbb1aae08d0398e1644d09776964)) - ([`ef1dad96`](https://github.com///commit/ef1dad96bf5d05c1b4f73b3c72227cdb60959cce)) - ([`e1ca58c7`](https://github.com///commit/e1ca58c74a3603cbcf9e4437908df6ce4e52820f)) - Refactor to remove duplicate code.([`0553c9f2`](https://github.com///commit/0553c9f21b0dff5e3a68dfa15c64d7bd04d7ba5e)) - No need for transaction retry test to be so resource intensive.([`0b6b9ee7`](https://github.com///commit/0b6b9ee7d18e32e8194af17de89c7fbd5f561e01)) - Finish retry transaction integration test([`53ab25dc`](https://github.com///commit/53ab25dcc5dc8985cade3bb510b590a268f5f7a6)) - Fix expiration comparison([`d7a92bf7`](https://github.com///commit/d7a92bf76821b320f27b6641fcde50fb56d86bd4)) - Add new retry transaction lr test([`403c7c48`](https://github.com///commit/403c7c487666f59768434a2c1745b45509a3f790)) - Start of new retry transaction test([`e37503c0`](https://github.com///commit/e37503c07b15f8f2636c831bc616a0ab50417886)) - ([`7dd54b31`](https://github.com///commit/7dd54b31e4fecb56ea70f7d1745026f0b3ef00cc)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into enfs-15_bdj_status_storage([`0f6faf39`](https://github.com///commit/0f6faf3900054396f0eecc0d6170ad2df56c1f9b)) - ([`e32898b8`](https://github.com///commit/e32898b8f83c6833b8cb8732b238e0607d516145)) - Merge from dev branch features/oci_api_phase1([`8f8ac384`](https://github.com///commit/8f8ac384b27f505f7296dc9aeff719573b01596e)) - Change order of constructor call to match constructor.([`ffaac89b`](https://github.com///commit/ffaac89b51cb1226ec218bab6631d9177b614b70)) - Resolve merge conflicts([`424e5221`](https://github.com///commit/424e52217b6df6a4357106e044cf7d9fb3505cc7)) - Make variable type of sujective-account-max-failures consistent.([`a8d27057`](https://github.com///commit/a8d27057181a7747db9e4ddc1be647a2ddc6bbe3)) - Remove comma([`eac72259`](https://github.com///commit/eac7225947205df7b6235f4549de703eea32dd6c)) - Update description of max_failures_per_account. Move max_failures_per_account to account_failures.([`00aa6d69`](https://github.com///commit/00aa6d69fb0f3b2c1988bf818c23f29b3f2744d2)) - Remove extra underscore([`5a0e8df5`](https://github.com///commit/5a0e8df58bcd1a93a915dbc7c144bab2672cba2a)) - Make max_failures_per_account configurable([`c1284f59`](https://github.com///commit/c1284f592dd98f0fbfff1417021835a5b15caad6)) - ([`aaba0db9`](https://github.com///commit/aaba0db9ade974b210914aeb4841df413be8dc0c)) - Merge remote-tracking branch 'origin/main' into merge-main-2022-04-14([`fda0ff9e`](https://github.com///commit/fda0ff9eac3023112677a402bddd795adcdfee7d)) - Merge remote-tracking branch 'origin/main' into merge-main-2022-04-14([`20f61c77`](https://github.com///commit/20f61c77d6fc65a41d106ca94a523492c4be632f)) - ([`5f59702f`](https://github.com///commit/5f59702f52adf98ad7e032e1af5ed38d24d8e5bd)) - Change type of subjective_account_decay_time to fc::microseconds. Remove unused test variable.([`084e41df`](https://github.com///commit/084e41df8c9b2cdc091214cdc467188623fcd981)) - Use existing config default for calculating _expired_accumulator_average_window([`08261456`](https://github.com///commit/08261456a0a9961ea5c04b331bbbd5465145e9f7)) - Change expired_accumulator_average_window to member variable of subjective_billing.hpp([`2cf86b41`](https://github.com///commit/2cf86b41eba62ed8208e9dcd173339182ee0f47b)) - Add missing definition to static variable expired_accumulator_average_window([`f62acbc6`](https://github.com///commit/f62acbc657efdf3ed87fd3304b4b38bde9c11849)) - Remove comma([`525d1ac0`](https://github.com///commit/525d1ac0cc05ee57c40ee1772453770ee6eca62a)) - Allow expired_accumulator_average_window to be configurable in producer_plugin([`f0e801e2`](https://github.com///commit/f0e801e25e581370b42d7e57a69b5565d7739853)) - ([`abf96f97`](https://github.com///commit/abf96f9734ea0b1cee00fed0636231b5e55d3860)) - Add nodeos_high_transaction_lr_test([`4e8cf920`](https://github.com///commit/4e8cf920dfd0f9c3ee501a2b61c8c856d37530db)) - Fix cherry-pick/merge issues.([`4c55b0be`](https://github.com///commit/4c55b0be235a5104f667fdeb63378fd1ea2773f8)) - Pull request comment changes.([`5950075d`](https://github.com///commit/5950075d0a26e45f207f4b9b19e631b82d5ab8f8)) - Added test to send a high number of transactions and verify they all make it into a block.([`cd1356ec`](https://github.com///commit/cd1356ecd8025810cc2735ff5a675c1674df338f)) - Added changes for Node.py to handle transactions and transaction_reciepts.([`9b4a3cbd`](https://github.com///commit/9b4a3cbdd169c798e35870b45c9bc50f1267cac4)) - Added importent context for error and cleaned up log data.([`621ec74f`](https://github.com///commit/621ec74f6e07050837425048a67e1c9dc8fe3257)) - Moved NamedAccounts class to Cluster.([`7da184d6`](https://github.com///commit/7da184d637ec0ca00120f0a7df3eafb7ccbe42d9)) - Removed repeated short flag.([`c07e8b35`](https://github.com///commit/c07e8b353af218695642b767611d62be74f1227a)) - ([`2e6a84cc`](https://github.com///commit/2e6a84cc3d8642cfe571996b21ef7592c69c3d8a)) - Take advantage of erase that takes an iterator([`a919620a`](https://github.com///commit/a919620af1471de890beb6d59311c35bfe2cf124)) - Added to test and fixed more exposed errors.([`27d578bd`](https://github.com///commit/27d578bd5abd3565ac79c236a8a839088ff17ed9)) - Fixed error.([`fc370f7d`](https://github.com///commit/fc370f7d1746036b15d0e47ed8196bab0f80329a)) - Added unit tests for Finality Status.([`5e91fd71`](https://github.com///commit/5e91fd71303272416a3e81dbff0181d840736873)) - Reporting memory size to improve testing.([`3adedef2`](https://github.com///commit/3adedef24031dae8c54753ee975c8920479f9ec8)) - Fixed logic based on unit testing.([`140ddbe3`](https://github.com///commit/140ddbe31c8e9c656dd6a10b79d56f67870ba305)) - Cleaned up unused param.([`011990bb`](https://github.com///commit/011990bb0f0701e03b911ccdfab22a2cc0fa5cd9)) - Use project to avoid performing a lookup in the primary index for removing entries.([`e5216c62`](https://github.com///commit/e5216c6209784f57eb13c8af0c616ab4e50bb888)) - Dropping comparitor and adding block_num method.([`2e718d09`](https://github.com///commit/2e718d093541055ae94b2c8a4d1f92ecad68a231)) - Fixed compile error.([`716dc796`](https://github.com///commit/716dc796c80dca3b96b04693b02b95c9ce09de83)) - Made status all one word.([`e7bc0f9a`](https://github.com///commit/e7bc0f9a5637a8984165eb8303072738eff42944)) - Changed to not drop useful block info when transaction is forked_out.([`5f153663`](https://github.com///commit/5f153663169e943cd8c4c09b1f67d3e310f54bb5)) - Changed stored type's size method to be memory_size([`e64d9ceb`](https://github.com///commit/e64d9cebee7200698183f84eedd184ebbdc01cc6)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into enfs-15_bdj_status_storage([`4023e1d7`](https://github.com///commit/4023e1d7f1e7b2e7b9b9104a7a0e68d2e52f63f1)) - Fixed peer review comments.([`1f9f3e2f`](https://github.com///commit/1f9f3e2f42b77c37fa56add7672419ce7d7c319d)) - Fixed ensure_storage and added block id.([`ead15c57`](https://github.com///commit/ead15c572b0a2c0638756cab449b1293b8519480)) - Added duration configuration and access to state.([`98f5316d`](https://github.com///commit/98f5316d4d8058e2e40419a433b1cfd934228770)) - Moved trx_finality_status_processing functionality into an impl.([`176424f0`](https://github.com///commit/176424f06cb8080228cb9d1d551e6e357d6d4f23)) - Adding storage for finality status.([`a648d4a9`](https://github.com///commit/a648d4a943034c960985e2899c5f4dadadaf879c)) - ([`f60f50f7`](https://github.com///commit/f60f50f753cf1ddfaa42b8ad8c305e90c4a9a791)) - Took out --skip-sign default([`bf651eef`](https://github.com///commit/bf651eef3ce0d104c029410c078efff90bbf77b0)) - Added verification of push results / non-signing test case([`8d031766`](https://github.com///commit/8d03176681dc1ac82ca71ca5dd5fe056727183f2)) - Took out non-implemented parameter([`2967fa2b`](https://github.com///commit/2967fa2b39702b94c8d9046dd49fbbe4b2ccfe36)) - ([`43ac8058`](https://github.com///commit/43ac8058011e48b1a2c2d59ab10bb7eb49b66999)) - Added assert to verify push_transaction([`80b3549e`](https://github.com///commit/80b3549e892341eb540d30906c7842a970e7c27a)) - Added pushTransaction to Node([`32af6ab6`](https://github.com///commit/32af6ab68cef0c78fc854586a3e21d1f38beed76)) - Added compute_transaction integration test([`5543ad87`](https://github.com///commit/5543ad87f93f9f9341b1e22e54ea703a8d473d71)) - Change to not fail on signature checks for read-only txns([`858baf39`](https://github.com///commit/858baf39ff08c794b91c79b7fa74649befceec3f)) - ([`8f7346b4`](https://github.com///commit/8f7346b465b94250071fb34b04f3742537bba696)) - Updated send_transaction2 to add required read_only parameter([`e47a85de`](https://github.com///commit/e47a85de0d0e121a0e83e51c9188e0923e8dcd71)) - ([`32f31f8c`](https://github.com///commit/32f31f8c856895f476ae540978272a1b96f6a55a)) - ([`6f69bd3d`](https://github.com///commit/6f69bd3df8ffdda6c83292065b345cd760ca4f73)) - Fixed move of variant to actually move the variant.([`6c0e296d`](https://github.com///commit/6c0e296d03cf76b2f68bf523d411deae1e9b2b14)) - Address peer review comments.([`7bc9e060`](https://github.com///commit/7bc9e060c62083fd3596512141850f05af98783c)) - Added test cases for num_blocks of 0 and 1([`6150fd95`](https://github.com///commit/6150fd95af1b0a716933a71f86f571dcfbdfa108)) - Renamed --retry to --retry-irreversible and made it mutually exclusive with --retry-num-blocks([`53ee784f`](https://github.com///commit/53ee784f3de433ac7bda09aeb27717883c54149b)) - Disabled transaction retry feature on bp nodes.([`7dbe9423`](https://github.com///commit/7dbe9423a732ff5b70b0e362e23c68c160e7bf84)) - Add transaction tracing logging to tests.([`2e457366`](https://github.com///commit/2e457366475953931b3bed5283ddd25826b429cc)) - Add forking unittest([`cd78da79`](https://github.com///commit/cd78da79d65f919fd6d1e0f6bd6b2eecc807c3c3)) - Additional tests and bug fixes.([`c4b382ef`](https://github.com///commit/c4b382efff215317a8a4c3ef0f3013e23687981d)) - Add unittest for trx_retry_db([`f1783ddc`](https://github.com///commit/f1783ddcac8e8699209e56a344ecaa9a93fde325)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into ENFS-17-retry-store([`26de0a48`](https://github.com///commit/26de0a485e9758aa7aaa6453f4f748cd7ac31541)) - Remove ununused trx_retry_processing([`0bde91eb`](https://github.com///commit/0bde91ebbf7546b8e95f392e8b78db2c1859f13d)) - Change channels::transaction_ack to pass packed_transaction since transaction meta data not needed. This allows packed_transaction to be used in trx_retry_db.([`f2b3b4ac`](https://github.com///commit/f2b3b4ac244cc271ab895d8c7cfb7d251d6c483f)) - Add cleos support of compute_transaction and send_transaction2([`bd487da4`](https://github.com///commit/bd487da42f3b1ab1cc11a9f8244e18db02b55254)) - Add /v1/chain/send_transaction2 endpoint([`8aaedf41`](https://github.com///commit/8aaedf41dab8e67256026fbf12c6ca0a16a64fb5)) - WIP attach trx_retry_db to chain_plugin.([`a4f5c38f`](https://github.com///commit/a4f5c38fda264231847c90e231914b180b987039)) - WIP most of retry logic complete([`3d8e566d`](https://github.com///commit/3d8e566d556f72ad29bf5d2224e644a6697cfe3f)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into ENFS-17-retry-store([`b8618ecf`](https://github.com///commit/b8618ecf94e41e3c286dde6b567305cd8c4ed8ab)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into ENFS-17-retry-store([`21649873`](https://github.com///commit/21649873a302eef52294b85b1674f0feee01ddf4)) - WIP add trace variant([`428a34db`](https://github.com///commit/428a34db40244ab6403e07f42271475877985feb)) - Make to_variant_with_abi const([`567eb383`](https://github.com///commit/567eb383fae5e0919b96f57413ebd5359f4e41ab)) - Outline of trx_retry_db([`6894c3fa`](https://github.com///commit/6894c3fa16d367d29df28e9a0c3694ded063f441)) - ([`8bab28c8`](https://github.com///commit/8bab28c803e6ef5a203d38188bb67def50c7bb5e)) - Address more peer review comments.([`ac9936c0`](https://github.com///commit/ac9936c0b3e2a5fb12b474cfe991f2c37e12384f)) - Address peer review comments([`60b4a62f`](https://github.com///commit/60b4a62f0c4f2f7c7caf7ab6b80b6ade5c5565a0)) - Disable max failures for whitelisted accounts([`2099b383`](https://github.com///commit/2099b383db02b21e3ade2ebc63d8c4c062ecfd39)) - ([`a3e412ef`](https://github.com///commit/a3e412ef44a8929a46a51b58a7347f0f55b3e81c)) - Update to head of fc([`ab8afe6d`](https://github.com///commit/ab8afe6df00c30b1bd10acc5d09ae41939d41ec4)) - Added compute_transaction to chain api([`d722c806`](https://github.com///commit/d722c806a074824e902b6de02dd95bfa1d2e2960)) - Updated tests to use new start_recover_keys([`ab0dba86`](https://github.com///commit/ab0dba864554d67d32e8b078c49f54a1cca331bf)) - Updated producer plugin to handle read only txns([`d432777f`](https://github.com///commit/d432777fe37f95c0625562c3d32a4050c22b46f5)) - Added compute_transaction to chain plugin([`a69b12bc`](https://github.com///commit/a69b12bc9e8d3579a5dcb5df258450ac8fd9d3c3)) - Added read_only transaction type([`2f0f1584`](https://github.com///commit/2f0f1584d04cf7823ffa8a411daabc947b195531)) - Modified chain controller to undo read only txns([`cac00672`](https://github.com///commit/cac006724f9c8be1f152741c1ffdc94b876ed4e6)) - ([`b7896e72`](https://github.com///commit/b7896e72eabc8b94a24467dbeec580e9ee2c1385)) - Changes from Peer Review.([`24fb2be6`](https://github.com///commit/24fb2be6935be320e7fcd75aa6c280017f26d447)) - Manually applied changes for merged code.([`1429e526`](https://github.com///commit/1429e526ebb803f07e4d30f8999d0013aacef837)) - Fixing test failures.([`04a3ff46`](https://github.com///commit/04a3ff46bf0f53848875dd55d67bb40b1fd02c30)) - Missed changes for accept block refactor.([`7d674f97`](https://github.com///commit/7d674f97bc70410da2014246f13addab928186f0)) - Missed cleanup of removed type.([`1bb1a7d2`](https://github.com///commit/1bb1a7d258022ed00b153f1b19abae3eed69b9db)) - Missed removing accept block from callbacks.([`1b01333b`](https://github.com///commit/1b01333bfa68e869f8577008b1fddb19cf019c44)) - Removed calling accept_block and instead passing the block state with the transactions for the block.([`393ba2b7`](https://github.com///commit/393ba2b70588f8b4594e0878a9c682a23af92e00)) - Cleanup of unused code.([`84fde088`](https://github.com///commit/84fde0882b2d1410658cd1931d8afd579fae89aa)) - Fixed compile errors and added to signals tests.([`c922df13`](https://github.com///commit/c922df13bbc2c9a98a9ff1112dccce9750dbfa58)) - Cleaning up errors.([`8bd66df2`](https://github.com///commit/8bd66df21cf8dd645384767a0fa29920bea92598)) - Fixing design for correct processing of signals.([`734f0920`](https://github.com///commit/734f09200eab022929f4603ce71660982da118e9)) - Missed compiling trx_finality_status_processing.([`35059249`](https://github.com///commit/35059249a3b2e37b3c269a3de671c7c34788b802)) - Added configuring memory for transaction retry and finality status features.([`74c7004c`](https://github.com///commit/74c7004c723fd8c2d48fc458ac66594b26c966fe)) - Added signals_processor for handling block and transaction signals from controller.([`14bf6155`](https://github.com///commit/14bf61551aacb2d4d5989dc4b6f62eb0c2110bd7)) - ([`09a31c32`](https://github.com///commit/09a31c32ffb33346790df11f86dbe20a63d6916a)) - Add comments([`85db86f2`](https://github.com///commit/85db86f24a9673e4c13e72558bf45b560692e661)) - Port over Read transaction consensus fix: https://github.com/EOSIO/eos/pull/9383([`b8af5737`](https://github.com///commit/b8af5737b82c901aafc0c68263a12b9beeda30b9)) - Params_test updated to compile with CDT 1.6.3. test_api_db updated for new tests([`dffe99fa`](https://github.com///commit/dffe99fadc9750c3cb675f43c044128cc93bf282)) - Change applied_transaction signal signature to match eosio/eos 2.1+. Also ported other non-pruning changes from https://github.com/EOSIO/eos/pull/8900.([`92116f84`](https://github.com///commit/92116f842b2eca48d49e41a990d3b489de572d73)) - ([`dbbce616`](https://github.com///commit/dbbce6163d36954433e7b82d2db3834ce94d3452)) - Revert "Added classes for processing controller trx and block signals"([`78852a10`](https://github.com///commit/78852a10f47a150235c000f721f7c99007b861aa)) - ([`ae1a5cd8`](https://github.com///commit/ae1a5cd810abdcc47e1d2594a740bb9e00d69794)) - Fixing test failures.([`d3dccfa3`](https://github.com///commit/d3dccfa3e648faee86625161fa14f144bbdd055c)) - Missed changes for accept block refactor.([`22e01ff0`](https://github.com///commit/22e01ff0ed8c6c54f472c805df87d33a10d5c324)) - Missed cleanup of removed type.([`8d1459ba`](https://github.com///commit/8d1459ba9f5dfffb3286ec18e681c8a93a1128ae)) - Missed removing accept block from callbacks.([`8b1f8e50`](https://github.com///commit/8b1f8e5004f63daf342ca473ae1c4c479de2a1c7)) - Removed calling accept_block and instead passing the block state with the transactions for the block.([`847faec2`](https://github.com///commit/847faec2e11334b7d118c48d5199d0ad9b56eeeb)) - Cleanup of unused code.([`770f313d`](https://github.com///commit/770f313d8cb6e44fd306dbb7d1d6c43061f78f81)) - Fixed compile errors and added to signals tests.([`098df629`](https://github.com///commit/098df629f981d3d7cd3b4277624877916b8d1ee1)) - Cleaning up errors.([`b109aebb`](https://github.com///commit/b109aebbdd3081965654ae3fcde1082ba3f11ad8)) - Fixing design for correct processing of signals.([`50a36afe`](https://github.com///commit/50a36afebbcaa3a42c5bc2c3e4cc4eb7bbbe3568)) - Missed compiling trx_finality_status_processing.([`31f88ea6`](https://github.com///commit/31f88ea6b7fcf3c3930554c9ac9a66f07937c1da)) - Added configuring memory for transaction retry and finality status features.([`a4db6558`](https://github.com///commit/a4db6558cb83b128fea46996c12f0ecc23f3d7e3)) - Added signals_processor for handling block and transaction signals from controller.([`11f4d81c`](https://github.com///commit/11f4d81ccbcd36d0323ede3c3d9b001309d9dc27)) - ([`e68ef894`](https://github.com///commit/e68ef894eb3da2a47e3b787ad4fd2a5add9643f4)) - Merge remote-tracking branch 'origin/main' into merge-main-03-23-2022([`609199f8`](https://github.com///commit/609199f80ccf357ec303742eb952628290328aa9)) - ([`b7b8900e`](https://github.com///commit/b7b8900eb35a5a66c6229c8c23012827b4d9b5e6)) - Merge remote-tracking branch 'origin/main' into merge_main_3_17_2022([`012ae338`](https://github.com///commit/012ae3387d77475fa3742985207537ecdb287768)) - Merge remote-tracking branch 'origin/main' into feature/oci_api_phase1([`24d29bbe`](https://github.com///commit/24d29bbee55f8f1f8100cacbcb4ff62bd7764642)) - ([`b239ee6d`](https://github.com///commit/b239ee6da04e7eff3e7fb767e4ae0f27723cdd16)) - Cleanup of unused test file.([`5d2a7da6`](https://github.com///commit/5d2a7da6110ca24172fb6ad405ad3a2dc8369263)) - Updating fc submodule to its main branch.([`6618e4cc`](https://github.com///commit/6618e4cc5fa45c8ca41c0f5489e9d0a459109451)) - Adding final PR changes for fc submodule.([`5cc79949`](https://github.com///commit/5cc79949f782c0607ea0f58d1c93de186e1627ab)) - Updating fc for PR changes.([`bfc0f656`](https://github.com///commit/bfc0f6567eaf30ba9a1a57c7258f2fca82b53a96)) - More PR changes for fc.([`8ef44ee5`](https://github.com///commit/8ef44ee5222f9c2cb994c910e0e2bd1844ee155d)) - Updates from fc submodule.([`1e96db38`](https://github.com///commit/1e96db38249d2821e6a31f1040669d9d46781145)) - Trying to move tracked_storage to fc.([`ab51cb6f`](https://github.com///commit/ab51cb6f069c8c43ba2cdc8eda04977fe9ff2910)) - Added test_tracked_storage([`0b8fe368`](https://github.com///commit/0b8fe368abdf1d8d2e91238a3b127ae50d277ce1)) - Moving tracked_storage to fc library.([`20821792`](https://github.com///commit/20821792a94bdd1f3c859957a6922be2df78b27d)) - Changed to use cfile.([`2b72b7d3`](https://github.com///commit/2b72b7d3a0b39c4092f0a0ed5198ad9f6d6db4f9)) - Added tests for tracked_storage class.([`75584eae`](https://github.com///commit/75584eaeffe4bfd030f360e5b620c71f09bba928)) - Added class for tracking memory allocated for a feature and persisting the feature.([`73ce8367`](https://github.com///commit/73ce83672cd55e6221447c30cc460b67dae8491a)) - ([`94027512`](https://github.com///commit/9402751285d30a046c609ba1a8ac8241b8d872c5)) - Add const([`9c261c2d`](https://github.com///commit/9c261c2d26c9267c24816dceb6ed15d28593cc74)) - Merge remote-tracking branch 'origin/feature/oci_api_phase1' into net-plugin-config-expire-trx([`9024a112`](https://github.com///commit/9024a112381e16353b770a3bdbbd0fa942d9a120)) - Add option p2p-dedup-cache-expire-time-sec and simplify transaction deduplication cache handling([`d10575fe`](https://github.com///commit/d10575fefc196be75984539aeec16bca84204013)) - Fixes for FreeBSD build([`34b2b6e2`](https://github.com///commit/34b2b6e2397b78b1e0d1fb1f8f1734abe47a4795)) - Fixes for FreeBSD build([`61166839`](https://github.com///commit/611668390eb44fb08b6906d32057994a44d0c018)) - ([`fdc7e009`](https://github.com///commit/fdc7e009af8e8fc9f06931fe2b77012f9969a438)) - Fixes for deep_mind_tests([`cbf63262`](https://github.com///commit/cbf632629d8aa97ea56a8cd65f94b6a3ae384e7d)) - ([`61ce643f`](https://github.com///commit/61ce643f4a149f5f8e2733f4189ef2f5bf70f29f)) - Merge remote-tracking branch 'origin/main' into remove_gettext([`b48749a1`](https://github.com///commit/b48749a149563430ff044f2535e33e49cea46cec)) - Remove some left over "Intl" cmake variables([`e71eeda2`](https://github.com///commit/e71eeda2ef51cb690d27400f604793ae153ca355)) - Remove gettext/libintl dependency([`ebc6521d`](https://github.com///commit/ebc6521d355ae3c5ab5c67fa949054345fd8ac77)) - ([`25cb9341`](https://github.com///commit/25cb9341f5196f02b6d6d20fbee00faa82792405)) - Moved a few too many.([`c9b60b07`](https://github.com///commit/c9b60b0706966d7a45142adeb31d7edb5717b699)) - Split out some more of the wasm tests.([`223ad2c9`](https://github.com///commit/223ad2c935001deba49529d9f9bd4bf215ff2799)) - Split out some more of the wasm tests.([`91e91944`](https://github.com///commit/91e91944ebd147f372b4f01622f841e2d85adeee)) - Split wasm spec tests into two jobs so they run quicker.([`34de230c`](https://github.com///commit/34de230c6d6f804c52bfd09f11b0d97f8ffbc03b)) - ([`ffbac069`](https://github.com///commit/ffbac06978911aad1c63d6e58d432f7f0018ee41)) - Remove unused wabt submodule([`64360d48`](https://github.com///commit/64360d48f073cdede439668f8834ca9f3e372d4d)) - ([`e641ec6b`](https://github.com///commit/e641ec6be1591771fbf7a8e09ff9a2fca052d39f)) - Fix memory API validation and add tests([`dd172bfc`](https://github.com///commit/dd172bfc8570d76435d6616e75b38c1f812f3764)) - Unit test for incorrect bounds checking on empty null-terminated strings in OC.([`70bea609`](https://github.com///commit/70bea60904fce9098f63666f79a729590695de48)) - Add more tests to address review comments.([`62af59dc`](https://github.com///commit/62af59dc30d42d1c6441ab92b88461d8b205ab29)) - Unit test for grow_memory with a negative argument.([`7c950b9d`](https://github.com///commit/7c950b9d7f933e7d3ab25c04b9287ef9d6a8c062)) - Unittest that calls eosio_exit from start func([`ce3e6d81`](https://github.com///commit/ce3e6d811096fc4731ef62c55078a784e85a1dd2)) - Unittests covering wasms with initial memory size of 0([`3e473af5`](https://github.com///commit/3e473af5ef8203dac983da43662e7d1bc52c8fcf)) - ([`79b1f0cc`](https://github.com///commit/79b1f0cc9beb2127810f6dbc3f69a4f69409e3ea)) - Eliminate gperftools copy paste([`67af258d`](https://github.com///commit/67af258d301433e1bcbbe2f78c940ca99145b58c)) - ([`bf7ae4fd`](https://github.com///commit/bf7ae4fd79ff554e7b345722d92cd47620596bb8)) - Bump fc & chainbase submod to main([`972668a9`](https://github.com///commit/972668a9aadbb065903f4e98588178c9818465c2)) - Bump fc & chainbase submods with include for boost 1.79([`d8f1e304`](https://github.com///commit/d8f1e3048f008b22fea3a94e648b62387bbff9cd)) - Add include needed for boost 1.79([`bbafdd6f`](https://github.com///commit/bbafdd6f39221904f26aca8cb89196e50a339efe)) - ([`95784337`](https://github.com///commit/95784337b3172eea0895590573d35104b0e5b068)) - Bump fc submod to main([`89e683e7`](https://github.com///commit/89e683e7d7cae62a41f7314c83c29e667568597b)) - Bump fc submod to version without BOOST_ASIO_HAS_LOCAL_SOCKETS([`183c2eff`](https://github.com///commit/183c2effa7e4c94744cc462fa28bec10095453ec)) - Remove BOOST_ASIO_HAS_LOCAL_SOCKETS ifdefs([`349ebb58`](https://github.com///commit/349ebb58be0277ff105a48c3b50b17a9165cb1e3)) - ([`db66d798`](https://github.com///commit/db66d798e15eebae8f046d5dd590ec4c61199af5)) - Add --no-auto-keosd to cli_test([`2bc858f6`](https://github.com///commit/2bc858f69ac1ad3f0b77cc459f5d596e7f894452)) - Bump eos-vm to new main([`2c0066f6`](https://github.com///commit/2c0066f60dcadcf0acc01f76e5ca5364c98aafb5)) - Bump eos-vm for SIGSTKSZ fix([`52656488`](https://github.com///commit/5265648889480f08101339edd1f5ca5247759701)) - Be explict about config.hpp location([`52558106`](https://github.com///commit/525581063742009b32a81010ccfb71a5fdd98b52)) - ([`dc1c5c08`](https://github.com///commit/dc1c5c08d6f14e99305352fe6697969fb177044a)) - Bump version to 3.0.5-rc1([`df25def0`](https://github.com///commit/df25def0ff701add41ed5ed7d96e1a1ca8ac49eb)) - ([`228275d1`](https://github.com///commit/228275d1804788f3be94810756618a6cefa6dd4c)) - Generalize pattern([`57c35852`](https://github.com///commit/57c35852321128f3d4d9d53a4893899ab6a5833a)) - ([`30f00fed`](https://github.com///commit/30f00fede967d0df26894f9981e2b2f515d1c23f)) - Update to head of main([`77d317fa`](https://github.com///commit/77d317fa0481f42ba96fcf0df18eefe705fb1f1f)) - ([`794836ba`](https://github.com///commit/794836ba487980afdf65af1b95d7e514e7a79a74)) - Fix warnings([`e05bd3d6`](https://github.com///commit/e05bd3d62406186413196fc105571d763ebd1268)) - ([`9b653f20`](https://github.com///commit/9b653f20ffa325fdd14e840ee7038498a65455dc)) - Clean up and revert some spurious changes.([`dc36d313`](https://github.com///commit/dc36d313f93f124b79e7d2a7e80d9dbff194774b)) - Update DEEP_MIND_VERSION as the output differs from 2.1([`46608c76`](https://github.com///commit/46608c76303bcdeb80d1f1ef0a8ce9a96bd15ed7)) - Clean up([`bd23a6ea`](https://github.com///commit/bd23a6ea49bd766d7f4bf57b42fa96ae8845e24f)) - Move ram_trace into deep_mind_handler([`e3cafce7`](https://github.com///commit/e3cafce72558ff78ea719111cbfadd3eb9750411)) - Eos-vm-oc can be yet slower.([`844868bc`](https://github.com///commit/844868bce5b5be4ad87d76c84721e927abc027f3)) - Move action_id into deep_mind_handler([`349be7c4`](https://github.com///commit/349be7c4cda7a185df945c3519305dcddc850122)) - Move deep mind logging into a a separate class. Regexize tests to account for the fact that the [trans]action_trace::elapsed field is non-deterministic.([`1925ae25`](https://github.com///commit/1925ae25a0ee6d407dbff680fa3ac3818f6eebf1)) - Move deep mind applied transaction and accepted block logging into controller.([`6ac92e30`](https://github.com///commit/6ac92e30ce32ffc3dea5f1cd3456a1e492ca7498)) - Add unit tests for deep-mind logger([`280f6c94`](https://github.com///commit/280f6c94e47d3bfaede888548667e3bdd2a50d4c)) - Clean up error handling in dfuse logging. Fix signal handling to avoid EINTR.([`d2b4dcab`](https://github.com///commit/d2b4dcabf46f46054eda507e4737f801089e875d)) - Deep Mind off-chain ABI serializer & FC encoded hex output([`1e03d324`](https://github.com///commit/1e03d324faf7093d89088314866cd08e07edc936)) - Rename action_id type for gcc([`0ac13ba7`](https://github.com///commit/0ac13ba7c3bb3aff99d5e657f0376ba1de1fb19a)) - Dfuse Deep Mind changes([`05964f5b`](https://github.com///commit/05964f5b16b40c76c7b12d982af80d4b6696a24a)) - ([`54d42862`](https://github.com///commit/54d42862e2bd945b1fe1854eba1070f29900b719)) - Clarify comment([`3d6fc910`](https://github.com///commit/3d6fc9105d5fcbbf89f70c51f1c94f2386f5e77a)) - Merge remote-tracking branch 'origin/main' into fsh-sync-to-chain([`8c3f4759`](https://github.com///commit/8c3f4759253f644bf89a12c59266ffcd7b9cd144)) - ([`1f805335`](https://github.com///commit/1f805335bb107b345106293f502c684717c8eb69)) - Merge remote-tracking branch 'EOSIO/epe-1623-net_plugin-bugfix-2.0.x' into release/3.0.x([`a1005de7`](https://github.com///commit/a1005de7f6d2a0996af8cc4490ffa8618a0fb392)) - Fix resetting requested range([`3fe60a7c`](https://github.com///commit/3fe60a7ce309124aa13dde7166239160782cb6ac)) - Merge remote-tracking branch 'EOSIO/release/2.0.x' into release/3.0.x([`31ef583f`](https://github.com///commit/31ef583fd6cf380c320b1ecaac48c342317a67d5)) - ([`173261f4`](https://github.com///commit/173261f4c39992ae8d85698e760b102add3589b6)) - Fix merge issue([`69421f35`](https://github.com///commit/69421f35dacd77123b83f158b4e3893ff2eb6fae)) - Use 0 to signal overflow([`9b6998f6`](https://github.com///commit/9b6998f6d63e06c48d20c06437a68d31bf8ccfc6)) - SHiP compressed deltas now exceeds 4GB([`ff9554ea`](https://github.com///commit/ff9554ea6f8b37ce6f89b9bc6ad5e971b2d8cfce)) - ([`2d50c13d`](https://github.com///commit/2d50c13d7b743393e368d98af4cc04fc19e48cb8)) - Log onblock errors([`672691c8`](https://github.com///commit/672691c83123a070dfe929f10bb2c77e29ab4ac7)) - ([`26fcadf1`](https://github.com///commit/26fcadf1e72f20fd8e18a2bbf263325cde5b95eb)) - Consistent interaction with REGISTRIES variable between scripts.([`05e5eeb7`](https://github.com///commit/05e5eeb717bda0a1cd491d371d432b071cf3be68)) - Remove docker tag platform type hardcoding.([`3f9959b5`](https://github.com///commit/3f9959b5f5d69e486c873390412b7351604d006b)) - Enable SKIP_CONTRACT_BUILDER for unpinned.([`5e6d0646`](https://github.com///commit/5e6d0646b15e4d0e54dda0876cc38c0b3662df0c)) - Handle pinned tagging.([`51755430`](https://github.com///commit/517554305103143d1284a3a3ca9baa19004ebe65)) - Add a pinned ci-contracts-builder image.([`e87ca6ab`](https://github.com///commit/e87ca6ab97cc3bebc3f6aeca8c944390093438f6)) - ([`f27acf23`](https://github.com///commit/f27acf23975ca681ae61335b2e2ac9d9960577a2)) - Add total CPU and NET to get_info([`32364d04`](https://github.com///commit/32364d04eecf45b3501692a1c44f39241f4df739)) - ([`a9f8ce0c`](https://github.com///commit/a9f8ce0c2ca4bf4b0a96aaaee193922ba41dc5ad)) - Add comment and cleanup if([`383244f1`](https://github.com///commit/383244f1c1576d5c06a8bbaf2e9f7671b6a8da35)) - Avoid accessing connection data during operation_aborted since it can be called during shutdown when connection is being destroyed([`f2f63f79`](https://github.com///commit/f2f63f79c3aa5754757d697b2e7f87a145fe8b3d)) - ([`55e99c2e`](https://github.com///commit/55e99c2e040a93a1d1e1bac4fa1cd94948f8288f)) - Remove max_requests_in_flight([`a65c42bf`](https://github.com///commit/a65c42bf2a6346672ce379a4e118690502c60bbb)) - Add http_plugin_test([`1f91475f`](https://github.com///commit/1f91475ffae9f16578afc1fc9086dcb6f2b6e131)) - Move var init to top of the function([`614ce0b3`](https://github.com///commit/614ce0b305aefe5e0f898fac1ccc6560e6a4f241)) - ([`eef86e1e`](https://github.com///commit/eef86e1e4951aef48e4283b34238c081874b8cfa)) - Update sync_known_lib_num even is syncing([`5809153d`](https://github.com///commit/5809153dcb94d3c0a39a2e57b3fee4a40f97a066)) - ([`7dac9a2a`](https://github.com///commit/7dac9a2a16ddd5877db01dae29c5ddcf6c52e44f)) - Fix formatting and add pipeline link.([`a4ec841a`](https://github.com///commit/a4ec841aed941dbd626dab07229995b3faab06e9)) - Change guard to remove dependency on special patterns.([`12d6eff9`](https://github.com///commit/12d6eff91b7718e1e1ba32c577587824cd85c449)) - ([`f915db5d`](https://github.com///commit/f915db5d12b0bb568750c0d2cb6243a4c89d977b)) - Rename a function([`90499a44`](https://github.com///commit/90499a44818a8449818f62826ca13ebc6cdf3af1)) - Move a method out of header file as the method is created for unit test([`7baa80e5`](https://github.com///commit/7baa80e5dcdcd1d1d7f7624d5479be0d34d8ea74)) - Update the new test case([`d4eb59c7`](https://github.com///commit/d4eb59c7f25bfd196dd583027795351bc0274236)) - ([`879ff5bf`](https://github.com///commit/879ff5bf7f7ac03533b501aebb360ac1550122d9)) - ([`a2f4f644`](https://github.com///commit/a2f4f644c53752caade3aef4d33d86e063af3121)) - Backport test to 2.0 python scripts([`b59f5658`](https://github.com///commit/b59f5658d14a1b0f2a2f20101d098c6906bd7bdf)) - Move reusable code for cleaning data dir to Utils([`472d309d`](https://github.com///commit/472d309dbf904c1fa9ffeab8e064bfeb0b9608bd)) - Add error log if hit unreachable code([`77274662`](https://github.com///commit/77274662b7f60d32a36624614fd2f382be8a2483)) - Use waitForBlock instead of sleep([`569c8609`](https://github.com///commit/569c860967f1b04bc1291b933efa1c0b4940379e)) - Add comments to explain reseting sync_known_lib_num([`0a5f9a32`](https://github.com///commit/0a5f9a3282de27bde7b5f881dede86b861dcdd19)) - Make test fail more often for broken code([`57a6e82f`](https://github.com///commit/57a6e82fdcd24c8fa8628e5f2f204763052b2a1a)) - Rename to match CMakeList([`6e7535c4`](https://github.com///commit/6e7535c4458c1dbc6cfbfae86abde478d6818307)) - Add test for sync problem due to larger LIB([`49169259`](https://github.com///commit/49169259a5e8cf599ebfb007c453081b04b07f3a)) - Cleanup handling of forked chain([`4058fb89`](https://github.com///commit/4058fb89fd7306ccc62b8da0b3895f7df911c8f7)) - Don't bother asking for blocks if node doesn't have them([`e05a633b`](https://github.com///commit/e05a633be8442b2e6ba4d1536930f87b1d204ce7)) - Reset sync_known_lib_num when closing a connection([`e095f2e0`](https://github.com///commit/e095f2e0166826a9bd85e8fdbdfee5e4e65ffce3)) - Add test cases([`a1cc6f9d`](https://github.com///commit/a1cc6f9db8308f91d1614b1a7d214f618e6404a5)) - Update code to avoid alignment issues([`42935f18`](https://github.com///commit/42935f180287887541ebb7bfba1b678eacd514d5)) - Simplify the while loop code([`db071763`](https://github.com///commit/db07176309fb0843171ba778c6fbf50115ba4581)) - Update comments([`129b0b37`](https://github.com///commit/129b0b3722c9b91b67b3d2f28d31f9394bd07b87)) - Handle trim_blocklog_front special case([`86257016`](https://github.com///commit/86257016956ce98d385977aa9ed44e87bf938bbf)) - Handle negative network latency (clock skew)([`80bb777b`](https://github.com///commit/80bb777b7ff18756869245ec7965a13e54d95622)) - Use int64_t instead of long long([`77903479`](https://github.com///commit/779034792814acb01a8f6f4dbf987271d5fb0156)) - Fix overflow bug introduced in port of original eosio/eos PR([`4c4689c8`](https://github.com///commit/4c4689c8b778df9f9b4d86fbe3c5984b44b23cd0)) - Take into account network latency when syncing from a node to avoid getting stuck in an always lib catchup state.([`f57b9a81`](https://github.com///commit/f57b9a81391233dac9e78a7faeaa1cf6c65b2c06)) - ([`c9d6cef7`](https://github.com///commit/c9d6cef74e14ae3cf34830fd456b34e631158c83)) - Add output-on-failure to ctests([`855ccf48`](https://github.com///commit/855ccf48f19f272850ac52cbb116205389200126)) - ([`e024e34d`](https://github.com///commit/e024e34ddb007ebafae6d2779ecb466768ef7385)) - Add additional subjective cpu logging([`fd9bb052`](https://github.com///commit/fd9bb0522600040b14a2b79c10e109ce739a5a3e)) - ([`64c7f610`](https://github.com///commit/64c7f6109ddcf06a9e7840634dff363e454181ac)) - Limit input transaction dedup time([`2aa4e73c`](https://github.com///commit/2aa4e73ccdc12c5b8359f9fa9c0d8ae4f5c4927d)) - ([`1a8407b3`](https://github.com///commit/1a8407b3bd69de554b1f667d660ad8235fd8a4a4)) - Readme([`0b488205`](https://github.com///commit/0b4882052d108b274edd324c020b9214d58b9b87)) - Bump version to v3.0.0-rc1([`e95a04c2`](https://github.com///commit/e95a04c2bc287a69098188d1d3a3ec1e6d75b36f)) - ([`368045ba`](https://github.com///commit/368045baee57732817cedd40f99fc06788109257)) - Increment codegen_version because we're incompatible with 2.1 due to a different host function table (see intrisic_mapping.hpp).([`1fd37eae`](https://github.com///commit/1fd37eae44848a65419000afa1e5f388a9f719cf)) - ([`878b756c`](https://github.com///commit/878b756ca59a01abcd390be683e6b6cb3ec27f6c)) - Replace fc::optional with std::optional([`1fe4aef8`](https://github.com///commit/1fe4aef8ba878fc2a8c30aba3dbe469924ce616e)) - Migrate fc::static_variant to std::variant([`0c4f36db`](https://github.com///commit/0c4f36db6ff224b6ebb659afe911a32469dbd8b5)) - ([`0d125b55`](https://github.com///commit/0d125b5552d1fbb3c40696d68ac90164a2d3b3fa)) - Use 0 to signal overflow([`03590ecf`](https://github.com///commit/03590ecf9b9f7c3cf76ac28ddd64d87471c81c20)) - SHiP compressed deltas now exceeds 4GB([`54346cdb`](https://github.com///commit/54346cdbd6bb6caeb9e52c09fc62ac576c24ea3d)) - ([`748131b9`](https://github.com///commit/748131b9b2be2ec943e244975b785070b98c43af)) - Revert changes to name, except for removal of N()([`00f30f83`](https://github.com///commit/00f30f83dc77f3c113cd9fa9304469eb4075a6bd)) - Replace N macro with operator ""_n([`8c567fd0`](https://github.com///commit/8c567fd0dd88873adc6043bf4232ed78869b47ed)) - ([`979a4493`](https://github.com///commit/979a44934dbd883a93a2bd9024efdd34736559ec)) - Backport 2.1 enhanced snapshot reporting([`83e2eb18`](https://github.com///commit/83e2eb18999937c9a829a9bb95743819f29d4854)) - ([`b5b2cea0`](https://github.com///commit/b5b2cea0ffbd14949dadd65e8c22b1ea312d7599)) - Log onblock errors([`069c2379`](https://github.com///commit/069c23790c414229d6e0935cc72829ad50b9fca3)) - ([`81433708`](https://github.com///commit/81433708d498067611bfb635e4a66890c888a0b1)) - Enhancements for clsdk([`0ec5778a`](https://github.com///commit/0ec5778aa149ec08ec8443a865f29f9d338f8e06)) - ([`fb5d7b59`](https://github.com///commit/fb5d7b5901e75bf0c4af29b193b4295b1e848e33)) - Backport cbbab053a eos-vm([`b0c41f30`](https://github.com///commit/b0c41f3060315fe83c9dc8430ded952ffb3b606e)) - ([`c3e89c65`](https://github.com///commit/c3e89c65ab8a04a739fb8a12c7f7af4cfda3e8b0)) - Ship support for wasm_config([`f3f89a1f`](https://github.com///commit/f3f89a1f66ce9e4ea606173101f1946849b32d88)) - ([`f602dfa5`](https://github.com///commit/f602dfa5ac70cd32157bd8be5b321c8d18274357)) - Version negotiation([`bd89c6b8`](https://github.com///commit/bd89c6b8e8160f363a71609c470d35a7b1160941)) - No longer used([`e17300ec`](https://github.com///commit/e17300ec40d2235edcf49ae68cf0a994e2af2d84)) - Merge remote-tracking branch 'origin/main' into get-code-hash([`3442b5c9`](https://github.com///commit/3442b5c9b6daa086bad3a0500e4c3d9831c812d5)) - Single output([`8c0439bc`](https://github.com///commit/8c0439bc1d19670e03c76657e0a48be2772399d4)) - Get_code_hash tests([`bcb0def7`](https://github.com///commit/bcb0def7aacdaaf268c752eebb867ee87c8532b3)) - Get_code_hash([`2a4481ff`](https://github.com///commit/2a4481ff939649646bbdfb24e068b50a93b2c104)) - ([`0bc4b188`](https://github.com///commit/0bc4b188fe330175d7e2137a79446ec2be9b547c)) - Backport 2.1 missing wasm tests([`35387c68`](https://github.com///commit/35387c686019c33cd3163c13ecfcaaa643b93c09)) - ([`3dbbf953`](https://github.com///commit/3dbbf953be7266db9eb442a1145020dfd6296d19)) - Re-enable test and reset wasm([`ee592adc`](https://github.com///commit/ee592adcc0420cff52387a7a0998ec63f3784a2e)) - Add missing lf in feature description.([`715d5c44`](https://github.com///commit/715d5c44e871831cc9abd432cc93a116eed72170)) - Use different exception codes for different exceptions([`b09f9c42`](https://github.com///commit/b09f9c42dcf992c3d42d273223fbeac79892cdf4)) - Remove useless constructor([`bd049014`](https://github.com///commit/bd049014b83784c0efa8cc45edabbaac2cd8622a)) - Backport WASM_PARAMETERS from 2.1([`4c60e9bf`](https://github.com///commit/4c60e9bf367f331d6a3e506718af1d355c4e57bc)) - ([`8748f596`](https://github.com///commit/8748f596de9f21d0d61e68ff3cf03a4137dc6ffe)) - Bump snapshot version([`768d61fe`](https://github.com///commit/768d61feb03d99daeec8a6df9bba5b8462d2a298)) - Update test wasms([`81be25f9`](https://github.com///commit/81be25f92a4536d4d688f47b1239e6e38b633c6a)) - Merge remote-tracking branch 'origin/wasm-config' into backport-retval([`4f22bfce`](https://github.com///commit/4f22bfce7288c68a763deafc756173c5c3612a66)) - Merge remote-tracking branch 'origin/wasm-config' into backport-retval([`80487317`](https://github.com///commit/80487317ee495626c739093e021efac89871c993)) - Backport 2.1 ACTION_RETURN_VALUE tests([`08f336c6`](https://github.com///commit/08f336c6a3e7018d3bd611fd712bc1f3e9556040)) - Backport 2.1 ACTION_RETURN_VALUE([`7da37b6b`](https://github.com///commit/7da37b6bc41a63a9eaef5e79ff7aaf2aea854826)) - ([`3e102d52`](https://github.com///commit/3e102d525d2649ab3119237e87697c8d2c863051)) - Feedback([`9c05385f`](https://github.com///commit/9c05385fb37296ffac770af2a162564d8a639dfb)) - Check the pre-hardfork behavior of large custom sections.([`92844eb6`](https://github.com///commit/92844eb60efd21906cea630131d17e15e59c765a)) - Don't fail execution when a wasm contains a custom section larger than 65536 byes.([`cd4efd72`](https://github.com///commit/cd4efd72ef1267494e6d80c2006c65686b7e0682)) - Port fix get_wasm_parameters_packed pack calculation size based on https://github.com/EOSIO/eos/pull/10773 and use a new protocol feature hash.([`5495e6e7`](https://github.com///commit/5495e6e7df125ad813b2639bf858a48b7c8f7f8e)) - Port test_compatible_versions test from 2.1([`03f29983`](https://github.com///commit/03f29983a02c4577ea280b951480bc880f5bee0c)) - Backport CONFIGURABLE_WASM_LIMITS from 2.1([`e44cf2e3`](https://github.com///commit/e44cf2e37984819aebf7142ef11259ce8379c76b)) - ([`1b701a20`](https://github.com///commit/1b701a20abe3d8f82823ff852bfa8cfe44977c4c)) - Backport 2.1 tester cmake([`4cba3ee4`](https://github.com///commit/4cba3ee42b3b4becffcc63be2b52861dc5756d8b)) - ([`a6d17e91`](https://github.com///commit/a6d17e91df2260e221e102ec5eccd2086282e4e4)) - Case sensitivity([`26cb6c28`](https://github.com///commit/26cb6c28ba067f3a2876120f9173c1c32d4c1962)) - Backport 2.1 chainbase([`e287d52a`](https://github.com///commit/e287d52a5dd853494513838967fbf360400ea642)) - ([`cd6c83bc`](https://github.com///commit/cd6c83bc66a6807ed415953f1862342fcb050eec)) - Undo regression([`b6a8e23a`](https://github.com///commit/b6a8e23aec3b39bccdcd1b227af7c7cd7f6e0bf2)) - Backport https://github.com/EOSIO/eos/pull/9088([`a25927bc`](https://github.com///commit/a25927bc62bd53cd3314868ac0b8a512b8a7d9f2)) - Backport 29233b8 ship([`584a96bd`](https://github.com///commit/584a96bd4a0f7467bf82e771e81a06cd7f57e58f)) - ([`c9e94e92`](https://github.com///commit/c9e94e92d886e029f8eb1e22c3ca28385482256f)) - Missing file([`56810050`](https://github.com///commit/56810050d536cb313e1dc0e4de4bbe82dd650c16)) - Backport 2.1 eos-vm([`3f630f6d`](https://github.com///commit/3f630f6d882990878e98d97acf26340931734e97)) - ([`7ecc83d7`](https://github.com///commit/7ecc83d75319e9cfa82c36758d292c678965551b)) - Update to merged fc([`107825a9`](https://github.com///commit/107825a92324e75243af6128130d388b4583bdff)) - Merge remote-tracking branch 'origin/main' into upgrade-fc([`b6e60ce3`](https://github.com///commit/b6e60ce3bc1a03ccede21725ac3231689510b3f0)) - Remove PR template([`9e9c559b`](https://github.com///commit/9e9c559bbe052825279e65b6001ac0957e7d71b9)) - Upgrade fc([`c8012379`](https://github.com///commit/c8012379f3266eab2594e25be38a36b1e0d2e258)) - Readme([`cd367205`](https://github.com///commit/cd36720571c12e458757dd8d688f4cc52355527b)) - Move repos([`9bcfe22e`](https://github.com///commit/9bcfe22e69ef6851b4e55d964dfd9ed327f30d4f)) - Move repos([`285335af`](https://github.com///commit/285335af0849fcf69d152a39dbafd680a314ae00)) - ([`c75fa31d`](https://github.com///commit/c75fa31d119d9e026115f96c5e30a74475786b7c)) - Bump version to v2.0.13([`903ccfef`](https://github.com///commit/903ccfef309bc5dd0aa642cea7874b75788eb058)) - ([`2769a515`](https://github.com///commit/2769a5150d59559bc98a369a260ee04654ac0686)) - Set only scheduled buildkite builds to continue on failure by default.([`83832b21`](https://github.com///commit/83832b21df0f60bfc6a043f58e7858a9d826d996)) - Ensure that rounds continue on failures.([`d37a8dc6`](https://github.com///commit/d37a8dc6805625f44b19d59c1404e034c0e02132)) - ([`9565c27c`](https://github.com///commit/9565c27cb05c579e110d621962d9d2c618ded7cb)) - Remove broken cleos wrap cmd ref link :doc([`8421bb7e`](https://github.com///commit/8421bb7e07db6a61a0aa631b466ad69e42e1ada4)) - ([`afffa2aa`](https://github.com///commit/afffa2aa4ea6db070a801f7dd07cd5d33d51accd)) - Remove unneeded check for prebuilt images.([`eb377dfd`](https://github.com///commit/eb377dfd6b3a364e4be68ce1a7387e158a4dbd73)) - Address PR ask for not expanding the path in the logs.([`5313f819`](https://github.com///commit/5313f81913815485e0b93fa34dbfde8e41ef85ed)) - Ensure that python3 is installed for macOS 10.14.([`fdb3da91`](https://github.com///commit/fdb3da913b2a4b3a980fa62a96d43d9a68887a81)) - Ensure that http server is shutdown. This appears to hang the step.([`b9bd187f`](https://github.com///commit/b9bd187fc46068238f3c099aa50b883e5133ecb2)) - Fix Formula arch not being a proper ruby symbol.([`e4c8fe41`](https://github.com///commit/e4c8fe410c60fac1ffe7234b0221b9a5b9ffe581)) - Make a bash library for functions plus fixes.([`39cafe06`](https://github.com///commit/39cafe06638dd88a0f913bcf362db4b200d87f73)) - Encapsulate docker vs anka mechanics.([`d41548f1`](https://github.com///commit/d41548f1b5b15a1122736fdf2d53e427d1d5b843)) - Use brew tap to do a better round-trip test.([`e72813a4`](https://github.com///commit/e72813a411f50f9b4eaafca283b0a83ac8249ebd)) - Update MacOS package test logic for fresh Anka image.([`4109ec91`](https://github.com///commit/4109ec91f6164d6682d8cfa87c740988438277b3)) - Add brew package test steps.([`9dd4cf78`](https://github.com///commit/9dd4cf78f3c5880d3b18404ad82e4efa31cfba18)) - ([`f3252557`](https://github.com///commit/f325255784b1a02790481958b02e20e2cf6cce06)) - Run sync tests. Remove check that always yields false.([`f9be33fd`](https://github.com///commit/f9be33fd4ae10db96343ce8f485aae553a707e87)) - ([`3f9721d3`](https://github.com///commit/3f9721d371f3dd5b1cffd05b97ce4de0b90c69d2)) - Update base image and build script pipelines.([`105e71ee`](https://github.com///commit/105e71ee1f4f07f93f1291f3b6550cb94c08f0e2)) - ([`5f12cce1`](https://github.com///commit/5f12cce1df6eca01dfcf84c60a62ca994f0d0d39)) - Checking if boost provided by Homebrew will fix unpinned builds.([`5fc51f1b`](https://github.com///commit/5fc51f1b26d1fab8ec285a8a13f13fc25bbd38e6)) - ([`c1e2b187`](https://github.com///commit/c1e2b1878f0afacc1faba1f277f94106f69662e5)) - Remove copy of reversible blocks directory in snapshot tests([`98b8d5e7`](https://github.com///commit/98b8d5e7d33f8631771d06170ba6f62016369ccb)) - ([`67f0834d`](https://github.com///commit/67f0834ddc2e1ff28f91c1768fde1a3b89cc0ca7)) - Update check string to catch other repo.([`b7df26e1`](https://github.com///commit/b7df26e1ad58302234d30df799a20a4d71da50b1)) - Disable docker interactions for security-like repos.([`4580aef9`](https://github.com///commit/4580aef943053ee35fa9348c0cfe371ba72592a3)) - ([`e57a1eab`](https://github.com///commit/e57a1eab619edffc25afa7eceb05a01ab575c34a)) - ALWAYS print the wait step([`06b56e3f`](https://github.com///commit/06b56e3feade2633d03c45922b6b3d3a3470790e)) - ([`90919fde`](https://github.com///commit/90919fdebd2e58816261206bf2df144893a0af70)) - Add TIMEOUT to eosio-test-stability documentation([`98fb612d`](https://github.com///commit/98fb612dae9f22e531a3fa0b96b1a539a9e8692a)) - Allow $TEST to be overidden by $1 in test scripts([`cc81e21e`](https://github.com///commit/cc81e21ed659d30fe43fc0299ef9a77a2708b1fe)) - Fix erroneous annotation([`d9d23037`](https://github.com///commit/d9d230379f8d6fce180365efe88334cd39a1124c)) - Update documentation links([`1069a2d9`](https://github.com///commit/1069a2d9bc49cf62eed34af0daef540a23f67698)) - Include test metrics step in test stability runs([`42d9c65e`](https://github.com///commit/42d9c65e5c2e31a96313f1dac18ccc92e2e53a75)) - Update documentation([`4a45d59b`](https://github.com///commit/4a45d59b42b8e13c4a16d3dfc0f26d9140be4818)) - Fix link to current documentation([`808c7531`](https://github.com///commit/808c7531c935d4a82786067301a661acccab6cbd)) - If they want to run every test, just spawn the jobs like normal([`2cbae14e`](https://github.com///commit/2cbae14e8e6cbc4e28dce2f06e6135f3785242f6)) - Add guard against users spawning too many jobs by accident([`e26f7a5b`](https://github.com///commit/e26f7a5b1be696dc4db8c959c56a433a5c19df3f)) - Exclude docker build and install step when TEST is non-empty, too([`6f968d34`](https://github.com///commit/6f968d34823945c173b6df860b72d4ee56a2e76c)) - Remove extraneous newlines([`5d2c86d3`](https://github.com///commit/5d2c86d362f69c62c4fbdb32b31908a778b10705)) - Put default ROUND_SIZE back to 1 because it is used for all builds now([`25beda9a`](https://github.com///commit/25beda9ad81cb4da024b1f302d73f2f2986b6967)) - Consistent TIMEOUT formatting([`abbbd1b7`](https://github.com///commit/abbbd1b7546e64fe851cfd6473f0593f16e788f3)) - Support ROUND_SIZE([`b46f0635`](https://github.com///commit/b46f0635cb44343d89a64b27611d1bea6b0bee6a)) - Support PCRE test filter([`8ba32b63`](https://github.com///commit/8ba32b631f59c2c38f273ec72efde00c4ca2943f)) - Only create serial test steps when TEST is non-empty([`183bcb17`](https://github.com///commit/183bcb1768b688831669035286ca22254c77981d)) - Alphabetize test steps([`effca93e`](https://github.com///commit/effca93e42cdcc2b9cf4e3d6e8e5c41e0b33f354)) - Fix step retry count([`dcfb1e6b`](https://github.com///commit/dcfb1e6b9288e5e7a9e223a11c1aab49440a10d0)) - Support running the pipeline upload script locally([`755a4e4a`](https://github.com///commit/755a4e4a4e83c265c5b0fd8604992abd3bafea8d)) - ([`3a5afb99`](https://github.com///commit/3a5afb9935a724674b6e9880cf7826589282325d)) - Try small Anka nodes.([`93aaef1b`](https://github.com///commit/93aaef1bc4a7966cc83ae59bb3a65c5f1f8c7815)) - ([`e0d3e2bc`](https://github.com///commit/e0d3e2bcf0470c04621a10faa73deff04190495d)) - Break out subscript since the repo is available.([`5deca541`](https://github.com///commit/5deca541d02b932a4550afc4521ca603f667c485)) - Add linux package artifact tests to pipeline.([`a6ce03ea`](https://github.com///commit/a6ce03ea563f57b1b2345623afba39663d2e75e4)) - ([`90a7fab3`](https://github.com///commit/90a7fab3d43f1699ea8898c477013bb33a2d22c0)) - Add usage section to eosio-blocklog util :doc([`9b140563`](https://github.com///commit/9b1405633be4c57b2cc99c0e8f3e970b33807eef)) - ([`9bc5a326`](https://github.com///commit/9bc5a326e73006afdc9e242cd82c14fbec13a7f4)) - ([`c9f222b2`](https://github.com///commit/c9f222b2265656c1f1fd70ea6cb9d5683776f32a)) - Minor edits on how to create an account :doc([`c4a7a5f8`](https://github.com///commit/c4a7a5f8d260121acc0f0bdd794074339c6fe553)) - Applied new how-to template([`908e7474`](https://github.com///commit/908e747423e36a779ba63027bc0ab3a4af51dcb2)) - ([`96282110`](https://github.com///commit/9628211020d59313c50e6505b76edd0c45d85487)) - ([`2082bcdd`](https://github.com///commit/2082bcddc888403d3bc322df7b57bf2d6f31c530)) - Minor edits to how to create key pairs :doc([`c323866d`](https://github.com///commit/c323866db4223e61ff957e89fbbc3cdfadaac32e)) - Applied how-to template([`def42733`](https://github.com///commit/def42733bf8ebb82bb1683bf05743b34fbc6dd5f)) - ([`fbb9109f`](https://github.com///commit/fbb9109f3954c79b272d91158f3ab0a221d1c8a3)) - ([`7d2aa13d`](https://github.com///commit/7d2aa13d467ef160f84780608cb4c89f297e2db8)) - Minor edits to how to get transaction info :doc([`11c9de40`](https://github.com///commit/11c9de4092625db84d3cff96f68c8d47c1f30a27)) - Applied how-to template([`8183a436`](https://github.com///commit/8183a43671a96e49d980e32b1c0d00015922fb6a)) - Applying docathon feedback([`8292bd33`](https://github.com///commit/8292bd33eaa6d867b261b36f7b1d781fd15d1453)) - ([`808fcfe1`](https://github.com///commit/808fcfe15c68d3a7ac26d4f5f90106c51f90f897)) - Applied how-to template([`fe6b7e2c`](https://github.com///commit/fe6b7e2c7f82ba8e8752803a442603b4c2894a1c)) - ([`938ed3cb`](https://github.com///commit/938ed3cba16098f4870e32ef67e0075b5c8eee71)) - ([`56f495ab`](https://github.com///commit/56f495abb04bca613119a064d31665a841ce8ff1)) - Various edits in how-to import a key :doc([`13c1c0eb`](https://github.com///commit/13c1c0eb1f3e404f8872f4b4f252e37ea6540280)) - Applying revised how-to template([`644487c2`](https://github.com///commit/644487c220767621f9bb71ca23feb0ce0a3f355f)) - Applying docathon feedback([`438640d4`](https://github.com///commit/438640d44d620301d07043f7f23b8ea41adc47a8)) - ([`b8d1fb3d`](https://github.com///commit/b8d1fb3d833f2847c1b8a5d86c373c74c1e6d1a2)) - ([`d8d94f7f`](https://github.com///commit/d8d94f7facebccc3c926a1d6420516d3702b1d53)) - ([`dae74b3e`](https://github.com///commit/dae74b3e8e6e5b4aea78c03e6d2f30f2a1ba66cf)) - Add edits from PH's review :doc([`5d74374d`](https://github.com///commit/5d74374d3ccb215fbdc593c77aef3f10b4c2a809)) - Improve cleos net status command reference :doc([`9a302801`](https://github.com///commit/9a3028017a87fe9b54f3edb38f7ca4e7a908afb0)) - Improve cleos net peers command reference :doc([`ceed6bc5`](https://github.com///commit/ceed6bc548d8e5686a266a72185bf78aa6f4f30a)) - Improve cleos net disconnect command reference :doc([`f801c997`](https://github.com///commit/f801c997fa7c5a4c22289315f71665682bfaaf6a)) - Improve cleos net connect command reference :doc([`22d94613`](https://github.com///commit/22d94613ecf3ddf4dc7e7df4ced7aee9cebd2991)) - Improve net_api_plugin description :doc([`4d817a5d`](https://github.com///commit/4d817a5d1f78e47670883dbb3857d7fee1189e51)) - ([`6b582ba4`](https://github.com///commit/6b582ba4e21eace7d18d602fcb7cb206919dbfbf)) - Bring in lib([`ee02bcbb`](https://github.com///commit/ee02bcbb0d6102ee8893e00ec1ccc79cceefae86)) - Fix bug I introduced to submodule regression check([`57d73628`](https://github.com///commit/57d736287e42c7ea501c2ba836d8d4ee47fb4759)) - Better support for arbitrary branch names in submodule-regression-check.sh([`351fa8ee`](https://github.com///commit/351fa8ee34b75ca2d8b770bc5363da88d5eb6419)) - Don't forget installation-build.sh([`a36f8ca3`](https://github.com///commit/a36f8ca35b3638e07d01bcd691530813e04e020d)) - Try using relative links instead of hard-coding branch names([`48058f0c`](https://github.com///commit/48058f0c212d36fd860a136345ccdc9b4b7234f4)) - Maybe fix YAML syntax?([`2113eb68`](https://github.com///commit/2113eb68547945d17c020da9801ddef19d29758f)) - Add eosio-debug-build pipeline([`bd375189`](https://github.com///commit/bd375189521506c805b27dbaeca46efc22e411ae)) - Fix print statements since generate-pipeline.sh is piped to buildkite-agent pipeline upload([`52d3b2c2`](https://github.com///commit/52d3b2c29185f07d7cf2f4c782722a3315df1beb)) - Only upload pipeline documentation once; link to GitHub([`b3091e8b`](https://github.com///commit/b3091e8b7f940fa68f4406ee735a1fa28d0bee2a)) - Only show intro paragraph by default([`6d72c430`](https://github.com///commit/6d72c4309fbb23f7ec448721b93a24547bf307ee)) - Update "See Also" section([`91dcda61`](https://github.com///commit/91dcda61109eba7730631804ef8021ae541382fd)) - Update eosio-build-scripts description([`e55c79a9`](https://github.com///commit/e55c79a9bfb46fe3203a06bd74a059c0ab026f1d)) - Update eosio-big-sur-beta description([`f8f89a8a`](https://github.com///commit/f8f89a8abaac67580d74fa664b57867b04cb3827)) - Update eosio-base-images description([`72ef2862`](https://github.com///commit/72ef28627729ab33eb1939805a9634c9dc791039)) - Update eosio-sync-from-genesis description([`0d7ea184`](https://github.com///commit/0d7ea184e0025654be8d9483601a5f85fd00c994)) - Update eosio-resume-from-state documentation([`f1db30ef`](https://github.com///commit/f1db30ef0879ee37da035e3a166b4f4d9c979aa3)) - Update eosio-lrt description([`b611df69`](https://github.com///commit/b611df69f79ea3a4562f858da716ddd907899d1a)) - Don't forget nightly builds([`f9ceee8a`](https://github.com///commit/f9ceee8a06c6292022e8dcc8cf7b52865f874b77)) - Update description for eosio and eosio-build-unpinned([`84880119`](https://github.com///commit/848801190a0150a685ceebd52d3acea4b61c4d7b)) - Add eosio-code-coverage pipeline([`85c9aacb`](https://github.com///commit/85c9aacbc0fa182a286e97ae6fd895aefc8bc543)) - Add RUN_ALL_TESTS variable([`338e476a`](https://github.com///commit/338e476ad5c56140f9ec09c94a4b9cc60f1cdbcb)) - Expand intro paragraph([`b3e4f625`](https://github.com///commit/b3e4f6254fa28ad85233ee9a0905c7e916cfcae2)) - Alphabetize pipeline table([`8926ba11`](https://github.com///commit/8926ba119c003470c6626f9a2c5e0813dda3a3fa)) - Moar words([`1095d40d`](https://github.com///commit/1095d40d3b49fb93a58e3cc614b6ec5e99e1d5b6)) - CentOS 7.7([`b0b5c2da`](https://github.com///commit/b0b5c2dad954603814d7babce59d9cd350376bf2)) - Break plaform SKIP_ vars into their own section with statement on order of operations([`20938c22`](https://github.com///commit/20938c22a8aa5c2c0b4af808d5c20b44aebf43dd)) - Less text([`72f0ee7d`](https://github.com///commit/72f0ee7dc0651b5f3d1cf34cfad41d5e94cceec7)) - Make "Variables" and "Examples" H3([`f5e97270`](https://github.com///commit/f5e97270b3eaa950a57a090f138e10ce3e77b17e)) - Write "Configuration" section([`1fa4deb8`](https://github.com///commit/1fa4deb8afd5f806f2cd0ebea2ea624101d3b6f9)) - Typo; Concise([`9eeec1ce`](https://github.com///commit/9eeec1ce708fd5834563a03399944e0cbac0c202)) - Make "Pipelines" section H2([`f3ccd872`](https://github.com///commit/f3ccd872c1b0ccb232e9afe2595201f9ab5d69e2)) - Move "See Also" section in CICD README.md to end([`a415b7e5`](https://github.com///commit/a415b7e578c796ebc807d8230190630d20a37fc0)) - Simplify variable names([`db1b1349`](https://github.com///commit/db1b1349026a08c28226d5bc16a7c82046538684)) - Rename "EOSIO_REGS" to "REGISTRIES" so it can't be confused with $EOSIO_REGISTRY accidentally([`c2fbf50f`](https://github.com///commit/c2fbf50f0af5379b2983b6561aec54a849df2e7d)) - Fix bug when sanitized branch and sanitized tag are equivalent([`09f55490`](https://github.com///commit/09f55490fc3df516d177ef0df9af4382b3ef6a79)) - Sort([`e62b168d`](https://github.com///commit/e62b168d011bd249b89d9e869241d8b9695f74a5)) - String quoting([`25e835e0`](https://github.com///commit/25e835e0320791566da1937b8454d7c4709a9bbd)) - More unique image name([`e389b3a4`](https://github.com///commit/e389b3a40b5e26c3c3f423796a83a59af4598a6f)) - More useful print statements([`c63de1c7`](https://github.com///commit/c63de1c7fb2d0a9b09f537ed96a1d93d415eb1bf)) - Add log folding groups to docker build step([`8e34593a`](https://github.com///commit/8e34593a2d9589265d662f3550b5c65e6cefd92c)) - Whitespace([`ab658a7d`](https://github.com///commit/ab658a7d0277adcf125215ae1a41b600621bf180)) - Remove duplicate print statements([`c50750e2`](https://github.com///commit/c50750e2c3b99da4bf83d3d32d3f01f8ad02c78a)) - BUILDKITE_TAG could be non-empty while SANITIZED_TAG *is* empty([`0b012d83`](https://github.com///commit/0b012d83da1211cf79bbfef0a506cb00557be75c)) - Add useful print statements showing how git references are being transformed([`1cae367f`](https://github.com///commit/1cae367fc2c668c4852b02d4144e923178ee47e9)) - Use common sanitize() function([`963da622`](https://github.com///commit/963da622e2782f8dda2beb68f4e274b02ea52d1c)) - Write function to completely sanitize git references for use as docker image tags([`97293131`](https://github.com///commit/9729313133ea6197f3792483a7d79d489c15a59d)) - ([`2a1fbe01`](https://github.com///commit/2a1fbe0197cc6448a9f7ddb4e10fdb5649b5fea7)) - Net_plugin bugfix backport of PR10349([`43ba76e7`](https://github.com///commit/43ba76e7ae76bbbc0974f85bd3e74b99df08eaff)) - Bump fc to head of 2.0 branch([`9a1cdb8c`](https://github.com///commit/9a1cdb8c0be96050910bf4c40a69762da3b68d8f)) - Whitespace cleanups([`2981cb59`](https://github.com///commit/2981cb596e942023588536856333ae40fd9b7a68)) - Bump fc for fix to test_webauthn([`46818e85`](https://github.com///commit/46818e85954ce92a4b420508b05d821411e7cd50)) - Stop linking eosio_testing to boost unit test framework([`2b1224cf`](https://github.com///commit/2b1224cf19219d0026f3af12481fe99916344716)) - Txn_test_gen_plugin depend on eosio_testing_contracts not eosio_testing([`0cdb5f29`](https://github.com///commit/0cdb5f29d38a7696450eeb97012911b3f8e71d76)) - Migrate contracts.hpp.in to separate target([`768c7dcc`](https://github.com///commit/768c7dccc985ee3659aaf9ca9ae5c77e961482ba)) - ([`ffce82f1`](https://github.com///commit/ffce82f181bc891cd013d41d92848eababf105d5)) - Throw exception and provide rationale([`b2a83f8b`](https://github.com///commit/b2a83f8b98a758228564a439c9f5cdd05afee082)) - Just call app().quit()([`aa20b4c3`](https://github.com///commit/aa20b4c3a31dc4d0b1fd13c76315217032beb35c)) - Exit on write failure([`3c1e5109`](https://github.com///commit/3c1e510922d8a7c69b84a40c3f49e43aef5591ec)) - ([`e3524f1b`](https://github.com///commit/e3524f1bbab267194de4161b81f231cb39c211eb)) - Update to fc with large datastream fix([`38dceb63`](https://github.com///commit/38dceb63e2a057eee71eb12f9cc94e79aff7baae)) - Do not limit history_pack_big_bytes to uint32_t size([`8a7aeae2`](https://github.com///commit/8a7aeae26d3eee3210b07ea058cdf1dcbf7d802c)) - Update to fc branch with datastream write of >uint32_t size([`524f65ad`](https://github.com///commit/524f65ade022d32b2f45c25aa2877c85cb491e13)) - ([`59bd0028`](https://github.com///commit/59bd00289d77ba89aeec130b0f164c005677b879)) - Add annotation in pipeline runs.([`0ad3c3cb`](https://github.com///commit/0ad3c3cb381877ec2b94a65361fc2939fece44f1)) - ([`58865f44`](https://github.com///commit/58865f447ee5bd11ae50f7c4e9560852d5392868)) - Add eosio 2.0.12 release notes to dev portal :doc([`df4a2773`](https://github.com///commit/df4a2773f23673f768254591e0f019d1a1ac4d1f)) - ([`86e4ce6f`](https://github.com///commit/86e4ce6f33b1a9679d6464d06450a712e72c7aae)) - Bump version to v2.0.12([`c36217be`](https://github.com///commit/c36217be23da66d4ff7f2d96835b3bbbcf9c1937)) - ([`739b5841`](https://github.com///commit/739b58413c9162b2a8c0cef1ad65be0eca225800)) - Consolidated Security Updates for 2.0.12([`8eb09159`](https://github.com///commit/8eb09159713b4b1bb630cf625308a99bb94f7eee)) - ([`e4ee6d48`](https://github.com///commit/e4ee6d48583b5b97c3503f2c5f2890ac9105140f)) - Fix a missing compile error, sorry([`faaadc50`](https://github.com///commit/faaadc50ef31c21ca268384d0d87da6686b5762e)) - Use account_resource_limit to store subjective CPU billing limit and display subjective cpu bandwidth only when it is valid([`810a28dc`](https://github.com///commit/810a28dc158a08e4468417d6cba85b9cc25f249d)) - Find producer_plugin at startup and display subjective cpu bandwidth only when it is greater than 0([`4cc445a6`](https://github.com///commit/4cc445a61bda3cc896688bb989a326b6b0991b4d)) - Make subject_cpu_bill optional so all versions of cleos can work([`25b0b37a`](https://github.com///commit/25b0b37a220275b66885223aa18ff4fd44bd0391)) - Make subjective cpu billing a separate entity in cleos output so that it is easier to be seen([`878e52af`](https://github.com///commit/878e52af6751560d460bd81d9ce193e2ad4a78ae)) - Export get_subjective_bill from producer_plugin and populate subjective_cpu_bill field in get_account result([`a61dd835`](https://github.com///commit/a61dd835f8445b9694008f8f386157cf71cccb31)) - Add cleos support for cpu subjective billing([`20608dcb`](https://github.com///commit/20608dcbb11ccfdce4644e46487d1bf2a71654b6)) - Add subjective_cpu_bill to get_account_results([`628e7209`](https://github.com///commit/628e72092d8fa8962317d3be7d2ca6b42b1962d5)) - ([`8c587de8`](https://github.com///commit/8c587de871ff40ead1d05d8f6b017f605c8fa584)) - Update boost download links([`1f13e7c5`](https://github.com///commit/1f13e7c5c4af8689c820e9b761066539415fb4db)) - ([`8d8319b5`](https://github.com///commit/8d8319b555433a51753a85bbeac34ca09b523cc2)) - Fix missing symbol([`84f6838e`](https://github.com///commit/84f6838eee7eda9baef385622a372134fa2def43)) - Support providing git tag via environment variables in addition to argument 1([`dd7d9336`](https://github.com///commit/dd7d9336f065f1ef5bf82bc0850c6d7990362161)) - Test now works with full git tags, not partial ones([`709d4e3d`](https://github.com///commit/709d4e3d24e099d9eb8059a814e151dfe8dd60e9)) - Support providing an expected value from outside the test (and without git or CMake)([`83adc3fc`](https://github.com///commit/83adc3fc1e9963310b4ddd12ae766f3d97f3b794)) - Support getting the commit hash without invoking git, for testing --full-version on a clean Linux install([`a3e5978a`](https://github.com///commit/a3e5978a97b47a04e5058562d06a1be61cdeea5c)) - Consistency is key([`1a9f9a09`](https://github.com///commit/1a9f9a097f224b74350374d298bcea85573f2039)) - Use a variable for CMAKE_SOURCE_DIR([`41494368`](https://github.com///commit/414943689f164586eb86a74f2148da31287ca4a0)) - ([`94b39de5`](https://github.com///commit/94b39de51bd322760886f74060c9fcba018bd102)) - Add eosio 2.0.11 release notes to dev portal :doc([`cbfa766c`](https://github.com///commit/cbfa766cc052966b9926a93622d622de30b5d5e8)) - ([`934d9d62`](https://github.com///commit/934d9d62368a172445db03c51e52a23c09757e4a)) - Rename EOSIO_ROOT to BUILD_ROOT as the name is misleading.([`8e24c63c`](https://github.com///commit/8e24c63c5d322d57bc8e90a8d7cbf2db4035188c)) - Updating nodeos parameter tests to use cmake locations.([`2855d038`](https://github.com///commit/2855d038ec89cb309a55d5ecf895c632594a8745)) - ([`bbc8387e`](https://github.com///commit/bbc8387e42eb76fceffd7034ff2cb75e67fecbf0)) - Update other pipelines.([`46b74fe0`](https://github.com///commit/46b74fe0ae78c47f3c39118ad462ec370b8b067f)) - Improve timeouts occurring on Anka builds.([`80a0e624`](https://github.com///commit/80a0e6241a7187f43c4994ec97312987b39681fd)) - ([`d91e2efd`](https://github.com///commit/d91e2efd9c3504393adcd6d8e20cc5d770906e30)) - Bump version to v2.0.11([`4bc802b3`](https://github.com///commit/4bc802b37f41d00b396dcb80cedc2fea1189f70a)) - ([`226f5200`](https://github.com///commit/226f5200b5b920cb386ba9c758e7de0a94df8820)) - Consolidated Security Fixes for 2.0.11([`0518b52d`](https://github.com///commit/0518b52dbac443ae1f1391dbc61cf7279e4a9cb4)) - Chainbase submod to v2.0.x head([`34963cf3`](https://github.com///commit/34963cf398a16f62ec86ca6ddf254fc5192394d2)) - Sync chainbase with new include([`642f3b74`](https://github.com///commit/642f3b7435030d36ff6125c25752817d2bbfa70e)) - ([`ccc288bc`](https://github.com///commit/ccc288bce7c07d6bf65dbac6f70687d47f3eb5ce)) - Move eosio-resume-from-state documentation into a readme file([`19a1268c`](https://github.com///commit/19a1268c265aaacf3e6f656ca2d059f7aad83177)) - Set explicit fail on bad command.([`0a88965e`](https://github.com///commit/0a88965efc622f7fad5841daa921dbdbe16e3a6e)) - Ensure that Anka Unit Tests have expected flags.([`e1ddda9c`](https://github.com///commit/e1ddda9cb91573381407f15993649dce11dbabc4)) - Updates per code review request.([`79cffb22`](https://github.com///commit/79cffb222d3b6047320ab34607d181a4868d6cbe)) - Anka fixes for sed weirdness.([`e4a7c907`](https://github.com///commit/e4a7c9075d1c935d26d1ca419f08593978765872)) - Updating print-build-info to get data from pinned build scripts.([`b4453e9c`](https://github.com///commit/b4453e9c99c29d63285c07b615acdaf10e7107c9)) - Simplify how full-version-label test gets the eosio VERSION_HASH.([`6327c33f`](https://github.com///commit/6327c33fdaff6e171023b3f4e334633c4a7283eb)) - Verify that nodeos returns "0" exit code.([`744302e7`](https://github.com///commit/744302e74513bbc7040d100befdff2e67fdb6297)) - Fix version-label tests pass output.([`b6dc160f`](https://github.com///commit/b6dc160f62711880038c95130c523e75f1542f07)) - Run these tests against any builds.([`ee6e8529`](https://github.com///commit/ee6e852977b4899b246940bbb9ae9631bf9def6d)) - Adding test for nodeos option --print-build-info.([`0a34040a`](https://github.com///commit/0a34040a5c6fad9ce49b201c71560375fcf5849b)) - ([`e929ab59`](https://github.com///commit/e929ab59b8833d9ae70637c7d5bf3a871d93a6f5)) - Never fail to remove the container.([`5844b8b8`](https://github.com///commit/5844b8b880af08473b91958c004f420620fa93a9)) - Fix problematic docker publish steps in tagged builds.([`94bb9379`](https://github.com///commit/94bb937953ccd61ed5fbef7241e558af859fd078)) - ([`c74b04f1`](https://github.com///commit/c74b04f14f0574c9e906739d0dfba8fcc8c04c77)) - Add eosio 2.0.10 release notes to dev portal :doc([`5c039691`](https://github.com///commit/5c039691bbcbb4473c649a5ce8aafbdc56eea84a)) - Add eosio 2.0.9 release notes to dev portal :doc([`ff129dcd`](https://github.com///commit/ff129dcd3de2e3b1a67147551d259da4f359cb43)) - Add eosio 2.0.8 release notes to dev portal :doc([`d3e6aed7`](https://github.com///commit/d3e6aed712639090a1785532c51a592305c73eb3)) - Split 2.0 release notes into multiple patch files :doc([`deb88890`](https://github.com///commit/deb88890a108297892723776342e8511b5a0c52f)) - ([`f651c24d`](https://github.com///commit/f651c24d8024a92533b04be3bacd013b9b2c1e3f)) - ([`d5ba74b3`](https://github.com///commit/d5ba74b33f9cb6beeead3207daba00d3b1a235fe)) - Bump version from v2.0.9 to v2.0.10([`941bf030`](https://github.com///commit/941bf030654c99fbb2a360ede38b9576f1a3830c)) - ([`c2858d61`](https://github.com///commit/c2858d61aa887881d7c327cdfbb58988c81413d4)) - Consolidated Security Fixes for 2.0.10([`9c254a9c`](https://github.com///commit/9c254a9c3566768d0035ac58771a4c7bf7e86e56)) - ([`6cdfb9f3`](https://github.com///commit/6cdfb9f3006f5f5df25f8de0e0fb35e0501fc178)) - Ensure the boost dependency is listed.([`bfa37421`](https://github.com///commit/bfa374219dc22257af75224c028efba0c684c6c4)) - Confirmed boost is the issue.([`29901dd6`](https://github.com///commit/29901dd651ef3ebe3ada54e5038cdda8d4d36cb8)) - Maybe boost isn't fine. Try pinning boost version.([`1b12bd95`](https://github.com///commit/1b12bd956d42a51ea0af8682007d2f75aec19f0c)) - Boost appears to be fine locally. Try using known cmake version.([`61683f82`](https://github.com///commit/61683f82e5e985d072982bc51d0d06126b47dcbe)) - Pin cmake and boost versions for unpinned builds at this time.([`cbd1e6e1`](https://github.com///commit/cbd1e6e1b6e4a98ffbb957f2b4f5bc4b7adb4a6e)) - Rename how-to list all key pair file :doc([`f1027626`](https://github.com///commit/f10276264fbe31e44f6eea6f1cd8524aafd79f36)) - Various fixes in how-to list all key pairs :doc([`1bd6538f`](https://github.com///commit/1bd6538fe5d20eadb966e39cd5b3ecc936718678)) - Applying revised how-to template([`c93d03f4`](https://github.com///commit/c93d03f4e87120a6e3a55c27bfcaa31f576a8c6c)) - Applying docathon changes([`dac68c33`](https://github.com///commit/dac68c332f950f3872ba827a4d6fe7808f8fb4f9)) - ([`ee4b0db4`](https://github.com///commit/ee4b0db4f2bab90ff838a6bc1269e40ffa50fc50)) - Support skipping public docker build step([`63d31325`](https://github.com///commit/63d31325e17e32521251be8f588cd2a24a6f22d3)) - Clean up container by commit without platform type, should it be present([`a33e3ae1`](https://github.com///commit/a33e3ae173ad9dd7d390c651910996e305811baa)) - Don't ever fail while cleaning up images([`e287137e`](https://github.com///commit/e287137eaf744c11f31143986f49aa452bed8459)) - Avoid hitting Docker Hub in docker tag/label step, where possible([`f5af2df2`](https://github.com///commit/f5af2df2a4c4c3a36588e4ab8c0775472ee65f0e)) - Generic names([`a52fc1a4`](https://github.com///commit/a52fc1a40072b0bab324d195453ab317d32f82d2)) - Bug fixes([`81eba82b`](https://github.com///commit/81eba82ba8c700fb543b974ff6f0a96bb31f8c35)) - Simplify variables([`47733e5c`](https://github.com///commit/47733e5c781cde4e6a6d6fa1954be34060554b65)) - Don't check manifests at Docker Hub unless absolutely necessary([`09d1baa9`](https://github.com///commit/09d1baa9ff86d6948f231b6e9e9d565cfb3be383)) - ([`252635dd`](https://github.com///commit/252635dd274fde38d3b3b1170fbe6f9f2208860b)) - Improve logic for unlinkable blocks while sync'ing([`da07e4db`](https://github.com///commit/da07e4db2f91335fd45b3e15d246398b059fb26c)) - ([`de92cceb`](https://github.com///commit/de92cceb2b07818f4ecf72886ff733301a589230)) - Fix skip vars being set to null.([`fe115aec`](https://github.com///commit/fe115aec121657bb6d48660e05472b224a06e53f)) - ([`ca36acd8`](https://github.com///commit/ca36acd8ff28fff61f65ea0405771a671a8b7a3a)) - Update how-to delegate net resource :doc([`f819d573`](https://github.com///commit/f819d573d43843982ce50b5d5aa8472e1a010b2f)) - Update how-to delegate cpu resource :doc([`7bafd42a`](https://github.com///commit/7bafd42a73c72f20241711e8d2d32257db3b4a51)) - Update how-to create a wallet :doc([`b01013e8`](https://github.com///commit/b01013e8c0e07fd64c9419f9b045106ee0f45855)) - Update how-to get block information :doc([`f8e59867`](https://github.com///commit/f8e59867db6593ae18496890644309d18dbdd681)) - Remove cleos how-tos index file to prevent empty page from showing :doc([`18d6ed8d`](https://github.com///commit/18d6ed8d5a637c495534b2379180508e5d3e725a)) - ([`c952d401`](https://github.com///commit/c952d401f54a1583b7a5535ee05a097b327c2337)) - EPE-389 net_plugin stall during head catchup([`4800c3fc`](https://github.com///commit/4800c3fc85a8d410a9f8f9df225ed45d90774a8f)) - ([`74a94570`](https://github.com///commit/74a9457012aef229550f9fc5215611fbd50aa675)) - Another ****ing whitespace change([`3d342b6a`](https://github.com///commit/3d342b6aaa6c38279d871d122f9af5fa12e6ea06)) - Fix YAML whitespace -_-([`17c4e71f`](https://github.com///commit/17c4e71f819403f97923626fb9660b7ccc6120c3)) - Re-work SKIP_PLATFORM variables....again([`f063041e`](https://github.com///commit/f063041e7a7bd6654dac89d0af207a8259634ccc)) - Fix whitespace([`f5efd5d1`](https://github.com///commit/f5efd5d1fa8ef2b23f2c461621979432a0d4018f)) - Re-work how the SKIP_PLATFORM variables are constructed and parsed([`604e404e`](https://github.com///commit/604e404ec913b3ca6c7bd7213ce84c0719fd7d7b)) - Support overriding SKIP_OS variables from inside generate-pipeline.sh([`e0c8f177`](https://github.com///commit/e0c8f177ad1d56111fde08bcc5ee70132929c038)) - Add logic so the eosio-debug-build pipeline can run older branches which have yet to recieve Ubuntu 20.04([`64fca908`](https://github.com///commit/64fca908055c445ed1456b2cdbc4e77a6f81b4c0)) - Don't forget to delete the extra package builder steps you created([`edf10261`](https://github.com///commit/edf10261bf50a6f98ca5942daa8398e7d6574bd9)) - Rename CMAKE_BUILD_TYPE to DCMAKE_BUILD_TYPE([`7c32481d`](https://github.com///commit/7c32481dc9f995e43a1ad20f310b0078dfbec7c8)) - Skip tests for non-optimized build types([`d8ad4a13`](https://github.com///commit/d8ad4a13bc81016fac49f93b216074eaa99557d4)) - Make the build type configurable for all builds([`8a0ecf5a`](https://github.com///commit/8a0ecf5adbc08e6e6f6bb67356ed1a7e3f1a419b)) - Remove debug builds([`c4cd191e`](https://github.com///commit/c4cd191e2e9f4cad4bf0142041cbe8a36265c97d)) - Older releases still don't have Ubuntu 20.04([`c66773fb`](https://github.com///commit/c66773fbd1d2f012fa52724ac96e25f32d057321)) - Disable debug builds for the unpinned pipeline because it excludes the package builder step anyways([`756d5445`](https://github.com///commit/756d5445aaf692747d21bde637d8873f36d20da0)) - Add RelWithDebInfo build([`e6385377`](https://github.com///commit/e63853774e0b3ccc3a18280929d30caf7dec8c2d)) - Provide mechanism to skip debug builds([`64f56af9`](https://github.com///commit/64f56af96694777142a30a3891a7f16474ac3e1b)) - Add debug package builder step([`17b89ccc`](https://github.com///commit/17b89ccc95a6207fcabd81898a0ad5a79911875f)) - Add a debug build for the latest Ubuntu([`f97fce73`](https://github.com///commit/f97fce73ade07f431860087737caa41b2e99e72b)) - Support changing the DCMAKE_BUILD_TYPE parameter in build.sh([`cf623f03`](https://github.com///commit/cf623f039f9f7eb244f8dac3939ce3d66cdde57d)) - Isolate latest Ubuntu version from PLATFORMS_JSON_ARRAY([`f9a5db80`](https://github.com///commit/f9a5db80a41c2b0261a84a65d5ad81814d35f047)) - Fix syntax error([`4f0e2e8c`](https://github.com///commit/4f0e2e8ca35db64be509d7f56ad4e5e5e381a3ae)) - Add debug code to print in the generate-pipeline.sh([`6b096ab8`](https://github.com///commit/6b096ab85accc6124d7cc0e0482222928fc509d3)) - ([`c6e85dcd`](https://github.com///commit/c6e85dcdadce431680255561f919b122d554d2ae)) - Updating to the new Docker repo name EOSIO instead EOS([`71c1d12f`](https://github.com///commit/71c1d12ff14ab2cc715f993c09628c0a8da359ce)) - ([`e1e8bc96`](https://github.com///commit/e1e8bc9623411ff76dccdc90225e6dbf1cec5da3)) - Use llvm-mirror repo for CICD builds([`3e74fc85`](https://github.com///commit/3e74fc851366823809fbaea291e9dd28d91bb89c)) - Initial fix for local build([`399ab865`](https://github.com///commit/399ab865a0158b39f7b43cc964c4c6e90f50f9c4)) - ([`7c542c97`](https://github.com///commit/7c542c974b6626391efa5b4f6923bb1b08631345)) - Llvm 11 support for EOS VM OC([`75d214a3`](https://github.com///commit/75d214a3b5fb213e708bd7f51ea47136c0af9ff2)) - ([`2af690e3`](https://github.com///commit/2af690e35caf429452ec91b11e477b955f300b8c)) - Add step to the pipeline to build and push to dockerhub on release branch 2.0.x([`e14b2fc0`](https://github.com///commit/e14b2fc09a6a8d2d79fdcf8ab4febadeca41720a)) - ([`d7461f56`](https://github.com///commit/d7461f56f12a03463ebbfe589889cae6df1b337d)) - Bump version to 2.0.9([`ec5f76e1`](https://github.com///commit/ec5f76e12d1e00c9b8ec6ca6c3e37a597da7179e)) - ([`69458654`](https://github.com///commit/694586540625a2a380c91cbb2465a6b3edf2b532)) - Consolidated Security Fixes for 2.0.9([`c2ad122a`](https://github.com///commit/c2ad122addfffbb3ddc0d1faf773a430589a1ce7)) - ([`5463f48b`](https://github.com///commit/5463f48b1ad5db618b91699427629af060922949)) - Merge back pull https://github.com/EOSIO/eos/pull/9582 to 2.0.x, Fix stdout console logging([`dbb3f673`](https://github.com///commit/dbb3f6736c91c84bafb8dc72fa1d6716e255fd41)) - ([`c5a0f8ea`](https://github.com///commit/c5a0f8eaac5c61d2c3c77246ea19dc093796f058)) - Remove sudo command from uninstall script instructions :doc([`49cdd112`](https://github.com///commit/49cdd112b0d2e956430b2c443e61eecc55358680)) - Remove sudo command from install script instructions :doc([`9794bdf6`](https://github.com///commit/9794bdf63ef028a06782a9f2f5c8ebc062dc95db)) - ([`d34c17b2`](https://github.com///commit/d34c17b21797b4d18034f824801d28cfee81de2c)) - Separate documentation from code changes([`62549b56`](https://github.com///commit/62549b56758cb507a52d2fcd0bbac0ef946cbb93)) - Update default `code_as_wasm` to `true` to match documentation([`1fc7e9e7`](https://github.com///commit/1fc7e9e7d6afcc2141b39de2d450790e4eee0db2)) - ([`543a8aae`](https://github.com///commit/543a8aae5df496097e598f280a6f0ff73274fa5f)) - Update link for net_api_plugin([`d0a947d9`](https://github.com///commit/d0a947d955e43370a09d6991cf72ddc121c76905)) - ([`462742ca`](https://github.com///commit/462742cac54e28620e755947d60de89a052bacf4)) - Consolidated Security Fixes for 2.0.8([`75119aa4`](https://github.com///commit/75119aa470d96c1299ee58f09eca2a08e230a483)) - ([`f0326acf`](https://github.com///commit/f0326acf1a5955e8518c89667b84953ff942ae55)) - Bump version to 2.0.8([`1e186209`](https://github.com///commit/1e186209f94955c6aabcd69bd72f649ba851c7fd)) - ([`5d9dbb04`](https://github.com///commit/5d9dbb04f3f030a6455ec3e0efa960a8987dddf0)) - Colon([`d22ffd6c`](https://github.com///commit/d22ffd6c59e41dd34d41c3d8c164b00d15303070)) - Add italic emphasis on selection quantity([`bc5f72e5`](https://github.com///commit/bc5f72e5b00a9096f040cd92d798380e08bc1952)) - Whitespace([`799ec417`](https://github.com///commit/799ec4179d3b1cb507878b97f80a2a91956ce8a6)) - Add "Testing Changes" section to the pull request template([`b0819455`](https://github.com///commit/b0819455c43334ff7b2e9f183d70425b1f61ac6f)) - ([`103ce84f`](https://github.com///commit/103ce84fc1f2b0e8fd7493f84aee8cbd004137bc)) - Change workdir to repo name([`599c78b2`](https://github.com///commit/599c78b20e3bca4d1e379864524cdf76de4c38c4)) - Escape sequences([`462d87b2`](https://github.com///commit/462d87b20b66de7cb5de2368b4da72597ab608b1)) - One of those commits where you question the poor life decisions that lead you to believing this code is a good idea before you push it to the Internet([`1e92a9f8`](https://github.com///commit/1e92a9f830d7b1593353538debcd2d7d27e93ff7)) - Remove dead code; use eval([`962e4d3c`](https://github.com///commit/962e4d3c16b8c7f0222813d49c3623f20f1c20c3)) - Fix the new shell quoting issues([`cbf48799`](https://github.com///commit/cbf48799dbff777cb9a1f202458cbc6ecb0b5c77)) - Disable artifact upload for docker build and install step([`99d4ee93`](https://github.com///commit/99d4ee93aee5b629544b679ea1575f1de0df8f03)) - Fix path issue on macOS build([`62bc3f3d`](https://github.com///commit/62bc3f3d5d369ad503de2a3b688cca3223d7e616)) - Fold code blocks that aren't as important to the customer([`30fb7754`](https://github.com///commit/30fb7754f1e0e27a395bd096dcaf85e0120f4f3f)) - Restore code folding blocks which make the CI system easier to follow and look better([`3a486875`](https://github.com///commit/3a486875d15a7f6bea1daaf0e29eece879ba49ff)) - Move artifact upload back into .cicd/build.sh from the pipeline.yml([`acabe91c`](https://github.com///commit/acabe91ca25771a00f33ba6cec7d5f1ff7ba271b)) - De-duplicate artifact code in package builder step([`22db1fc3`](https://github.com///commit/22db1fc38e5eb9ef944bdfaf612a2bbd15e57aeb)) - Print build commands before running them on Linux, too([`97e7daf6`](https://github.com///commit/97e7daf625455a95ef7c116bb174109956377dee)) - Don't forget the WASM specification tests([`e6d8a00b`](https://github.com///commit/e6d8a00b9a5f6c7bdc1807ae64a48400f9d90336)) - I forgot some strings([`48bc815a`](https://github.com///commit/48bc815a34575f79d2492f2b2d4f037af13dd395)) - Fix shell string quoting issues([`965accf6`](https://github.com///commit/965accf6f9db9d5093eace0219e7f7523f740ee4)) - Print even MORE commands before running them to make this BASH spaghetti easier to debug([`d4918289`](https://github.com///commit/d4918289bac61dc691e209e7d5b4dde3a9a8b5ad)) - Support paths with spaces AND passing through multiple arguments([`d0019878`](https://github.com///commit/d0019878c12923fabb695662c20edb3d80997a9b)) - Evaluate $(pwd) at runtime so that it is easier to copy-pasta docker commands to a local machine([`72e14eb8`](https://github.com///commit/72e14eb8d614fe3581ce6eca6be0ad03f9942cb6)) - Remove dead code([`8c6f7432`](https://github.com///commit/8c6f7432c21d2b123ac6b4437b6ef358da71d518)) - ([`a0619de5`](https://github.com///commit/a0619de529f82f766952e3b4a7f01d77b31296de)) - Remove quotes where shell expansion is needed([`9986ee74`](https://github.com///commit/9986ee747281171d8745e045f4038dd2cd3a1c32)) - Support copying base images from Docker Hub to ECR to save an hour([`cd851263`](https://github.com///commit/cd8512633162749bc5bf664827cb8eb26533227d)) - Save ourselves one docker pull for the EOSIO build itself([`51a2ffa0`](https://github.com///commit/51a2ffa02baa0f2ca53c739bc4fbb3da66308b82)) - Excuse the manifest command exit status (yes, again)([`05a60fa1`](https://github.com///commit/05a60fa1c6418d42a8745a7df80a1788a6e05f5c)) - Esplain yerself([`da00b6cb`](https://github.com///commit/da00b6cb8ceab48775577be105c099977f800542)) - Add OVERWRITE_BASE_IMAGE flag to support pushing new images, similar to FORCE_BASE_IMAGE='true'([`49d7a270`](https://github.com///commit/49d7a2702837c441b244e071cc983bad50d63aa6)) - Fix BASH iteration([`1acf6fb8`](https://github.com///commit/1acf6fb8c10cb86c57663de79c80ff2a665d0187)) - Print significant commands before running them, to make the pipelines easier to debug([`4e3ae437`](https://github.com///commit/4e3ae4379503958ab10623a7d9e33a1c3364fc3d)) - Safer strings: support paths with spaces and reduce the chance of BASH code injection([`a2f93813`](https://github.com///commit/a2f938135c4cea781578a4fbac10ee499d1eef05)) - Spacing (conform to repo/POSIX standards)([`7ebd956e`](https://github.com///commit/7ebd956eb623c3b5bcf458b6a2ff8fae1fc88276)) - Source general.sh -_-([`3916b524`](https://github.com///commit/3916b5244e02306c6c0850976007497917bce4c1)) - Add support to docker-tag.sh for multiple docker registries([`dce6f32e`](https://github.com///commit/dce6f32e6c8e7c9cb7fb9daa2ff578adaac88ac9)) - Start with a tag different than what gets pushed.([`018b6017`](https://github.com///commit/018b60170baf6eda200391573f8414827b0f9699)) - Fix contract builder commits.([`8e236e3a`](https://github.com///commit/8e236e3a9e7401a3d99f482307a450a11637e6cf)) - Log commands to be executed for debugging. Make installation-build script smarter.([`f1d42f14`](https://github.com///commit/f1d42f144ed68454c41c05f4fb04a79f2eb81e12)) - Add support for multiple registries while trying not to break supporting only dockerhub.([`c9564caf`](https://github.com///commit/c9564caf62253e08334c1e142a1c9437b5d1302c)) - Excuse the manifest command exit status([`bfe10e6e`](https://github.com///commit/bfe10e6e7b8eef26e21bb715ac8ccc8976250966)) - Use export([`7aea1136`](https://github.com///commit/7aea11364cde694691a351f7bb790af6e3783dfc)) - Use vendor-neutral manifest query([`074d0c8f`](https://github.com///commit/074d0c8fef80ac250833901f8f87a688e94167b5)) - Use full docker URI([`a762b04e`](https://github.com///commit/a762b04e433da37622dc9e8fad52f8b652c0e74d)) - Print docker commands before running them([`d8c89428`](https://github.com///commit/d8c8942897f417cd01266fb62e2e804c0d7dbea1)) - Print command before running; de-duplication([`2dc4a1a4`](https://github.com///commit/2dc4a1a4bace285034cab86e149dcb31c84fd8da)) - ([`2046a51f`](https://github.com///commit/2046a51fc849b1b58ed2125a97c9ae1e75440655)) - Fixing typos on injected params for `producer_plugin::log_failed_transaction`([`b611da32`](https://github.com///commit/b611da3239259e506c5f583764596079107d1a38)) - ([`2852a0ed`](https://github.com///commit/2852a0edd34a8adb5766644055a99600fdf3c605)) - Update get_table_* with additional parameters([`f49caaa4`](https://github.com///commit/f49caaa465c6be9ff97705616fb9e84228463240)) - Update get_table_rows documentation([`b577cda1`](https://github.com///commit/b577cda1fe73af51b8f189aea50c798043dd9108)) - ([`f913f18d`](https://github.com///commit/f913f18d6fe4d0c51e51887f963cceb674a1e164)) - ([`53aa105d`](https://github.com///commit/53aa105df47c00ee6cb2fae5f49395320ed01e0f)) - Add index for cleos main commands :doc([`05b24133`](https://github.com///commit/05b2413326675fd5e9e58383c6509c9d7116f594)) - Add link to accounts protocol in cleos set action permission command :doc([`96a0db9f`](https://github.com///commit/96a0db9f75ee415c1ab287d095acc9cd2bb3f607)) - Add link to accounts protocol in cleos get account command :doc([`afd98533`](https://github.com///commit/afd98533bbf022e326db7060841e839391d7dca7)) - Add link to accounts protocol in cleos set account command :doc([`0728147e`](https://github.com///commit/0728147e9ae09e71be5fe9338b67e96e6e99fea7)) - Add info callout about JSON input on cleos set account command :doc([`560af9ad`](https://github.com///commit/560af9ad52261cde8268c3acdd897f29a753e68b)) - Remove inaccurate statement on cleos set account command :doc([`f148df56`](https://github.com///commit/f148df56f9a81cc2f27a0b8bceee0c4b96bc78f7)) - ([`3280454b`](https://github.com///commit/3280454b95f3aedf5beee463ee509af0e1bac954)) - Update account description on cleos get table :doc([`f59ee574`](https://github.com///commit/f59ee5746fa67b9345fa8626cbc0bf1f6468211e)) - Reword key-type option description in cleos get table reference :doc([`e1b78885`](https://github.com///commit/e1b78885fd95ae2d4d79da3d73b7375e9e6c9c31)) - Update cleos get table reference :doc([`1d00f54a`](https://github.com///commit/1d00f54a1a599e9e5d3ef768ef951cd5b27112e2)) - ([`9a8a733e`](https://github.com///commit/9a8a733eec8036a71f2c091ae304233ca2a8b74a)) - Reset thread_pool so io_context destructor can execute and break shared_ptr cycle([`811b9d11`](https://github.com///commit/811b9d112c5ba72590941d54ab68612e96c3d7a1)) - Misc cleanup([`042f4a2e`](https://github.com///commit/042f4a2e23d864d97a11894dce5b79db9fa9eefe)) - Keep http_plugin_impl alive while connection objects are alive since their destructors need the io_context of the http_plugin_impl thread_pool io_context([`05482530`](https://github.com///commit/054825308f2bf8e614e7e44b7b49bdbcadfb0e8e)) - ([`9cf28c63`](https://github.com///commit/9cf28c63cdfb362b458b65939b3c96a81880d206)) - Expand explainers for trace data/index logs on trace api plugin :doc([`cd54f66e`](https://github.com///commit/cd54f66e1ff8ff2e0ee532c6fb676594adcd0559)) - Add slices, trace log, clog format explainers to trace api plugin :doc([`c66eb694`](https://github.com///commit/c66eb694aa93e8f02b9994ed5c831d9569b34ef3)) - ([`c837010f`](https://github.com///commit/c837010fc55eb2e2ed48b6fa055537a3de06ada3)) - Add info callout from trace_api_plugin to trace_api_util reference :doc([`e3968b63`](https://github.com///commit/e3968b639452d1e6f32763428304dd3ef5726f98)) - Add trace_api_util reference to eosio utilities :doc([`35a999c2`](https://github.com///commit/35a999c2c195db8ac5514af5618574eec08cae81)) - Remove number prefix from eosio-blocklog filename :doc([`3a92bbf3`](https://github.com///commit/3a92bbf305457da70c49e56e4886a739327b00ca)) - ([`1915ca1f`](https://github.com///commit/1915ca1ff16d4d6fef03ef1e1101e5b2c50d9ca4)) - Add eosio 2.0 release notes for dev portal integration :doc([`5541f940`](https://github.com///commit/5541f94086f4dde3c89cf598b02c4da830474eb3)) - ([`6899993b`](https://github.com///commit/6899993b9567880585fedb6252df524f6baf8f84)) - Add left navigation for eosio 2.0 upgrade guide :doc([`2dc7e7e5`](https://github.com///commit/2dc7e7e55f9daeb6c58779efe3bf41ab549b6614)) - ([`0cad3813`](https://github.com///commit/0cad38130edeef5f58da728c0059e57995b73a02)) - Make eosio 2.0 upgrade guide singular and update index :doc([`a7a916d0`](https://github.com///commit/a7a916d0b80bfd338c720a8adc66565bce808201)) - Minor edits to eosio 2.0 upgrade guide :doc([`b7cfb45b`](https://github.com///commit/b7cfb45bdedf7926404c7835461b77c0f916baa2)) - Add eosio 2.0 upgrade guide to dev portal :doc([`9775e82e`](https://github.com///commit/9775e82ece4e44079576756921c810f0900330ea)) - Remove inaccurate plus from minor version in 1.8 upgrade guide :doc([`7371d9aa`](https://github.com///commit/7371d9aab0db405ba4238ec8700d2179c0f2c78a)) - ([`1000653b`](https://github.com///commit/1000653b36380b0e7d80a6061ebd3e8e7312c77e)) - Fixing documentation for delegating net with cleos([`ff5c4b7b`](https://github.com///commit/ff5c4b7be319f7269579d30701f964c85f33d4b6)) - Fixing error in cleos example([`ffc4d712`](https://github.com///commit/ffc4d7123fcd962173389f8e7d00ea65a4ec7162)) - ([`85d97af2`](https://github.com///commit/85d97af2da8f5e7ada0b3fae54b3b18988021f2e)) - Further edits on eosio-blocklog util reference :doc([`7db7c95e`](https://github.com///commit/7db7c95e903a166e08ed0db5f637e6c8e6d97f97)) - Minor edits on eosio-blocklog util reference :doc([`89ec77fb`](https://github.com///commit/89ec77fb3966bcddc03f3d30ba0eaa5163885087)) - Minor edits on context-free data section :doc([`8a6dff8b`](https://github.com///commit/8a6dff8b6ce101292259151d45fd08d9b5812c8c)) - ([`4f521cfb`](https://github.com///commit/4f521cfb0d729c49c49bcbccbea2b5d30d5467c5)) - Add remarks section to eosio-blocklog reference :doc([`13b3693c`](https://github.com///commit/13b3693ce31449409be181f13489f9757ae0f366)) - Add overview title to cfd explainer :doc([`ab7cbc00`](https://github.com///commit/ab7cbc00b8ab8bc5510c9d263d634e7c518d1c08)) - Add context-free data (cfd) explainer to concepts section :doc([`b98df476`](https://github.com///commit/b98df476f09df2e21f68a0e9c4285f4c2bae8390)) - Add new eosio utilities section and eosio-blocklog :doc([`a028e6ea`](https://github.com///commit/a028e6ea78fcf8d6e04a7007a62f9d8b538c7a5b)) - ([`4817dcc2`](https://github.com///commit/4817dcc298eabca2a4ce3cb3b036a3b44a57b82a)) - Rename nodeos implementation to storage and read modes([`b5a6ab1e`](https://github.com///commit/b5a6ab1eedb4ae6d0b24ce3c987b3751987934ee)) - Update title of upgrade guides from nodeos to eosio([`4085f563`](https://github.com///commit/4085f5635653e8db6e3259296f7238c3d7e9b1d7)) - Move deprecation notices up and update index files([`0cfca21b`](https://github.com///commit/0cfca21ba4ea7f78a159359cf1fd931827698426)) - Create concepts folder and move nodes implementation explainer there([`64d4ef35`](https://github.com///commit/64d4ef35f398095712d03878d2cbc03396337a15)) - Move upgrade guides folder up and update index([`0bc231a9`](https://github.com///commit/0bc231a915beec99004c5b87d18a514b23efb75f)) - ([`091b528d`](https://github.com///commit/091b528dfbbd32bd157839acd57a0e4a8cbdc780)) - Rearrange some code to better simulate the real integration([`e4e99aae`](https://github.com///commit/e4e99aaeb2f6b535d2c9ba792f7cd4c9b1358bcc)) - Remove unnecessary include directories from CMakeLists.txt([`6db8e6e6`](https://github.com///commit/6db8e6e6fe0b6f311a010c1523abb8f6a0a8162a)) - Update a variable name to meet the coding styles([`f9b166ee`](https://github.com///commit/f9b166eef6953cde1de834f046b58d774c9527cd)) - Add unit tests for Account Query DB([`801750a3`](https://github.com///commit/801750a3e8777370c1a698e7fb3a51326a68093b)) - ([`8c4b3b29`](https://github.com///commit/8c4b3b296e31d72ccc41d93f5bc43a6e76890dcb)) - Handle case newaccount in Account Query DB([`20bbad9e`](https://github.com///commit/20bbad9ed499807da3369facd7185962125ae178)) - ([`0d87dff8`](https://github.com///commit/0d87dff8bee56179aa01472dd00a089b2aa7b9fa)) - ([`c6a7ec0d`](https://github.com///commit/c6a7ec0dd816f98a6840f59dca9fed04efd9f7a5)) - ([`bed84430`](https://github.com///commit/bed84430eace1a272e19be17757fb956bd7e0cc4)) - Update appbase to appbase with shutdown fix([`8dc59285`](https://github.com///commit/8dc59285ae45101460bb2a37cd1833dd047b07ee)) - ([`21d8d0fe`](https://github.com///commit/21d8d0fe09ec005f540abc22df83e08e04362514)) - Update to fc with variant blob fix([`d862a91d`](https://github.com///commit/d862a91d2efae7aea5314098d743799abfff9d67)) - ([`8da6a234`](https://github.com///commit/8da6a2343358f2b3b925632202d008ff1664eb8c)) - ([`91e57cbc`](https://github.com///commit/91e57cbcfb07c09506c15a9d06a8a862a3568d53)) - Set medium priority for process signed block([`f1f95198`](https://github.com///commit/f1f951984f87777eecc0d97c344ae1534d18eb09)) - ([`53087342`](https://github.com///commit/530873425149030ea8ed81b583271dfdf5404357)) - Fix format in docker-tag step.([`345bb5a4`](https://github.com///commit/345bb5a41fcb59dc6e34e4362ee890059d2add58)) - Fix docker tags when building forked PRs.([`8333ec61`](https://github.com///commit/8333ec612793a39dffc9829d6440687c89f0f59e)) - ([`f923ef47`](https://github.com///commit/f923ef47c212ebce0e5d21f30d8eef54261a0d40)) - ([`6e0c559b`](https://github.com///commit/6e0c559b81e878d70393614b8877106a03f1702f)) - [EPE-260] Prevent builds to run if they are not using a version greater than g++ 8.0.([`49955961`](https://github.com///commit/499559614a8d41f005568d2136bd217e6ba45af0)) - ([`edc909ab`](https://github.com///commit/edc909ab661c52db8fb57a9ea0d284018bffd1a1)) - Add missing comma in loggers array([`29dc43c4`](https://github.com///commit/29dc43c4b392921affbae8e97df0fa2139f58f12)) - ([`924b3cef`](https://github.com///commit/924b3cefe8f57013a51d06967165f55c65334c5b)) - Remove redundant nodeos replay config example([`4820bc4b`](https://github.com///commit/4820bc4b33b66f58549f5d2abacd6e546b4dc819)) - ([`ebf5abd5`](https://github.com///commit/ebf5abd5e36d9a137e72a080574d84107569e45e)) - Remove unneeded -e -p eosio options for snapshot replay([`90863ed8`](https://github.com///commit/90863ed88602f990d28a777c6740b2377630d908)) - Remove unneeded -e -p eosio options for blocks.log replay([`f7e5cb08`](https://github.com///commit/f7e5cb088122353d2ce8511a2aa704bb7ba6e868)) - ([`b074937b`](https://github.com///commit/b074937b72412a558414f04c228ab601cc193594)) - Revert "Update tag for "eosio-docker-builds" pipeline"([`6b29608b`](https://github.com///commit/6b29608ba3f724a2f7f4764aa1407b3ba8a46ecf)) - Delete eosio-sync-tests entry, it is no longer used([`6f1b05cf`](https://github.com///commit/6f1b05cf7254c266115136d31d192e0f9177a238)) - Delete eosio-replay-tests entry, it is no longer used([`aff24be6`](https://github.com///commit/aff24be6e93e55d71a9053e6d5afc84c6eefb0cd)) - Update tag for "eosio-docker-builds" pipeline([`737ccb1d`](https://github.com///commit/737ccb1d36e3995afcc51f40ec4874dfde97e172)) - Add eosio-code-coverage config to pipeline.jsonc([`5f165488`](https://github.com///commit/5f16548850c1a4b92725a1633ef7296e572a65e7)) - Alphabetize pipeline.jsonc entries([`053ac869`](https://github.com///commit/053ac869204feee45c61300685e259f8a83e9d56)) - ([`0a101343`](https://github.com///commit/0a1013431b8fcfa513fea55b765f95e324996a85)) - Updated wasm file included([`6b2fe1a1`](https://github.com///commit/6b2fe1a1e098d79402bab18ddfb20035d5379041)) - Relaxing the on_notify constraint to *([`3de1413c`](https://github.com///commit/3de1413c928d6ef8b577efca7e52504e34c388e8)) - ([`79aab090`](https://github.com///commit/79aab09051202a798b58749ca0371ab9ccf2b910)) - Revert commit 17f6eeb8([`267ccb84`](https://github.com///commit/267ccb84fa4b162885646bc62bdf934b2e38586d)) - ([`75c53c60`](https://github.com///commit/75c53c603d92458833c0d8e3a0d4772fa6c102dc)) - Revert "Initial checkin of resource monior plugin"([`f5e565ad`](https://github.com///commit/f5e565adefe2e633ea1f9288de43908f0fbe48a9)) - ([`0303cd69`](https://github.com///commit/0303cd696e9272651ae97f03ac136e88e310b9d3)) - Revert the renaming of `eosio.version.in`([`16841299`](https://github.com///commit/1684129952c257164bd454505bfc993700215fc4)) - ([`0185b449`](https://github.com///commit/0185b449b359b4678d6467658338c1162a3aadde)) - Bump version to 2.0.7([`e040b1c9`](https://github.com///commit/e040b1c91b5bacc0786ca71e6c52885cc1f4b019)) - ([`5968818f`](https://github.com///commit/5968818f0e3640914bdd573e7d5103b3cbea855a)) - Made variable name appropriate.([`05a61a05`](https://github.com///commit/05a61a05f3c0715e2af44ce2e0b93564912e43c6)) - Remove one more invalid comment and clarify tester param name([`bacaa7aa`](https://github.com///commit/bacaa7aaf0589ae1b1138b1ec13ac9f2c5787a49)) - Remove and correct some comments.([`403d6d23`](https://github.com///commit/403d6d2333d49dc4b60bea4eb67123236f60946d)) - ([`c00dafbc`](https://github.com///commit/c00dafbc7d17ce342f3f2b2910091cba062f3652)) - Used BOOST_CHECK_EXCEPTION.([`c3f8dd5b`](https://github.com///commit/c3f8dd5b8f3d7f284fc15ab38843ee7f7d612fcb)) - Added verification that nonprivileged action size limit is enforced subjectively on deffered transactions.([`a1b5baa7`](https://github.com///commit/a1b5baa7e2e91e8a5c6a5687d217d53a82ed0692)) - Added send_deferred_transaction_4k_action action to contract.([`cad16917`](https://github.com///commit/cad1691716474ca98f8778ad8f8135235c87e5b8)) - Added comments([`54d69e72`](https://github.com///commit/54d69e721eaa401a896bd4d0a0553636c1ae01d3)) - Added tests for subjective and objective limits.([`19bb2a08`](https://github.com///commit/19bb2a080b67e768fead504745d5a05156c5db95)) - Added send_action_4k action.([`1c8ffc35`](https://github.com///commit/1c8ffc35fbc8179424e1449f270dd0fa5e1b943f)) - Added plumbing to set max_nonprivileged_inline_action_size.([`d7570f7f`](https://github.com///commit/d7570f7fc584e44e37363faaee31dbb2319af725)) - Revert eventually spurious whitespace changes to chain_config.hpp([`320850db`](https://github.com///commit/320850db6daeb7ebd1238e1840a4c8d7bf1c3eb5)) - Apply subjective limit to context free actions as well.([`411048af`](https://github.com///commit/411048afb02f6e32ec75279ed49455ccf11e8be8)) - Apply subjective limit on inline actions even skipping auth checks([`bb6c5cf4`](https://github.com///commit/bb6c5cf4216dfa1342aea1551e6c6270494f4d3b)) - Use the new plumbing to not use default values for default_max_inline_action_size in the genesis state.([`c557584d`](https://github.com///commit/c557584d057cdee9d6ce4eff2a340cdb1ff306dd)) - Added plumbing to be able to set max_inline_action_size to be able to match the old default value.([`2963e9b5`](https://github.com///commit/2963e9b5407f2f08e265ba8ec501dd5b72521c4e)) - Eliminate redundant condition check.([`4364f499`](https://github.com///commit/4364f4995cffb936d38ea5873bbdce0499175f53)) - Avoid breaking consensus while checking nonprivileged inline size([`96032bb2`](https://github.com///commit/96032bb279ac4ad2e3deffb8d49c9c7b5ff35b6f)) - Revert structure name change in state history abi.([`d8ffb584`](https://github.com///commit/d8ffb584ad03a4e45c9d6963a7f879c58073d232)) - Revert spurious whitespace changes in genesis_state.hpp.([`2db6cce5`](https://github.com///commit/2db6cce5e8614df93904a7674aa6395c3ef66477)) - Remove new test file and adjust existing inline action test.([`546fffe1`](https://github.com///commit/546fffe10d58f000ef55160e20157ab9d47f8094)) - Address review comments.([`37e38a79`](https://github.com///commit/37e38a79aebe570126a71e2d7a4ab68133a0d7bf)) - Move new inline limit from global property to plugin option.([`76565937`](https://github.com///commit/76565937064d5acccb089b50aa8ea797cd92dc82)) - Add subjective limit to inline transaction size for nonprivileged([`bc4308a3`](https://github.com///commit/bc4308a380a8cafbe62db5ff8a6e68a50018d97b)) - ([`42f3d300`](https://github.com///commit/42f3d300ad53d1a8d9d6bd16535a805d363d29e3)) - Correct producer api title in swagger file([`22297cf9`](https://github.com///commit/22297cf9197225e837ae568ff5cca5bc2fb57ef5)) - ([`edcc9b7c`](https://github.com///commit/edcc9b7c49bfe68100df8a761df533d5a2fcb63d)) - Character formatting([`e032f5c3`](https://github.com///commit/e032f5c35903cd5706648fb7530eb1069f6d59bc)) - ([`7cc0d25d`](https://github.com///commit/7cc0d25dc5dee984a04014708eddc070ddd0d8db)) - Adjusted characters to fit column length([`039efbfc`](https://github.com///commit/039efbfca1a2e6c1003f2675ac7e99ca4d4b677a)) - Doc changes for PR [#9262]({{ self::remote_url() }}/pull/9262)([`8b1f055e`](https://github.com///commit/8b1f055e4a1b827d86b723c9d303d6e2628a4bbf)) - ([`7758bc6e`](https://github.com///commit/7758bc6e6476caea97d5006e800d1f88b879fee6)) - Remove concurrency groups for scheduled builds([`3f6c4f3b`](https://github.com///commit/3f6c4f3bda61ddffcf7b7e132d74bb48cb1f51fe)) - ([`f6b238ba`](https://github.com///commit/f6b238bad8a27854904d1cdf30dc66de8793e863)) - Restore transaction_tracing logger([`4230e181`](https://github.com///commit/4230e181193ab6cb7a48d63e05647669eec6333b)) - Add support to log "too many trx in process" in trx failure logger([`12f24b92`](https://github.com///commit/12f24b92d1764eb3723341e0da213d3e6784d27b)) - Log transaction trying to normal logger([`6d513eb8`](https://github.com///commit/6d513eb8db16af9d566c0e39dd3d2975eb27ebeb)) - Fix another dangling reference problem([`038a265a`](https://github.com///commit/038a265a11b84df29fcdd25422194e64271dfd94)) - Split transaction logging([`0263395e`](https://github.com///commit/0263395e15dcb0d45e5d0b51c27a95dadb4b2342)) - ([`be079b44`](https://github.com///commit/be079b442ebc6e45a65a77ca93a5d84cdfe76262)) - Rename file `eosio.version.in` to `version.in`([`3c2ee2a8`](https://github.com///commit/3c2ee2a8f1f2e7c3712370cf309b4930a7f68aea)) - Fix installation location of header file `eosio.version.hpp`([`17f6eeb8`](https://github.com///commit/17f6eeb8a83fd36466ccf10780a3bbad106eb673)) - ([`4a8d6376`](https://github.com///commit/4a8d63767e621341bf703a8244ef59915178be2e)) - There is not always a pending block when logging pending_block_producer([`de123a34`](https://github.com///commit/de123a34483d04e3f2290c3b7ced5b6c8c971bed)) - ([`39d8dd5f`](https://github.com///commit/39d8dd5f63049af975da437c0f9da66f48b71e3e)) - Use 80GB disk and bump Anka plugin to 0.6.1.([`d86e3287`](https://github.com///commit/d86e3287bbe0bc5abbe64f0614693d09fcff9bed)) - ([`8241509b`](https://github.com///commit/8241509bfd7575022df6defed7aa1ef8ebd99139)) - Revert back to whole_archive_flag for programs/nodeos/CMakeLists.txt and relax timing requirements for test cases([`1e613c78`](https://github.com///commit/1e613c78ea8c297d059d4929890f8dd416d9ef3e)) - Incorporated Bucky's comments, restructured to enable to test resource_monitor_plugin_impl, changed integration test script from Bash to Python([`c931cfda`](https://github.com///commit/c931cfda365c30b2b042c7c891d377b2c41d0557)) - Refactor and add more unit test cases in C++ (will convert integration test from Bash to Python next), make shutdown on exceeding threshold as default, increase interval upper bound to 5 minutes([`c3e7b74c`](https://github.com///commit/c3e7b74c320114425cdf33d6bf6aada4562a97f4)) - Incorporating Kevin's comments (will refactor unit test cases and change bash script to python tomorrow)([`15e74a4a`](https://github.com///commit/15e74a4a570448db29eafc989b018ab140b5667a)) - Refactor to support testability (using templates), add automatic unit and integration test cases, terminate thread right after plugin shutdown, and make apps register monitored directories([`145e9a70`](https://github.com///commit/145e9a70923f516d02b65b1dccd39c9fdfb687c7)) - Use constexpr for default values([`325c259d`](https://github.com///commit/325c259d2777ed196bdcdf6dccf3b8311215fe23)) - Change thread name to resmon (less than 9 chars) and set default threshold to 90%([`99a4ed8f`](https://github.com///commit/99a4ed8f25eda74d20e782562f9c6aa0dfa98f2e)) - Initial checkin of resource monior plugin([`fced4f1b`](https://github.com///commit/fced4f1b89a3a39cb8120f5738eaa5d2edb6cda9)) - ([`aab3c418`](https://github.com///commit/aab3c418c58c21ac5f2fa1070d939aca1ce52b40)) - ([`67dcd748`](https://github.com///commit/67dcd748bac018b6221cf9bafb601e169538f205)) - ([`0407e88c`](https://github.com///commit/0407e88c049e7e888b8a79be08212d96d0e70657)) - Remove unneeded check and comment([`8b7e53ba`](https://github.com///commit/8b7e53bab087924f2c9a1a0b645411c256800be3)) - Use common is_onblock([`478b45f5`](https://github.com///commit/478b45f5b1b4a1162c261c7a2c0867a0fe34ff8a)) - Add block_start handling([`c280879f`](https://github.com///commit/c280879faf8f6da05510edd3e980988af22278c9)) - Add clear_caches to encapsulate([`7ea5ca6a`](https://github.com///commit/7ea5ca6a76f154b235da73c120e07ca898e62c45)) - Use new block_start signal as reliable way to clear out cached transaction state([`ad0f2c5c`](https://github.com///commit/ad0f2c5cdd7be732daf94db2b133c2ada4f18f7e)) - Use new block_start signal as reliable way to clear out cached transaction state([`3d671bf2`](https://github.com///commit/3d671bf2f6cf54ef285e55c99e3ad14e223a35b9)) - Add new block_start signal([`b4f35b8a`](https://github.com///commit/b4f35b8a1d15fb7f4215404a283602cd07cfd40a)) - Verify block_num of on_block trace to account for possible aborted block followed by a block with no onblock. Also moved is_onblock to trace.hpp([`ac183058`](https://github.com///commit/ac183058b356313c2db59bf7865047b449f15711)) - Add is_onblock so logic does not have to be duplicated accross multiple plugins([`6ee988e4`](https://github.com///commit/6ee988e4b83a41fbacf829ffab56f8d08e2e8ea6)) - ([`b9d15821`](https://github.com///commit/b9d158217c7b45713ee0c83b43e0e21c5dd5e697)) - Bump version to 2.0.6([`ac9bb2c4`](https://github.com///commit/ac9bb2c4a51a4654711d74f02d99fca0e3f7cd62)) - ([`46c18618`](https://github.com///commit/46c186185dfc03ad3ffe5c9cdb74bea5e6a82886)) - Update fc([`0cce68b1`](https://github.com///commit/0cce68b15a26cf9b7f1b4e4e1f62dcfd10906758)) - Use to_string instead of to_stream([`f541bc02`](https://github.com///commit/f541bc020ac6540148c0a64b13897f584defc896)) - Avoid double escape but escape problematic ascii codes([`ef9b6aaf`](https://github.com///commit/ef9b6aaf404178ae896e060f7418e0f2e404e0d2)) - Remove invalid utf8 and control sequence introducer 0x9b from output([`b4cd8fc5`](https://github.com///commit/b4cd8fc5cef4dfc17ad479bab2e2f3a1ee02dfc0)) - ([`8bf6e29c`](https://github.com///commit/8bf6e29ce6ebe5ef9ffce401531a74b4b0edad8e)) - SHIP's onblock test should consider trxs with one or more actions([`da8b5756`](https://github.com///commit/da8b57560acc8191d9a0e60b2837adf305f5dac3)) - ([`a5ededd7`](https://github.com///commit/a5ededd71367801d18affd5baa97d526454c53fd)) - Minor edit on fill-trim option([`9ee3f412`](https://github.com///commit/9ee3f412ef0d1fc98dc8864872262632944c0b8e)) - Minor edit on how-to fast start([`2f7864e4`](https://github.com///commit/2f7864e4e88e3a212bb0485fd1523dc81c09beb7)) - ([`81d63075`](https://github.com///commit/81d63075d97c69d31900e2f7ae14a5b1e512e452)) - ([`d7384aa9`](https://github.com///commit/d7384aa98d406f1cb19d7303ad4b3475c7f3ca63)) - ([`1110b217`](https://github.com///commit/1110b2176eed854b08d89ab27f69345306d60b23)) - Rename block obj to block trace obj([`5ffcb960`](https://github.com///commit/5ffcb9606ba0bfa62b43fab69502df391719f465)) - ([`d5fb670d`](https://github.com///commit/d5fb670dc0a7d1980f23f10d3b9ef3d9165df635)) - Add missing reference to RPC API index([`eefc7d17`](https://github.com///commit/eefc7d173ce847ae5e58e8c8ac1fd5bdfb5d85c3)) - ([`178a42c0`](https://github.com///commit/178a42c0827957c09f7d8cb21157e650aa9ecce2)) - Merge release/2.0.x into hotfix/487-restore-abi_serializer-compat-2.0.5([`745c8281`](https://github.com///commit/745c8281f7e3fb193cd92113d427f43028e93d2e)) - ([`d7964153`](https://github.com///commit/d79641530151fd2cd22fc25704063411a88175b1)) - Make gcc happy([`52e4e396`](https://github.com///commit/52e4e3966d4ccc3b6ed5f7937095ca4e8be6accf)) - Merge release/2.0.x into hotfix/487-restore-abi_serializer-compat-2.0.5([`b177ebb0`](https://github.com///commit/b177ebb0527c468b2327f9026303e4854c1de81a)) - ([`f1d09bcf`](https://github.com///commit/f1d09bcf0c876e509dd8e490477637464e617937)) - Fix onblock handling([`a61345fa`](https://github.com///commit/a61345fa627a5ab2cd11343ae4171d2ccc4978e4)) - ([`46279ed7`](https://github.com///commit/46279ed7a9431e0a4697a65e7758ace633034db3)) - Updated heuristic for calculating parallel jobs to assume at least 2GB RAM per job([`d198faef`](https://github.com///commit/d198faef35b76cd468859b96ca3f9859472cf39e)) - Restore abi_serializer backward compatibility([`231eb7ab`](https://github.com///commit/231eb7abab27874adfe7db073439e06c1e7d4392)) - Remove the redundant permission field([`c8026b61`](https://github.com///commit/c8026b618678f5c4f9d0247feae6f61152b54a40)) - Update the 3rd example([`fa8564da`](https://github.com///commit/fa8564daba95a290b7e2d4192ed9857e44d64b5d)) - Update the authority example([`093a7704`](https://github.com///commit/093a77049cac2f6301357af88f3d9114c3a67565)) - ([`a02fa0f6`](https://github.com///commit/a02fa0f6b513c573c874ed5c604306b312799d72)) - Add http_plugin remove bnet_plugin logger in docs([`d6aa8dbd`](https://github.com///commit/d6aa8dbdcf04a03e1b4d31dbec8bc0958f7855eb)) - Update info callout on default loggers([`d4282153`](https://github.com///commit/d428215380fe473de516e4d73f3ab2077e12fb6c)) - Add trace_api logger to docs([`92c29fcf`](https://github.com///commit/92c29fcfca57f4164c39db70c1ff032d8c5f908c)) - ([`de68e3c5`](https://github.com///commit/de68e3c58e9f921970419b1f8785a44a6b12136f)) - Replace illegal with invalid in how to replay([`cc13be2c`](https://github.com///commit/cc13be2cdb5e615037ea4d4851d980a5ea1efc02)) - ([`3d3e68f1`](https://github.com///commit/3d3e68f14868617cc223b79af13224ae89361940)) - Simplify create_snapshot curl command([`ece133c7`](https://github.com///commit/ece133c7927fc8e4babb21d925a8de3b6c2c32ff)) - ([`0027e8f2`](https://github.com///commit/0027e8f2b4102d2df382ee9b665c75d22dec490f)) - Bump MacOS version and timeouts.([`0213440d`](https://github.com///commit/0213440d8c74a24a3ca67e1a1c48b531671091b5)) - ([`4ac50bd7`](https://github.com///commit/4ac50bd751c7953dadf8908a618d1eb2b08a6ed8)) - Minor edit to fix sentence([`207be1e7`](https://github.com///commit/207be1e716bfb5f7cff758a32b6840f569fc6640)) - Rename long contract_directory_folder param with contract_folder([`97d72696`](https://github.com///commit/97d72696ae776807c0ffbbecb567a44d601ff363)) - Add callout explainer on default contract name in how to([`c5dc92b7`](https://github.com///commit/c5dc92b7467b35b6bd884938733438c0c023afa5)) - ([`94e6e571`](https://github.com///commit/94e6e5713b0b2660e8b9e0484d62f84877afe91b)) - Update warning callout in wallet_api_plugin([`39eff7de`](https://github.com///commit/39eff7de9181ec18e7e0703e010d6757e5439fd7)) - Add default plugins explainer in wallet_api_plugin([`4990c155`](https://github.com///commit/4990c155af64c38e38961789f845e0717d76e5fb)) - Replace nodeos reference with keosd on wallet_api_plugin([`fa1cb92b`](https://github.com///commit/fa1cb92bd88dd94e04d5c9e0e28ec9fd96c06ae2)) - ([`b40015f7`](https://github.com///commit/b40015f72d6e3bee1550c3a2edc26ca0de208ff7)) - Renamed min/max to be more descriptive, refactored account_level to a concrete alias pattern, added extra error checking to parsing accounts that ensures no extraneous keys are allowed and that the actor must be present if it is an object, fixed other typos etc([`e2082628`](https://github.com///commit/e208262826726bdf059a8b9a493aae956557b5d9)) - Add read-lock for correctness when determining whether a rollback is required. Consider moving this to an atomic high-watermark([`1c0ef9f9`](https://github.com///commit/1c0ef9f98cda9f1aa9841e3db3517f77a3d1a239)) - Add threshold and weight to ephemeral data structures to remove the need for the reading thread to access the chain data completely([`bf17750a`](https://github.com///commit/bf17750a2993f29c40288788811b715084c197d7)) - Allow reads from the http threads, protect writes with shared_mutex([`24fc1c2c`](https://github.com///commit/24fc1c2c4e1d94d23549a3ef3c5e272516897fa7)) - Split `authorizer` field into `authorizing_key` and `authorizing_account` so that the type of the field can be inferred by the name of the field([`948ca988`](https://github.com///commit/948ca988c87cce4d94b4779607b68ccbd57975ed)) - Remove auto default([`7bafa576`](https://github.com///commit/7bafa576dd7f5880c062cb903d0e882a6794847b)) - Change lack of input to a 400 as well([`9b71ad8c`](https://github.com///commit/9b71ad8cfd51a2c769c938e20d87c10e424e2101)) - Chain_exceptions were not being properly re-typed to invalid_http_requests([`e03a5d2d`](https://github.com///commit/e03a5d2d51b71b27786f202e54de1bc9de5cd403)) - Modify HTTP handling to repond to input parsing errors as 400s([`954f4bc3`](https://github.com///commit/954f4bc353d177fc3624ffde26469c487df5e8ed)) - Forgot to advance to next possible name([`f4233d2f`](https://github.com///commit/f4233d2f6b603c088a601df046a3235783c41964)) - Support specification of permission level in addition to account name. If not present (implicitly or explicitly) it is treated like a wild card([`18166cd4`](https://github.com///commit/18166cd4e9177800c5158df82ec4c03788a0e6b1)) - Accept on-block transactions that dispatch other actions([`1cd44e5b`](https://github.com///commit/1cd44e5bd71383ca1f0ddca6096b876276e79134)) - Changed log message to be more accurate([`fad8c693`](https://github.com///commit/fad8c6938851454e6b889727bca4f65358db6133)) - Update RPC schema([`336aad6e`](https://github.com///commit/336aad6e8703a009fb6807fc8f761e1afc96c217)) - Document code; change rollback to take block instead of time, swap bimaps to being many:many([`365ef9a5`](https://github.com///commit/365ef9a515d357975c404c1d4540969453336e08)) - Yubihsm needs -fcommon on recent compilers([`6e8da041`](https://github.com///commit/6e8da0419b5201f8b8bccec793eb9383ccd5b908)) - ([`ec21365d`](https://github.com///commit/ec21365db8876ac022795dcaf307b9354de3ed67)) - Make ship WA key serialization match expected serialization([`91f64f4c`](https://github.com///commit/91f64f4c0b6c9280228fa48a346db69dbd17cd74)) - ([`101f02ab`](https://github.com///commit/101f02abb9d9295fb9beca74c46b947782a2e532)) - Add change type to pull request template([`e63a9adf`](https://github.com///commit/e63a9adf9a5e5f6db851fc330efbb18636a5e828)) - ([`0062c2c9`](https://github.com///commit/0062c2c9984670f70b75d8e6cd32fdc098b26104)) - Add support for specifing a logging.json to keosd([`7a4865cb`](https://github.com///commit/7a4865cb951658ed7fc86fa8879a27925de2bf2a)) - ([`0ecadf5d`](https://github.com///commit/0ecadf5d9e3a694bf4bf61ab3b0314b2d361e3ac)) - Use switch instead of static vars([`f32939bc`](https://github.com///commit/f32939bc47ea1d67292e433ed5c0a871d9f1068b)) - Add wabt, use default_wasm_runtime([`1c7834e6`](https://github.com///commit/1c7834e6f339f56737f8f432275d6fb98d8786aa)) - Add help text for wasm-runtime option([`f249b53c`](https://github.com///commit/f249b53c80d40182d07c24b0c4bbdbe6c25d55bd)) - ([`184ef32e`](https://github.com///commit/184ef32e27793b653edf9baf9c3f7189745cb66f)) - Update date in LICENSE([`98225323`](https://github.com///commit/9822532374de27dc135c54426f9a27c9f2f2e2c2)) - ([`d8a7583a`](https://github.com///commit/d8a7583aa864af8c6ea8f1c8aa793c4fa182681e)) - Port changes from PR [#8671]({{ self::remote_url() }}/pull/8671)([`70f852de`](https://github.com///commit/70f852def6c2e0611a7c7339c13340c604457431)) - ([`d2505e4d`](https://github.com///commit/d2505e4d58591edeb3ae919eb353ef7c0e0b7c75)) - Fix timedelta and strftime usage in python.([`05c0af4b`](https://github.com///commit/05c0af4bfc6c70fb7a8da0906deba3515552eb46)) - ([`dfac2545`](https://github.com///commit/dfac2545edf64424febb58ad61287b6ccf0ebb70)) - Fix uninitialized struct members used as CLI flags([`fc855803`](https://github.com///commit/fc855803335793c93b6826844d0f40361f0750b4)) - ([`77e520e5`](https://github.com///commit/77e520e5fb14cfbc27b2b5193fa20806aefe2f72)) - Print stderr if keosd_auto_launch_test.py fails([`8ad20b11`](https://github.com///commit/8ad20b117923e303168b023cc041cba5a5c2bca0)) - ([`a1b3e588`](https://github.com///commit/a1b3e5881256dae3c898d23ecabb101838ff1951)) - Add receipt check; remove unnecessary constructors([`1ea76a0e`](https://github.com///commit/1ea76a0e79f695c54dd55e802cb9b8de10ab9db9)) - Remove unused include; remove unnecessary copy when caching traces.([`90d5fa0a`](https://github.com///commit/90d5fa0a04d436f14e78d743a74fdc2da945d1d9)) - Add more info in block trace & transaction trace.([`04b3e7a7`](https://github.com///commit/04b3e7a7be88dd44373034bb92b828679e46826f)) - ([`befaef9b`](https://github.com///commit/befaef9bfb97d06e997b8cf0419e9e925b1f5daa)) - Add rapidjson license([`0e251d10`](https://github.com///commit/0e251d101ba58756006f5ea41966a6741235663e)) - ([`83b37054`](https://github.com///commit/83b370548308f116f7de561154e5af9aa588e8a5)) - Update priority of api endpoints for net_api_plugin and producer_api_plugin to medium_high([`32578b6e`](https://github.com///commit/32578b6e993b6c87b701ff5b1df644366d6bfd25)) - ([`de78b49b`](https://github.com///commit/de78b49b5765c88f4e005046d1489c3905985b94)) - ([`8a7c5444`](https://github.com///commit/8a7c544437542cd3cf547fb62a26daa85859c886)) - Improve keosd_auto_launch_test by checking stderr([`6028ae4c`](https://github.com///commit/6028ae4c2c75a29c0a050429f7ab76da129791fd)) - Fix keosd auto-launching after CLI11 upgrade([`d1b5d56b`](https://github.com///commit/d1b5d56bf806d52c9e8f62b3fb77e74ceddbebc3)) - ([`aafa9c62`](https://github.com///commit/aafa9c622c23a835e5f2b336cc5901450890f919)) - ([`329ecc8d`](https://github.com///commit/329ecc8de1c422d31afdfc4307363d171fe7f067)) - ([`66cdd154`](https://github.com///commit/66cdd1546be1affbfb8e9735bc8449a683b62718)) - Bugfix for an uninitialized variable in cleos([`5111277d`](https://github.com///commit/5111277dc64236d4133efd0f577f91df53ba7feb)) - Fix uninitialized local variable([`efb8602f`](https://github.com///commit/efb8602f0eedfa8ddbcc704a80b5a621d1e0b351)) - ([`5f9c4da3`](https://github.com///commit/5f9c4da313a1d30cbe3c51ccdb316b8c11f80955)) - ([`14e5d4a7`](https://github.com///commit/14e5d4a78ad194c02377fb06ddf2ba31ef761e57)) - Added the timeslot time to the failure information.([`e9eb2eeb`](https://github.com///commit/e9eb2eebe54bcb9c5a9e36c124205f3b6950fe4d)) - Improved reporting of where the missed slot is when it reports incomplete rounds.([`7dc76254`](https://github.com///commit/7dc7625413ce9aef8c41a0e49db99047d126a706)) - Read secrets from stdin when omitted([`a68fd657`](https://github.com///commit/a68fd6570957d2eb5885c980929ea3abbf934fa8)) - Make cli_test.py compatible with Python 3.6([`bd530302`](https://github.com///commit/bd530302404fa668b84862a5d0547c6a026c3e68)) - Replace cli_test.sh with cli_test.py([`0a69b7b1`](https://github.com///commit/0a69b7b1e5636acf081e33d72a96c327db3e6e17)) - Add cli_test.sh([`334a083b`](https://github.com///commit/334a083b7c6434c1588de243684c30c99ce20316)) - Move CLI11_HAS_FILESYSTEM=0 definition to main.cpp([`e1d6d9e9`](https://github.com///commit/e1d6d9e9cf1189f910c086ef98b6038274825a03)) - Define CLI11_HAS_FILESYSTEM=0 for GCC 8([`a4e7d080`](https://github.com///commit/a4e7d080bb5732824fe0666c8ef64af06e2ca3e6)) - Upgrade CLI11 to 1.9.0([`ebf90cf4`](https://github.com///commit/ebf90cf47795b229a5337aa0c7792b0b11890dfd)) - ([`cb1fe59a`](https://github.com///commit/cb1fe59af4050af9b7d0b1b70af2707ad15c6681)) - Fix BUILD_SOURCE for LRT artifacts on synchronous triggered builds from eosio-full-test-suite([`32fb4167`](https://github.com///commit/32fb416714b98074acc490a49bb62b0e142f1d69)) - ([`aafe9dd0`](https://github.com///commit/aafe9dd0fbdd64a5d1b771545a51ffc732b39be7)) - Fixed failing nodeos_run_test when core symbol is not SYS([`989d73a2`](https://github.com///commit/989d73a297b12b726344b9cf1da800283b4b28ff)) - ([`df3b10f7`](https://github.com///commit/df3b10f7e0a4a017f4b308bb04b80ee0267b6c8f)) - Add trace_api to example logging.json and set transaction_tracing to debug since that is the only level used currently for it. Also change net_plugin_impl to info since debug is a lot.([`a120ee1d`](https://github.com///commit/a120ee1dfa34fc5bc8dff465e14246d589c82c2d)) - ([`e9edf3c3`](https://github.com///commit/e9edf3c366209f91b3ec53264e86a3e594747992)) - Remove inaccurate block irreversibility sentence([`e80349e6`](https://github.com///commit/e80349e68faab06df6138607545bf40d12d9fd78)) - Remove kv database callout for now([`75a72492`](https://github.com///commit/75a72492bd084343539e847dc891d12dca75b716)) - Minor edits to read-only deprecation callout([`d3c1ed6a`](https://github.com///commit/d3c1ed6abdf2ca9f04698a420fc024371f2cf597)) - Minor edits to the kv database callout([`a99d7c85`](https://github.com///commit/a99d7c85c6d44a24f1b0e9a13c8343fc8da519cf)) - Move head block explainer to reversible_blocks([`caafc7f5`](https://github.com///commit/caafc7f5ddd461fb4f3090fc29dee1ffeb2d7c09)) - Add deprecation notice regarding read-only mode([`e7e3b9eb`](https://github.com///commit/e7e3b9eb134375f822e72b499c17a6a2f1a3accd)) - Add content fixes regarding read-only mode([`92a1ba5a`](https://github.com///commit/92a1ba5af7843dae1bb34e9f99852fd998750fe2)) - Add content fixes to the chain database([`083db5a1`](https://github.com///commit/083db5a1501118d8af2d7b054bddecfa94c58412)) - Minor edits on nodeos implementation doc([`b36ddb1e`](https://github.com///commit/b36ddb1e3cfa93641273a8679d2fc860315987b4)) - Add nodeos RPC API index file([`39009774`](https://github.com///commit/39009774e6083c0ed5dfabc2819f1af19fd679d5)) - ([`5453779d`](https://github.com///commit/5453779d94fa78e6909099eaf8333bc01d02716e)) - Bump version to 2.0.5([`7293707f`](https://github.com///commit/7293707f412ae44be291f2738100fba41576ad88)) - ([`2041f934`](https://github.com///commit/2041f93423808d94d6dfd7f70e917cb3bd791dfe)) - Consolidated Security Fixes for 2.0.5([`7e37b74f`](https://github.com///commit/7e37b74fca3c8899803cdcf537549469869aeeb3)) - ([`50b2cbb6`](https://github.com///commit/50b2cbb6ad050e62902200e4665619898015bcb6)) - Simplify logic for synchronous LRT steps([`2b999598`](https://github.com///commit/2b9995981196b5fe64b6fac8f9c98435b35c50a3)) - Allow LRTs to be forced-on by setting SKIP_LONG_RUNNING_TESTS='false'([`958c6850`](https://github.com///commit/958c6850c5342b5cc021e44e5c31bc635871177d)) - Run long-running tests synchronously when RUN_ALL_TESTS is set to 'true'([`79425585`](https://github.com///commit/79425585b63dcccd8e86e9ce6902977c193669a5)) - Allow the multiversion test to be forced-on by setting SKIP_MULTIVERSION_TEST='false' regardless of build type([`d5be5663`](https://github.com///commit/d5be5663aee1366b145f990f75cefc9e9d3eed1b)) - ([`9339fb63`](https://github.com///commit/9339fb63893fb4737779f01c7b7bf038f696784b)) - Use block_state of signal accepted_block instead of chain head as head is not updated at time of signal([`c18aa734`](https://github.com///commit/c18aa734458fb053f3edf2507c52bb3349b88ad5)) - ([`b5597f33`](https://github.com///commit/b5597f3326bb5e0f21a9be1436cb0ba80345cca7)) - Add possibility to run .cicd scripts from different environments([`e693d549`](https://github.com///commit/e693d5497c69b7384ba28b6a55775419be493026)) - ([`e3031920`](https://github.com///commit/e303192031f4ab3a2b46d20d3d8f208cd9236dfb)) - Make /bin/df ignore $BLOCKSIZE([`f4bb825d`](https://github.com///commit/f4bb825dabcb6002e8fa8fccd6bc87239671d189)) - ([`089d3f91`](https://github.com///commit/089d3f91c6f411bbeb54e930c7db1c0d490a4a4a)) - Merge release/2.0.x into replace-bc-with-shell-arithmetic([`c7919830`](https://github.com///commit/c7919830dc0a44e0e21f410017ed0768166525cd)) - Replace bc with shell arithmetic([`2db94f49`](https://github.com///commit/2db94f49c07946220659e1a9540cc2cb95d255f4)) - ([`b39b6bd3`](https://github.com///commit/b39b6bd3c74ff47fc53fa80aafa2c1941ba82879)) - ([`2d2acf08`](https://github.com///commit/2d2acf08ceb674ef8241aa6f02239930646c4ee8)) - Llvm 10 support for EOS VM OC([`3c75724b`](https://github.com///commit/3c75724b99f524aefaf818891327156b98fd4a66)) - ([`34c20b5b`](https://github.com///commit/34c20b5b31cce307e06435889b0876b7ebb89ffd)) - Merge remote-tracking branch 'origin/release/2.0.x' into replace_boostbind_stdbind_20x([`4c911bcc`](https://github.com///commit/4c911bccc6e44c6b1a9713a2eb6644f3d9765f5f)) - ([`7e9e1d42`](https://github.com///commit/7e9e1d42e0ff9134224236d01ebbf5863b0c3988)) - Noop change to macos-10.14-unpinned.sh to regen CI image([`1afe8fda`](https://github.com///commit/1afe8fdac31b01ef29ae26d0e2fa43315ff0e807)) - Replace boost::bind with std::bind([`03afa187`](https://github.com///commit/03afa1878c09edb15a044219f1049b7567eecc36)) - ([`3e5746be`](https://github.com///commit/3e5746beaeb1281ab6ef7a72aff645e8014786c1)) - Remove unpinned references in build platform files([`b6f18101`](https://github.com///commit/b6f18101b5df0731d1018825d1f25b3495627cbd)) - Update index file for manual build platforms([`e426d929`](https://github.com///commit/e426d9298b6d733663c04ec09861f65b5b711b48)) - Rename unpinned build platform files([`ddc6be77`](https://github.com///commit/ddc6be778bd338552d4b7bac45cc935149668220)) - Remove pinned instructions for manual builds([`eee61a1d`](https://github.com///commit/eee61a1d4bead3ba3860362fd7607c8d3d464189)) - Add caution message to avoid changing EOSIO_BUILD_LOCATION([`b066a5dd`](https://github.com///commit/b066a5dd13e4cfcfaa81681b3a85eb6c6608fdd0)) - ([`932c7135`](https://github.com///commit/932c71351f7f40c9f12e9d433c14624537bcac67)) - Remove assert check for error code 400([`ea92de54`](https://github.com///commit/ea92de5429228745dca6eedc9ac7f71b9198de30)) - ([`e370081e`](https://github.com///commit/e370081ec04c8ae3b1d02783e52f5cff23cc0821)) - Log enqueue block access exception([`6aa07cdc`](https://github.com///commit/6aa07cdcc1dd419a57de59a3b7427b2d00949eca)) - Fix for case where a second node is started from the same snapshot as the node being synced from. Delay check for unknown block until block is actually requested.([`da0db708`](https://github.com///commit/da0db708b471b606dc5b647142a4aeec3ce3260c)) - ([`6e8f36f6`](https://github.com///commit/6e8f36f6ad2439b007a57baefb31d89d1f285815)) - Increase get info pririty to medium high([`5c507fe6`](https://github.com///commit/5c507fe63f5a0d891033d926aea0fb4be1f209cc)) - ([`58fe9c1c`](https://github.com///commit/58fe9c1c7aff2fb8aab24296448b8feda54621fa)) - Remove leading forward-slash from branch names before running "git checkout" in the git submodule regression check([`b57931ce`](https://github.com///commit/b57931ce8482aba52c6c6732cad9d50a9bd9eed0)) - Ignore leading forward-slash in git branch and tag names, as it has no meaning (https://stackoverflow.com/a/3651867)([`0a45189f`](https://github.com///commit/0a45189fd7ab605512f8350c5148652978c68dd4)) - Replace ALL forward-slashes with underscores in git branch names, not just the first one([`2c5797ad`](https://github.com///commit/2c5797adb23ad0ffc90039007b4829e482add66f)) - ([`2c2feb86`](https://github.com///commit/2c2feb8629bdc59d5cfee9c84180e0bb0fff2300)) - Use http async api support for trace get_block([`76b0968a`](https://github.com///commit/76b0968a5415d4bcd7aad8b36691c89858e75c90)) - ([`b9743a6b`](https://github.com///commit/b9743a6bbd777156c07a830fe9848b7a73ea74c7)) - Bump wabt to current v2.0.x HEAD([`dddecc98`](https://github.com///commit/dddecc989a19ed68a9502b76a2e797268dc0ac5c)) - Don't search for python because we don't run tests([`1202e624`](https://github.com///commit/1202e6243ae5a4af7e4382bb7adf8a3222dd9ac3)) - ([`1a3f7876`](https://github.com///commit/1a3f7876872ccba38bdaba8573db58e1083752cc)) - Set `http-max-response-time-ms` to a really large number for the ignition wallet service([`2679c105`](https://github.com///commit/2679c105df1568d9e9218e864dbcfa8412d5dd99)) - ([`94b8b171`](https://github.com///commit/94b8b171be0cfe82f33cc38ae4e97387d7dbf9f1)) - Moved the move to the wrong place, so i am moving the move again to move this PR through([`84b18c2d`](https://github.com///commit/84b18c2dc2872f2a0fa009923f72677993c6ebd6)) - Matched calls to `send_http_response` to the methods/code that calls `set_body`([`062c0071`](https://github.com///commit/062c00713b1bf578f18b73cd3f43aad7d02c9e72)) - Add the 1:1 call to `send_http_response` to the error handling for bytes_in_flight so callers do not have to. eliminate dead code that resulted from the change([`ec70e8cb`](https://github.com///commit/ec70e8cb55ed65bbcaeb73a9571c46e64eed7943)) - Added support for "async" http handlers/apis. These run on the http threads themselves instead of the main `app()` thread. Pushed `priority` for regular handlers into the handler rather than in a `std::pair`. Created abstractions to manage different connection types. Created `in_flight` abstraction to manage `bytes_in_flight` with RAII. Flattened some of the nesting spam([`216348ab`](https://github.com///commit/216348ab2e775a240bf734893b86420d622d052a)) - ([`ffa8190b`](https://github.com///commit/ffa8190b5391985d7f9fc00dfd5a1803db74f069)) - Take 2([`181fd004`](https://github.com///commit/181fd004a6ffe4d939610fae1261bcaca0d0fb9b)) - Small correction on how the API reference documentation is introduced([`115acb23`](https://github.com///commit/115acb23bf3a9151ac7414552a0427be043d56ee)) - ([`b370a432`](https://github.com///commit/b370a432b9b23ac1ac35af6b5390d82b75602bcf)) - Fix too many bytes in flight error info([`b032489b`](https://github.com///commit/b032489b76b4eab6bff5de43ff22232193e9ff1b)) - ([`e94d708a`](https://github.com///commit/e94d708a29a67b687e66fecd4f069eb457f83039)) - Install the `trace_api_util`([`30800a1b`](https://github.com///commit/30800a1b001a18d9cdd73a3db35f9e280cce926c)) - Rename `compress_trace` to `trace_api_util` and plan for additional future commands([`12012c8d`](https://github.com///commit/12012c8d774699c54299a9a5bc9fcbad84dec5d4)) - Unit tests for 0 seek points, better edge case handling in read/seek([`cc729e5b`](https://github.com///commit/cc729e5bd84775c9418521e853cbd9e4f30a6945)) - Move compressed file layout comment to header, constify some constants, demagic some numbers, clarify some comments. Refactor the common processing of zlib chunks into a local lambda for better readability and maintainability.([`303b9884`](https://github.com///commit/303b988441d41cd2fa87e8656c6a3939253507b2)) - Demagic some numbers([`4dbfbad5`](https://github.com///commit/4dbfbad547507f312765686f7809b34731332536)) - Address PR feedback([`a046a802`](https://github.com///commit/a046a80291a87ba5a52f5ae485a39249b90cc3c4)) - Add comments and throw better errors from compressed_file; added tests for prime-sized data that better excercises seeks in the middle of readable chunks([`704e200d`](https://github.com///commit/704e200defcc3c8a232c05918e0b7d4db42c5b17)) - Unwrap the std::unique_ptr before passing it to internal implementation details for clarity([`d1e1a7cf`](https://github.com///commit/d1e1a7cf75bf437cde12c2eb48466bd1f7d3b761)) - Change thread name for maintenance. Change preference to uncompressed files([`a60099de`](https://github.com///commit/a60099dec5bd86d445faa6633a4fa74275b62fe3)) - Addressing feedback and fallout of merge([`f8eaa620`](https://github.com///commit/f8eaa620a96d53b609dac4384ba006496e140c0e)) - Merge release/2.0.x @ 302f17d4e2b82bc1e4783770194fbc9129169d7d([`8ed5414f`](https://github.com///commit/8ed5414f2e6d0b0e8964d0d2051b47737a138644)) - ([`302f17d4`](https://github.com///commit/302f17d4e2b82bc1e4783770194fbc9129169d7d)) - Remove default exception and yield functions([`2601139e`](https://github.com///commit/2601139e4c745eacf178c1a72f5a4091ca267ce2)) - Do not generate an error log for timeout_exception. Do generate a debug log for all fc::exceptions. Provide access to max-response-time-ms setting.([`8b4900e4`](https://github.com///commit/8b4900e41b58540fe9b1a22db6ac9c1bf5788bf1)) - ([`6510b2c3`](https://github.com///commit/6510b2c3059b632326bf367abdf9d4535a8b9a88)) - Fix a typo([`3d1c56fe`](https://github.com///commit/3d1c56feecac5f3882914db5aad936b5f5eeeda9)) - Add index([`a794009c`](https://github.com///commit/a794009ce54b2c9ebe6e3c2b22cb0b378f5bafd8)) - Remove the double titles([`7f728514`](https://github.com///commit/7f72851409ce7fed5bac7d8808b18279e3acf095)) - Remove the title([`9b633048`](https://github.com///commit/9b63304849109f476c805a9e67655dc850fa34e2)) - ([`e8d6c8cc`](https://github.com///commit/e8d6c8ccc7cb53b8ca10cdbe421423bfef0190eb)) - ([`24a3f44a`](https://github.com///commit/24a3f44a7402115c1c4e100ee3fd71cd060cb9e0)) - Applied suggestions from advocate([`21530212`](https://github.com///commit/21530212851768e9b8d0b471fce981090e9a7a11)) - Editorial updates([`8c9cae5c`](https://github.com///commit/8c9cae5c31d5c01bc6106eb931dac24c94249825)) - ([`768c8f7e`](https://github.com///commit/768c8f7ef266f5a7bba5c6e11a81b7c226ebed96)) - Remove leading $ chars from shell codeblocks in README.md([`8fd83446`](https://github.com///commit/8fd834469e4e17378e4b53295f482e7b59eb74a3)) - ([`75960fad`](https://github.com///commit/75960fad09f2ca8097b5c7396816b84fc3ec0dac)) - Update to latest fc([`309ed52f`](https://github.com///commit/309ed52f8a6acc4e3405b010d766610477f55279)) - Peer review fixes([`c0e05c56`](https://github.com///commit/c0e05c561e11f2d98dae3aa311184c0fcd7f954b)) - Move to yield_function([`528cd864`](https://github.com///commit/528cd864ce2b111a51ea9fed3e21cbec7a0b0796)) - Move to yield_function([`5c385321`](https://github.com///commit/5c385321f9cfb8204d16998587948f7557a44ff6)) - ([`941a25a3`](https://github.com///commit/941a25a34ed1912a6fadbe7fa504988819182e67)) - Merge minimize logging change to 2.0.x([`4284b377`](https://github.com///commit/4284b3778d446b841bb8607becbde0e9f4a419ad)) - ([`1877644b`](https://github.com///commit/1877644b62e55683805f1fa6c58111c5521427d7)) - Add trace_api swagger file([`5ff323e2`](https://github.com///commit/5ff323e2d07be06026846a35ee2346e6265b35a4)) - Add reference to trace_api swagger file in docs.json([`45ab4843`](https://github.com///commit/45ab4843dd6ecc1b04931e01a56982ec6b67524e)) - Add api-reference index file for trace_api_plugin([`f702c9a5`](https://github.com///commit/f702c9a5cdcc8a5b201e80a5baed300f067a32c7)) - ([`fcb81ef7`](https://github.com///commit/fcb81ef76240bf63332cd01028664071fe2cb13c)) - Bump version to 2.0.4([`e37587af`](https://github.com///commit/e37587af27b47dd59bdb200059a800b42cab0c69)) - ([`6210e737`](https://github.com///commit/6210e73790bbca7bc2f9656b020bd4a8aa26c51d)) - Remove irreversible from trace_api_plugin description([`aef2e13e`](https://github.com///commit/aef2e13ecf806570f4852a655796ea44ae5ebe26)) - Add specified irreversible block to trace_api_plugin description([`7204be4f`](https://github.com///commit/7204be4f85a62ef5f4a5e226917e49576a5bf72e)) - Remove explicit endpoint reference to avoid documentation drift([`51d5aa3b`](https://github.com///commit/51d5aa3b303c86db4aa6fca4cf00ba73c5399b77)) - Add implicit load note of dependent plugins([`ac1f6242`](https://github.com///commit/ac1f624257c92b68c98be68693dde3a6aa87462b)) - Add new http endpoint info in trace_api_plugin description([`d107a2f8`](https://github.com///commit/d107a2f8623fffc2624717fd64ad7b676aa5069b)) - Add EOSIO to reference contracts phrase in trace_api_plugin examples section([`05d8c326`](https://github.com///commit/05d8c3264f017cab3ff984fd37cfb91afcd38b4e)) - Improve trace_api_plugin purpose and examples([`186cfaa6`](https://github.com///commit/186cfaa6425ed4a5235c1f3e7a2b228d589d0f45)) - Add manual filesystem management section([`9d17661b`](https://github.com///commit/9d17661b63eebadc7875e59550594451b5c5c282)) - Enhance tracer_api_plugin nodeos content([`9fa4dc82`](https://github.com///commit/9fa4dc82b6e7c5e5d1c9f315ecbab9d7a76b31b9)) - Add Maintenance Note([`823ec998`](https://github.com///commit/823ec998bef1f47724e41055bdf43c8fd7d64665)) - Add Design Goals and Example([`77803441`](https://github.com///commit/77803441dfe2d2525de07a4a2c09f6f127049d61)) - Add trace_api_plugin dependencies([`64020bbf`](https://github.com///commit/64020bbf3b63d846c5327498d468b944b24b9b06)) - Add trace_api_plugin config options([`8fac065c`](https://github.com///commit/8fac065c13d4d84b9ac89a2fea22c5eae23d2330)) - Add trace_api_plugin descripton and usage([`1af7ea01`](https://github.com///commit/1af7ea016c7bfd281b51a6c06ceaa0e8c6617e20)) - Add initial trace_api_plugin folder and index.md([`a2b4ffb5`](https://github.com///commit/a2b4ffb5d15ae3dc859c63784d7e478b3c9df06a)) - Remove `trace-compression-seek-points` from `nodeos`. users who need fine grained control should use the `compress_trace` utility and their own process. The default is sane for most use-cases and it is hard-coded for now([`48e36e06`](https://github.com///commit/48e36e061bfec07f133bbbbb1960a8d9c48e25dd)) - Add catch all for completeness([`876d0c4f`](https://github.com///commit/876d0c4fe662815907f06f92e3ceef78b03af916)) - Clean up help text processing and add better help text for positionals. emit help text to stderr when its in response to an error and stdout when its explictly requested with `-h`([`5105ed06`](https://github.com///commit/5105ed0652efea5b755c3fb2fb168dea6cac602a)) - Rename option and fix bad compare([`cdf5e87e`](https://github.com///commit/cdf5e87ec08572f77a3ab47a9e2dec8d9f6b75a1)) - Logging for maintenance thread([`2de68085`](https://github.com///commit/2de680851ab52f16b5957be3e3f2ec307f426fbb)) - Another missing header([`bd6690e6`](https://github.com///commit/bd6690e67667b4fd1bc09a52acb0a6ce09242849)) - Missing header([`3d09e358`](https://github.com///commit/3d09e358de817018ecbf96390537d0d7e06d0ffa)) - Allow configuration of compression options, move maintenance to a background thread([`12256a32`](https://github.com///commit/12256a3280b0108dace20159a9afcd5739261cf3)) - Move to raw deflate/inflate which removes the need for per-chunk headers and checksums which were not providing their intended protections. Integrate clogs into the store provider as an optimistic first choice for reading data([`5e2cee0d`](https://github.com///commit/5e2cee0d45e3707556c0bc88886f78ce96647215)) - Compressed file that supports a configurable number of seek points; really basic tests for compressed files; utility to compress trace API .log files into .clog files([`8548f2e2`](https://github.com///commit/8548f2e2af241cfcbc2fd6c5a66c93a33bb5ed2f)) - ([`b6fbeb50`](https://github.com///commit/b6fbeb50f05c1568fb108ae4acf7721fb07505aa)) - Delete temporary README([`a294da3b`](https://github.com///commit/a294da3be9ba07fd14fe1806e224dad481ab0b40)) - Merge feature/trace-api-plugin @ 66c677df6([`234ad76b`](https://github.com///commit/234ad76bf67f2485a1b5244d23493e80004b45b8)) - ([`66c677df`](https://github.com///commit/66c677df68805158a508f8b9166efe092e5c7a2a)) - Removed unused variable.([`3774403e`](https://github.com///commit/3774403e0a62904fbbd36b762049f5584f03fc2d)) - Fixed configuration parameter for PR comment.([`6aced126`](https://github.com///commit/6aced126497b74f7c034b7ec18752443718aee1c)) - Changed find_* methods to take an open_file flag to keep from opening a file if all we want to do is find the file and not planning to read/write.([`c2889bdf`](https://github.com///commit/c2889bdfe3f27c5ba26225c5166269b0743a5e5a)) - Removed trace-minimum-irreversible-history-us command line parameter.([`c65f34f7`](https://github.com///commit/c65f34f7bf93bb10f50bceda43563a8c6f96d5bd)) - Changing append flag to be an enum to make way for open_file bool to avoid confusion.([`9cdc678e`](https://github.com///commit/9cdc678e2d4d734ee0d584e53b316dcfd950e5eb)) - Fixing data member name that matches type name.([`8aebec10`](https://github.com///commit/8aebec101867b3c977b235967e19ef16a26ad6b3)) - Fixed to use std::optional instead of fc.([`952bfa55`](https://github.com///commit/952bfa55e0f92c3ad132af071f1e5dc73ea9a676)) - Added tests for automatically cleaning up slice files.([`85ed2f1f`](https://github.com///commit/85ed2f1fae0dbd40f4d3108d0d353bf6b3401a60)) - Added logic to automatically cleanup slice files.([`b17a2814`](https://github.com///commit/b17a281477e3a890570389fc1a4ffa1f41e8e676)) - Added parameter for setting "trace-minimum-irreversible-history-blocks".([`d47023b9`](https://github.com///commit/d47023b922c2952fcc8bf8ec1eee8f5b408e0b20)) - Seek to begining of file (when not appending) to handle different platforms' handling of mode flags.([`5a7e2180`](https://github.com///commit/5a7e218025b70d642ea1d56499996ff35da288eb)) - Removed redundant seek to the end of the file.([`a8ae94e9`](https://github.com///commit/a8ae94e9a4475c17dcf0c0e4dc2898d8174bf5e7)) - ([`5755ba95`](https://github.com///commit/5755ba952d52e46f3a2fc59b10342e902b0c3b6c)) - Optimization to avoid deep copy of response variant([`f429041f`](https://github.com///commit/f429041f1c02581ac5e64aa5c3752825ba1b5af5)) - ([`f23317f6`](https://github.com///commit/f23317f6f72bde131ca58033f853f0c922337c86)) - Added example ABIs([`1e02bfbf`](https://github.com///commit/1e02bfbfdfd05e8afdb02b163abc967e28172217)) - ([`84702347`](https://github.com///commit/84702347e30b8d9687bd8cc30f3a4342ab1f5804)) - Remove base64 related code([`a576cd38`](https://github.com///commit/a576cd386a1342c17048f70d16e128d93f3998f6)) - Remove JSON-encoded ABIs at the command line, they are practically not useful([`95a611e5`](https://github.com///commit/95a611e546ea58652226d43b4283ffa8d0b01615)) - ([`0d4d36a9`](https://github.com///commit/0d4d36a9d8b2684ac9af6dc666ce2c4bca854e9e)) - Reduce stored block numbers to 32bit values to match protocol([`92248c13`](https://github.com///commit/92248c135a8c8fd4f0b235df457fabb2e97d4041)) - ([`55e61c1f`](https://github.com///commit/55e61c1f1ee067ab8f48e415f44bdf8c04bef505)) - Address PR comments([`78111cd1`](https://github.com///commit/78111cd1d93eccedd1a99cda88ddec75c81585de)) - Remove the shim now that the API matches([`b5444c92`](https://github.com///commit/b5444c927e20cc9a87ca7cc0c7422014905b7fc7)) - Merging feature/trace-api-plugin @ 6f0832001eff32a975d78732d15a9abbabe88b0d([`49207fb5`](https://github.com///commit/49207fb595b6c1cdd9aefd9c4340f2009dffccf2)) - ([`6f083200`](https://github.com///commit/6f0832001eff32a975d78732d15a9abbabe88b0d)) - Changed to creating the slice diretories if it doesn't exist.([`4e190d9b`](https://github.com///commit/4e190d9b08cb7762ae3ba9490b1051094075406a)) - Added test for new get_block interface and cleaned up variable names.([`13e8fea0`](https://github.com///commit/13e8fea058386de974fc28fa0b9d29df46054979)) - Removing test_logging([`56cdc6c2`](https://github.com///commit/56cdc6c28da79f2a3c348e0c92e9894d79faff33)) - Renamed slice_provider to slice_directory and made scan_metadata... and read_data_log protected.([`8c573c54`](https://github.com///commit/8c573c54812b6ecf79298b018e9bf1be1c79055e)) - Moving append_store and extract_store to be namespace methods.([`c332eca9`](https://github.com///commit/c332eca9237ea5ff96a0e7e5839c00f0432fe842)) - Added get_block method to encapsulated scan_metadata_log_from and read_data_log.([`7b1a529c`](https://github.com///commit/7b1a529c237ec672dacf1d2abf49328f8f12454c)) - Moved get_block_t to common.hpp.([`82b877e3`](https://github.com///commit/82b877e308dccaa8adcc511199a01a905d9bc59e)) - Added in plumbing for yield for scan_metadata_log_from.([`c8139d2d`](https://github.com///commit/c8139d2d881336d6b2fc9c015a94ec7560a50995)) - Merging feature/trace-api-plugin @ 51e15ef093c314228b810d280daab076e34aba92([`bd6e0ec2`](https://github.com///commit/bd6e0ec296e03801fbf30cbb8b0eed404c82b499)) - ([`f58bc4d3`](https://github.com///commit/f58bc4d30d012b33ee309345bdd98ba54bc98ae8)) - Support relative file names for ABIs([`a500eaa9`](https://github.com///commit/a500eaa9798bfb1e4927808aa908da6a758f94ff)) - Merging feature/trace-api-plugin @ 500ed8e7c4ca41c2299142b47788fd7f7c6974b1([`51e15ef0`](https://github.com///commit/51e15ef093c314228b810d280daab076e34aba92)) - ([`500ed8e7`](https://github.com///commit/500ed8e7c4ca41c2299142b47788fd7f7c6974b1)) - Sort response actions by global sequence in response formatting([`2d0e1ade`](https://github.com///commit/2d0e1adebd3608c9b18955a4b95b8c721ca31849)) - ([`377b42c3`](https://github.com///commit/377b42c3db62cf402130c610b61c5c64501be576)) - Add test for forked blocks signal of accepted_block([`aaa408c3`](https://github.com///commit/aaa408c37d7ad709facec95bde912681f3fe0a33)) - Verify trx to tapos to forked out block fails on re-apply([`2bf8174a`](https://github.com///commit/2bf8174a1be03d476b9a8be7034a4e81ccec7a19)) - Add produce_block that returns traces of applied transactions([`b0ee12da`](https://github.com///commit/b0ee12dad8be90f070b9e12aae07fff91db4d76f)) - TEMP FIX FOR OSX APPEND READ BUG([`ef358652`](https://github.com///commit/ef358652ae54260033566e4fb2e922f568beb496)) - Shim to old store API to start working on integration issues([`7df632bd`](https://github.com///commit/7df632bd84f1428bbed77e8fcd98fc39c309db4c)) - Integrated with changes to extraction provider constructor([`8cc70797`](https://github.com///commit/8cc707979278537f2ac3c54a2a217cf93826e673)) - Merging feature/trace-api-plugin @ 0e8978e4d46ca20728a9dab836996414f053eeb6([`f02b748b`](https://github.com///commit/f02b748b0dd8177509d50b6261cc92864a905afb)) - ([`0e8978e4`](https://github.com///commit/0e8978e4d46ca20728a9dab836996414f053eeb6)) - Move([`a9c47e15`](https://github.com///commit/a9c47e15af1e0528a10a0c845f82b14680f06ebb)) - Move to exception_with_context([`8583504a`](https://github.com///commit/8583504a13bd785f47ab7ca6910d3762369c7302)) - Move to append( const block_trace_v0& ) api([`fb2c051c`](https://github.com///commit/fb2c051c7af7c8fded394a68bdfd122f439754b9)) - Merging feature/trace-api-plugin @ 9f196730fb41fdefd0fd9155ae8103e658568ca8([`ba34fc71`](https://github.com///commit/ba34fc71f119a22477421a7a95d402f45aecd3e9)) - ([`9f196730`](https://github.com///commit/9f196730fb41fdefd0fd9155ae8103e658568ca8)) - Renamed the `trace_api_plugin` namespace to `trace_api`; renamed the `_trace_api_plugin` to `trace_api_plugin`([`f22559fd`](https://github.com///commit/f22559fdd7ba176dd71143844e27d06331a4e8c5)) - ([`8412cd8d`](https://github.com///commit/8412cd8dabe7b1ec00357296efcaf47469f0c4bf)) - Fix tests for code changes and added new code to placeholder tests.([`3b8e66ea`](https://github.com///commit/3b8e66eadb993988eb746fb610d0af24310f2fea)) - Merge remote-tracking branch 'origin/feature/trace-api-plugin' into trace-api-plugin-read-write([`7d31309e`](https://github.com///commit/7d31309e4c3d236d7a469085e5b93e316b4b0226)) - Created a find_or_create_ and find_ for trace files and made retrieving trace not create a trace file.([`d15eabce`](https://github.com///commit/d15eabceb4d89fd83f4790031b37ae0b2caa892b)) - Fix index search to indicate offset 0 as highest offset read if file doesn't exist.([`d5a96fb7`](https://github.com///commit/d5a96fb739cd455c3258ba0f8a35fe36b516a7c6)) - Cleaned up logic for PR comment.([`57f9ee26`](https://github.com///commit/57f9ee26814ea911246b8d79ec39438490038be9)) - Changed find_* methods to return true for finding index and only find_create_* methods to allow file to be created.([`fb5256f1`](https://github.com///commit/fb5256f1b882c4d9bb9c61d829d8eb170316aa67)) - Moved static private variables into annonomous namespace.([`65cb29d1`](https://github.com///commit/65cb29d119d092cd0cc2522855b9be666df3ece3)) - Removed old code and changed test to use new methods.([`8f9cda8e`](https://github.com///commit/8f9cda8ef56f3a61679d2f31bd10962273ad4c0e)) - Updated fc library.([`ceaeae6d`](https://github.com///commit/ceaeae6d06409568f0f95bf7095ce441c4b3503a)) - Added sync to cfile and other build fixes.([`23e46014`](https://github.com///commit/23e460141650e7b6d16e1550c656468a90f4d473)) - Build error fix, cleanup, and adding back in commented out code with fix.([`86a9231c`](https://github.com///commit/86a9231ceee03e4f6df6ff7b2fb5f07b635861ad)) - Initial store implementation.([`a032d0c2`](https://github.com///commit/a032d0c29e5836b0d19a9df35bdc0c6f66ee2e82)) - Merge feature/trace-api-plugn @ 3dd66aac1bf103f71587dbc98e84204d6d14c787([`81b80282`](https://github.com///commit/81b80282db071f167788a6d637fef87d2df0e537)) - ([`3dd66aac`](https://github.com///commit/3dd66aac1bf103f71587dbc98e84204d6d14c787)) - Move responsibility for checking a function before calling it to the type of the yield function instead of the caller([`2503196e`](https://github.com///commit/2503196e305bd14bf247f5ed421921be56c5c154)) - Merging HTTP wiring branch([`08ebb82d`](https://github.com///commit/08ebb82d0436b560d1277e7d2ec949789f30dee7)) - Initial http wiring([`8a9c6585`](https://github.com///commit/8a9c6585fe3f0e43bba91f06a52c93bfd4c21365)) - Basic ephemeral store wired into responses([`b5dd4c93`](https://github.com///commit/b5dd4c93e97e33b4662f4298ae528540f4289d42)) - Propagate yield pattern into `Store_provider::get_block` interface([`6029a0e5`](https://github.com///commit/6029a0e5b4426c023b1138e223575342a0dfa607)) - Move to a yield function pattern instead of any concept of time or deadlines.([`162f2543`](https://github.com///commit/162f2543fbebf790591aa56bda0c1c05eb4e82cd)) - ([`d9eecf82`](https://github.com///commit/d9eecf8249985b062304360685490d01aa66e0c7)) - Migrate to the new read API([`7a4a9403`](https://github.com///commit/7a4a94032be077d1cf1a7438e732d55743a53d85)) - ([`5d257795`](https://github.com///commit/5d25779534816ebebc380670c6044c8831a511c4)) - Move to new store provider interface([`6b0da594`](https://github.com///commit/6b0da594e5751ff5917c68f7b316671734b82b8d)) - ([`d92a3aa5`](https://github.com///commit/d92a3aa5928ac8f516d9ad8b2c65896cf2bc5c23)) - Change action output such that hex data is always present and `params` is present IFF a data handler can process the data([`4bd23349`](https://github.com///commit/4bd23349c0427df80e46f44ba22d46f68dad52d8)) - ([`93cdb30a`](https://github.com///commit/93cdb30a7983d9703778a67a3374343f611e0560)) - Removed transaction_trace_v0 status as we are only returning executed transaction traces. Removed context free action traces to avoid confusion by users. Report input transaction id for onerror transaction trace since that is the id the user knows.([`46de43ca`](https://github.com///commit/46de43ca01bbb443f87a80f1427e167a77d1a09c)) - Merge remote-tracking branch 'origin/feature/trace-api-plugin' into trace-api-extraction-2.0([`16282455`](https://github.com///commit/16282455f4c40c40c8dc03e75fc9d2a1dc195867)) - ([`8f330342`](https://github.com///commit/8f330342dd07273684f2c510f01dbdc16ef8209e)) - Change trace-no-abis to be an error if it is not mutually exclusive with trace-rpc-abis or neither is present([`f6d4e677`](https://github.com///commit/f6d4e6776ef4efb49b48ef6b0533668dc52fc84e)) - PR feedback responses([`35578c80`](https://github.com///commit/35578c80ca67be668c41d44493d26132af8346d1)) - Merging upstream feature/trace-api-plugin @ 70f59f81d38be578eba0d0e45769f649071f662e([`4dd8a06a`](https://github.com///commit/4dd8a06aa423fe2b35de67648bba54c94699ac40)) - Temporarily rename trace_api_plugin until the namespace can be fixed; refactor out functions for parsing configuration and create tests for them; address edge cases encountered([`b59454aa`](https://github.com///commit/b59454aa11ee743caed65e82bbe569c1bcef870a)) - Interim commit for namespace refactor([`262fa754`](https://github.com///commit/262fa75444110e9e58f16e7c60900157e80d0976)) - Add test for onerror([`6fae74a9`](https://github.com///commit/6fae74a9e2248cce9fa820887f372b34430de484)) - Add test for onerror id not in block([`afdc4cea`](https://github.com///commit/afdc4cea07d7c9239d9afd7c74aa539209eb22e2)) - ([`70f59f81`](https://github.com///commit/70f59f81d38be578eba0d0e45769f649071f662e)) - Add multi trx test and clean up single trx test([`b200e857`](https://github.com///commit/b200e8578a19954cd9dadece2f29d17556373e79)) - First test passing([`fa9308e4`](https://github.com///commit/fa9308e4563266271095cc7bb5aac9654eadff9b)) - Merge remote-tracking branch 'origin/feature/trace-api-plugin' into trace-api-extraction-2.0([`a15cd5bb`](https://github.com///commit/a15cd5bb4da7e4105f9c5fb2e06c0bbc5df9ac26)) - ([`8eccdff7`](https://github.com///commit/8eccdff7c5a970bad8ce5310f1f2ccf0489f80fa)) - Added missing moves([`8e3db427`](https://github.com///commit/8e3db4275623588d994f895b9bc7121064b74eaf)) - Add ability to push a logging function into abi_data_handler optionally, tested some edge cases to make sure fallback was in place and logger was called([`964672d2`](https://github.com///commit/964672d2719eaf3db6592fb96551648ba28cd56a)) - Merge upstream `feature/trace-api-plugin` @ 6f1f3b077a86983e63fa6194cbeb6a8304377e6f([`3618b8ba`](https://github.com///commit/3618b8babbc7c6dcd876c0272a168cf0b1fd6500)) - Basic abi and base64 data inspectors; need to work on error conditions for ABI([`7e462f89`](https://github.com///commit/7e462f89fa24683617169900f8f3cd837fabb44c)) - Merge remote-tracking branch 'origin/feature/trace-api-plugin' into trace-api-extraction-2.0([`74f89e35`](https://github.com///commit/74f89e35e53c41f35278701a470946fb69819ff1)) - ([`6f1f3b07`](https://github.com///commit/6f1f3b077a86983e63fa6194cbeb6a8304377e6f)) - Wip([`a877f80c`](https://github.com///commit/a877f80cf3aabace4ef3c47f85f64324b7053e45)) - Take by value([`a746f6a9`](https://github.com///commit/a746f6a90e4659fcf07163eb003aaa8b63c95a3d)) - Move to_ methods to extract_util([`8d112075`](https://github.com///commit/8d112075af03a6e57fdaeaff1437476f46a433cd)) - Combine log and shutdown std::function to one except std::function([`3d39e982`](https://github.com///commit/3d39e98228ee7b695d56bae52b5215bccd5e3c08)) - Transaction_trace_ptr instead of transaction_trace([`a8b5e24a`](https://github.com///commit/a8b5e24a2af76349aa3033e4a7861c32f537666e)) - Add storing of lib([`b1380a77`](https://github.com///commit/b1380a77723f554965df8fc9de1c34ae21819354)) - Use default hard_fail for status([`17469875`](https://github.com///commit/17469875cf5d1195dbfb66145be2e1dba96157d5)) - Use std::function for shutdown and log(exception) functions([`f770a9bd`](https://github.com///commit/f770a9bdf698dfe1eedd70926046cf16c516d73d)) - Merge remote-tracking branch 'origin/feature/trace-api-plugin' into trace-api-extraction-2.0([`6b17f23c`](https://github.com///commit/6b17f23cf38b1768d2c630106f24f55a80b8905b)) - ([`6df287fb`](https://github.com///commit/6df287fba0410186f737a0625b6a952d0aabdf0e)) - Extend tests to allow for mock now provider, add test for deadline exceptions([`9154fa92`](https://github.com///commit/9154fa92af006d1df7f305fc5c9e72f1c57e4e6b)) - Extend tests to support mock corruption of metadata log, add test for corrupt metadata in scan([`8288f5b2`](https://github.com///commit/8288f5b2ce7da3f981806b4947608a0f202ebc83)) - Add tests for LIB edge, better block edge, corrupted data, missing data, missing metadata([`0d262cb4`](https://github.com///commit/0d262cb466b31f1039cb9c4bdb831b65cd7d8dac)) - Add basic single action test case with no ABI([`85e045c7`](https://github.com///commit/85e045c727ec67576362b8dafb63e9986957f91a)) - First draft of request handler; does not yet handle ABI decoding at all([`67144455`](https://github.com///commit/67144455a7c74d61a75ba1edf790741b60294b4a)) - Basic framing for response unit tests([`5a66953d`](https://github.com///commit/5a66953d0282e11751201a725e19da955af63a4d)) - First quick pass at chain_extraction([`44c6eb6d`](https://github.com///commit/44c6eb6d5a2239d791b46df52779becd07873b60)) - Add conversion from chain::transaction_trace([`80e29175`](https://github.com///commit/80e29175b9433419d8fea88fbac0855e5b3215e8)) - Add a bool return type to the lambda for `scan_metadata_log_from` to facilitate early outs by readers([`5576f507`](https://github.com///commit/5576f507fb4bb6637fa1aa267aad58c0b97f635e)) - Strawman API and test rigging for logfile subsystem([`c172fcfd`](https://github.com///commit/c172fcfdf6100d7afdf455760b84d32897e1d1d5)) - Added checks to prevent non-descriptive test failures; extracted some of the user-defined literals to a common testing header for convenience([`2318e775`](https://github.com///commit/2318e775fa068e78845da2b17d993ffbd86390ab)) - Flesh out test for extraction([`b0f86205`](https://github.com///commit/b0f8620588ae862b46c4e22546bcf24aa9c59d58)) - Initial scaffolding for the data types and the parallel test tracks([`bce1977a`](https://github.com///commit/bce1977a472e10f7af739b97d8038cbbf0e41ab0)) - ([`94354d25`](https://github.com///commit/94354d2541e077349a280a3c92dff44df43e8dc6)) - ([`1925b98e`](https://github.com///commit/1925b98e4de119273d631cf7f67ff7ce7bbf3f48)) - ([`aa60b9ca`](https://github.com///commit/aa60b9caf9b7e2bd2411bb199c0c1d9fd8f085d5)) - ([`231d9502`](https://github.com///commit/231d950224b3a5e5c7dc2eb09a017f298d4aaf45)) - ([`e73a43be`](https://github.com///commit/e73a43be09478ed3fe5d48071156e1b7caa0e3e1)) - ([`bcd5f64a`](https://github.com///commit/bcd5f64a692194ed308eb42be6039e0237b7ff14)) - ([`8cfb6d17`](https://github.com///commit/8cfb6d170b56a872eaa244ef46d34a98e7b09bf6)) - NorseGaud -> EOSIO for anka plugin now that we have approval to manage a fork in EOSIO([`44843f8b`](https://github.com///commit/44843f8b1d67371acb7be31b377f81ced7f76f5e)) - ([`133aee6a`](https://github.com///commit/133aee6a4539e5c2bc428f29f8dbff2f30deed24)) - Removed build-script.yml([`6e43f60e`](https://github.com///commit/6e43f60e4061157e7802b4d64344ce915b7fb182)) - Anka plugin version bump([`38c9a699`](https://github.com///commit/38c9a699ef1771300d020b5c48888f99f7d8dc07)) - Enabled ping sleep([`34a547e3`](https://github.com///commit/34a547e35e7cab2390d54c2a9e0ce6b13e0bde40)) - Anka buildkite plugin version bump for ping sleep([`da363675`](https://github.com///commit/da363675ebd1b790b4de0f10511b3bf10d2a38d2)) - Better comment([`46780753`](https://github.com///commit/46780753afc41db34e5160cfcc9e5dc7ff557486)) - SDKROOT inside of sudo (don't want to use -E due to other potential conflicts/collisions with ENVS)([`0f558aec`](https://github.com///commit/0f558aecb0d3a2afaf7ee0c549140c02ed3c309c)) - Quick test([`7ce1aae1`](https://github.com///commit/7ce1aae108fb844d444319af5f1472db033e6b4f)) - Quick test([`7dac28e4`](https://github.com///commit/7dac28e42fb3be03a58fb3baf109484856f2202f)) - Quick test([`3683a4ed`](https://github.com///commit/3683a4edd8709c4e309f5b1cde0dae64bb892d93)) - Added SDKROOT([`490115b7`](https://github.com///commit/490115b755e783313bba0ecbdb47d364ac71c279)) - ([`0775c543`](https://github.com///commit/0775c5436033b93e17f78b72b7eb0d04359df2ff)) - Hotfix documentation links([`7c8a03a4`](https://github.com///commit/7c8a03a42ac24b57e7e876ca936f6c3031c75024)) - ([`e19afc80`](https://github.com///commit/e19afc8072219282a7c3fc20e47aa80cb70299e4)) - ([`70b4f11b`](https://github.com///commit/70b4f11b51b6c03a9bbb89b0e82e5efe4d3d3e5e)) - ([`3e808f5c`](https://github.com///commit/3e808f5cb6f00a9f7dd9c317bd1534ed77a570aa)) - ([`5c34785b`](https://github.com///commit/5c34785b6bb609a05d14257bc6a51cca6cae7c3a)) - ([`074ae751`](https://github.com///commit/074ae751c7d27d46ffbe865c89519109bab35d40)) - Bump version([`bfbf10d5`](https://github.com///commit/bfbf10d589c1b888baa0fd96ec08cbceb2e17e9a)) - ([`e886e9ed`](https://github.com///commit/e886e9ed875e922b5f3b689d827687361acba159)) - ([`f545d4e5`](https://github.com///commit/f545d4e5bb0654b33f64eee7a0707e3856df74ea)) - ([`f15f0e19`](https://github.com///commit/f15f0e191dc9d008375a44fbed15f066ee048e0c)) - ([`3c553db7`](https://github.com///commit/3c553db73864ea19458512b4669cf9942dc59f57)) - ([`d212bc05`](https://github.com///commit/d212bc05d17ac38d1efe5812804dfe12f409b219)) - ([`7d210b38`](https://github.com///commit/7d210b387ce5ec9089ab31e9cc0e237bceb25622)) - Ensure name change([`aa0ee4be`](https://github.com///commit/aa0ee4be7295c52decc656198b44cbb1d72a2214)) - Comments on what you should expect to help speed up interpolation/logic creation([`aee78578`](https://github.com///commit/aee785781370c6df17c4c933b00214032a537875)) - ([`52ddb328`](https://github.com///commit/52ddb328ac9680c38d1027bffab198ad1208b1fb)) - Mac steps get a min of 1 hour([`64c3b974`](https://github.com///commit/64c3b974762bbca7e6e32f34e4a640586bfefa4b)) - ([`a2317d38`](https://github.com///commit/a2317d380de2ca4b8753673ee42fdfd6fb1b4819)) - ([`0a600a97`](https://github.com///commit/0a600a97ee4918760a842dd4419d35b72734b3ab)) - ([`12526271`](https://github.com///commit/12526271fe887becf57c0865bb6e24b8e9d884a8)) - 10.14.4 -> 10.14.6([`0c3f8f6c`](https://github.com///commit/0c3f8f6caa3dbb0acce62938c3564d421b53dead)) - ([`eca12a81`](https://github.com///commit/eca12a81ea612afa00652b5e88910978dd537566)) - Eosio/producer -> eosio/ci([`039e4dd3`](https://github.com///commit/039e4dd3e6accc6ebd19c5f5e40ae19b136d1473)) - ([`7c0b0d38`](https://github.com///commit/7c0b0d388ee5012aa56df7260b53033b721b8c9f)) - ([`6f534f93`](https://github.com///commit/6f534f93ea13f4c8d6ed7c93a7b855198b4f7c2b)) - ([`51f6a070`](https://github.com///commit/51f6a070200c69eb4d82e21aa2f750d43e8491d1)) - ([`80c8a90b`](https://github.com///commit/80c8a90b742bd93e1c114ff05c58239abc8f1953)) - ([`80e71695`](https://github.com///commit/80e71695a25206004e3e229d0692be1edfc8a3f7)) - Removed quote from GIT_FETCH/pull regex([`d8fd5632`](https://github.com///commit/d8fd5632c576336df323c3101061a2651295e7dc)) - Added better regex([`d984c32e`](https://github.com///commit/d984c32efe01b78096455c69c510cef910c0cd73)) - Added fix([`2fbd79cb`](https://github.com///commit/2fbd79cb872da3cc7df2564a91ab6e61e7064a73)) - Anka plugin update and new features for failover of registry([`2e4d020e`](https://github.com///commit/2e4d020e51ba0634d87bb99790475a023940048b)) - ([`7116e887`](https://github.com///commit/7116e88775aa335004e68a66951a682ee933074f)) - ([`eaf18fed`](https://github.com///commit/eaf18fedc8623bf6ddea8cc7ac77f50da7b42e5f)) - ([`9475b438`](https://github.com///commit/9475b438d6a1b5cc98e559c08294f49010e177b9)) - Removed flags from Boost install step.([`170cd116`](https://github.com///commit/170cd116caea996fd4ee1150d209226e8d0c7b32)) - ([`392af4d8`](https://github.com///commit/392af4d85f60c4db37d8d82bcf4e527968c84a14)) - ([`2deba918`](https://github.com///commit/2deba918efb74dab697ea9d5a236ad3ad198f82d)) - Ensure release flag is added to all builds.([`cb5e0f8f`](https://github.com///commit/cb5e0f8f909216f7be9c4d974142e51e8e8d0e1d)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`8396fa1a`](https://github.com///commit/8396fa1ab30dbdf35f5cadf577176ae06b017107)) - Replace SKIP_MOJAVE with SKIP_MACOS_10_14.([`23ad745f`](https://github.com///commit/23ad745f0559bf676f1852c34c8dcad13854908f)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`5d2127d8`](https://github.com///commit/5d2127d85ffd5ddae1cb1d4a65aab9e0c3eca488)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`673e7754`](https://github.com///commit/673e7754c29a253388c1d6188322d34f40c04657)) - ([`d8d46014`](https://github.com///commit/d8d46014886a7149c5c6b4c12d6c7b6ca9b1b9a5)) - Set contract builder to use unpinned image. This matches existing contracts pipeline.([`c3faebaf`](https://github.com///commit/c3faebafc591eb9f925dd59b7d826c4040841c44)) - Extend timeout for Contract Builder.([`8fe4d20e`](https://github.com///commit/8fe4d20e4aca50414bfad69b566f60c40e8a496b)) - Add SKIP_MAC to Brew Updater.([`a7e3e2ba`](https://github.com///commit/a7e3e2bab2add2c6dca61699379af892e2b19f7b)) - ([`3f71b8fa`](https://github.com///commit/3f71b8fab5a3c8917a94bbd9c532b350fc68ea87)) - Added versions to platform files([`de70e29f`](https://github.com///commit/de70e29f3ac9fa254adfdff9ff8afcc8233f3864)) - Add mac script back.([`b546357c`](https://github.com///commit/b546357c685d10c8d4a4017ba107fe5989235ba2)) - ([`718b4d7b`](https://github.com///commit/718b4d7b61f44c7670bfa466ba3e8d24e7814d90)) - Move "Ubuntu 18.04 - Contract Builder" step to end([`a79bd22f`](https://github.com///commit/a79bd22f761654e2e591479588c13611a39a8c21)) - Create "Brew Updater" step([`3cba5b97`](https://github.com///commit/3cba5b97dcd5fb71696a44cbbe1bab6b20a77660)) - Fix Mojave Package Builder label([`44ee5bba`](https://github.com///commit/44ee5bbaab51ba1a0447336d502e4daee81e77d7)) - Moved "Git Submodule Regression Check" YAML into generate-pipeline.sh([`3eceb415`](https://github.com///commit/3eceb41550d81955fb0daa73f13e6e366bcf5a35)) - Remove verbose output on serial tests. Remove mongo dependency on Travis.([`21803fff`](https://github.com///commit/21803fff36f91a75f1ca7be8eb3be3f7157d92f4)) - Added automation-basic-builder-fleet to generate([`225ee13b`](https://github.com///commit/225ee13b2f6efb08fc5e4812d2534b61a6d89368)) - ([`f499f475`](https://github.com///commit/f499f475b853f7970a50e6d5603df818aecfccde)) - ([`1d19e48c`](https://github.com///commit/1d19e48c00879defdc95a2d3c97d5577831cc876)) - ([`be804bf6`](https://github.com///commit/be804bf63c5092a123c3e1a468559a8164bcd3be)) - ([`0bc34329`](https://github.com///commit/0bc343296f9695b76141c814787b7f26979b2900)) - ([`7054aa9e`](https://github.com///commit/7054aa9e3a82bacc551cfcdd0deb2feacf9c4e2e)) - ([`14185431`](https://github.com///commit/1418543149b7caf8fc69a23621e3db7f3c6d18ad)) - ([`165ed5d3`](https://github.com///commit/165ed5d3d9e5bc358e8d49479e10e3fb0dae5dd4)) - ([`eb88d033`](https://github.com///commit/eb88d033c0abbc481b8a481485ef4218cdaa033a)) - ([`b5868626`](https://github.com///commit/b5868626b9e30c7b694667c3189aaf0e6f2dc500)) - ([`5082391c`](https://github.com///commit/5082391c60b0fa5e68157c385cd402bf25aea934)) - ([`784939ce`](https://github.com///commit/784939cebabdb144f0fa87c0ad1c87e9efd3a68c)) - ([`448287d5`](https://github.com///commit/448287d520f5f8c282139ecc60f227c218d42e82)) - ([`a9aa4c93`](https://github.com///commit/a9aa4c9390903353dd9231de3ad396deada003e9)) - ([`38d8c2b9`](https://github.com///commit/38d8c2b9ec74cf127f80260037a0eeb69196387d)) - ([`a2a1e9ea`](https://github.com///commit/a2a1e9eaf64dad4f1e816db2c77a5dcb45683953)) - ([`265b60db`](https://github.com///commit/265b60db3132f28e084b5e3644d80a8607b6863f)) - Revert "Allow cleos to query an API node behind Cloudflare"([`698251ca`](https://github.com///commit/698251caf943b56ddd8eac7c899ea30a641db2dc)) - ([`f3e5134d`](https://github.com///commit/f3e5134ddb82553002e90bc35da2d6fd727728cb)) - Simplify http response body reading([`5e8c4596`](https://github.com///commit/5e8c459607f88cd51d226faf85fc12b1e04d7062)) - Handle no Content-length header in http response([`254cde20`](https://github.com///commit/254cde20265da710f172a0178e73e1baacb611f2)) - ([`73501a46`](https://github.com///commit/73501a46465ca42688bb30c00f4f86e82f6b2dc1)) - ([`5034d832`](https://github.com///commit/5034d8323588e7d5ef06d3894f7788edc563f2ca)) - ([`14a65aca`](https://github.com///commit/14a65aca147edf51fd86a958949e237fd430b9ed)) - ([`756ebaec`](https://github.com///commit/756ebaecee520f3e23c991befb9a2aa32307f907)) - ([`686f0deb`](https://github.com///commit/686f0deb5dac097cc292f735ccb47c238e763de0)) - Merge release/1.7.x at 1.7.0([`ebebb906`](https://github.com///commit/ebebb90670bbdd3325f2c6d62f98409d513c6a54)) - ([`15902aca`](https://github.com///commit/15902acabe21f0f310fdcf57805b090d4008cb8b)) - ([`5e8e2949`](https://github.com///commit/5e8e2949b72ac973393a1b86ed590c52815298f8)) - Bump version to 1.6.3([`bf85b4fc`](https://github.com///commit/bf85b4fcea6527882a0217fc0adab02cd3cd5bc2)) - ([`517fd2c9`](https://github.com///commit/517fd2c9a463b303e0d2e38e6d1b8b32f61b2f80)) - Consolidated Security Fixes for 1.6.3([`12d99615`](https://github.com///commit/12d996150d233bff65d6bcc328e742a6d564b0cf)) - ([`1d485322`](https://github.com///commit/1d485322227aad319ad243cf4cea7049170cf2a9)) - Call recover keys before transactions execution so trx->sig_cpu_usage is set correctly([`7c1e14a8`](https://github.com///commit/7c1e14a81af8cf0f9da8e64774f411f4ccacc8f7)) - ([`60dcf1a3`](https://github.com///commit/60dcf1a368dd32797199ce4db6767c74c444b756)) - Wrong tag/branch name([`3b15c4f0`](https://github.com///commit/3b15c4f0d7bbd4c0138060a85dacce5711ba1b1c)) - ([`c8f26078`](https://github.com///commit/c8f260783dee923ff6a33e1ba130d1a065237312)) - ([`88a2d6a7`](https://github.com///commit/88a2d6a7702ccfdb4f62103d38381a1e2a7395fb)) - ([`3d05285f`](https://github.com///commit/3d05285f74f42f44f44d652a2149ddf8ebe0b711)) - Update version to 1.6.2([`f2d45399`](https://github.com///commit/f2d45399dbdbf713fc2c9e655a1b40c908cf8266)) - ([`f97f0de5`](https://github.com///commit/f97f0de5315d76187419f2de704d91c382909862)) - ([`fd77886a`](https://github.com///commit/fd77886a0c76ffa8272abb87c7fcff7a8e1362d1)) - Limit assert message to 1024 chars([`2aa4bed9`](https://github.com///commit/2aa4bed95492d2333b95113943a3b5301d5a8298)) - ([`250e33f7`](https://github.com///commit/250e33f70a4cc9b73d70d5ddccc94467e6bc127f)) - Make sure python-devel is installed for amazon linux builds([`56726b0a`](https://github.com///commit/56726b0a4b45515705e35025120bdf9afcbb493c)) - ([`e093cfa3`](https://github.com///commit/e093cfa34f9f75faa4d96e484dbca2d96b9792ec)) - Don't unlink what we install via brew([`0cbccbb0`](https://github.com///commit/0cbccbb03a04b509790f6a0aec6f4eab52f39794)) - ([`77b91a12`](https://github.com///commit/77b91a127f570160647e1eaf89c67a8a1fd8ca39)) - Add noninteractive option for build scripts([`a8c01c81`](https://github.com///commit/a8c01c810e8730fefadf65e9c4bd5d5d2499ad66)) - ([`23b06b7f`](https://github.com///commit/23b06b7fac2cfe794767a81124d6da303e89e486)) - Add bk step to gather brew files for automatic update([`de266727`](https://github.com///commit/de26672781cb9c506c63376da5813f1f7d40d2d3)) - ([`bbf1a353`](https://github.com///commit/bbf1a353fef3999b815434c5f5fada91a53c881b)) - Set proper directory for baked in macOS LLVM_DIR([`74a143cc`](https://github.com///commit/74a143cc1d0cd7a6cc795030ea3a51b979a6bd43)) - ([`0e78c1fe`](https://github.com///commit/0e78c1fe4a79615d7f1440a82b66ca182180b99e)) - Fix boost 1.67 brew install([`f7ecd76d`](https://github.com///commit/f7ecd76d9af94c8ef866e24cc02f057140e07a67)) - ([`1a14e9cd`](https://github.com///commit/1a14e9cd635410af29415c61be3a14d9764cf133)) - Merge remote-tracking branch 'origin/release/1.6.x' into merge-1.6.1-master([`dd79cb72`](https://github.com///commit/dd79cb72713fbfd659a7c615b07d73d937ea7253)) - ([`5b797454`](https://github.com///commit/5b797454f1688f9db8c3ef477b7ad94aadcc8f59)) - Bump version to 1.6.1([`3dd25b47`](https://github.com///commit/3dd25b47ae8e7414d27b16e32105930ac29b7098)) - ([`14766881`](https://github.com///commit/14766881adaf28fc913dfcbdf76f9a7521ba4898)) - Consolidated Security Fixes for 1.6.1([`a7fc838b`](https://github.com///commit/a7fc838b09ee05240ba05a1001f914697b910ca1)) - ([`3fddb727`](https://github.com///commit/3fddb727b8f3615917707281dfd3dd3cc5d3d66d)) - ([`f932e121`](https://github.com///commit/f932e121b1e0675e6e284e99be3d43f7448c2f37)) - Bump version to 1.7.4([`0260643e`](https://github.com///commit/0260643edc0cf61e766f94b6107b901e0670d530)) - ([`e6cee035`](https://github.com///commit/e6cee03518d87c59e9ec54ce9035e8c8178ebf29)) - Reference to shared_ptr can be invalidated by completion of push_transaction. Create a local copy of transaction_metadata shared_ptr to keep alive until end of scope.([`48d63e99`](https://github.com///commit/48d63e99523663b88c6e7bf8f69ef847d929983a)) - ([`4a19ca7d`](https://github.com///commit/4a19ca7d890d5b48088b3038b15feff6b5c31faa)) - Configured base images pipeline.([`e7418dd2`](https://github.com///commit/e7418dd2768ff90231f3be79517a4d94f19f8496)) - ([`b2c49cd1`](https://github.com///commit/b2c49cd1c63759ed95f7f1783e0495c159c89cfa)) - Removed eosio pipeline files([`b6836ffe`](https://github.com///commit/b6836ffedae19e6f844fcd16c1536b867adbee30)) - ([`15422af0`](https://github.com///commit/15422af0faf4f96258b2a4dca5d20140477413f9)) - Finish test purpose comment([`6961e03a`](https://github.com///commit/6961e03a829ca59e6062fd85b6715b9ecb532303)) - Created "version-label" Integration Test([`1a19c1ab`](https://github.com///commit/1a19c1ab90be637e0969f64a535b4acc26532b1d)) - ([`5a722ebc`](https://github.com///commit/5a722ebcecc82bffd0d9e55e465897e215450731)) - Tell CMake to look in both lib and lib64 for libbuiltins([`d53d8b8c`](https://github.com///commit/d53d8b8c0ba9c37fc0f2fe14818e7d5ecc5f6ae6)) - ([`619163b3`](https://github.com///commit/619163b361615761d892c89b57002d7790e62ac2)) - Use debug level logging when --verbose output requested([`20e49824`](https://github.com///commit/20e49824e0270f61fa3b40d83efa5cc4cf3d7bcc)) - ([`abc2fb8b`](https://github.com///commit/abc2fb8b22fe916de879bbc0e766fc2e00e015b6)) - Fix cleos REX help([`5fc783cb`](https://github.com///commit/5fc783cb8bb3acb85c2fb81a37d45de18b745afa)) - ([`e7d0fb26`](https://github.com///commit/e7d0fb26a1f77177590faa30ddeb29750d6fc3a1)) - Added eosio-nightly-builds pipeline to pipeline.jsonc([`51208903`](https://github.com///commit/5120890351836181754e53fc2aa30c2aa85fa830)) - ([`3a0fc02e`](https://github.com///commit/3a0fc02eeb1abcbccf51af1291f035745b37230a)) - Return exit success in Buildkite so we don't prevent PRs from being merged([`072a4bbb`](https://github.com///commit/072a4bbb707b481ce9cc796fdbcb0f2cd7b87aa5)) - Added check for skipped jobs([`8cf3c41e`](https://github.com///commit/8cf3c41e292a480651397fdacb181018a3b1bf98)) - Do not fail build due to metrics([`111c8b7c`](https://github.com///commit/111c8b7c80fd53c6d8a585596176d6df3bb3d99c)) - Accidentally used old base, merge branch 'release/1.7.x' into zach-1.7-test-metrics([`ab4e11e1`](https://github.com///commit/ab4e11e1795f386e1dc8bbf10085dd2b2f167c43)) - ([`edeb698e`](https://github.com///commit/edeb698ebe68410553a6e2f0667d437300dab339)) - Change default log level from debug to info.([`d2db42e3`](https://github.com///commit/d2db42e31d365f0f39da4d23d5fc3156ad89b0e8)) - ([`b3a9e2ed`](https://github.com///commit/b3a9e2edea0fa75f025996598bb6ab48f0c53a32)) - Add missing import or re([`fc817a19`](https://github.com///commit/fc817a197d5f321ea57b8aa4bd48973246a2bc9d)) - Determine flags for pgrep dynamicly instead of by list of hosts([`740b94f1`](https://github.com///commit/740b94f17b974d5c92d8e9f685113c66c222f14c)) - Add additional platforms for pgrep so unpinned build passes tests([`3c7076ee`](https://github.com///commit/3c7076ee0fb13569be861b7a2f4f66e1a1f287da)) - Update to fc with gcc7 fix([`98326a90`](https://github.com///commit/98326a909c69948e17776442046fc6990eb3f77b)) - ([`99ce78cf`](https://github.com///commit/99ce78cf03a3531b7a82cf277d80193821f1205a)) - Bump to 1.7.3([`a5c02586`](https://github.com///commit/a5c025867e65265fd1a42d5849c4d2f9847d5b18)) - ([`d67bf6ff`](https://github.com///commit/d67bf6ff1332b5617baccd40e39a4310080c6d07)) - Add some missing libs for build([`f5a8abbd`](https://github.com///commit/f5a8abbd2f6d260a39513da9013e2ad31cd08ee0)) - ([`e8a31e26`](https://github.com///commit/e8a31e26e417758f3a88358f6db579fb0d2e3a3a)) - Allow opening block log with no blocks (fixes undefined behavior bug); contruct_index should leave index file empty if block log contains no blocks([`ec33e3f2`](https://github.com///commit/ec33e3f2fe905c878d91b3b2740be668812c604c)) - ([`d18b5292`](https://github.com///commit/d18b52921db997ad61348292b468dd16eb4caa66)) - Keep block log open to minimize open/close of file([`2e6599d5`](https://github.com///commit/2e6599d539a57203afb3ed0a0678d733c0c9bcb6)) - ([`6536786c`](https://github.com///commit/6536786cd28c7c9562410e73572a81119d6bf1bc)) - Add demangle of type([`be8a219b`](https://github.com///commit/be8a219b58820c441716d55d5e5226b6354e1c5c)) - Reduce logging of complete object when unable to serialize([`63ef287b`](https://github.com///commit/63ef287b7f3e2bc4f4139789ca9b8c880ea626cd)) - ([`65efd151`](https://github.com///commit/65efd1511c77f4a32aca92f299eb656d46eb6cbd)) - Remove long-running tests([`6868ad07`](https://github.com///commit/6868ad071c0c8dad9ce5cf785437e9baf0df08a4)) - Make warnings and errors more obvious in Buildkite([`48a8e660`](https://github.com///commit/48a8e6606a09a33d2725bda085db91ddb0c97bad)) - Added universal pipeline configuration file([`0505264a`](https://github.com///commit/0505264a6804aaff0720818dec8e1ebdc5fe173a)) - Created test metrics Buildkite job([`c4c431ab`](https://github.com///commit/c4c431ab252a05f97c8eb124faf32ecbf13012e6)) - ([`f34e2240`](https://github.com///commit/f34e224084ef3274a02008a668e2f0204e7ca5e3)) - Bump to 1.7.2([`25fe2282`](https://github.com///commit/25fe2282c8f040e05e151d17e1c0033197c4358a)) - .buildkite Folder Updates Merged in from develop (#7148)([`7ecd886c`](https://github.com///commit/7ecd886c420e55d83abedf021741894fb2c6af36)) - ([`73d6c7e7`](https://github.com///commit/73d6c7e768673caeeac8f4e50abf5ec95006391a)) - Added lib64 to CMake search space because of CentOS([`8f9bfc9c`](https://github.com///commit/8f9bfc9c5072076473a8295d820b268794a0b170)) - Revert EXCLUDE_FROM_ALL (release/1.7.x) (#7130)([`c332e6b7`](https://github.com///commit/c332e6b720753406471f585189368a0be811778c)) - ([`c0b542ed`](https://github.com///commit/c0b542edc57c8e4669f90faa1060f1531fde4ad4)) - Read_delay_timer runs on net_plugin thread_pool so app().post for execution of start_read_message([`c87c8f99`](https://github.com///commit/c87c8f998598edd726ed5df9c8ff14fca2b3a1bf)) - Also fix fedora RPM uninstall([`65cb7bdf`](https://github.com///commit/65cb7bdffe7bc378c2fde0853f4b97698a1bfcd0)) - ([`af769342`](https://github.com///commit/af769342215b74123f5510b1f1313f3910127516)) - Add back in Docker Hub deprecation that was accidentally removed([`dd59cf58`](https://github.com///commit/dd59cf5820599711dd84db93416c9ff4a66e1e2d)) - ([`8b073408`](https://github.com///commit/8b073408ec85e552299fde764a72e09859f68107)) - Update recommended([`ab0ff58d`](https://github.com///commit/ab0ff58d6cccfe208cfa6007f10501104112d568)) - Bump to 1.7.1([`90338cfe`](https://github.com///commit/90338cfe98c4a1d49264cd35d6a3a3d8228b200f)) - ([`3d118bbc`](https://github.com///commit/3d118bbc1e4dbf0115895baf815370053a08b13a)) - Consolidated Security Fixes for 1.7.1([`77a17202`](https://github.com///commit/77a172022832178fdee288b88f56ca765632e8b2)) - ([`9d481bfb`](https://github.com///commit/9d481bfb8c5cffd72a18fde1e384beab5c2fc7e2)) - Print action traces in cleos even if nonmandatory fields are missing([`516485f3`](https://github.com///commit/516485f3e1d96b652523620424d3d7daeeeb97fa)) - ([`e96effd2`](https://github.com///commit/e96effd265a503330350d375747ce753e91f0d71)) - Can't call connected(), it checks flag that is only set after first read([`5bc1ccee`](https://github.com///commit/5bc1ccee5aa37ea5347330470fdf8d2888d8830c)) - Fix for close() called while async_read in-flight([`92f11463`](https://github.com///commit/92f11463f0f0974dbb99dc82dbd0c3e6c3bad2f7)) - ([`6059f5ba`](https://github.com///commit/6059f5ba7de2d79927df16b7388bcf40c7655ede)) - Add test for recover_keys without start_recover_keys([`dd0b171c`](https://github.com///commit/dd0b171ce8611957f13056d0662037f3e1404644)) - Calculate recovery keys instead of asserting if start not called or different chain_id. Restores old behavior.([`b698d19b`](https://github.com///commit/b698d19b2c889ecc4545b4f717902533c74c006d)) - Simplify key recovery future logic([`cf1a2faf`](https://github.com///commit/cf1a2faf9b4942d6c715020120505c699da9dcab)) - Use shared_future instead of future since accessed across threads([`2180c648`](https://github.com///commit/2180c648e3f4075b48a89889be4e9a268bff4043)) - ([`3479321d`](https://github.com///commit/3479321d4917bb7b3a410f789d595cea163ab8d1)) - When building boost on macos, only build the libraries needed by eosio([`70ca1920`](https://github.com///commit/70ca1920abdb2eedc86734599542cf0f691fa192)) - Remove final remnants of boost thread usage from cmake([`2570a320`](https://github.com///commit/2570a320ff3560372f6c4b9866dad97e9ee025b7)) - ([`fbf5350a`](https://github.com///commit/fbf5350a6a0be2f61c63898b609941f0020689d8)) - Chainbase sync - Remove boost thread & chain locking code([`1b593e6e`](https://github.com///commit/1b593e6e6f344f28f0d5d29f236d0581eedc8cdb)) - ([`ec50c864`](https://github.com///commit/ec50c8640dd6a6f9e6de6bbd270526291282c3b7)) - Fc sync - Remove fc::shared_ptr & refactor logging code to not use it([`c9203879`](https://github.com///commit/c920387944956e9868e1c21f1247fe1f9fd302b5)) - ([`0dcf3566`](https://github.com///commit/0dcf35665e76888e3c51575a92fbcbc4ac93249e)) - Disable asio's experimental string_view usage on macos([`537a6588`](https://github.com///commit/537a6588f701f7533410342f7c53b194a5ad7385)) - ([`9f719b3c`](https://github.com///commit/9f719b3ce13e0d076d1d7d5185e23d82d03dac3e)) - Remove boost::thread usage from mongo plugin([`05a34360`](https://github.com///commit/05a343600d6fe6cea88e3c38335fa8e3b8234fd0)) - ([`19c354e5`](https://github.com///commit/19c354e53885109bd4f1d969062726f8db06db76)) - Create CONTRIBUTING.md([`99317841`](https://github.com///commit/9931784169306ed0e092d362fadfe21e855a157a)) - ([`6aeb47a6`](https://github.com///commit/6aeb47a6d580f85735ef295b37f0c04a943659d5)) - Update README.md([`033b3b3e`](https://github.com///commit/033b3b3e60cb8444abef6c6a5edc6849d3b94b53)) - ([`459e0780`](https://github.com///commit/459e07806b119c2ec3f48ec8adccaf7218a5f1db)) - Update LICENSE([`32a9a360`](https://github.com///commit/32a9a360b4eeb6bb7af06e5f045f26755c8ed4a5)) - Remove setting CMAKE_OSX_SYSROOT (#6986)([`5542e9d2`](https://github.com///commit/5542e9d285a35bbac0a9ac695d6d46d35905644f)) - ([`976bf8a0`](https://github.com///commit/976bf8a017194d96a8ee3fb4914e84ad2ff23a4c)) - Memory leak when --trace-history not used([`868ea8c9`](https://github.com///commit/868ea8c9c6d55892acfbe431723866c502a48b47)) - ([`f358cadc`](https://github.com///commit/f358cadc2a6e9431a4b2d7f8881410020ab89252)) - Ensure that intermediate asio operations are on the same thread([`9e849da8`](https://github.com///commit/9e849da81b42fb292f5b3d1ad2b576ab9fbd3788)) - Add strand to protect internals of asio([`916c5228`](https://github.com///commit/916c52280983a96a792984ccb487908e91309bef)) - ([`e356bd78`](https://github.com///commit/e356bd784d5baf432c54a002448ac6999224141a)) - Prevent txn_test_gen_plugin from calling back into http_plugin multiple times per request.([`45bfc94b`](https://github.com///commit/45bfc94bb026b05f35f165c723034bd96993dac3)) - ([`7afff705`](https://github.com///commit/7afff705b922564a6d21cae464ac9650e914e718)) - Rename eosio-wat2wasm back to orginal name; don't install([`c4a327f4`](https://github.com///commit/c4a327f4ff4eb5ada2266fcf0b827d3c2f384d70)) - Don't build WAVM tools any longer([`88e1ff3b`](https://github.com///commit/88e1ff3b4d17977c364c75d36b912583f466ffea)) - ([`68451708`](https://github.com///commit/684517086423b1058e59f03c20ebb8ac7a60e782)) - Add missing -1 to package names([`222ef472`](https://github.com///commit/222ef4721aa3fe9f885e11f78b3b2131476162b6)) - Bump to 1.7.0([`c83c212e`](https://github.com///commit/c83c212e3085024b808276998fc1c415d2993d2c)) - ([`a29d257b`](https://github.com///commit/a29d257bb91166706f9327620618a3a41297bed2)) - Add libicu as dependency for .deb packages([`e245e07a`](https://github.com///commit/e245e07aba13a89fb74e2582539fd276ba3a3d84)) - ([`03b23209`](https://github.com///commit/03b23209287941722cd89b7718c09dd25ad1b3b4)) - Add back integration_test contract; needed by tests/nodeos_under_min_avail_ram.py long running test([`90120e2d`](https://github.com///commit/90120e2d7d0ca77ade1a4a31663ee18558c7e6c8)) - ([`5a9da919`](https://github.com///commit/5a9da91911618f6867f44c5ccaa6b05a53224f13)) - Bump version to 1.7.0-rc2([`a827e9d8`](https://github.com///commit/a827e9d87900433ae5fe4d4d9d1a1dbf277b85ab)) - ([`9958d832`](https://github.com///commit/9958d832a2597bb2fc12e9b8d83506941625a3cb)) - Consolidated Security Fixes for 1.7.0-rc2([`0776c115`](https://github.com///commit/0776c115c45e9f1f72c8ed0c118699b4cc8425f2)) - ([`cb95019e`](https://github.com///commit/cb95019ebfe13f67f9ad9a0e2745c9af136c0e0d)) - Call recover keys before transactions execution so trx->sig_cpu_usage is set correctly([`a8c1cedb`](https://github.com///commit/a8c1cedb4df2be4a687fda67eb7498c74e651509)) - ([`b41c77d8`](https://github.com///commit/b41c77d8a128fec1d1f31dd05b009a5ca6b441f4)) - Ensure ctrl-c during startup handled correctly([`00a29f37`](https://github.com///commit/00a29f370f1eec8f4c9621d2e3d010f569a34469)) - ([`a234e216`](https://github.com///commit/a234e216a4ee2c2f98f10786e8d080af3dcae331)) - Update to appbase with FIFO pririty queue([`f5e4529d`](https://github.com///commit/f5e4529d96af708885335cda2545b54ced4e155b)) - ([`99f77041`](https://github.com///commit/99f770410be59d6899f8f2bdc16f2a66acf991db)) - Rework blocking (queuing) exit signals during shutdown([`c6995441`](https://github.com///commit/c69954416cd392bd58b1e8f3722d60b41a3bd3a9)) - ([`22457bf0`](https://github.com///commit/22457bf0b748176545a07fe3b481c073633a32ee)) - Block (queue) exit signals during shutdown([`d9957792`](https://github.com///commit/d995779208e8e3a6e308277c2d08bd4d24b90597)) - New Buildkite Pipeline([`338827bb`](https://github.com///commit/338827bbb71144cae2089f4e5d0fb6c63eadb6a4)) - ([`c2bcba19`](https://github.com///commit/c2bcba1927426a5c52644c9dcafecf70edb5e3c5)) - Bump version to 1.8.9([`c5211439`](https://github.com///commit/c52114393e5431b3e26ca752fe0d669fa6b4779a)) - ([`847ed658`](https://github.com///commit/847ed6582143fa54435983032d13ee0bce0ace84)) - Consolidated Security Fixes for 1.8.9([`749385cb`](https://github.com///commit/749385cb472e5a4f16a607845e14d1f8a2615d0f)) - ([`b9868667`](https://github.com///commit/b98686671e9f2d8d2feb0c0159a8a3ee9e7ecf10)) - Return more from producer_plugin's get_runtime_options()([`5b910a1a`](https://github.com///commit/5b910a1a74d04fe528f8f7b98d3752339519704a)) - ([`e6780d16`](https://github.com///commit/e6780d166708e0f13aa15301d567e7acc85e48c4)) - Add better logging of exceptions in emit([`7675dada`](https://github.com///commit/7675dada49adba4fbc8ddb1f73c645d2b2250626)) - ([`e01b5dd5`](https://github.com///commit/e01b5dd51b5ec862459e12bd70826b13458e919f)) - Update sync_next_expected_num via checking sync_last_requested_num instead of checking sync_state as sync_state might be temp in diff state. Also add blk_applied to sync_update_expected.([`766ae8c9`](https://github.com///commit/766ae8c953d730c54c7dfd348702a31cbc60390e)) - ([`3494d9df`](https://github.com///commit/3494d9dfe72d335b164cb09b835d59e267e25126)) - Make multiversion protocol test conditional.([`f86745d9`](https://github.com///commit/f86745d974003821474508719b943a7940009e0c)) - ([`93294916`](https://github.com///commit/932949161a3be962d250de1e4329d910ff4769ab)) - Add eosio-resume-from-state test to eosio pipeline([`23bdb0f1`](https://github.com///commit/23bdb0f1272027e4e7759a8591556dd18b53c389)) - Add eosio-resume-from-state configuration to pipeline.jsonc([`dd5c9a76`](https://github.com///commit/dd5c9a76954b11fdd4b918bdce0fd98a7b37299d)) - Fix duplicate deletion of the same docker container on some tagged builds([`139c952e`](https://github.com///commit/139c952e411f736c87d118f419957be5e3c36ebc)) - Add SKIP_SYNC_TESTS variable([`1b2bf477`](https://github.com///commit/1b2bf4771ed6fc537e32bedcf5d2b5e2d5c1fc8c)) - Remove dashes from test name([`e02a7a5d`](https://github.com///commit/e02a7a5d4001d7d30f678b4e016a1b54c3feddc0)) - Consistent variable names across Buildkite([`1fa1290d`](https://github.com///commit/1fa1290d3fc04f3ea0d65e77a8e407c061a87a25)) - Include the actual source pipeline slug in the build message([`1feb82ab`](https://github.com///commit/1feb82ab6195bf250b29b8ae0abf5b7976c6143e)) - Disable eosio-sync-from-genesis test on eosio-lrt pipeline([`84e6bc02`](https://github.com///commit/84e6bc0215474b191e8644553724f387a5b3f197)) - ([`ab2c0270`](https://github.com///commit/ab2c02708b6c50fc6ca50d8855142c04e6b3ea10)) - Bump version([`88823313`](https://github.com///commit/888233131ffa9ee5dda282f920f7a0c1723b9a79)) - ([`b00197ce`](https://github.com///commit/b00197cebbedbf039b67f32c5df2832550120ced)) - Propagate exceptions out of on_incoming_block push_block so net_plugin knows block was not applied([`63bf8e2e`](https://github.com///commit/63bf8e2e8539042c41321ffefbafb92322a7aeea)) - ([`d46c2dd7`](https://github.com///commit/d46c2dd7c3843aef77d6d4d39bff9ada45b9fba2)) - Revert "Only send handshake if it has changed from last send."([`ebeb5976`](https://github.com///commit/ebeb5976288744ce22525313582d619ec04446b8)) - ([`72d0d551`](https://github.com///commit/72d0d5515950da3e5f43f0006edf05cdc4c34b88)) - Fix linking OpenSSL([`b31e7352`](https://github.com///commit/b31e73526dd6dc709e6955454cb1ffdcf12035b2)) - ([`ceeb23a5`](https://github.com///commit/ceeb23a581c46e34f36e83e5a9ba73dbd016ca2e)) - Commit messages sometimes have invalid YAML syntax which breaks the pipeline([`5b16f87f`](https://github.com///commit/5b16f87f829b1118044eb5ca68cb8bf50d2a378c)) - Delete the pipeline.yml, obsolete since eos-buildkite-pipelines PR 61([`de8a7973`](https://github.com///commit/de8a7973af684edbb9c30dee98556068b19063cc)) - Pass timeout through to sync test([`d98d1fb3`](https://github.com///commit/d98d1fb3c760da67a3de3ae4a86e6f209bfc1043)) - Include link to origin in triggered build([`901277b8`](https://github.com///commit/901277b8d0dc52883c0ae2471b05b9650a6c0993)) - Unified look-and-feel across pipelines([`a4d424c6`](https://github.com///commit/a4d424c6ca06c46e961af48f5ec0d9f2c57bc2b0)) - Add sync-from-genesis test to every build([`85b29761`](https://github.com///commit/85b29761ca2e4c37951269d9546a8080dcdc792a)) - Build Docker container up front to be used for testing, then tag with git branch and git tag after tests have passed([`bfc612e2`](https://github.com///commit/bfc612e29f70aa94bf1277bf6d01ddd830d89596)) - Build EOSIO Docker images for every commit([`b58e7d2a`](https://github.com///commit/b58e7d2a97afa3df0d7f381e5779e815e789ff07)) - Consistent package builder timeouts([`b30fa707`](https://github.com///commit/b30fa707a39847ec5479819018982e0711746ed8)) - Fix whitespace([`6b8820d2`](https://github.com///commit/6b8820d21a8b37cb972af84e72bebabdd24566a7)) - ([`91618aa7`](https://github.com///commit/91618aa7c1ed6353b8501d1c1619daf106f9f4ed)) - Bump version to 1.8.7([`437115c1`](https://github.com///commit/437115c1f481f3de3e1e12cd837ae25d5ec7f555)) - ([`31d9ab9b`](https://github.com///commit/31d9ab9b176b2e49abcec05cf977b5664abf5b7a)) - Modifications to trigger LRTs and Multiver on anything but scheduled([`fbd55ab3`](https://github.com///commit/fbd55ab3aa9cd799a737ad0ed35005a185d468b9)) - ([`71b23f01`](https://github.com///commit/71b23f01c1ca3ee32f35374b9416e605b1ace407)) - Increase tester state size from 8 MiB to 16 MiB([`39cfb151`](https://github.com///commit/39cfb1519393139ee3d2101cb88c721b25771401)) - ([`8142cdd0`](https://github.com///commit/8142cdd0dd1a6480dfe9277766372eb5340dd81b)) - Allow retries on passed steps.([`a3d37225`](https://github.com///commit/a3d3722522737e0482dd9dd26e9ea333cba65538)) - Allow tags to create Contract Builders.([`b0dbceb6`](https://github.com///commit/b0dbceb681921f6505e4ee53d87afc339240dd80)) - ([`5a23649f`](https://github.com///commit/5a23649f7fdcf543d59aa0030aab13272b652e3c)) - Cleaned up log statements.([`aec0d208`](https://github.com///commit/aec0d2083714532c1c052d411703e0b527b503f8)) - Increased time to wait for shutdown.([`7426bd24`](https://github.com///commit/7426bd244214091fc45a1829146b931ce8fde8e3)) - Fixed corner case for failures and added debug logging.([`a7da9309`](https://github.com///commit/a7da9309651d3e36245e7432189b361d6184b52f)) - ([`8411aba8`](https://github.com///commit/8411aba8b99eed3a9cb9daa8ef52597ab5056923)) - Correct comment and get rid of the not needed sleep lines.([`ed44a63b`](https://github.com///commit/ed44a63b6aaa7ddf6b0361504187bc1b4a57b0e1)) - ([`434926b9`](https://github.com///commit/434926b98a95b41f9112f9adb98bddb02cfbb844)) - Use error code to avoid exceptions from boost asio([`610f8633`](https://github.com///commit/610f8633899da1fd3dd16fe7656d750f2a7b9110)) - ([`5083c328`](https://github.com///commit/5083c3286402a5af19957621dc6c54892b62d580)) - If requesting next chuck and determine nothing to request, send handshake([`91eeec3f`](https://github.com///commit/91eeec3f868677ceb459495d337e3551e6261c8a)) - ([`e54d36ac`](https://github.com///commit/e54d36ac7f19a070cc598535996d5650fda27de3)) - Enable debug level logging for net_plugin, http_plugin, and producer_plugin for launcher logging config. debug level used to be enabled by default for net_plugin and http_plugin for the tests.([`e4eb04d7`](https://github.com///commit/e4eb04d7d0ca61a7362c750a00ff615f089238b1)) - ([`c9e00b30`](https://github.com///commit/c9e00b30cba17d4faf934f8b0126378b26680f8d)) - Known_blocks.pending is head NOT known_trx.pending([`e1bee355`](https://github.com///commit/e1bee3554008ba4a93b99b5072aae30cd7c863f5)) - ([`8abaf9ca`](https://github.com///commit/8abaf9ca6f83ebbbce2eb9ed7d52bee6c17b63bf)) - Fix for llvm4 and incorrect openssl in Travis build environment.([`a32ad9d9`](https://github.com///commit/a32ad9d9c5b76eb78189f971dbd37502c9872914)) - ([`fb021120`](https://github.com///commit/fb021120afcf030c8360074f6c68b7074715755b)) - Add const([`97495faf`](https://github.com///commit/97495faf4ca0fadcc96216086051e8c9157a7eba)) - On fork should be true if not found([`89850d93`](https://github.com///commit/89850d93ea24a1d283aef6194c12ef2e1c257f41)) - Always cancel wait when receive block([`0a82e395`](https://github.com///commit/0a82e3954d797ab6708a5d683f9cc4271b0d7d99)) - Handshakes needed in 1.8([`79acf676`](https://github.com///commit/79acf6767cde670d446f679d978e98e21236bf45)) - If peer sending less than lib and we have notified it of our lib, then close connection([`6d7b0783`](https://github.com///commit/6d7b07835036e5fcd8fcaf90389bf2069295674c)) - Additional logging when block is not applied to head([`58342f67`](https://github.com///commit/58342f6743a28f134360cbdc8b89b9d58959ed8b)) - Add const, extra logging. remove dead code([`4c7bf98d`](https://github.com///commit/4c7bf98da6a96b8ed8094b0cda8140cfc0c9842e)) - If verifying catchup and num in notice is less than lib, nothing to do.([`1f9bdc27`](https://github.com///commit/1f9bdc271ccd4c5ef95587c449347c85e355b2ba)) - Send head id along with verify request_message so if not on a fork the peer can send from head instead of lib([`9956e2a8`](https://github.com///commit/9956e2a8433f0f5104422929416ae94e0883ef1b)) - If block less than lib received outside of lib catchup then tell peer to stop sending([`505573ef`](https://github.com///commit/505573ef9316f5a258b0bb10e3f36f76c49d7c6e)) - Only send handshake if it has changed from last send.([`1e63a338`](https://github.com///commit/1e63a338e06263e391eede83ec0ca4abd5eb57b4)) - Don't send handshakes to everyone in all cases. Don't go into syncing mode for head catchup.([`e69af315`](https://github.com///commit/e69af3151420c6517a23090f55b0efebc67dc432)) - Cancel wait when not in lib_catchup for shortcut out of process block. Additional logging.([`ccf1454b`](https://github.com///commit/ccf1454bd93faee6c3b363cbc877413eee9af248)) - Sync_recv_block should only be called if in lib catchup([`64193736`](https://github.com///commit/64193736697fcd9abe6f353f3c356cf3446d5d62)) - Avoid wrapping generation([`7867e05d`](https://github.com///commit/7867e05d2490f18ac3e1f3896e47e0e3b89a3591)) - Remove dead code([`bf0bd785`](https://github.com///commit/bf0bd785d957e4948f4b43eafb35f74731ec1c04)) - Rename sync_state struct to peer_sync_state to distinguish from sync_state enum([`ae7bdcf1`](https://github.com///commit/ae7bdcf136e28ed630f376d720839e0f4739b5d5)) - ([`a3a795a2`](https://github.com///commit/a3a795a2af9d1d03badf0f4923b5c61dc887c54c)) - Updated C7 version.([`8b85ccb1`](https://github.com///commit/8b85ccb1b527a5ee722215e759441a297a2ec17a)) - Updated C7 version.([`3b68d27a`](https://github.com///commit/3b68d27a92cfb98fef9f0fb6184f4cb6d4efa58d)) - ([`30a0ee67`](https://github.com///commit/30a0ee6769cb8bc6262685cc996a656bb9ea04d8)) - OPENSSL_INCLUDE_DIR to @1.1([`296c97c2`](https://github.com///commit/296c97c22691087b4e79d285b44472fcc2ef4462)) - //github.com/EOSIO/eos/commit/3b54f79dc41de0f19ef6f29efdb546350f05f331 - OPENSSL_ROOT_DIR removal([`4bf69660`](https://github.com///commit/4bf69660b9cab12f3cd437b195ee61c36ac040d1)) - Sudo fix p2([`0f09b900`](https://github.com///commit/0f09b9008ff1304212dcb11704a8d91d9b1e55fc)) - Sudo fix([`c72c0830`](https://github.com///commit/c72c08306f95e508633f5718fb96199e625c2191)) - Forgot CmakeLists([`fc6b6084`](https://github.com///commit/fc6b6084c90f11e5761bd895bd49f65e701ca05d)) - Matt's changes to openssl@1.1([`70b09362`](https://github.com///commit/70b0936278470aead24fbb8c89e518c2e327e751)) - Llvm@4 from homebrew -> llvm release_40 from github/source([`2f94334a`](https://github.com///commit/2f94334a0e70f823f74a6b2e4557e1ca2ae2d954)) - ([`6f6ecb27`](https://github.com///commit/6f6ecb273921ae4df3f35cea72a4292f1ab821f3)) - Chainbase sync to pick up DB shrink fix while in heap mode([`f6c4aa42`](https://github.com///commit/f6c4aa42c01eb8f8be0695cae62766007c1e0b17)) - ([`4f1b532a`](https://github.com///commit/4f1b532a62e9765ac0b063aac191040d6426fe9b)) - Fixed test to not count failed attempts as actual sends and added some leeway in validation.([`f51c0d89`](https://github.com///commit/f51c0d89c3712cae56b794586748b071d71dab75)) - ([`3b073755`](https://github.com///commit/3b07375580f88fb8452317cbe67dafa7b814677c)) - Bump version to 1.8.6([`8c9e9dca`](https://github.com///commit/8c9e9dca26c8034b2d8b826e257848cd76e4ff3b)) - ([`124f64db`](https://github.com///commit/124f64dbab4b27bb428472ea13c90b6d973da3fa)) - 10 second sleep([`4421c658`](https://github.com///commit/4421c6580f47c0e86bd9da8dcb518bc6775d5399)) - ([`ec0b885e`](https://github.com///commit/ec0b885e9bb206e699f7678b80ea50adfcb42ee4)) - Remove signs of UNPINNED in favor of only supporting one env.([`fc88f774`](https://github.com///commit/fc88f7743d794aec4bfcbaf25704dba3b23fe80c)) - Remove signs of UNPINNED in favor of only supporting one env.([`56bbbcf9`](https://github.com///commit/56bbbcf9607bc66bdc6aa57e7468fc8d9e94252a)) - Fix for UNPINNED=true not working.([`c32a20d9`](https://github.com///commit/c32a20d9ccc33d797c7d429a7140e79b52c14eed)) - ([`b2a82aaa`](https://github.com///commit/b2a82aaa79d11d22344b892d63528f010b459072)) - Ensure GMP is always dynamically linked([`2ebba605`](https://github.com///commit/2ebba605c11aa7a0166391eb7c83f060408f7a20)) - ([`3d9b6510`](https://github.com///commit/3d9b6510b5437b9290d0226b24dbe244e9de65e5)) - Be careful to capture lambda values by value since execution happens later via app post([`89a50944`](https://github.com///commit/89a509441245a7e20070985978f448885e7dee5e)) - Post callback as medium priority to prevent ship running at maximum priority([`c0a7db84`](https://github.com///commit/c0a7db843990a33f9ff02ca25c22b8f4961a4753)) - ([`97634ed9`](https://github.com///commit/97634ed9fc06d3a26c0bfcfdffd5a59c9c77e771)) - Fix quotes.([`885122f2`](https://github.com///commit/885122f2729534556cff9e0b157a2bb541278dfe)) - Fix for incorrect dockerfiles.([`b083328d`](https://github.com///commit/b083328d4922e5250c33b27e48b8fc015fb0f0c0)) - Add support for platform type directory.([`d3d685e2`](https://github.com///commit/d3d685e2e004ccea46b92314729518b05b74b7aa)) - Add support for platform type directory.([`492a0e0a`](https://github.com///commit/492a0e0ace75f3e098708e27f856cf3e679f2036)) - ([`b8e78933`](https://github.com///commit/b8e78933223c8eaead732e1f8ac72af7ab15efca)) - Ensure script name change([`58b3504d`](https://github.com///commit/58b3504d9c3a7b443ab96e5e70a7a94895a8c0ea)) - Added new build step & comments to help describe what variables are available for logic creation([`8f9752be`](https://github.com///commit/8f9752be23440874125f42f11d300627407eef0e)) - ([`8d57f52b`](https://github.com///commit/8d57f52bef991e6b23d2e01132b7842c2181b723)) - 1 hour min for mac steps([`67cda55b`](https://github.com///commit/67cda55b94d85751514e7d0f14afc4a22c2d02af)) - ([`0dbd23e3`](https://github.com///commit/0dbd23e350e1a6886643a2b1bf90472d94c602d3)) - Bump version to 1.8.5([`c60af7e8`](https://github.com///commit/c60af7e81028c354f0980005b799a4d26cb97016)) - ([`661262a1`](https://github.com///commit/661262a1c9495132cc28afd5d59fadfb72b38d30)) - Pass correct number of JOBS to unit test step.([`4d923527`](https://github.com///commit/4d92352747d5f3757c00ed6e755ed19dba088987)) - Fix double quotes.([`9fd04848`](https://github.com///commit/9fd04848444ea48904d30f72b0447e3548db8189)) - Switch to EKS agents. Add separate build/test fleet.([`26b7f94c`](https://github.com///commit/26b7f94c5d1391f3eb12fe65c7f28de5455714f6)) - ([`fac1ec64`](https://github.com///commit/fac1ec649b29f10cd0802de7b291151d91a55627)) - Remove read delay timer and disconnect when queue is full. Drop trx when too many in progress.([`847c89f0`](https://github.com///commit/847c89f0bd1d100f3a6c5b3b3f3cf60f2f5f4cb3)) - ([`d865e853`](https://github.com///commit/d865e8539c65948ccfc8d5dad9f0523cf91a5a44)) - 10.14.4 -> 10.14.6([`97e6ff1d`](https://github.com///commit/97e6ff1dab274bec99a2a2cf9d61fc2115095532)) - ([`c8577580`](https://github.com///commit/c8577580924b1076d0843c65fc2e9acaa32750de)) - Remove unnecessary reflection of controller::config([`49ff5d9a`](https://github.com///commit/49ff5d9abc1808fb714ac44bed0e66ba2ead3630)) - Address @heifner's review comments on EOSIO/eos#8044([`ba88a491`](https://github.com///commit/ba88a491c680cef24ab24c89f3134b683fc316f7)) - Add whitelist_blacklist_tests/global_greylist_tests test([`228fa94b`](https://github.com///commit/228fa94b4d70aa0a2c105349e43f53f38d153bd2)) - Support global-greylist-limit([`b44fc0c1`](https://github.com///commit/b44fc0c12738495c1f497ed96b6014cf84e98f25)) - Add global-greylist-limit option to producer_plugin (currently does nothing).([`54d4baae`](https://github.com///commit/54d4baae705664a36ae12b9819ef93fc034697af)) - ([`84650b55`](https://github.com///commit/84650b55518c83d60eda0e0c62a8fecbe96c982d)) - Eosio/producer -> eosio/ci([`8ba23b31`](https://github.com///commit/8ba23b3124e9f7b8fc1da76a0e45c04e37396147)) - ([`49c97956`](https://github.com///commit/49c9795685125509abffc33d967d168ab354b6d7)) - Fix cherry-picked develop to compile([`ae061a52`](https://github.com///commit/ae061a529167a2b208d9af903f2e455228ea85ba)) - Update subjective-cpu-leeway-us description and set default_subjective_cpu_leeway_us to 31ms([`e54d4e63`](https://github.com///commit/e54d4e633da291d1d7f023cd6987bde1dd1fe339)) - Change default subjective cpu leeway to 9000us from 3000us and make it configurable([`065585ae`](https://github.com///commit/065585aef414503d521524d43ab60757cff0876a)) - ([`1465ee8e`](https://github.com///commit/1465ee8e20c18756af5125fd02d21318623fb607)) - &> /dev/null -> 1> /dev/null so we can see errors([`09022ee2`](https://github.com///commit/09022ee20a7a937e01b71deff021d9a23c66d0b2)) - ([`1ac48502`](https://github.com///commit/1ac4850200ab89113d1b32a44c6d6340818e2f58)) - Do not clear trx_in_progress on close since low priority app lambda callbacks can still be in progress.([`a48c7448`](https://github.com///commit/a48c7448b21ba172e06c2186e1de01bfc948a801)) - ([`613e88b1`](https://github.com///commit/613e88b1422d7863f07cbb7431a11e1e3ab152ee)) - Bump version to 1.8.4([`a79bf671`](https://github.com///commit/a79bf671f10766a1a53c7291c4b29116812f99f3)) - ([`f07e9bf0`](https://github.com///commit/f07e9bf0892b543ea1fe86f94aafcdb2de99a22a)) - Consolidated Security Fixes for 1.8.4([`d3ea86b4`](https://github.com///commit/d3ea86b4b8f4f75ace7d8b7a805696b91d14dcbd)) - ([`9f248b1d`](https://github.com///commit/9f248b1d5203e08bca77bb45800e9e2ac26aa302)) - Check for out of date last irreversible block notice([`0a613506`](https://github.com///commit/0a613506927c86f143f419732089a512ef46520e)) - Sync_master recv_block only called on valid blocks, so don't disconnect if unexpected([`79c90ff3`](https://github.com///commit/79c90ff39d4234a32302f5da245f3b4a54140455)) - Remove unneeded request_message([`3f03ede8`](https://github.com///commit/3f03ede800c92fd113cb0db8650595dbbf9b2db0)) - ([`b0b6704a`](https://github.com///commit/b0b6704a05981be130db16689c167ea4792dd8a9)) - ([`430fde13`](https://github.com///commit/430fde13f415eb99ec507600439c47d634b6a9c7)) - ([`2e7097d5`](https://github.com///commit/2e7097d56c784962bfc8bbc5558bb55094121817)) - Additional cleanup/refactoring([`87af67e0`](https://github.com///commit/87af67e098eb1d1314e331b2f6a8754e6aefdee7)) - Fix accidental code indent change([`d62dd212`](https://github.com///commit/d62dd2123d8adcf5a766a837122b2c87fe4a057d)) - Refactor producer plugin start_block into a few methods to make the logic easier to follow([`769cd672`](https://github.com///commit/769cd672b80f8855bb389ea5651c440d62e003b0)) - Current test scripts force mongo to run. Must always install in Travis for now.([`30398d3f`](https://github.com///commit/30398d3f44c4fa17115ad6a98ebbf81e12b5d8a6)) - Ensure mongo flag on all Linux builds.([`b92615c0`](https://github.com///commit/b92615c0723deea25188a2262b98609b73df4bf6)) - JQ required for release package test.([`e2d0fd58`](https://github.com///commit/e2d0fd58731b26d45501ad2c2bbd90bd70dec772)) - Disabled mongo tests and installation for Mac builds on Travis.([`c67e7b3c`](https://github.com///commit/c67e7b3c96950e2dc03bfc78aee7c5ef2ba29b5f)) - ([`6d8f9b7d`](https://github.com///commit/6d8f9b7dcc61898cf8afebc1ca2ef3fcfae0afc1)) - Get_block_id_for_num will throw unknown_block_exception when block num is not found([`58fee317`](https://github.com///commit/58fee31769d7e4a6b1212fb1eb1367bbdc0c1bbb)) - ([`c4db4a52`](https://github.com///commit/c4db4a52e46972339456521e1f74507514239624)) - Fix errorExit string([`d41a80bd`](https://github.com///commit/d41a80bdbf7f8ba8944b6ef4278be6ef4755ff36)) - ([`a5eeeeec`](https://github.com///commit/a5eeeeec868cc59f188aab9b7f5e9f6716bba386)) - #7766 - report peer address on close([`130cc1c5`](https://github.com///commit/130cc1c5f3d350d245ce2bbd024ba963b3dbe63f)) - Fix #7767 - node never identified its peer is done syncying([`c1ba6eb7`](https://github.com///commit/c1ba6eb70111bae4895835547a8f1e1d83f63020)) - ([`e11adfe5`](https://github.com///commit/e11adfe5d0fa742e4811e84bbde971a985bc602c)) - Updated script([`235d048a`](https://github.com///commit/235d048ab573fda025d890ff4377c75898ac5ff8)) - Added new script + travis execution([`7ddd84a5`](https://github.com///commit/7ddd84a511ffe0bf90ae1c7e17bf39b48c728321)) - ([`c4da3487`](https://github.com///commit/c4da34876e99c275b2fce9339827bd95c9e93313)) - Make sure plugin_shutdown is called in case of exception in plugin_startup to ensure proper shutdown on exception([`e122844e`](https://github.com///commit/e122844e64d6f2a3e275095ffbeeb4b7b1ac489d)) - Fix problem with keepalive timer sometimes causing a crash on exit because plugin_shutdown not called. Moved the creation of keepalive timer to after acceptor bind which can easily fail if port already in use. Changed fc_elog to elog for port already in use so that it is always logged regardless of net_plugin_impl logger setting. Also move the setup of logger to start of plugin_startup since logging is used within the method.([`e796f378`](https://github.com///commit/e796f37821919be9e20a4cc32109bee29e5eeb8e)) - ([`856f4b97`](https://github.com///commit/856f4b97b14f6d145fd96e04669baabc15950f71)) - Quoted strings([`23c40693`](https://github.com///commit/23c4069361259e09e220526dccbec8f0484b52be)) - Clean up IF statements([`3352e25a`](https://github.com///commit/3352e25abf013e5f161c59bd500cd0de79fd59f3)) - Fix release build type for macOS on Travis CI([`77f2e58a`](https://github.com///commit/77f2e58aed75f90145324a086842b7850fabdd8c)) - ([`e170d58a`](https://github.com///commit/e170d58aa5b0c6553dbe158e5919cd43bc550287)) - Anka plugin update and new features for failover of registry([`93d8ad5f`](https://github.com///commit/93d8ad5f1b3f40e2c40e77b4500607944aff7e4a)) - ([`3b7b7bc3`](https://github.com///commit/3b7b7bc325a20bb3e4ea8ffa8edd7d8ecd58280a)) - Removed exit([`0ef63b25`](https://github.com///commit/0ef63b25465e5593ea517e3391411eb5a29cd9bc)) - Added back :([`652c10a6`](https://github.com///commit/652c10a6343af623762a26212b857fdf39f7543d)) - Removed quote from GIT_FETCH/pull regex([`a3a47a16`](https://github.com///commit/a3a47a16118d4e278f80b20018412451399efd5d)) - Quick fix([`3880183d`](https://github.com///commit/3880183d03c2d88ba1d5ccb2b26798027e31859d)) - Quick fixes([`31f21950`](https://github.com///commit/31f2195001a5a091da1959210184ee1e41841b9e)) - Added fix([`bd15f4ae`](https://github.com///commit/bd15f4aec5d17240e5143dddd9c70d411c7bc73b)) - Added fix([`4b2cb3fc`](https://github.com///commit/4b2cb3fc82e10e54fadf5d43a316ed399e320951)) - ([`c4c69541`](https://github.com///commit/c4c695419e5692b053c70a9974a43439965ebbb9)) - Port PR [#7901]({{ self::remote_url() }}/pull/7901) to 1.8.x([`6d9321e0`](https://github.com///commit/6d9321e03b67c15515d3664ae8e9cc6435c6422a)) - ([`d87164fb`](https://github.com///commit/d87164fb71a10695828d29cffe79b2155056da46)) - Don't wait between base-image steps, wait after them([`f1672b70`](https://github.com///commit/f1672b70b86edbaa7e9d6bd5df3e27a5a0482835)) - Rename RUNS variable to ROUNDS to avoid confusion when writing about multiple test-stability runs([`22b3a6ff`](https://github.com///commit/22b3a6ffea7726c57afe9ea13bc0265e3b09968d)) - Remove extra space([`9b48774f`](https://github.com///commit/9b48774fe0bc9bc53a533937e99ef3e9f1f00a3c)) - Fix IFS so FOR loop works([`44cdde6b`](https://github.com///commit/44cdde6bd306a1759357861c0b6545e7f40889df)) - Print run group index in YAML comment([`4fd8b77c`](https://github.com///commit/4fd8b77ce2afed6ff28220d3e890814eeb2306d2)) - Use comments to break up blocks of YAML, to help with debugging([`a5397df9`](https://github.com///commit/a5397df9fcdef8943d879190f7a299a60e33b2e2)) - Add space after macOS serial tests in YAML([`0f0702fc`](https://github.com///commit/0f0702fcd52a871ec196979d82f88265d861aa4d)) - Put wait step at top of YAML([`8fe03819`](https://github.com///commit/8fe03819d3dbfa2702c7516a2251770bb516ba41)) - Fix misaligned cat([`c6459ef6`](https://github.com///commit/c6459ef641f53a6dd35b477ede48c399898a8c48)) - Fix YAML spacing, round 2([`d2e648c1`](https://github.com///commit/d2e648c1bed80397fde1fa8a144619a7ea7c95e8)) - Fix YAML whitespace([`7222f282`](https://github.com///commit/7222f282da516cbe958f5f8ce319ae4939f6d779)) - Remove extra space([`46e75329`](https://github.com///commit/46e75329c08ed40b7bb2c34684dd8f6620a3dbe6)) - Clearer strings([`0cf15801`](https://github.com///commit/0cf1580148c4a977505865297c4f5f98616252df)) - Add wait step between test batches([`8668e14e`](https://github.com///commit/8668e14e2b6d14df644ee288185a8191bf40b7e3)) - Add $RUNS for loop([`001c1248`](https://github.com///commit/001c12488ba9e31f8f0c0a152015ce617b76a809)) - Simplify comments([`5270c95b`](https://github.com///commit/5270c95b102c7ed5bd4f52208bc82eb3a75d2e12)) - ([`57bd0782`](https://github.com///commit/57bd078287586fb96417f172e456bf441216daa0)) - Run release-build-test in isolated subdirectory of /build([`76de7c1e`](https://github.com///commit/76de7c1e403228dc5554a689354b8a8a3da126f7)) - Use relative paths instead of absolute paths with EOSIO_ROOT([`a97e6dca`](https://github.com///commit/a97e6dca468bdb662da9be52ad235bdc3e1c0427)) - Update test purpose, description, and outputs with swatanabe-b1's feedback([`31726463`](https://github.com///commit/31726463e9eca7da657602855e967dc8e12d660c)) - Install jq on Anka base-image, too([`3da14f5f`](https://github.com///commit/3da14f5f37c562688bb8d24273df52ca8a0bdcba)) - Install jq on base-images for parsing nodeos output([`8dbb7783`](https://github.com///commit/8dbb778318ffaeb74c42638cf408967f52280c3c)) - Install vim-common on base images to get xxd for hex dumps([`14ab91b2`](https://github.com///commit/14ab91b2415281fde99db5d67202c848b734fe2d)) - Fix line endings in Ubuntu dockerfiles([`3fac1d12`](https://github.com///commit/3fac1d121663ca5f02a2361356533c14f7b255fb)) - Add release-build-test to non-parallelizable test group([`367921f9`](https://github.com///commit/367921f91be1f82d1a2f426fad2a83cf68e9e135)) - Print useful error message if hex dump tool is not found([`2f0311fb`](https://github.com///commit/2f0311fbf4c310da8acfa7e511fb63a5796567d2)) - Add space after test result([`ec7f8160`](https://github.com///commit/ec7f8160c2f9fa07bc23ac1551e92713d477dbff)) - Silence nodeos([`a827ad68`](https://github.com///commit/a827ad6840779be764b4f0528752bc960c0e3e9a)) - Clean up after nodeos on test fail([`8db23510`](https://github.com///commit/8db235104dd46f9ba4d5c4dd4ee88d147f9f5f2a)) - Clean up after nodeos on test pass([`43d6a34d`](https://github.com///commit/43d6a34d2553d1581ed03526ab5aaa3b330eced5)) - Even clearer comments([`61b1a527`](https://github.com///commit/61b1a527a32fc6c640482c10362c995b89d625bc)) - Remove "set -e"([`6b4323b7`](https://github.com///commit/6b4323b7d9278b2f9befe3c21df3a46ae1845a3d)) - Better strings([`2f484106`](https://github.com///commit/2f484106d7cf8f77f4f706b8661b861ad0c8b2c5)) - Use quotes in case paths have spaces([`10b3ca90`](https://github.com///commit/10b3ca908c30a2877e61defa638c21febe6f7eb0)) - Print useful error if shared_memory.bin is not found([`eb74195f`](https://github.com///commit/eb74195f31f589247185c1c961b0f263a4b3ee92)) - Clearer comments([`14ab92f8`](https://github.com///commit/14ab92f8f85ca5956432f39429ddef0b7ced4158)) - Print useful error message if nodeos binary is not found([`22d7340c`](https://github.com///commit/22d7340c043b3c2282d024771daffea4a218f24d)) - Print first kB of shared_memory.bin on failure([`c994ad28`](https://github.com///commit/c994ad2855a63e9467dfdadbf31fdff481b9069b)) - Print debug byte on failure([`1b6a9040`](https://github.com///commit/1b6a904085e70c594e78efdf4b427051ea2cc3bb)) - Add descriptive pass/fail statements([`639c0fc5`](https://github.com///commit/639c0fc500f707eccddae13307709ae43a2df415)) - Add test name, purpose, and description([`395652d9`](https://github.com///commit/395652d9264d96414aa0c890cfc3df6d89173b31)) - Create "release-build-test"([`914b0776`](https://github.com///commit/914b07762ddf773e120d655f601484f220e8ea38)) - ([`744c6060`](https://github.com///commit/744c6060ec164477639d7643173083fe680a0a01)) - Bump version to 1.8.3([`04dc7e3c`](https://github.com///commit/04dc7e3cb49385487a62fde3694be4df71118b6e)) - ([`4522caac`](https://github.com///commit/4522caac391f445b7ae7f67ae8be5a2697939070)) - Keep producer_plugin impl alive until app queue drained([`0714eaab`](https://github.com///commit/0714eaab7dfcfc7416dfd2c475d649d452f250b5)) - Make my net_plugin_impl a shared_ptr([`01bf01ce`](https://github.com///commit/01bf01ceec8e39d192800ae082c325947b4ab292)) - Post a low priority item on application queue so that everything is done before shutdown([`79e379e1`](https://github.com///commit/79e379e17786ddc52388b0b2629c3372422c8ead)) - ([`3e8468fe`](https://github.com///commit/3e8468fe35c5169a3435985710b86bc8b77d49d9)) - Fix artifacts not being uploaded on failing tests.([`2649e654`](https://github.com///commit/2649e6547cc5fbfdee1cdd36ce72ee325dcd6fcf)) - ([`e864b0e2`](https://github.com///commit/e864b0e2cf8472f39f1c916dba4e05b43ef7701c)) - Fix test failure when bios contract in use instead of eosio.system contract.([`22401e15`](https://github.com///commit/22401e153657dbdfed09dccbdb9f70dcdb7f7282)) - ([`aec5bde8`](https://github.com///commit/aec5bde8643ce29bed0be321d7dc456141224d95)) - Set cleos to use deflaut log level of debug since it uses debug for some output([`61a847ca`](https://github.com///commit/61a847cad985e5e424c2a234dbe912f081247614)) - ([`bda3c2a9`](https://github.com///commit/bda3c2a9fac8d4c25795c289eb384f76ba83182f)) - Removed flags from Boost install step.([`da31bc19`](https://github.com///commit/da31bc19c77fb28d289738c02309a0bfe6219572)) - ([`23d2c782`](https://github.com///commit/23d2c7826944e8de2580b61ec2af54041c298dc0)) - ([`bce6db28`](https://github.com///commit/bce6db28ee0e6a6a3abdb7d6b67ebd38674fe9af)) - Ensure release flag is added to all builds.([`ea40df88`](https://github.com///commit/ea40df888ac05454bc809715c8408acd877aa771)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`0f85be25`](https://github.com///commit/0f85be25797ea799b9f63972855135edfa84ee67)) - Replace SKIP_MOJAVE with SKIP_MACOS_10_14.([`ab148227`](https://github.com///commit/ab148227875d7ea9f896a222dca58a52438c1b2c)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`275331fb`](https://github.com///commit/275331fb66f58d9ba0d51d9c582574a4d506ba09)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`69599f3c`](https://github.com///commit/69599f3c4e7d729be04c14ad4579bb0731ff6c02)) - ([`f0bb831d`](https://github.com///commit/f0bb831d6693222a77406d5ea718f09d5df5e1fd)) - Do not update connection fork_head info if in lib_catchup since we shortcut out in that situation.([`f1a4b5c3`](https://github.com///commit/f1a4b5c327b6d55d79d17adf5be3399e162abb4c)) - ([`eb4b9ce6`](https://github.com///commit/eb4b9ce6fd72870298aef4659c209518d42834c4)) - Set contract builder to use unpinned image. This matches existing contracts pipeline.([`b5d29543`](https://github.com///commit/b5d2954380984696e44a2104afa04fe321ba0dcb)) - Extend timeout for Contract Builder.([`ab16e0af`](https://github.com///commit/ab16e0af345e8cbdb8c38ed59a99460439867714)) - Add SKIP_MAC to Brew Updater.([`b15e7554`](https://github.com///commit/b15e7554bcbe4a71bd40afc237031564000c8656)) - ([`b359375e`](https://github.com///commit/b359375e069889ceae13c87fb947aeafc2b52758)) - Added versions to platform files([`1f36d42b`](https://github.com///commit/1f36d42b81d7edc57d2304070a896f13f446e306)) - Add mac script back.([`c92689ee`](https://github.com///commit/c92689eee4afb0404190b3ab8a26a31e1f876179)) - ([`7c2ca280`](https://github.com///commit/7c2ca280a820d9a4f979daee803a1a3b57d773da)) - Removed dead code([`61f1dd34`](https://github.com///commit/61f1dd34db18a3ee47a7f03f52b669139f462075)) - ([`30c2666f`](https://github.com///commit/30c2666ffb004271aec0c078462404af1f66fe54)) - Move "Ubuntu 18.04 - Contract Builder" step to end([`c3c5980a`](https://github.com///commit/c3c5980a8aaf8b13d46044e53e5f3bad7d13fd87)) - ([`9e330188`](https://github.com///commit/9e330188074a72791c253716e184179ad5c5fbb8)) - Created "Brew Updater" step([`5f3fee1e`](https://github.com///commit/5f3fee1e2e2e2c065a5e3ab8cede19c3f4bac951)) - Moved "Git Submodule Regression Check" YAML into generate-pipeline.sh([`6d952d81`](https://github.com///commit/6d952d81030cb1137e9447335c1fd023c13e4f55)) - Fix Mojave Package Builder step label([`4d7cf6d4`](https://github.com///commit/4d7cf6d4e2927e000ac453813d95c788f57e3d66)) - Remove verbose output on serial tests. Remove mongo dependency on Travis.([`c9b9d380`](https://github.com///commit/c9b9d38024b0cb510fce272501ee51ce7dcbcc6d)) - Added automation-basic-builder-fleet to generate([`3ca5be4a`](https://github.com///commit/3ca5be4a5241302a21b913bb709419284c99780d)) - Match r1.8.x submodule.([`86dd2dd7`](https://github.com///commit/86dd2dd7371047cf12319aa943fbfc82a9f4abed)) - Merge in unittests/CMakeLists.txt from r1.8.x branch.([`78e921ba`](https://github.com///commit/78e921bac2e9d92bc68d0fc79148f769a7aa5b78)) - ([`1ba8143e`](https://github.com///commit/1ba8143e7e8dcc06275be45f8f99a985663442d3)) - Log warning if network-version-match is set to true([`40824a8a`](https://github.com///commit/40824a8a96f445be60554599bcba589f54f888d8)) - Deprecate network-version-match option as it is needlessly restrictive([`ee1fc923`](https://github.com///commit/ee1fc9230f35304a75af6c42af210bccbf8429ae)) - ([`71cf10e1`](https://github.com///commit/71cf10e1506584afb4b8a8db82b0e91b03208b6b)) - Update comment for new behavior([`1eecbf23`](https://github.com///commit/1eecbf230fd48fa38eb297a92f9649bda52b8eca)) - Only request_message for our head greater than msg.head when we suspect they are on a fork([`ffbf338b`](https://github.com///commit/ffbf338b8e8481a54b8b524c2def0508b6e51023)) - ([`3824cc2a`](https://github.com///commit/3824cc2a87659cc8366272e1ab2d68da8ae62a1c)) - Renamed chain.last_irreversible_block_timestamp()([`8dcd8942`](https://github.com///commit/8dcd89427fd0a21bbaa1e0ebe74a56e38916574b)) - Rename and return time_point to match other controller methods([`3689992f`](https://github.com///commit/3689992fb1f22f5251f0ec8a72838f97e7403add)) - Use lib time for expiration of blacklisted scheduled transactions([`2c65fbb9`](https://github.com///commit/2c65fbb9a49992dd000ba9bbd7fcf86a436aa40c)) - Add last_irreverisble_timestamp()([`9e92b71a`](https://github.com///commit/9e92b71ac80dc5a0008af6b68dd476b1948a4971)) - ([`2efe9cf2`](https://github.com///commit/2efe9cf255aedfcf5eef935f2131acdcf797f7e5)) - Disable EOS VM on non-x86 platforms([`9053fad8`](https://github.com///commit/9053fad86306c74b8e3173947adfba6079eaa0d0)) - ([`99422bb6`](https://github.com///commit/99422bb667107dc0c97693eb22901a49da69535e)) - Free unknown EOS VM OC codegen versions from the code cache([`97d30b3a`](https://github.com///commit/97d30b3ab1fde1b90182d27f00c4a7aa44c61ffc)) - ([`9586f1f0`](https://github.com///commit/9586f1f0eb31b834be509dc3b9327f477b0a2136)) - Link to librt when using posix timers([`09b5e304`](https://github.com///commit/09b5e304e7ebd6d1ec446289549e49c57f7df907)) - ([`75d24651`](https://github.com///commit/75d24651fda8db29f7c04f12605eae3e79ad8ec4)) - Improve create account description([`39ecdf8d`](https://github.com///commit/39ecdf8d9e7107be09c9741f1330c13a87c44e45)) - ([`c7f7c50f`](https://github.com///commit/c7f7c50f4949113f5bd18b2033afeb90de96adae)) - Fix callout([`af8d829b`](https://github.com///commit/af8d829bd99509dd32224e020ca7b7b8e89f8d55)) - ([`7ecd30a8`](https://github.com///commit/7ecd30a81f62d0bd392c93765d3a432db83bd0a3)) - Update usage([`5a9d3a44`](https://github.com///commit/5a9d3a441417dcc8608f260d8b6d2fccea94dc9d)) - Remove each([`8dc544d0`](https://github.com///commit/8dc544d0ed34143e9d5ec7b4e289e9d12903cd80)) - Minor fix([`e667af1f`](https://github.com///commit/e667af1f82ce534780662f7efae9f1de62ace9ca)) - Refine the writing([`d543e6fd`](https://github.com///commit/d543e6fd3b068b1e94bf4c006826e99c3d3239e8)) - Clarify --incoming-defer-ratio([`18cd9bf8`](https://github.com///commit/18cd9bf8f4e94a33d928e00fca0b27c30391d3ea)) - ([`33a580d0`](https://github.com///commit/33a580d0609e4ee346735f6eff0d13bd7118ea1a)) - Add eos-vm[-jit] and eos-vm-oc-enable wasm-runtime options([`a0c23b06`](https://github.com///commit/a0c23b061390ec09583019d09908a9b1a1fecf4b)) - ([`e85f0d04`](https://github.com///commit/e85f0d04e2430778342c2ca929fe371ed1a20877)) - ([`7dcd8e76`](https://github.com///commit/7dcd8e76c8422ba8bbfe4c125e422d9ecccd2142)) - Add docs.json and api-reference directories/placeholders([`9f943717`](https://github.com///commit/9f943717da2cb19916b8aac992a4d53adf99cb05)) - Update gitignore and add test_control swagger([`ee50b18b`](https://github.com///commit/ee50b18bdeb3da32168df0c2f6f15a8fbdacec7b)) - ([`e6b1ca87`](https://github.com///commit/e6b1ca87f883fbc2b20e75bc777a0bd5012c2912)) - Add producer swagger([`98de97b7`](https://github.com///commit/98de97b7a08dcb7780d5f81decde78954c505736)) - Update gitignore to be less greedy([`33708924`](https://github.com///commit/33708924a1bddfb1dc763f2ad7c9a4840d80f72b)) - ([`69d08f4d`](https://github.com///commit/69d08f4d24dd00f4aed2596d677e0cfb84161630)) - Update .gitignore to be less greedy and add net swaggerr([`06c5f460`](https://github.com///commit/06c5f4608764f48bdebbab665e84808d171b10a3)) - ([`0223a036`](https://github.com///commit/0223a036e02dd9086d45ec1836cf724827d285c8)) - Revert "allow less restrictive swagger filename detection in .gitignore"([`be88ec3d`](https://github.com///commit/be88ec3d87e85cc6124154e651274658d58911da)) - Allow less restrictive swagger filename detection in .gitignore([`eb219031`](https://github.com///commit/eb219031b208dedd2ee0a3ce5e11023ba84776da)) - ([`5b943386`](https://github.com///commit/5b9433861c22b8a00e55286c88541490ef9f2b2f)) - Update gitignore and add db_size swagger([`06a352cd`](https://github.com///commit/06a352cdc0be26fd4f253ac327b6f96574c78069)) - ([`37e8a18d`](https://github.com///commit/37e8a18d4f6946c9d91bf87fce2cda5ff5f10f4c)) - Link cleos net status reference doc with the peer network protocol doc which explains the hast_handshake structure([`6eaf5bda`](https://github.com///commit/6eaf5bdacab5a288f30de7612a809cf1c28c8c18)) - ([`c6d854b9`](https://github.com///commit/c6d854b982e3c19b45467bddf0281f1db4d5a000)) - Fixes #8600 clean up nodeos options section, no need to add links to each plugin option section because we link to the ../03_plugins/index.md which is quite elaborated and lists all plugins option pages.([`db70890a`](https://github.com///commit/db70890ae3acd745fd92ea273d4be35d1545032e)) - ([`1b2aa2f8`](https://github.com///commit/1b2aa2f89407a77f8c0d6c79ad22aaf9ddfbffa9)) - Remove node_modules from .gitignore([`2f01ab14`](https://github.com///commit/2f01ab149892ad8ddb489d9ea7cf92788408d8e3)) - Missing one of the ProducerSchedule([`1b09c872`](https://github.com///commit/1b09c872bb1863f44ee23949a2638b2fa8aaf10d)) - Small updates/fixes and ProducerSchedule update([`7df2bf7b`](https://github.com///commit/7df2bf7b9e742044145a3c4e01e7b5a078a90908)) - Add better titles([`92eda8ae`](https://github.com///commit/92eda8aeb27cf9c8028849f3fc4e8c31f2b9b3a5)) - Add get_producers response for Schedule -> ProducerSchedule schema changee([`b8b23e6e`](https://github.com///commit/b8b23e6ea38b241d220ec9b0d3eda69058a26ca9)) - Validate and make remaining changes as per @jlamarr22's requirements([`9e700c95`](https://github.com///commit/9e700c95aeedd9d9602f1f62e52eb1afe883f55b)) - Make modifications based on @jlamarr22's requirements([`5eaf5077`](https://github.com///commit/5eaf5077c9237227ca2cb636a3f2b84b32865867)) - Rename swagger file: Chain API([`818b63d6`](https://github.com///commit/818b63d63ec7627ee2338b4d95523df9163d83dc)) - Chain api swagger([`c2de7fab`](https://github.com///commit/c2de7fab42a247dc809fca0894b94d27374d6b3c)) - Don't ignore swagger files [*.sw* is a little greedy]([`98ec938e`](https://github.com///commit/98ec938ee48ab39630f08ff164aeae20a38d1d99)) - ([`349320ad`](https://github.com///commit/349320ad4ba071c776716036363973a06c502b22)) - Change get_info priority to medium since it is used to determine status of node as it is syncing([`c59b393d`](https://github.com///commit/c59b393d41adfbfadf898c54ada988821ed98978)) - ([`726b1b76`](https://github.com///commit/726b1b76839e2ea15b6f476d2716abf0eac4d1d7)) - Move p2p-accept-transactions to net_plugin([`0b7b7d3f`](https://github.com///commit/0b7b7d3f0f5729c1331d54a1921937ec1cd553cb)) - Api not p2p([`9f85e2a6`](https://github.com///commit/9f85e2a64f5ca33db6ae80c18efcef41bd4ec804)) - Add assert for transactions configured for producer nodes([`b286aa9c`](https://github.com///commit/b286aa9c382e93e5ab8e954f956fa9a928093e99)) - Remove unused vars([`6ca01179`](https://github.com///commit/6ca01179b9ae0846a04685dc7df4bc1d6af9f546)) - Add p2p-acccept-transactions & api-accept-transactions. Rewrite descriptions of read-mode. Deprecated read-mode=read-only. Remove read-mode=api.([`f631078e`](https://github.com///commit/f631078e1f2163fa74a7848440a024b63bc4c668)) - WIP([`2f808724`](https://github.com///commit/2f8087242fb98a0908169bf220ebda156717692c)) - Rename api-read-only to api to avoid confusion([`80941e38`](https://github.com///commit/80941e38489d29c7ec7e1337e1b74ca7ed0faa47)) - Add back in bcast of block during api-read-only because it is a bit strange mode and difficult to document([`615733a7`](https://github.com///commit/615733a726387508b281ef2413fb106b9aa60e35)) - Do not process p2p connections or bcast current blocks when in api-read-only mode.([`6a8d9609`](https://github.com///commit/6a8d96098e159e13eb457ee20223ab4281f0c304)) - Update description of api-read-only([`75a0a699`](https://github.com///commit/75a0a699376233afe5d291b111f9e8fbb3e2e1d3)) - Add basic test of api-read-only([`9468827a`](https://github.com///commit/9468827ab7b9f3cda9eac80e07a678c0e6066c79)) - Add api-read-only mode([`b9fb4659`](https://github.com///commit/b9fb465992815fe88ea5edf3c67cff51b33f038e)) - ([`11ddc548`](https://github.com///commit/11ddc54875896828374274491c41008fdf8b1978)) - Update the getting started link([`70f20e46`](https://github.com///commit/70f20e46a494a8f4879f0537ccddd7cf066cf463)) - ([`bcd4c7c5`](https://github.com///commit/bcd4c7c56d180b9b2e2d916517e32bfad5dde1bb)) - Added test comment to explain the needed parameter.([`e64dce5e`](https://github.com///commit/e64dce5ed5c83caa2b9fac6afaf1f65282386382)) - Cleaned up logs.([`fc58ac47`](https://github.com///commit/fc58ac477b8654c4337906a1f80fbb742f8fb068)) - Fixed code errors.([`f5424613`](https://github.com///commit/f5424613f27e72e96533e1c423cee101d37e881b)) - Added block time offset for 1.7 node to avoid test errors due to stand your ground.([`09494b1e`](https://github.com///commit/09494b1ea0166cb904c72f98281cf7b8829d1442)) - Added logging to indicate when production is paused and resumed.([`7895f2fa`](https://github.com///commit/7895f2faa181d7d1e2f7cc32931ba37105289402)) - Added extra sleep time to account for slower propogation of blocks through network.([`de9f72f5`](https://github.com///commit/de9f72f560d6c4bc255428e511d0e1b4fa66aa08)) - Fixed name to be more descriptive.([`17d0240f`](https://github.com///commit/17d0240fef28a6a78f07f32f9e41b7699686ee0b)) - Fixed error statement to correctly indicate failure information.([`ee32d6cd`](https://github.com///commit/ee32d6cdd7acb693aa1b6047d34178a6da9c1fb1)) - ([`145c0a85`](https://github.com///commit/145c0a85b4ea1e51245ca6ec8f26957d42672154)) - Clean the back ticks from diagram, and add the two newly introduced params/arguments([`74b8b73b`](https://github.com///commit/74b8b73b2cf31c217a528c031a01250923cf8284)) - Add block producing explained doc([`d941f3b7`](https://github.com///commit/d941f3b728bb1d342b8a6c723a3b736c11c59c8c)) - ([`0915b3fb`](https://github.com///commit/0915b3fbfd5ae833072df8077523e956a265c0fd)) - Use is_trusted_producer for if on_pre_accepted_block should bcast block. Always broadcast block on accepted block.([`4a9fae13`](https://github.com///commit/4a9fae13ebcf2ecfc76678b7ada60f64e8ca5788)) - Add is_trusted_producer method([`fa58cb95`](https://github.com///commit/fa58cb95e6890fb125bc6072663ed5d7f4ee75b7)) - Revert "Add new light_validation_mode method since skip_auth_check requires pending"([`9dd0e71a`](https://github.com///commit/9dd0e71a2a547f461d4a66b9c0f21aae44fc38ab)) - Add new light_validation_mode method since skip_auth_check requires pending([`7ad5cbd3`](https://github.com///commit/7ad5cbd3844eba02035621155bb862f2a6979e49)) - Relay block as soon as block header is validated for light validation and trusted producer([`7169e9a8`](https://github.com///commit/7169e9a84df9d7fb0194375a70b5432f771afbce)) - ([`82e9d7a8`](https://github.com///commit/82e9d7a82156785d46eb08e5dcf41e5165359c7e)) - Fix reruns on forked PRs.([`fc588b46`](https://github.com///commit/fc588b46fc0330a6686e0d68eba4f1b316d7de33)) - ([`28b950b8`](https://github.com///commit/28b950b893dc727832d8bb7cd16a6ba66bcc1a6f)) - Create base images pipeline.([`643bf309`](https://github.com///commit/643bf30959ace58421f2262444722bff4d04c7ca)) - ([`dfdaba6d`](https://github.com///commit/dfdaba6d3706cd797058e85315522923f3c1c494)) - Actions now recognizes when all jobs are skipped.([`c26954a3`](https://github.com///commit/c26954a3f5f807dcc25d986374f47e408ae10ac8)) - ([`0d98128d`](https://github.com///commit/0d98128d8b6df1ef4c996f6cbf75c84e611d186a)) - Update appbase to latest([`8441a803`](https://github.com///commit/8441a803ad508476d23a8f22f14cf7bbcc1e5e08)) - Revert "Set get_info api call as medium priority since it is useful to get quick response when nodeos is busy"([`8d0fcfd8`](https://github.com///commit/8d0fcfd881339fefcac228083711ac9fa6029b98)) - Change to medium priority([`c295a206`](https://github.com///commit/c295a206dac42640bff53c9cff56a7af3a0164c1)) - Change default priority for api calls to medium_low([`48242b58`](https://github.com///commit/48242b587c6f61c87bd87b704cb9f45a00ba0c9f)) - Make net_api_plugin and producer_api_pluign api calls medium priority for greater responsiveness([`21fe1f9c`](https://github.com///commit/21fe1f9c5b51bbaccf68125998e3e0cd1217f860)) - Set get_info api call as medium priority since it is useful to get quick response when nodeos is busy([`828461a2`](https://github.com///commit/828461a2a2fa5fe4afb7b34d28d120c5583a3019)) - Fix merge([`3cab3180`](https://github.com///commit/3cab3180bede6219d2b7e561568c1b2643627c27)) - Allow priority of api call to be specified at time of registration instead of using hard coded low priority([`bf3e3f97`](https://github.com///commit/bf3e3f97eed42595ebd4543ee6de087576a5ab16)) - Use medium priority for sync blocks([`668a0b7c`](https://github.com///commit/668a0b7cd7a815d8496f43c3a2e8e8e422be564f)) - Move to appbase with additional priorities([`d9059da6`](https://github.com///commit/d9059da6e7078d87cadd95a243f79dfd2f9c0e0c)) - ([`590ce0db`](https://github.com///commit/590ce0db72bd281e100b0c72dc41b8c24ee6a30b)) - Update incoming-defer-ratio description([`6e04465e`](https://github.com///commit/6e04465e654da2823a732ae13d12d01ad18fc1d6)) - ([`d653139a`](https://github.com///commit/d653139ab147a77eb04f3a594103b16b7eac3acf)) - Remove head block num to avoid possibly confusing log message([`7e3b4b50`](https://github.com///commit/7e3b4b50a6902201f5bc9a3c4604b3c3ded24526)) - Remove block time from late block log message since we don't know what timestamp a pending block should have([`2dacd9f3`](https://github.com///commit/2dacd9f38467911b35406ca48ac79eca6bfdfc47)) - Use head_block_time instead of pending_block_time since there is not necessarily a pending block. Avoids block_validate_exception of 'no pending block'([`e20e99c5`](https://github.com///commit/e20e99c53f9183f2a7c32052cd732fc1a335c0b3)) - Do not allow for 50ms leeway for next block as this now prevents incoming blocks from being processed during that 50ms([`b3340bc8`](https://github.com///commit/b3340bc8185d3eb019c5b8545437cd18f508b49e)) - Add exception to log message so it is easier to grep([`07270aa1`](https://github.com///commit/07270aa17f2823421ad1880c2f7fdb3a88cf14d5)) - Add additional log detail for block execeptions([`cbe49663`](https://github.com///commit/cbe496637e7443cb9d1ee4e48b08a000707827f6)) - ([`bcaf322b`](https://github.com///commit/bcaf322bf8ef921d009fb57c4ee11ed061a52494)) - ([`9a519d37`](https://github.com///commit/9a519d37865b53f940cd265b74545143e446b68d)) - ([`9f1a85da`](https://github.com///commit/9f1a85da188a9fddce00db7190245f4a8959c071)) - Rename block_is_exhausted which was failure_is_subjective to exeception_is_exhausted([`225bec32`](https://github.com///commit/225bec327dfebacc4688588927dd0eefcc447db6)) - Cleanup tests from peer review comments([`561f6b8c`](https://github.com///commit/561f6b8c809ee61411c694790c4d9029aac6c38a)) - Update comments([`9613de46`](https://github.com///commit/9613de46f196bc9dcce79ae7a19ee22d7ca5a326)) - Add test case for explicit billing over account cpu limit([`16e5555d`](https://github.com///commit/16e5555dae26fb34abe336030b59e1bd7975ebff)) - Update tests to use correct account cpu limit and correct non-explicit billing([`0f77c523`](https://github.com///commit/0f77c523818722fe7d62c37ef8114d5eec2ca6bb)) - Use explicit billing in core tester to avoid timing issues'([`77f8c6d0`](https://github.com///commit/77f8c6d0a100ff8a57cbfd86328176b0d1fd35f9)) - Merge remote-tracking branch 'origin/release/2.0.x' into opt-cpu-check-2.0([`81bbafbb`](https://github.com///commit/81bbafbba7f10e7c763394b785c85b2b47408926)) - Remove restriction on 0 billed cpu([`8dc277aa`](https://github.com///commit/8dc277aafe95475feaac4ee4f41229dbf4a3e775)) - Move deadline check up([`589a3b5b`](https://github.com///commit/589a3b5bcaea29bc5c6c30c07e24a95d46970d77)) - Make test clearer and add additional checks([`c9321e40`](https://github.com///commit/c9321e40470691e89f8c53f0a4792f22f8611eaa)) - Use explicit billing for test since the test is not testing billing([`63446ccf`](https://github.com///commit/63446ccf785979ed08999c2fc6b9b50f1bb15a00)) - Match logic of producer_plugin([`387b2bbd`](https://github.com///commit/387b2bbda1149a0cd4b32cc52e0dbd4d929b6901)) - Allow explicit billing of 0([`cf2471eb`](https://github.com///commit/cf2471eb0f4703123e33c123c2c86338ce0b267b)) - Consolidate logic of validate_cpu_usage_to_bill & validate_account_cpu_usage([`0d9573e9`](https://github.com///commit/0d9573e9fe5b6fcb48961a051dc3ce6666ad03f8)) - Explicitly disallow greylisting when validating block([`361f8f34`](https://github.com///commit/361f8f34828e5a684fafadc63265b3ef331cf23c)) - Fix logic in validate_account_cpu_usage([`e6c9ea1e`](https://github.com///commit/e6c9ea1ee32e7eb2b54f18343743ffceaada7870)) - Assert when limited cpu time to bill not equal to cpu time to bill([`cce131ac`](https://github.com///commit/cce131aca9b84a5096be95c29f7a530e9b781e9f)) - Assert expected explicit_billed_cpu_time value([`486e2cb6`](https://github.com///commit/486e2cb671f24649ac712173b2ef4cb585954c34)) - Assert expected explicit_billed_cpu_time value([`e1937cf3`](https://github.com///commit/e1937cf3b75e3a5e2279a0c5b8941fb7359a68e3)) - Evaluate block exhausted via timer instead of just looking at exception. Rename failure_is_subjective to block_is_exhausted to better reflect what the function does.([`c4421bf9`](https://github.com///commit/c4421bf992601e1e1e78db9ba16f4fbd6159d811)) - Factor in greylist_cpu_usage_exceeded & block_cpu_usage_exceeded along with tx_cpu_usage_exceeded so correct exception thrown in early eval of previously billed cpu([`68738d54`](https://github.com///commit/68738d54cf01f66263e6ed14696f5111a2a3ab65)) - Modify push_scheduled_transaction to have all non-default args to match push_transaction([`243a6fb8`](https://github.com///commit/243a6fb8dba4c6a433f51c5eb06a14d150d805c6)) - Code cleanup to use is_producing_block() for validation check instead of explicit_billed_cpu_time([`39c4f5d5`](https://github.com///commit/39c4f5d5a0410ab524623c8234db31596cfdb9e4)) - Add test for indication of cpu time stopping exec of trx([`67f9b08e`](https://github.com///commit/67f9b08e9eb30b2523847de7d954913565e8a1e5)) - Use tx_cpu_usage_exceeded instead of deadline exception([`d8e9d847`](https://github.com///commit/d8e9d847cff671abc8d9e25d402f9516eba18530)) - Do not attempt to exec a trx if account cpu does not have sufficient cpu to execute according to last time trx was executed.([`edc19460`](https://github.com///commit/edc194602a5b639392aeaa7f5eb73343a1fca358)) - ([`301572b1`](https://github.com///commit/301572b12e74e32a319448f8dcd77f8b62af6dd0)) - Add upgrade guides ref to error 3070000 troubleshoot([`36626946`](https://github.com///commit/36626946cb8e17f6b9a7a0a0c322e1c9c8b0a817)) - Fix uppercase([`cdef6a74`](https://github.com///commit/cdef6a748ca575e913bc5b218b2db27fb41f12fc)) - Improve the text([`1eaf12fa`](https://github.com///commit/1eaf12fab2d4670595d62cb30aa9d8e20e65b57f)) - Adding troubleshooting section about activating the `PREACTIATE_FEATURE` protocol([`653b8576`](https://github.com///commit/653b85764126389d29e1e0b4083637e4ff0b6308)) - Move call to schedule_maybe_produce_block into on_incoming_transaction_async to avoid double call of timer when in start_block. Updated new option descriptions.([`4f0d9f89`](https://github.com///commit/4f0d9f899a32d9fa25adbb64db8a23486440b29e)) - Only call schedule_maybe_produce_block when producing([`eaae2556`](https://github.com///commit/eaae2556ddb0add0a117aa31d45ba47d53802824)) - Add indication of why block is being produced immediately in the log([`fe0bcaa6`](https://github.com///commit/fe0bcaa6e6c3b7ae4b308326086f16f647d23c78)) - Simplify now that block production always starts at .000 or .500([`3637ed34`](https://github.com///commit/3637ed34f449539bf85bc8677e85d1dd444d3d9b)) - No need to restrict exhausted check to when producing([`e310b8b7`](https://github.com///commit/e310b8b750dd008c3d16506b054c3167b490120f)) - Revert unneeded calculate_block_offset([`56d8dc25`](https://github.com///commit/56d8dc25530e7b92a8345ab383b0054fa7bd415b)) - Remove debug logging([`1337a147`](https://github.com///commit/1337a147f3878a42c156fefba27936646e4b2fdf)) - Extra trace log([`5d498b75`](https://github.com///commit/5d498b750ea98717699aad33dbcf4cb59bc4297f)) - Simplify block_is_exhausted([`38fd3d58`](https://github.com///commit/38fd3d5811b5487c3683374841be491d6333ff61)) - Do not consider exhausted if scheduled is exhausted([`4532e318`](https://github.com///commit/4532e318692d1949c98a0b671f703f082d2da072)) - Correct move unsigned vs signed mismatches([`1ae9589e`](https://github.com///commit/1ae9589ecb4ece088c0fb03d6ad215ae7860a1dc)) - Add dlog of block_is_exhausted values([`6db5acfb`](https://github.com///commit/6db5acfb912df7a77b2435b56d03a2a48a04903b)) - Fixed use of uint32_t instead of int32_t([`58f4c429`](https://github.com///commit/58f4c429b1de9828144aad3aae5cb87305100b12)) - Fix return value to not exhausted([`10fa5e6a`](https://github.com///commit/10fa5e6a1384fb1eda20ed1dbd74e96d99445861)) - Handle exhaustion in start_block of pending trxs([`a7368774`](https://github.com///commit/a73687740ab70256885aed2ace9a6b7249cf7010)) - Int32_t instead of uint32_t since values are negative([`1d3501e5`](https://github.com///commit/1d3501e5a36bc87f464b3112807cb3a579036b44)) - Add max-block-cpu-usage-threshold-us & max-block-net-usage-threshold-bytes. Factor them into block exhaustion via new block_is_exhausted() method([`699db914`](https://github.com///commit/699db914311160682caf0b02ec6034ffcefcec93)) - Merge remote-tracking branch 'origin/release/2.0.x' into produce-on-max-block-usage-2.0([`7894ec4d`](https://github.com///commit/7894ec4d55aa3e3771e98d1fc2045bc34e807d95)) - ([`358908c2`](https://github.com///commit/358908c25eace9195d657ccb0a3474fdeec82b37)) - Fix format message.([`aa3a1245`](https://github.com///commit/aa3a1245b626cd3ad9e82b477cd3e68dc9842e20)) - Produce block immediately if block is exhausted (max_block_cpu_usage or max_block_net_usage) is reached.([`a2650602`](https://github.com///commit/a2650602cb94fbd546d6187259ac6cb6d662d1f3)) - ([`8afda69b`](https://github.com///commit/8afda69b132872df32871793502be3d9770709e7)) - Bump version to 2.0.3([`524ddac2`](https://github.com///commit/524ddac2711df266219a3c5594b6845693bbf414)) - ([`1827026b`](https://github.com///commit/1827026b505bbf60e3e47324b0ebbe5202aa0140)) - Consolidated Security Fixes for 2.0.3.([`e6c958c9`](https://github.com///commit/e6c958c9606699cb6f43fcbb4589270e2f84eaab)) - ([`67cdc46e`](https://github.com///commit/67cdc46e6ca903971e245dac304dc59fa93abb75)) - Bump script's macos version check to 10.14([`fd705638`](https://github.com///commit/fd705638573fcebcf66b92254fc51d1e36499bb4)) - ([`2ba672db`](https://github.com///commit/2ba672db9fdd7e558cdffa7ef7e151752f7b7391)) - Remove brew's python@2 install([`8faf4e5f`](https://github.com///commit/8faf4e5f2a10cca3776f3e98127536bb7d7ca9e1)) - ([`9e58beb2`](https://github.com///commit/9e58beb2fb89d28709dc9bfd55df0a0204bca811)) - Init class membors([`ae22aed7`](https://github.com///commit/ae22aed79a79fd5046301574fc58c6e241ddd3e0)) - ([`52257559`](https://github.com///commit/52257559dfdcf0c22098aebdcc163c68f75ba86e)) - Adjustments for testing on forked PR.([`3b173532`](https://github.com///commit/3b173532018bc7511fc990078b592b7d62abc483)) - Backport of Github Actions.([`15a65559`](https://github.com///commit/15a65559beb3311b9d8ebbee84d198810ab2213c)) - ([`a1b5e547`](https://github.com///commit/a1b5e54791c9eba136724e0c9feec69e0bcfc449)) - Skip sync from genesis and resume from state test on tagged builds([`d97c527a`](https://github.com///commit/d97c527aac48055c9ee0bd9ee43826374e3b0927)) - ([`d3ae1731`](https://github.com///commit/d3ae17311f13af3705ad072b91e4ec4706d4d184)) - Bump version to 2.0.2([`57a1c11d`](https://github.com///commit/57a1c11de1f548e2b0ff4b501bc2638d56626134)) - ([`413925b1`](https://github.com///commit/413925b1b6d201721da38dd98032214e60974f09)) - Consolidated Security Fixes for 2.0.2([`e59507c2`](https://github.com///commit/e59507c231bcf583446414cb8eee78301c8ed12d)) - ([`3f49f57f`](https://github.com///commit/3f49f57f8caaf546eb6099750021642a34558565)) - Remove duplicate log message. Bad cherry-pick from 1.8.([`8f3d7bf8`](https://github.com///commit/8f3d7bf859ae46e500a6d0e323ec9b348a71876f)) - ([`cabd7757`](https://github.com///commit/cabd77570d2989fbfa851757af5b9b9b50e2ed7b)) - Clean up formatting of log message([`dfdc6453`](https://github.com///commit/dfdc6453026b0cb94f387ad58e572ad917a9b528)) - Allow incoming connections when in read-only and irreverible mode([`2e6035c9`](https://github.com///commit/2e6035c9a5e763b0a5eed6ba942d0cfed30c482f)) - ([`9d510481`](https://github.com///commit/9d51048113de612ceea98e068cf90adf42fedfbb)) - Minor edit on test eosio binaries([`b8fa3b5d`](https://github.com///commit/b8fa3b5d4af3765248120e1e338cdc07aeb60f49)) - Add official testnet to README.md([`18c81b79`](https://github.com///commit/18c81b79a362116bdf2011206c829459b27b5836)) - Remove mongodb from test eosio build instructions([`28a88399`](https://github.com///commit/28a883996914146b4a5440e326ec7ce6fbf8596c)) - Minor edits on official testnet dev environment([`7e289b48`](https://github.com///commit/7e289b4874437217407db852fca76ce100856d64)) - Add EOSIO Testnet to options for dev environment([`43e86938`](https://github.com///commit/43e8693830d57180f175bd233ca32f8197c55fa6)) - Fix typo([`e07cc539`](https://github.com///commit/e07cc539316d7ce9cb164ce055e81423b53e8f6a)) - Put back-ticks around applicable keosd references([`7f79f4be`](https://github.com///commit/7f79f4bea7ca9121d33e44493b4c499f13c35b63)) - Put back-ticks around applicable nodeos references([`553ebc08`](https://github.com///commit/553ebc08db3e86e58b171a9eb4e90c00a4f6ccfe)) - Put back-ticks around applicable cleos references([`35f4dc44`](https://github.com///commit/35f4dc44adb847dd93d8542a1bdc1dfcf214225f)) - Rename bash codeblocks to sh for consistency([`b6eeb286`](https://github.com///commit/b6eeb28613961b936f2e8c2b4d39820347f43b33)) - Update description and remove obsolete options in cleos how-to connect([`6de75081`](https://github.com///commit/6de750810443920b12a512fbfaa18c14ae595ad2)) - Split shell codeblock in usage section from all plugins to console/shell codeblock([`981172f4`](https://github.com///commit/981172f4edb42606eadf09076fe6033df104f60a)) - Rephrase outputs from shell commands([`b78008c8`](https://github.com///commit/b78008c8db8cd56df025b29998bf5f772e96b005)) - Convert console codeblocks to json where applicable([`2910d4b4`](https://github.com///commit/2910d4b4dd769095e56591eddbd79ddb10ccc1d6)) - Remove $ prompt from codeblocks([`e378acf0`](https://github.com///commit/e378acf0fa9558698df115616000823fb2344143)) - Remove redundant config.ini section on http_client_plugin index([`9de99149`](https://github.com///commit/9de99149852f7b0ed1efce648262a680b83fabfe)) - Remove redundant ./ from shell invoking eosio binaries([`e6018871`](https://github.com///commit/e601887169eb836d9b414c120b490ffdc4beb21d)) - Convert shell codeblocks to shell/console where applicable([`6e657d0a`](https://github.com///commit/6e657d0a4d1680c71a5eaebfe0ed0cc4d7e70289)) - Update description and usage for create account([`3dfa7dc5`](https://github.com///commit/3dfa7dc5b6ddb680db1e5024f71ef9f0b3fb3a1d)) - Convert text codeblocks to shell/console codeblocks if applicable([`dc1b1a77`](https://github.com///commit/dc1b1a77dedf84951f695d0f68850ede797d921a)) - ([`d21f429f`](https://github.com///commit/d21f429f716aefe31af31fc1529eb1f986c7b1b1)) - Remove hash in link Resolves #8504([`20832441`](https://github.com///commit/20832441211c90eab31fcc3b0725dae6e26d5e14)) - State_history -> state_history_plugin([`be18b0f3`](https://github.com///commit/be18b0f3c002afe11d930711a6e22c21bf4df7e6)) - Remove version-dependent example; remove extra space([`e9ede0e0`](https://github.com///commit/e9ede0e080d30676dbe80ba00dfd4422d24515e2)) - Add custom titles to how-tos from state history plugin([`93be2307`](https://github.com///commit/93be230778741b2d287c763c3b53f04fda695086)) - Remove outdated js example and protocol from state history plugin([`2773c48f`](https://github.com///commit/2773c48fb6638d4869e158d51588fab5d02a9274)) - ([`f07e5091`](https://github.com///commit/f07e5091d524185f31f8ab0972fc763810cc6a2e)) - Add needed return after schedule_delayed_production_loop when switching to speculative([`488ab6ff`](https://github.com///commit/488ab6ff8d641aa104c8ef355327562de6a73843)) - Add const([`96a866cd`](https://github.com///commit/96a866cdef8d7316068ba0f16cefb82125028fb5)) - Extend cpu percent effort to include immediate speculative block after the last block of the production round.([`5120ea75`](https://github.com///commit/5120ea7577f13f779b72c9182504b62d4885934d)) - ([`33277b6b`](https://github.com///commit/33277b6b14f024c18c7c96fbc7761a175a1947ea)) - Removed irroneous check and fixed minimum offset calculation for timestamp.([`88733467`](https://github.com///commit/8873346704117f34a3f31f02330fd509dbfcf69c)) - Added timestamp to producer watermarks to prevent reproducing the same slot.([`b08be4f8`](https://github.com///commit/b08be4f8fbaba964673eba42b7966069daef4209)) - ([`979bf704`](https://github.com///commit/979bf70430226b3488f9cfded077f62fac359929)) - Remove unneeded log message([`8a72238f`](https://github.com///commit/8a72238fcd1f36bc93ed569d7a568179deb989ef)) - Clean up code for clarity([`29ea4dcc`](https://github.com///commit/29ea4dcc8ca76f3a7d67badf7e378cd75d64b3e4)) - Simplify cpu effort start block calculation([`4ca481ed`](https://github.com///commit/4ca481ed175af48612bb0f95091a7c26baf32391)) - Rename current_block_time to pending_start_block_time which is a better description([`f4624e70`](https://github.com///commit/f4624e70b78176aa3364f4c24f167fa9d0ad536f)) - Use term block_time_interval instead of block_time([`0ff74628`](https://github.com///commit/0ff74628d27e07c228fcfbb37385c1f5d5f01104)) - Remove last of 'duty cycle' nomenclature since flag is not needed.([`5baf642d`](https://github.com///commit/5baf642d646a76b64b9a9789535b179c04e2e80f)) - Fix late-block-drop for when duty cycle is off and there is no pending block([`cb2d0f5e`](https://github.com///commit/cb2d0f5ecfb992bc51c4446f4789924e701caf78)) - Rename cpu-duty-cyle-pct to cpu-effort-percent and last-block-cpu-duty-cyle-pct to last-block-cpu-effort-percent to better describe the options.([`a95eaef1`](https://github.com///commit/a95eaef12f4a70db30a07ff89720a0afcb158bd3)) - Simplify duty cycle off / next block calculation([`6904adaf`](https://github.com///commit/6904adafbfe282d152b299f04e685386c639548c)) - Fold produce-time-offset-us & cpu-duty-cycle-pct together and last-block-time-offset-us & last-block-cpu-duty-cycle-pct together. These config options now specify the amount of time of the 500ms block interval to use for producing a block. The existing options produce-time-offset-us & last-block-time-offset-us are now restricted to the 500ms block interval; they no longer allow positive offsets. Offsets are now always in term of the block time.([`703f770c`](https://github.com///commit/703f770c6d48614fb7d821578ea56a1bc3459489)) - Additional logging and comments([`142f8617`](https://github.com///commit/142f8617204a3a5437e1b2e031bb219c0fe84367)) - Make sure we are in production window([`1b94ebc8`](https://github.com///commit/1b94ebc89d464a47b133e08c59eddc9e53e5291d)) - Fix scheduling of start block([`18009b0a`](https://github.com///commit/18009b0a45039e4d795663c93f50256a553d388d)) - Add new cpu-duty-cycle-pct option([`be394d11`](https://github.com///commit/be394d11775f27b372b3485f99089c638cd1af79)) - ([`0d284fbd`](https://github.com///commit/0d284fbda09260eb0b568db5f132bfb8833db4e9)) - Revert #7791 calculation for start of production was correct and now is one block interval too late.([`6bb23f26`](https://github.com///commit/6bb23f263515edc130cd5821f2785ca978641a8e)) - ([`b2ac6e66`](https://github.com///commit/b2ac6e66241185efd07b6cbd0ddcc9cc36db1504)) - Merge remote-tracking branch 'origin/release/2.0.x' into net-plugin-post-2.0([`ab44f66c`](https://github.com///commit/ab44f66c52e00af7c1cc4dfa02cb713bd7f551d7)) - ([`d0ad7901`](https://github.com///commit/d0ad790108e5b7b3de31bcbcead26f39fa6f711d)) - Post dispatcher call of strand posts through a strand([`c38958f7`](https://github.com///commit/c38958f701fe12f49910efa459a403326dd905c2)) - Pass num_threads to io_context as a hint of # of threads([`1dc05160`](https://github.com///commit/1dc051608b0a02b04e4e596dc9077ed5cd3f351f)) - ([`fd5e2f62`](https://github.com///commit/fd5e2f620b67f70395bab6c184d4e7b540bdfd5f)) - Updated net_plugin to check for irreversible([`75bbd830`](https://github.com///commit/75bbd8300cb6d4932ebae971d4479a67dc6f4c98)) - Added checks for irreversible mode([`5ca065cf`](https://github.com///commit/5ca065cf74db379390cbd1e145dad3359783e4e7)) - ([`f408fd39`](https://github.com///commit/f408fd3961618241017166ab1961796bc0a17f21)) - Read-only mode never sets _pending_block_mode and returns out of start_block early, so it remains default of producing which in on_incoming_block drops the block because of the new drop late blocks feature.([`512e73a2`](https://github.com///commit/512e73a2fd486d557916e260fab9dcfe072fb3d9)) - ([`9252d39b`](https://github.com///commit/9252d39badec2458b1e81ecfc6480e3e8b8b1284)) - Remove unneeded check of is_building_block() for drop late block([`4be18234`](https://github.com///commit/4be18234378703b6ca7f74827dd5f932385f7f27)) - ([`eedf6740`](https://github.com///commit/eedf67403e9a7da07962171587e7fa5b4b7ddbeb)) - Change def_max_consecutive_rejected_blocks from 3 to 13 to account for drop late blocks feature. Drop late blocks feature can produce unlinkable blocks for blocks received after dropped blocks. Account for receiving a complete round of blocks while producing.([`83a48c6b`](https://github.com///commit/83a48c6b5bdba3989fa917eb2ca1115d76804429)) - ([`eab5fa60`](https://github.com///commit/eab5fa606820ecd3b481a4f755d770e59cb8bbf2)) - Use post instead of dispatch to avoid reentrant calls in strand([`04ec7635`](https://github.com///commit/04ec76355c1ecf70d07add6caa17251cebeea01e)) - ([`196c45a3`](https://github.com///commit/196c45a3abf67b9cf8857401cf3efa0c250ad01f)) - Close() when socket close before callback so state can be cleaned up otherwise net_plugin is confused on re-connect.([`75e1b558`](https://github.com///commit/75e1b558fd2e24e4e6ec0c331dc6d6266f732377)) - ([`a7e1061f`](https://github.com///commit/a7e1061fe5ad9ee5724b5ff33a7d3c9ac3f9ad87)) - Bump version to 2.0.1([`f697019e`](https://github.com///commit/f697019e5439ad5cad0a385eb016ed9af0309988)) - ([`7d1c1e72`](https://github.com///commit/7d1c1e7298ec7358fd29da100117aa234fa33ee5)) - Added logic to prevent lrt pipeline from triggering itself and fixed scheduled SOURCE([`f3beefe6`](https://github.com///commit/f3beefe6d41497800c8e72525bce2fdf40df2d77)) - ([`2ac39b30`](https://github.com///commit/2ac39b3028215d084adbf6984c51f2ead4abfc7b)) - Consolidated Security Fixes for 2.0.1([`38ec36f8`](https://github.com///commit/38ec36f8e939f1446bacca4d9918818d5bea34a4)) - ([`6a9b0a36`](https://github.com///commit/6a9b0a369dc2428951aa3ebaf905ac49cd1af4df)) - Keep http_plugin_impl alive until all posted jobs finish([`84a0198e`](https://github.com///commit/84a0198ec9f6782a828e4a6b3c1df9838d577522)) - ([`feb66369`](https://github.com///commit/feb66369a65d728d2de04cd5218287a8de995ad0)) - Always send a handshake on unlinkable block([`6ed50e17`](https://github.com///commit/6ed50e1747aa724853d6be47f34b3d0c9e586834)) - Syncing can start without an updated sync_next_expected_num, so make sure it is at least lib([`12c4a37d`](https://github.com///commit/12c4a37d2fd70d6909784c67b038025873432c72)) - Do not broadcast block if syncing with peer([`72c1e0d9`](https://github.com///commit/72c1e0d949985b8653cfd3a851ebab55f9b1f80a)) - Remove new block id notify feature as it actually degrades performance rather than improve it.([`0f29b791`](https://github.com///commit/0f29b791ca5aa2781b4f738d8ff1b239585d9a4a)) - ([`f7707d4e`](https://github.com///commit/f7707d4eee64b9abf90827c5047df2d7992abc5f)) - Should have been debug log not error([`63f21b15`](https://github.com///commit/63f21b155f0b8a56c5a27859f685dcce3e208aa1)) - Inform net_plugin if block was accepted([`fffe6f32`](https://github.com///commit/fffe6f320768e58b04d758d7c8bf81b25a162e8b)) - New policy: drop all incoming blocks while producing our own blocks([`d922c085`](https://github.com///commit/d922c085eb57fb9f3011d3d8d8feea3b95a09e71)) - ([`b9db0a22`](https://github.com///commit/b9db0a220da55a7642bfb4b5b8b9dfc355f47524)) - Add elog for context of block header diff([`272cf974`](https://github.com///commit/272cf974996200fc7799327ea02256dd8898df94)) - Report block header diff when digests do not match([`5a03c8b3`](https://github.com///commit/5a03c8b3da907cbd6068e4c3983241ec8ecddb55)) - ([`f8dcedc7`](https://github.com///commit/f8dcedc710f2f7c776ccde99a3adea3e3a53ac1c)) - Avoid passing http-max-response-time-ms to old nodeos version in multiversion test([`47b3c95b`](https://github.com///commit/47b3c95b713fa22443428c12f1aafac44f095ce6)) - Port multiversion test into main EOS pipeline.([`9f558be3`](https://github.com///commit/9f558be349a92cbc213a1d104600b7363f4c5ad1)) - ([`0768e19c`](https://github.com///commit/0768e19cd883d3ca18ffaa710a43581d69efdbbd)) - Fixing docker name collision issues during build.([`3159fdcb`](https://github.com///commit/3159fdcbee00bfb0f7f31f1b48f9942581e68bc1)) - ([`c8517b31`](https://github.com///commit/c8517b3105c04e1ea707d0e4b9b3a3f2bbeedfcd)) - NorseGaud -> EOSIO for anka plugin now that we have approval to manage a fork in EOSIO([`09e365e6`](https://github.com///commit/09e365e64aa50090429996830ac401c7b4eb9b91)) - ([`5a1def83`](https://github.com///commit/5a1def83ac0996be8331c02369c5e62489184995)) - ([`0cb68567`](https://github.com///commit/0cb685677daa4aecf71be8e97c63bb38de1a0f1e)) - Reverted fc([`2ce38f12`](https://github.com///commit/2ce38f124e24c717473dbee2be88ab20238004fb)) - ([`be4f3985`](https://github.com///commit/be4f398507d5a8c8f8d7bf0e1057f19d59467812)) - Anka plugin version bump([`1f9a406d`](https://github.com///commit/1f9a406d5fa7d373487ac7d5bb17d1f22757da50)) - Anka buildkite plugin version bump for ping sleep([`b5b6072f`](https://github.com///commit/b5b6072fc76f67d87a5acebaf5fc1ca4a9ebf7e5)) - Enabled ping sleep([`e4c8f26d`](https://github.com///commit/e4c8f26d3aa3ad4a4bd9419a6bf6f0d64cc58c95)) - Added SDKROOT([`bab04a60`](https://github.com///commit/bab04a601f88b1d805d3a3dcb1937b843f61c3b4)) - ([`871c4737`](https://github.com///commit/871c4737cd46b80a0da59d26438b8dc16fb42ecc)) - ([`2b1426e1`](https://github.com///commit/2b1426e10241a85490ab0835dfd9e47c9a0703cf)) - Update README.md for 2.0 release branch including broken links hotfix([`6fd2b9e5`](https://github.com///commit/6fd2b9e50935dc99f8a50b746f86e6c6bf0fce35)) - ([`33fce12f`](https://github.com///commit/33fce12f43687d9e3c05ac310ad5255dcea7edd5)) - Update fc([`6732f818`](https://github.com///commit/6732f818c1de8e4716820d713f0034e2bf199781)) - ([`cdb25afb`](https://github.com///commit/cdb25afb46d0854274329601fddb3e5f46233c79)) - Bump version to 2.0.0([`ba427669`](https://github.com///commit/ba4276699243b38165b3463b2d23aaeb1eaf8174)) - ([`27aa31d0`](https://github.com///commit/27aa31d0379f0fa2b64abb185d215dc67d090a32)) - Omnibus. Co-Authored-By: heifnerk@objectcomputing.com, steven.watanabe@block.one & larry.kittinger@block.one([`42c05489`](https://github.com///commit/42c0548999be4299e26b664bef3861eb1a712259)) - V2.0.x consolidated fixes([`cd91cf87`](https://github.com///commit/cd91cf87fb92cc5d57e02b258432ac2647670efa)) - ([`e2d575ae`](https://github.com///commit/e2d575aefe7f31dd121be4a173e99924fcfdf7b6)) - Remove shell scripts section from README([`359fc26e`](https://github.com///commit/359fc26e45c0f52d4f06b3bd8e8f06e5ae46fdc5)) - Link corrections and new section([`1ba1389e`](https://github.com///commit/1ba1389e35909413caf4f8f1710325b739c90cc1)) - Minor edit on install prebuilt binaries section in README([`2dabcce2`](https://github.com///commit/2dabcce2acf09610be478782b07713afa0899fec)) - Minor edit on install prebuilt binaries doc([`2807d7c3`](https://github.com///commit/2807d7c35390de65a15fd9fdc30b124569cfd8a1)) - Rewrite (friendlier) software install section in README([`0369950a`](https://github.com///commit/0369950a3ea36823bf35ba02394323a9aa6518a3)) - Add official support callout in install index([`d5886d69`](https://github.com///commit/d5886d69ae21082a70857c2f0ab65b32b3a97fea)) - Revert "move supported os section from install index to shell scripts file"([`936a4eaf`](https://github.com///commit/936a4eaf66f8ce17c58f5ab4cdd01867e99afa22)) - Revert "remove supported os section from README"([`3992cd8c`](https://github.com///commit/3992cd8ca2db6e4db5c510526ab737bb3b49fbdc)) - Move supported os section from install index to shell scripts file([`b46db79a`](https://github.com///commit/b46db79a345e4134089a02b1be16c6dcbaf070f0)) - Remove supported os section from README([`353856e0`](https://github.com///commit/353856e082be2e481a9e48379dcf368839130bfe)) - Replace/move down duplicate license in README([`00e7a47a`](https://github.com///commit/00e7a47aa864addb4bd77869e12bdaa95fc0b9aa)) - Remove redundant install eosio callout([`44285921`](https://github.com///commit/44285921a718d59fb5c175aff243e0913853b72b)) - Add platforms folder containing manual build instructions([`4b1c6096`](https://github.com///commit/4b1c609648b24ef348c2e7d631e3a81172dd9346)) - Add content_title to nodeos, cleos, keosd where applicable([`d2f1abd5`](https://github.com///commit/d2f1abd5fd0bee39b14214431df54e49a0349ab9)) - Remove blank index from cleos command reference([`de37ef0d`](https://github.com///commit/de37ef0d81aaa059f172a7884af115116147060c)) - Move upgrade guides from troubleshooting to its own folder([`4f71e4cf`](https://github.com///commit/4f71e4cfe41fc97006ce205c889cd1fc0f3359dc)) - Minor edits on install script([`a1eac763`](https://github.com///commit/a1eac763623bba9ad66c750a6d1a21471439b07d)) - Minor edits on shell script index([`934c83e8`](https://github.com///commit/934c83e836bf6cdaf1be3a520532e0e4dde8f0a7)) - Minor edits on cleos get account command([`81ada7ba`](https://github.com///commit/81ada7ba31121759ddaec305b23c15ebeca3ffda)) - Minor edit on nodeos index([`3d015d47`](https://github.com///commit/3d015d475e4e87881351f3a4f646c06544c6748b)) - Add missing cleos get actions command([`decd69a2`](https://github.com///commit/decd69a221fa7b2dbc6f8205458c1c46b87c719c)) - Remove old manual build instructions([`71239abd`](https://github.com///commit/71239abdbae571ea5d01db2c737956a169c4bf2a)) - Simplify build from source instructions([`2f3118f4`](https://github.com///commit/2f3118f46368ec0d835dedb17a7997e23e168766)) - Minor edits on eosio build validation([`4e7e535d`](https://github.com///commit/4e7e535db4c3a5f1c1891493c007d14f54cd91dc)) - Minor edits on eosio manual build instructions([`3eacaa7b`](https://github.com///commit/3eacaa7be5f2e6c851fcc39ffe79bfd33a7c9d02)) - Minor edits on eosio and nodeos indexes([`73545c03`](https://github.com///commit/73545c03dbc47e02bc180c61769a3fdd032121ec)) - Update nodeos logging title([`69f67f03`](https://github.com///commit/69f67f037ee33f95f198ec98643ff4bc7e21d46f)) - Minor edits on main eosio index([`0aecd017`](https://github.com///commit/0aecd0172b04e3a00dc24737ba6ade7048d3ec7a)) - Minor edits on eosio index and nodeos index([`0cf1de22`](https://github.com///commit/0cf1de221996bb42a14424ca559df6742dd9b060)) - Add cleos,keosd titles to index and demote intro title([`419954ba`](https://github.com///commit/419954ba2a4fa3098effdac24457e8e15fe83926)) - Add eosio index file and split nodeos index content([`f972f311`](https://github.com///commit/f972f311c96a25d11fbbf33346b7a5cbea372451)) - Add missing cleos sign command([`6817827c`](https://github.com///commit/6817827c41b2b19e1c811657ad44d834f8db15a6)) - Add missing options to cleos transfer command([`c926f3d0`](https://github.com///commit/c926f3d0b1f927c1ac35423b4d43831ac9e604ca)) - Add missing cleos get abi,scope subcommands([`bb2fe0b2`](https://github.com///commit/bb2fe0b23ec2b3488249f67de5960df6a08217b3)) - Add unreferenced cleos system bidname, bidnameinfo subcommands([`1ce5b8d8`](https://github.com///commit/1ce5b8d841c5bff433b4591d622cd87560df15b8)) - Add description to cleos system rex subcommand([`b7104fc1`](https://github.com///commit/b7104fc132d8ba05f35598e7829c76192917d4e1)) - Remove incorrect cleos system rex unfill subcommand([`ef5ecf6e`](https://github.com///commit/ef5ecf6e1e8384ce08ab309d801a4d6d3492167b)) - Minor edits to cleos get subcommands([`9efca7ca`](https://github.com///commit/9efca7cacd7f762bd253287c517f109ce484202b)) - Minor edits on manual build instructions([`22dc3355`](https://github.com///commit/22dc33553e74ca0a47c30a59f87a31f6b9b58026)) - Minor edits on keosd wallet plugins([`a509151a`](https://github.com///commit/a509151a903825b5a5c4eebc11854f5a19e58469)) - Fix shortcut link([`b23dbf74`](https://github.com///commit/b23dbf74ca867471efe9f9ad394431f4faccfd33)) - Cherrypick README.md changes from docs/starter branch([`1d8767ee`](https://github.com///commit/1d8767eee9b2b5a4a203661ccaaeb72b846f3ed1)) - Bump version from 1.8 to 2.0 on links to prebuilt binaries([`a0f90710`](https://github.com///commit/a0f90710bcf0c7ddf89348b1b38cdb0a0371097f)) - Copy docs folder from docs/starter branch([`c3794708`](https://github.com///commit/c3794708ecf564a64de43f073e62de9a068f09d9)) - ([`f205c84c`](https://github.com///commit/f205c84cdad6042744db961b51bfd9ad9c215c92)) - Update REAMDE.md and python script([`45b12bd6`](https://github.com///commit/45b12bd6de7be014167c70e747a8fa0b9794a455)) - ([`eb1383a1`](https://github.com///commit/eb1383a1da7c271f57b58991dccc0b9f17d4dbb2)) - Explicitly link to zlib when compiling executables using the add_eosio_test_executable CMake macro([`967baf54`](https://github.com///commit/967baf54f989107a14a802146470f8bd399e1298)) - Remove lingering wavm runtime file that escaped the first purge([`05f43e9c`](https://github.com///commit/05f43e9cda13270d2e1696a3721ef14f0253443b)) - Remove WAVM runtime([`c21b737a`](https://github.com///commit/c21b737ad8e173faee9cc746868f5ae7109d8420)) - ([`ab531032`](https://github.com///commit/ab531032bcccb3eae58095b85508534b2bb3e333)) - Add better logging of exceptions in emit([`3c48b816`](https://github.com///commit/3c48b8160ab1ff7e433cba709d16693d89522b86)) - ([`c03b089d`](https://github.com///commit/c03b089db870dbf2e94232b1e476b181115b76fc)) - Centos -y for ccache install([`8805c4d2`](https://github.com///commit/8805c4d2d9dba8a856dfc2e17de6e7238c4a3265)) - Reverted accidental submodule changes([`1fa314ee`](https://github.com///commit/1fa314ee5a781ded79d1492875bd2637492f38c6)) - Added -y to install([`d18bdbcd`](https://github.com///commit/d18bdbcd43dd188fb0589489898d700e800e7e67)) - Amazon linux 2 epel install([`0ae0ea89`](https://github.com///commit/0ae0ea89912ddfecbe72b9a79ec0005c6c7c4919)) - Ccache/epel is already enabled([`1762d851`](https://github.com///commit/1762d8512f79727e977f8e92d193df3ccfebf439)) - Ccache-3.7.6-1.el7.x86_64.rpm([`9da2731c`](https://github.com///commit/9da2731c74dda1f06db67539a4dc7f5295cc8033)) - ([`0f97f238`](https://github.com///commit/0f97f238e90db0a5ba546dfaad4561fec4b97e03)) - Add blk_applied to sync_update_expected([`b8a024a9`](https://github.com///commit/b8a024a9c3ad968760f983414bf0a1c43ed58dd0)) - Do not retry connection as often for benign_other disconnect (no blocks)([`1ca44e2f`](https://github.com///commit/1ca44e2f3b12ae351cdc6e70b6a9b2fa2b6b7a2f)) - Update sync_next_expected_num via checking sync_last_requested_num instead of checking sync_state as sync_state might be temp in diff state([`5b80e8c4`](https://github.com///commit/5b80e8c499096382d5bd06736249e1cd7d778131)) - ([`9c73f00b`](https://github.com///commit/9c73f00bb75aeaff638c6af0c2b967025565a3fe)) - Make multiversion protocol test conditional.([`bc45c788`](https://github.com///commit/bc45c788ed40b2ee374a5887f91a067b51f80fac)) - ([`ca6ff22d`](https://github.com///commit/ca6ff22d15c3eab325465be30b7ecff7621abae3)) - Add eosio-resume-from-state test to eosio pipeline([`b6094ec6`](https://github.com///commit/b6094ec68f83df77b65c9dfa82a493b4a8733607)) - Add eosio-resume-from-state configuration to pipeline.jsonc([`8b426162`](https://github.com///commit/8b426162535f203efea174cbb4cf2fb0b20e4ea3)) - Fix duplicate deletion of the same docker container on some tagged builds([`0780c79b`](https://github.com///commit/0780c79b9bebe80e3ea83840278c57133f81b40e)) - Add SKIP_SYNC_TESTS variable([`84a4fe68`](https://github.com///commit/84a4fe6821cd638c09703e884d15899f6c79e7a4)) - Remove dashes from test name([`fc6d2148`](https://github.com///commit/fc6d21481787ff2818984213e0fa1f82c202c3f7)) - Consistent variable names across Buildkite([`d2676a90`](https://github.com///commit/d2676a9015d431bba9a153bfc50d91ad951c1084)) - Include the actual source pipeline slug in the build message([`1175cdc5`](https://github.com///commit/1175cdc5f78f4c37b07f3d7bd3d19d0820f414ea)) - Disable eosio-sync-from-genesis test on eosio-lrt pipeline([`5607f95f`](https://github.com///commit/5607f95fca2994197cba6549ba1350a9531e82fe)) - ([`547b0fe9`](https://github.com///commit/547b0fe9cea44e68591e9a8c7d5ab21068c83fbe)) - Propagate exceptions out of on_incoming_block push_block so net_plugin knows block was not applied([`81bfbbf9`](https://github.com///commit/81bfbbf98270e2337e7f72998e0b02d50d300455)) - ([`360b8579`](https://github.com///commit/360b8579641eaee00701cea5961cfff670606589)) - Escaped commit([`bc9b951c`](https://github.com///commit/bc9b951c7b230f8ef5b299ca1391f9b8f23d926d)) - ([`217c29e1`](https://github.com///commit/217c29e13ff21039e929916970b9915559e9fb22)) - Fix linking OpenSSL([`789b46a8`](https://github.com///commit/789b46a8164d900f8619494b9970abe9a03a50e0)) - ([`047107bb`](https://github.com///commit/047107bbc10dd193a8a03c4b798b2f2635e25835)) - Commit messages sometimes have invalid YAML syntax which breaks the pipeline([`9a5ff833`](https://github.com///commit/9a5ff833e60f2baf5b33083915e7472f36394b33)) - Revert 'Make the "Docker - Label Container with Git Branch and Git Tag" step faster by skipping git checkout'([`4260b988`](https://github.com///commit/4260b988d1956139a6985ebd0fc120b63953b18b)) - Delete the pipeline.yml, obsolete since eos-buildkite-pipelines PR 61([`135d39fe`](https://github.com///commit/135d39fe9295e48049ee863cfbafeba72d64b4cb)) - Make the "Docker - Label Container with Git Branch and Git Tag" step faster by skipping git checkout([`f606eaf9`](https://github.com///commit/f606eaf9e43059e8776c295d67c66ba5c99324ab)) - Pass timeout through to sync test([`a73ef152`](https://github.com///commit/a73ef1521a3f833e3f5b146509ffa13581567d9b)) - Include link to origin in triggered build([`eb16bf56`](https://github.com///commit/eb16bf5612a240bfaf640c5cc0b7e333088c8465)) - Unified look-and-feel across pipelines([`59464d1f`](https://github.com///commit/59464d1fcd96a40fbe893e7c090303dff193a4da)) - Add sync-from-genesis test to every build([`60cf9566`](https://github.com///commit/60cf9566de55cd251aff192b3cb8be1e36bd16a5)) - Build Docker container up front to be used for testing, then tag with git branch and git tag after tests have passed([`d247c008`](https://github.com///commit/d247c0080a168985b7afc0d04ad1d7405b952e37)) - Build EOSIO Docker images for every commit([`4493a491`](https://github.com///commit/4493a491a8292932576429902b0ce922c12cf03a)) - Consistent package builder timeouts([`7dbd7b6d`](https://github.com///commit/7dbd7b6d23927026dff453daa41e919029b85452)) - Fix whitespace([`20e63dad`](https://github.com///commit/20e63dad236377a6ac252967de886d1651a251e9)) - ([`0eb83602`](https://github.com///commit/0eb83602d37c8a96b8811b636160aee1da94787f)) - Bump version to 2.0.0-rc3([`02f2ad0d`](https://github.com///commit/02f2ad0d96efd2e67239a9659c2cf552b64372ca)) - ([`faf020b3`](https://github.com///commit/faf020b3bd5b4b2c3125d68073a9c4b700a5d3d4)) - Update compile_trampoline.cpp([`a3af39f7`](https://github.com///commit/a3af39f70ba5ab0635873791878d85ac30e6cc01)) - Update submod([`d63be6ca`](https://github.com///commit/d63be6ca28d7a07776c992731b3a14efe4206a96)) - Update submod([`678eb028`](https://github.com///commit/678eb0289898c7a9be2690471f661af6eaf2f71b)) - ([`702382e2`](https://github.com///commit/702382e2925d681d73fcb40a8fd4bfd3f9223aec)) - Cumulative security fixes for 2.0 rc3([`aa04612b`](https://github.com///commit/aa04612b9fedad22f0d62249e9b68b2fbeddf991)) - ([`0daaa411`](https://github.com///commit/0daaa411bf5d8c429d9ea3d3220f93a23a31eefa)) - Modifications to trigger LRTs and Multiver on anything but scheduled([`c791aee8`](https://github.com///commit/c791aee819d56c57c6ec1156ded4755a45e34d02)) - ([`3f287bc5`](https://github.com///commit/3f287bc54cdf6b7637e933e570366e6821f0dc5e)) - Increase tester state size from 8 MiB to 16 MiB([`53e7e945`](https://github.com///commit/53e7e9452a4c57f2be41085687eeb86231737179)) - ([`ae14dc6e`](https://github.com///commit/ae14dc6e8256d7428582dea34dad8fa72cf6432f)) - Allow retries on passed steps.([`b2afcec4`](https://github.com///commit/b2afcec40d378935bb3b51d1694b7bd639aaef74)) - Allow tags to create Contract Builders.([`f07da89c`](https://github.com///commit/f07da89c5b35ab637c6f165467f6890e3c1f7ff5)) - ([`e96e7dd8`](https://github.com///commit/e96e7dd856f6767c318d7db646544f35ba2f5d07)) - Do less work when closing during plugin shutdown to speed up shutdown([`766e657e`](https://github.com///commit/766e657ea637ab515d8c8cad57ed4f78367ab7c5)) - ([`c047eeb4`](https://github.com///commit/c047eeb477f1e383f2feb8a6e93fd80124d88dd3)) - Cleaned up log statements.([`bf889845`](https://github.com///commit/bf8898456bc17de90843f48c0fecfac39adc4b41)) - Increased time to wait for shutdown.([`2eb4db81`](https://github.com///commit/2eb4db818b38012a4dbeb1bf6ace34f7072bfa48)) - Fixed corner case for failures and added debug logging.([`42ed86a5`](https://github.com///commit/42ed86a518e0630ef1ec309ed360694a4b4c7766)) - ([`3bd3713a`](https://github.com///commit/3bd3713aa370f580ed30480213a1de8fb6f6abe8)) - Update controller.cpp([`4599d37b`](https://github.com///commit/4599d37b3751dd993d7efa50e9c475eb150f6f56)) - Update controller.cpp([`947e4635`](https://github.com///commit/947e46353b4e41c0de851edac1dd070076fef5cf)) - Uncomment, hopefully should work([`349de2ba`](https://github.com///commit/349de2ba1d3eb8d989c268997dd859e8b19777b0)) - Reset the new handler([`f0c5f8ca`](https://github.com///commit/f0c5f8ca22d6de0a28a5fbdd34378c48fb4798c8)) - ([`a120c273`](https://github.com///commit/a120c273cccc184787522cd1dadf966a0a431fc7)) - Fix race in fc::message_buffer and move message_buffer_tests to fc.([`8fd141d7`](https://github.com///commit/8fd141d77b0f49233f7a1efd7e482d451546123f)) - ([`1d9c6de7`](https://github.com///commit/1d9c6de715a5ea693edfc1f9be9929abddbd7d08)) - Add thread protection around peer logging variables([`8f48de87`](https://github.com///commit/8f48de8783a6d02bbf5fc4b0f6a0dc56c5d19455)) - ([`f8999f88`](https://github.com///commit/f8999f88632efca95778db6fd1d2b028b865cd25)) - Use error code to avoid exceptions from boost asio([`ce6da5df`](https://github.com///commit/ce6da5df8aa371f200f4ff8770b66d748b43e6fd)) - ([`44c0d45a`](https://github.com///commit/44c0d45abded87d94fe6560764b08e2a76286e9f)) - If requesting next chuck and determine nothing to request, send handshake([`de38dbf5`](https://github.com///commit/de38dbf56a996728af9ea4b1633bf73fb08f3307)) - ([`05b48ff0`](https://github.com///commit/05b48ff09cdd195d6ed47fd9d34b44fd5d124c98)) - Known_blocks.pending is head NOT known_trx.pending([`ecde55bb`](https://github.com///commit/ecde55bbac9420f165f5b8b0e60d9b8d5bdb5045)) - Add clear of out queu on connect to match 1.8.x. Remove unused priority arguement. Remove temp logging.([`4f1e3bd0`](https://github.com///commit/4f1e3bd0093f96dc808853f45f996c4143401c7e)) - Always clear out queue on async write callback otherwise we always believe we are still in the process of sending and will never send anything else.([`e42bc139`](https://github.com///commit/e42bc139e328e961a84851fc18fee7bc7314c34a)) - Add extra temp logging([`8fe6e1a0`](https://github.com///commit/8fe6e1a02215b94962c05ab1e8c0ad1cabf057b5)) - Switch from strand dispatch to strand post. add extra checks for correct socket.([`cae8f9af`](https://github.com///commit/cae8f9af79f623ca053197c78dd3153baac89832)) - Add UTC to print([`08755e43`](https://github.com///commit/08755e43a4afa162a7494cd8c8ceeb5dcd2a6702)) - Send handshake instead of go away message as client needs to know we have not been able to honor request([`7c34f501`](https://github.com///commit/7c34f501c9f004d2cc357ba401824f365721017c)) - Add back in sending handshakes when becoming in_sync since it is possible for client to fall behind while catching up([`8f8a32a1`](https://github.com///commit/8f8a32a13932ecdbe9fe21f990860b1c7ea46248)) - ([`ca3ec606`](https://github.com///commit/ca3ec6064402bd8612cb9afc79106a613d910059)) - Fix for incorrect openssl and timeouts in Travis.([`b5b9b604`](https://github.com///commit/b5b9b604b389502e72a63d2ff20d5b4c2872a1fa)) - ([`efc01d8a`](https://github.com///commit/efc01d8ac0fcc7044fe0a8d22e6ddb566bfc83dc)) - Do not send a go away message if unable to fetch a block as we might have just switched to a diff fork([`174ca52a`](https://github.com///commit/174ca52ac1161fa4c394dfced4711c7074615932)) - On fork should be true if not found([`e16ad645`](https://github.com///commit/e16ad6456a405f8150bf1b2798736bffcf293ea0)) - Always cancel_wait on receive([`c74d07eb`](https://github.com///commit/c74d07ebc7f452ff090597b7dfc3f843a9451729)) - Fix compile error([`563005cd`](https://github.com///commit/563005cdcb4c7e9722194e9a98d4a56cd59a9ea1)) - Send handshake if head_id changed([`bda434ef`](https://github.com///commit/bda434efaa375eda8f36ddc311408abbfadaa204)) - Only cancel wait if not syncing([`8d2d6a0b`](https://github.com///commit/8d2d6a0b5d7173ffdbb956cd05a8e5ec3b3a4652)) - Explicitly guard agaisnt null block_state->block([`975f78a5`](https://github.com///commit/975f78a5ec1398aea98766f659d7f5d6566dd3ab)) - Only log block not applied to head if not running in irreversible mode([`1d8c95e1`](https://github.com///commit/1d8c95e17475756b1d6a8c2d30424491a6fc6096)) - Merge remote-tracking branch 'origin/release/2.0.x' into net-plugin-sync-2.0([`6a65a3e4`](https://github.com///commit/6a65a3e45355e6fedbfae7eb0371638ee043a3f5)) - If peer sending less than lib and we have notified it of our lib, then close connection([`9dd2053f`](https://github.com///commit/9dd2053fee1c124b9159dd138f8f93d219c4a063)) - Additional logging for when block is not applied to head([`29d98dc4`](https://github.com///commit/29d98dc429bf72f3dcb8903f4432e45ba4d936b6)) - Add const and extra logging([`538778ad`](https://github.com///commit/538778ad445984f7220739449483f66e266ca00c)) - Reduce received block and bcast block logging to debug level([`d7dfa4fb`](https://github.com///commit/d7dfa4fb11e64b31321bbbf985d3310887772640)) - If verifying catchup and num is notice is less than lib, nothing to do.([`0ef236f4`](https://github.com///commit/0ef236f451cf8e18a01382d449ff8d8cf59804e8)) - Send head id along with verify request_message so if not on a fork the peer can send from head instead of from lib([`e3761a49`](https://github.com///commit/e3761a49c15d76dbabcd900d7c05aab574ab7a53)) - Make sure handshake is first response to first handshake from peer. Add extra verification in blk_send_branch that we have valid handshake from peer.([`ba58387d`](https://github.com///commit/ba58387de693fc376311b0e736192d0d95de78e6)) - If block less than lib received outside of lib catchup then tell peer to stop sending([`c82cb987`](https://github.com///commit/c82cb987acb1c29f8b5f97f437a770480f0dfd90)) - Only send handshake if it has changed from last send. Log all incoming blocks.([`b6166e43`](https://github.com///commit/b6166e43c79df48a6c065f506b29ace7ef5a79a4)) - Don't send handshakes to everyone as often as it just causes confusion. Also don't go into syncing mode for head catchup.([`970d1261`](https://github.com///commit/970d1261aec827ce99851777021db664002decfa)) - Add additional logging([`e897e64b`](https://github.com///commit/e897e64b50469f81bc25f20a6b75da36087463f1)) - Add full version to startup ilog message if diff than version([`cb7a223a`](https://github.com///commit/cb7a223a38bb1aa90cc288627800297d9a73e478)) - Sync_recv_block should only be called if in lib catchup([`b6168c1c`](https://github.com///commit/b6168c1cf29ce5d4f154aed664a74b0cbe8ed351)) - Avoid wrapping generation([`106abbcc`](https://github.com///commit/106abbccbde45d4ccaf67cce65a00f17ffaec555)) - Remove dead code([`36e66457`](https://github.com///commit/36e66457ae33cefcd636b93c5b23382ff3c406a5)) - Fix self check to compare to this node's node_id([`facae8e3`](https://github.com///commit/facae8e375e1aeaccd29d3672bc3862aaabb1298)) - Rename sync_state struct to peer_sync_state to distinguish from sync_state enum([`50f850db`](https://github.com///commit/50f850db774592142bfaf4c0d585d15c5c1e68d2)) - ([`81bfa39f`](https://github.com///commit/81bfa39fabdb2e04e8b3c722591d22191242bb6c)) - Updated C7 version.([`2f7bfee5`](https://github.com///commit/2f7bfee54585e7cf960ed3528853c98f374263e3)) - Updated C7 version.([`a8d7dcee`](https://github.com///commit/a8d7dcee2101917378b0b26997fb17d638994875)) - ([`1f6dde3b`](https://github.com///commit/1f6dde3bd4bf744097fa78627af1e4df34a546e3)) - Remove OPENSSL_ROOT_DIR from build script -- not needed([`3b54f79d`](https://github.com///commit/3b54f79dc41de0f19ef6f29efdb546350f05f331)) - Need to set brew bottle to openssl@1.1 too([`d119bb0e`](https://github.com///commit/d119bb0eb787cbe32ff0567f2e0682ba707e2737)) - Explictly use openssl 1.1 via brew on macos([`2d5b5e3b`](https://github.com///commit/2d5b5e3bd1fe73a6e8c8e632a21d75ed6426cf5e)) - ([`620f70e0`](https://github.com///commit/620f70e0f382a8820119aa7fa544310445044b22)) - Enable debug level logging for net_plugin, http_plugin, and producer_plugin for launcher logging config. debug level used to be enabled by default for net_plugin and http_plugin for the tests.([`44da180d`](https://github.com///commit/44da180d53d118e409fe3ddb743e3e332e015ca1)) - ([`349b0e1f`](https://github.com///commit/349b0e1fb8e6d28eed07780eaeeb954d9bd897c3)) - Chainbase sync to pick up DB shrink fix while in heap mode([`18963960`](https://github.com///commit/18963960be7a4b07819329464fca2fd48999430c)) - ([`12fe8ba0`](https://github.com///commit/12fe8ba07b89d7da8581c62c1b3ae18be784d106)) - Return more from producer_plugin's get_runtime_options()([`749287be`](https://github.com///commit/749287be9495ec6988d8fc95cf8598836e793c85)) - ([`0f9df63e`](https://github.com///commit/0f9df63e1eca4dda4cb7df30683f4a1220599444)) - Fixed test to not count failed attempts as actual sends and added some leeway in validation.([`54b34e95`](https://github.com///commit/54b34e95936a3d4cff38195fadf61b29d5cff684)) - ([`9bd10269`](https://github.com///commit/9bd102691350d1bad49c77e10af21d0474343583)) - Bump version to 2.0.0-rc2([`1d422a27`](https://github.com///commit/1d422a270d103e85f7138bec98e3286a2e4754a4)) - ([`f1db2448`](https://github.com///commit/f1db244880893d6931a30d37ecab9457ff59b40f)) - Consolidated Security Fixes for 2.0.x([`8ed34adc`](https://github.com///commit/8ed34adc7a6cd11e4bbbf1b8d2131c0caf7a220b)) - ([`091377ce`](https://github.com///commit/091377cef5c77e8780cee86f7a3551f2cfa34fb8)) - Change to debug level log output([`0719aa38`](https://github.com///commit/0719aa38c1be1c64bb469f4094a35f38857f337e)) - ([`a770c730`](https://github.com///commit/a770c7307423eea4e8100c118af776623776041e)) - ([`504e0363`](https://github.com///commit/504e03637533615225e6eefe1daab6185788472e)) - ([`26c4bce4`](https://github.com///commit/26c4bce43ca55a660d3d314b1beaf01673b42fdc)) - Merge remote-tracking branch 'origin/release/2.0.x' into harden_opts_20x([`7a75b194`](https://github.com///commit/7a75b194332119d9ddd5c24457a01590f91081bb)) - Add harden flags to cicd & pinned builds([`2b8da207`](https://github.com///commit/2b8da20788d10e60d21053105c488410ad36b686)) - 10 second sleep([`3ee09ed3`](https://github.com///commit/3ee09ed30d440750dac16b4fa663e17b21b41a25)) - ([`0d8effc2`](https://github.com///commit/0d8effc23d4e267f079cff764f8a5189e2168041)) - Remove signs of UNPINNED in favor of only supporting one env.([`d370b7da`](https://github.com///commit/d370b7daff436039d131239e56e2e2b10affa4ee)) - Remove signs of UNPINNED in favor of only supporting one env.([`bc4ac47a`](https://github.com///commit/bc4ac47ac68ab1f1e910e752b88cd29677646156)) - Fix for unpinned env and triggered wasm spec tests.([`c68cfc3e`](https://github.com///commit/c68cfc3ed919e2edab065ad4f9e2c934c7a27183)) - ([`de98fc8d`](https://github.com///commit/de98fc8db25f22434f568d96e6eb47825b33dc57)) - Ensure GMP is always dynamically linked([`1f34c064`](https://github.com///commit/1f34c06438c37f48e49eb58bf5c7e14f96c0e312)) - ([`10d352a6`](https://github.com///commit/10d352a6a068191986e2cb1afe0d337d8ffc8d33)) - Be careful to capture lambda values by value since execution happens later via app post([`8f69fafc`](https://github.com///commit/8f69fafcd994506f345b295a0dbe9c9ae1454fe2)) - Post callback as medium priority to prevent ship running at maximum priority([`122ae7fc`](https://github.com///commit/122ae7fcf55d4ae6f766256a3f936731d23c7578)) - ([`187009ab`](https://github.com///commit/187009abd65522e18a1c9471dd2ed3d16c5fd48a)) - Fix quotes.([`81b2c695`](https://github.com///commit/81b2c69569688cb2ab86de2612ce134a58b8f68a)) - Fix missing LLVM.([`5c3c26d0`](https://github.com///commit/5c3c26d028293ad0283ce80b9d17496c1fa019a1)) - Fix missing LLVM.([`c9beac78`](https://github.com///commit/c9beac780cfb6cb64217b49d3f492152737532be)) - Add support for platform type directory.([`260fee44`](https://github.com///commit/260fee44eba3f1b5db1ae798c276691f30899bb1)) - Do not start mongod if it does not exist.([`f210d8c1`](https://github.com///commit/f210d8c10f0a7807b1963ed58590cf42583dbcdd)) - Add support for platform directory.([`d576fb96`](https://github.com///commit/d576fb9634157d782cb455b39776f40faf60f75d)) - Move platforms into distinct folders to support future platform types.([`17e8360a`](https://github.com///commit/17e8360a476b851d038ebf6f12781b6dadeef226)) - When building pinned boost on macOS, make sure SDKROOT is set([`47ec06bc`](https://github.com///commit/47ec06bc0971a3fe0c9bfd5929d043ede2c76686)) - ([`c5e03279`](https://github.com///commit/c5e03279a3a2efae108cad81003c8e566871c2cf)) - Ensure script name change([`ce1a2cb3`](https://github.com///commit/ce1a2cb3e051aa96f5be3e487c30a294f4d7aec3)) - Added new build step & comments to help describe what variables are available for logic creation([`2ff7e3ac`](https://github.com///commit/2ff7e3ac52aa80be8dc6b36a9de3547fe4120045)) - Added new build step & comments to help describe what variables are available for logic creation([`a45539ca`](https://github.com///commit/a45539ca1cb501de00f703ec850e5254deba395f)) - ([`2b96dede`](https://github.com///commit/2b96dede16e7ca755005b02df07986167ff0a8c9)) - Call sync_recv_block for already received block since accounting of blocks is required([`d029bfe5`](https://github.com///commit/d029bfe5b4721ed2789cac994c0cbec309f5942e)) - Add debug logging([`a7b919bc`](https://github.com///commit/a7b919bc94f6a83f36fdfecfac406de9cc34157e)) - Add debug log of sync vars in request_next_chunck([`4246f238`](https://github.com///commit/4246f23830ca45a1be08def4cfc799dbd3dfdc97)) - ([`c8e69e05`](https://github.com///commit/c8e69e051ad21ee5f62a4b4f2472c2751ac740fd)) - Mac steps get a min of 1 hour([`2bb414cd`](https://github.com///commit/2bb414cd4317884aea75d64ecdcd3a3acafc0a48)) - ([`0de3d48d`](https://github.com///commit/0de3d48d6bb09b6d08a2819c423d17eb1fdd1649)) - Split WASM spec tests to own label and steps.([`ee0c37c7`](https://github.com///commit/ee0c37c792f16266aaa98fc716832281ca8a9a6d)) - Bump commit.([`f8e9a53a`](https://github.com///commit/f8e9a53acd4d8f00f4d2bec90e29b22d59daadb9)) - ([`b1824e97`](https://github.com///commit/b1824e9765af6c5e1a9e31362503427529aad799)) - Modify --print-default-config to exit with success([`9234fd58`](https://github.com///commit/9234fd58be8c83ec218f260b53aa53b879d053e9)) - ([`e0176b46`](https://github.com///commit/e0176b46cbca6878fb9dddbc0398b61d4f77af8b)) - Bcast block even with syncing with peer as there can be race condition around determination([`87ef8780`](https://github.com///commit/87ef878079ab08eefa673d1c64bedda63cccb4a5)) - ([`c0c09848`](https://github.com///commit/c0c09848086a3053276bfe8f4e404cb60e23da27)) - Added support for reporting extensions_type parameters in RPC and eosio-blocklog json output. For release/2.0.x([`3fd3cd1b`](https://github.com///commit/3fd3cd1b8f8df088ff73ca9dccfd90df28f3ed07)) - ([`c791e18b`](https://github.com///commit/c791e18b9f416c290fc843ca1d6d2893ca3e17cb)) - Pass correct number of JOBS to unit test step.([`8941c1ce`](https://github.com///commit/8941c1ce8fb0e8200a8c4baa815ca7259da3f50e)) - Add separate build/test fleet.([`c4834681`](https://github.com///commit/c4834681c8288700f3610a0c747c7da6fcf3a642)) - ([`96b0dc05`](https://github.com///commit/96b0dc056fb21dcd8fcac5bb69c18b3c3f3677b8)) - Merge remote-tracking branch 'origin/release/2.0.x' into net-plugin-max-2.0([`0200a06a`](https://github.com///commit/0200a06a3c26b701399f0cd54c7b20ce66e7fbc3)) - ([`a18b89e6`](https://github.com///commit/a18b89e6089a0345b5a8be899de9931d54ab6fc7)) - Require version_minor along with version_major([`a86b9e0a`](https://github.com///commit/a86b9e0a8ca236ef39c77cbbe24cffbf91961f69)) - Handle cases where version_* not specified([`f0d7d9cd`](https://github.com///commit/f0d7d9cdd27ba39e0bad5ff99c78671e24114119)) - ([`8c10d068`](https://github.com///commit/8c10d068107a3072203f8d5cab31237e66190931)) - 10.14.4 -> 10.14.6([`aef98cca`](https://github.com///commit/aef98ccaf49dea1438562364ee205ed51f174d6d)) - ([`d964b6f4`](https://github.com///commit/d964b6f4e6e687fd4cda0798a9ac7c80504a0d72)) - Don't rebuild llvm unnecessarily during pinned builds([`29f3ff71`](https://github.com///commit/29f3ff71053e848757ad9a9bd5867b55525a508b)) - ([`521dc22a`](https://github.com///commit/521dc22ae4b47f2bdec8bba2fa680854daf8e8fd)) - Update to support new producer schedule([`3ec948d9`](https://github.com///commit/3ec948d94c198db35860b85b4fbd92086631cd63)) - ([`c4fc70de`](https://github.com///commit/c4fc70def83ff49af0722788bd0c3867c9379db8)) - Update to v2.0 of appbase which includes set version([`26ecee1c`](https://github.com///commit/26ecee1c094f4ae1f3aeba053af9eab0756572b6)) - Add server_full_version_string to get info([`84725dcc`](https://github.com///commit/84725dccaff2069d18c968debe0c9bd5a3822813)) - Updated to use new version library for version and full-version reporting([`d48beacb`](https://github.com///commit/d48beacb330ca43b5b455ad40cf31abb4b3ce587)) - Reduce some error level logging to info as they are normal responses to client requests when using snaphot. Also send benign_other in corner case of unable to find block.([`ae4be1b3`](https://github.com///commit/ae4be1b3a36fa8387dc9d372564c9bdec872956b)) - Fix variable shadowing([`e7272e31`](https://github.com///commit/e7272e313d223af4942cb74775d9d8b08e0f0ee0)) - Remove read delay timer and just disconnect when queue is full. Also drop trx when too many in progress.([`b3abe17f`](https://github.com///commit/b3abe17f79b29792858c3d083cae238741090a5b)) - ([`c617e64e`](https://github.com///commit/c617e64e8394bb7532fc354700704fe9206a8e6c)) - Fix commas in ship abi([`dabad679`](https://github.com///commit/dabad6794045cfea4031e9c90dfe5a3a9ff4c490)) - ([`9542dc64`](https://github.com///commit/9542dc64ced14027ba1dc3a63eb852866cbaf142)) - Remove unnecessary reflection of controller::config([`c18519e6`](https://github.com///commit/c18519e69c6e9111b5ccb26a6572cf5d4151a3b1)) - Address @heifner's review comments on EOSIO/eos#8044([`09f9eb2d`](https://github.com///commit/09f9eb2dc67b31440ff5c40dea055b4609d2b84e)) - Add whitelist_blacklist_tests/global_greylist_tests test([`9e3481e9`](https://github.com///commit/9e3481e9590eade26015813254ee7a9a129d09e7)) - Support global-greylist-limit([`fc65062b`](https://github.com///commit/fc65062b1ab813284c980e14a01d591d67a5dc0e)) - Add global-greylist-limit option to producer_plugin (currently does nothing).([`92606436`](https://github.com///commit/92606436e6305037471e29509d85fdc3cb583376)) - ([`5347e78d`](https://github.com///commit/5347e78daf68938907c5a7985ec512bb66f57e67)) - Eosio/producer -> eosio/ci([`97466a58`](https://github.com///commit/97466a5888016257ccf6bea5d762a73f3fb14921)) - ([`635d1ae2`](https://github.com///commit/635d1ae2d666090ad611976231220d4cfc80422a)) - Bump version to v2.0.0-rc1([`7d006bac`](https://github.com///commit/7d006bacb59bb103a3b1e769841576f9d3af3587)) - ([`8763d0ab`](https://github.com///commit/8763d0abf0705c7c278356c57a2591352dc44bd4)) - EOS VM OC license updates([`31bb872f`](https://github.com///commit/31bb872f9eb7d0becf7a511e4f0644b29d8daeb4)) - ([`e627a4e2`](https://github.com///commit/e627a4e25bd04b3b3a724eaa0bcb2046673abd35)) - Distinguish between block not found and on fork to give a better error message. Also allow reconnect for benign_other go_away which is what we now send for unknown block([`ba8dc1b1`](https://github.com///commit/ba8dc1b1228b4615a6070a6f8c19685b380254e8)) - ([`3879a6b8`](https://github.com///commit/3879a6b8caba04d7c69ff561e623367ba1a2b810)) - Update ref to temporary branch with license fixes([`9767e94b`](https://github.com///commit/9767e94b8d27ce2211af8057d0afbe73c4cd3ab0)) - Install license([`df859b73`](https://github.com///commit/df859b7317e5b6f4106db2c6001b9ce4118cdf52)) - Update eos-vm ref and install eos-vm license([`668743f2`](https://github.com///commit/668743f285061be62ba717eb19818cfc3d802627)) - ([`a69c9dbb`](https://github.com///commit/a69c9dbb5b92da7af063a329996628584122213c)) - Fixed comment. GH #7939([`9de6bbb8`](https://github.com///commit/9de6bbb83dca03a83c0d54baa4dc06fc734f1da5)) - Fixed trimmed file to write buffer in reverse order. GH #7939([`47087302`](https://github.com///commit/470873024db432683fa4b4ec5ee9a2c36801c286)) - Fixed code so last_block is set before we call block_pos ... GH #7939([`018f0c18`](https://github.com///commit/018f0c1893e4c909ceb1cc478ea60f724f1d3c82)) - Fixed logic for reverse reading the block log for truncation. GH #7939([`2e7f7f47`](https://github.com///commit/2e7f7f47c4ca6bb112a8ef335cff7da28445f032)) - Fixed skip logic and added assert to verify at or past first block when searching for a block number location. GH #7939([`936934b4`](https://github.com///commit/936934b46b862e55ecfaae8679ac0bb794954c5f)) - Change assert that always failed to EOS_THROW. GH #7939([`14920bc4`](https://github.com///commit/14920bc4899dbe5794a4c1cd76cd2af6e7a626f5)) - Need to ensure temp directory exists. GH #7939([`798bece9`](https://github.com///commit/798bece93554d40ea5e2b5cf46f3f6d13a9f61c1)) - Fixed variable name. GH #7939([`a607f9b7`](https://github.com///commit/a607f9b743705716d2387327d2dccf884dad5d4f)) - Added passing in the temp directory for temporary storage of new files and eventual storage of old versions. GH #7939([`303c8393`](https://github.com///commit/303c839387531f66bb4404922381c76658a98261)) - Replaced cached trim_data variables with methods that determine those values. GH #7939([`79e63966`](https://github.com///commit/79e6396646fa7cc5d55d9a69172dc25b90dc7e8f)) - Added comments and cleanup. GH #7939([`4e9431da`](https://github.com///commit/4e9431da2e1400d04896ce90f46f4e7a3fefc3a9)) - Added integration tests for trimming front of block log. GH #7939([`f071dc9f`](https://github.com///commit/f071dc9f97a5272c8135b2a39655a4795f6808fa)) - Movede trim_blocklog_front logic into block_log and added support for version 3. GH #7939([`d7986003`](https://github.com///commit/d798600354ef67d3574e8549e7ab7a500a4bf3aa)) - Adding missed invarients to existing code. GH #7939([`f52866f0`](https://github.com///commit/f52866f0a889029df1192d65321615a4c55a6a57)) - Moved trim_data into block_log. GH #7939([`b0052d74`](https://github.com///commit/b0052d74336f104e0e657ef2e574a451fff1463c)) - Fixed block reporting to work for trimmed block logs.([`40b447d3`](https://github.com///commit/40b447d3821e8bb84ee530dd6387d6b0c942bf26)) - ([`b65629c3`](https://github.com///commit/b65629c321c19e68ce00c91719418a751b8647ca)) - Update EOS VM Optimized Compiler naming convention([`1fde0c88`](https://github.com///commit/1fde0c88023fcad4fa69af77f3c67d6c4a486700)) - ([`92a317aa`](https://github.com///commit/92a317aa28016367475f526298684d2543326cd5)) - Fix build script LLVM symlinking([`24f8a02a`](https://github.com///commit/24f8a02ae3e6debc2d5b11aeeb1ec631e6f769b1)) - ([`b1b6b0c1`](https://github.com///commit/b1b6b0c1708557f5d35c8850835d080c71d68169)) - Update subjective-cpu-leeway-us description and set default_subjective_cpu_leeway_us to 31ms([`42f1bc9e`](https://github.com///commit/42f1bc9e4de73cad9b608bf6be334030bff47f2c)) - Change default subjective cpu leeway to 9000us from 3000us and make it configurable([`85bbf6c5`](https://github.com///commit/85bbf6c530d4d46e877ea6d692cc4262a02bdc48)) - Add optional ability to disable WASM Spec Tests (#8024)([`b11d4550`](https://github.com///commit/b11d45507568e1fbd5b16b4cd8c40bcc157b99b1)) - Add optional ability to disable WASM Spec Tests([`72072d80`](https://github.com///commit/72072d80b123d6b4d948f5f8a3e54f1eb0f1a30c)) - ([`0763d66c`](https://github.com///commit/0763d66c32832c3efe1f5f4e7cad902e6b6fa07c)) - Retain persisted trx until expired on speculative nodes([`ca6e78b8`](https://github.com///commit/ca6e78b8195f6f0dd525691db1c5daaf950e4589)) - ([`329071ae`](https://github.com///commit/329071ae8ae7c8e467f42079ebdb09e675d7e702)) - When using the `set_proposed_producers_ex` intrinsic with the new format (`packed_producer_format == 1`) avoid calling `valid()` on each of the keys.([`14d758cf`](https://github.com///commit/14d758cfe4ff948e8b7c115df70536888defdfd1)) - ([`571c8aff`](https://github.com///commit/571c8aff2734fab949dd3617417b31d79acce2bd)) - &> /dev/null -> 1> /dev/null so we can see errors([`84c6ba5c`](https://github.com///commit/84c6ba5ce885c7be8cc9fae9397acee85a5ab75b)) - ([`89166b5a`](https://github.com///commit/89166b5a314fa2bcda664329efcc13f505bd8eac)) - When linking with a libchain containing EOS-VM OC, need to wrap main([`a59995d7`](https://github.com///commit/a59995d70772db04a7e8ab1f6c686baa424870a4)) - Get the linker order right for eosio tester cmakes([`28a9fde5`](https://github.com///commit/28a9fde5b1c60f793a1ecde186a68f61564a0145)) - ([`acab95b3`](https://github.com///commit/acab95b312f8d2b79fe7cda210e2f80611aba140)) - Increase stability of test by spreading push to all nodes([`c75e1db0`](https://github.com///commit/c75e1db0066b514437be6666f2d4e425529bbcea)) - ([`f44384b2`](https://github.com///commit/f44384b2faed9f049544c855cb5ff635bc7ed473)) - Ensure eos-vm-oc headers get installed([`c5d06dd5`](https://github.com///commit/c5d06dd5d01c39eb71339006110fe5b00cbbb929)) - ([`34dd9b78`](https://github.com///commit/34dd9b78762ea0008d1a511ae17fa6698f895573)) - Revert to old behavior of appending subjective failure to allow possibily cheaper trx in([`af1039d1`](https://github.com///commit/af1039d1698445973181230928fb3bfe397202b3)) - ([`1903798a`](https://github.com///commit/1903798a1771a1016e3969570d2f6bcfd21f2250)) - Change log level of index write from dlog to ilog([`1685adf0`](https://github.com///commit/1685adf021c60e92e531f726da79dc818ee25e6b)) - ([`2d68b51f`](https://github.com///commit/2d68b51f48bbf4c4dfc5a1520bfb2eb0461aeefb)) - Disallow WAVM with EOS-VM OC([`0f555c24`](https://github.com///commit/0f555c241f58553703184e9b57217fa99be2deca)) - ([`3f0f353f`](https://github.com///commit/3f0f353f6342177dcd0e1f8995bb518d2a8874f2)) - Bump the code cache header to force invalidation of previous caches([`25f33f73`](https://github.com///commit/25f33f731df5c6f2eb66afcdda102a2a940cf422)) - Be more aggressive on evicting cache when compiler monitor indicates too full([`f8385607`](https://github.com///commit/f83856072ff255390a102069002c5b354fbf1872)) - Coalesce executor's per-action cleanup lambda([`d871028f`](https://github.com///commit/d871028f81ab107dd8cb9377d2fad8adec446214)) - Don't leak memfd if memory fails to be ctored([`65a2ff50`](https://github.com///commit/65a2ff50ed3ba7163c12a69bc7ebbcf9df9378dc)) - Make sure EOS-VM OC is given at least 1 thread([`d7ef3b3a`](https://github.com///commit/d7ef3b3a0b191c8814da2a05e4daed8aabf88c31)) - Be more explict about testing the alignment of code/data segments([`b5b655a9`](https://github.com///commit/b5b655a9f2b3d9bf26475b01e7cf385e69ff49fb)) - Executor needs to check its inital map of code([`94516fda`](https://github.com///commit/94516fda4acff3095d2d84ed30230f50dad934c9)) - Clean up error checking throughout the tierup processes([`df42cfac`](https://github.com///commit/df42cfac9241c826093706a877db9cda8f409b29)) - Merge remote-tracking branch 'origin/develop' into rodeos([`ad6d6d2e`](https://github.com///commit/ad6d6d2e001b7740214adece5c830a0c90fc1caf)) - Add some paranoia around GS usage([`e74700dd`](https://github.com///commit/e74700ddae8311fc9ce2c2dfb6df2a6285e97722)) - Greatly simplify array_ptr_impl asm([`2fab7267`](https://github.com///commit/2fab7267ba9662f4ce8d56defe699212e6172cbd)) - Clean up signal init to not require an explict mutex([`fbfbf589`](https://github.com///commit/fbfbf589c7ef6ce53ce5519df0dd641e4c393759)) - Do not fall through after calling the chained SEGV handler([`f4f7979b`](https://github.com///commit/f4f7979bf335c476187bd5f69cfdaea121f102a1)) - Cleanup to EOS-VM OC support post EOS-VM merge([`4f19ce2b`](https://github.com///commit/4f19ce2b2f17bafecb321b9e3062cfa4b18c85d1)) - Merge remote-tracking branch 'origin/develop' into rodeos([`5d813895`](https://github.com///commit/5d813895edf261f160b21ec6fcfe58f0cfb7df38)) - Add cstddef include for std:byte, possibly needed on some platforms([`93607fab`](https://github.com///commit/93607fab656f14424b094d5303141c74542298b2)) - Cleanup allocator include and be paranoid about size([`b6cd1e85`](https://github.com///commit/b6cd1e85943bf96802af4e4c3e5c7c7029990d18)) - Resolve possible type punning violation on code cache header([`bd910a56`](https://github.com///commit/bd910a56a9d596d06ec8e1407ec06364dec8ff92)) - EOS-VM OC licensing updates([`50aa0792`](https://github.com///commit/50aa0792bd3c3a681302055fa7e270fbf981ac88)) - Eosio_exit comment and cleanup([`fcc85258`](https://github.com///commit/fcc8525829787319964d14ae2af564b3b2a8f011)) - Fork EOSVMOC OOP helpers before main via linker trick([`cf3a3dcb`](https://github.com///commit/cf3a3dcb52eafcfd1d1c4a996308f20b726f10dc)) - Resolve possible exception object leakage([`a2e90f77`](https://github.com///commit/a2e90f771f65dab399b90ca97cac878f09281baf)) - Always set load/store alignment assumption to just 1 byte([`bf506194`](https://github.com///commit/bf506194a65aa6b571096b998c0777845a496f33)) - EOS-VM Optimized Compiler([`d60e1c3e`](https://github.com///commit/d60e1c3e7b84eb0e62d3a7ad46b1e1f739980bdb)) - ([`d5c7ee2e`](https://github.com///commit/d5c7ee2e52e448abc0f0e854b31b177d427f6bce)) - Update version to 2.0.0-develop([`26ed54d9`](https://github.com///commit/26ed54d90f4e5436faac7fda0f6a0eabbbccc6e2)) - ([`34e8717a`](https://github.com///commit/34e8717a80aefff85b2bddb1bed6224af0696ccc)) - Merge remote-tracking branch 'origin/develop' into net-plugin-version-match([`d2c7814c`](https://github.com///commit/d2c7814c664b6769a58439af0a941064296ac03f)) - Downgrade to previous version of peer sends go_away_message wrong_version([`b1745ab1`](https://github.com///commit/b1745ab17286fc8a6a1eb608d68120c7c7e777cb)) - Remove deprecated network-version-match([`e17a3e0e`](https://github.com///commit/e17a3e0e9060903267667c67b497bd0e1d98d6b2)) - ([`a5cc8645`](https://github.com///commit/a5cc8645a84a42b3f934a390625b28dfc6793830)) - Update eos-vm ref([`61fa3b6d`](https://github.com///commit/61fa3b6d3f188f057e7019a38acdf5692aa5d4c9)) - ([`6810f52c`](https://github.com///commit/6810f52cdb7e0c509e1862af735bbe777e19aba3)) - Do not clear trx_in_progress on close since low priority app lambda callbacks can still be in progress([`c3231b9a`](https://github.com///commit/c3231b9a1e732dae9a6cfccfdb8196250d5571b0)) - ([`bdcd4c3c`](https://github.com///commit/bdcd4c3c0edde3dd8c00b21f1641e024b69f038e)) - Reject proposed producer schedules that have a block signing authority with a threshold of 0([`c079fc62`](https://github.com///commit/c079fc625e8c24d0ad0e635e62eeaec66f60fd9d)) - Revert "Do not clear trx_in_progress on close since low priority app lambda callbacks can still be in progress"([`027d640c`](https://github.com///commit/027d640ce516bddca790068b23015b5eb3fc9ee8)) - Do not clear trx_in_progress on close since low priority app lambda callbacks can still be in progress([`cb0e1fb9`](https://github.com///commit/cb0e1fb9a75ba3d3210a2c9089127d37962c0204)) - ([`b4c3fde9`](https://github.com///commit/b4c3fde969df645f6b1effc9a837a9791d49c3e4)) - PR comment fixes.([`f8f5253e`](https://github.com///commit/f8f5253e4052f26cca3a5749e18fc7049e74dfad)) - Fixed expected exception.([`be81d0b1`](https://github.com///commit/be81d0b195002302b44dadaa6b31cac4be373f50)) - PR test improvements.([`0cf08901`](https://github.com///commit/0cf08901485363e20b5cd8f6d9c732fb6d0fd718)) - Added test to verify controller will not proceed past database initialization if chain id configured incorrectly.([`bf3b1993`](https://github.com///commit/bf3b19931fe55012715d44b7a44b5bd5e32cebfd)) - Fixed test to explicitly pass in chain_id from different sources.([`9a42d2ad`](https://github.com///commit/9a42d2ad4721cd87e65d8b8b522b2a8a68105268)) - Bump to timeout for linux Unit Test steps([`fc7cca7d`](https://github.com///commit/fc7cca7df9c32c99a510ec650c70e6a6f358bc3c)) - Bump to timeout for linux Unit Test steps([`4f0cd53c`](https://github.com///commit/4f0cd53cb201775a8703bd044181014418410336)) - Added test to verify chain restarted with truncated block log and existing state works.([`0b853c29`](https://github.com///commit/0b853c29bba30c1ea69a1d824e1e3c0f8751dcdc)) - Added test for restarted chain with existing state but no block log.([`4d8d2556`](https://github.com///commit/4d8d2556fb1b6b6d12638c3f38469b5bd6ef8c2c)) - ([`b5587034`](https://github.com///commit/b5587034aadd536f98451ce98ff1c13d3e625f82)) - Update eos-vm to latest develop, fix issues with instantiation limit and jit allocation scheme([`cce3028c`](https://github.com///commit/cce3028c6d7ffc4140f725fec6f668d855a9669e)) - ([`3457883b`](https://github.com///commit/3457883b4ea8554dad6d6788ebd8ef0c38b9a634)) - New timeout to handle when two jobs on the same host are maxing their CPU usage([`3b003a1c`](https://github.com///commit/3b003a1c256a4781633de60749b25a801c20c6aa)) - ([`28c3eb1d`](https://github.com///commit/28c3eb1d7857792d7b4699d86fa50d09effe6b74)) - Update eos-vm ref([`dd9fb085`](https://github.com///commit/dd9fb08590fe4aa9bf8f10e191b476aa77a0aae5)) - Move wasm_allocator from wasm_interface to controller([`1d9d0c96`](https://github.com///commit/1d9d0c96e523b49af484f564ea6962e9d433dfca)) - ([`c21e47e2`](https://github.com///commit/c21e47e2286c329cddf8318e5d0cf26e6733af79)) - Correct designator order for field of get_table_rows_params; fixes unpinned builds on centos([`96ce5a58`](https://github.com///commit/96ce5a586011941a533659f642304f7ddf3288b3)) - ([`2b0c7bde`](https://github.com///commit/2b0c7bde809ff59da89651a4af0d02c651f32fc4)) - Untabify([`0adf5e7c`](https://github.com///commit/0adf5e7c5660e5033ab6b3a14e34921e0dcb0ab8)) - Address review feedback.([`060e0161`](https://github.com///commit/060e016114b0b1876b172bbc6cdb948a329766f6)) - Bump timeout for unit tests again.([`7b49766f`](https://github.com///commit/7b49766ff6655326dfbb44b89b3b943570a03ade)) - Avoid compiling eos-vm when it isn't enabled.([`d370bc92`](https://github.com///commit/d370bc9285d64adc1ec402c59a840a388f7e9684)) - Merge develop([`640c61fc`](https://github.com///commit/640c61fca6f7d98be660a3208ea8f8edbc5edade)) - Update eos-vm([`0e039c17`](https://github.com///commit/0e039c179cb899b00d15cf491ac5415e10a9f8e0)) - Reenable test that was commented out for some reason.([`5100c35a`](https://github.com///commit/5100c35a1d76b61b0d8cc1083d6a91299f93177a)) - Cleanup([`bb454802`](https://github.com///commit/bb454802d7ae11f109c14c5968e18e5e9a9de4d2)) - ([`8cd25a26`](https://github.com///commit/8cd25a261e2d6f9a7b40d49c13ac451fa9526692)) - Remove all traces of intrinsic_debug_log([`24931c7c`](https://github.com///commit/24931c7c050671ad45d86e3db7c4cceef6db9a54)) - Merge remote-tracking branch 'origin/develop' into experimental/wb2-jit([`4864a3ab`](https://github.com///commit/4864a3ab9fd36ed06b89d2cae71194d36dff89ec)) - Fix data races for eos-vm's handling of checktime([`353f417c`](https://github.com///commit/353f417ccd421e77400e9efd4345e512f9e9908c)) - ([`da378296`](https://github.com///commit/da3782967f57209bdcd3ba64441f2bbfb94cefbf)) - Add eos-vm-jit to the list of possible runtimes([`57dde3a6`](https://github.com///commit/57dde3a65fdce083c71dee63e204d1a2036eb582)) - Update eos-vm([`d9a38070`](https://github.com///commit/d9a380708d27eabe577eed0ba966a944c6c5a0bf)) - Add eos-vm to ctest and fix submodule commit.([`81a2a671`](https://github.com///commit/81a2a671073dbac888fc4e65e9607bb87d3a9037)) - Updated eos-vm to handle atomic issue([`2ede7b84`](https://github.com///commit/2ede7b842bf9e6b53018718a255a58a0d07649df)) - Re-enable injection for wabt and wavm.([`afd3b21d`](https://github.com///commit/afd3b21dc8f5ae678413461514f1c66b2be9e8fc)) - Use the existing checktime implementation for eos-vm.([`c779fe30`](https://github.com///commit/c779fe305170865e074e634cae24887a79029f03)) - Update eos-vm submodule([`0487902e`](https://github.com///commit/0487902e6022834698868522d167a3ae5bfa95e5)) - Remove ccache from CMakeLists.txt to hopefully fix cicd build.([`f8b7a679`](https://github.com///commit/f8b7a6795c63d1461040ee6fe8eb2bf3dc551d2d)) - Merge remote-tracking branch 'origin/develop' into experimental/wb2-jit([`3943c026`](https://github.com///commit/3943c0268b02212397e01bc840d7e91db63bf04b)) - Test that we accept more than just 0 and 1 as the flags for limits type.([`08cf2dd1`](https://github.com///commit/08cf2dd12f80beb241e0ec796f9cda0b1b9c49aa)) - Cleanup([`223a4b6d`](https://github.com///commit/223a4b6d86ca36678f7bd86a7067d5c983e3c1ea)) - Update eos-vm. Fixes early replay failures.([`fa3f529d`](https://github.com///commit/fa3f529dc9abbfab4e648d5dc8826ae8ebe524d8)) - Add checking of pointers([`b29a602e`](https://github.com///commit/b29a602ee00cc2e8553d0e4acfe30b32f88fa7bb)) - Add alignment for pointers, references, and array_ptr.([`dcd48af3`](https://github.com///commit/dcd48af34b89df139275dfe535339175aa552f76)) - ([`12e60bf8`](https://github.com///commit/12e60bf8113a1c8b54fb227c4d00bc8365fb9a03)) - Update for the changes to eos-vm in host-functions.hpp([`897e0022`](https://github.com///commit/897e0022b36e093a87f76e25e33af2a4cb6bcf02)) - Update eos-vm to assert-invalid.([`056966d4`](https://github.com///commit/056966d4de6885f8995d71ae857a3b5e6b426e68)) - Fixes for the unit tests.([`d13e7fc0`](https://github.com///commit/d13e7fc00a2fcef259c06c3ec7bd1ebfd22fc7f7)) - Use the correct code size when instantiating a module.([`551601be`](https://github.com///commit/551601be626a5597267837a61e416d4ac8b66053)) - Update to combined jit/interpreter.([`41a1b7d2`](https://github.com///commit/41a1b7d28e56779ed8be3213f66111c6d07946ec)) - Update eos-vm([`940c0d7c`](https://github.com///commit/940c0d7c2b7a4ada558a5b7e4054e8c4873b07b3)) - Update eos-vm([`14aee95e`](https://github.com///commit/14aee95e8e32d92cf5b7b94daa318ff2bf2e47f9)) - New branch for eos-vm JIT.([`f4c76bf6`](https://github.com///commit/f4c76bf6c74b9ecdf1ed130ecfdbfb5b675f5800)) - General cleanup and fix for develop merge([`a3e4df61`](https://github.com///commit/a3e4df61c0e2e348311a5cc737878b5acbf49901)) - Merge develop([`bd0f8bb9`](https://github.com///commit/bd0f8bb9dd52cfaaa46e82092000dc5309177458)) - Changes for replay failure([`930005bd`](https://github.com///commit/930005bd7ad790371c147f1d145725d23cbf886d)) - Fixes for cmake softfloat([`2129de69`](https://github.com///commit/2129de695ff219d4d0e2658866bfac6d0442183b)) - Just totally disable injection for now([`d59f46aa`](https://github.com///commit/d59f46aadf23401341c8228ee75d72062c35b5ab)) - Remove injection for eos-vm and update eos-vm ref([`e59dc89c`](https://github.com///commit/e59dc89c484618623d67a70d1171ce79d4eb2454)) - Last vestiges of intrinsic logger and disable building of tools and tests for eos-vm([`bcf65d92`](https://github.com///commit/bcf65d9208078e05b1598dc477cf9f5783e10b32)) - Missed some spots([`96de94ab`](https://github.com///commit/96de94abfbac408fd7f1bdf58172b2e00b8f8f5b)) - Merge develop([`991d788c`](https://github.com///commit/991d788c17440624f139a2447a4fae6027bedb4c)) - Don't inject and update eos-vm ref([`0695638b`](https://github.com///commit/0695638b381fd3e005e55f33b7d38fea8810ffa5)) - Remove std::get and comment out trap handling and other things([`92d92a9f`](https://github.com///commit/92d92a9f8ef98d6eae6e2f2cccd53fa8fe7b6492)) - Update eos-vm reference([`52f89750`](https://github.com///commit/52f897506d2df7e67b52023e21652c2883d02496)) - Update to fast dispatcher([`ac79dc1d`](https://github.com///commit/ac79dc1da22f8141d8a6faabf17b9d4a715909e1)) - Update eos-vm([`cf3c2e73`](https://github.com///commit/cf3c2e738f103c56b6f7b62abbe8effed87bfac7)) - Temporary eos-vm signal handling([`750c817a`](https://github.com///commit/750c817a0e64f17d75eebb97dd1bd25d3865674b)) - Update eos-vm([`029b1b21`](https://github.com///commit/029b1b2129e14865c24024ef110647404f42b562)) - Update eos-vm([`3ff95473`](https://github.com///commit/3ff9547379ebbf4fbdcdb3f97b07979806eaca61)) - Update eos-vm([`26c31f28`](https://github.com///commit/26c31f28555d587b87544439f96088e214012271)) - Fix eosio_exit([`f7617eaf`](https://github.com///commit/f7617eafc82d284ea81b56f3e5c0e2437b9652df)) - Eos-vm fixes([`c479615b`](https://github.com///commit/c479615b310a08d126cded16fe1fd7219418de62)) - Merge remote-tracking branch 'origin/wasm-intrinsic-debug-log' into experiment/wb([`0660042e`](https://github.com///commit/0660042e0cc357d4e3372ddf4eba4dd4df7a6649)) - Add mode to intrinsic_debug_log to automatically call finish_block (if appropriate) on close([`f3099e01`](https://github.com///commit/f3099e012db8412cc06e676f7d3874e4b4f2875a)) - Avoid getting into inconsistent state when intrinsic_debug_log::open throws([`f3bbba85`](https://github.com///commit/f3bbba8597675560ee97c763101c6fb34342e5b0)) - Add script to enable autocomplete to script directory([`10b5c442`](https://github.com///commit/10b5c442ab0b16f7a72bde2b8609866368a9d145)) - ([`b0f72e35`](https://github.com///commit/b0f72e35a27942c371594e8715158883efcb2fa7)) - Add support for optional and repeating positional arguments; some sub-commands containing nested sub-commands are invokable by themselves while others are not([`640f2331`](https://github.com///commit/640f2331d175d30d21503842dcd51a447bc6aaba)) - Cleanup subcommand code into eosio::cli_parser namespace; rename header file to cli_parser.hpp; add dispatch support to cli_parser([`268439e7`](https://github.com///commit/268439e73c19db0fa8cdbb2dd2069d362321a968)) - Create initial scaffolding for a new utility program: intrinsic-debug-log([`bf4635b9`](https://github.com///commit/bf4635b94814e87e955b439320be8778d2324ff4)) - Merge remote-tracking branch 'origin/develop' into experiment/wb([`de9de0cb`](https://github.com///commit/de9de0cb9a99b46e769dba546d1b6a189792177c)) - Use intrinsic_log([`0d4d71bd`](https://github.com///commit/0d4d71bd1f9113d91b4bb74490b3781ccab33a5d)) - Update eos-vm([`6ac06464`](https://github.com///commit/6ac064640d1b4baf79033b18a9c2dc34350281c8)) - Added eos-vm submodule([`2ec9e75e`](https://github.com///commit/2ec9e75e26ce4ebaa027c62276e2793a91fb7426)) - Redoing eos-vm submodule([`861efee6`](https://github.com///commit/861efee6e17e19a8fcc02d2f49350a0fb19f28b9)) - Merging develop([`f4bcba1a`](https://github.com///commit/f4bcba1a1172724b9e83e1b4f856b9759412149c)) - Added eos-vm as submodule([`04be4874`](https://github.com///commit/04be48745a948e4fbdb9db085a8b3995913812b9)) - Merged Arhag's debug log([`e3cf6143`](https://github.com///commit/e3cf6143f33bcdb81ded03ae6a2f3f3f03f46c61)) - Add intrinsic logging with hash of WASM linear memory and hash of arguments (except for pointers which are currently not supported)([`8443d9ae`](https://github.com///commit/8443d9ae25d7efa1bfb2e16892257b795281d9f2)) - Improve intrinsic logging support for transactions (particularly deferred transactions)([`18f69d2b`](https://github.com///commit/18f69d2bd567d40cc58bb0c9280f3497c24d0603)) - Bug fixes in intrinsic_debug_log and new unit test([`5f7298e0`](https://github.com///commit/5f7298e099b5282f982ad146d6e804b4225ad7fb)) - Initial integration of intrinsic_debug_log into controller([`83b96c46`](https://github.com///commit/83b96c461b4527fd384dd06727c55ce329f7206d)) - Add intrinsic_debug_log::find_first_difference([`2cebe437`](https://github.com///commit/2cebe4376a98063a461662fb8689f596ac800f7b)) - Add receiver, first_receiver, and action_name to logged action_data([`dbabba60`](https://github.com///commit/dbabba6061bc5cce59962e85d1e489c03e83aeb8)) - Add support for iterating through the blocks tracked by intrinsic_debug_log([`bc1fe81b`](https://github.com///commit/bc1fe81b94465d496d7e17a311810c0c0a1b9e74)) - Create eosio::chain::intrinsic_debug_log([`8e28a450`](https://github.com///commit/8e28a4502fa5df436f5d7935ba6d371012187dc4)) - Stuff([`393356ff`](https://github.com///commit/393356ffacf264b754de8d70d8e07d2078775dae)) - Update wasm_interface to use uint32_t instead of size_t([`2f3101b6`](https://github.com///commit/2f3101b652d4c2835bf7e0a14ea2c5ec6515b0ad)) - Further fixes for eos-vm integration([`5a9bf2c6`](https://github.com///commit/5a9bf2c68e3ffd95587f1d04e47f64c32cd50f65)) - More fixes([`b7641fde`](https://github.com///commit/b7641fde73ded3b18d6462aab49c7936b45d2ddb)) - Fixes for eosvm integration([`46c884ec`](https://github.com///commit/46c884ec32d8171e97b24b0692e1925ea8ff0c20)) - Still sse3 issues([`f4ba2d88`](https://github.com///commit/f4ba2d8848b9e6648357a517315748a92ff46c73)) - Working on a solution([`60c4a014`](https://github.com///commit/60c4a014fe884b1d760babf02c1e70f5e158799c)) - Need to change a bit for alignment([`59c904c9`](https://github.com///commit/59c904c94e2dc5e9a59ba74c162025728de35a61)) - Close to ready for replay([`cbc2a28d`](https://github.com///commit/cbc2a28dde16d0afa6edcd58316eb66ad120b60f)) - Still working on it([`1d3f79fa`](https://github.com///commit/1d3f79fada3d6aedabf4e52cb6d49d14c89a79ec)) - New problems([`cc0092bc`](https://github.com///commit/cc0092bc948d2fab18e5c26f257e6f598d0bce5e)) - Solved issue with linking([`d6267892`](https://github.com///commit/d62678921ed624027b3ef01a099df2e457675923)) - Changes needed for new backend([`75b9ca6f`](https://github.com///commit/75b9ca6f22d77f6be70903862b13642475ad47a5)) - Embedding eos-vm([`e2b77b11`](https://github.com///commit/e2b77b11524f2ba910214c5dd0237d7a9bb3189e)) - ([`8f8aed0d`](https://github.com///commit/8f8aed0d27471a548645bfa8702699a737dcf039)) - Set chain_id properly in the case where genesis state is extracted from block log([`02cf6117`](https://github.com///commit/02cf61171773b714cde8ebeeb7969264cb5bac19)) - Bug fixes from @brianjohnson5972's review([`98a821f4`](https://github.com///commit/98a821f47190fde020ee8eff75075dfe98ded7fd)) - Add additional check (to be safe) to ensure chain ID in state matches the chain ID provided to controller constructor([`e4f35eef`](https://github.com///commit/e4f35eef6c854e4dae7d65ae05adf6c434a13771)) - ([`a50bd51f`](https://github.com///commit/a50bd51f18dace61f7036e7594089ad932ce1d85)) - Remove unnecessary comment([`75a9f3e0`](https://github.com///commit/75a9f3e04c579324c3a5dcf6da17095bb9553fd7)) - ([`b5ea54b3`](https://github.com///commit/b5ea54b385e9dc75931af043dbe83cfca64e4b55)) - Augment producer_schedule_tests/producer_watermark_test to check last produced block numbers in block_header_state([`0dab8dad`](https://github.com///commit/0dab8dad4c71f88357cb20dd5dfb2a347c6788e4)) - Consolidated Security Fixes ported from 1.8.4([`fbec7369`](https://github.com///commit/fbec73696010a553d37cd4e5255b3790756d40d5)) - ([`15ea1948`](https://github.com///commit/15ea19485d7a8d3678e5933a0037c5f3a7619025)) - Update fc to master([`71a77ba3`](https://github.com///commit/71a77ba3ee9ce3fb207bd494441b6e2128af6316)) - ([`c2ba132f`](https://github.com///commit/c2ba132f20febc844dea44a929c75f8e649da4b7)) - Fix strict alias violation([`96d9f410`](https://github.com///commit/96d9f41031148e65172d81672f835dd52e86bef6)) - Convert_to_type for uint128 is not needed anymore since fc variant is modified([`10e4a60e`](https://github.com///commit/10e4a60e56d2343814b30b33631cf501bc9a29b3)) - Maintain old behaviour of float128_t variant([`95135f9a`](https://github.com///commit/95135f9aef606a2842a183aa1500ba26a3ec5d1e)) - Update fc libraries([`8d692b2a`](https://github.com///commit/8d692b2abbd9cd1bbec79f7034f1b61ba4fdc8a8)) - User lower precision floating point for float128 next_key([`1e6ecb0b`](https://github.com///commit/1e6ecb0be8e27c3f31b33594768a54dab5d11dd3)) - Modify from_variant and to_variant of uint128 and int128 to use boost multiprecision([`8cba938e`](https://github.com///commit/8cba938e238f7d2a0af8610afb7efe0019672411)) - ([`bc8f7933`](https://github.com///commit/bc8f79339bd8a8d7a268875c1fd7fecbc2ef390b)) - Use boost multiprecision uint128_t to convert input([`d410b2dd`](https://github.com///commit/d410b2dd1818a9628f66bd7aa37f3130521270db)) - Add row size check for get_table_tests([`eb0922a1`](https://github.com///commit/eb0922a16e20fd3694605c6ece03f85753561bfe)) - More2 to next_key([`315fb1fa`](https://github.com///commit/315fb1fa0edc3ca8ab59bad9c7dfb8ee97a52429)) - Remove redundant include([`09a9eed2`](https://github.com///commit/09a9eed23a09c126e3f1c39814f8f9b393a015ae)) - ([`9a07c682`](https://github.com///commit/9a07c6821fd6929db22831aab51efbbae1f80d0b)) - ([`6a6398a5`](https://github.com///commit/6a6398a57c29322299bb306c39e46c94048d792f)) - Add comments([`418c7282`](https://github.com///commit/418c728292b914ff45419820624b9675434448cd)) - ([`70a2710b`](https://github.com///commit/70a2710be0c9a3b546d794e932d5d0bb68413e44)) - Move get_table_more2_test from chain_plugin_tests to get_table_tests([`0657c5d1`](https://github.com///commit/0657c5d1f1a284cef3aed010c7f22857bbfda6a8)) - Update comments([`73bb3af9`](https://github.com///commit/73bb3af94ea89c7b04ad2c0661aaac9fa4f85d9c)) - ([`694610f1`](https://github.com///commit/694610f17f02bd6feb23c1431c02f44c017afa27)) - Add comments for get table test([`99f45af9`](https://github.com///commit/99f45af9eb52d0b12b2aa272c400d06d84a6d1e4)) - Add unit test for get table([`c2e52995`](https://github.com///commit/c2e529956a1086cfdb2ad54d17f9ab18b6f8b988)) - Change the format of the input of get_table_rows query with key type float128 to match the returned value (represented as uint128_t)([`2266398b`](https://github.com///commit/2266398b4542cac48a262eebb1657b4f2cbf3d89)) - Expand get_table_rows with more2 field when doing lookup with secondary index float128([`89dbac63`](https://github.com///commit/89dbac63a3c1f95ae470024a7c33c6c50e240d77)) - Properly align the input for get_table_rows query with key type i256, sha256, ripemd160([`c72ca9e6`](https://github.com///commit/c72ca9e6ec3964df5235aa00b1bfa987bbaae0df)) - Expand get_table_rows with more2 field when doing lookup with secondary index i256, sha256, ripemd160([`ca3f64ba`](https://github.com///commit/ca3f64ba87d92d571804f8245885696736178e17)) - Expand get_table_rows with more2 field when doing lookup with secondary index i64, i128, float64([`2c5c1586`](https://github.com///commit/2c5c1586d6e2586cbd49dc3e83c6ee6fb22e4327)) - Replace fixed_key with fixed_bytes from eosio.cdt([`51582b2c`](https://github.com///commit/51582b2c048245f87a304f3091b1435916ccbe46)) - Expand get_table_rows with more2 field when doing lookup with primary key([`621c46ee`](https://github.com///commit/621c46eebf315c12ef916643864c9ed0b7a5292a)) - ([`b8b551be`](https://github.com///commit/b8b551bec13cddd812f53e03cb11984938faf7bf)) - Use the LLVM 7 library provided by SCL on CentOS7([`ecbf71b3`](https://github.com///commit/ecbf71b36c6940df90d05ff23efac2e25279f053)) - EOSIO WASM Spec tests (#7955)([`d68a425e`](https://github.com///commit/d68a425ed878c522993ad855541ea41dab9f1b48)) - Bump CICD timeout for Mac Unit Tests([`f32cb801`](https://github.com///commit/f32cb80149b88f313498f7aa74f1b470cb0fcb62)) - Bump CICD timeout for Mac Unit Tests([`845f5d29`](https://github.com///commit/845f5d29bca693a277071cac4f04d83f7d4b78e0)) - Update for all backends([`e50fd68f`](https://github.com///commit/e50fd68f77bcc2702841fa3089e86439329587b0)) - Add wasm spec tests and necessary CMake changes([`7c0ccaa2`](https://github.com///commit/7c0ccaa21aa433a913d7247e5cad2450e3eb9f5c)) - Function body code size test (#7947)([`877e82e6`](https://github.com///commit/877e82e690b2a2efd516c771ce163987e7943620)) - Fix function body size([`3eac4800`](https://github.com///commit/3eac48009ed0c5e48586bb491e0c2cad568e344b)) - Fix incorrect exception type and cleanup code([`4d49dd4e`](https://github.com///commit/4d49dd4ed50f014e25965a8d5766fc0568ec2acd)) - Review feedback([`1135e22e`](https://github.com///commit/1135e22ef008f9d2532cad276573a6848fae3001)) - Fix whitespace([`afff0a21`](https://github.com///commit/afff0a21965d4a7744adf8b3464eb9f1f705e8ad)) - Add test for function body code size([`155ced2d`](https://github.com///commit/155ced2d28b5ad78deb38bfa7547913b9d78e667)) - ([`1367bf76`](https://github.com///commit/1367bf76409e5a474820d4bb86707d778e7b9ab2)) - Support unix socket HTTP server for nodeos([`209f6d93`](https://github.com///commit/209f6d938f277584970f594dfccd1b7925f8c850)) - ([`c5cfe026`](https://github.com///commit/c5cfe026b61940a8e8ee95be1172a32f79d20407)) - Check for out of date last irreversible block notice([`14c82dd6`](https://github.com///commit/14c82dd6bbaa6d8247d7c15eae9f9b03673e9612)) - Sync_master recv_block only called on valid blocks, so don't disconnect if unexpected([`18717fab`](https://github.com///commit/18717faba28ac6a8c05a9f02bfd0975074176b4c)) - Remove unneeded request_message([`dc0c0c84`](https://github.com///commit/dc0c0c84e9a6017617c327d9d3c449ec07a345de)) - ([`41c15294`](https://github.com///commit/41c152949bda0316ea0ba40537b9ca560b271d06)) - Upgrade to Boost 1.71.0([`3f282874`](https://github.com///commit/3f2828743a41caa8ba38a7d52df974d52fe8e1da)) - Fix boost link([`9e7a610b`](https://github.com///commit/9e7a610b09a96501b2036d5760f24e7da76b885b)) - Upgrade to boost_1_71_0([`b0259393`](https://github.com///commit/b0259393e5489fd449fe1b0c63d5ff0443070c8b)) - ([`f81fb2ab`](https://github.com///commit/f81fb2ab7b8fb81d1a11ce8c8c3496c68eda76d3)) - Address review comments by @heifner([`16d7e846`](https://github.com///commit/16d7e8461f7cfa613bfb9d2f4792e8849a224979)) - Set immutable chain_id during construction of controller; fixes a bug introduced in EOSIO/eos#7841 in which plugins like net_plugin were incorrectly using the default chain ID([`8ed4b580`](https://github.com///commit/8ed4b58024f550e939f45e56a076cd60692b3ac7)) - ([`93049a22`](https://github.com///commit/93049a22f9de8e307911dd493ff9af1de76bb401)) - ([`c52a3ebd`](https://github.com///commit/c52a3ebd603b588969edadc7f1a774a70c55adaf)) - Current test scripts force mongo to run. Must always install in Travis for now.([`1de34e61`](https://github.com///commit/1de34e6119a27d5fcdcf8d0fa8e35420c9174861)) - JQ required for release package test.([`50bd691b`](https://github.com///commit/50bd691b3d1b0ca129a1b299aecd5bb13656cb3f)) - Mongo is disabled, no need to execute macos-10.14.sh on Travis.([`9256542d`](https://github.com///commit/9256542d278bb8d2454b5aff2c6c95a0781d2d25)) - Revert "Mongo installation only needs to occur for Buildkite."([`11597c4e`](https://github.com///commit/11597c4eb07c099708936efaf047179c43b65130)) - Mongo installation only needs to occur for Buildkite.([`46c2fa78`](https://github.com///commit/46c2fa784bfcba8eba82f28607d1f6c91d30cff9)) - Install boost version provided by brew for Travis.([`5efcd8b0`](https://github.com///commit/5efcd8b01fcac8f055cdc32cbfd8718ec4a2dd62)) - Switch to llvm@7 in .travis.yml.([`aaebd79c`](https://github.com///commit/aaebd79c3f2df5a1e00aa264aaa098f529b08c56)) - Ensured and re-enabled mongo for Linux on Travis.([`9627dea0`](https://github.com///commit/9627dea00e8cae82987e4a5a5adf351981b0c6fd)) - Revert "Reorder commands to support mongo on Buildkite."([`744b93d5`](https://github.com///commit/744b93d53bf8a130daa4efa350a9eb9a1f184567)) - Reorder commands to support mongo on Buildkite.([`1062c097`](https://github.com///commit/1062c0975b06f9fee107c8b315c774af4427a826)) - Add echos to cmake and make commands to be executed on Mac.([`17a30041`](https://github.com///commit/17a3004101048adb8c906ae9c83935e7c6e4029c)) - Add echos to cmake and make commands to be executed on Mac.([`fa7e2aba`](https://github.com///commit/fa7e2abaa93155d8192586d8836851d7bc4899a9)) - Adjust cmake flags to disable mongo on all Travis builds.([`671cd748`](https://github.com///commit/671cd74804ebc014c40e2554137c5266381f661f)) - ([`1a928e38`](https://github.com///commit/1a928e38442c4ddadea852a3a949a953b9e4a269)) - Fixed type definition for state history abi.([`f0c279e4`](https://github.com///commit/f0c279e4d5addee5f46318eca3d42b4f5e038c64)) - Changes for state history plugin support for global_property_object.([`b5c34d28`](https://github.com///commit/b5c34d28ea1a4372e88180ca7fcf5625c59feedb)) - Removed erroneous test and unneeded variable.([`19604e25`](https://github.com///commit/19604e2559ca050569580c82e864e64c150fae0c)) - Made check actually verify a file type exists.([`3e1e5a1d`](https://github.com///commit/3e1e5a1d7b24a85698c389d1bb2779b0fc7921ba)) - Further cleanup of chain initalization.([`37ede05a`](https://github.com///commit/37ede05a806951bd089c50c46bf5329f92642376)) - Removed unneeded block log method paremeter and added assert to validate expectations.([`ad50fd36`](https://github.com///commit/ad50fd3622a32c22b4db445e80ee4b4dbdb1d9e9)) - Reverted name change.([`f912a99f`](https://github.com///commit/f912a99fee1b008df5b250e6a7c5d756eb08e10d)) - Merging in latest changes to handle conflict.([`8df8d6b2`](https://github.com///commit/8df8d6b2af24458878af47e50934e939abbfe833)) - PR removing of extra code and cleanup.([`9ed9c105`](https://github.com///commit/9ed9c105d940ef13df8f7aba20899865c6410d49)) - PR changes to remove caching of chain_id and other cleanup.([`f9dc122a`](https://github.com///commit/f9dc122aac8794dd3b93cd4b35324fc3b5193690)) - Fixed PR changes to print integrity hash at correct time and just pass initial_timestamp instead of genesis.([`aa80bcad`](https://github.com///commit/aa80bcad993392420f695dd0672f08a3091d47ad)) - Use -fdiagnostics-color=always even for clang([`2164d82d`](https://github.com///commit/2164d82d01321229a940c35c61566bfea083d9d1)) - More fixes for CICD pipeline.([`4a3244a9`](https://github.com///commit/4a3244a946e7ba1582701211f332cc79fcdb21ab)) - Merging in CICD even more changes so PR build can work.([`d884147b`](https://github.com///commit/d884147bce51481908005a7ab96e2a84a575dfb4)) - Merging in CICD changes so PR build can work.([`aaab5cbf`](https://github.com///commit/aaab5cbf148a26f7cd349fec80809c5af9b3ee2a)) - Merging in CICD changes to allow PR to pass in current environment.([`f42bcd77`](https://github.com///commit/f42bcd77a9e1a7972fa64553b59a65ca021ec470)) - Specific test changes based off of tester changes.([`d68f163d`](https://github.com///commit/d68f163d6061d209372b21337b98090ccb02d116)) - Test framework refactoring for 3 startup methods.([`64315077`](https://github.com///commit/643150774c2948b8d0f32946d7790d7e80498720)) - Changes from PR to remove storage of optional genesis in controller.([`0681d326`](https://github.com///commit/0681d326259cc0cc4a691dfb2ac89a928ed94a0f)) - Reverted all changes to chain_plugin.([`b6aeaf13`](https://github.com///commit/b6aeaf137d2f80dc5ab80723e548135abd09c0da)) - Improved comment.([`d6548c6e`](https://github.com///commit/d6548c6e6a019406be99d5b9e25b6c795f765ae0)) - Added setting chain_config->genesis when available, to allow handling of corner case where snapshot is provided, but the head is not set.([`86d3dfb0`](https://github.com///commit/86d3dfb044f2dffd2e21044fcb850a6430491970)) - Fix setting chain_id before genesis-timestamp is set.([`e2431f76`](https://github.com///commit/e2431f7672948f17633b189ceeccdfeb23716982)) - Added tests to verify genesis state is required for starting without a snapshot and only chain_id is required for snapshots.([`ab28e4a6`](https://github.com///commit/ab28e4a66281b56eddadcdbacc205a2daf396b3a)) - Changed snapshot to only use chain id from genesis, if chain_id not passed in.([`b278bdd9`](https://github.com///commit/b278bdd9e1956291c5cbd0508b770500aec26761)) - Missed adding chain_id to reflection for global_property_object.([`e86f5613`](https://github.com///commit/e86f561306de5bd5cf869bc3f02674d2c64770ae)) - Added ability to remove command line flags for relaunch in test framework.([`95d07cc1`](https://github.com///commit/95d07cc1492d5bf37d119d300a225da8e0777f9e)) - Test support for chain id addition.([`6bb24961`](https://github.com///commit/6bb24961ba9407d1e2beed1311d20cac71dcf850)) - Added chain id as parameter, made genesis state optional, and added more validation.([`8aa07432`](https://github.com///commit/8aa074321233b385d4fd12ef6be12044058a0470)) - Added chain id to snapshot and support for version upgrade.([`caae2198`](https://github.com///commit/caae21982ba5acf93d88ea6114f2dc61b3a86a8e)) - Chain id block log addition for version 3.([`92ce3b38`](https://github.com///commit/92ce3b38bb8dc9280f0c3139958251f980b6bd52)) - ([`a6e99788`](https://github.com///commit/a6e997887888c8b7d0ae2fcfd061dbf0d72ce351)) - Refactor producer plugin start_block into a few methods to make the logic easier to follow([`5320958d`](https://github.com///commit/5320958d8738862f8411332fd789ff365f3e3afd)) - Enhance push_block_returns_forked_transactions test to verify forked unapplied transactions are applied.([`621fae83`](https://github.com///commit/621fae83e29ae41d82c436effa0cbfbebc5e0295)) - Refactor producer plugin start_block into a few methods to make the logic easier to follow([`e577c1f0`](https://github.com///commit/e577c1f0cd125999feb7b373d1f3a0d676387c5d)) - ([`970adacc`](https://github.com///commit/970adaccad8b7371bfc52d40a3483a4082afb666)) - Updated check for completion for v1 block log([`0bb56ea2`](https://github.com///commit/0bb56ea281c80f2ebc6917f75675942a8ca47073)) - ([`28adddb3`](https://github.com///commit/28adddb3106f0d81eea5dbfd759366067e4fda74)) - Remove bad semicolon (in unused but compiled code)([`bd06cd88`](https://github.com///commit/bd06cd88630483bad4902ed1b4b76444b6fd6bf7)) - ([`e1ba4cfe`](https://github.com///commit/e1ba4cfe9eee2c8aaff177e04df8be4c20fceea0)) - Get_block_id_for_num will throw unknown_block_exception when block num is not found([`e4c54300`](https://github.com///commit/e4c54300066b2dbe7d61c38dec8196ad98efdfe4)) - ([`b8e00ba6`](https://github.com///commit/b8e00ba6946c1fb38bb108abd7b89e0a16fa8b4f)) - Fix errorExit string([`da68996d`](https://github.com///commit/da68996d0c9da68a6b31616488d397fe1631b7ce)) - ([`8c1f7e3c`](https://github.com///commit/8c1f7e3c007a709cb023748018492bb7798005ee)) - Change eosio-launcher enable-gelf-logging argument default to false.([`8a3c8467`](https://github.com///commit/8a3c8467248b1a7f43026e5fddcbcc31633040a6)) - ([`2926d0ba`](https://github.com///commit/2926d0ba4c24cf1aa745e291c3ef45ea5c2fc4a3)) - Change to echo([`6f6970ce`](https://github.com///commit/6f6970ce27b155e3c693e4908801891f87356846)) - Added changes for Areg (better failure on missing ENVs)([`c8539c75`](https://github.com///commit/c8539c7505a9a0a1d391e4e20179694fc7fc4b65)) - Submodule last in scripts([`0e6f8e96`](https://github.com///commit/0e6f8e96bb888831852c83211fd2d91c7e41dfdf)) - Quick travis script cleanup([`e5a89b87`](https://github.com///commit/e5a89b873c29e3e87ac616fd95502d869b9c9de3)) - Quick travis script cleanup([`da178de4`](https://github.com///commit/da178de4ed7967eaa6a650ec12a2338bf15d6f69)) - Quick travis script cleanup([`06137378`](https://github.com///commit/06137378586c6b63baf0cf4febeed875706422fb)) - Moved logic to skip mac:([`869bc392`](https://github.com///commit/869bc39294fe4254d5895cdc24221d0cce3c9138)) - Changes to script([`bbecffdd`](https://github.com///commit/bbecffdd2f11b9821710dccd20be793d1e4476f6)) - ([`2298268b`](https://github.com///commit/2298268bedd6a92c3de307d4846aa4f8722244d5)) - Use -fdiagnostics-color=always even for clang([`dbbbd3ed`](https://github.com///commit/dbbbd3edd69ab0551b1398c114a438c7e1d979e0)) - ([`0e81c334`](https://github.com///commit/0e81c334c07a58b5bd1839a7acbdff27f7d3e27a)) - Make sure plugin_shutdown is called in case of exception in plugin_startup to ensure proper shutdown on exception([`9ab6483f`](https://github.com///commit/9ab6483f143a2ae4e77fb82b8ddf0b0b1c3b0000)) - Fix problem with keepalive timer sometimes causing a crash on exit because plugin_shutdown not called. Moved the creation of keepalive timer to after acceptor bind which can easily fail if port already in use. Changed fc_elog to elog for port already in use so that it is always logged regardless of net_plugin_impl logger setting. Also move the setup of logger to start of plugin_startup since logging is used within the method.([`297b3160`](https://github.com///commit/297b3160039e7b1a2f89928d9ea782901f6a11cd)) - ([`aec3ec00`](https://github.com///commit/aec3ec00a8a5a82b6ab87dd789ac0973bcfdfcdc)) - Quoted strings([`cfe7abc6`](https://github.com///commit/cfe7abc6cf89236a002814376910859b6804449b)) - Clean up IF statements([`f475b762`](https://github.com///commit/f475b762dfba81521ad684bce319688cef4c7383)) - Fix release build type for macOS on Travis CI([`2001d4cb`](https://github.com///commit/2001d4cb4e5f747f1e28b7fffea9533fb93ab299)) - ([`01fec8c1`](https://github.com///commit/01fec8c1d4a5e5927870cec78cd6015b37deae22)) - Handle runtimes with "-" in them for optional runtime support([`7ed9b9df`](https://github.com///commit/7ed9b9df498dc252c8c6174f6f88b72a101d6a6a)) - Minor cleanup to optional runtime support([`c43db378`](https://github.com///commit/c43db378d77498b056a45396226b0b055f82d30a)) - Decouple wavm runtime from being a required component in eosio([`40d0de6e`](https://github.com///commit/40d0de6ef838d08a3f2aa3da31022d5b7117332c)) - Remove global/table/memory intrinsic support([`8e4bb69f`](https://github.com///commit/8e4bb69fe8d7371cbea4782c694622da4017e23f)) - Move isA() out of WAVM's Runtime.cpp since linking needs that([`3552298a`](https://github.com///commit/3552298ada027149f74d8bb83001124430632c48)) - ([`3af46be5`](https://github.com///commit/3af46be590903b894a3588e4f13b89749f02a70f)) - Had a case of 'error' found in a transaction id, add word boundary to regex([`7b66d487`](https://github.com///commit/7b66d487550c29bff925a64fab784ec68f0aab48)) - ([`41459f52`](https://github.com///commit/41459f528e1f2cedc880c00adfebfbccb026b823)) - Anka plugin update and new features for failover of registry([`76e28f73`](https://github.com///commit/76e28f733093e711e9fe8d83b285e5309bd9f77a)) - ([`f4403097`](https://github.com///commit/f4403097eb56b3fe48ae56032be6895d54954b1b)) - Return error when attempting to remove key from YubiHSM wallet([`e4a6411f`](https://github.com///commit/e4a6411f4948aac5e0754bb2a360359f24a4e98c)) - ([`06d3fec5`](https://github.com///commit/06d3fec596bbe91311e1377621c3958f2e3f1e02)) - Removed quote from GIT_FETCH/pull regex([`27ac59ad`](https://github.com///commit/27ac59adb0d42647b8d91798464b41c2e158790a)) - Quick fix([`5a5cfd33`](https://github.com///commit/5a5cfd333847afcaee752b9e026dc574a8b2f1dc)) - Quick fixes([`073bf24b`](https://github.com///commit/073bf24b967421e77686eb640c4292b428de2bcd)) - Added fix([`a9d7747c`](https://github.com///commit/a9d7747c1632563f4ba2c03be11451190d5af247)) - ([`7d001e1f`](https://github.com///commit/7d001e1f23749198e9919c14a1043feef03caabc)) - Added back pipeline tail comment.([`02dd0095`](https://github.com///commit/02dd0095be9a5db0310b4ad8338e9c6145ecf8de)) - Support double-digit major versions.([`edbfeab8`](https://github.com///commit/edbfeab81b1a70ea9654c21bd6469f6faa71ec47)) - Fix mac queues being moved around.([`b6e1c1d1`](https://github.com///commit/b6e1c1d1ddd535bdbdd8eab9fb0e669d308e62dc)) - Finish resetting source checks for concurrency.([`ae747ce9`](https://github.com///commit/ae747ce93d923e25788447835b474d7b393806bb)) - Remove concurrency and trigger on PR in favor of triggering post PR.([`12964996`](https://github.com///commit/1296499681b8ca60954f651bb9235f4b4857f561)) - Empty commit.([`d802cbee`](https://github.com///commit/d802cbee12be7a08e9bc60f9799758d3bba3ae5f)) - Only one concurrency group for Linux.([`76189639`](https://github.com///commit/7618963982bc13372451109c3a5055052c9ab0f4)) - Fix BUILD_SOURCE on triggered builds.([`76e763e4`](https://github.com///commit/76e763e4c12f14b5daf549940606bf7525ee6563)) - Trigger builds don't conflict with scheduled concurrency groups.([`80762d1c`](https://github.com///commit/80762d1cf7216ecc17282267f8fc7bdc28c3b1bf)) - Concurrency attempt.([`7bff72d2`](https://github.com///commit/7bff72d24fce0d6f8747e3d4acc2feabfaf31dba)) - Concurrency attempt.([`4eca0e7d`](https://github.com///commit/4eca0e7dfc3355fc8866b2da9a339a6cbbc65361)) - Unpinned builds don't need to run LRTs on every PR.([`dc9d1c40`](https://github.com///commit/dc9d1c408faeadba4200d308b67e566b34246e15)) - Unpinned builds don't need to run LRTs on every PR.([`dc8c6259`](https://github.com///commit/dc8c6259159c545d3db0288d48b6539cdbb6ca46)) - Set LRTs as async as well.([`5eb4efff`](https://github.com///commit/5eb4efff0368263895fb9f5eb8a6dbe070e9d615)) - Trigger multiversion async so we don't wait for it.([`59534020`](https://github.com///commit/59534020cb98a09404e44bc4018a94de596dc651)) - Multiversion shouldn't be called on unpinned build trigger.([`1e25597a`](https://github.com///commit/1e25597a675ffece0590387772f8458e19dc34cb)) - Remove newline.([`804002c1`](https://github.com///commit/804002c12c5afd534c10ee0f20109bbfc82a921a)) - Pass pinned/unpinned variable for LRTs triggered by eosio-unnpinned pipeline.([`0787091c`](https://github.com///commit/0787091c69ea86e055ed7748c7d641a3213f75c6)) - Fix multiversion trigger label.([`2d05d360`](https://github.com///commit/2d05d36098a191467fffd2cd7e1d36ff55e6cb50)) - Remove old if statement.([`b150508e`](https://github.com///commit/b150508ead5a456f109395c2c1f2939af36b1153)) - Remove slug check in favor of only using trigger check.([`04970a49`](https://github.com///commit/04970a494fec2ae67f0a006103bbdbdc7211d755)) - Switch logic to run on PRs.([`00db51d5`](https://github.com///commit/00db51d5f77001f2977b264425e9c0947f41721b)) - Switch logic to run on PRs.([`57070179`](https://github.com///commit/5707017945ef2f799ff708b63e2782306add304a)) - Logic prep for only triggering on PRs.([`3506d39a`](https://github.com///commit/3506d39ae0b76339d1e04280af1a54d2306f86e8)) - Logic prep for only triggering on PRs.([`5976484a`](https://github.com///commit/5976484a8bdb71187abd2d9ddcd262b384d543ea)) - Removed vars in favor of Terraform applying at pipeline level.([`03b6258f`](https://github.com///commit/03b6258f641a124c86539422ad0310fbbb92b84f)) - Removed separate script in favor of conditional logic in generate-pipeline.sh.([`3fc1fcbb`](https://github.com///commit/3fc1fcbb377914d843bdc5082200d88e2fbdacd4)) - Adjust trigger logic.([`57be1bff`](https://github.com///commit/57be1bff1c067ab306e9177764b20a447976e0a3)) - Adjust trigger logic.([`6aaeaf8c`](https://github.com///commit/6aaeaf8ce1a21017e1471176df8c173ee3acb3ea)) - Adjust trigger logic.([`c2865fa2`](https://github.com///commit/c2865fa2eccd0d2b981fb64f148448b2aaabc329)) - Adjust trigger logic.([`f5db605e`](https://github.com///commit/f5db605ecb33f11ee790ad4ea74e413d5665029a)) - Add logic to only trigger if not already triggered.([`5797e558`](https://github.com///commit/5797e558ef8e674dc733d7f99d7bfde4aa49378f)) - Add logic to only trigger if not already triggered.([`98f91359`](https://github.com///commit/98f91359ee36a65e5944909b8d31e6f9eb0bac58)) - Add logic to only trigger if not already triggered.([`4ee5f53c`](https://github.com///commit/4ee5f53c3ed975fc12f78111ee9ed7ffbc8eeda7)) - Add logic to only trigger if not already triggered.([`6748ec5a`](https://github.com///commit/6748ec5a09fe0495fa659921e843d34e06c9aaf8)) - Debugging.([`664d7e2e`](https://github.com///commit/664d7e2eaf9dba6030c5d42b704e33bc208a8a65)) - Debugging.([`0e925b42`](https://github.com///commit/0e925b42ae663b20a28ffdab4a97814d624f6206)) - Debugging.([`420973d6`](https://github.com///commit/420973d69ddf2e8737d0b360de1e1b6c77ab3d05)) - Debugging.([`ff90b801`](https://github.com///commit/ff90b801f5cb0e86ea6c6390e40151810e98aa9e)) - Debugging.([`0bb42931`](https://github.com///commit/0bb42931412a723d7f32461ccad69b8882d4d027)) - Debugging.([`35b7a03a`](https://github.com///commit/35b7a03ac1d012a9b6a2d8b0141f405fa9fc7046)) - Debugging.([`0ff60847`](https://github.com///commit/0ff6084728a22816639c3f92c4635f4acc8e5fd1)) - Revert "Debugging."([`63bc7342`](https://github.com///commit/63bc73426a5eefd35111c2f6ecaa6356ec801681)) - Debugging.([`2fe09121`](https://github.com///commit/2fe09121b5d2dab53d90f5269c42544916cb32ab)) - Testing containing trigger steps to same generate-pipeline.sh.([`63559983`](https://github.com///commit/6355998379be8d7dc0da2df454830d6ffdef523f)) - Remove LRT skip defaulting to true.([`52fb312c`](https://github.com///commit/52fb312c69a3730f611119f8da324e8511f84629)) - Fix triggered slug.([`ca85cb77`](https://github.com///commit/ca85cb779b76b6c8ad69037fc54eed9cef52d07f)) - Eliminate second "Pipeline Upload([`bd7be1ed`](https://github.com///commit/bd7be1edb5994a64da147dbc7cd06a74d42b39ca)) - Remove LRT steps from generate-pipeline in favor of triggering eosio-lrt pipeline.([`3e04af13`](https://github.com///commit/3e04af13f56c79427abe5724c34b9da9cbd4fed9)) - Create trigger for LRTs.([`9279b695`](https://github.com///commit/9279b695704a7ff7fe672d690baca50779f43cc9)) - Create trigger for LRTs.([`4abf858b`](https://github.com///commit/4abf858bd09dc0e6e7a07ce6d0ecafef8c80d8ce)) - Create trigger for LRTs.([`defa0069`](https://github.com///commit/defa00696763a4a4035b372fac9f2b1138803b07)) - ([`2fb1c75f`](https://github.com///commit/2fb1c75fb9022034df8e20ae9d7a60657e4e6748)) - One more time at committing the wasm([`9c15a99b`](https://github.com///commit/9c15a99bcc928b940a6b9b1040fefdabb7bedffd)) - Forgot to copy updated wasm back([`712bd678`](https://github.com///commit/712bd678fcdd8b7ecd1347e40f1d8be1e2ed8448)) - Revert api tests to direct access of intrinsics with little CDT library support to fix integration issues caused by wrappers([`9ed3f2a8`](https://github.com///commit/9ed3f2a8e986684ffc854e6d74c769c805d590ca)) - Added unit test for partial behavior and adjusted API tests to be compatible with webauthn signatures and keys. This is a WIP as we can now do some better testing for webauthn semantics but it needs cleaned up. This also fixes a compilation bug introduced by accident into the test contracts([`80576fa1`](https://github.com///commit/80576fa1a8d8a0f188106c50e9c75ac24538948c)) - Change behavior of recover_key to better support variable length keys([`c59032d8`](https://github.com///commit/c59032d880a106c23a6bc675b6da6c851c36a5a5)) - ([`49204ecb`](https://github.com///commit/49204ecb47e8b6ecd4417cb027a96c273a16117d)) - Merge'([`adae526f`](https://github.com///commit/adae526fe95ee1b9ca6c8510cec343186e7d03d9)) - Don't forget to suppress prompts in unattended environments([`3bbb66a7`](https://github.com///commit/3bbb66a720d7da35aa99dff2dc496a7587d2e678)) - Corrects path to llvm([`9af03d83`](https://github.com///commit/9af03d835eda272ba844bc73c0978699180124e3)) - Revert "Remove LLVM 6 to fix unpinned builds on non-Ubuntu hosts"([`4c6fd95b`](https://github.com///commit/4c6fd95bf94614d6fe2b9350ba344f8f87d56a8b)) - Resolve merge conflicts with develop([`5d820f45`](https://github.com///commit/5d820f454bd6ce0137c7c6bc6ef3ac4bfb6b2f32)) - ([`17286b24`](https://github.com///commit/17286b248a5e64a3863658039a0d9776bda76e35)) - Don't wait between base-image steps, wait after them([`ce47af29`](https://github.com///commit/ce47af29fd39ba3754ac04e37a1ab56a2c041951)) - Rename RUNS variable to ROUNDS to avoid confusion when writing about multiple test-stability runs([`36f887e2`](https://github.com///commit/36f887e29bed8d95367f343163d4a5b43014f3f3)) - Remove extra space([`8fc6ef3f`](https://github.com///commit/8fc6ef3fd12c13ad82b72ba2e214972b57eae910)) - Fix IFS so FOR loop works([`59ae46f2`](https://github.com///commit/59ae46f2cbee6d5971ee81cd3218ab35aa436fe3)) - Print run group index in YAML comment([`14ed18cc`](https://github.com///commit/14ed18cc354835abe8e955d43573812802959c38)) - Use comments to break up blocks of YAML, to help with debugging([`f71ea02d`](https://github.com///commit/f71ea02db6f552aa57c37f4b6aaa0f40fa2bb132)) - Add space after macOS serial tests in YAML([`0044fa70`](https://github.com///commit/0044fa7002f9a0ffcb9361d985fb93555b29c73b)) - Put wait step at top of YAML([`310666f6`](https://github.com///commit/310666f6a925c6f9c28f4191f77a5aa6e5fa8e11)) - Fix misaligned cat([`cd5e4df5`](https://github.com///commit/cd5e4df5853fb718155833d9a56b31f93d6dc725)) - Revert "Switch YAML to four-space to match BASH source file for consistent editor configuration"([`4448571c`](https://github.com///commit/4448571cf17ef77e687567e61413fe7e155e60d7)) - Switch YAML to four-space to match BASH source file for consistent editor configuration([`413b047e`](https://github.com///commit/413b047e256c43e98bf77fa575ce37e591b5c573)) - Fix YAML spacing, round 2([`8d29f065`](https://github.com///commit/8d29f0653f803ceb7615f0f016d9138dbeae68ff)) - Fix YAML whitespace([`2746e121`](https://github.com///commit/2746e121ea2cf15f0ffdd68bc272c9822d105d2d)) - Remove extra space([`d1e7235e`](https://github.com///commit/d1e7235e662b721d54a4c593fedfa22ec66b7e08)) - Clearer strings([`a4ada851`](https://github.com///commit/a4ada851fdea784490528c72b59c5259879dfbae)) - Add wait step between test batches([`bd920ed0`](https://github.com///commit/bd920ed0ba683eb93b2c990c9cf151cc7da5da12)) - Add $RUNS for loop([`73c58a8f`](https://github.com///commit/73c58a8f1c2148eb2a1b3948f354c8e3428b0c5a)) - Simplify comments([`bbf90d9b`](https://github.com///commit/bbf90d9bb298742eab6c025d3942d9155b92b0c7)) - Remove LLVM 6 to fix unpinned builds on non-Ubuntu hosts([`1ea7de9b`](https://github.com///commit/1ea7de9b546bfaf67cce8b04a12c9d875d5b419c)) - Adds fix for unpinned builds on 18.04([`b9936f26`](https://github.com///commit/b9936f26b5a08cba48d3c208364ed99061ce8b7b)) - Adds support for builder priority queues([`712cb85c`](https://github.com///commit/712cb85cf646b9a25ce0b8c1ac1a0f5b76e53e7b)) - ([`d9a366f7`](https://github.com///commit/d9a366f7a8f0aadf21c0bcf713e62f6fbec4b420)) - Don't forget to delete build-info.json when the test is done([`bd6dff17`](https://github.com///commit/bd6dff178dbdc993691e72edbb3cde655f9d7c2c)) - Better error message when nodeos is not found([`be6dc1f8`](https://github.com///commit/be6dc1f869f19f415c328343992ef197119ca899)) - Use relative paths instead of absolute paths with EOSIO_ROOT([`48b306ab`](https://github.com///commit/48b306ab80b22db150ea31e66106d34ecf8a42b5)) - Update test purpose, description, and outputs with swatanabe-b1's feedback([`64ebb343`](https://github.com///commit/64ebb343f08feeeae3c25366a4aff03d0d7372d2)) - Print useful error message if jq is not found([`789e413c`](https://github.com///commit/789e413cde234e641c42aae15e3910fc6d97da63)) - Install jq on Anka base-image, too([`3ce6373c`](https://github.com///commit/3ce6373ca5dd2a37e4ab7c41820309e257dcdd3d)) - Move release-build-test from non-parallelizable test group to parallelizable test group([`e1ea4c1b`](https://github.com///commit/e1ea4c1b1df5b3a50205489682ee1289592f09ff)) - Parse JSON build info instead of hexadecimal shared_memory.bin([`630459d4`](https://github.com///commit/630459d453637a5988cdcf79244d5957d7f36f23)) - Install jq on base-images for parsing nodeos output([`d9c1cb01`](https://github.com///commit/d9c1cb018e29ec3d9abe276ad85c64cc88ebc745)) - Print useful error message if hex dump tool is not found([`f57a38d1`](https://github.com///commit/f57a38d11c2aff51f4d2e6c62a90d5d58e6c826c)) - Install vim-common on base images to get xxd for hex dumps([`9d6bd481`](https://github.com///commit/9d6bd481575d480c183c78800c3c277c57cc3d46)) - Fix line endings in Ubuntu dockerfiles([`fa326293`](https://github.com///commit/fa326293413a8393468505c4de0d9405e9472c34)) - Add release-build-test to non-parallelizable test group([`eb8518df`](https://github.com///commit/eb8518df05f7ea807537e7ad01b1b4b8eee09678)) - Add space after test result([`afd078da`](https://github.com///commit/afd078da45c2afba0c670284d9f98fd5a05b3046)) - Silence nodeos([`0fab0228`](https://github.com///commit/0fab02281aa9b9550201d13940191c66658f989b)) - Clean up after nodeos on test fail([`a66af546`](https://github.com///commit/a66af5468404a242f4f8a0656a9b7bc0fb495b32)) - Clean up after nodeos on test pass([`c5cb1281`](https://github.com///commit/c5cb12815958f3397e266c42f1ac64eae624789a)) - Even clearer comments([`26192b4d`](https://github.com///commit/26192b4d27406ca2caddabea5b5258232e03f5fa)) - Remove "set -e"([`810766ad`](https://github.com///commit/810766add071a51c59192d5235929a09b47552a5)) - Better strings([`fd5f6979`](https://github.com///commit/fd5f697986b97af4cabaed20e3820e5ab70d5738)) - Use quotes in case paths have spaces([`0014fc5c`](https://github.com///commit/0014fc5c7cd749c0f087f285be134843498006f7)) - Print useful error if shared_memory.bin is not found([`c92f7ea3`](https://github.com///commit/c92f7ea3607a6fb85c8dd53ae57762e0650bb497)) - Clearer comments([`435c473f`](https://github.com///commit/435c473f93cf25a0cc63932798fee0fa74ad1080)) - Print useful error message if nodeos binary is not found([`e59ccac4`](https://github.com///commit/e59ccac45444d7601392150612af2021e9630cef)) - Print first kB of shared_memory.bin on failure([`54ef8f6c`](https://github.com///commit/54ef8f6cc982bdd22ff6b3d53e0be71cb6e0e57c)) - Print debug byte on failure([`38660c6a`](https://github.com///commit/38660c6ad3e375662ef5077f96e1e13d94056e43)) - Add descriptive pass/fail statements([`5e13ae32`](https://github.com///commit/5e13ae3235cd169e666d860c2219817ab3eb54dd)) - Add test name, purpose, and description([`f904309f`](https://github.com///commit/f904309fc1f9c917e60d0bbf4492bdf0fe526958)) - Create "release-build-test"([`b7e678bc`](https://github.com///commit/b7e678bca75cac0bcf2b1e89e03c18497413a9e0)) - ([`bbba89e8`](https://github.com///commit/bbba89e8f0c6a4ac98e851750ccf2d69e02523bb)) - Keep producer_plugin impl alive until app queue drained([`11c2185e`](https://github.com///commit/11c2185e3a5403657c63e63c6b82a26bd65a0fbd)) - ([`6df1b61c`](https://github.com///commit/6df1b61cc26690f9c721ba587373ab1e2d433264)) - Update docker builder tag([`e6e95915`](https://github.com///commit/e6e959157ebc6cc194e46bfe7007959d6bc345ac)) - ([`2903339d`](https://github.com///commit/2903339d69300419ec40688885f764a276c7b4b0)) - Print unix socket path when there is an error starting unix socket server([`a979e1ba`](https://github.com///commit/a979e1baeb441a080696d42c498ecc41b054e248)) - ([`da09f994`](https://github.com///commit/da09f994d64026d360f49b3278302bb3bacdec03)) - Promote read-only disablement log from net_plugin to warn level([`bf1cfd8b`](https://github.com///commit/bf1cfd8b0d6cfe7ec1c273fc462b433fd55efce0)) - ([`ee852274`](https://github.com///commit/ee85227426eb12b52d5c7b55dadf116166d637e3)) - Fix artifacts not being uploaded on failing tests.([`e9b58f30`](https://github.com///commit/e9b58f3084251afc8f1d01c6943e025331c872ba)) - ([`dbeae76a`](https://github.com///commit/dbeae76a00770f9934fa757a131d62d52f29de0b)) - Add --extract-build-info option([`4fb8e3fb`](https://github.com///commit/4fb8e3fb38ce17fef82312ee3024dfb56d21cce2)) - Add option to chain_plugin --print-build-info that prints prettified JSON build info. Removed always printing of info from nodeos main.cpp.([`4b762d32`](https://github.com///commit/4b762d3276747caede06ac680d8c551b9649ecb8)) - Add output of build info on nodeos startup([`ec702ebf`](https://github.com///commit/ec702ebfe4abc7a77b97e354b583511879b734ff)) - ([`c04876e3`](https://github.com///commit/c04876e3339605ba8116d6194b031ac332894a52)) - Merge remote-tracking branch 'origin/develop' into wavm_llvm_uplift([`e609d5b7`](https://github.com///commit/e609d5b7207248924387c89f8899ad3d5b502560)) - ([`d70f045c`](https://github.com///commit/d70f045cce8bab202d90f8e119f9e9d6be01eeed)) - Set cleos to use deflaut log level of debug since it uses debug for some output([`5913a862`](https://github.com///commit/5913a862096ce1f84ccab060af60a10a25dd90cd)) - ([`76dcd5ca`](https://github.com///commit/76dcd5ca3d5b4c275709462d263c17ff7f4ccea5)) - Removed flags from Boost install step.([`d8e555af`](https://github.com///commit/d8e555afa57a410eb5fa369555839090f429d182)) - ([`4153209b`](https://github.com///commit/4153209bcf146491de6c285036052b9b459b3f00)) - ([`49bbb7f3`](https://github.com///commit/49bbb7f3359ec1ac7bb8b81730c8075ae1b88fb9)) - Ensure release flag is added to all builds.([`213cadd9`](https://github.com///commit/213cadd9df595e62e3e5fd4df48001941e58cc2f)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`d8ce767f`](https://github.com///commit/d8ce767f1991d9e5b39dcf63dcbaf41823f4d406)) - Replace SKIP_MOJAVE with SKIP_MACOS_10_14.([`27003c82`](https://github.com///commit/27003c8207ec1a42a7de0d4a9e1c224819cdacb8)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`ddf59c69`](https://github.com///commit/ddf59c69b0fa830b64ddb62d6070399b60d1f320)) - Pinned Mac builds should install Boost from source. Unpinned should install from brew.([`e010ecfd`](https://github.com///commit/e010ecfdaa6a1ede8aad071ff86bd4c0352ca7a9)) - ([`815477e3`](https://github.com///commit/815477e3c4f6eff4b0239ba1c4449617cc481346)) - ([`5ff85fc4`](https://github.com///commit/5ff85fc4e514295ce221570142d5c13f38a8c594)) - Remove unused method block_while_syncing_with_other_peer([`959789cf`](https://github.com///commit/959789cfdb47e96639d7c3028b65f6318e4634f9)) - Revert in_sync change as logic depends on it. Do not update fork_head_num if in lib_catchup.([`7270b5cc`](https://github.com///commit/7270b5cc69efc79ab8d1096d74cd33835958decc)) - Do not switch to in_sync until in_sync([`9e658cae`](https://github.com///commit/9e658cae2fb5884b49175b92ef30c9d70825c1d8)) - Revert switch to head_catchup instead of in_sync. Remove unneeded locks around atomic set_state()([`31a7d240`](https://github.com///commit/31a7d240e2158cd0c823c49cced8c66ba524c720)) - Remove syncing with other peer check as there is race condition on determination([`843329a3`](https://github.com///commit/843329a34c312136c018d8f9512292efd2e7563a)) - Add debug of handle signed block message. Fixed lambda.([`bc17197c`](https://github.com///commit/bc17197ce416ea64862854379971cb268b815a49)) - Switch to head_catchup instead of in_sync from lib_catchup([`ce1bc144`](https://github.com///commit/ce1bc144e67c5753758bda0a1ea9ce42b5afb5dd)) - Update cicd docker files for llvm7+([`5236a085`](https://github.com///commit/5236a085045a77a42bb59e90844b930693317310)) - Merge remote-tracking branch 'origin/develop' into wavm_llvm_uplift([`c51d2af7`](https://github.com///commit/c51d2af78139813cf39447726b670fc4dce65661)) - ([`e7292be4`](https://github.com///commit/e7292be48123e1e76728239a97fbf02e442d187a)) - Set contract builder to use unpinned image. This matches existing contracts pipeline.([`ee04a1c1`](https://github.com///commit/ee04a1c1c342b8f4ec9987514a6b525f1c18f847)) - Increase timeout of "Ubuntu 18.04 - Contract Builder" step from 10 to 30 minutes([`0e4b964e`](https://github.com///commit/0e4b964e19c8dc631201b70ee6faad40a51ba378)) - Add $SKIP_MAC to "Brew Updater" step([`656dd26a`](https://github.com///commit/656dd26a9426c3709dea60539b8d056fda56c796)) - ([`4dce2bbd`](https://github.com///commit/4dce2bbd2351ca8fb36f87bf42ce7ee9b9c2bc05)) - Add const([`736c6643`](https://github.com///commit/736c664319c3944a6ca70f6a998a3be9a00fe807)) - ([`f8c8e8b8`](https://github.com///commit/f8c8e8b874f2dec8b2d127f489ac39f73d234111)) - Check for optional trx_lookup function([`0b00226d`](https://github.com///commit/0b00226d387a256d3d448db740f763f72ffb85cf)) - Pass lambda to push_block for access to unapplied_transaction_queue cache in apply_block([`6a65287b`](https://github.com///commit/6a65287b7ccf5d56352261b86384081f1d8019ff)) - Revert "Move unapplied_transaction_queue to controller"([`ba24da05`](https://github.com///commit/ba24da05aff56ece47bcdb0de76173fde4226fda)) - Revert "Encapsulate unapplied_transaction_queue addition of aborted transactions and forked transactions back into controller"([`d4b7f323`](https://github.com///commit/d4b7f323f7700c940faab485d4519b4e7b497a3a)) - ([`7084f5d9`](https://github.com///commit/7084f5d9204bdeef978b2cc33be0a49ae6b7736f)) - Remove unused var([`44d72572`](https://github.com///commit/44d72572b3b011d65b66850291ab80b9b0be4cf3)) - Avoid some shared_ptr copies([`8e173fe9`](https://github.com///commit/8e173fe9fd944be00836684aa0493aaf27c8a7a7)) - Verify recovered keys exist if not skipping auth check before reusing transaction_metadata([`8c2f9f5b`](https://github.com///commit/8c2f9f5b55ab1ae20640f97df0c246362cdc4456)) - Encapsulate unapplied_transaction_queue addition of aborted transactions and forked transactions back into controller([`93c2c1af`](https://github.com///commit/93c2c1af4a17f21d77855d33850ecbf678a5b75c)) - Remove test for expected sig recovery time to be the same since a cache is no longer used and times will differ.([`f0a8e527`](https://github.com///commit/f0a8e52768ddecc952fc2364200471df26f21b7a)) - Completely remove uneeded signature recovery cache. The signature recovery is cached on the transaction_metadata object so this is no longer needed.([`7ea2f487`](https://github.com///commit/7ea2f487dd79430d1add41115554488937ae2d22)) - ([`29687242`](https://github.com///commit/296872427b3b986267d443fdb2e3513f5428aed8)) - Disable sig recovery cache([`af13a22e`](https://github.com///commit/af13a22e79e10ca4545255205b8a3d2c1bb31a5a)) - ([`f73ade98`](https://github.com///commit/f73ade9853d5b81c45b7eb9eb8d13e137594d750)) - ([`421bee46`](https://github.com///commit/421bee467c32412cec8538079e2c4a5805a416f3)) - Check unapplied_transaction_queue in apply_block([`a7f6f497`](https://github.com///commit/a7f6f497b34c35440b06c2f1a6c3b3e729ff0c81)) - Move unapplied_transaction_queue to controller([`e3a240e1`](https://github.com///commit/e3a240e181c70569a9dcc6e294c32609bb1a087b)) - ([`c7c090d2`](https://github.com///commit/c7c090d2f9068f3bc1418634401b58be27be0b93)) - Added versions to platform files([`07d8e468`](https://github.com///commit/07d8e46892ec159232e6892b171e00da1e1e2f60)) - Add mac script back.([`f59a2867`](https://github.com///commit/f59a2867aff3cc502d685d442054fc641cabcac0)) - ([`ed1192e4`](https://github.com///commit/ed1192e4eeede9ef1942b47ee1eabb3ea7f86d20)) - Created "Brew Updater" step([`d29042c3`](https://github.com///commit/d29042c391f3d87a8578c0512fd2275055a674e8)) - Move "Git Submodule Regression Check" YAML into generate-pipeline.sh([`bb7aaeb7`](https://github.com///commit/bb7aaeb756abb4c7c1967d6ad65080f5f4cb3390)) - Move "Ubuntu 18.04 - Contract Builder" step to end([`d41f80e9`](https://github.com///commit/d41f80e992597337e5dd1ae3d6444671900968ef)) - Fix Mojave package builder step label([`3ed5d094`](https://github.com///commit/3ed5d0941426f4a2f95cd145a825de0addbb293f)) - Remove verbose output on serial tests. Remove mongo dependency on Travis.([`4f21c004`](https://github.com///commit/4f21c004c769f5a755610ff7cb09f970889f5d62)) - Added automation-basic-builder-fleet to generate([`d805cd77`](https://github.com///commit/d805cd7754c870d3ba030e025cb49d3bdcfff824)) - Removed old files.([`5a85cf6c`](https://github.com///commit/5a85cf6c718088b31b4b94a91b600777d0cbc586)) - Fix newline additions.([`9f63111f`](https://github.com///commit/9f63111f85f76efb59bb599fe77bc9edbbb3100c)) - ([`be1444cb`](https://github.com///commit/be1444cbc6e50b9a72dc2497308a0c344ed55996)) - Fix newline additions.([`dfc505b1`](https://github.com///commit/dfc505b1ea7789ce6124f6a4ed118b9270a0aa1b)) - Merge resolution.([`9b7014c7`](https://github.com///commit/9b7014c7f33ddc85a5e4940b718f0c86d6d07bec)) - ([`6c10a80f`](https://github.com///commit/6c10a80f8fa01617ba9c454e66f8d26fda094eea)) - ([`3c440df8`](https://github.com///commit/3c440df8c73070ea2aedd5d993fd4404a542b4d7)) - Bump version to 1.8.2([`e8b93951`](https://github.com///commit/e8b9395141d965e8e30d343784966f1c4bfe1cdf)) - ([`701dccd0`](https://github.com///commit/701dccd0a332c9e2b3bc8de2f9e6f6d71accc658)) - Rename IMPORTANT to IMPORTANT.md; add link to LICENSE file in CONTRIBUTING.md([`99c572ca`](https://github.com///commit/99c572caf55e8dc8f112536bb3a1af7b6d3fc176)) - ([`040b5e4e`](https://github.com///commit/040b5e4e09ef6eed5d146d1d79b8a4922c207471)) - Add IMPORTANT file and update README([`6d0b455e`](https://github.com///commit/6d0b455eab56b293575b5ff16d1a3914aa7b2187)) - ([`fa1c414d`](https://github.com///commit/fa1c414ddb16ad918ea60abdfbecb9ede8ae518f)) - Remove sig cpu time equal test as digest time is now calculated each time and therefore can differ.([`3d70af59`](https://github.com///commit/3d70af591995575aa7593af4c533f12d73bd502d)) - Use calculation that avoids possible negative values([`92065bd4`](https://github.com///commit/92065bd460e63fe609055fa019b30c5ef1541e2e)) - Correct cpu_usage calculation when more than one signature([`007ef41a`](https://github.com///commit/007ef41a2d45dd39ee0fd638cd09fc475ccaa380)) - ([`885ef13a`](https://github.com///commit/885ef13aba68ca379b8a198472599a12955b2f91)) - Fix merge([`0b1bd9c5`](https://github.com///commit/0b1bd9c53b60e7fad4d65cc070c014d0cbfae5a1)) - Fix merge([`054eb588`](https://github.com///commit/054eb5883082aeef8eb9cb297f86ccbf90a85bab)) - Capture resolver to keep it alive([`6c81f829`](https://github.com///commit/6c81f829d525c6bf85a481b089a9241cb6ad3453)) - Call resolve on connection strand([`bb486e40`](https://github.com///commit/bb486e4064b78321650e2b3acaf2978cd02ad23a)) - ([`bdec2f94`](https://github.com///commit/bdec2f94c7424e9a8a6b232d45024e74bb25eccf)) - Capture socket on async_read to prevent close from destroying socket out from under in flight read([`eee99a7f`](https://github.com///commit/eee99a7f2793ac90e6321b26ffbfb6dc12c0d1d7)) - ([`acfcb999`](https://github.com///commit/acfcb9996706bf5befe0a387d438ad9f209b6ba1)) - Handle ready delay timer error([`0255c3e2`](https://github.com///commit/0255c3e21c0c27cae2c53550ca232e66dd55da17)) - Remove unneeded read_in_flight. Clear trx_in_progress_size on close so re-connect will work.([`ca3c638e`](https://github.com///commit/ca3c638e2a6377378b0af4a384d36825e8b72479)) - Re-create socket on re-connect. Use non-deprecated async_connect.([`4c9dbdc1`](https://github.com///commit/4c9dbdc1ba2c32638623abbd0f029c6caf90c473)) - ([`8f335559`](https://github.com///commit/8f3355595762ec5b41dfe5c27e3410b1193b2e74)) - Add comments to macos-10.14.sh([`56d35a2b`](https://github.com///commit/56d35a2b159fde6058282288bde90bc3dddb93bc)) - Fix whitespace to match repo([`4086890a`](https://github.com///commit/4086890a28b0294f645c7cfd7ece45f32763c0ee)) - Quick fixes([`6e878fdb`](https://github.com///commit/6e878fdb26ec68ad1b52fd70bcf173907419ee97)) - Quick fixes([`b9c5e4a4`](https://github.com///commit/b9c5e4a49b00b9bf2ac0404ac15d706906051f22)) - Quick fixes([`f9051562`](https://github.com///commit/f905156298b59800df0bb1dccb7c10c5442a255b)) - Quick fixes([`abcd0a5c`](https://github.com///commit/abcd0a5c012ed29ee1db70e93fbdb1f261c14f39)) - Quick fixes([`7a18e9af`](https://github.com///commit/7a18e9afdcf97d57299a3faa43f152b1b56604dd)) - Quick fixes([`064669d1`](https://github.com///commit/064669d1768740eac436b3d1742b1564d4568b29)) - Quick fixes([`b47bbc70`](https://github.com///commit/b47bbc7013a7f871bfd5f470e2e3954cef67aba7)) - Quick fixes([`f9032583`](https://github.com///commit/f903258398b2fca6830d81512c5520d20e3f9c2e)) - Quick fixes([`2274adf8`](https://github.com///commit/2274adf831afecddb3232dbfacfb61971fa68f3c)) - Quick fixes([`19d939d6`](https://github.com///commit/19d939d61a94abc18f662857ed29577617267e6a)) - Merged zach's changes([`459d1582`](https://github.com///commit/459d15821cfc206f116a46a982198cf2589e6f9d)) - Mongo = true for mac([`3d430d74`](https://github.com///commit/3d430d7422fe0d61d04446a76645095d41304588)) - Increase timeouts on non-parallelizable tests([`1b37a1d6`](https://github.com///commit/1b37a1d6ed11c81514c8f31cc6b3470ed8669f5d)) - Don't forget to point Travis at the new test runner([`2d5093ba`](https://github.com///commit/2d5093ba193f94e421f5aa9dccb5b91e719db7ca)) - Ensure there is a data directory for mongoDB([`8ce69b4f`](https://github.com///commit/8ce69b4f3870adc5bce42f43f667a1d24436cae6)) - Add shell prompt to mongoDB echo statement([`a20d27ab`](https://github.com///commit/a20d27ab9e3398d4bea0015c28c7fabf88eba668)) - Test Runner: Export Buildkite artifacts([`c228f551`](https://github.com///commit/c228f551024af01c45945b8b299c2202ceb60fa3)) - Test Runner: Catch and re-throw errors([`e4ffaf92`](https://github.com///commit/e4ffaf92b9be69d00e54896a4a59a6a008cc7850)) - Add comments to test runner([`1fb977b0`](https://github.com///commit/1fb977b04abd198b76ef099beb78a7d18c9f303c)) - Replace individual test scripts with test runner([`10326041`](https://github.com///commit/10326041e4ac4829c2bce6b0e29025851c6387b3)) - Call test scripts instead of building test commands from scratch([`d16261e8`](https://github.com///commit/d16261e8477e6cbefad20506b9258a9ad28335e7)) - Remove dev-toolset-8 and ccache from CentOS-specific test setup([`8c02f14a`](https://github.com///commit/8c02f14ac14d0fb3ad02f3a1b9856cdc6ad4305a)) - Add CentOS-specific configuration to the test scripts([`59f84a40`](https://github.com///commit/59f84a40a289a6c0fb102ebdbe7544301c90092f)) - Renamed scripts to match repo naming scheme([`868de85d`](https://github.com///commit/868de85df9026cd362acca26b40e827ca5dca9c8)) - Don't forget to use general.sh.buildkite-intrinsics() in long-running-test.sh([`fcaef568`](https://github.com///commit/fcaef568db8722d7efc7781698d886e051f5df8a)) - Change "#!/usr/bin/env bash" to "#!/bin/bash"([`45bdef2b`](https://github.com///commit/45bdef2b858c70a759a8c5507ba04c9d3301d30c)) - Remove unnecessary whitespace([`3837fbb4`](https://github.com///commit/3837fbb4ec450bb69d5f368bab82c6dbed511eb2)) - Change return statement to echo statement([`8e48a0f4`](https://github.com///commit/8e48a0f4198565de1a0af3b507977303d1d34891)) - All scripts now use general.sh.buildkite-intrinsics() to load Buildkite variables([`933f53e2`](https://github.com///commit/933f53e207eefae899085a330a691cf7e21dff69)) - Created /.cicd/helpers/general.sh.buildkite-intrinsics()([`8c1c5958`](https://github.com///commit/8c1c59587ec4057925de0737ddc0b2692675b305)) - Add description to general.sh.capitalize()([`c82e9f34`](https://github.com///commit/c82e9f34aa3c8902f9ec2fbb0849f966db4f2eee)) - Create serial-test.sh([`8c7a11cf`](https://github.com///commit/8c7a11cf54a308cc221313abaa2e4a3a7e5bb9a7)) - Create parallel-test.sh([`8ae985ff`](https://github.com///commit/8ae985ff691e519a36559625a95b5c44876481f9)) - Create long-running-test.sh([`a61e0279`](https://github.com///commit/a61e0279ae3ec55a464b8a1c74c1146e0743cb03)) - Quick fixes([`63030c3a`](https://github.com///commit/63030c3a44dd73c603f1341451507b03086bb3f2)) - Quick fixes([`8183f0e8`](https://github.com///commit/8183f0e879d6cbddc93c5408f622d0e515e9d732)) - LRT split([`6104747b`](https://github.com///commit/6104747bc6ff825ac434e7a524a3210da2a807c2)) - LRT split([`670a6824`](https://github.com///commit/670a68241eb31b1957fad0ac12b871d12415c7a7)) - LRT split([`d594ff30`](https://github.com///commit/d594ff303b1732385ff1ad58f2024d5e19a29f2f)) - -V to test to get travis to pass([`0650d81b`](https://github.com///commit/0650d81b48b5fa63d7bf04d8ec3918be923babbb)) - SKIPS for unpinned([`46ba9b49`](https://github.com///commit/46ba9b497d78b7b7d301e963467b9d21a6a0c36c)) - SKIPS for unpinned([`3f71ff35`](https://github.com///commit/3f71ff352ef03b2c6ccb6797d7f37dfbd891254f)) - SKIPS for unpinned([`09f8cfde`](https://github.com///commit/09f8cfde61477d57735bac6f30070b6faba9286f)) - SKIPS for unpinned([`bbf05ae6`](https://github.com///commit/bbf05ae682e56c263691edcdf16971aeb7f3ec2f)) - SKIPS for unpinned([`52d062e4`](https://github.com///commit/52d062e47fbc1faafcd660653c2330903eef3c97)) - SKIPS for unpinned([`c02940b6`](https://github.com///commit/c02940b6e7e67742149e08a09d763ac963c08fb6)) - SKIPS for unpinned([`31e1116a`](https://github.com///commit/31e1116a705418a36f5cb6b2d89b4c6d3bbe41e0)) - Package building to generate script([`bd9c12fd`](https://github.com///commit/bd9c12fd876d77db738b4647c01a89bc3d52cf99)) - LRT step needs to run LRTs.([`3c710e79`](https://github.com///commit/3c710e795730d1c49e8dfb5051b0661f11cd1808)) - Extend timeout for Mac test steps.([`93e4b517`](https://github.com///commit/93e4b5175622d80c62bcaac24240efcfd9e48ac4)) - Quick fixes([`6e00349e`](https://github.com///commit/6e00349ec533a71b465519fad4ebd776c4d51be1)) - Quick fixes([`e2502e9f`](https://github.com///commit/e2502e9f6c498599f6c5ddef2e0f6b99bd42a6c0)) - Testing missing mongod.([`0191aa09`](https://github.com///commit/0191aa090ba9384f2b0416bb0efba5bb7dfe12d8)) - Quick fixes([`18e50387`](https://github.com///commit/18e50387457de47591fc47105442f8560f17589d)) - ([`e01cfbb8`](https://github.com///commit/e01cfbb8bf642e5d2470b02749d8d62c4bc72402)) - Because 'brew install' fails when packages already exist...([`a5a9a0f4`](https://github.com///commit/a5a9a0f482753008fad38ee9fba40657dde179e3)) - Quick fixes([`4de86fff`](https://github.com///commit/4de86fffbf0aae245921a6ad70336bb3c811797d)) - Quick fixes([`0570d6ee`](https://github.com///commit/0570d6ee4a11ad6f8865f2e3da3689e7134da1f1)) - Quick fixes([`6080e7da`](https://github.com///commit/6080e7da4e54902c5bff0713f8ca7271592ee467)) - Quick fixes([`59da1923`](https://github.com///commit/59da192342116ea48274154f3c29e1fe5ce98536)) - Quick fixes([`2ace3ffb`](https://github.com///commit/2ace3ffbde7aa9ba6e1f6bfd1a78ffe422aad8ac)) - Quick fixes([`46260b34`](https://github.com///commit/46260b34f8113b7405d15d972ade651938de9c2f)) - Quick fixes([`60a7a1a9`](https://github.com///commit/60a7a1a96dc70bd893ba4e4895751f528c710b60)) - Quick fixes([`a4864ed1`](https://github.com///commit/a4864ed15addb11206a11ac3607400c07c148db9)) - Quick fixes([`436d6b28`](https://github.com///commit/436d6b285d8f38a952421d62ea8e2e139064c075)) - Quick fixes([`d0519564`](https://github.com///commit/d051956417bb638bd2346f3f84ff5b86e1f84a10)) - Quick fixes([`55e58642`](https://github.com///commit/55e5864287f3d364c3d3b92044af0f8ba55ccdaa)) - Quick fixes([`786b21ea`](https://github.com///commit/786b21eae17e0adc95e197c7a7b0f76ddd434476)) - Logic fix([`2674501d`](https://github.com///commit/2674501d295fd1142cda79049041389a0d3f7399)) - Logic fix([`e291439f`](https://github.com///commit/e291439f7e6a0281cf8e58af2f029514b01b8961)) - Removmongod([`c0868c38`](https://github.com///commit/c0868c38f600ce1d0bb7320c168082a7f3590a33)) - Skip steps([`4667e16d`](https://github.com///commit/4667e16d88ba14eb5748a4ddd4de37893b5bfabf)) - Quick fixes([`6b424126`](https://github.com///commit/6b42412640d933e174da68c305334554b5c4a0f9)) - Quick fixes([`b96a994f`](https://github.com///commit/b96a994fe867c423a2bf5e290868de69bd77e9f1)) - ([`e1c8c302`](https://github.com///commit/e1c8c3026bf7447ac71b887c253b362d09e982d2)) - Darwin on Travis needs UNPINNED=true.([`89abe58b`](https://github.com///commit/89abe58bbb74a2d310984b007a9090b2ee514201)) - Darwin on Travis needs UNPINNED=true.([`85c5d383`](https://github.com///commit/85c5d383ab7aa98c258436a20aed938fe3d69393)) - Quick fixes([`d16c21d5`](https://github.com///commit/d16c21d59a4f0fd57861d35cc3bb1715bdb15bce)) - Quick fixes([`fd8e8898`](https://github.com///commit/fd8e8898b0bfc8e07eb98d6065d5673f9b0839e6)) - Quick fixes([`7abb1212`](https://github.com///commit/7abb1212527254a3102fa73eb2551745a2dc5ce6)) - Quick fixes([`e54d6575`](https://github.com///commit/e54d65753c790e09e31b1180e05abb531922e025)) - Quick fixes([`9450eff0`](https://github.com///commit/9450eff0bc8bdb216cf9d9ed94c36d1f91e731ac)) - Quick fixes([`b368ecf9`](https://github.com///commit/b368ecf9ba0133c5f0fe885613ec8b5822645522)) - Quick fixes([`80eddacb`](https://github.com///commit/80eddacbe5c702116d490529ff6cfe432d0367fe)) - Quick fixes([`882dadd5`](https://github.com///commit/882dadd54536d1b780a8277a1b481842a224a3fd)) - Quick fixes([`ce90675d`](https://github.com///commit/ce90675d623b58959ad3dc6054d999b3bdacca78)) - Added mongo install steps for Travis.([`7ebb8cde`](https://github.com///commit/7ebb8cdec48540ddcf3d61b8f3fa94cc6a31cde9)) - Quick fixes([`25f1be45`](https://github.com///commit/25f1be45286e62e438d6eb09e66aa13cefdab851)) - Quick fixes([`0ffa210a`](https://github.com///commit/0ffa210aac470e081d43d5104a6428ea67fa3833)) - Quick fixes([`a563da73`](https://github.com///commit/a563da73a643ea90c7bb1265c3787e0fe310d716)) - Quick fixes([`71ab0c4f`](https://github.com///commit/71ab0c4fbff822455fcbae75fc8bb7743fbae61a)) - Quick fixes([`3549f56e`](https://github.com///commit/3549f56e8ba736418019e7d18503bde98925042c)) - Quick fixes([`f775a62a`](https://github.com///commit/f775a62aa01a0f83f4dcf40e85abc3dc91e8e8c5)) - Merged trav-poc([`7f1d4168`](https://github.com///commit/7f1d4168ead3358905a9c0501d3de7f6693dddd9)) - ([`a30db8fb`](https://github.com///commit/a30db8fb72282ed0cd2bfeefe0c5f970af9c4a48)) - Remove duplicate patch file.([`6e2e0910`](https://github.com///commit/6e2e0910f7fcfdbac4d762b7421e362f7eb6f23e)) - Fix regression of packaging steps.([`bac919e6`](https://github.com///commit/bac919e6bf9a98571e365fd4d1a07a7b896d8c41)) - ([`c33de1e1`](https://github.com///commit/c33de1e1953e023c63142871e50ed423d79f4613)) - Remove line continuations([`bd1062ac`](https://github.com///commit/bd1062ac89c6d0139f97c66cb57b569dad792cfc)) - Fix regression of packaging steps.([`0a277e68`](https://github.com///commit/0a277e68e134314380665d401d000deb85443de9)) - Docker login not required.([`4dbc4498`](https://github.com///commit/4dbc449879d6824441bf9eefe7c63128fefd03e9)) - MacOS should use correct packaging script.([`fd854a79`](https://github.com///commit/fd854a7912903c1bc07c80ab3531592a4c02faa1)) - Limit clang build on Mac.([`666b9d2e`](https://github.com///commit/666b9d2ea34e1ea70950fbb184fd231a0fa4e8eb)) - Limit clang build on Mac.([`41a0c7f7`](https://github.com///commit/41a0c7f7d20ee6536e094ea013456ae47811f56e)) - Limit clang build on Mac.([`77e1a1bb`](https://github.com///commit/77e1a1bbfaebb20251f312f51554204bb6ead528)) - Added ENVs to package builder required by lambdas.([`2f9504e6`](https://github.com///commit/2f9504e6d1a55388e7f2a3c23cabc388c29c582a)) - Debugging pinned Mac.([`b9b78e8f`](https://github.com///commit/b9b78e8f5edff4df2594eda73ee34a7dc6a11ea3)) - Add missing libusb for Mac.([`fd897fa7`](https://github.com///commit/fd897fa7f2c634f16f2f6a6651fc392280417bfa)) - Forgot the removal of docker login from installation-build([`bb64b029`](https://github.com///commit/bb64b029f7c3116c4461d09c3b13efcbd4c62604)) - Quick fixes([`85914885`](https://github.com///commit/859148858c9b9310a13c8479b2731b1c0ff8de62)) - Quick fixes([`fe80ac97`](https://github.com///commit/fe80ac97b8fc3a36c64ef3e0785e5475a3a8dcc5)) - Quick fixes([`a2e39358`](https://github.com///commit/a2e393581948d8dd5a967f64077850d7a7da580b)) - Quick fixes([`f073f00c`](https://github.com///commit/f073f00cbca0328347df33c4d601165d5f4a790b)) - Quick fixes([`773e66ea`](https://github.com///commit/773e66eafea376be6ff0e97d52668632c110f919)) - Quick fixes([`21bb72f9`](https://github.com///commit/21bb72f902583ccaab522ae32d0ee97d695cec3a)) - Quick fixes([`0fd857fc`](https://github.com///commit/0fd857fcda2a8181494c95f7d176e4c083d61fd7)) - Quick fixes([`00dcd754`](https://github.com///commit/00dcd75410c782be597247cb81cbe08e9ba0e763)) - Quick fixes([`d4513562`](https://github.com///commit/d4513562330fdfb414a80927a5bdbfc9291af25e)) - Quick fixes([`37a711f3`](https://github.com///commit/37a711f3a268f8ade8ad5bd9bc1c2c724f0a7728)) - Quick fixes([`f158c322`](https://github.com///commit/f158c3228938df0dd46ae1c9cd6945daf896ca39)) - Quick fixes([`a7723118`](https://github.com///commit/a772311891f47264a85ecd721d76c5ac87742217)) - Quick fixes([`8de26054`](https://github.com///commit/8de2605490d57df9d10f52098c5d92e1d0d7b39d)) - Quick fixes([`1ff809a3`](https://github.com///commit/1ff809a33b1466110a4f70579e84c89b8637de31)) - Quick fixes([`fb42bf9d`](https://github.com///commit/fb42bf9d2533c0f66d543a169356336cc96a2070)) - Quick fixes([`4a99639f`](https://github.com///commit/4a99639fe4ca4f22659ec7c2bd40df0ef28ae580)) - Quick fixes([`7fcf676e`](https://github.com///commit/7fcf676e0214a2f88290a3244e70ff64277d26eb)) - Quick fixes([`763bfe1a`](https://github.com///commit/763bfe1ae580bf4bbc0fd7a9b21dcc96764a380b)) - Quick fixes([`e7f87bdc`](https://github.com///commit/e7f87bdc4ce5b588cc783e2c9c11ecaeaf8bdd4f)) - Quick fixes([`0bea98b6`](https://github.com///commit/0bea98b6de47785cb3c219b3fcb2024eabe2d324)) - Quick fixes([`326a5f80`](https://github.com///commit/326a5f80084fddde33915d051a45918a30d03d52)) - Quick fixes([`352b0514`](https://github.com///commit/352b05141ab3f8ff11906e21eda68ea3fd19c8de)) - Quick fixes([`1e622d11`](https://github.com///commit/1e622d113aa400e99fa473f3b9805756601fc21e)) - Quick fixes([`a2d79f75`](https://github.com///commit/a2d79f75735c27465dbeca2b2f946b7008f7ed80)) - Quick fixes([`24009f96`](https://github.com///commit/24009f962b6df2cdffb859f4af0dd0a00d89e5c0)) - Quick fixes([`bd0fe015`](https://github.com///commit/bd0fe01573bd9a8b00a1a3fed4c2a861a2471a86)) - Quick fixes([`ccb87424`](https://github.com///commit/ccb87424d0510c858aa263316c50b695e3fef99a)) - Quick fixes([`846aa6fd`](https://github.com///commit/846aa6fde46c8d0dcfd06136c4354b442268fa26)) - Quick fixes([`c30f1e84`](https://github.com///commit/c30f1e843768228fdde3fcf5cf9c55d090e03208)) - Quick fixes([`319f115a`](https://github.com///commit/319f115a5215bac8b2b0df6f483e5172fdbd7fc3)) - Clang appears to be picky.([`a96fee5c`](https://github.com///commit/a96fee5ce13cea82911bc06534205d8551285ddc)) - Fix Mac unit test label.([`75d97947`](https://github.com///commit/75d97947eb1d54dfeb402011d6f2327b4152a69d)) - Fix Mac unit test label. Clang appears to be picky.([`8edcc45d`](https://github.com///commit/8edcc45d49617a822367e9a26e42636f3f46ff4f)) - Fix conditional cmake flags and PRE_COMMANDS.([`cbb69a21`](https://github.com///commit/cbb69a21deb0f0801cc4f10d6820e3ab7cabec3e)) - Fix brew.([`d524f181`](https://github.com///commit/d524f1815e64e2ec47195a577763b20f2116e3f3)) - Improved dockerfile cleanup.([`9f06a8ad`](https://github.com///commit/9f06a8ad152a8f6d826ea087c38d4b70cfd0dd95)) - Removed unpinned skip.([`a28d2e36`](https://github.com///commit/a28d2e36ce466a3e4cf18837deab0defd765a80d)) - Added script for pinned Mac builds.([`e64e7aca`](https://github.com///commit/e64e7acad01159800c29b894a378ec50d06eac29)) - ([`f358a04b`](https://github.com///commit/f358a04bdebff4b34463c2ace576d963fa4aef52)) - Created macos-10.14.sh script for creating Anka base images for pinned builds([`718c4a1a`](https://github.com///commit/718c4a1ac228e2d3d54ffec349933403dde55379)) - Split unpinned into different pipeline file.([`f545571e`](https://github.com///commit/f545571ef801046fc008c2f58386187b300eb750)) - Full pipeline test.([`9ebe30ba`](https://github.com///commit/9ebe30ba049d1f63d8c40dd94f60fe135d914be7)) - Full pipeline test.([`7f61aab8`](https://github.com///commit/7f61aab8a8e2409dcc40c03a0546ae85924bbe1e)) - Full pipeline test.([`952fb5ef`](https://github.com///commit/952fb5ef2d9d3f468898fb49d3598ec7f48403fd)) - Added flag for pinned Mac builds.([`ebce59f2`](https://github.com///commit/ebce59f267d350c6c34f21b5d63f43ed1e39e816)) - Debugging c7 pinned.([`5a1f42ae`](https://github.com///commit/5a1f42ae0ab149428596a8abe05211ed540adbd1)) - Debugging c7 pinned.([`430ea11a`](https://github.com///commit/430ea11a55493b66d972a80218d2d8e28afb08cd)) - Debugging c7 pinned.([`bce4951d`](https://github.com///commit/bce4951d8380c4b016cc0328b95a57c46e201f8d)) - Debugging c7 pinned.([`5696bd56`](https://github.com///commit/5696bd56d6cee15157a386033fda80a39143e76b)) - Debugging c7 pinned.([`3454320c`](https://github.com///commit/3454320c8542e8d7504777e15c68d747af43ad43)) - Changes for pinned Mac builds. Disabled for now.([`37d69016`](https://github.com///commit/37d69016aac32b6c0668d70f322823426b80ca1f)) - Pinned C7 may need patch.([`4a52d1f3`](https://github.com///commit/4a52d1f37697389d9290fa0933d04cf85deeb4c7)) - Pinned C7 may need patch.([`9e899f6f`](https://github.com///commit/9e899f6f8f9dd1570a2f5ff01385622b60d7adaa)) - Pinned C7 may need patch.([`98bbd260`](https://github.com///commit/98bbd2602fc64e2501517a21cc222d8ead21ce4c)) - New logic for setting CMAKE_EXTRAS.([`17854054`](https://github.com///commit/1785405446e146999e56ab0371d6ec24a058ff06)) - Adjust settings for unpinned builds.([`5dea9cb2`](https://github.com///commit/5dea9cb2729a033239271dc30ec033772a8012d9)) - Keep gcc packages for deps, but still force pinned builds.([`8be947ac`](https://github.com///commit/8be947ac178ec1c3fddc1958a295d76821cffa70)) - Keep gcc packages for deps, but still force pinned builds.([`1c74e6f6`](https://github.com///commit/1c74e6f6614b9dd47436ccfb979bf8e6b210e47e)) - Attempting full build due to dockerfile rename.([`916d88de`](https://github.com///commit/916d88debe0b2ffb87207b8f61c19c2b46a3448f)) - Continue on unpinned dockerfiles.([`d61046f1`](https://github.com///commit/d61046f15994d72fc9f29fc801f0b10d92203792)) - Default pipeline is pinned. Made unpinned the outlier dockerfiles.([`5b286691`](https://github.com///commit/5b2866915b36cb6fcb52cf85086cf3bacdb6a77b)) - C7 needs devtoolset to create clang.([`db6157c3`](https://github.com///commit/db6157c3347eb90663cd4aea4c25327eb9d8f357)) - Test pinned C7 and U18.([`639dd88f`](https://github.com///commit/639dd88f8d89c807a1b1d36a72ff4692d4e2812b)) - Updated more pinned dockerfiles.([`a076d126`](https://github.com///commit/a076d126f6b283ca7f3d02fe523197a655cabc7a)) - Test a2 pinned build.([`efcc637c`](https://github.com///commit/efcc637c4381a0574b9a0b9bb966d6a72dbd0969)) - Merge resolved.([`11da631e`](https://github.com///commit/11da631e27715c2360cfc2b21f2e987fa7973279)) - Mongo failure([`27410c9a`](https://github.com///commit/27410c9a4880628b8e46eb5a025344ccce5274b7)) - Test a2 pinned build.([`e6e5f557`](https://github.com///commit/e6e5f5571849300dbb8c2ae536dce95455b60b51)) - Package fixes for mac([`d2b57ded`](https://github.com///commit/d2b57dedc36cfc0bc5034183eeb68a1c4d11c351)) - Dedup of dockerfiles([`4fe006b2`](https://github.com///commit/4fe006b29b5114e0e8dd2edead32dc489625f0c9)) - Started pinned dockerfiles([`645f648d`](https://github.com///commit/645f648d5ede30e2c16e324f53387d206b580fee)) - ([`2d0bf758`](https://github.com///commit/2d0bf758803610cea3edb9b23ef3d8161fdc2072)) - Add missing ENVs for lambdas.([`45e5d98e`](https://github.com///commit/45e5d98e47fcb1b9c381dc387c439cb88025bac7)) - ([`fa90a81f`](https://github.com///commit/fa90a81fdaa833a3ed28dea674dc5be705676d42)) - Removed([`a47295b4`](https://github.com///commit/a47295b4bc2947b63a1d2df927f1e552c774e682)) - ([`2a1510e1`](https://github.com///commit/2a1510e1537e3bb9323c999e477f43a7cdc2f97e)) - Fix Mac issue. Enable pipeline.([`87fe9ab5`](https://github.com///commit/87fe9ab56453b0f720f1f7e8b48845713c0ae647)) - Debugging.([`29cedd45`](https://github.com///commit/29cedd45cded4b492adeb74050ebd64e064d3349)) - Test full fix for package building.([`2c844fb5`](https://github.com///commit/2c844fb514614c6b492e5edb36cd0e84f98d00a4)) - Re-enable pipeline.([`57a27463`](https://github.com///commit/57a27463383c3728517c65392bbc91c8bc52c189)) - Debugging.([`7d2b6a70`](https://github.com///commit/7d2b6a7030640360cae65e7b5143f38aa74acf4f)) - Debugging.([`dc6dab40`](https://github.com///commit/dc6dab4085c2b77a76cad1b34a43a1b210561be3)) - Debugging.([`a94562f9`](https://github.com///commit/a94562f95feccfdfcd6d92791daab38e9d3a28e8)) - Fix package builder pipeline steps.([`56e2ccbc`](https://github.com///commit/56e2ccbcd30f60e0ca5fb8a2b3f4c69a67a67b59)) - Quick fix for wrong packages?([`049be2b3`](https://github.com///commit/049be2b372dba2f78b7caa13f305ec09f182ac65)) - ([`692f0312`](https://github.com///commit/692f0312e9d786cc72814b77547552e1eaaca222)) - Changed typo from COMMAND to COMMANDS when ENABLE_INSTALL is set.([`25bd8d4d`](https://github.com///commit/25bd8d4d55248bde30be56edebe31c0bf3b9c0f5)) - ([`b0ea2462`](https://github.com///commit/b0ea24629ffc519dd87ffacac11a32c8e1f60a34)) - Zane's changes([`1272cdb7`](https://github.com///commit/1272cdb701de27ce68a70afee7f1bbf50e9ea86c)) - Fixed spacing.([`f68bdc65`](https://github.com///commit/f68bdc65f781af72419bb4bbc565def21a9d3f0d)) - Merged trav-poc([`7b4055e0`](https://github.com///commit/7b4055e0dec48a610970207e79b260fe0faa94ce)) - ([`35325853`](https://github.com///commit/35325853235e4a512bc6f68133a8acb588a87338)) - Fixed issue with branch names containing slashes.([`f79fc9de`](https://github.com///commit/f79fc9de0d096cd3175791d729bf1fa724a97fea)) - Enable cron builds for Travis.([`a6588b44`](https://github.com///commit/a6588b44fc2067ee4c138959cdb1f00be6cce1e4)) - Fixed issue with branch names containing slashes.([`a4d82160`](https://github.com///commit/a4d821607e3e6250a733b32660e85279e80815ae)) - Removed buildkite agent. Fixed centos.([`b31bbad4`](https://github.com///commit/b31bbad48e3a04337b9714b66f443680c33d1fa6)) - Added it all back([`d0cd6f39`](https://github.com///commit/d0cd6f39c997dcef87a3d4837d90eee15b4800d5)) - Unit tests([`096e7a32`](https://github.com///commit/096e7a32e8d9dfcece8e3d92e1145a7e9f523f54)) - Removed useless bash([`00c0cd4b`](https://github.com///commit/00c0cd4b1aac9c917dc8d8a09eff6e2348ece9f5)) - Standardize dockerfiles.([`593bcc15`](https://github.com///commit/593bcc150745d468966b112bba4321fde2239cdc)) - Quick fix([`d44f5815`](https://github.com///commit/d44f5815335cd534d0c2fc29dcd4c4625ae70ca2)) - Merged in split code([`b099626b`](https://github.com///commit/b099626b546974d563f015c9047bc80722d62180)) - Reset pipeline file. Debugging in other branch.([`94cc7af5`](https://github.com///commit/94cc7af542c5dd18986d677e4f71e6a2715138e7)) - Split serial tests([`5debd605`](https://github.com///commit/5debd605608f2aa6587e7ecad5945218eeea0573)) - Quick fixes([`a0628cd8`](https://github.com///commit/a0628cd879c0f3c64b01e5b4b30d7e2d7405ffb1)) - Quick fixes([`b123f2a5`](https://github.com///commit/b123f2a5854197032b78c04e2abc80cb31575742)) - Quick fixes([`3f20748a`](https://github.com///commit/3f20748a5c8226c83616fae670acca35b35879f7)) - Quick fixes([`7c0ded48`](https://github.com///commit/7c0ded48ee68c80c284df8f221d85a4ad48d2bfe)) - Quick fixes([`5f6d82d5`](https://github.com///commit/5f6d82d59a61838e1040da619bfa731a474c3e00)) - Quick fixes([`7089b024`](https://github.com///commit/7089b024fc12d8ff8feda956b0577490cecf62d2)) - Quick fixes([`81518700`](https://github.com///commit/81518700bb15a6955e7ce853962f43396965f68b)) - Quick fixes([`61d8b4a7`](https://github.com///commit/61d8b4a749d02ea48dbcc0412fccfc32eff94b87)) - Quick fixes([`74cf8c6e`](https://github.com///commit/74cf8c6e3f1ced455f2fb3ed3e8b28561c965885)) - Quick fixes([`4f08d48c`](https://github.com///commit/4f08d48c67c7b74c49bcd7475386192065982093)) - Quick fixes([`bc06ce4d`](https://github.com///commit/bc06ce4d5f9b23d64857fb298067e85ee2926839)) - Quick fixes([`28906450`](https://github.com///commit/28906450c3a247161a40248a8dfae0d98fee857a)) - Quick fixes([`16569d09`](https://github.com///commit/16569d0932d3f23ffd75332e3183136fba2dc30c)) - Quick fixes([`1434b162`](https://github.com///commit/1434b16205bc424f333828ff8644c35978340d21)) - Mac([`172861f3`](https://github.com///commit/172861f3407c64092c29047b44f3690c2cb0b518)) - Quick fixes([`5ba45986`](https://github.com///commit/5ba45986c4e385238f03f2ff6fe7bea0226ce08d)) - Quick fixes([`d3812a1d`](https://github.com///commit/d3812a1d2b5e80a07fe47f8701e800ab013e3b0f)) - Quick fixes([`0ab6cbb2`](https://github.com///commit/0ab6cbb22e3d767e92b021a9e39452b7d28d80eb)) - Quick fixes([`d75e2209`](https://github.com///commit/d75e22097073c12adc6c718f2c6c6b7af04df314)) - Quick fixes([`c3842d9c`](https://github.com///commit/c3842d9c25654420867a5a0d1e641bf7f28f72d4)) - Quick fixes([`13af56d2`](https://github.com///commit/13af56d2e889572f7c340231b0a22fe753200169)) - 12 cores for LRTs([`3655e88f`](https://github.com///commit/3655e88fdf48218e6183afc69cc54616bcf99249)) - Ubuntus and Mac were not running LRTs.([`6e6ccb9d`](https://github.com///commit/6e6ccb9dbff5c1cb5903ff4f39ea1d6e01c988f3)) - LRTs on Centos failing due to python3 not being enabled.([`6ffe5187`](https://github.com///commit/6ffe518765676321421aaa93c0f53c9ecd73c40a)) - Removed old debug command.([`3f1a647f`](https://github.com///commit/3f1a647fb3be8c87628c8f4947ebbd4d231c956f)) - 1G max-size([`81f82b8e`](https://github.com///commit/81f82b8ed88be09e0224d98ba1c51fde5e562824)) - ([`b50e6fec`](https://github.com///commit/b50e6fec792475aa8b151f5a43a5f51ec9f062b9)) - Packages builds don't need to wait on the contracts-builder step.([`faf0af98`](https://github.com///commit/faf0af98e743eb4f615df06cbbba3f4342e992ac)) - Initial wait step consistency.([`d121fda4`](https://github.com///commit/d121fda4c96ac1f713ae00e24c6ac042ac0ad364)) - Skip steps added([`7cbf499e`](https://github.com///commit/7cbf499e07bee68ebeb347215bfa1adc3a1594a7)) - Add --init in Docker args.([`c5154842`](https://github.com///commit/c51548427086353527642990ffbda35699517aa1)) - Throw 'bash -c' in front of testing commands on Darwin.([`ebc84140`](https://github.com///commit/ebc84140600845eb61367d4a764483cac332b608)) - Fix for package builder steps.([`2cb8503f`](https://github.com///commit/2cb8503fff700a5a0ea2cc1c9f28d35c91259f7d)) - Re-enable all serial tests.([`78051350`](https://github.com///commit/78051350370e646f24cafba2314e6c2e7f47e7fb)) - Bash is being not fun on U18.([`a6e3c15a`](https://github.com///commit/a6e3c15a051537e7cb9fe48a550f7b1d7ef7304b)) - Label fix for Centos unit tests.([`5606e063`](https://github.com///commit/5606e06332bd689331ef3907934f49a6c01a374b)) - Run with full pipeline.([`a7dd2fca`](https://github.com///commit/a7dd2fcae7ecd6a89400c9a93f60c44da57c4a45)) - Run with full pipeline.([`efd9e6b0`](https://github.com///commit/efd9e6b0b7a57cb1cbb94eab700e9d45d10414da)) - Run with full pipeline.([`6695408e`](https://github.com///commit/6695408e68186ca21d1d14e877310e2ca7aa4b72)) - Added eval back to serial-tests.([`376fa676`](https://github.com///commit/376fa676e4d4798c65e480b55f580131caa4bce5)) - Removed mongo log([`202628e6`](https://github.com///commit/202628e6a947ce787a826b957516b3521f3f2d01)) - Add build type to cmake.([`591c5797`](https://github.com///commit/591c57978a819eb54092a3b4ba6337211ed2a238)) - Add build type to cmake.([`ff1c8de4`](https://github.com///commit/ff1c8de494c3d4d01438ba43f90a75e3f9155e37)) - Add build type to cmake.([`a45654aa`](https://github.com///commit/a45654aae0699ab52f96172b3362e4cc82f432a8)) - Add build type to cmake.([`3c49b77e`](https://github.com///commit/3c49b77e6bb1449bfc45496b9f7e439bc6588525)) - Add build type to cmake.([`972285a1`](https://github.com///commit/972285a1e328697b2060c744ed357fd29a94e8d0)) - Use specific image on test.([`e68e30a0`](https://github.com///commit/e68e30a0a158fbe566cd8fae4d7de7e3f95b8fb4)) - Run specific test that is failing.([`f563e240`](https://github.com///commit/f563e240b7d9ac5a7953099c3b45135b3335f8ff)) - Disabled parts of pipeline for testing.([`35126320`](https://github.com///commit/35126320de29135c5d017b1d252f4fed084a1846)) - Re-enable ccache on path.([`efaf80a1`](https://github.com///commit/efaf80a17ab896b3c30ca36ab15008951b440471)) - Test failing build. Removed ccache from path.([`975d5659`](https://github.com///commit/975d5659ffe246dcdf649c87a649872fb163640e)) - Fixed typo on test commands.([`813cf019`](https://github.com///commit/813cf019259b82d103476635d54c9745a6a6f2d8)) - Fixed typo on test commands.([`25363518`](https://github.com///commit/25363518e0fa03c300ea5fca6af7d2d09e17af18)) - Mistakenly enabled LRTs. Disabled again.([`30151839`](https://github.com///commit/30151839d77616736a3affa75233f8b5f5aa7e4e)) - Re-enabled full pipeline.([`a08e8126`](https://github.com///commit/a08e812624f046149fdc1779c75496b6677b411e)) - Add wait before building contracts builder images.([`67fb63b0`](https://github.com///commit/67fb63b04fe22147e8b82f8e5e346a00d8c86d87)) - Added one more tag to push.([`519eb165`](https://github.com///commit/519eb165a263836182f8719bf80a747b05ba75fb)) - Disable more of pipeline.([`fe7bc269`](https://github.com///commit/fe7bc2696000dea1a24e28a7f1368c877b3f2b74)) - Move MOUNTED_DIR to general helper.([`b6034480`](https://github.com///commit/b6034480446fffa496abf391f29e0cea31c36cfb)) - Disabled part of the pipeline to test installation-build.sh.([`498c6288`](https://github.com///commit/498c6288de497b3fcecfa5ac6684ba267ec86ce0)) - Added step to build ci-contracts-builder image.([`e6e3c80b`](https://github.com///commit/e6e3c80b1d779572f6e3925b5a678ed09f9c0ae5)) - Removed function to determine EOS version.([`b3896136`](https://github.com///commit/b38961368df8e2f08d8502a13f91f0fdc771e2b7)) - Modifications to pushing of ci-contracts-builder images.([`fcb0bd2f`](https://github.com///commit/fcb0bd2ffe233b55f8b5e08375c048ad88c472a8)) - Merged in release/1.8.x([`4e878bb2`](https://github.com///commit/4e878bb2a41cf83a9b8651c004fa144a74729ef4)) - ([`5086f6e9`](https://github.com///commit/5086f6e95fa6e28f09a07f33a44b3033f6fe72aa)) - ([`4d73943c`](https://github.com///commit/4d73943cef6a72afd1df5a888b8f6d6f0c8cf83b)) - Update occurrences where text 'database dirty flag set' is searched for([`632c65c2`](https://github.com///commit/632c65c25ac03efea93ab2092e78ea61bde45ec2)) - Two useful chainbase backports for 1.8([`9b1cae84`](https://github.com///commit/9b1cae846f69330f4175e4e5d6bed386202efcce)) - ([`3f164684`](https://github.com///commit/3f164684605f177edafdaeed0e30ec1cbe1201d6)) - Remove uneeded local var([`4c71fe5a`](https://github.com///commit/4c71fe5a7c987c2fb0d6d395137b7a286a8eaee2)) - Fix merge - remove unneeeded extra catch([`61f5b0ea`](https://github.com///commit/61f5b0eaf1b48e779f1882867fe25270baec3983)) - Add handling of bad_alloc and return of failed if app quit during start_block([`250ffea4`](https://github.com///commit/250ffea478b7e4e65dd2b002759034751a385f9d)) - Add std::_Exit() for bad_alloc handling([`7948c196`](https://github.com///commit/7948c196fff697301d81fcb16fbc6045f4514580)) - Add handling for std::alloc([`5d17bdf6`](https://github.com///commit/5d17bdf6f712214c3bdaee21300a4f87e33f537a)) - Handle std::alloc for #6979([`8ccbdd32`](https://github.com///commit/8ccbdd32e222d15faefef7c9a902239cd7254b0d)) - Add missing handling of guard exception by using a custom LOG_AND_DROP macro([`2df08ae0`](https://github.com///commit/2df08ae0ff3abebc293cea2cdf8b7226f2a9ce72)) - Make handle_guard_exception & log_guard_exception static([`cabe7f4f`](https://github.com///commit/cabe7f4fe3bc406cc9013dd058d5200a4fec68a9)) - ([`163fa86a`](https://github.com///commit/163fa86a0735f6a656c48b702157e9e033f64402)) - Give db_modes_test the highest cost so ctest runs it first in the parallel test group([`28c5a26d`](https://github.com///commit/28c5a26d95a98365f34f12a73e4cd932183ac759)) - Move db_modes_test from non-parallelizable test group to parallelizable test group([`be6aa85f`](https://github.com///commit/be6aa85f99d235d00c15b27340f0f23fae00cdac)) - Fix db_modes_test by doubling the timeout([`9cb8f2d0`](https://github.com///commit/9cb8f2d0571dbb20d4efb27eca9f74397c6a8301)) - Restore spoonincode's original db_modes_test.sh in favor of db_modes_test.py([`ef25995e`](https://github.com///commit/ef25995eff287bc15a166d46960b4228614c4365)) - ([`4d361c55`](https://github.com///commit/4d361c556bd1150a86f465b2b667abd5d9fb37bf)) - Python does not have ++, use +=1([`d53592fa`](https://github.com///commit/d53592fa146464303ee1ec663b4962a5e753ca36)) - ([`e6885f91`](https://github.com///commit/e6885f91017a22f43e45c295525a3b12ded38105)) - Variable default([`35d348e6`](https://github.com///commit/35d348e6d1d0b4ba958d72641725da3f41976036)) - Remove redundant consider_new_watermark([`dbfe0557`](https://github.com///commit/dbfe0557355d5884f3db81210b3d7bb88c2e6f00)) - ([`ac60d187`](https://github.com///commit/ac60d187175b6356c0be469013cfbf3f4c575a98)) - Added explicit cast of std::chrono::duration to nanoseconds when building handshake message([`ebd2baef`](https://github.com///commit/ebd2baef695d403637d333d24a0e8651f5962f39)) - ([`0bdc1cbf`](https://github.com///commit/0bdc1cbfb5c3fc3eb25a0e0aed524e9a1cc3c614)) - See no reason why fc exception would have special handling to believe it is good. The block could not have been accepted/linked.([`609e878d`](https://github.com///commit/609e878d582dd29e7a61eeb52ef8212b047bf1ee)) - Don't do needest work on peer request outside valid range([`47be1a89`](https://github.com///commit/47be1a8936dea639a13917b9f005b28d8cb59327)) - Fix not finalized error message to actually say([`63618fa9`](https://github.com///commit/63618fa9c329b0a8d781f4977dd6f4fdff20345a)) - Clear connection node_id to prevent invalid self connect error([`df7302ae`](https://github.com///commit/df7302ae485a8fac329863703c004dce1bb31f27)) - Give more time between launches([`315db39f`](https://github.com///commit/315db39f9b183dc398e58a5560b1bbf9456889cb)) - Allow more time for nodoes to start for slow test machines([`37c7442e`](https://github.com///commit/37c7442e670f3dfef70537579b70fe94bf16fbd1)) - ([`3ec0b6a2`](https://github.com///commit/3ec0b6a2f6003dd7e4414785bd7191d99b846d65)) - Simplify watermark, add python test([`a47e4fe8`](https://github.com///commit/a47e4fe837180548d71109639e44d6d81e26eea2)) - Simplify watermark, add lib check([`ae49c044`](https://github.com///commit/ae49c044c7e8ad507390640338b0ad638e66ff1d)) - ([`78a4697f`](https://github.com///commit/78a4697f34b6f696b370fe9677d89053c178deb2)) - ([`ea4ec97e`](https://github.com///commit/ea4ec97e768e42ea35f9d880dd64100b128d6099)) - !([`4031c035`](https://github.com///commit/4031c03512b7ba004647c928b351845c72d2ac02)) - ([`99ab9ddd`](https://github.com///commit/99ab9dddcd76b5a3e43cf97003aba846dbc537b8)) - Bugfix, SYS hardcoded instead of using command line arg([`94368b38`](https://github.com///commit/94368b38c2da1384502104890be9fd91a91846d6)) - ([`7bb85dc3`](https://github.com///commit/7bb85dc3a3012c237369cd5d7b4b59af409aad92)) - Use explicit billing for unapplied and deferred transactions that are applied within base_test::_produce_block([`4c078769`](https://github.com///commit/4c0787691da098841d514d8f2c7e226897cae09d)) - ([`9627d5f1`](https://github.com///commit/9627d5f1b148e75a5cdead9748825c09f7c4c699)) - Bump version to 1.8.1([`9e05789f`](https://github.com///commit/9e05789f219a722a30f9e8e990b84fcfc0672ff7)) - ([`2ea65402`](https://github.com///commit/2ea6540222d986acb2240e47af8c509050a3b404)) - Consolidated Security Fixes for 1.8.1([`b0bb7f54`](https://github.com///commit/b0bb7f54937061cf8c1f5021b94794aacce0bf98)) - Quick fixes([`9f438975`](https://github.com///commit/9f43897548d0630439bd27dbb5da7f6a39c8841d)) - Quick fixes([`b3b39990`](https://github.com///commit/b3b39990889a8e238ca6ac7dc41cb5d5ee200485)) - Quick fixes([`41ee8515`](https://github.com///commit/41ee851552da52b76e371ff33896667cdedb6b50)) - Quick fixes([`04aa64f8`](https://github.com///commit/04aa64f8d1164a16f0c6938366bacea3923b2ff1)) - Quick fixes([`bc0d709a`](https://github.com///commit/bc0d709abb11c1a7bb8be02f28eb45ca011b3a5c)) - Quick fixes([`9c4b7917`](https://github.com///commit/9c4b7917a8286fba8c90083e3ea5b38a2e035930)) - Quick fixes([`5208a678`](https://github.com///commit/5208a678ced40ef1298dad0e3ce8ad5f32234f7a)) - Quick fixes([`0055c797`](https://github.com///commit/0055c79767c54ab68c56b78254c9b5056219adc5)) - Quick fixes([`a65c6729`](https://github.com///commit/a65c67294e7a692b7eb90f6ff953576693cdd3cb)) - Quick fixes([`f8a18409`](https://github.com///commit/f8a18409663b202a91f866138f3ea483cc350cf3)) - Quick fixes([`1f60a815`](https://github.com///commit/1f60a815c6aa626a81bf7b5077f4e293a5969c60)) - Quick fixes([`802e27c3`](https://github.com///commit/802e27c3ac2dd4aaddf2e796f1621c50edd8b140)) - Quick fixes([`3abb11d5`](https://github.com///commit/3abb11d5546515496396b4cf25fca242b9b4e523)) - Quick fixes([`d382b3ba`](https://github.com///commit/d382b3babdd647e562e28b84acc9f6855c22d3ad)) - Quick fixes([`c676709e`](https://github.com///commit/c676709e1e5fcd8132daaf76888406d91b89a04b)) - Quick fixes([`3794efe4`](https://github.com///commit/3794efe447674a2d8da569a787309b215a98cc9b)) - Quick fixes([`bd602119`](https://github.com///commit/bd6021192bcdc49348b60688af4b49f2966d909f)) - Quick fixes([`428b2e10`](https://github.com///commit/428b2e1020c0da46e535e381eebd53fcf23c9b2c)) - Quick fixes([`1062127c`](https://github.com///commit/1062127ccb6b16bdd95ba0db3c6d65da40df98eb)) - Quick fixes([`b2a00856`](https://github.com///commit/b2a00856677f8498eff6337812e4484b18906f4f)) - SKIP_LRT([`e8886295`](https://github.com///commit/e88862958ee3cbaa6e12a33bbb1c35bc3cf74b2e)) - Script split and simplify([`1ecf052a`](https://github.com///commit/1ecf052af1679a586478eb300fd96d0dacce1665)) - First few changes:([`61909e56`](https://github.com///commit/61909e5659489f2797a643034f76c0fefe010125)) - ([`89d07aac`](https://github.com///commit/89d07aac13af27869b0a99e2bfe2dd7faa430e2f)) - Mac([`b9dde378`](https://github.com///commit/b9dde3789418b8c8e79e6390c271735c6f333db3)) - New hashes([`9edfb578`](https://github.com///commit/9edfb578769d6af3c76173b05f32f7d080d79ccf)) - ([`857327b6`](https://github.com///commit/857327b69d86c9b69d8f48df395694bfe251da7b)) - Re-enable entire pipeline.([`c00bf047`](https://github.com///commit/c00bf047d29a188806fba877e5fed08b6d8fe984)) - Updated regex.([`0d5e0ef8`](https://github.com///commit/0d5e0ef81d61b8bd0a49e71b681ed87cee7e922b)) - Pass env to control builds to triggered build.([`78eb1041`](https://github.com///commit/78eb1041be87a14094be7564e950cddfedef8eb8)) - Added logic to gate building docker images.([`276265af`](https://github.com///commit/276265af1a3127b2641ae336271b661cff140dcb)) - Tag on commit as well.([`2e2289f0`](https://github.com///commit/2e2289f0b10b86219fdb25685ce5b18d82f9701f)) - Use docker commit.([`250e92b3`](https://github.com///commit/250e92b32a094d5e3ebfea2a814f9c070fe8155f)) - Changes to determine_eos_version.([`1e234000`](https://github.com///commit/1e23400078e7c1eae69a4e2359de6e3379e1efbb)) - Debugging.([`0fbed364`](https://github.com///commit/0fbed3644d62bcedc20a03ddce4dedbb5f64794f)) - Fixed tagging.([`ef7516fc`](https://github.com///commit/ef7516fca90bea793d038a0fc141b31ba8ff7185)) - Ensure we stop and remove the container after pushing.([`dfecca35`](https://github.com///commit/dfecca3518c910c36651f9d32c7efe5dfaa35991)) - Changed tag.([`4d8606ff`](https://github.com///commit/4d8606ffd5ff4aa533cef970d9328a8bb8ace3ab)) - Updated hash. Changed tagging.([`2b7ad3ac`](https://github.com///commit/2b7ad3ac0b555debba4e312a7b8cd377d14f7c1d)) - Added tags and push commands.([`ef49909f`](https://github.com///commit/ef49909f8a5ba0053eaf1171d23b409c98973e12)) - Removed nodeos command.([`bc0b8436`](https://github.com///commit/bc0b84366f12260d652576220d3482d0a5f9204a)) - Added function to determine EOS version.([`e1d37c2d`](https://github.com///commit/e1d37c2d543cff8b183b5872968396c4c33cdb0e)) - Added flags to disable tests and uploads.([`444a4721`](https://github.com///commit/444a472170b364fc9d0021f89f58d16f4ef57a97)) - Debugging.([`038598da`](https://github.com///commit/038598da49584abc651b88a6b33323e465231cae)) - Debugging.([`0f11c6be`](https://github.com///commit/0f11c6bef09137c86d0639ba7a33f7fec74bfb3c)) - Debugging.([`1f84a17a`](https://github.com///commit/1f84a17aa513fe133b5d435e6b672c8ba5b4f999)) - Debugging.([`a4ecb872`](https://github.com///commit/a4ecb872a89669ee0be26e6ef8dbfaf886fa69b1)) - Debugging.([`2bb23721`](https://github.com///commit/2bb2372101668d0c21f05495c3860d545cc10172)) - Removed extra quote.([`685b964d`](https://github.com///commit/685b964decd9199c9816cbbc21d5a4ca50e78526)) - Debugging.([`a11aaea7`](https://github.com///commit/a11aaea7563a35f43540a4bd3f15acde27fd0566)) - Disable EOS builds while ensuring trigger is working properly.([`87a1f10e`](https://github.com///commit/87a1f10ea33dc6e2776f68cada735d2252b27342)) - Use execute and remove generate-base-images.([`b66e8ab3`](https://github.com///commit/b66e8ab30cb233e201406e5f098df969a63bcb03)) - Update hash.([`139313ef`](https://github.com///commit/139313ef564ebe430c5535c20159d4ff2ed2154b)) - Testing new pipeline with build. Added new flag to install EOS in docker image.([`54dfc1b9`](https://github.com///commit/54dfc1b9362c91949bd794d3434bb0b6dcfb931a)) - Disable builds other than U18 for testing.([`8b4ac931`](https://github.com///commit/8b4ac93150eeca64f2a700db40c93b050ce39cd1)) - Added new pipeline file for eosio-installation-images.([`93ead2a8`](https://github.com///commit/93ead2a846d715dc1d2e614a6161a1d467901820)) - Added trigger step for eosio-installation-images.([`1cd394f3`](https://github.com///commit/1cd394f32144c8c40c11af4a6a4e4ba95628a149)) - ([`edeafbce`](https://github.com///commit/edeafbcefc33ee052e7cc86dc39d22e5f1d0b3f3)) - Disabled trigger from Buildkite. Added JOBS var to travis build script. Removed JOBS var from .travis.yml.([`a072be40`](https://github.com///commit/a072be40d01e4938b992d891e842d981e307c43c)) - ([`7ec4adc6`](https://github.com///commit/7ec4adc63e9123c8d8c1bb7ebe3351a56f4312bc)) - Allow API or manually triggered builds on Travis.([`7c41bb47`](https://github.com///commit/7c41bb478156c2621b13396cd306a176e832a480)) - Re-enabled fork conditional.([`debd6e57`](https://github.com///commit/debd6e57a6a3064a042de4b5a8389d9771187b14)) - Changed JOBS for Travis builds.([`9a295c2f`](https://github.com///commit/9a295c2f47fe1ad661d8d819e6809e7a4510e85b)) - Updated docker image hashes.([`08eaa5e7`](https://github.com///commit/08eaa5e7c3b294b295dc021493a26e1da8accfaf)) - Removed echos: execute command handles verbosity.([`325306f6`](https://github.com///commit/325306f6a545132513352b8083ea639a24e3b86d)) - Added conditional to skip org builds in travis.([`6ad2c9a7`](https://github.com///commit/6ad2c9a730b9cc240462c3f18612010531b6fd53)) - Updated builds to use JOBS env.([`89d38b80`](https://github.com///commit/89d38b802f77eb36bf565183b6079ea82b972724)) - ([`1be44a6a`](https://github.com///commit/1be44a6a7bde17068be0bfac1f870575b49a24b1)) - Centos 7.6 fix([`62908c2d`](https://github.com///commit/62908c2d13cf586cb9be27ba0f6df1f53c23566e)) - Centos7.6([`228c9a92`](https://github.com///commit/228c9a923ce889e7afb64070bc2fa7a68ec3a640)) - 7.6([`e4edc474`](https://github.com///commit/e4edc4741bdab33c082a09352decf5bf879f41a5)) - Name change for file([`736fba0d`](https://github.com///commit/736fba0d2a35c4171ddcd8ba19425010b513b879)) - Remove commented out env([`7f8e9ac8`](https://github.com///commit/7f8e9ac80e4e85e66b4416564731f28c9b659bab)) - PB -> Package Builder([`49af5fc3`](https://github.com///commit/49af5fc3a5a28a9b5c76de84e45836dbad3903fe)) - Specific versions of docker images for new labels([`926ad161`](https://github.com///commit/926ad161c8f03c92cf7d2de2d628c08363c90a47)) - Specific versions of docker images for new labels([`9061b764`](https://github.com///commit/9061b764105bbddd4d2e36cf0f6724ac803b8574)) - Specific versions of docker images for new labels([`266488a8`](https://github.com///commit/266488a8d0a60f81e7874f134819d2ab1b56753f)) - Specific versions of docker images for new labels([`41824522`](https://github.com///commit/41824522a25135cda7874828eb323036cbd5b606)) - Base images need to exist before travis gets triggered([`24997822`](https://github.com///commit/24997822a2f845803b4f4654fa63205e95d8ef99)) - New hash([`bd0aeecc`](https://github.com///commit/bd0aeeccad7d71842e4f78eeac6be54fb82888f3)) - Various improvements([`7be2f162`](https://github.com///commit/7be2f162aa2eb94875d5b4a1d32f57b74f9cf9c9)) - Cleanup([`7a59fe52`](https://github.com///commit/7a59fe52ad165a0768869829427b4af2105216e7)) - Removed submodule regression check for travis/mac([`bd6ac361`](https://github.com///commit/bd6ac36188dded505de6ee2eb143241979f54dc9)) - Merged([`a2bad2f2`](https://github.com///commit/a2bad2f214e38dd7a125f3ced55afc39eb8d5627)) - Fix API url([`894d559b`](https://github.com///commit/894d559b97da69111e9f0dbb6152fbf138027e9a)) - Standardize Buildkite labels([`deba9f5c`](https://github.com///commit/deba9f5ce6c6e15a6dcb8b6adc162e3de109eaa7)) - Fix build message passed to Travis API during trigger step([`20fd8b42`](https://github.com///commit/20fd8b428bd23c0915c3b0a064c9537a786bf1ba)) - Slug fix([`a1626b07`](https://github.com///commit/a1626b073bc673ef32d46de1a7d1dbb2b3bbbcd4)) - Merge([`7f67fd53`](https://github.com///commit/7f67fd53764f74dc0ae9fcee8c8bcfa7acbed324)) - Merge([`16bf1b0c`](https://github.com///commit/16bf1b0cc69eee869e8db44c06b00dcdc705ff6b)) - # This is a combination of 186 commits.([`6c09577c`](https://github.com///commit/6c09577cc0dddc2db84cc5d515c8fe559431d3f8)) - Trigger fix([`b912e52a`](https://github.com///commit/b912e52aa8fa88ea9427f22fc2146780c3015deb)) - Trigger([`3e180bc8`](https://github.com///commit/3e180bc8d202749a68789a9d6d3d02b578dfc7e8)) - [ci skip] New hash([`f988e22e`](https://github.com///commit/f988e22e4c19bdab223398365b87b74755e7b7ef)) - Ccache tests for mac:([`86b84acb`](https://github.com///commit/86b84acbc035be6824fc0d3ec9b6ac7fd6548c4f)) - ([`3596f16a`](https://github.com///commit/3596f16a9ed9cabe4eda566a0ba6f5cf71702894)) - [ci skip] quick fix([`075aed71`](https://github.com///commit/075aed714ebfba9b7c2d702c42d7533fee6cdfde)) - [ci skip] MERGE([`8bcd4960`](https://github.com///commit/8bcd4960a27df629f0237bb5693fd060b608a9c3)) - ([`1bd6901d`](https://github.com///commit/1bd6901d2fb6d1a3536a64d7b727ff15971643df)) - Quick fix([`1042ed88`](https://github.com///commit/1042ed88e3f01bf64f271b9a8a0b90cd02339552)) - Improvement([`e6e9a6d0`](https://github.com///commit/e6e9a6d0292aaa5e057178acafc65a55b553019b)) - Curl for tag query([`eb55a14c`](https://github.com///commit/eb55a14ce88fa0e7a237cb3bfab4ba66c77b9f8c)) - Workdir new hashes([`00208cf3`](https://github.com///commit/00208cf3cd0999a0f3b70a50618f4361eb3f16a6)) - [ci skip] path fix([`7af5f703`](https://github.com///commit/7af5f703b5c609e57348baa2885c3754ab1a5f3c)) - Whoops([`29ee7e84`](https://github.com///commit/29ee7e842b7f8546b552f3aa3c4049ff283fbc84)) - Workdir([`5481c05b`](https://github.com///commit/5481c05b12f73e44a277bbffcc335fe025845765)) - Darwin logic fix([`cd2b179a`](https://github.com///commit/cd2b179ac58331181c65ae24055052c0fe11f1f5)) - [ci skip] Removed shell([`05a10372`](https://github.com///commit/05a10372ac63b23e25f30c658abf6342183ebf29)) - Whoops([`95da098c`](https://github.com///commit/95da098c3325f9ff61778fc9d725db8fdfe8592d)) - NEW IMAGES DONE([`fe3f4bb4`](https://github.com///commit/fe3f4bb416cb10568663223aecf5b5db9f3e13e5)) - Final for CMD([`03ecbac5`](https://github.com///commit/03ecbac50f9b2fc5812d34b1f78ca9dd79776e7a)) - Gets docker tag from hash([`4ca49815`](https://github.com///commit/4ca4981517367a3d05d465b17a86e4b0e9cb0396)) - ([`9372e454`](https://github.com///commit/9372e4542c1bec937559a4955fe83d9272cc56dc)) - Reverted back to pull as linux doesn't have manifest([`f807e0bd`](https://github.com///commit/f807e0bd6e4765bd36c9dfd6deaf085eae3e9944)) - ([`0b28a906`](https://github.com///commit/0b28a906c6448d2346dff4c1d6a2d359dabf842a)) - Added manifest inspect instead of pull to speed up base image check and avoid docker pull downloading([`a22a0a06`](https://github.com///commit/a22a0a066e5c7b0a176dd19eb67a5ea4fb51239e)) - ([`1baa71f1`](https://github.com///commit/1baa71f1c796c26de708b1867fb1b616b0bbc309)) - Update generate-base-images.sh([`d0b0206b`](https://github.com///commit/d0b0206b0e806201242d4a640816db789463adf1)) - Login fix([`78ef6fd3`](https://github.com///commit/78ef6fd3d7bab7015161ecbca821cf4d16acd780)) - Hashes([`215cec39`](https://github.com///commit/215cec39d8dbdce21802309302ae15ae9516f772)) - Branch pass in([`0baed42a`](https://github.com///commit/0baed42a8c189ccd9ef464b72841b7e02dc8d2a6)) - Wiat([`27933675`](https://github.com///commit/27933675edbb4807e7153db119a2fa3251e67dc1)) - New queue([`2a21dde9`](https://github.com///commit/2a21dde9eab0370c77e5f0439ba1f6f5f3535bfc)) - Automation-eos-builder-fleet instead of large fleet + various fixes to generate script and pipeline([`6d725234`](https://github.com///commit/6d7252343c2b06a455880f8e3f073407a389bd89)) - No need for build([`ea4bebe8`](https://github.com///commit/ea4bebe893339a0d892f05e6599da9cf5cf6b433)) - Generate script([`b6f7bc55`](https://github.com///commit/b6f7bc555e610f03002481e8f51b7742bb4e835d)) - Mac path fix([`225dea8c`](https://github.com///commit/225dea8cea87fa1c7ed623f087aaef10c86f8123)) - Cmake([`77ec8326`](https://github.com///commit/77ec83260cea6f57265431494245fbe7f810105b)) - Quick fix to mac repo url([`dc925480`](https://github.com///commit/dc925480b47748dc67d96865a196c31c5afe2ac6)) - Path fixes([`20776d24`](https://github.com///commit/20776d2414dbdc0332ba2d82be609acc44b31e15)) - Brew layer and git install([`f9f1d686`](https://github.com///commit/f9f1d686f13531ea6efaeab56b828b8bfe96e204)) - Mac brew and path fixes([`189c5d19`](https://github.com///commit/189c5d19081c973ae641b2b2c5e5a4671703be16)) - Silly mistake([`7e13c2a3`](https://github.com///commit/7e13c2a3c1591808e81ce6fd1447366b7b19da15)) - Pipeline.yml([`f3106e18`](https://github.com///commit/f3106e18a31f885be108d01ae48a749403c571ce)) - Removes pull([`18a6f874`](https://github.com///commit/18a6f87476fbbc403284734e9221b2d4b439055b)) - Injects ccache into path via environment variable([`c1a85513`](https://github.com///commit/c1a85513dbad2906442caf1af91215eaef2a2c77)) - Doublequotes([`79e34545`](https://github.com///commit/79e3454523b3a0b96cfa9b4b72669fc9334d1d87)) - Removes cache, before install([`43a730ef`](https://github.com///commit/43a730ef2797831afc24f9d9aa84b0f71091b205)) - ([`9ed53626`](https://github.com///commit/9ed5362636661c430fbf46eb358898b0375269d8)) - Removes unused files/code([`1b5c7258`](https://github.com///commit/1b5c7258504ce44766d6417ef2c7ecf4c4cd8814)) - Restore code deleted during erronious merge([`14e57086`](https://github.com///commit/14e57086c3f037d35f0aea118fc3131772349b06)) - Removed suffix logic used during testing of new container.([`71567da5`](https://github.com///commit/71567da5701a4e4ad420477e52b75248877a3058)) - Corrected flaw in docker run command.([`b7a0d3f0`](https://github.com///commit/b7a0d3f0794a41c4b26f3eb4c3ccbb1d1833c99b)) - U16 now installs custom ccache instead of using apt.([`eeac4e18`](https://github.com///commit/eeac4e189a14b7ca5fd881e38baf942dd5e7cea2)) - Copys wasms for incbin([`eb7557ad`](https://github.com///commit/eb7557ad88c7dcb5e1e5df17087b248532b89775)) - Corrects path to producer plugin([`d4f73811`](https://github.com///commit/d4f738115a225edde29ab510425c0e93401e721a)) - Removes verbose logging([`e83fb7cc`](https://github.com///commit/e83fb7cc704f441fd3eb0d1629b0b59faa164f44)) - Adds verbose logging for ccache([`ce30cc25`](https://github.com///commit/ce30cc25d0f5652e9a2d0443f46fe2d78ef43d89)) - Exports ccache_extrafiles([`953de9c4`](https://github.com///commit/953de9c454fd16b7d6fd984d6c58f5cf72677915)) - Adds incbin support for ccache on u16 via extrafiles([`330d8721`](https://github.com///commit/330d8721d745a21160ae896a07009a6cbf756b1d)) - Attempt to solve U16 cache issue.([`0cff77bb`](https://github.com///commit/0cff77bbf35c4c48682bfb0ec9de12a08c050002)) - Matrix merge([`f226412d`](https://github.com///commit/f226412d19eae540c4019670f10ad4643a7391c0)) - [ci skip] ccache in travis.yml([`2a37715c`](https://github.com///commit/2a37715c51928d4d932af313b60ed6948a8b17ea)) - Ccache -s to get the path([`8d5b9864`](https://github.com///commit/8d5b9864b9fcd730df4e45a6fce61b207fdaf09a)) - Added tests for mac([`94de3c8b`](https://github.com///commit/94de3c8bf9396f0dd88cf25184c5adfa65fb1d12)) - Compiler path change to use ccache on ubuntu16([`7063ec52`](https://github.com///commit/7063ec5228adcd087c76442ae2b339f5649ee400)) - Added initial ctest command for Linux.([`2701745d`](https://github.com///commit/2701745db2faebd77d1b6194d74dfd92e71ad158)) - Merge with justin's work([`2a73a9a0`](https://github.com///commit/2a73a9a010d412e4245340db6bf813b7e4b6e2a9)) - Amazon linux requires clang flags.([`5ae99408`](https://github.com///commit/5ae994082be5db8853cd0ef1ae9a61302ee93d10)) - Clang8 removal to limit size of docker image([`f236289c`](https://github.com///commit/f236289c5a23f0da86bdb5f21adccdd2ab6c6a60)) - Removed hard specify clang for U16 and AL2.([`f0a532dc`](https://github.com///commit/f0a532dca924d671f8891dab2926faf9f70073c7)) - CCACHE NAME Doesn't work([`1c6bc14f`](https://github.com///commit/1c6bc14f4b224e9dce011052794c5b8177e9ee52)) - Sets cache name uniquely for docker builds([`6c677dd5`](https://github.com///commit/6c677dd59857f4087093ca871788c514b4dae100)) - Added print statements to the macOS build.([`66d05484`](https://github.com///commit/66d05484fdc286282e0cc5e9c9e1aa2c913a8cc6)) - Added unit tests to macOS([`aae1acde`](https://github.com///commit/aae1acde2301f4feee7ac485069a9322a15152af)) - Simplification in travis-build.sh([`c99d2e0a`](https://github.com///commit/c99d2e0a23f95c11072a3f4fce031731a6465b52)) - Adds opt/ccache for linux([`bdba0464`](https://github.com///commit/bdba0464bdc78bf3d5723c44aebc3acde61bc92e)) - Adds webhook for metrics collection([`dc46277c`](https://github.com///commit/dc46277c6c4dda924468dc908085edcc595a748e)) - Adds ccache directory([`f0581337`](https://github.com///commit/f05813374f0ec61979c1a044f6b7ba51d885cd80)) - ([`b92de3c8`](https://github.com///commit/b92de3c8b01a4b2d047f4d16569edd9fb8f792e1)) - Adds brew cache for mac([`ab648145`](https://github.com///commit/ab6481452740b7516e7549e2bd3394f6a9f7f686)) - ([`5f553074`](https://github.com///commit/5f55307426bb81ed6952e9fcb6ae7825aa168398)) - Resolve merge conflicts between trav_poc_r1.8 and zach-travis-mac([`5d0f0e53`](https://github.com///commit/5d0f0e538f8aa5cdcb8637a869c77cea008d85fa)) - Removing ccache to test U16 build.([`69456d27`](https://github.com///commit/69456d2726d0289694669eaa70b572dc3090b25f)) - Removing ccache to test U16 build.([`609a5f16`](https://github.com///commit/609a5f16218b11ea7d4188c868415a57433ab452)) - ([`a5eb014a`](https://github.com///commit/a5eb014adea12412d9a68dd468ae05a412eab330)) - Added dash for toolchain file arg.([`cb1756e7`](https://github.com///commit/cb1756e72d4937d8310b5b3f682349d756e0ca64)) - ([`0ca85c7a`](https://github.com///commit/0ca85c7a652ac420d554b7fdc7110fb903978bc8)) - Pin compiler fix for ubuntu16([`10c04783`](https://github.com///commit/10c04783e32f38e9083c4f0054f70f331a6da952)) - Pin compiler fix for ubuntu16([`85238256`](https://github.com///commit/85238256876d741abbc4378cc2de35bdcde8a7f0)) - Added mongo to path.([`a2334442`](https://github.com///commit/a2334442e60601ee15196b556b463fd96c014701)) - ([`9416e5e7`](https://github.com///commit/9416e5e74f17b17f13451813e4957733b0a258c2)) - Pin compiler fix for ubuntu16([`87a956e2`](https://github.com///commit/87a956e27e847e684dc7524cbb972be52ece583a)) - Modified local test scripts to run ctest.([`cd4523d5`](https://github.com///commit/cd4523d5995e8670198a8314be90c76f48bcba80)) - Cleanup([`7dff05a0`](https://github.com///commit/7dff05a0cf0b3e8596d12985544a2aab9329d250)) - CCACHE_PATH([`9cfff4a7`](https://github.com///commit/9cfff4a70a377a4e797c2525f5b37ad1ca6b627c)) - Cleanup([`4eed4497`](https://github.com///commit/4eed44973c9e69fa20747e8da90391c15ae2b83a)) - Amazonlinux2 clang compiler([`cbbb463d`](https://github.com///commit/cbbb463d7f5649e257b9f664fd3e9add4116473f)) - Symlink fix([`f3b9197b`](https://github.com///commit/f3b9197be39260fc9936a367bc6c20cee49cbcf5)) - Export for ccache([`b5f9c4cf`](https://github.com///commit/b5f9c4cfe1483b776477bdc8859b0c11f11d31a4)) - Quick fix([`fef5913f`](https://github.com///commit/fef5913f7de97d0d7e4c01b92e6ecc501e045f8e)) - Quick fix([`cafbd484`](https://github.com///commit/cafbd484e61500cb55c699bc0e2dd3b0135730eb)) - Added centos-7 and amazonlinux-2([`37367df1`](https://github.com///commit/37367df141d244d3521661f4bb6c3ae584a6f93c)) - Quick fix([`29c906e8`](https://github.com///commit/29c906e88f47ee3a0bb906d84613c8ce4fef7d01)) - Added ubuntu16 to matrix([`80d7dda9`](https://github.com///commit/80d7dda9e5a6eefa47804328cbcadd85a83d296a)) - Remove dependencies already installed by Travis CI([`c654f6de`](https://github.com///commit/c654f6de3a9ff5a50558b930539b257bfa673f95)) - Update homebrew to get the latest boost([`eebeb16f`](https://github.com///commit/eebeb16f817ddaa7a96ef8559b1edfaeea53d433)) - Specify boost version to use([`b03374d2`](https://github.com///commit/b03374d2fa8b7f9623b549d191ff18be62b4d52d)) - Added boost to list of dependencies([`e8580291`](https://github.com///commit/e858029169bc5c77c1a99da2579a588b33a3b02c)) - Declared dependencies as homebrew packages in YAML([`00580236`](https://github.com///commit/005802360e575702da8f3656a72183d5cf4293e9)) - Created travis-before.sh script([`56143547`](https://github.com///commit/56143547ba1531466fb8c52595eec8ee6ede6686)) - Disable macOS in build matrix([`b1c6a4c2`](https://github.com///commit/b1c6a4c22c6f98bce85a4a8ad32fa61e0729bff5)) - Removed debug code([`96fe9ef6`](https://github.com///commit/96fe9ef64ec1d40a48219abf6ffce3ec8060ae5a)) - Modified local build scripts to use new container tags.([`7a51c0fe`](https://github.com///commit/7a51c0fe582a0a86f1c182073decf095e6cc25b3)) - Added -y flag to ccache install.([`bb0f68c7`](https://github.com///commit/bb0f68c780b351deeb68b6e2ee3870f7360e7430)) - Added ccache to docker files + fixed travis-build([`7a0a8f9e`](https://github.com///commit/7a0a8f9e415b2a311eee5ccc1dc9959f55be33ca)) - Added ccache and mac brew stuff([`1e317c75`](https://github.com///commit/1e317c75d4adf4dbd59b73ea7197e87335c433d8)) - Update the other half of the Docker tag, too([`6afbaa22`](https://github.com///commit/6afbaa220e78867ea19973065206f3776b9b900e)) - Tag Docker image correctly from the beginning([`ad0f5134`](https://github.com///commit/ad0f5134240a826f9354c0334f83d36c7849469d)) - ([`158b1759`](https://github.com///commit/158b1759dbd966541630616f7f3cb98d56e0d127)) - Created Travis matrix with macOS and Ubuntu 16.04([`be70a500`](https://github.com///commit/be70a500bb804deca7eceb337aeedf53bf0845cc)) - Added dockerfile and script for centos 7.([`4ac37b2f`](https://github.com///commit/4ac37b2fc6d4c82c863a128eee2c9dd364977baf)) - Modified amazonlinux mongo url and cmake args.([`103323d9`](https://github.com///commit/103323d98fdce5c318df71ebb576a4096e8738a0)) - Created dockerfile and script for amazonlinux2.([`fffa86be`](https://github.com///commit/fffa86be6c098500f3ffa9801fd30f3a4ff122e9)) - Added missing dependent files for Ubuntu 16 container builds.([`751614ab`](https://github.com///commit/751614ab357bf41f1cc69b19ad24c234a5010bb8)) - Travis now prints VM host resources([`805f87f4`](https://github.com///commit/805f87f400c062987d797aff54c040d5dff4add4)) - Added dockerfile and build script for Ubuntu 16.([`db974324`](https://github.com///commit/db9743247fac7efbe7391468ab11f3cf8e123f02)) - Adjusted boost command.([`fb1ad618`](https://github.com///commit/fb1ad618b9fa6572fb51c13857259c319b86b9ba)) - Merged build script.([`a7f2e4f3`](https://github.com///commit/a7f2e4f39c1b6f3ebe87a13025910252a40933f6)) - EOSIO build, first attempt([`51ee5ee7`](https://github.com///commit/51ee5ee747cc002b7b84dd5d6b4ae23f852b9564)) - Changed Docker Hub repo from eosio/ci to eosio/producer to side-step permissions issue([`e0a401fe`](https://github.com///commit/e0a401fe63052a2dd3d63ffce03c3c6af28add47)) - Renamed Dockerfile so editors which look for ([^.]*.)*[Dd]ockerfile have syntax highlighting by default([`9474e253`](https://github.com///commit/9474e253ac91578d608a4460a0788e24ada873b3)) - Updated host OS to newest Ubuntu Travis offers([`e190d163`](https://github.com///commit/e190d163e85d008b87f7bd1b5ab8384e8945a417)) - Refactored YAML([`58dc6cc5`](https://github.com///commit/58dc6cc55311e14b7cd2dcf9c9f8f89db2d6d56b)) - Fixed another missing character in Travis YAML([`2d90c999`](https://github.com///commit/2d90c9995876d6c894fc6f93d9e80c533410d441)) - Fixed missing character in Travis YAML([`e3ad49e6`](https://github.com///commit/e3ad49e67a512e54c9aa4ed45e20b42a228c30dd)) - Removed local reference when mounting EOS volume.([`e861c845`](https://github.com///commit/e861c845f8a50389b489bfa5f8f80ecbcbad032b)) - First attempt at a Docker build([`fb9027b2`](https://github.com///commit/fb9027b288380ee0ab067c306f1c8fd15c5b89d3)) - Added script and renamed dockerfile.([`b7ad53e5`](https://github.com///commit/b7ad53e5394eb5607e18c2844c0fab1cf4f670de)) - Remove trailing hash tags([`2f7171ba`](https://github.com///commit/2f7171ba81fbf371f4ea17cbca793721167db416)) - Created "Hello, world!" Travis CI YAML file([`595b591f`](https://github.com///commit/595b591fae66893ffa8a5f00e0ce4aa9c0aac670)) - ([`18e9e587`](https://github.com///commit/18e9e5879aaa82195e6d6ad664710bfdf7653bfc)) - ([`a679a40e`](https://github.com///commit/a679a40ef0491768648d4e85ec21581e33a50c32)) - Indicate in brew bottle mojave is required([`2b8fc6a1`](https://github.com///commit/2b8fc6a197d5cc618b77ef5892aa884ea7d68bb0)) - Fixes for MongoDB plugin.([`71ca088c`](https://github.com///commit/71ca088c21cfa23da803f45d8d216d521c768eb7)) - Builder Dockerfile for Ubuntu 18.04 added.([`e94b8bbd`](https://github.com///commit/e94b8bbd6d7aeff698b75c2c533ce6676e61f8c4)) - ([`158caa65`](https://github.com///commit/158caa65703bdbabf6776fbdb1b4316cd7f36ad5)) - Bats fix([`22521374`](https://github.com///commit/22521374f9c55847c78d1fb79847c71fe3df4818)) - Removed INSTALL_LOCATION relative fix from build script([`1cba40ad`](https://github.com///commit/1cba40ad7fba48c9b4aabccf6b72c94857b6e621)) - Various fixes([`926650e1`](https://github.com///commit/926650e176c99b5a9e8176170c2a2de276774802)) - ([`4a5dcb20`](https://github.com///commit/4a5dcb20a4a5d655f14788a4abd034462fbc5cc8)) - New var name([`f4353a37`](https://github.com///commit/f4353a37ab82051f50ee2d983ba524af6be4c2b8)) - ([`05ad4170`](https://github.com///commit/05ad41709651e3b7e6cb9be6952ecee02b764a7f)) - Quick fixes([`30bf8bae`](https://github.com///commit/30bf8bae8fc4c0998596eb3a8f6379be6d0288ec)) - Arhag changes to readme([`829dddc3`](https://github.com///commit/829dddc3094962a33acd85b7527dc78b2671f807)) - Quick fix([`7b1f52cc`](https://github.com///commit/7b1f52cc95680c41c2df70dbb10c9550789bd6c8)) - Various improvements([`c2796586`](https://github.com///commit/c2796586ef426648f3e5755a346c0cb8dcf6a134)) - ([`6bf53783`](https://github.com///commit/6bf5378363bd96efb8b944fb59d1dc07f348c26a)) - ([`9577a749`](https://github.com///commit/9577a749275ceee9a537f35ad9ffa14915737ebf)) - Bats tests to support darwin cmake requirement([`98371f4f`](https://github.com///commit/98371f4fc22dee138ff0a0a154ac3f22e9ccd560)) - Numeric test for less than fix([`d805e5c6`](https://github.com///commit/d805e5c650919100e090775dbe37b4658664c843)) - Myocd([`c4365fee`](https://github.com///commit/c4365feee8b2a3af6e862ec78169e7bb5a45719c)) - Changes and tests([`e1bedbe4`](https://github.com///commit/e1bedbe416dd7f0b3fc7db219e0ed64b0a2d2b48)) - ([`c99d06b0`](https://github.com///commit/c99d06b0a44d25a3e74e5b41cb49f2039871f931)) - Changes([`daa47718`](https://github.com///commit/daa477188f8aa22554c242488acb97e1c5f03ecf)) - ([`64083336`](https://github.com///commit/640833369bfff92f568a93407b48acceb6fb28ec)) - Update to fc with logging fix([`eae84732`](https://github.com///commit/eae847320fdc7f2b0b453a3d3c8818a2fccaaa74)) - ([`e5c63294`](https://github.com///commit/e5c63294b621f54c5b6b3392cdea97167c9958cd)) - Ok([`78aa058d`](https://github.com///commit/78aa058d3e52b35731606a4cef63c15ca12792c7)) - Exists, etc([`cc809d2d`](https://github.com///commit/cc809d2d763b57e4d765fcf19c88edaffed01c4a)) - ([`bb55a396`](https://github.com///commit/bb55a396e8413ec15a9a6c600f818929e1ec3bf7)) - Added wrapper for mongo folder creation([`2af1489d`](https://github.com///commit/2af1489d52fb67523b2e50b0d9f68809c2d14f87)) - ([`f8a2289d`](https://github.com///commit/f8a2289d4a10e3d5de46229e4bfcef3f07ab6aaf)) - Bump version to 1.8.0([`49b0fd5f`](https://github.com///commit/49b0fd5f0c86c81dd88d6b50ffbf4c4a6e1c0fc5)) - ([`7aa3e4b2`](https://github.com///commit/7aa3e4b2a8d1f77c146f4608450a2c2878cca363)) - Add patch as a required dep([`ea492bde`](https://github.com///commit/ea492bde49b0dc3f9b1088e864ed97339ab9d978)) - Go back to devtoolset-8 on centos7([`30fe76f4`](https://github.com///commit/30fe76f4dd39fcac3a78616ef17dee52ee15b6c0)) - Add support for using devtoolset-8 in built clang([`a9aa54f6`](https://github.com///commit/a9aa54f601ca6fcf80c9a281357689ceeb80681a)) - ([`97d70ec1`](https://github.com///commit/97d70ec15447a010c50464dc45a36f1e3ff22c87)) - Update to 1.8 versions of fc and appabase with sighup logging fixes([`b15c93b8`](https://github.com///commit/b15c93b88054153b935f5fc7ca3ac703eedc3167)) - Use new fc::logger::update to update logger([`d20694bb`](https://github.com///commit/d20694bb4c969c7f84cfbcf685c5b99027979e31)) - Call new fc::log_config::initialize_appenders([`188612e6`](https://github.com///commit/188612e67ed0c895d2aeaee87ec7177a3355df8e)) - Update to fc and appbase with sighup logging fixes([`50e18481`](https://github.com///commit/50e1848189f5c4f8619549cfb6c2dbb25bb832c5)) - ([`b95786c7`](https://github.com///commit/b95786c721de60c4cea8669f6138b6c170c89778)) - Quick fixes [skip ci]([`6d081f12`](https://github.com///commit/6d081f124c3314e3ad169f8262c50bc2afa2d968)) - Removed PINNED_BUILD_ESSENTIALS([`04c341c2`](https://github.com///commit/04c341c2a07a74961c883e2e2a85f98cf132a70d)) - Keep build-essential([`ab836d8b`](https://github.com///commit/ab836d8b8601ba1ad7d49a95f4425157a1f0dd81)) - Put INSTALL_LOCATION back([`4d3cbd1b`](https://github.com///commit/4d3cbd1b44c0f5d2ee7375eb5723721fe58ce347)) - 1.8.x specifics([`bbb9a7df`](https://github.com///commit/bbb9a7df8e530593526ceb6d4dd1f1f3e83c7b17)) - ([`4609acdd`](https://github.com///commit/4609acdd97afd88db3c262377668b6850425b553)) - Backport of BATS test fixes from develop.([`a17ed93c`](https://github.com///commit/a17ed93c6f95c8fbb175ea0494fd41767cf8d455)) - Readline and BATS testing fix implementation.([`4b30cba1`](https://github.com///commit/4b30cba16a108eb9a264d5a0203abc9e8fc6023c)) - ([`3e181f2e`](https://github.com///commit/3e181f2ed910c3a3110c9de39251aa19c3500c9a)) - Removed lrt from pipeline.jsonc([`7e0fa4a8`](https://github.com///commit/7e0fa4a8e5b835e35dd1ed902e487014ef8aab23)) - ([`6d41356a`](https://github.com///commit/6d41356ac98622b4b5ca4b5e415f950f7ed5abb2)) - Set clang to default compiler on ubuntu,amz2,macos([`6084ec0b`](https://github.com///commit/6084ec0bbef27668ad8a9062a7bf0dfc22ff96b3)) - Install system clang on ubuntu 18 & amz2([`49876823`](https://github.com///commit/498768232e9df3e4c5b566d68c6ea6538aade408)) - Upgrade centos7 to devtoolset-8([`114b09a7`](https://github.com///commit/114b09a743ad3df316b7e9bc11f3da4945ad3b59)) - ([`48da564f`](https://github.com///commit/48da564facbe5c7466cb0474c21ce957132ea66f)) - Implemented prompts for custom installation path.([`257701fc`](https://github.com///commit/257701fc73394cb45ed02083c37f06fb4560649d)) - Implemented prompts for custom installation path.([`12c45068`](https://github.com///commit/12c450687cfa1c8e4de6fffcd419ea4de5a0b569)) - Implemented prompts for custom installation path.([`1fb8ca2f`](https://github.com///commit/1fb8ca2fcc6b2392dfb992f0eb2a3a484d2bcb46)) - ([`4eff0f6f`](https://github.com///commit/4eff0f6f3aaf6747748866dff0d6d06fe1e8d3c0)) - Quick fix for pwd([`097bd0f0`](https://github.com///commit/097bd0f09b5c0716517ce4f9dfa4d54691e88687)) - ([`34ead01a`](https://github.com///commit/34ead01a30e8240c99c72e87279afbfb05fc9491)) - ([`069eb828`](https://github.com///commit/069eb828626af2cb9b638d96db24e7c26b5ae309)) - Use create_directories rather than create_directort in initialize_protocol_features([`11894327`](https://github.com///commit/118943276d0875162548bfa589d2b1fbd811b096)) - ([`aaef02e0`](https://github.com///commit/aaef02e0f178c85b68d64cd3a3109e004c14986b)) - Removed HELPER_ENABLED([`c05f6db2`](https://github.com///commit/c05f6db2b7472a0bc1943b89fdece3507d1342e5)) - Pipeline.jsonc([`01f54038`](https://github.com///commit/01f54038b753780eb7e591a9569f80b118edaaa0)) - ([`8ac0635c`](https://github.com///commit/8ac0635c50b4aa9a690e5d3106b7164744f7b318)) - Enabled helpers for unpinned builds.([`342f5d03`](https://github.com///commit/342f5d03d960a8646d105aacafc433d97bea6ad0)) - Bats changes to test running from non-root dir [skip ci]([`f86748b3`](https://github.com///commit/f86748b33c6ecede1603fa10c5e9fe0491466dd0)) - Arhag's changes([`fc9b4fd2`](https://github.com///commit/fc9b4fd25898b9751e68928022c36e8c3ef7ad06)) - Removed !([`0649f89c`](https://github.com///commit/0649f89c7e18392b16a2e15f33d91ea48935b2e4)) - -d scripts check([`ab5f254c`](https://github.com///commit/ab5f254ca3bdd52c7454af66740c4f78c7ed3791)) - ([`5cdc5b86`](https://github.com///commit/5cdc5b86b070853955f6ac683b8341583ec2192d)) - Re-added helper enabled.([`8ad9ff73`](https://github.com///commit/8ad9ff73b72a14d057074341c334845c4344de9b)) - Removed default base-image pipeline.([`76a0f2b0`](https://github.com///commit/76a0f2b0c4a56798ebf39162f2a93aa2f4d1b410)) - Removed default base-image pipeline.([`b08652f4`](https://github.com///commit/b08652f472cba7cdf802799aac2b17a67bedf580)) - ([`29e36981`](https://github.com///commit/29e36981d63e23e2a0c4387845c04e6fb80c4502)) - Dots instead of dashes([`c73c901f`](https://github.com///commit/c73c901f6dd78888c3135f540af4e10406f3c5f3)) - Wrong env([`714809a3`](https://github.com///commit/714809a306507bc7abc2532f17dbec935a3714e0)) - HELPER_ENABLED([`85cb3dd1`](https://github.com///commit/85cb3dd17a1d7b2eaa6b7e46b90fa9b1b46eaacd)) - Pipeline.jsonc([`1fc79ef9`](https://github.com///commit/1fc79ef9239f8b46442b1769d271be911355cc90)) - Removed CMAKE_PREFIX_PATH([`d86ce122`](https://github.com///commit/d86ce122a720f3655cc1617f5ed4bada759531c9)) - Pipeline.jsonc([`c104ee14`](https://github.com///commit/c104ee146d1e4c470eff41296da780bdf45600b4)) - Removed extra LOCAL_CMAKE_FLAGS([`f16c05f1`](https://github.com///commit/f16c05f1a9c4577342ca651ede36acb261c220a9)) - Merge([`87789f64`](https://github.com///commit/87789f6416cd669d7d4028b5f43b25624bb438c9)) - ([`aef55612`](https://github.com///commit/aef5561224a26530b6f71062c6a3576367214d0e)) - Delete defaults so pipeline.jsonc only contains modifications to pipeline defaults([`eb487a20`](https://github.com///commit/eb487a205781a36f180c8b824aab216f470d5529)) - Remove pipeline-branch references not pointing to auto-buildkite-pipelines:master([`b5483e72`](https://github.com///commit/b5483e72af97784d67bac88ba89ac6b1d2abdcbd)) - Removed testing branch([`88cf23de`](https://github.com///commit/88cf23dea8c29665a21bf525ec118b4b0085c493)) - Various fixes and cleanup + set -eo pipefail for package generation scripts([`c7442efe`](https://github.com///commit/c7442efee70a553462a3ccf67be3092ae30e8e18)) - Pipeline.jsonc changes([`030b5e6b`](https://github.com///commit/030b5e6b88ba6c94148b2311bcb5be9b31739591)) - Pipeline.jsonc changes([`0bb7732e`](https://github.com///commit/0bb7732ef89293ad67d783f74dce742e83ad9f72)) - New tests for new changes requested by arhag([`3a0de234`](https://github.com///commit/3a0de234382e6033900bea738ddcfddef5415025)) - [skip ci] .bash -> .sh([`9656cf39`](https://github.com///commit/9656cf3962583d2d04c720a7c7997141e2997b07)) - [skip ci] .bash -> .sh([`78dfb5af`](https://github.com///commit/78dfb5aff08549a32ba297208f5d645fd299fab3)) - [skip ci] new branch([`efc4e093`](https://github.com///commit/efc4e0930a96ff264d7bcc86b786d0a4775d2c41)) - Revert to 1.8.x([`aa4bdcbe`](https://github.com///commit/aa4bdcbe0cb5155bf461853f27bcebcdb2f7dbc8)) - [skip ci] testing image tag([`cfefb033`](https://github.com///commit/cfefb0336ab9a93bc171860cf1b6ad1baa47e142)) - IMAGE_TAG fix for linux([`6198b5d2`](https://github.com///commit/6198b5d25365791d165231a2b4dbf552a2149b7d)) - Quick fixes([`80fc8701`](https://github.com///commit/80fc8701abd63885f21fb738b2f52c612cb62b7d)) - IMAGE_TAG name change([`e17b7b3c`](https://github.com///commit/e17b7b3c3fee7851c12ea8b567363d622baca971)) - Copy scripts dir from bats-v3 + tests/bash-bats tests + pipeline.jsonc for test pipeline + CMakeLists.txt change to support versioned location([`b348fb32`](https://github.com///commit/b348fb327c71da79db1e66ac77c649fd897b9017)) - ([`68c3c7aa`](https://github.com///commit/68c3c7aa9b9c825affb684c58c2d29f0811960a5)) - Reference to shared_ptr can be invalidated by completion of push_transaction. Create a local copy of transaction_metadata shared_ptr to keep alive until end of scope.([`91c7912b`](https://github.com///commit/91c7912b62eabbf0d42bebf6ecdbba009d15f5f9)) - ([`b30c0b62`](https://github.com///commit/b30c0b6258462800a4f2f0d3121d0dd35abdad74)) - Added base images pipeline.([`4967cf97`](https://github.com///commit/4967cf97bbd2cc1f3531f70dc4611acad5bdf5a5)) - ([`10336b2c`](https://github.com///commit/10336b2c5d09605208e9f0511e8c3bd368de3d92)) - Removed eosio pipeline files([`5479a4b8`](https://github.com///commit/5479a4b8c70a9f1fe57f33883251e1f8dfba707f)) - ([`2241b1ff`](https://github.com///commit/2241b1ffe1ced4efe466dced7b923b6dbbfe1abf)) - Uncompress when sending to clients([`a5d2daea`](https://github.com///commit/a5d2daea44a462e29c66114aa093ec9f0f3ea918)) - ([`7fa1829d`](https://github.com///commit/7fa1829d7b9851a68a9d7bd4acad834f8af63792)) - Add `boost/asio/io_context.hpp` header to `transaction_metadata.hpp`([`9fde1c17`](https://github.com///commit/9fde1c17be17954a4fe4707878d7cedb84043ed2)) - ([`4e7cc220`](https://github.com///commit/4e7cc220ed8cdf89693e7100747ac1f0fb17f65e)) - Adds configuration for replay test pipeline([`5f053086`](https://github.com///commit/5f053086ca8ef381256079f1f538bba7679545f4)) - ([`6d1207fa`](https://github.com///commit/6d1207fad20fead5430e37c4cf2a490400f64a83)) - Fix exception #([`c849532f`](https://github.com///commit/c849532f0c7e3cfa898f4b4975a7b6f65663434f)) - ([`86485daa`](https://github.com///commit/86485daa3e1539ab558d13aeb85b61e9149ad333)) - Finish test purpose comment([`9f9d9a25`](https://github.com///commit/9f9d9a25ff5f1ff81b9782503f64b73650cae51f)) - Un-Tagged Build([`903d72d7`](https://github.com///commit/903d72d720f836dea26bc06ba8ac53f30304b7d3)) - Simulate Tagged Build([`e4a48fd3`](https://github.com///commit/e4a48fd3190f884f3c06a1a16bcb9db74bbd6715)) - Package builder step improvements merged from develop([`340f2c87`](https://github.com///commit/340f2c87d62cf9cc1174653af68bf14393b1ee7a)) - Created "version-label" Integration Test([`b8f4e081`](https://github.com///commit/b8f4e081d7e0bf8ca0dacba192c5fa1203ae48c7)) - ([`d4da0bbc`](https://github.com///commit/d4da0bbc98f61c7bb4192237e9b19077285182aa)) - Bump version to 1.8.0-rc2([`51fe1465`](https://github.com///commit/51fe146511d02408f83443d003f339adee88a8aa)) - ([`4faec358`](https://github.com///commit/4faec358620750a56c75854326dc1947cd0c471b)) - Update pipeline.yml([`88d7f965`](https://github.com///commit/88d7f965de3431e3d346b685b457e13e712ce55a)) - Update to boost 170([`f1360fa7`](https://github.com///commit/f1360fa755535704479845bbef5e0aab0c8a4591)) - ([`65537319`](https://github.com///commit/65537319eb6ac4cb4ab1a82c5f5d8115240ace35)) - Fixes for boost 1.70([`bb3621dc`](https://github.com///commit/bb3621dc4d06b53b6399227dfdf9aef4440db131)) - ([`91973d1f`](https://github.com///commit/91973d1fc01e60b293fb9986f6a097b4e592dd86)) - Update fc to merged commit of boost 1.70.0 fixes([`73e985c8`](https://github.com///commit/73e985c8deb6cc7928750b85b52db5a40f37e47d)) - Update for boost-1-70-0([`56d6e64e`](https://github.com///commit/56d6e64e8f1b5c8f8e8198c0f483b40124ee9403)) - Update to fc with boost 1.70.0 fixes([`2a8a7060`](https://github.com///commit/2a8a706045cf1313fc3d79b5b4ccbc98a2168ebd)) - ([`442f714c`](https://github.com///commit/442f714ceeb1e3e4609a12c90f085f610fde68ef)) - (softfloat sync) clean up strict-aliasing rules warnings([`ea641099`](https://github.com///commit/ea6410990c2cce2e57a4e0050b92b844b11fd9e2)) - ([`f6d96bb7`](https://github.com///commit/f6d96bb7f8e067a84112c7258d084a8a5f077f11)) - Correct signed mismatch warning([`8f32afd1`](https://github.com///commit/8f32afd1cfd959e2d69c4113643517d311a90906)) - ([`89950070`](https://github.com///commit/899500700d80d94ac99a7993fb073a45dd9b179c)) - Correct signed mismatch warning([`3f1c0386`](https://github.com///commit/3f1c03869212bca1e1ace34bf8bd6cba53bf0aae)) - ([`87506bf5`](https://github.com///commit/87506bf527d4752d9b1a5a0b8e6c96aa29d6c87b)) - Artifact fix([`7bc19a81`](https://github.com///commit/7bc19a81f7e2c136a1c57492810f2dc580a136a6)) - 12 cores for ensure([`9d7ac590`](https://github.com///commit/9d7ac590de903dae8adde26ac851aa6183b30670)) - Quick fix([`21ea5dee`](https://github.com///commit/21ea5dee07db2422f2c0ad196a2a2eaf5cdd5d1e)) - Reverting to buildkite artifacts vs the NAS([`1462fcd0`](https://github.com///commit/1462fcd0b551b47946aa7f7623a682e3c4900eb4)) - ([`1db2f7d0`](https://github.com///commit/1db2f7d0806ebafb5f7d8ee45b847a7f4aafed65)) - Look in both lib and lib64 for CMake modules when building EOSIO Tester([`0de47df4`](https://github.com///commit/0de47df43ea6af8536a904fc4e17cba496df5870)) - ([`266f9d0c`](https://github.com///commit/266f9d0c46d2deed77f5a3b1785c2c8b1a64d49c)) - Ctest fix([`5762363e`](https://github.com///commit/5762363ed20b698776bbefb60a213a23d6718406)) - Anka pipeline changes + 1.8.0-rc1 for linux([`b6bba5bc`](https://github.com///commit/b6bba5bc19835618f15d419def24e32be7c812d0)) - ([`62e93480`](https://github.com///commit/62e9348030c37ae45fb9558b72d34d469b9b4ad5)) - Use debug level logging when --verbose output requested([`d111edb0`](https://github.com///commit/d111edb085c84a328d51e6ee0fbcf3e1b234decc)) - ([`920afac9`](https://github.com///commit/920afac9a2b549ca9051c8a56084cfd7551b24c3)) - When unable to find mongo driver stop cmake([`3fc6ee2b`](https://github.com///commit/3fc6ee2b7a3dd58d886765f24e15eff2983b3e08)) - ([`f9a18f04`](https://github.com///commit/f9a18f0400a8c78be2dbf05c652c96d67881fb65)) - More more oops (today is not my day)([`e7c2c665`](https://github.com///commit/e7c2c665298146f24a9c397c80bcab402bc227b6)) - More oops (fix typo)([`8f257010`](https://github.com///commit/8f2570100780127bd15b9402308fa161b7b4eb0a)) - Oops (fix inequality comparison functions)([`91337253`](https://github.com///commit/91337253c1d03271ccd3b02edc345c9914dc7305)) - Avoid modifying resource_limits_config_object on each block if the values do not change([`c50acfce`](https://github.com///commit/c50acfce76494babaa814ab1932f84e541ca988a)) - Add debug_mode to ship([`026c9ba5`](https://github.com///commit/026c9ba51ed5995774f094673a87471a6732684e)) - ([`e94ab69e`](https://github.com///commit/e94ab69e81dd3844a56726fab5b05ea220788292)) - Better sudo checking([`91b0a1cd`](https://github.com///commit/91b0a1cd2c89f6504adbe08d1dfac6dfdb5ee002)) - Added full path fix for sudo to all distros([`7d780343`](https://github.com///commit/7d780343c56fbf570bf7d426e9ba0d2df8d51796)) - Added sudo -E to installs for Ben on automation + zlib if fix([`3ae89299`](https://github.com///commit/3ae892996eec121f18bce65b3508d379d66c1661)) - ([`6f0b4b59`](https://github.com///commit/6f0b4b59c1af1cc42037652f6a7b61b90dd74f54)) - Update pipeline definition file for triggered builds([`25b0b249`](https://github.com///commit/25b0b249566064a38773185a653ed689637fe04d)) - ([`c74bee56`](https://github.com///commit/c74bee5640dfbf19886ba9bcb6abfd11f313774b)) - Further updates([`be49c94c`](https://github.com///commit/be49c94c0e6e09f67609d19bbb741cae38469f70)) - Update EosioTester.cmake.in([`d275bec0`](https://github.com///commit/d275bec043ce96af7776514a7807c2e65debc371)) - ([`e8ab259b`](https://github.com///commit/e8ab259bfa14d6bc8e1ce22321046714ea13cce2)) - Use generic_system_error error code for any chain exceptions that don't have a more specific error code defined([`fee1d540`](https://github.com///commit/fee1d540f656e4436edc42af15266faaa2573443)) - Restrict range of error codes that contracts are allowed to emit; reserves a high range for system level errors([`afaa7832`](https://github.com///commit/afaa7832d1fe06363feb60982871f8be709f3765)) - ([`f84cf587`](https://github.com///commit/f84cf587d79d6cae0a1c54c103d7a7a051fd2aa8)) - Fix cleos REX help([`f9ae45ac`](https://github.com///commit/f9ae45ac6bd03666947be8c5be5e118d999781ad)) - ([`55253459`](https://github.com///commit/55253459e3810721645e0f7ed92a260dbc0217cb)) - Update chainbase submodule([`0894e826`](https://github.com///commit/0894e826c94cbadceda0aa77f406893c5833c6f7)) - Forgot to fix the call to validate()([`1e5b6cc9`](https://github.com///commit/1e5b6cc9e1e73c4e7feaf710809abd3ca1e46c88)) - No need for boost fixture test case([`bd327eb4`](https://github.com///commit/bd327eb4a66d61dafc7d0e5079c430cc611b1795)) - ([`24359ff6`](https://github.com///commit/24359ff65edb475a8ccd99af3a5d8dda52488cc9)) - ([`b82faaa9`](https://github.com///commit/b82faaa92259d1d010f0581d632afebd1df90620)) - Use protocol-features-sync-nodes branch for LRT pipeline([`073b58e3`](https://github.com///commit/073b58e31ebf6d289492eb0332f11202f67596f1)) - Add new unit test, api_tests/more_deferred_transaction_tests, to check that certain deferred transaction replacement schemes do not cause chainbase failure any more([`87d9dd62`](https://github.com///commit/87d9dd627299d86fbed3982a5221782ba923e300)) - Change how replace existing deferred transaction is implemented to not violate the new (and now explicitly stated) requirements imposed on chainbase objects that should be respected in this code base; following those new requirements will automatically satisfy the critical preconditions on the chainbase modify function([`e2bca955`](https://github.com///commit/e2bca95567365fc5b25957831b628ed111cc5ecf)) - ([`1b4756a0`](https://github.com///commit/1b4756a03035a8aeae0690bce421b34a680d8312)) - Accidentally added intermediate file([`f502fe4e`](https://github.com///commit/f502fe4e4b5083c25b2bf9abfecbdf420e66bafb)) - Added eosio-build-unpinned pipeline([`9ddc493d`](https://github.com///commit/9ddc493da452c0aadc7e16d12f4965231eb493c4)) - Created universal pipeline configuration file([`881ac415`](https://github.com///commit/881ac415443857e95f299b1797346302027cbdf1)) - ([`51cc4e63`](https://github.com///commit/51cc4e631a81945f4010beae23115f28dce74ca4)) - Return exit success in Buildkite so we don't prevent PRs from being merged([`d6eb4d19`](https://github.com///commit/d6eb4d193fd091767aef2e5f161f352685e10992)) - Added check for skipped jobs([`7cb656ee`](https://github.com///commit/7cb656ee36ffb73525b0b014afb08a710d628385)) - Do not fail build due to metrics([`efa5eb31`](https://github.com///commit/efa5eb31937a65bec1093e79f8088fa5bbed0a8c)) - Created test metrics Buildkite job([`288b97f9`](https://github.com///commit/288b97f9039d2ee95811cfce473186f102120859)) - Removed commented-out code([`07f7c997`](https://github.com///commit/07f7c9970305ee289c3dd808139416b1ee0cfce5)) - ([`7097087f`](https://github.com///commit/7097087fec671a7c85f09772da81d9801bd217be)) - Change default log level from debug to info.([`af08a29b`](https://github.com///commit/af08a29bd539141a261a9c683af6ad89db13cef8)) - ([`519b3545`](https://github.com///commit/519b35458b62c80dcad6b8f1e6f4e4c52af9fac8)) - Maybe if I commit, GitHub will let me pull request([`e684ca34`](https://github.com///commit/e684ca34e629decdca2fb1565e6da0b17158f518)) - Ported CI/CD code from eos:trav-poc (release/1.8.x base) as-is([`3b839594`](https://github.com///commit/3b8395944704e7312ae220b4380211d6d50aa84b)) - ([`b283ce70`](https://github.com///commit/b283ce707756245a5e75f007e1b5d4c721b4f2a6)) - Log warning if network-version-match is set to true([`dae7e518`](https://github.com///commit/dae7e51818ea1303395b97894dfcdefcdb3503ac)) - Deprecate network-version-match option as it is needlessly restrictive([`b2b4696c`](https://github.com///commit/b2b4696c1d617e9618b8f140d56dde8abf847782)) - ([`f9124ad4`](https://github.com///commit/f9124ad42f22ef1b27c0fde7a499711efe001c41)) - Update comment for new behavior([`a18489b3`](https://github.com///commit/a18489b3b0220bac8ff0970bee3048c04939f8b2)) - Modify #7836 bandwidth fix for develop branch. Also change one block related app post from low to medium since it deals with blocks.([`5bfc2997`](https://github.com///commit/5bfc29970440133f56a1987ae4d3ce3841815bdb)) - Only request_message for our head greater than msg.head when we suspect they are on a fork([`2d4e4c76`](https://github.com///commit/2d4e4c769f52ff40267080846040b932adf4586a)) - ([`53e19b98`](https://github.com///commit/53e19b9884b92feaaf741c1a30dcd46e10a38d18)) - Further simplification to timer callbacks([`c79c7696`](https://github.com///commit/c79c76968c04e34788fc92d739c1121f83204374)) - Double check if a timer callback is active after double buffering the callback pointers([`c072a014`](https://github.com///commit/c072a014ed0018b6ebea00c4cb00b0730f28b1dd)) - Callback support for the checktime timer([`357e30c7`](https://github.com///commit/357e30c76554ce899f2c7ee3da208ce03d5b9555)) - ([`77e06787`](https://github.com///commit/77e067875e0057a996d0e7cf9ab074fedbbfc9ff)) - Remove sig cpu time equal test as digest time is now calculated each time and therefore can differ.([`350136fa`](https://github.com///commit/350136fa10c8c4713b8e3ffde17a6c79af798285)) - Use calculation that avoids possible negative values([`258d8864`](https://github.com///commit/258d88642fde2109f2026a876fff7603e8f5488f)) - Correct cpu_usage calculation when more than one signature([`52c4243b`](https://github.com///commit/52c4243b0080b944386e640ffd0eef39fdf8e1a6)) - ([`d7cc9b96`](https://github.com///commit/d7cc9b966fbbfb63bbdec31c7d93e8a9e1ccf9de)) - Rename IMPORTANT to IMPORTANT.md; add link to LICENSE file in CONTRIBUTING.md([`2f1f1a5f`](https://github.com///commit/2f1f1a5f0d9169d939e9c1325c4000100db7a892)) - ([`cc0b73ef`](https://github.com///commit/cc0b73ef00486f471bb61f1c464e0ebd4426ef9c)) - Add IMPORTANT file and update README([`f0424ed5`](https://github.com///commit/f0424ed52b6ab5144d96b40e56ac34b9e5ee61e6)) - ([`bfc08452`](https://github.com///commit/bfc08452cc2a2d8de8b7837dcc09b258ef98576c)) - Changed last_irreversible_block_num to call get_block_id_for_num and optimized get_block_id_for_num to check tapos_block_summary first([`4e5c7da3`](https://github.com///commit/4e5c7da34722d3a1d31d57b9d09371165541aa77)) - ([`8d74eac0`](https://github.com///commit/8d74eac05072b1b6c842c3aa144b7c6a8a2859b7)) - ([`e42b9ea0`](https://github.com///commit/e42b9ea0e87f4d6169d8a3a4c913f0f5ae9345e3)) - Change accepted log level to info from debug([`a143d8b6`](https://github.com///commit/a143d8b649ef368d13acdc66f9a745e0e13ff776)) - Add back in correct trx_in_progress_size reduction([`9aee3f7c`](https://github.com///commit/9aee3f7cb8b279d2827e0ff0670275ec95e6f8c7)) - Remove commented out uneeded code([`1a880889`](https://github.com///commit/1a880889daa11fb6d50ab2d24c8f0845fe3376e6)) - No need to process accept_transaction next as it comes through transaction_ack([`bf2368ff`](https://github.com///commit/bf2368ff18da52d772d8ffc7b0daa74a7e8cc0c2)) - Do not reconnect immediately if sent a go_away message.([`2a284a13`](https://github.com///commit/2a284a132f80b0c03259bec8a559555ae502d069)) - ([`591f9c62`](https://github.com///commit/591f9c626beeb88b80cf10ce0adebcd9908251a9)) - Revert "Produce block immediately when exhausted without going through timer"([`cb05450a`](https://github.com///commit/cb05450a6253caed927ca41e2e40388271f0514a)) - Add # to debug output([`815149bd`](https://github.com///commit/815149bd3f43e8070123f8345ac5a3ce0abd2878)) - Produce block immediately when exhausted without going through timer([`d478d31f`](https://github.com///commit/d478d31f1fe854f4eff0b82b456317254c8714a3)) - Do not wake up a block earily as that just causes a block to get started that is aborted.([`09fbc9fe`](https://github.com///commit/09fbc9fe7cb0a37e84336d8b4e52a02c768aec79)) - Do not indicate exhausted if only went past scheduled trx deadline'([`353a50e3`](https://github.com///commit/353a50e35d3c14d81ec71d9a97be665bf3eed5b3)) - Fix log message([`00f5465d`](https://github.com///commit/00f5465d017f20c01f93a9c41d33326faf18ec65)) - Additional debug logging([`0a250742`](https://github.com///commit/0a2507426c459a4511a51fc5e36eb0e6be7a05d7)) - ([`f39f3e28`](https://github.com///commit/f39f3e28aec076b4588a2440340550ec8fb2023a)) - Change peer_ilog to peer_dlog for some log messages now that the default is info level if not specified.([`d6d31aa5`](https://github.com///commit/d6d31aa52ab831a0654d69284e56dda04f1ad6a0)) - Update to fc with default config for non-specified loggers([`51e68790`](https://github.com///commit/51e68790b27a4bf1a7f51b79f7d99255cc327e1d)) - Restore default logging if logging.json is removed when SIGHUP.([`cb3f3043`](https://github.com///commit/cb3f304309649a244e11be3934eddbbd36a8123d)) - ([`8bc7d9e2`](https://github.com///commit/8bc7d9e2b9edbd2b4168e5f2b1ce9a84a25815b7)) - Hardcode initial eosio abi: #7794([`0eaeee78`](https://github.com///commit/0eaeee781985980995ce65d1cff3b49a9a2225c9)) - ([`0b42281f`](https://github.com///commit/0b42281f2c49eb846957358d118c211a7098e1e9)) - Add "round-trip" testing for v2 snapshot with pending producers([`84090d3b`](https://github.com///commit/84090d3b54c63da817a4ad618ffcdbc6ce93eb13)) - Moved validation outside of conditional check.([`7c7563ad`](https://github.com///commit/7c7563ad12467563c21c03cf5147a389ccf6a9d5)) - Added test for snapshot version 2 with pending producer schedule.([`32080a89`](https://github.com///commit/32080a89c785e231a20a289186b36c1c61ead93c)) - Added another version 2 snapshot to test having a pending production schedule.([`b8ad56af`](https://github.com///commit/b8ad56affd3df6c72a424fe684c45e0fd20f9adb)) - Add a serialized-equivalent of the global_properties_object that was stored in snapshots of version 2 and earlier.([`9345ef13`](https://github.com///commit/9345ef131ecf1329ec5db78fb62d1b018f8996f9)) - Fix read_block_id_by_num to use block_header([`7c92091d`](https://github.com///commit/7c92091dc4ca555ce4c87ed6f517d9eca901d143)) - Optimize getting block id from block log([`63ff4f8f`](https://github.com///commit/63ff4f8f253b71a0260fb88823d5f3c24aee8e44)) - Emit accepted block before updating block_log lib since accepted block does not depend on lib and we should ship out block as soon as possible([`0954b8ed`](https://github.com///commit/0954b8edf975b390b13c270645b7045088d0cdfc)) - Whitespace only changes for WAVM LLVM uplift([`dbdb19e0`](https://github.com///commit/dbdb19e058260c24cc2ada07e036f45ae0b587f1)) - Whitespace cleanup on eosio.sh([`a3b3374b`](https://github.com///commit/a3b3374b10ee0e2606e5b389f2ac874bf38fe6e9)) - Centos7 build script support for llvm7+ changes([`26a19901`](https://github.com///commit/26a199017c1c92cc0d5db6d078cd7a201e94af2f)) - Updates to EosioTester.cmakes for LLVM 7+([`71eb6f82`](https://github.com///commit/71eb6f82018fcc1d64ccfd8a0b3a62bf68690052)) - Cmake tweaks for llvm7 & wavm([`5419d141`](https://github.com///commit/5419d14171bc32242eac893940e212cfe1a0d802)) - Workaround for LLVM <7.1 ABI compat([`0324902e`](https://github.com///commit/0324902e70d40d914fa8fe74f3ae5aacd74045d3)) - On macos, recent llvm prefixes a _ on function names([`849796e4`](https://github.com///commit/849796e41337698f905550a6793f6487b535cdc2)) - Clean up some variable names from old cherry-pick([`dd4d8bc4`](https://github.com///commit/dd4d8bc461a52a1a3d8bc423273e7fc4132f198b)) - Only disallow RW section on Linux([`63223d02`](https://github.com///commit/63223d02bba82e7744b23daa6ae5064665dd2fea)) - Llvm7 shims([`3a73b73f`](https://github.com///commit/3a73b73f135fbf87efcf9606f8eaac70af9305bb)) - Update to compile with llvm8 (and maybe 6/7)([`955be7d2`](https://github.com///commit/955be7d2e269afb22cb1dc1cc352c8770f0f20cc)) - Just remove some obviously unneeded stuff([`7834cdc6`](https://github.com///commit/7834cdc60179cba6cbeae40474e96dbe38cec846)) - ([`666661d5`](https://github.com///commit/666661d5f33519bdf2d3722d0b6a80c50ec05544)) - Fix cherry-pick merge issue([`c23a7d3a`](https://github.com///commit/c23a7d3a6538bc96b9d5c7aeefdd538033b60b0d)) - Handle ready delay timer error([`a0d26467`](https://github.com///commit/a0d26467564bca5f7a7c40064910b482ff34365a)) - Clear trx_in_progress_size when closing a connection.([`1658ebcb`](https://github.com///commit/1658ebcbc69d7108d54a74bf3d579c2a3a353b9e)) - #7766 - report peer address on close([`2b07926b`](https://github.com///commit/2b07926b3c982e0cf6f152c4b08f55142ade525e)) - Close acceptor after shutdown of thread pool so it is safe to access from application thread([`139252cd`](https://github.com///commit/139252cdc6da94c3cd0597c3ba58a989aed6d305)) - Fix #7767 - node never identified its peer is done syncying([`f0b29aa4`](https://github.com///commit/f0b29aa43ca24352b77c5262b24054a839878785)) - ([`8d84a954`](https://github.com///commit/8d84a95493d37f5d3ba56bc555083e079e65d4fb)) - Use fc::cfile instead of std::fstream([`33b93bd6`](https://github.com///commit/33b93bd62bfc8d45c7825ed78a39c42ad852c824)) - ([`725d4f05`](https://github.com///commit/725d4f051f6be9555d28410e2b051cc5c6939d7b)) - Restore ordering of a transaction_context check pre-branch change([`858379c0`](https://github.com///commit/858379c0bde422386ab3f4546f20ebf2361facfe)) - Instead of using timer directly, have trx_context take a transaction_checktime_timer([`13b74528`](https://github.com///commit/13b745289486e9df42b76cc3760a30e88da86f05)) - Rename checktime_timer to platform_timer([`db75d9ae`](https://github.com///commit/db75d9ae2cf7ab190454916df159ab4ee501b5b6)) - Tweak checktime time accuracy warning([`f30742e5`](https://github.com///commit/f30742e5589a7039fa3e9f094454b191fb966b93)) - Rename some of the checktime files([`0cc3261a`](https://github.com///commit/0cc3261a0ffaecbe4c2d941e1c68bc4228b03d16)) - Use checktime timer exclusively for checktime([`5092c95b`](https://github.com///commit/5092c95baab45d27248e1b54bf17cd7b1fc42e06)) - ([`f4d0b0b4`](https://github.com///commit/f4d0b0b481a1d477e49bdc18f66bd259396cd070)) - ([`c3075971`](https://github.com///commit/c3075971bb096ffbb3b9ec2d5bb1ffa11f65a35a)) - ([`67e6c0c4`](https://github.com///commit/67e6c0c4ed5a55f1c20a1261fc72ce0b36cd4ef3)) - Update fc([`d2410d4c`](https://github.com///commit/d2410d4cfa9d9eafe3e482dbf01c0b759fddcee4)) - Found more incorrect headers([`b536b265`](https://github.com///commit/b536b265f9273ea6a9a24d9c88cfc8c18f8fcfb4)) - Remove the incorrect license header from the code base([`2a6f974b`](https://github.com///commit/2a6f974b5dc224b1a9f9d4e32dab0eedf40cf626)) - Remove duplicate code via templated operator()([`40a8be81`](https://github.com///commit/40a8be81c082c07038551b67da5adc23636bccd0)) - Better assert message. Move datastream construction cloer to use([`7c90551c`](https://github.com///commit/7c90551ce27772794998a2002d6515773d2c457e)) - Call file_size after reopen otherwise file may not exist([`3b12f1b6`](https://github.com///commit/3b12f1b6f1b1d876470eca0ba2bcea09dbde13d5)) - ([`a5a9c278`](https://github.com///commit/a5a9c2784a48db9fd4e59c3cfeac0f4a39ffe5c2)) - ([`d30392c4`](https://github.com///commit/d30392c4c5e87b6f259a3f790911af485cbbfc13)) - Clear() moved from vector to place in known state([`92382a07`](https://github.com///commit/92382a07f5d42ac71431613725a9fae1ffc708a0)) - Track if public keys were recovered on block_state([`2abae50f`](https://github.com///commit/2abae50f25fffc73ca71f7316d5d7512f98fc09f)) - ([`0b62414a`](https://github.com///commit/0b62414a9f416c66b36ad5fecc859f6724f870f7)) - Update for private block_state attributes([`b9efa66b`](https://github.com///commit/b9efa66b776f43feb464bcc039c7113d802bbc72)) - Hard code block_state validated as true since all singaled blocks are validated([`22557a13`](https://github.com///commit/22557a135dc6aa288056ff9890f8f13d79f76726)) - Safer determination of cached transaction_metadata usage([`36b1c419`](https://github.com///commit/36b1c41921eff81b55baffda516652f05556f50e)) - Remove unneded constructor and helper method. Made non-thread safe attributes private.([`037f1289`](https://github.com///commit/037f1289b53de4c0069dbd22eabf5a660203a074)) - Update to fc with cfile([`411f7d3c`](https://github.com///commit/411f7d3c554e29aa91cc71a7075fd206e13739e1)) - Removed remove() and file_size() from cfile([`9fb0e77f`](https://github.com///commit/9fb0e77f1ccb4ddc7298b72fe472228388cab63d)) - Add similar fix as #7640 (untested)([`ac2b96fb`](https://github.com///commit/ac2b96fb67a0c28378118091475f4dd1f387913c)) - Remove unused variable([`c898ca55`](https://github.com///commit/c898ca554b2a233ff073c8d8d9f2e64abaf1c02c)) - Move cfile to fc([`fd3e6f94`](https://github.com///commit/fd3e6f942ff13c005cb1cab2dd49c5915edf3c30)) - ([`c0ce14a7`](https://github.com///commit/c0ce14a7c93b4ede693e344ef13bd3c43d0dbff5)) - ([`dd9b34e3`](https://github.com///commit/dd9b34e36bd95428ac30e31841b503bb622d17c7)) - (chainbase sync) fix build with boost 1.71([`753f8b57`](https://github.com///commit/753f8b57571fa541d0203ba0f6e226c7b2735b3e)) - ([`a80dca7d`](https://github.com///commit/a80dca7de0e18adaa761d9c3a1cb3fb86ef2e93a)) - (appbase) update to get non-option fix & unique_ptr tweak([`bb1a38a3`](https://github.com///commit/bb1a38a372adf7b8d79522a28d45e9a15af34692)) - ([`2d85c2ff`](https://github.com///commit/2d85c2ff9594545f626d9b70b69f56732ef2cb61)) - No longer consider unspecified exceptions acceptable for table_init_oob([`fc17f10c`](https://github.com///commit/fc17f10c29a61c8b632de8cfbef2218b5de3086a)) - When WAVM throws exception during module instantiation, rethrow eosio exception([`30d27622`](https://github.com///commit/30d2762235e94ae3f8314a75b25ef62e863667b2)) - Unit test ensuring that OOB table init allowed on set code; fails on action([`e13fd02d`](https://github.com///commit/e13fd02dc4074af13770102dd6cd435a681dcc5a)) - ([`e8ab01be`](https://github.com///commit/e8ab01be78dd44d34ba358851b088532ea023c1f)) - Enable extended_asset to be encoded from array([`fc4e239c`](https://github.com///commit/fc4e239c82aed70e732aa5b3e15da6aa6ef9b0e2)) - ([`02a85572`](https://github.com///commit/02a8557295634140cafe681b1f8a53010aea79ff)) - Add handling of bad_alloc and return of failed if app quit during start_block([`b38471db`](https://github.com///commit/b38471dbcf6c0d97280bb11cd7bd91a5695e07b5)) - Add std::_Exit() for bad_alloc handling([`005bcec3`](https://github.com///commit/005bcec35604378a11d9558c55f7495f07a4040a)) - Add handling for std::alloc([`8716ed2b`](https://github.com///commit/8716ed2b4be3e3a25c9cd8248f682efb3c76fcf4)) - Handle std::alloc for #6979([`be9217b2`](https://github.com///commit/be9217b24f5fc046d0a279ac8ec2f3a569cd0a8d)) - Add missing handling of guard exception by using a custom LOG_AND_DROP macro([`cb02261d`](https://github.com///commit/cb02261d4bb970592edaa20d974ad8a03d2c35d3)) - Make handle_guard_exception & log_guard_exception static([`1f6527f8`](https://github.com///commit/1f6527f854545368948aa927a542ec82baadfbc0)) - ([`779287bb`](https://github.com///commit/779287bb4ce0aac7c4942964e7b866426f65f1be)) - Give db_modes_test the highest cost so ctest runs it first in the parallel test group([`10e1a654`](https://github.com///commit/10e1a6541d872394c5f9aa4cc702dc0a6d2dfe4e)) - Move db_modes_test from non-parallelizable test group to parallelizable test group([`6f436570`](https://github.com///commit/6f4365703286d5bf142df910deca27324f9c4985)) - Fix db_modes_test by doubling the timeout([`911b3b34`](https://github.com///commit/911b3b349ee4398dfafa2c4e06a658c6ff53b669)) - Restore spoonincode's original db_modes_test.sh in favor of db_modes_test.py([`e05e5f71`](https://github.com///commit/e05e5f717101f9026a01f25db93c376c0a0504ea)) - ([`83886ac9`](https://github.com///commit/83886ac984139b9a21e63bb30b919962861675ce)) - Python does not have ++, use +=1([`b87d298b`](https://github.com///commit/b87d298b1fe0f648e02b4e3bb982e068366e5d0b)) - ([`61465624`](https://github.com///commit/61465624473468d7b01da0066fa43d8f696dd506)) - Replace conditional with conditional_t([`b641fba3`](https://github.com///commit/b641fba312b7effc689b5b36928ba3cc3c9c80a1)) - Set wabt & wavm injection to be full injection([`90109fb2`](https://github.com///commit/90109fb2f6221bd0b0ab130f3186d90c93562d37)) - Add softfloat only injection mode([`fbf03859`](https://github.com///commit/fbf03859f0b9632ea7edd950671ff6fedfe6092a)) - ([`366c9931`](https://github.com///commit/366c99319780913db4d3f341b114ce83601cf4d5)) - Variable default([`c04f0dce`](https://github.com///commit/c04f0dceb9fc031552e2bf9e2f827bb5d77a4278)) - ([`c75666d4`](https://github.com///commit/c75666d4c47537e462848f402076dfb8427d4344)) - ([`3a78a009`](https://github.com///commit/3a78a00947ab5439737ea5a63033e938c479430d)) - Consistent names for the extension types([`a70daca0`](https://github.com///commit/a70daca0bd59d78e7a81c7f2f508e50a231c6a25)) - Return flat_multimap from transaction::validate_and_extract_extensions([`7f91be05`](https://github.com///commit/7f91be053697804aa2ccc0dfed7801b3d04e582e)) - ([`41860add`](https://github.com///commit/41860add7eaa425ccc1e5efc964e3eddc1e796b9)) - Merge remote-tracking branch 'origin/develop' into fix/encode_optional([`32dec81f`](https://github.com///commit/32dec81f33e8066d11f893f15ff96774190184cf)) - Add unit test for encoding optional non-built_in types([`89667267`](https://github.com///commit/89667267d3c06afb1c868f3a5b7a153ef3315713)) - Fix abi_serializer to encode optional non-built_in types([`fe7639c7`](https://github.com///commit/fe7639c72ff1aaf535bba53d9888e1cf78385159)) - Remove redundant consider_new_watermark([`f5cdb51b`](https://github.com///commit/f5cdb51bb1566a83b031e65024c5514f9fbb9315)) - ([`ff1c079d`](https://github.com///commit/ff1c079df0fbe953ec1e61e148d94331b39623ad)) - Reduce redundant memset([`fff7bf95`](https://github.com///commit/fff7bf9508a61b15ea503f0960b6cbbe642af6cf)) - Report correct block num([`5b0f6c75`](https://github.com///commit/5b0f6c75c0d804e341e953236bd8e92a3d9132b9)) - Improve logging([`0332b9d5`](https://github.com///commit/0332b9d5f70a75bf5bc3dd9711a1ce538aff23fb)) - Remove tellg as it was not needed. Also read_block no longer returns a pair as .second was not used.([`4ed6785a`](https://github.com///commit/4ed6785a92c4874e19c35a87294a9e4e0296e9dc)) - Remove extra logging([`4ec2c552`](https://github.com///commit/4ec2c55280a325d5a62c0f19a2148775173f04e6)) - Make tellg same as tellp([`4fd85944`](https://github.com///commit/4fd85944fda1f04ce4400369649f5fce014ff11d)) - Fix type mismatch([`01be5499`](https://github.com///commit/01be54999589693a0757053a31c6b7e5ef773a1a)) - Add logs for timing([`24581637`](https://github.com///commit/24581637cb4d97a2e5a62ed076c1079cc03318f4)) - Use c-file functions for read/write of block log instead of fstream([`ebc92806`](https://github.com///commit/ebc92806fa22592f28015a2763a4ebd71c320bfb)) - ([`34a5a6bb`](https://github.com///commit/34a5a6bba9e55e498151319a5539e06342fe2ec4)) - Revert "Test with calling accept_transaction on net thread"([`a3028d15`](https://github.com///commit/a3028d15c239f0372cbbd45be17a6fae1100d374)) - Test with calling accept_transaction on net thread([`32b82081`](https://github.com///commit/32b82081a988827d9f9c54d91f5ecefb14501051)) - Use cached transaction_metadata in apply_block if available([`46ed0b99`](https://github.com///commit/46ed0b992a185c3c6926dfcd0596e55da993453a)) - Don't bother creating transaction_metadata objects as they will be created as needed in apply_block([`92fd0c1c`](https://github.com///commit/92fd0c1c2ad005080c21d5c790474cbfa2b74145)) - Updated comments to better describe behaviour([`2572d17d`](https://github.com///commit/2572d17d30080151ea83cef6331d747e9029037d)) - Remove unneeded chain_plug from sync_manager([`a8d4beea`](https://github.com///commit/a8d4beea4483bf53a77e3fe6b3f4029366e517e7)) - Remove unneeded shared_from_this() call([`038689c1`](https://github.com///commit/038689c1813ab6d9813782e2a0b7e59053e0c403)) - Remove unneeded connection shared_ptr copy([`ec95ff64`](https://github.com///commit/ec95ff6470d7005d5692cc15610e16d019498a8c)) - Remove recv_transaction and save a shared_ptr create now that recv_transaction only calls add_peer_txn([`48e08fb1`](https://github.com///commit/48e08fb12633c9f0381fddb417efba52f427836e)) - Optimize unpacking of packed_transaction and signed_block from network([`e9b47e26`](https://github.com///commit/e9b47e26e17bb638e566b43a79abcabc4e0409fc)) - Make implicit and scheduled const as they never change([`c051008c`](https://github.com///commit/c051008c19dfb76a2c603fa81ec93a72a97fbd58)) - Revert back to default([`4a35741b`](https://github.com///commit/4a35741bc62ab7a0d7ce86c69874facd89264ddb)) - Change producer thread pool from 2 to 4 for test([`f79176a0`](https://github.com///commit/f79176a0c80d4f319112e33343f6192e358e24a3)) - Use future instead of shared_future and remove next method which is not as performant([`41b2a064`](https://github.com///commit/41b2a06494d6d96eb5c3c12072579c46fc6dc51d)) - Use start_recover_keys next([`b734e56e`](https://github.com///commit/b734e56e41b2875eb48e491feef6af3a6e8ea9e5)) - Update mongo_db_plugin for new signature recovery mechanism([`90a856aa`](https://github.com///commit/90a856aaabed9839528fe020ff7fdac7ec93bd61)) - Refactor transaction signature recovery to create transaction_metadata with recovered keys([`08734296`](https://github.com///commit/08734296405ceb6db07fe02c94930d9285fa9a8c)) - Switch from transaction_metadata to packed_transaction as incoming transaction interface([`cda7273e`](https://github.com///commit/cda7273e14d693db7b22dfb643503d4532116772)) - Use packed_transaction instead of transaction_metadata where possible([`dd2aa086`](https://github.com///commit/dd2aa08676e75100eb04d84e4203c37d8b53e6e6)) - Use future to wait on key recovery instead of continue by next([`b729691e`](https://github.com///commit/b729691ea0a875a8d6ace6f4763d73580cd573d9)) - Add next() method to start_recover_keys, have producer provide it for processing incoming transaction after signature recovery([`92425400`](https://github.com///commit/924254008f467613b057b51cc330d6c0b758dc86)) - Cache transaction id on packed_transaction instead of transaction_metadata([`e75d3b86`](https://github.com///commit/e75d3b86b33f05ad655e94f974385bf3da3a2c72)) - Revert "Call accept_transaction on net thread"([`76a81f29`](https://github.com///commit/76a81f29b6ae289f20fe30213e2b0c92992ebb66)) - Call accept_transaction on net thread([`d4aca744`](https://github.com///commit/d4aca744ce014347132ff4d00531e68e27654365)) - Fix compiler error([`8042e833`](https://github.com///commit/8042e833ce7908e6db5c8fff2a070bb0d7b26228)) - Revert to 1.8.1 version of signature recovery([`7a084347`](https://github.com///commit/7a084347167d752c4a9509e79ebad809f398bf75)) - Use producer thread pool for sig recovery([`265b529c`](https://github.com///commit/265b529c67dbab75d0e680887297fda12c69af89)) - ([`6695faaa`](https://github.com///commit/6695faaa4dcd54c4851898026b425513d6795bbc)) - Added explicit cast of std::chrono::duration to nanoseconds when building handshake message([`22149228`](https://github.com///commit/22149228bf84fb6904098898781bd11da6677e90)) - ([`925980c2`](https://github.com///commit/925980c26ed1d2fc67aa0bb3a74423c0db9946e9)) - Reverting change, this logic correctly assumes that nodeos has shutdown from reaching the min RAM guard.([`9b8e388c`](https://github.com///commit/9b8e388c96ce3c59dd7fd74939afcdb36a30a382)) - Adding some time leeway for catchup to occur.([`be2d4389`](https://github.com///commit/be2d438958d745dd8f002c810597dfae2929c94d)) - Added or fixed test descriptions for integration tests.([`b533f35b`](https://github.com///commit/b533f35b73ac59e236b21e719546d8ee5c5562c8)) - ([`6781cc75`](https://github.com///commit/6781cc75b1e23cf074ae6981f47603d894865e41)) - ([`536b258f`](https://github.com///commit/536b258f0fd850adcb1acc0e45a46980b48f29e8)) - ([`53b1c142`](https://github.com///commit/53b1c14255c541541f8db92c8f0ab7b1faf00c54)) - Address more PR feedback([`5e0dc6d7`](https://github.com///commit/5e0dc6d7062d415f351516782586b117b00ac912)) - Address more feedback on PR([`607d70de`](https://github.com///commit/607d70de1fc7dab9528a48eb3b264f41450b0453)) - Address PR feedback from @arhag([`0d88b0b9`](https://github.com///commit/0d88b0b9716c5395fd73b46c65b93672b5fed117)) - Addressing PR feedback([`510118ac`](https://github.com///commit/510118ac3bb48c8eecffb44370a9c7fafc0b32b5)) - Remove dangerous default constructor (no allocator), fix bad invocations of `std::forward` that should be `std::move`([`3a47de64`](https://github.com///commit/3a47de6422c47ec342b18c6f25d325ce10bda0d5)) - Forked tests had been instantiating peers with the expectation that they would sync into a blockchain, however they had actually been deterministically re-creating the preamble of those chains. Recent changes to the set-up policy violated the implicit expectation by leaving unapplied_transactions around after syncing. These transactions were expired and throwing asserts([`e80e4093`](https://github.com///commit/e80e4093a93950dc2d6eff734839f3b289eebf88)) - Merged origin/develop @ 81ccc4227315b2579051ab43bc0f77e8e87be461([`dbeef1a5`](https://github.com///commit/dbeef1a5a96de2b204cb9fd555e81d3895eb3301)) - Add tests for producer schedule authority satisfiability, duplicated accounts, duplicated keys on a wtmsig authority. Add enforcement of unique keys in a wtmsig authority([`487387da`](https://github.com///commit/487387dacfda9dc36b0957d262c233e42bd30288)) - Merge origin/develop([`b1b81f78`](https://github.com///commit/b1b81f782738190e448def62297639316913ddaa)) - Add protocol feature tests for wtmsig that ensure block validation rules and intrinsic visibility change at expected blocks and in-flight schedule updates are handled appropriately([`57895182`](https://github.com///commit/578951829d6e2bb09214b7adcb8ba17f4a380ce3)) - Merge origin/develop @ cb17d5e23cf3fbd485d8bb94e26e2db56e0bc4f1([`4ea7aac3`](https://github.com///commit/4ea7aac3885df44a72dd6ff8daec96786ad21df0)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`796d2555`](https://github.com///commit/796d2555a8d70aa1ba50d610e3c40e8301012480)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`d3184abf`](https://github.com///commit/d3184abf735d95c32c362924d1cc2a88086a4d12)) - Update more test drivers for preactivate bios w/o producer authorities([`e5fcca33`](https://github.com///commit/e5fcca3352b6a5a9b9607e6bf6c034ea2c7e5d42)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`e8b6b246`](https://github.com///commit/e8b6b2462dd2516dfe7646f6613cb7f32008f359)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`8cd3e53d`](https://github.com///commit/8cd3e53d58ce0e1fd696336cb0f0a1d16fd110a8)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`cadfc14c`](https://github.com///commit/cadfc14c0be49db8fa639269fd7605ca3a6461ed)) - Convert test back to legacy producer keys([`0d91d0a7`](https://github.com///commit/0d91d0a793ec1c846337c4f38aebf228acd9cebd)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`bcf4c405`](https://github.com///commit/bcf4c405beca1ab95b59a3cb1253ee5efe795d7c)) - Merge remote-tracking branch 'origin/webauthn' into feature/7403-wtmsig-block-production([`a0c474e3`](https://github.com///commit/a0c474e3b18370de54d302379e16d149b6ab5275)) - Update testnet.template to use the least encumbered but upgradable bios([`629e9559`](https://github.com///commit/629e9559665e00f9b2f7f9533b34a37210cece48)) - Bump state database version to reflect change from producer_key to producer_authority etc([`a17ff6b0`](https://github.com///commit/a17ff6b099d224094a08a05e8ffca2c03010aa8a)) - ([`b1781dae`](https://github.com///commit/b1781dae6d827c166f8ba9717eb8a3f0c307b290)) - Add a sigil that will trip once the unit test for version 2 is no longer necessary to maintain([`a41e6884`](https://github.com///commit/a41e6884eff116f4732864d8e4e62593091e71ce)) - Set the schedule_hash for block signature digests correctly based on the activation of the protocol features. Added v2 snapshots based on a deterministic blockchain and added test to make sure that recreateing the blockchain and loading the compatible snapshot produce the same integrity hash([`161f7656`](https://github.com///commit/161f765637cf98a3c76db3712c7677f2c77049fa)) - Work on snapshot version tests([`c708ea2d`](https://github.com///commit/c708ea2de0ad7d115d2446b5537860f9e006f49e)) - Snapshot version support for the changes to block header state([`6eb6a2b9`](https://github.com///commit/6eb6a2b93d04c792e11e969c923b326e027f4dac)) - Update expected exception message([`3cbbca2d`](https://github.com///commit/3cbbca2d58614999a0959fffe383cfcf0d73b603)) - Support for multiple signatures on blocks via block level extension([`5f0a8005`](https://github.com///commit/5f0a800598cbc535b252c101c10ea09eee7715a1)) - Work on multiple sigs([`b90a0d2c`](https://github.com///commit/b90a0d2cf1b2c6cfdfdedccae4f9b6f6d18c9cfc)) - ([`ab18793c`](https://github.com///commit/ab18793ce3c509f1f086b8a88d6632df1101e921)) - Update to integrated fc changes([`d6e77c84`](https://github.com///commit/d6e77c84ce53c366a350606c3a141adff7633133)) - Update with new fc commits that fix variant comparisons([`32b92969`](https://github.com///commit/32b92969499ba48fd4f0f9141a0f518482fe2ab6)) - ([`474fc184`](https://github.com///commit/474fc184ba1b6e0c959b67c76525a04665434869)) - Add additional plumbing to get protocol feature activating, fix full tester setup to use the interim bios until features are activated([`55cdeace`](https://github.com///commit/55cdeacea061152bc1862ac4ceabc61c6f69824d)) - Add new intrinsic, restore old intrinsic([`a965f0dc`](https://github.com///commit/a965f0dcb8c9f49b3be5699ca9ca7b878fd613cf)) - So many fixes. renamed `name` back to `producer_name`. split intrinsic to solve ABI versioning and contract upgrade issues. TODO: implement intrinsic changes, implement mult-sig signed blocks, fix tests etc([`304fe31f`](https://github.com///commit/304fe31f7b0385cfc790067a3c547f7b9e278fb8)) - More fixes, into tester. need to go back and add new intrinsic([`c35b9449`](https://github.com///commit/c35b9449cf34b2d3e372ff20e3cdfcb4dfe6fb37)) - More fixing up stuff: wasm interface([`98abd10c`](https://github.com///commit/98abd10c61804a281f4cc25b852c23be1fe702f5)) - Extracted producer name in producer authorities to outside the versioned authority structure, still fixing bugs and compile errors([`78b348af`](https://github.com///commit/78b348af5066230a47b491dfac45c59dbf92515e)) - More interim commits converting to extension([`43bb2207`](https://github.com///commit/43bb2207fd1ac568b8dfd005e864a80376a1a6d5)) - ([`f96d1f9f`](https://github.com///commit/f96d1f9f5ebd3a2c5a05b278b26c38957ac04657)) - Code formatting([`f653e6a1`](https://github.com///commit/f653e6a1eff2e73e599991d7b7ecf279fd5e1113)) - Narrowed the scope of the try block as per code review([`046b7249`](https://github.com///commit/046b7249aeea0565a5663628bc0caa481e16f726)) - Code formatting([`97c9f57d`](https://github.com///commit/97c9f57d3fcb37545f1e2e54aefed6b42e1bdabf)) - Added handling for incompatible reversible database([`58e7992d`](https://github.com///commit/58e7992de05bfcccd99afbb971da74097341c75c)) - Emplace_front since that is the whole point([`575dff68`](https://github.com///commit/575dff68e7b9b622b9171033fb1cd3a222edbecf)) - Add to front of incoming_transaction_queue when block time/net exhausted so it will be the first one next time around([`9723af53`](https://github.com///commit/9723af53fe159df8d2ae1c6814cca1e6b85fe3a8)) - Move unapplied_transaction_queue::set_mode to plugin_initialize([`a58363cf`](https://github.com///commit/a58363cfa805ee8f15d61d61ac148435b2d2e3be)) - Remove unneeded include([`10e725e7`](https://github.com///commit/10e725e737a5513d84ce68f0a08341df4c4b3917)) - Use an enum for processing mode of unapplied_transaction_queue. Set mode from producer_plugin.([`36a6fd32`](https://github.com///commit/36a6fd32a0622a43d41bd2a4dea17c7cc5cd3a26)) - Revert back to unapplied_transaction_queue taking a branch_type and being responsible for processing it in the correct order([`542fe66d`](https://github.com///commit/542fe66deb994fac8e70c72091e50bdc713b1071)) - Push_block now takes a forked_trxs_callback([`dc0f76c9`](https://github.com///commit/dc0f76c9a161bc3c631b767b9c05978e731dc4b3)) - Push_block now takes a forked_trxs_callback([`66c77ffb`](https://github.com///commit/66c77ffb7ed4564746a50c6e278ade5e71f5c785)) - Modified add_forked to take a vector of transaction_metadata_ptr instead of a branch_type since each forked block is added individually now([`f8706ea8`](https://github.com///commit/f8706ea8bd7a458dd996af3fb05f52543fd1f262)) - Modify push_block to take a forked transactions callback so that previously applied transactions can be added to the unapplied_transaction_queue as they are popped. This allows the transactions to be removed from the unapplied_transaction_queue as they are applied in apply_block. Before they were added after the apply which would require re-attempting to apply them when processing unapplied_tranactions([`e9b6775d`](https://github.com///commit/e9b6775df395157f79229d98a23d9890299efd84)) - Change abort_block to always return applied transactions since unapplied_transaction_queue will determine if they should be used or not([`37523211`](https://github.com///commit/375232119dc231c01e24256a12fbaea3095f855b)) - Make unapplied_transaction_queue responsible for tracking db_read_mode([`34cea56a`](https://github.com///commit/34cea56a7f0c0cc0f09205717ecb551b7addc74e)) - Missed removing capture on last commit([`c66bd0a5`](https://github.com///commit/c66bd0a50e4c5119dd9e590e46183137842889e2)) - Add aborted trxs to unapplied_transactions before push_block so trxs in aborted that are applied can be removed from unapplied_transactions avoiding having to determine they are a duplicate later.([`04821a5d`](https://github.com///commit/04821a5d9a7c1250766c843f949633effd16f793)) - No need to track unapplied if not SPECULATIVE([`8667daae`](https://github.com///commit/8667daae309ff378404dae5d635e8136b55b0df3)) - Clear applied on_block to avoid trying to applied already applied transactions([`4ad52ccc`](https://github.com///commit/4ad52ccc4e7196c269bf136317a7e5c2de69d46e)) - Add clear_applied([`964cebe4`](https://github.com///commit/964cebe43b2b53a87c88c4887294cb677fcce2ad)) - Add tests for duplicates([`8f517ba1`](https://github.com///commit/8f517ba1929c61e44518d57bf12fe479c07b2fea)) - ([`9562185f`](https://github.com///commit/9562185f87addc82e4b6d1f9cd14cb602d33f173)) - Remove line unneeded for import entry test case([`75b64d93`](https://github.com///commit/75b64d934c175130b937444d570a8d4e4adf515d)) - Wasm unit test with an imported function as start function([`3472a140`](https://github.com///commit/3472a1401f4b92623f7b5f32899cf601a03d5d48)) - ([`7065c68b`](https://github.com///commit/7065c68b9b9aa63f2ee53066b791e77ee07bb685)) - Commas go outside the quotes...([`cfd7890b`](https://github.com///commit/cfd7890b825612ecf4b3b3660a56c75de03b6628)) - ([`44bde707`](https://github.com///commit/44bde7079f7f69c33c3b627fdfef9279fb79097b)) - Remove unused variable([`92762762`](https://github.com///commit/92762762d925010391dd476646cb8af906075188)) - ([`e319cd90`](https://github.com///commit/e319cd90b089bf99f2fac5f7279f8e252ec3b3bf)) - Use weak_ptr for transaction_metadata instead of resetting shared_ptr to make lifetime clearer([`0c874f00`](https://github.com///commit/0c874f009810a687db307b5761b4f89fa046c96d)) - Capture copy of shared_ptr that can be reset in signing_keys_future to prevent self reference([`3fdbcb54`](https://github.com///commit/3fdbcb542eb0ebc4fd6cd51f12460027382ac177)) - ([`7dc2889f`](https://github.com///commit/7dc2889faf2bfd4922960a5d5999011b36e6513b)) - Merge remote-tracking branch 'origin/develop' into net-plugin-accept([`f687f6b9`](https://github.com///commit/f687f6b98cb6b96d582862026887ccc03a1d7d3c)) - Remove #ifdef apple for socket shutdown call([`f459016e`](https://github.com///commit/f459016e1dc11600370997c71eaa7c477e8b533f)) - Remove sleep before start as may not be needed([`c7d39911`](https://github.com///commit/c7d39911d35540dd9c3642fabe63787d3fb48660)) - In head_catchup still send req([`8248aefc`](https://github.com///commit/8248aefcff38850b8d9a2dfea6251340985c2f81)) - Add log to on_irreversible_block([`dd5063bd`](https://github.com///commit/dd5063bd99531b8ba15d8b45f68472c4d8c54ef3)) - Reset consecutive_rejected_blocks to 0 as before on already received block([`ce84c661`](https://github.com///commit/ce84c6619d04ea83f395e927449624bb44839f10)) - Better handle quick exit on already received block. Bad block before would mess up sync state.([`d7d476d3`](https://github.com///commit/d7d476d3fede26a101641b27bddc9f099cdcd7e0)) - See no reason why fc exception would have special handling to believe it is good. The block could not have been accepted/linked.([`42d62c89`](https://github.com///commit/42d62c8984a095df2ebffe0e658edb7ee4e17e09)) - Only record we have a block if it is a valid accepted block to avoid skipping a future good block because we received it too early to accept it before.([`4db34aac`](https://github.com///commit/4db34aac04438e7e6b09f68daf961e4c72be5b4b)) - Don't do needest work on peer request outside valid range([`5a3d5f91`](https://github.com///commit/5a3d5f91d6e13d66e8a44bd87e9cd0ed832625c3)) - Fix not finalized error message to actually say([`d1dc31af`](https://github.com///commit/d1dc31affb79729de4951f7a48fc7be1f451c021)) - Use dispatcher strand so blocks are not broadcast out of order([`5444b03a`](https://github.com///commit/5444b03a8de6138ad53b575fc2138963286b0612)) - Clear connection node_id to prevent invalid self connect error([`e7307f25`](https://github.com///commit/e7307f25f79edcffeef22915ce29609d200f55fe)) - ([`8a9b6a82`](https://github.com///commit/8a9b6a82831c7949425057458dc067373153b889)) - Add http debug logging to tests([`3884ecb5`](https://github.com///commit/3884ecb56c8697a5db1ffecce81da9916b7f3fa9)) - ([`21e0a793`](https://github.com///commit/21e0a793186442a2513c14d9ee61cbabf8eb5124)) - ([`133c5b4b`](https://github.com///commit/133c5b4b1d85bd7944d6f1cde34400dc9246fee4)) - Small optimization to move more trx processing off application thread([`0b34e08e`](https://github.com///commit/0b34e08e27ea4b6559b16dd7d0e9cc19b84ab84d)) - ([`d485bb6b`](https://github.com///commit/d485bb6bafa758aed83eecf17dcf8afafb879d42)) - Fix path error in cleos set code/abi([`8b3a4afc`](https://github.com///commit/8b3a4afcd932fb0fa1ba93f7cfa6f98f9288b17a)) - ([`ed4ca811`](https://github.com///commit/ed4ca811d454569e73f8ad46378b7a08d7b8a815)) - Update occurrences where text 'database dirty flag set' is searched for([`bd923243`](https://github.com///commit/bd923243e1fe3e3832e57a4f287481078e3d9b9e)) - (chainbase sync) print name of DB causing failure condition & win32 fixes([`34f9f385`](https://github.com///commit/34f9f385937d19ff7182a0666963f3431f349e6c)) - ([`e549a6ce`](https://github.com///commit/e549a6ce52c4cd15b36dec98f30c9913b451da5a)) - Simplify logic by using only_track_persisted flag([`1aa6039c`](https://github.com///commit/1aa6039cbfe521e58adedf63a4f524d09248181b)) - Add only_track_persisted feature([`c27f0e18`](https://github.com///commit/c27f0e1886f1404dcaf72879826c4c7788bf6a06)) - Sequenced not needed as fifo is documented behavior and we have tests to verify([`9537c5a1`](https://github.com///commit/9537c5a14a8af35ef140d1c41a53e280d20ed1ae)) - Code cleanup([`54002df4`](https://github.com///commit/54002df4b9affee796a0515b084d4c6ba87041a9)) - Remove unneeded signed_id([`5b3504c4`](https://github.com///commit/5b3504c4ce0cff458581db029e4caf490d8c2623)) - ([`a88063d7`](https://github.com///commit/a88063d78e58dfec6f5aaf6ab7f5787d865c91f6)) - ([`cb17d5e2`](https://github.com///commit/cb17d5e23cf3fbd485d8bb94e26e2db56e0bc4f1)) - Remove raise() in keosd in favor of simple appbase quit (de-posix it)([`661f1492`](https://github.com///commit/661f1492da9e0e3d62868ee63c1d5983d2daa53d)) - Update comment([`e0bea300`](https://github.com///commit/e0bea300563b7ed4ee946933f57f352b17d8a676)) - Use unapplied_transaction_queue iterator([`204fd008`](https://github.com///commit/204fd008105a8d1c282f313633f25adbf170477e)) - Remove signed_id as id is already unique([`af4dd6d4`](https://github.com///commit/af4dd6d43cd94a5b6338f2a9a667ab15d25c1ec8)) - Use iterator([`c6611b92`](https://github.com///commit/c6611b92aaeb34595044ec762dac5495e62ca98f)) - Use iterator([`34c40238`](https://github.com///commit/34c402386424984e778213ea13c3c759fc4abb65)) - Remove add_subjective_failure, add add_persisted([`2771dd08`](https://github.com///commit/2771dd08bf5466d07c0d26109c7f15fe8075a465)) - Modified to use boost multiindex([`8d5da767`](https://github.com///commit/8d5da7678f39abaab83d5da5a185dd1f954e0fca)) - Minor peer review fixes([`61d9ac65`](https://github.com///commit/61d9ac65825fc2d1ca696a33dceb11fd6a4e8e5c)) - Apply scheduled first to match original code([`1b011d00`](https://github.com///commit/1b011d0093bb5d392863e64d3e13d8d91016bbb0)) - Restore debug log message with applied transactions total included([`4002c123`](https://github.com///commit/4002c123498992f7f33a8e810b6cccef9f400b5a)) - Add back applied transaction processing([`20247aed`](https://github.com///commit/20247aed1df7e96e2d13d949c58593073109cbbe)) - Add unapplied_transaction_queue to tester([`c20b862e`](https://github.com///commit/c20b862ed15e6892a7cf404d4b2c9d3b2033fd1d)) - Init total_size([`e0bb088e`](https://github.com///commit/e0bb088e75d7807bcb507ad695f142e14db4e8d1)) - Simplify abort_block addition to queue([`c084b446`](https://github.com///commit/c084b4465b9ace98d1a0d91e817e5eceeb3caa04)) - Add trxs to queue in order they will be processed([`91195314`](https://github.com///commit/91195314640387ad2cc04d9bd28a9f418ca73aa5)) - Move unapplied_transaction_queue to eosio chain library([`181e6544`](https://github.com///commit/181e65445f71e2bac9a1aff141de2ada2e1e6e43)) - ([`03d04381`](https://github.com///commit/03d04381c536606b509714d4256fe8050ed12858)) - Add total size tracking([`8e196a42`](https://github.com///commit/8e196a425e33b5d92697556a1b0b7d8f36c19c53)) - Change order to forked, aborted, subjective failed([`3b8ba53a`](https://github.com///commit/3b8ba53a8fa8e86fd0f0f12c19d375a278e25ea2)) - Add aborted after forked transactions to queue([`b02a023d`](https://github.com///commit/b02a023d5817ecb0c458a88a3f75e868870fa3b7)) - Remove const so move actually moves([`3f2097f3`](https://github.com///commit/3f2097f37433130919aa5c6dfed747ccb3082d20)) - Integrate unapplicated_transactions_queue([`8a0fb6b3`](https://github.com///commit/8a0fb6b3ad6a52cda984b6258eabf78dd9e459e0)) - Add empty() method([`9d1ccbc8`](https://github.com///commit/9d1ccbc8e68191065d22ad1506e5ce80029af6cc)) - Added clear()([`3ab054f2`](https://github.com///commit/3ab054f2ae50004eb996d05a048f33e62d410bdb)) - Add unapplied_transation_queue to effeciently track unapplied transactions([`6277c426`](https://github.com///commit/6277c426c87db470fd6bd99c1a11841b4bbde182)) - Add test for push_block returning forked transactions([`1bf825b7`](https://github.com///commit/1bf825b787c93bd61dd8a72c713ad0c4ea1d6402)) - Modify tester push_block to return forked/dropped transactions([`0aeb6514`](https://github.com///commit/0aeb65147ce2558f5ce340034ae21e429c55b54e)) - Remove return of block from push_block since not used.([`38708b81`](https://github.com///commit/38708b819a62f6b684493c6a269612a962f6252d)) - Add abort block test to verify return of abort_block([`34ab3008`](https://github.com///commit/34ab3008b119ab34aa9c72ee0b75634c3e0d124c)) - Remove get_unapplied_transactions as it is now the callers of abort_block() and push_block() reposibility to track transactions to apply in new blocks([`fdf41809`](https://github.com///commit/fdf41809a037f8c8fa973608eec2466617d258f9)) - Remove get_unapplied_transactions as it is now the callers of abort_block() and push_block() reposibility to track transactions to apply in new blocks([`ca534067`](https://github.com///commit/ca534067c85285c3ffe9c9159cc8e464ce5ece97)) - Modify test to call produce_block twice instead of produce_block with a skip time which has the side effect of aborting block.([`8a3f30b5`](https://github.com///commit/8a3f30b5616c89af569b6fcdadb2e73092476b7a)) - Modify abort_block to return transactions applied in the aborted block([`6b280a2d`](https://github.com///commit/6b280a2d1648a1191d4317b9d8f13856274474c9)) - Modify push_block to return unapplied blocks from fork switch([`3a1edc0c`](https://github.com///commit/3a1edc0c127398bb0c6dc32530d3d811ae761872)) - Revert always send catchup req([`d233a8cc`](https://github.com///commit/d233a8cc88a34c6a8fcf997f4fa510a5b4c86074)) - Always send catchup req([`20e86664`](https://github.com///commit/20e86664859acaff8b9cb5f3d3461ba13b7b0dcc)) - Test always sending catchup([`ae7b868a`](https://github.com///commit/ae7b868aaa499060765374b1e7e18d0036cf3bfc)) - Verify catchup test([`b2be2249`](https://github.com///commit/b2be22491380ae197310ad647e15355cc1f51bf9)) - Revert http priority change as made no diff([`769df3db`](https://github.com///commit/769df3db5375b0fe1fc983e6c64acccf9946b42e)) - Up http response priority slightly([`0443b078`](https://github.com///commit/0443b078aa461256eee67aabe02065c7efe8427b)) - ([`4ef61d54`](https://github.com///commit/4ef61d5479950af2cccbffbd4298cd9b025aa7c4)) - ([`869928dd`](https://github.com///commit/869928dd0832cc66387ce0f1d2a7e7ae65599b48)) - Port #7619 to develop([`d15079a4`](https://github.com///commit/d15079a4ffd0ca4ed26270610b69c561d8bc4135)) - ([`d14db656`](https://github.com///commit/d14db656da2394db8ae9f13a58bef0a63cacafa9)) - Add eosio-blocklog to base install component([`d0b7392e`](https://github.com///commit/d0b7392e876663b76582ae96f308f85cf481219e)) - ([`a8df631e`](https://github.com///commit/a8df631e900356f873bf34683c5f548514dabf90)) - Remove unused dlfcn.h include; troublesome for win32([`9daf74f1`](https://github.com///commit/9daf74f1cbbf7fb99d201efb2ddce3958d8944dd)) - ([`cbb329d5`](https://github.com///commit/cbb329d586acfa187b29dea010ec2084fcd306e3)) - Remove stale warning about dirty metadata([`1d763a97`](https://github.com///commit/1d763a97673a8697dbd971004ae11a6b4a634822)) - ([`127ec653`](https://github.com///commit/127ec6536badb19d20c600221bbf6ee8960f40fa)) - !([`67a1f63f`](https://github.com///commit/67a1f63f72f8f0e8d3cfec2c8b4312d9c6003ef9)) - ([`325fdd06`](https://github.com///commit/325fdd060effa539755de873df85bf70271e7419)) - Bugfix, SYS hardcoded instead of using command line arg([`5cd0a6e9`](https://github.com///commit/5cd0a6e911bd53d20244d5f4ec66e105add7169a)) - Shared_ptr for socket and capture on async calls([`35590e60`](https://github.com///commit/35590e603a1d77b444df896a74fde14758b13d96)) - Use new range async connect([`a5d9294d`](https://github.com///commit/a5d9294df1a0335c4a93f744e71770da9b8334c6)) - Revert socket reuse_address option([`b64b19c3`](https://github.com///commit/b64b19c3d46bed99b077bd27e8567a325bd326e7)) - Set reuse after connection([`fe68f2c7`](https://github.com///commit/fe68f2c7b1ed58a26d2cc74317918cd6a0bb094c)) - Set reuse_address on socket([`373527db`](https://github.com///commit/373527dbb8c58a616f117da7ebf891d5b531f792)) - Don't call shutdown on mac([`1b350b5b`](https://github.com///commit/1b350b5b5f3afd2a10084876ff43339cc88d6531)) - Test without shutdown([`545f63b6`](https://github.com///commit/545f63b66ae87cc621159f173f7f0849bd380ae8)) - Wait a bit for ports to close([`aca1f5c1`](https://github.com///commit/aca1f5c10c7985a439977e0490fdd1a6e0a0ec2e)) - Give more time between launches([`e749a125`](https://github.com///commit/e749a125ac028dfd3d5780a6d5b0d807e623072a)) - Only shutdown/close if open([`906bdc49`](https://github.com///commit/906bdc49b6bdd7ab9a72daedd8de81589c06655d)) - Allow more time for nodoes to start for slow test machines([`bec21477`](https://github.com///commit/bec2147753e8fb333738e876921f85605a10b474)) - Recreate socket on disconnect/connect([`c5f7a9e4`](https://github.com///commit/c5f7a9e41dcbd80f6be73b184b3b2e01d63d5813)) - Add sleep for slow mongo([`71da9d64`](https://github.com///commit/71da9d640c8a9e4019c686d4c776e2d1734a2a1f)) - Only close if open on connect([`f0a94e35`](https://github.com///commit/f0a94e3597591923f55c9690413a0863d59c37e4)) - Recreate connection object on connection failure([`380f1f28`](https://github.com///commit/380f1f288e08097046d69c97b5f31c5d4e3927a8)) - Special handling for connection_refused([`e1ae6493`](https://github.com///commit/e1ae64931d7e4af65036aca03786aab372c6e421)) - Don't close unless open([`6f2b30ce`](https://github.com///commit/6f2b30ce4940279fd31402c4fa2fdf9d20c59bd0)) - ([`52945fd8`](https://github.com///commit/52945fd8074095d726edad69ff5313cadc6d6d6d)) - ([`c3e18cee`](https://github.com///commit/c3e18cee585da2951f0fb158d4728304ce6b41a7)) - More const additions([`e8a78841`](https://github.com///commit/e8a788414c8611e9ece2907116ebbc7baafea2f8)) - Add const, peer review request([`33de58c5`](https://github.com///commit/33de58c5fae2d5d5788ad6197ddf69c7647b381b)) - Tighten max block_ids per connection([`9b151d6e`](https://github.com///commit/9b151d6ef34441a16e16e8f16e9b4508d885a9cd)) - ([`d40f265d`](https://github.com///commit/d40f265d7157b93adec4c793a51a747a3befeb49)) - Fix spelling([`52f5aa79`](https://github.com///commit/52f5aa7933fe33fed13b0394a2dfeadd29bf0037)) - Add protection agaisnt spamming notice_message([`6c725166`](https://github.com///commit/6c7251661f452cec7eeb0ab3e35643c6a3debff3)) - Fix have_block to correctly look up have_block value([`1323caad`](https://github.com///commit/1323caad25af4de137811abe6f04959c949f83a9)) - Remove dead code([`05cd0375`](https://github.com///commit/05cd03759a47b691d4a13f73b04aa46818c48feb)) - ([`9129b49d`](https://github.com///commit/9129b49dcb8979b35013e38223c2d01f6a718a57)) - Add block_id_notify as newest net_version([`5f6dbdac`](https://github.com///commit/5f6dbdac2257a66c379f9a3c9d4000fa105d2d1c)) - Block id notification/handling([`77dcb764`](https://github.com///commit/77dcb76408e42685db898f08169f59cd62b73858)) - Add plumbing for tracking of have_block, not used yet([`980bb90a`](https://github.com///commit/980bb90a2a0ec3c0620a684a9fb4f52c7c2bb142)) - Refactor add_peer_block([`8f324c54`](https://github.com///commit/8f324c54a849efaa530dd44340c3afed89a8529b)) - Initialize time stamp([`27a0dc98`](https://github.com///commit/27a0dc980c8537c80d4dc3ec9f1ec75fdb355e58)) - All handle_message calls are now on connection strand([`0e7e6ae7`](https://github.com///commit/0e7e6ae7a9d74ce51b87dc2c354d81b13fde8f0b)) - ([`80b4147d`](https://github.com///commit/80b4147d2bdc0baaa168df9ccde067d22b2beec0)) - Fixed integration test based on changes and fixed documentation.([`cf114369`](https://github.com///commit/cf1143694e3a69fd1045c9e3225b6443addb8be1)) - Removed ununsed make_index function.([`39317093`](https://github.com///commit/393170935acd7dea85107fae3abfc8ecfef46512)) - Added status to log messages and minor edits for PR comments.([`60123231`](https://github.com///commit/60123231babab22a6610c9512aad0c9c74520373)) - Cleaned up logging and added unique_ptr for PR comments.([`ce2fc68e`](https://github.com///commit/ce2fc68e77ef98975b15e8b5008339b7775c1b4e)) - Fixed error with reporting version before it was read.([`1afee433`](https://github.com///commit/1afee433ef1d5b4e50609e6a78641fe8dce7b180)) - Added classes to process reading in blocks and writting them out from memory buffers and periodically read/written to file.([`5c8bd0e8`](https://github.com///commit/5c8bd0e8488bbcbf6a05c4447aeb10950077cd81)) - Minor (temporary) performance logging.([`2a949723`](https://github.com///commit/2a9497230aeea3384740b60f0e8b3242adb74d91)) - Fixed issue with non-empty existing blocks.index file.([`059876a2`](https://github.com///commit/059876a2ec29ea510743540dfbf3b66914d899ed)) - Changed block log tools --make-index to use common index creation code.([`4bc67ec3`](https://github.com///commit/4bc67ec305f6bc44b442a4e7ab519a179011c6e6)) - Improve speed for creating index from existing block log.([`12bd1c83`](https://github.com///commit/12bd1c83d0dfc3355623a9c1c1792ae347d304db)) - ([`ba4e7a10`](https://github.com///commit/ba4e7a100f852ce1b7fc8a99de841f9e8e980236)) - Additional wasm unittests around max depth([`6083e77f`](https://github.com///commit/6083e77f5787df01ee76018878bd6b2d2c868570)) - Access acceptor on connection strand([`2df75422`](https://github.com///commit/2df75422dfd78ebf317ff6e3270a7ee84a589958)) - ([`6c44e016`](https://github.com///commit/6c44e016a2f48678f9c810191cf7b7591da7528b)) - Call resolve on connection strand([`69921940`](https://github.com///commit/699219405a87261d3c648fb011d9faa06ce8ebe1)) - ([`d44d8362`](https://github.com///commit/d44d836294287b149641245fe26d5a2df9f65c85)) - Use explicit billing for unapplied and deferred transactions that are applied within base_test::_produce_block([`fc6e6cc3`](https://github.com///commit/fc6e6cc3a99d782996b729cb8d98a04662ba8e94)) - ([`5f030a36`](https://github.com///commit/5f030a364e45f7000fd437a9ee9b7a27867d945f)) - Change hardcoded currency symbol in testnet.template into a variable([`3d98abbb`](https://github.com///commit/3d98abbb3d2054866f3836162d17c88000a0f8a2)) - ([`b874f0f4`](https://github.com///commit/b874f0f45dbb0fb97a2efae0cc97fe660a282706)) - Indicate in brew bottle mojave is required([`1315d2c3`](https://github.com///commit/1315d2c3c6e2f7fb5b1cdfcc89bda07216169535)) - ([`67a3249b`](https://github.com///commit/67a3249b31bd2583c0fef3ab6736dae278625405)) - Updates sync test steps([`ea3a9b87`](https://github.com///commit/ea3a9b874579d974097b56a9c81247a8eaa6d738)) - Adds missing comma([`b94701b5`](https://github.com///commit/b94701b53805c17c2f8b2a1a19be066f6d36e214)) - Use updated sync nodes([`4c09bd63`](https://github.com///commit/4c09bd63b2bab97bfb98b3fd144ad9265cf2ec22)) - ([`8ac83187`](https://github.com///commit/8ac83187363fe11ba946619e9f1e849251faa7cb)) - No version check, call send_txn_func directly([`862c8fad`](https://github.com///commit/862c8fad63996d79ce10edfd7e1c6894ea93554f)) - Enhance cleos push transaction (call send_txn_func for nodeos ver >= 1.8)([`ff15f0e2`](https://github.com///commit/ff15f0e2b07ea8f06e40d7033cd4d95597a5fccb)) - ([`76df056b`](https://github.com///commit/76df056babcc0f06ea2a05ddbf94b300c53df21b)) - Replace head_block_num with get_chain_info([`865ed8b9`](https://github.com///commit/865ed8b9b95a4f017aaab680dceaafa8eede9947)) - Modify transaction_ack to process bcast_transaction and rejected_transaction correctly([`c0521c24`](https://github.com///commit/c0521c248dd93571c734bdb355e93bc4d66eb968)) - ([`1a78ed14`](https://github.com///commit/1a78ed1419fbb7611d492ba1b696d1b8e6eae99f)) - Various fixes([`a0f266ba`](https://github.com///commit/a0f266bab92b400c87b9e32690d05b3c8375d685)) - ([`fcac39ae`](https://github.com///commit/fcac39ae466cd2b450ffcecc642a4bc717e221a9)) - ([`05a1d365`](https://github.com///commit/05a1d36546495dc5c54908634b3d6c133acf6e38)) - Comment([`472314fb`](https://github.com///commit/472314fb98561109ecc231335657a18d986e44ba)) - ([`6b586241`](https://github.com///commit/6b5862419c7ee043befc05972c29774e1220f5c5)) - Merge remote-tracking branch 'origin/develop' into mac_checktime_timer([`5707f38f`](https://github.com///commit/5707f38f7318f98fc60c85f9e1f810b51bd4792a)) - Add mutex header needed for some platforms([`93c943c5`](https://github.com///commit/93c943c504a1999c6c71118588a127cce71e6bad)) - Remove unused code([`69d0479f`](https://github.com///commit/69d0479f5f0584bca27b3b3c81da396578a1cd98)) - Remove unused variable([`5659e72c`](https://github.com///commit/5659e72c66b7eac3fbd9c55d3c42a08ab732290c)) - Add accurate checktime timer for macOS([`aa784b00`](https://github.com///commit/aa784b00915107c305b997ecb187a98413d62118)) - ([`a45651f4`](https://github.com///commit/a45651f4ca6404327b08546ed019b9b2cff84bfa)) - Quick fix([`be9b6120`](https://github.com///commit/be9b61203208a6649fe7ba3e30ca95faf39629c7)) - Noninteractive and FULL([`d69cda3c`](https://github.com///commit/d69cda3c0cb216ee956f7da111020daff5784692)) - Readme for uninstaller([`25427705`](https://github.com///commit/25427705c3ce32b441858b69849fc022fbd68cf8)) - Readme for uninstaller([`b427de58`](https://github.com///commit/b427de585386f1245f5c1526db73bb4410b94eef)) - Forgot to remove true test([`111853a2`](https://github.com///commit/111853a20d9f3ea8873cbb32baa824a0117dbd2c)) - Simplification([`e0846b44`](https://github.com///commit/e0846b44231de7663d6bf99c6925c528b5f338e5)) - Simplification([`d7244dba`](https://github.com///commit/d7244dba083507f5b6556221dc532d239e7d12ee)) - Cehck for CMakeCache([`54214c8e`](https://github.com///commit/54214c8eaaea8ff9aa36c4294f11da7b80f6e57c)) - Mistakenly removed([`77ce5f88`](https://github.com///commit/77ce5f88a61ab6f520d4b0daa6c1bc288db49d52)) - Better uninstall script([`504acc8e`](https://github.com///commit/504acc8e8f4343317268f03220c9c546f56dc955)) - Merged in cd to root + versions for scripts([`a47de71d`](https://github.com///commit/a47de71d993d2297a73adb5b51c669db5530b900)) - ([`4f5f3053`](https://github.com///commit/4f5f305324f663465ccfcff63b3e10dc68771023)) - ([`c760c425`](https://github.com///commit/c760c425aefb044e84f3c865b876fcd0a19222be)) - Bats tests to support darwin cmake requirement([`cee97527`](https://github.com///commit/cee9752733b902d8edf2a4b63d91c28db4cb2cf7)) - Numeric less than fix test([`2b0b9177`](https://github.com///commit/2b0b9177d905fc48a6286ea9301fde044182e345)) - Exit 1([`cdcfdb67`](https://github.com///commit/cdcfdb6784cafe3089234b3779981fa3db89651d)) - CMAKE_REQUIRED_VERSION -> .environment([`d096432c`](https://github.com///commit/d096432ca3f50a49209bef7134c6a0acc2b9081d)) - Bats test fixes([`09daee1c`](https://github.com///commit/09daee1cdc349c9c5bde2f749895aa84666fbb86)) - Support for darwin's cmake being < required (since we don't source install) + bats([`38488c65`](https://github.com///commit/38488c657f66f3db4a8c9184d3c48383c1a1a988)) - Final changes + bats test for this([`95b7e57e`](https://github.com///commit/95b7e57e120c8e02815934423ea2612b8a23ed77)) - ([`8abddec7`](https://github.com///commit/8abddec7915487fd2cd0f843aa28f7fea3135da5)) - Changes([`7636ef58`](https://github.com///commit/7636ef584c7f77f0b6debff0eddd99a667d5289f)) - ([`deff9d53`](https://github.com///commit/deff9d53e6b930b9a819b38b6e65a6e80110bd75)) - Update to head of fc with logging fix([`02adc754`](https://github.com///commit/02adc754d310244286bf162c1a53deb8bf02ca02)) - Update to fc with logger fix([`60cb1af0`](https://github.com///commit/60cb1af03ae79d222d2ef14697b7b4391c39bfd7)) - ([`a4bbc7af`](https://github.com///commit/a4bbc7af34d3072bd037ddd0b7024eba7caf943b)) - Add nodiscard attribute to tester's push_action([`02cae9c9`](https://github.com///commit/02cae9c9481e988db84851e3758cda0698ecef8b)) - ([`4e95103c`](https://github.com///commit/4e95103c5ff27c704edebe40c9b6773855b34e8f)) - Quick fix([`cb51b34e`](https://github.com///commit/cb51b34e3743c63eaa34fdbe72a0afe3ae66416b)) - Ok([`fad2a8d7`](https://github.com///commit/fad2a8d76f5e2cdcac24073246f5ac94d251a141)) - ([`dbd96771`](https://github.com///commit/dbd967716199cfa3d19ab8d871a2b6ff92e1004b)) - Simplificiation([`b898b1da`](https://github.com///commit/b898b1daebdcdde7c1ed3eadcc49c96917a997c1)) - Added wrapper for mongo folder creation([`785ba8a8`](https://github.com///commit/785ba8a83b0cf40ba215bdc4046388c6ea05d70b)) - ([`ce5cf0d5`](https://github.com///commit/ce5cf0d543a3da8e00f34a2bc110f24f5f8573b1)) - Merge remote-tracking branch 'origin/develop' into webauthn([`8e1fd7c4`](https://github.com///commit/8e1fd7c4b3aae7da30afbbc2dc3fba7275d98f98)) - ([`60148cc6`](https://github.com///commit/60148cc67dc9cf01ce440bd07d8cdb28920b13d7)) - Update to fc and appbase tips([`26f1ffc2`](https://github.com///commit/26f1ffc29b3206672c14cf4a69d7edfb80353905)) - Update to appbase with peer review fixes([`9e70ca39`](https://github.com///commit/9e70ca39e4fac7e2f03b3bf882a23e9266849d3a)) - Call new fc::log_config::initialize_appenders([`c075ffc3`](https://github.com///commit/c075ffc3aee5d1cb4a801ffce9b776da738c5ac5)) - Use new fc::logger::update to update logger([`edb2d453`](https://github.com///commit/edb2d4533c2b126a940a53efb4cfebd7fb4876e1)) - Update to thread-safe fc logging config and appbase with sighup handling on startup([`cc7b087f`](https://github.com///commit/cc7b087fd4d1e515016b0db8310da960a1823608)) - ([`5465f3a8`](https://github.com///commit/5465f3a8c2115dfa03a7acc85b015559b2094b7f)) - Add patch as a required dep([`7c44586c`](https://github.com///commit/7c44586c778ec58cf36a2cd1568801026532e17b)) - Go back to devtoolset-8 on centos7([`39d81f37`](https://github.com///commit/39d81f377e2aa33fc72c9e3b2f48389e38800eed)) - Add support for using devtoolset-8 in built clang([`45a348cc`](https://github.com///commit/45a348cc97849ea7ae47e28be35fea054d1d1ad3)) - ([`c26cb0ed`](https://github.com///commit/c26cb0ed10beb110af2b78096fe3a22ca426584a)) - Properly add single quotes for parameter with spaces. Useful for --nodeos parameter.([`2f7223ef`](https://github.com///commit/2f7223ef2d097e00a9f603d2001417d8aca657e3)) - ([`c14e51a6`](https://github.com///commit/c14e51a61b9193c9488f5e6c335690949b1e8430)) - ([`8bd95a71`](https://github.com///commit/8bd95a711990353eb00aa438191f37654e9fb671)) - Revert syncing change([`ec1ea61b`](https://github.com///commit/ec1ea61b3a7fccabe0e68802a8f40d18317d0436)) - Cleanup syncing/connecting state([`9bc2d6bf`](https://github.com///commit/9bc2d6bf32c8c59bd91e15a69706c920188f98bc)) - Connection via listen needs to start in connecting mode([`cad96c4f`](https://github.com///commit/cad96c4f2d0cd5c14c16b813527aac125808ce1b)) - ([`660337cd`](https://github.com///commit/660337cd4a222b9117f5a812fc1a8106e935874c)) - Add -j option to print JSON format for cleos get currency balance.([`a646e5f3`](https://github.com///commit/a646e5f308a16304c504ecf208b6e180d2e4f1c4)) - ([`ec796720`](https://github.com///commit/ec796720e53984ee25a2448934141f0103844da0)) - Quick fixes [skip ci]([`b79cda07`](https://github.com///commit/b79cda07d7de7d5974837c0d07061d678a34b938)) - Removed PINNED_BUILD_ESSENTIALS([`9558d2e8`](https://github.com///commit/9558d2e8ca848270e13559abdb82ac2c56cf8935)) - Various fixes([`fa054057`](https://github.com///commit/fa054057f476775cb4ab9e672007dfd7bddf82de)) - Removed uninstall of build-essential([`4df0d856`](https://github.com///commit/4df0d856a7d9290e9754ad3eac75efccaa71dbd9)) - Bats fixes([`09296583`](https://github.com///commit/092965839456c25ba72b50cb11bfbace46245627)) - Back to devtoolset-7 to try and address clang8 failures([`d4c1c0eb`](https://github.com///commit/d4c1c0eb024768657e93a4248322433e522a38a9)) - Autoremove added to function([`634d0248`](https://github.com///commit/634d0248e25b35afb5fc2e1170386ea88bb4e61b)) - Python2 back([`c02dafd0`](https://github.com///commit/c02dafd0daa22777d1c907af7354a1fcb2290f0b)) - Removed apt update([`22aceb1f`](https://github.com///commit/22aceb1ff1b4db00de00d63a9edbe6453f7af843)) - Quick fix([`b7a02793`](https://github.com///commit/b7a0279387c5e1ba95cd47d5a17f41b07bbdcea2)) - Various fixes for ubuntu:([`5e111952`](https://github.com///commit/5e111952af97b056710c43fb5ada6c0f728a402d)) - Quick fix([`d00eb75c`](https://github.com///commit/d00eb75caf367d388d92d82998715eb2910b7aa3)) - G++ for ubuntu16 so it prompts to install clang8([`fab96f11`](https://github.com///commit/fab96f115b5b41126b27c82c991a8a716eb3c971)) - Bats fixes([`b39bdae9`](https://github.com///commit/b39bdae93064cab12eef94de0dc8322fb44cba63)) - Bats fixes([`f55bd242`](https://github.com///commit/f55bd24205b96eb31f0b799551d1b9970713dc8e)) - Removed python2([`ea126174`](https://github.com///commit/ea126174020a918f778c9687102c557678b97c83)) - ([`dc4568e5`](https://github.com///commit/dc4568e5874c513addac541a826570bc295a42f2)) - Comment cleanup.([`5a53cd34`](https://github.com///commit/5a53cd347d54a3bc1b87883445813395a83ffd9c)) - Debugging errors in containers.([`4ef5771e`](https://github.com///commit/4ef5771e804a64bd3f18b5f176a728bbc360db71)) - Debugging errors in containers.([`7b7ee4cc`](https://github.com///commit/7b7ee4cc883e867bbb63cdd4da587077aefcc0d1)) - Debugging errors in containers.([`6ce54525`](https://github.com///commit/6ce545251f2f9ed92753c04a6af2179e697514d4)) - Debugging errors in containers.([`a1ffddd1`](https://github.com///commit/a1ffddd1441a2feb43ddde8b2ee14534d758ba9d)) - Debugging errors in containers.([`f725c480`](https://github.com///commit/f725c4802c0baea58b58aa62cd408a1a657f42a9)) - Debugging errors in containers.([`ebcedc17`](https://github.com///commit/ebcedc17b98607fb4060c01420b2bd669b189def)) - Debugging errors in containers.([`4f24785b`](https://github.com///commit/4f24785b56040a1c51224b03896e7fa1dbc9f534)) - BATS fixes for Amazon Linux implementation.([`4cfcd744`](https://github.com///commit/4cfcd744db4b709bce6d6818431f329565562ac7)) - BATS fixes for Ubuntu implementation.([`fab71856`](https://github.com///commit/fab718569e7ae625447bb742fcb2c9c98054b670)) - BATS fixes for Ubuntu implementation.([`9cacdb8b`](https://github.com///commit/9cacdb8b191d457ff165cf399fe7ab78bf4834b8)) - BATS fixes for Ubuntu implementation.([`7b29c983`](https://github.com///commit/7b29c9832c8b9a67cc2f37be20536abf359c0ed8)) - BATS fixes for Centos implementation.([`252dcd79`](https://github.com///commit/252dcd7951b531a3b47b4f8219676ed76c0f0113)) - BATS fixes for Centos implementation.([`a02cc428`](https://github.com///commit/a02cc4286202751150506f0f3a4148f4c0a6ab5d)) - BATS fixes for Centos implementation.([`f19b7b90`](https://github.com///commit/f19b7b9053acab43c78bf33cb85b7324be50575b)) - Adjusted BATS to support new install path prompt.([`aadf32fe`](https://github.com///commit/aadf32fef9a89c3593444ea585751962cf51fb39)) - True fix([`8e7530fc`](https://github.com///commit/8e7530fc6925e30c77561e4f76ec9a577b7448e5)) - ([`b203e87c`](https://github.com///commit/b203e87c3e4b66ecdcadec349615e25a04515888)) - Removed lrt from pipeline.jsonc([`88693fa1`](https://github.com///commit/88693fa140dae1b9d6c5731b44120787a5b95391)) - ([`405dce4b`](https://github.com///commit/405dce4b71f6ff26ec1bc6069a8fb6bba814b835)) - Set clang to default compiler on ubuntu,amz2,macos([`49a596c2`](https://github.com///commit/49a596c2e97350217bbfadd21d3e23787808278d)) - Install system clang on ubuntu 18 & amz2([`cdfb2dc5`](https://github.com///commit/cdfb2dc5e08b03cdd3fed42bb889765c044d4f56)) - Upgrade centos7 to devtoolset-8([`a21a381b`](https://github.com///commit/a21a381bb261d28338070d9a1a47b7453dd6fd0d)) - ([`42b850a7`](https://github.com///commit/42b850a7ec05a758fbb58cb9f1a9b8b87bc8617e)) - ([`a18e1832`](https://github.com///commit/a18e183214122a7f925f5667cdabf3a7de36e3be)) - ([`dbdb3ff3`](https://github.com///commit/dbdb3ff38cab794dac1d90edb9d2b5e5739a4cfa)) - Bats changes to test running from non-root dir([`d64683be`](https://github.com///commit/d64683be3d512862944008f53f05447240ebffe2)) - Arhag's change([`0f8b69c9`](https://github.com///commit/0f8b69c9be85e76c8110208194a386b81595e37b)) - ([`9fecc8be`](https://github.com///commit/9fecc8be1292de825591301524e80515650b06db)) - Removed !([`85597057`](https://github.com///commit/85597057aa175d4e16805e678848036df2a242be)) - -d scripts check([`4199c36a`](https://github.com///commit/4199c36ac9e73e7191bc7048775ba424002e3809)) - ([`173ec4f4`](https://github.com///commit/173ec4f452b2162fb80e5dd79f3ff083647e3f9d)) - Get rid of redundant `set_property` command([`38eca584`](https://github.com///commit/38eca5840a7c6aa59d6cc7d495d55111eff90413)) - Fix so `Ninja` doesn't start building before file is generated([`ef354e78`](https://github.com///commit/ef354e78eed42f7a1a675cbad46bd784993d10cb)) - Use `git diff --quiet` to get dirty info([`bc02b709`](https://github.com///commit/bc02b709dc6006f492b80b8f7da86e14ae8aea22)) - Fix `Makefile` generation where `git` directory `.git/` are not found([`c3a4e7fe`](https://github.com///commit/c3a4e7fef76833dfe08705b961c5a51a1f9aa5ee)) - ([`b05a3321`](https://github.com///commit/b05a332181cf6703a122b993bac7dd22260361a0)) - Remove unnecessary installations([`624115bf`](https://github.com///commit/624115bf40e12d9b4d660495c0d982096726ca15)) - Polish([`cccfb5cd`](https://github.com///commit/cccfb5cd4a1d98b8b4392c2969713bd13b9eee8b)) - Fully functional([`bc737959`](https://github.com///commit/bc7379599dcde31c093608b5ada13128497199db)) - Working on my machine when pre-built([`92d9c88e`](https://github.com///commit/92d9c88e4d1cefc3394d2537a67751bb058bcb60)) - Continuation; committing in case future reference needed([`d9c24cdd`](https://github.com///commit/d9c24cdd2687933fae25382d5375df1a40cffde3)) - Continuation; committing in case future reference needed([`bcaba024`](https://github.com///commit/bcaba024c6f06c5dd70649c6c8d74fe963974ada)) - Polish([`969699f5`](https://github.com///commit/969699f58bcac54e0cedb3bbb1e26771b09d8ef7)) - Polish([`384f2c1a`](https://github.com///commit/384f2c1a97580e0847692c23ddcc2b220e2c3525)) - Polish([`8ed7ab38`](https://github.com///commit/8ed7ab38d8a76dcb94ca9c46888890c4de8faa42)) - Polish([`d09c8a65`](https://github.com///commit/d09c8a6580c3642b5540cfb71190d4f90f5fcc08)) - Polish([`fc19d3a5`](https://github.com///commit/fc19d3a5c5bdf691421c26a7e32569536768b993)) - Polish([`146cb6ab`](https://github.com///commit/146cb6abf4a92b43dd30cf8eaa91752a65300464)) - `CMakeModules/VersionUtils.cmake` quick fix([`fe6067e3`](https://github.com///commit/fe6067e3ff1b8f5fc5aeb82e2d6043e82299926f)) - `CMakeModules/VersionUtils.cmake` quick fix([`2b611745`](https://github.com///commit/2b611745e4ce662a0bedd8844e99b8cfc5f53096)) - Merge remote-tracking branch 'origin/develop' into version-library([`b2a00be1`](https://github.com///commit/b2a00be18144a49d268847a204cf878a1d7d455d)) - Polish([`5cac5b31`](https://github.com///commit/5cac5b3123860597ad623e54dd83e3b05eb1ca0b)) - Polish([`0ce69663`](https://github.com///commit/0ce696635b4b98c512eb8003f2110f9289598180)) - Polish([`1ba5fde0`](https://github.com///commit/1ba5fde04c567cb06c3e57e1b8ee1982c08ef62b)) - Polish([`641ed80d`](https://github.com///commit/641ed80da8a8f36417eb8e525db5b558a35173db)) - Polish([`49fd6054`](https://github.com///commit/49fd6054592defa1e9c2746e01d938e458b73c38)) - Library fully functional([`84be49c9`](https://github.com///commit/84be49c99227110e1cc01f34f22f586858e19e29)) - Change `version_dirty` to type `bool`([`18c66eb9`](https://github.com///commit/18c66eb96e845cb972772c3259059cde99569536)) - Library is now functional([`c9725cf4`](https://github.com///commit/c9725cf46fff019379a952de2224899cb3108368)) - Continuation([`16259e6b`](https://github.com///commit/16259e6b1ed18d0e4d7449d056326ce051bdb204)) - Update `version` lib([`b9e58a3a`](https://github.com///commit/b9e58a3aae7ee845e9f6f047c0302459c40320c1)) - Added removal of double quotes in version numbers.([`bf171277`](https://github.com///commit/bf171277417e7ed57f1f9761f5418e7ab17af156)) - ([`fbeba10a`](https://github.com///commit/fbeba10a4d0cec91060054801c1b47daab5e4826)) - ([`50e06cc4`](https://github.com///commit/50e06cc434c49d9239da5ac6d56ce91aca312e67)) - Update appbase commit reference([`f860cbed`](https://github.com///commit/f860cbede4216361c34c7f2c85efc61912371c2d)) - Return zero exit status for nodeos version, help, fixed reversible, and extracted genesis([`d5e087a3`](https://github.com///commit/d5e087a3153bc12a42329832cb09b47c122022ea)) - ([`168d5f7b`](https://github.com///commit/168d5f7be4651ebaac66c98bc2c373d6e9c6ca42)) - Use create_directories rather than create_directory in initialize_protocol_features([`a6bba2a8`](https://github.com///commit/a6bba2a8835718bfb8d00a18d98ac4aa968083cf)) - ([`943ebb56`](https://github.com///commit/943ebb562209e5e28da273e0e71f5168920256b2)) - HELPER_ENABLED removal([`5bd3ed98`](https://github.com///commit/5bd3ed98bf6c38e55eb446e66f851082596ba8c3)) - ([`4e9a8bc2`](https://github.com///commit/4e9a8bc2ff9c8034a9477246b36b33aa64c487ae)) - Pipeline.jsonc([`49d32ce7`](https://github.com///commit/49d32ce7d8ee3dc45182d6525703b451c7043473)) - Added suggested improvements.([`17b4e41e`](https://github.com///commit/17b4e41e1823a4b944128f1e16788ba02195993c)) - ([`211c459c`](https://github.com///commit/211c459ce4a4179290caff0d74dfd255174c16e3)) - ([`e94b2046`](https://github.com///commit/e94b2046b928e21a6465cc28f675ee50d3ab9390)) - Let delete-all-blocks option to only remove the contents instead of the directory itself([`c7448617`](https://github.com///commit/c7448617d7e90ff226f2f1824769bcf96ddb7538)) - Adjusted build script functionality to prompt for custom installation path if one is not provided.([`b2ee26ae`](https://github.com///commit/b2ee26ae57d52497e9c755e2f39f9b2a67b7a450)) - Bump fc submod before webauthn merge([`e528f34a`](https://github.com///commit/e528f34aa4f6e8f7ac4c73653f1d985d05afd06b)) - Use pack_size when appropriate([`13fd8549`](https://github.com///commit/13fd854914b376068abb30393eb4fbb58d3689fb)) - Merge remote-tracking branch 'origin/develop' into webauthn([`9cbdd93d`](https://github.com///commit/9cbdd93da6b942ea9e311033f0aad27eac610eb6)) - ([`f32db901`](https://github.com///commit/f32db90127cdeaa66d52dd0605370afed84ba457)) - Enabled helpers for unpinned builds.([`dc11207f`](https://github.com///commit/dc11207f5ce43544bae737584fe2625e394b5fb3)) - ([`4b890c92`](https://github.com///commit/4b890c926190fb037691beaef9fde761101575f8)) - Guard unix socket support in http_plugin depending on platform support([`84c7f2dc`](https://github.com///commit/84c7f2dced20c5298998da41aa4af8c1328f39f9)) - ([`d6a8632c`](https://github.com///commit/d6a8632ca70e02abf8197316c53d4699f1bfd79b)) - ([`611bf3c1`](https://github.com///commit/611bf3c169e1bcb3ea1b76817c306e099b7f4396)) - Remove stray SIGUSR1([`86fc4724`](https://github.com///commit/86fc4724bce532a0ff5be10b8e914b4994ad2cc1)) - ([`70b30aff`](https://github.com///commit/70b30aff4be94ae72c8de9cc07fe8cc37d459ca0)) - Remove pipeline configuration options which are set to defaults([`94422ba7`](https://github.com///commit/94422ba794eb8f8f7be769d6c0f11e9a9e96dc53)) - Fix eosio-lrt and eosio-build-unpinned pipelines, which pointed to a non-existant branch([`ca7d13e3`](https://github.com///commit/ca7d13e3dfbe27cbc6d3e98a76c34b3ee8973d68)) - Alphabetized environment variables for eosio pipeline([`a5999c47`](https://github.com///commit/a5999c4772db2df263519b8518285d1a608f0c9f)) - ([`1e4407d7`](https://github.com///commit/1e4407d7508b1a40602a2b47556771edf92c934e)) - Quick fix([`1000fcf2`](https://github.com///commit/1000fcf2804f5f9d163d4a94879f74e35e514270)) - Yum update([`2a291af8`](https://github.com///commit/2a291af8ab71ad673614d678fa4ae666e4801e65)) - Removed legacy rmdir([`78f2daaa`](https://github.com///commit/78f2daaa06d9701b365f0f9122521790ab0185b1)) - ([`e945f45c`](https://github.com///commit/e945f45c9b56bb8d780afac198fec5eb6eb3feab)) - Wrong env'([`76c9d6ef`](https://github.com///commit/76c9d6ef7a43b2a4e2e23b1514739f0294f55d4b)) - HELPER_ENABLED([`0a5af7c7`](https://github.com///commit/0a5af7c7759f118b1fc035f25c3e0696acb94cd2)) - Pipeline.jsonc and LOCAL_CMAKE removals([`92efbcb8`](https://github.com///commit/92efbcb884a8ce92f35101b612547e3288633b69)) - CMAKELists cleanup([`c1fb99d5`](https://github.com///commit/c1fb99d51e8732fcffc9c9d37e1a1429eaa72b82)) - Conflict merge([`2bcddd7f`](https://github.com///commit/2bcddd7fca4162f49db350ece8e27b49cd8e5080)) - ([`bfd73201`](https://github.com///commit/bfd732010aef82e09a14f95b16182b0a0b9b0e66)) - Delete defaults so pipeline.jsonc only contains modifications to pipeline defaults([`aa65f809`](https://github.com///commit/aa65f80966328b2b9e6ea573e9184a051191267b)) - Revert image changes([`22064773`](https://github.com///commit/220647730c8efe73cead781dc0bf5a374a388ada)) - Eosio pipeline should ALWAYS point to auto-buildkite-pipelines:master([`39eb3f87`](https://github.com///commit/39eb3f87be5221d3c7d50d34fefef6646677dc94)) - Updated pipeline configuration file for deletion of auto-buildkite-pipelines:protocol-features-sync-nodes([`3c643c09`](https://github.com///commit/3c643c09fbadf953d4bfbf18214856f3872fc46f)) - Removed -f([`d1f50884`](https://github.com///commit/d1f508843b84eee2167c9d90ac9a40367c2c017f)) - Removal of testing branch([`397beb0f`](https://github.com///commit/397beb0f7298ac1e5477f22eb35ffe5715fe7d9e)) - Minor fix([`a80750e7`](https://github.com///commit/a80750e73862100517a6cd0a174ee3ebd0867958)) - Various fixes from pull/7458([`1a11bebb`](https://github.com///commit/1a11bebb29657b7b9a4727df544dad9f2ccbf747)) - Quick fix([`1c13b6bb`](https://github.com///commit/1c13b6bb3c7425e518958c274821b7d6027d7750)) - Pipeline fix([`1c7eb51b`](https://github.com///commit/1c7eb51b074b0972ace3b9219bb8b4c6b897982d)) - ([`1e882375`](https://github.com///commit/1e8823756aaa7758877b57eb27dd43493291cdc3)) - [skip ci] develop for pipeline-branch([`14bfc9bf`](https://github.com///commit/14bfc9bf274ca93cf9c35c6073ee45c48be57686)) - Removed pipelinebranch + new IMAGE_TAG name([`f103a1ac`](https://github.com///commit/f103a1aca6c13c137213a422c31c6cd6d906940d)) - Removed pipelinebranch + new IMAGE_TAG name([`626af4a2`](https://github.com///commit/626af4a231070a03ea892755bead500b2e1bbb7d)) - [skip ci] .bash -> .sh([`1eda4db5`](https://github.com///commit/1eda4db5f1bf3de2f4262775ececad729e140591)) - ([`9a226d89`](https://github.com///commit/9a226d891f6c4d1dbeae1a5c83b6c0a9640647d7)) - Boost revert([`e56fbf4b`](https://github.com///commit/e56fbf4b368479db8a710364962cee9fdda0f163)) - README update([`59517cf1`](https://github.com///commit/59517cf1f08ea13bc0bdecbda3c7997291d16be6)) - Anka-debug testing([`a78c5869`](https://github.com///commit/a78c5869474f487656777b31437ac5f05a3b0d02)) - Agent lost auto retry([`10a3f454`](https://github.com///commit/10a3f45426e142cdc3323091a94d29c46af66d6f)) - Quick fix for yum([`7a25c2a5`](https://github.com///commit/7a25c2a56c1f6495bffa9f2cff7295a570b03fee)) - Anka plugin bump to 0.5.0([`b09b7932`](https://github.com///commit/b09b79321082f5ff2c43145b62c0de86fddae2c0)) - Libraries fix([`63151b50`](https://github.com///commit/63151b50832c1fb0a7304dea7d9a1e53a7fd15c4)) - Merge with develop([`f4637011`](https://github.com///commit/f4637011d4eda2e236fb983b7fd7c9c301e1d602)) - Added bash-bats folder with tests([`97c8fd78`](https://github.com///commit/97c8fd78a5381da57f9e0fb6c4549f8ed18b2092)) - ([`fc1cf7ea`](https://github.com///commit/fc1cf7ea3e6d2c6fe000e1f84131e3376da145af)) - Set initial costs for expensive parallel unit tests([`56b62f26`](https://github.com///commit/56b62f26a39aff2b2858a8d332f2590ddc57f83b)) - ([`01638095`](https://github.com///commit/016380955e676d13abf0bd6f34c94c4f6ab8cd73)) - ([`65c01364`](https://github.com///commit/65c01364223a7290938f7f7da515325923adc1c2)) - Print out content of parsed json when exception is caught([`7c41597c`](https://github.com///commit/7c41597c757f2ae7e73468b3317a530dd873a621)) - Remove obsolete error message([`0d47ebab`](https://github.com///commit/0d47ebabca80f364c4173f6dc3b55a309e58561b)) - Remove redundant eos throw after json parse exception is caught earlier([`c65ace94`](https://github.com///commit/c65ace9472a08cd895575336e8c07c0bc9bd1f85)) - Differentiate error message when parsing from filename or from JSON string itself([`6a5cd572`](https://github.com///commit/6a5cd5721c401f6a8645c28265cacb0f4c054d59)) - ([`d850abda`](https://github.com///commit/d850abda85476ceaee5020cc776b2df46e112a67)) - Remove log of send_transaction([`03381b57`](https://github.com///commit/03381b575da9b62182722f4074ce6a4a692513e0)) - Name txn_test_gen threads([`0dd9508d`](https://github.com///commit/0dd9508d04c7b0dde75435f43ab022f33d133c42)) - Bump state database version to reflect change from key_weight & public_key_type to shared_key_weight & shared_public_key within shared_authority([`ed80ac88`](https://github.com///commit/ed80ac88a10a316582e1146faa2f3a9887ce3100)) - Merge remote-tracking branch 'origin/develop' into webauthn([`34004700`](https://github.com///commit/340047007dfc99e4f9cc361b693ad19d54c564d1)) - ([`ba973d06`](https://github.com///commit/ba973d06b51e5c792c81003c7169a1adc547d128)) - Reference to shared_ptr can be invalidated by completion of push_transaction. Create a local copy of transaction_metadata shared_ptr to keep alive until end of scope.([`f660beb0`](https://github.com///commit/f660beb013c4cd331cdd511be1a47dc2c75d4097)) - ([`40137208`](https://github.com///commit/40137208e12e0649a586c120db3ecfbc032c3e50)) - Add file open fail check([`276b7b5a`](https://github.com///commit/276b7b5a45bd4005281c4d540f7ad0c197dd3124)) - Txn json to file([`847c5466`](https://github.com///commit/847c546665ea2015b685b5b117aa051af35ddf4a)) - ([`87e40481`](https://github.com///commit/87e4048192cd0b5e2a4c521c7595e8393587f016)) - Fix description of cleos sign public key([`196b3843`](https://github.com///commit/196b384306040795fb09c228cf1e6b655cc51473)) - Dont echo private key when an error occurs([`4f60c382`](https://github.com///commit/4f60c3827e89750a273238b4e467cff4858df9ac)) - Rename option and explanation([`a6adfbf2`](https://github.com///commit/a6adfbf290f5df6d772d8292f8924b6b2474a17e)) - Fix missing signing when key is inputted from cin([`9e3b893d`](https://github.com///commit/9e3b893dbc53337a96fe8bc0353c42aae1f0a8c9)) - ([`1830ab16`](https://github.com///commit/1830ab165fbaa48740c82448704fbadca46bf502)) - Add option for cleos sign subcommand to ask keosd for signing([`009bc4d9`](https://github.com///commit/009bc4d9b21d1831489f1dca9eca62595ea33a7d)) - ([`1a5f73df`](https://github.com///commit/1a5f73df7ed6c67737fd56a6b3aa42c2132d5bf8)) - No need to start keosd for cleos multisig review([`25212afd`](https://github.com///commit/25212afd198f81771ba7123818259ba4fa2f0845)) - No need to start keosd for convert([`74483c3f`](https://github.com///commit/74483c3f1c3dfdaaa4d2f43b86bef3fd297b0cb9)) - ([`ed28532e`](https://github.com///commit/ed28532e8ce536696e8216677db039ec139cf2d4)) - Merge remote-tracking branch 'origin/develop' into no_chainbase_double_map([`436a93e3`](https://github.com///commit/436a93e3baf2b62713dcac0153c904c497ac4dad)) - ([`d78ea57c`](https://github.com///commit/d78ea57cad1dcabdd9cdd089f486134385bff4f7)) - Use imported targets for boost([`931573e4`](https://github.com///commit/931573e411037ba2ce9b54b759212efa3df636c2)) - (chainbase) don’t keep file mapping active when in heap/locked mode([`9daf141e`](https://github.com///commit/9daf141e74270594b57f95f2588cc2689ccfb2e4)) - ([`6969f25b`](https://github.com///commit/6969f25bc848bb2d86122500bdf9825c04313567)) - Improve logging of connection type([`30f61a6f`](https://github.com///commit/30f61a6f9e0e1e0d711fd4641aab41c48deaaf0f)) - Remove unneeded reads_in_flight as there can only ever be one read in flight per connection. Add read_delay_count for giving up on a connection when too many consecutive read delays.([`4c482495`](https://github.com///commit/4c4824954201f0d0288695a3a6de0c04b89451c2)) - ([`42dc27cd`](https://github.com///commit/42dc27cdfae6e35c3a58a9c0f760cff119bdae8c)) - ([`7d21cee3`](https://github.com///commit/7d21cee3653f1117a0b46aadace572197d76d24f)) - Update handshake message to indicate type of connection, trx or blk or both([`d3088033`](https://github.com///commit/d30880336ea047407b0250b88e3c8304be513416)) - Add log for connection settting([`c8dd33eb`](https://github.com///commit/c8dd33ebe7579e396dfcaa2b673db644e3d3871f)) - Add blk and trx options to connection for transactions only and block only connections([`e74761aa`](https://github.com///commit/e74761aac2f3ac2263c3a3d3f1c34b912234a232)) - Remove undefined method([`abb1b5ce`](https://github.com///commit/abb1b5cea29790422b243c7948d741a56a27b39c)) - ([`0ca3ad49`](https://github.com///commit/0ca3ad493b3f092252be377c581f27032cdb1f10)) - Create the database header when loading from a snapshot([`3898c223`](https://github.com///commit/3898c22393b2ce15e95c9aab448a8f6aae459c3f)) - Allow in-place upgrade from unversioned to versioned state database([`2a2315e9`](https://github.com///commit/2a2315e9b01e9e89bbe86d5948af17bdbc04004c)) - Add support for a simple header in the state database which defines versioning for the application level data. The intent is to have a more direct informative message when the expectations for in-memory layout of application data has changed due to explicit changes to the structure (as opposed to the implicit change detected by our chainbase level checks)([`491af33c`](https://github.com///commit/491af33c16679c2dbdc966523f39f3a3d1d98ee4)) - Botched a enum class change([`5fc5d4a2`](https://github.com///commit/5fc5d4a2fa0f0ff5a92eb03199f760b26219127c)) - Update packed_transaction::compression_type to be an enum class and avoid implicit casting to uint. Also fix drift in tester that was passing compression_type as the subjective limit for signatures([`4b3a4318`](https://github.com///commit/4b3a43184f6e6d341173664282e69baae2b385e3)) - Fc bump([`e290544f`](https://github.com///commit/e290544fad1769f11606171f3c35b4bef613bc90)) - Webauthn support([`dabc7947`](https://github.com///commit/dabc79476bac10aa7230ce698c480c6acf4f55ad)) - ([`7de45825`](https://github.com///commit/7de4582548de6a48ff9f32ade7a8d3822d0fc848)) - Removed pipeline files from eosio([`9b6a36a8`](https://github.com///commit/9b6a36a86335a922c6271b69fe1b907011057e84)) - ([`fc6245fb`](https://github.com///commit/fc6245fb361ac265d829716ef7a017b7cf14e615)) - (fc sync) Fix certificate trust when trust settings is empty([`60857720`](https://github.com///commit/60857720c6dffa3d08d23f8d65fc37b071409ec8)) - ([`6205a886`](https://github.com///commit/6205a8860f75655d36a8ef12be996fc38c06e42f)) - Throw error if trying to create non R1 key on SE or YubiHSM wallet([`016bd876`](https://github.com///commit/016bd876d4d9c98ee9f67c4e2461d2653529646d)) - ([`98c0fe99`](https://github.com///commit/98c0fe9966d16e61f9108d090e59a1553317aee5)) - Find free port automatically([`9d37e0da`](https://github.com///commit/9d37e0dab4acc55e0b3a9ea75a9068c2ce957e02)) - Another try([`2f979f20`](https://github.com///commit/2f979f205d9221c49f8ae3c1458ffaa2846d07c3)) - Another try([`f63ed765`](https://github.com///commit/f63ed765dfab748244022c3fa8da157000c1fa35)) - Add free port check, current ulimit check([`2c6fa3cb`](https://github.com///commit/2c6fa3cb7f50b83f873fa9d62a83615b936493c8)) - Increate timeout to 1 min([`ec983300`](https://github.com///commit/ec98330052259198ea04c82202c66667279001c1)) - Port db_modes_test to python([`010409ca`](https://github.com///commit/010409ca7507eb4d1997d6124f688f6e4ee3d70c)) - ([`2339c7a7`](https://github.com///commit/2339c7a7fec065bad8e1c89f61f52892d3b471cc)) - Allow for EOS clone to be a submodule([`d49c0301`](https://github.com///commit/d49c0301243088906fd0485102a456a30247597d)) - ([`892f86a0`](https://github.com///commit/892f86a012443466790bac8742422f74e5058619)) - Check for duplicate and expiration before storing in pending queue([`d466ced6`](https://github.com///commit/d466ced62d3de38580b8fe94adaf1edc193e4c30)) - Moved max_incoming_transaction_queue_size to incoming_transaction_queue class and minor cleanup.([`a98ac5a0`](https://github.com///commit/a98ac5a07c669d4d539112e96acb4d365cc5ed79)) - ([`a12b655f`](https://github.com///commit/a12b655f78db7d256520ea1a01273eaed92506dc)) - Minor cleanup([`fe480fc9`](https://github.com///commit/fe480fc9ead3db0d1ead21f320f9b94a4d60418b)) - Assert that incoming-transaction-queue-size-mb is greater than 0([`13133921`](https://github.com///commit/131339219024cc228f59c652edf5bca16428d95f)) - Define _max_incoming_transaction_queue_size([`c02c89b5`](https://github.com///commit/c02c89b562fc8405244c8d9e19a31a6dd7d95fd4)) - Add incoming-transaction-queue-size-mb limit for transactions in incoming transaction queue and throw tx_resource_exhaustion if exceeded.([`ed3246ed`](https://github.com///commit/ed3246edddcc7837dc09f3571e01c8cdd27226fb)) - Add tx_resource_exhaustion exception([`81a09d23`](https://github.com///commit/81a09d2308f3f6b56ec2642bf554a985359394af)) - ([`5efa5b5b`](https://github.com///commit/5efa5b5bbde3af3ea157f4488f9474cae8354f30)) - Output log message as debug instead of warn([`1cdd3490`](https://github.com///commit/1cdd3490e96bd94aa4d464b2e2c0f882382c9254)) - Move CATCH_AND_CALL macro to exceptions.hpp and handle bad_alloc in EOS_RETHROW_EXCEPTIONS and EOS_CAPTURE_AND_RETHROW([`da9d004b`](https://github.com///commit/da9d004b5dc637eeb8b8c8fd7ada5176d169d89e)) - Add time to exception string([`7846d7b6`](https://github.com///commit/7846d7b638261acb64d58f24ec9446fc65056724)) - Add billing_timer to reported exception string([`6a7abb43`](https://github.com///commit/6a7abb43927110481befed4093394d1c7cd27a63)) - Make sure next is called if get_signature_keys throws an exception([`bc244c8a`](https://github.com///commit/bc244c8a8143b92522b2a0d05e7b672e8fea2a9a)) - ([`72d11837`](https://github.com///commit/72d11837c97c31760ac19571c44e68d114fde72d)) - Merge issue between #7315 and #7316([`32e601eb`](https://github.com///commit/32e601ebb4aaae829383a0d690b97393eba8cbc9)) - ([`b3167794`](https://github.com///commit/b31677940cf51bde656c880c8f6029f65513d669)) - Update for explicit name([`6cc09b29`](https://github.com///commit/6cc09b29882f1f09dc4d2caa52bec263bd3528a2)) - Revert unneeded explicit wrap of account_name constructor([`58113915`](https://github.com///commit/581139157bba558751de2913c3e04dcc880f43ce)) - Update tests for explicit name([`496a4529`](https://github.com///commit/496a452904271991cf06b6801672c4155a418d35)) - Updates for explicit name([`f98e6167`](https://github.com///commit/f98e61673dafd79b241c8e1598b0dc6ed3e991e7)) - Update for explicit name([`28887090`](https://github.com///commit/28887090da86aefe3d74f430e0221c4f3d05fb46)) - Changes for explicit name([`e1bc9f51`](https://github.com///commit/e1bc9f51f9cf039ae046ed977f8ebd2f47a12219)) - Make name more explicit in both construction and conversion to string/uint64_t([`9f23c3ef`](https://github.com///commit/9f23c3efab65a84db5e4b25263643d3d5715c8a4)) - Explicit name constructor([`7e2d60fb`](https://github.com///commit/7e2d60fbc5c87fc4e869a06a86a4ad1ee34ad9c1)) - Explicit name constructor([`0e52c6f9`](https://github.com///commit/0e52c6f9506cc80268516b88a0c0c306de6ebc11)) - ([`7f4b299b`](https://github.com///commit/7f4b299bd8d06d9860558a659cfde081f58d2489)) - Added unit tests for aliased variant and variant of aliases. fixed exception expectation on other unit test([`e5a8940a`](https://github.com///commit/e5a8940a703cd839283af7302438444137edb699)) - Allow aliases of variants in ABI([`674b6526`](https://github.com///commit/674b652649880d9192e4dafcd2a1ca9ff8eee1bf)) - ([`42c5f7d5`](https://github.com///commit/42c5f7d544d2d7a651dad20ab601cb95ad069d17)) - Port #7383 and #7384 to develop([`1a86660e`](https://github.com///commit/1a86660efa5c3e26cc13d700b89c6a660440ae03)) - ([`63e6324d`](https://github.com///commit/63e6324db6374e995699f4948e1c39e3ac54733a)) - Add `boost/asio/io_context.hpp` header to `transaction_metadata.hpp`([`32824b58`](https://github.com///commit/32824b58327ec4e8587621bbd6a42beebf566294)) - ([`27153721`](https://github.com///commit/2715372164b4f038c6eceb2ad1fa843d1e714613)) - Fix `-b` flag for `cleos get table` subcommand([`4dc31fe7`](https://github.com///commit/4dc31fe75b9e17bf312c6f1764f0e18fe64ed809)) - ([`a8b1aa54`](https://github.com///commit/a8b1aa54038165901e310fb2111563200132e69b)) - Adds configuration for replay test pipeline([`1dbfd9ea`](https://github.com///commit/1dbfd9eacd7055c7b56e986bd525f63db2c4276d)) - ([`569c0429`](https://github.com///commit/569c0429f9ed5e55e04dcfb0de7dc5d19e126837)) - Merge remote-tracking branch 'origin/develop' into cleanup_type_punning([`626de031`](https://github.com///commit/626de0310b1bb633336c6b00f62009f64119bd41)) - (softfloat sync) clean up strict-aliasing rules warnings([`97baab52`](https://github.com///commit/97baab52f5e3bc5e11963a7c6f07f21f33f369a4)) - ([`077ff1ed`](https://github.com///commit/077ff1edfb3b6a3da011ad8e072b1fea137c7334)) - Add call to set_thread_priority_max([`cf4a856a`](https://github.com///commit/cf4a856a070730d4b1c4bcf8e54f41b987434c75)) - Update to appbase with set_thread_priority_max method([`ca7c18df`](https://github.com///commit/ca7c18dfdb285a695838aab1eb1a23e1388a9246)) - ([`8ac6d7ec`](https://github.com///commit/8ac6d7ecbfaef523dfe571b6d4aab009e95e6d21)) - Update to appbase with max priority on main thread([`e85348c7`](https://github.com///commit/e85348c70d17ccf6ba123fb77465f87f9898e632)) - ([`15050c80`](https://github.com///commit/15050c8058873f2d438c028cf9036e0e3cf2450a)) - Fix exception #([`a8aafeb4`](https://github.com///commit/a8aafeb4e8ad1324b9e5ba445b726bc852ab98c5)) - ([`6eb8d1bb`](https://github.com///commit/6eb8d1bb4dd0102958c34cb84056c4339a604e54)) - Finish test purpose comment([`1dc11396`](https://github.com///commit/1dc11396db4b02cad8999357d806abd042e18dff)) - ([`ed798196`](https://github.com///commit/ed798196ea3861e06bb1a3e5e31d8a8a62c9879a)) - Removed Herobrine([`6bb70517`](https://github.com///commit/6bb705174646420c3c2d3e3ca8222c9111167166)) - Fixed brew Updater step([`ff20e5ca`](https://github.com///commit/ff20e5ca72883118c8c0b05c6b91047ec18916dd)) - Removed BUILDKITE_TAG Tampering([`c3a915cc`](https://github.com///commit/c3a915cc84adc9ab754259b9d23ff5d10ee1d120)) - Package builder now prints commit hash([`cb250f20`](https://github.com///commit/cb250f20c7b62b28ba93c420cd35ef50a6139323)) - Test syntax requires "or no-op"([`a401d57b`](https://github.com///commit/a401d57b45db21e8696e3f3cbf075ae161cf0e32)) - Fixed artifact upload duplication on linux, restored BUILDKITE_TAG tampering([`5d5f06a3`](https://github.com///commit/5d5f06a3f7606b6aa1a6f5ecc9ab63a178342f7f)) - Final Changes, Remove BUILDKITE_TAG Tampering([`51f37427`](https://github.com///commit/51f3742751c2bdce5dadb70d71562ff9d7d24c1e)) - Escape dollar signs([`93817636`](https://github.com///commit/93817636447dd13187909fdfa9568188ef617c22)) - Debugging pipeline upload, changed print statement([`a3453fbf`](https://github.com///commit/a3453fbfb460f42a918caa8337160898f6121f43)) - Shell does not support test syntactic sugar([`00f029da`](https://github.com///commit/00f029da416d91de2ff01139239c9194469714b2)) - Switched ';' to '&&' between commands in parenthesis([`3433e4ab`](https://github.com///commit/3433e4abcd981db14c4e57413a55d18dc7d72531)) - BUILDKITE_TAG not empty([`902c1140`](https://github.com///commit/902c1140ab644046bbb60bf3d455e4cc211a21a5)) - Fixed Mac Build Artifact Upload Duplication([`f7823ff1`](https://github.com///commit/f7823ff17988e72b10427549ec6d14a5e2fba0a0)) - Removed BUILDKITE_TAG declarations([`9b60ae16`](https://github.com///commit/9b60ae16834355b06f73f71d1956de3d69bd2766)) - Restored commented-out code([`7178b320`](https://github.com///commit/7178b3206a68b1d0cc3d1256e5dae640c309c77d)) - Merged in Nathan's Anka updates([`caa6244c`](https://github.com///commit/caa6244c8038c417fa235cdf47668ed63877c0d6)) - Remove dependence on envsubst([`3e5715ad`](https://github.com///commit/3e5715adad30f739fb8ad08946df0710bcdaded3)) - Allow artifact paths to be specified outside the script([`f6f06120`](https://github.com///commit/f6f06120f00fe31d236e3d9e3b0121b9e2ce67af)) - Try relative path for artifact upload([`e38b93de`](https://github.com///commit/e38b93debb88d1646cd4f846611e1a9dd6a51844)) - Move quotes out of ARTIFACT([`2e67ce58`](https://github.com///commit/2e67ce580353127b9b84ea2c2744fc9ced9ce7a9)) - Changed artifact paths([`e648bb89`](https://github.com///commit/e648bb892a52a87a5d2011a98cdb6d1e7b4d00ab)) - Removed "set -e", added print statements([`4f3014c1`](https://github.com///commit/4f3014c1943edd407692ecd7cfb680cbe97175f8)) - Fixes to bug fixes([`76ae9cdd`](https://github.com///commit/76ae9cdd30ffd080304ec098ae8640065486d138)) - Bug fixes([`26c0eea1`](https://github.com///commit/26c0eea1bd1755336bdfb3a9f15ca59bdede5912)) - Can't skip wait steps([`1b456130`](https://github.com///commit/1b4561305af0c41f5bb5c6254239a93f1daa372a)) - Package builder fails if artifacts are not found([`817afd44`](https://github.com///commit/817afd4463d9c2fa2e2dda92010dcf2139ef5472)) - Reorganized print statements for more effective debugging([`63ef4ab2`](https://github.com///commit/63ef4ab229de10efa5d71701e6e1d9fddad5460c)) - Added ability to skip tests, for testing purposes([`fb2e605b`](https://github.com///commit/fb2e605b20b54633d033f76ac2a5d5e2e951a48a)) - Added debug code([`5feb4b94`](https://github.com///commit/5feb4b94da288e192dc0b114a749c2b23f8ca4e1)) - It's really hard to override BUILDKITE_TAG([`e764701a`](https://github.com///commit/e764701ae9d0ea28f47fa58ceb8f5967efd84f79)) - Added Nodeos "Version Label" Integration Test([`a4eab234`](https://github.com///commit/a4eab234456fb14e4e7483cd93dc43327f0c6ceb)) - Fixed copy-pasta error where Fedora-like operating systems built for brew instead of RPM([`90dae79b`](https://github.com///commit/90dae79b1cbdb3f0887882affed4392fa4524df7)) - Fix permissions issue([`fee83de0`](https://github.com///commit/fee83de0be43eaf4240c48decba6c60996695100)) - Fix relative path to generate_package.sh([`6dd7a9af`](https://github.com///commit/6dd7a9afb6771b5e2eaa836da1c8aa858d57de85)) - Fix path error([`27791efa`](https://github.com///commit/27791efa3b02691a6a042be500f915097f75b451)) - Added environment variable that skips mac steps([`eade2bad`](https://github.com///commit/eade2bad34385a4d086e6c601132f35e44e70eab)) - Moved package builder steps into script([`3192d681`](https://github.com///commit/3192d681972d6c9c73348f32bf79d58b0f9d2067)) - Disable pipeline steps not relevant to package builder([`b47ea7e0`](https://github.com///commit/b47ea7e09c637aabc3ad36bd8203496896c19fbd)) - Removed commented-out code([`229d69d9`](https://github.com///commit/229d69d9de8addd651a6b546961f09d503a7bc18)) - ([`aed6fbc6`](https://github.com///commit/aed6fbc6844f97b4233f740d13dd0db7fe72d93b)) - Update pipeline.yml([`d03589ec`](https://github.com///commit/d03589ec1c99249f846180eb76d290d3f0d403c6)) - Update to use boost 1.70([`8f3a7745`](https://github.com///commit/8f3a7745ed1ffa76b7d54b107e6eda97f63dcb2a)) - ([`f1cec073`](https://github.com///commit/f1cec073f7b337a0a189b91222310dd4a75acff1)) - Fixes for Boost 1.70([`196406a3`](https://github.com///commit/196406a3ba1c91e33914c0d44062e341c86a4d24)) - ([`e34c2a89`](https://github.com///commit/e34c2a89b36ac7bea647779550eec8eb53d6012f)) - Correct signed mismatch warning([`aece0403`](https://github.com///commit/aece0403507136e7a75e657300b0ef33703f2a76)) - ([`17b36e18`](https://github.com///commit/17b36e18179807ddf5ad28fa8ffc1f4572167f0b)) - ([`fbd9dd92`](https://github.com///commit/fbd9dd92edb5f366d6260e79e96059b19abeb868)) - ([`dea01d34`](https://github.com///commit/dea01d3422f7e68aacde43267241927d63a1245f)) - 12 cores for ensure([`4cd9879a`](https://github.com///commit/4cd9879a1285083e21ef631130f8f8da6d6dec93)) - Reverting to using buildkite artifacts instead of NAS([`27ad2ef4`](https://github.com///commit/27ad2ef4cfaeebf6053f67e15bf1625408b9d0e7)) - ([`dacd6418`](https://github.com///commit/dacd6418c16aa0d9d52bfac7d11b9e25eb545168)) - ([`4ce41bdb`](https://github.com///commit/4ce41bdbf7af2e33aeb9d7df2593ce4f15af2379)) - Correct signed mismatch warning([`92df3016`](https://github.com///commit/92df30168a400b3bfb846bc826a0b3895167d3e6)) - ([`319c7a45`](https://github.com///commit/319c7a45358e7b4417817e6bbc0fa0a18b8c6970)) - Look in both lib and lib64 for CMake modules when building EOSIO Tester([`ff2d3528`](https://github.com///commit/ff2d35281fc580a31ae6a1c198c1d99d7a8d6738)) - ([`d2a9bfdc`](https://github.com///commit/d2a9bfdc996cfea78de82313ad0bdde1eb6434ef)) - Use debug level logging when --verbose output requested([`b2663112`](https://github.com///commit/b2663112fb412a2d168efd4c578b61e2d262e3fd)) - ([`6e7b0cc6`](https://github.com///commit/6e7b0cc6cdff5769c80c71a6e360ca158baefa77)) - Modify log message searched for since debug output is no longer the default and exception #s can change([`8ffaa15d`](https://github.com///commit/8ffaa15d3e767efcdc4f06e82f6ecb9f272cfe2f)) - Add specific log message for use by tests/nodeos_under_min_avail_ram.py([`ba847b84`](https://github.com///commit/ba847b84274e7da81f917604f059cdb0f2e581d2)) - ([`0dc63bab`](https://github.com///commit/0dc63babdaa0c3dc5581697a8a30e30b8a800ae4)) - Remove win32 from CMakeLists.txt([`82c4c382`](https://github.com///commit/82c4c3821de9ee20795ca31db76a73403d7e6793)) - ([`91ac9046`](https://github.com///commit/91ac90463b05a4cebbff325fe7183f8097a91479)) - Only call init if system contract is loaded([`a38db0e2`](https://github.com///commit/a38db0e23281ce0e6a6b736d15750077e6ebdd49)) - Remove unneeded parameter([`f5e4439e`](https://github.com///commit/f5e4439ee2f0eebf74789a5800f9c482f7970730)) - Add test for various chainbase objects which contain fields that require dynamic allocation([`3efece19`](https://github.com///commit/3efece19f40cdf7541196bacde791273d8d0e0cb)) - ([`3bdec333`](https://github.com///commit/3bdec3332148bb97f559953c38e28e581723fbef)) - EOS_ASSERT instead of check for null recovered_keys([`2a26f5ef`](https://github.com///commit/2a26f5ef47ac142c9b156644e2e3a58954340e88)) - Fix issue with lifetime of reference of flat_set([`3e7ca888`](https://github.com///commit/3e7ca88883d5e99fca25b23a994c2aebdd943703)) - Fix merge issue([`ef24f9d1`](https://github.com///commit/ef24f9d15df3396d664135a11a1e522d35088ad6)) - Fix merge issues([`cee057c7`](https://github.com///commit/cee057c7d2ffdfd250689b13e311c87198054466)) - Post to application thread no longer needed([`27c50c48`](https://github.com///commit/27c50c4883727909549c7bb9c1e79c729716b336)) - Provide thread safety to transaction_metadata([`72f43c07`](https://github.com///commit/72f43c07bad6c50da9f7a3aca5dd05fc72761211)) - ([`a303c726`](https://github.com///commit/a303c7263ef261397e4c549c7ddd79cb0cf7598b)) - Add REX balance info to cleos get account command([`adddc6ca`](https://github.com///commit/adddc6cac4a688c12a951f43a48a1d78e111e557)) - ([`2d97df01`](https://github.com///commit/2d97df014990e62e014ba1b623cd746e3d7c72a5)) - Update CMakeLists.txt([`74509255`](https://github.com///commit/74509255bd3544344405fe96e7abd62cf4b29224)) - Enable test case nodeos_under_min_avail_ram.py in build process([`cb808646`](https://github.com///commit/cb8086469c02ff6569c036f8b81d29e5e7bece6b)) - Delete irrelavant signal_tests.cpp([`6d6c7827`](https://github.com///commit/6d6c7827d75c7173840ffd2ac3be12b8f8df84ff)) - Add DB guard check for tests/nodeos_under_min_avail_ram.py([`56ffaef4`](https://github.com///commit/56ffaef404afc1db4a02858e2e320afa79ba8dde)) - Add transaction signal test for fork case([`f023ffea`](https://github.com///commit/f023ffea768fffb069bbb2a3c5bb58f030387db0)) - Add test case for replay with/without optimizations([`6755a94a`](https://github.com///commit/6755a94ad0cf9f7c4c08d7147ad01ea29ae295cb)) - Add signal tests([`fe508006`](https://github.com///commit/fe508006931aa48ac5547845ea72c62fc315845b)) - ([`00af24bf`](https://github.com///commit/00af24bf2ca57ebc663a42e5b9dbd27af501eaa9)) - Final fixes([`0c5231cb`](https://github.com///commit/0c5231cb8ab3ed23ded273aa2555004f17487d5c)) - Quick fix([`ade83d85`](https://github.com///commit/ade83d8500c906e76e68e4b4048b5f55e9e2bef2)) - Fixes for community PR/forked repo([`e190db92`](https://github.com///commit/e190db92a275a0fd3ee8e647e24cdff491abdecd)) - ([`58b0d61a`](https://github.com///commit/58b0d61afffd5d1f3c504f29fa56573165b03760)) - Using BUILDKITE_PULL_REQUEST_BASE_BRANCH instead of BUILDKITE_BRANCH to support community PRs([`ae50f904`](https://github.com///commit/ae50f904374c62b0ecba740a19dc193e40d4c46c)) - Added specific branch([`760d3d55`](https://github.com///commit/760d3d55d045ec8642e2a2a37648f33e4795ef68)) - ([`1feae7ed`](https://github.com///commit/1feae7eddd199ee8f3ffb1a8251006164ca6bde7)) - Avoid modifying resource_limits_config_object on each block if the values do not change([`8b218223`](https://github.com///commit/8b2182232f330bb529bcb508b81dc7c098fbd4de)) - Add debug_mode to ship([`2aa62816`](https://github.com///commit/2aa62816ea2426eee2f5ddb75fb60dd510b062dc)) - ([`be768979`](https://github.com///commit/be768979d3a5c28ffbcbce6583abe6963b8fe429)) - Print a more appropriate message for mongo driver not being found now that we error out([`db1685d6`](https://github.com///commit/db1685d6c275fc39ee9d78579583855889fe9ca5)) - When unable to find mongo driver stop cmake([`0e0b9a7a`](https://github.com///commit/0e0b9a7a1be317d75acb61745e58e5e2f9d353e1)) - ([`a6c0ab93`](https://github.com///commit/a6c0ab93eaad4e1a51e813d6fc54d9b4980931a9)) - Better title([`bb3c219e`](https://github.com///commit/bb3c219e19dc6043935f45f4d89a58c2f4691808)) - ([`bae63389`](https://github.com///commit/bae6338929bc1c725e087fda5fa3d3e1d4f3a25d)) - Set variable for sync test pipeline([`2a947bb5`](https://github.com///commit/2a947bb572c4e500b614d66ba963f5e131546be0)) - Set variable for docker pipeline([`835c9375`](https://github.com///commit/835c93759457e8a4b109a2311c63ec3163dcbc1f)) - ([`5c5100bd`](https://github.com///commit/5c5100bdbd0b5af46fa53f6089001315be2be97e)) - Fix corner case of transitioning into in_sync([`9e4c7088`](https://github.com///commit/9e4c7088a06e311f8ac58e4bcdf6ba78cd4f5d35)) - Stop spamming connection when never able to connect. Also protect last_close and consecutive_immediate_connection_close since they can be accessed from multiple threads([`e4da1725`](https://github.com///commit/e4da1725a0bfe451227f69f8e33e93fce21f3857)) - Increase timeout for nodeos_under_min_avail_ram_lr_test because macs are too slow([`3c40a408`](https://github.com///commit/3c40a4086bd39271fb009228f25254b837eb2d59)) - Use fork_db_pending_head instead of fork_db_head so irreversible mode works([`c0e8b7d7`](https://github.com///commit/c0e8b7d77d53633464ba746a62ae458fa20b958b)) - ([`254c8a8f`](https://github.com///commit/254c8a8f94396853047a9ae29131024a65a9e7fd)) - Add for_each_connection method to simplify some use cases([`aa8ca164`](https://github.com///commit/aa8ca1646a66aac44d3607c75d6e5c5ea501ab39)) - Use shared_mutex now that C++17 is available([`34c2ea03`](https://github.com///commit/34c2ea033d178cf2c7b408ad2b165051e9291d06)) - Add scope lock instead of explicit unlock([`77d99d52`](https://github.com///commit/77d99d5295b978b49f6014fd98cc9bf9f819c9c2)) - ([`5196c8f7`](https://github.com///commit/5196c8f7cda78b113b4590316d1378d2aec39d95)) - Restore logging([`8e3586c1`](https://github.com///commit/8e3586c13cff6d00423b92b47950254b1c528634)) - Test with logging disabled([`130a74f3`](https://github.com///commit/130a74f33a0de6a067b8b9b0b0c637d04b84a8ae)) - Fix shutdown of catchup node([`c7ceebb4`](https://github.com///commit/c7ceebb43a6364f7fb7951f93a194a0809fe980f)) - Hook up to lib signal instead of channel to get notificaiton sooner([`c6a7f14d`](https://github.com///commit/c6a7f14dffcf8ca2704748075063bab8eaa50b80)) - ([`1d68ad32`](https://github.com///commit/1d68ad32d205cc4016a7d78e894bbcae726b53b6)) - Change default thread pool size to 2([`571165c1`](https://github.com///commit/571165c1be1fdd3dd80aa6682691110940ecd4d3)) - Optimize lib catchup to head catchup([`2337fc53`](https://github.com///commit/2337fc53b219883231a02e76228f454ce16c8bc6)) - Fix transition from sync([`40c9e687`](https://github.com///commit/40c9e6870c989c338ee2fd1b0822c7dcbc01b766)) - Added print of lib when retrieved([`59b1ea97`](https://github.com///commit/59b1ea975bcf58360ff789544cbb9f6e55c252c1)) - Reconnect sooner. Do not cancel wait on transaction recv.([`5b47b81a`](https://github.com///commit/5b47b81accc76c39cc1d7aa946542c8809590b0d)) - Cut down on reconnect spam([`f04318f3`](https://github.com///commit/f04318f3d885e58f9cf4e667c6f25bbc01d66f50)) - Reduce info level logging([`4426e818`](https://github.com///commit/4426e8183f66668a50d7291f207ab6c4b66c5662)) - Cut down on reconnect spam. Faster shutdown while syncing.([`70362ec7`](https://github.com///commit/70362ec7511128ec6558bbe703747280ae5703f7)) - Some platforms do not have weak_from_this()([`1c74c08a`](https://github.com///commit/1c74c08acabf24968249e2e1ffd1359368bac3ac)) - Clean shutdown([`2772d230`](https://github.com///commit/2772d230031dfaa1cb8571171600d3146ee5785e)) - Revert back to join before stop([`1881d00e`](https://github.com///commit/1881d00ee421a905dddf2e8d4aaaf21cf0af8b93)) - Better handling syncing flag([`ade69bab`](https://github.com///commit/ade69babf35c188b4d003ef69b55b36bfa4a5156)) - Code cleanup([`1415b614`](https://github.com///commit/1415b61440de3b904f4577e287c2a80ff65d0262)) - Fix corner case of no connections when trying to determine who to sync to([`33a2e306`](https://github.com///commit/33a2e306d90ea01959f0ab1e8bbafd6ecc96daea)) - Add explicit cancel of acceptor, reverting to original behavior([`b11a6368`](https://github.com///commit/b11a6368eab6016e86b2b8b70d89b21bdf61824a)) - Code cleanup. Indicate thread safety of net_plugin_impl attributes.([`9386e813`](https://github.com///commit/9386e813fd3ae44fe741b6c9face89c127753e76)) - ([`608812c9`](https://github.com///commit/608812c975ee5ea7f9cda0c3c8e538b0330f1a62)) - Revert appbase to master([`fe916876`](https://github.com///commit/fe9168764b0508dd735a13c2d86b79019ec6e301)) - Add close of acceptor and explicit reset of thread_pool([`e93fff59`](https://github.com///commit/e93fff5938d959f99bef30da1ac6afb3983bf5d7)) - Restore destructor call to stop and ioc_worker reset. Call stop() before join().([`0b98f71d`](https://github.com///commit/0b98f71d6f40088bb52c8393797a2885a93fe9b4)) - Re-enable gelf logging([`0d181ae3`](https://github.com///commit/0d181ae368e2efe0126d4926db393bcfb39e0482)) - Cleaner shutdown of thread pool([`a6b56d2c`](https://github.com///commit/a6b56d2c0d0beefe18c53253e2e0fbfb525b8445)) - Temporarily disable gelf logging([`c7805f92`](https://github.com///commit/c7805f9293ddf4ae4b3020c762d40af5ed08ec83)) - Temporarly disable gelf logging([`e2a3f8b5`](https://github.com///commit/e2a3f8b5a434d800f0935c507cc321b42d984564)) - Update to fc with longer application lifetime([`217ae1d5`](https://github.com///commit/217ae1d5d27cb3d70815dd4a537c5d7dd8a15992)) - Don't always immediately try and reconnect. Do not close connection on first rejected block.([`af2fa989`](https://github.com///commit/af2fa989cecab29aad5e4897b64472ad686b57ef)) - ([`ecdee7a3`](https://github.com///commit/ecdee7a354dfdd32192f1b76d698370a305cf775)) - Safely shutdown timers([`243f0b6f`](https://github.com///commit/243f0b6f90ee94230abbc6e82a94a3d85f3d36f8)) - Nodeos can take a considerable amount of time to shutdown if busy([`bc9bce6d`](https://github.com///commit/bc9bce6da3dcd4231a1e988985c46df5e751c4b0)) - Protect net_plugin_impl until net_plugin jobs all finished([`f3a38bb8`](https://github.com///commit/f3a38bb8cceef108e4bfde08c9a8893c7e3d2f48)) - ([`b6cd0da9`](https://github.com///commit/b6cd0da93783fe52ec35c0cd25ca422d82e249b5)) - Increase the timeout for nodeos_startup_catchup_lr_test from default of 1500 to 3000 seconds([`95d08ca0`](https://github.com///commit/95d08ca0e9c2a7445fd4dc703e9f11cc7ecad65a)) - ([`2fba1329`](https://github.com///commit/2fba1329e14945247528e23e7b3a39572beb95b9)) - Do not broadcast blocks when blk branch sync([`b3905db2`](https://github.com///commit/b3905db26e9c7392773b4408be0c0d18518bc5aa)) - Add expiration and block time to expired transaction exception log message([`4e6aef54`](https://github.com///commit/4e6aef547f46ba6218e36d81476f7226ab25e7ff)) - Removed deprecated operating systems([`518a23d7`](https://github.com///commit/518a23d7b06f3e52d4ea416e45897206cd191c92)) - Fix spam of reconnect([`8b5271e9`](https://github.com///commit/8b5271e9e4b091a24236920b413f8856d1c04965)) - Fix spin on running connection monitor([`5a998094`](https://github.com///commit/5a998094fb9db1a3efc26c2fb3b0615b3d57b7f0)) - Send handshakes on go_away([`d1ea5f59`](https://github.com///commit/d1ea5f59951074a520c326ddfa7ec3a01a300060)) - Update log message to use peer_name([`1f350331`](https://github.com///commit/1f3503312bd308c5925ab99bd64d1c6731d3252f)) - Fix connect race condition([`93276047`](https://github.com///commit/93276047dbfe92a8cd783f7f0d6fc90520c827c5)) - Fix for too many re-try connections([`2af05d70`](https://github.com///commit/2af05d70c413306a690cd1a2015fa095b944042a)) - Fix connection monitor([`f939ead6`](https://github.com///commit/f939ead6edb43c31c98388a6814370aa0d4122cf)) - Correct bool check([`241acaa5`](https://github.com///commit/241acaa5fc50558d8ffa144192a284697ca2ed5f)) - Pause for 5ms before trying to connect again([`3254df88`](https://github.com///commit/3254df88997ac44b2422b44ce9714a42f4860d2a)) - Fix for infinite connection retry loop([`276d3c9d`](https://github.com///commit/276d3c9deeaa5a3df9ed38e6441bbc0c2596c67a)) - Fix infinite connection loop([`6b1650a8`](https://github.com///commit/6b1650a8f6c265e2f07116cfc67692ea0da6516a)) - Try to connect after close([`f84d4f88`](https://github.com///commit/f84d4f88b3c43bf6eed3bf182fa198b497339a42)) - Use std::shared_timed_mutex instead of boost::shared_mutex([`108a08b0`](https://github.com///commit/108a08b0d7d0af7529838e9d5c5e5aa75685ba1d)) - ([`b00a8045`](https://github.com///commit/b00a8045e4b35354cbb68288391a787e677985a0)) - Add back duplicate check([`805a80ed`](https://github.com///commit/805a80ed3e2209f9a924c776c2ac35efb7b361f7)) - ([`d7dae878`](https://github.com///commit/d7dae878500de992043e46017213ec8616f64dfc)) - Do not reset pending_message_buffer in close since async_read might be in flight([`64917718`](https://github.com///commit/6491771813f6e823675d4970e7bc3d8b9d6e3bdd)) - AWS2 image fixed by hand, revert commit d09ad42([`4e410eed`](https://github.com///commit/4e410eed7b4e14538ca70b70a89320476e108f58)) - Temporarily disabled AWS2 steps because "Yum update failed"([`d09ad42a`](https://github.com///commit/d09ad42a01865ec22dfbc89dc7a9f240de35d304)) - Add shutdown to connection close([`d288bd9d`](https://github.com///commit/d288bd9d13fdec6f232f9d3cdee72c7be0357679)) - Break out of handle signed block if disconnected([`2e7b2744`](https://github.com///commit/2e7b27442fb93316c2bcdb93bbfb2e924285f2d4)) - Temp remove duplicate check([`f6ee9064`](https://github.com///commit/f6ee906457d417c05f2746e8834eb3d98bdeb589)) - Remove add of send_handshakes([`05231a2d`](https://github.com///commit/05231a2d9fbdb05a0686c5a3607910693eaf7302)) - ([`0b319629`](https://github.com///commit/0b3196297acab2cc610d17ad9792453b75c8b788)) - Fix protection of connections. Record block after verify it links.([`f5d5f741`](https://github.com///commit/f5d5f74198961768bd54f9f1b6ddebd182a2a5ca)) - Protect connection fork_head, fork_head_num. Improve logging.([`30e9676f`](https://github.com///commit/30e9676f1d438c912c5221f26240bb8d1ec1dc66)) - Add protection for last_handshake_*, last_req, and socket close([`790e8889`](https://github.com///commit/790e8889ab9168837c426fef6589479bc1bb23ca)) - Remove dead code([`27651ec9`](https://github.com///commit/27651ec9ba89a4cff5a02a83e5d30c70711fd57b)) - Get sync block at medium priority([`1e051295`](https://github.com///commit/1e051295a05ebd0bfe497fb6b1c1dcd76560b128)) - Protect last_req and fix syncing issue([`541b9c7a`](https://github.com///commit/541b9c7acc090879f8539f33ff1f3bf6ba2fd0d6)) - Accept block_state_ptr as const&([`3eb770ad`](https://github.com///commit/3eb770ad3850d4ac7430153e4efad916c14420ed)) - Handle almost every net_message on net_plugin thread pool. Optimize bcast_block to not send when syncing.([`99b42206`](https://github.com///commit/99b422067955fa9d4fa5b3dd2e8af64fa977dc9d)) - Make sync_manager::recv_handshake connection strand safe([`b8762f85`](https://github.com///commit/b8762f851b9683b8e6e42d4c7471adc5caed66f4)) - Work toward making sync_manager and handshake message thread safe.([`90b479db`](https://github.com///commit/90b479db92d387618a82b3106e1132676c130bf7)) - Use boost::shared_mutex for connections. Multithread broadcast block.([`22f9e666`](https://github.com///commit/22f9e666070fe2e08d7d2d1839e30c7baefe525f)) - Make use of resolver thread safe([`ba140e84`](https://github.com///commit/ba140e8443b67d45354849901f30bbe0d1e4c57c)) - Make queued_buffer thread safe([`c66bf7ec`](https://github.com///commit/c66bf7ecb22065fa02011eebb06b70d50af653ac)) - Move socket ownership into connection.([`1bcb0fb8`](https://github.com///commit/1bcb0fb81635ccf5732fa65b9c9ba5381db0f437)) - Fix deadlock on close when closing connection that is syncing from peer([`e63b66c3`](https://github.com///commit/e63b66c3e0fef4974926ece65f795745eb65cfc8)) - Made all access to impl->connections thread safe([`e1ea686e`](https://github.com///commit/e1ea686eb64f2cdb84376ab12b4194a7eec13303)) - Protect start_read_message via strand([`7e728f4c`](https://github.com///commit/7e728f4ccbe1a52bb5dc2e8df13576d982d56022)) - Remove dead code([`4c8a88a5`](https://github.com///commit/4c8a88a52bf8ba84d5295a7447e041e72f4911c7)) - Add transaction id to log message([`f650ec05`](https://github.com///commit/f650ec0552c2b0dfd90751539f25dec4f61b87df)) - Fix issue with sync and known block optimization([`91516ed6`](https://github.com///commit/91516ed676a480d858511b09b018c664fb063a0a)) - Break expire into two steps([`b36787a4`](https://github.com///commit/b36787a4c3f25a23b6e943ba102ea8707ed77eba)) - Make all timers thread safe. Expire trx/blks on thread pool.([`d5aa85b4`](https://github.com///commit/d5aa85b43ac6a8573430160ae1d5eca519b7eee9)) - Fix for missing connection_id([`a4d55593`](https://github.com///commit/a4d5559342720f7d87cbbab4a8efc3a74a498bd4)) - Consolidate transaction tracking, reducing memory requirements and making thread safe.([`219b2ac1`](https://github.com///commit/219b2ac1a601151d4ce94d4e7233f0fd24365fdf)) - Remove dead code including serialized transaction([`dcc0ea48`](https://github.com///commit/dcc0ea480f8a18cef453f1e01390b51c6c237bf4)) - Remove dead code([`d882f464`](https://github.com///commit/d882f464d896954ac70f3be9b918b47279c71a47)) - Remove txn_send_pending to avoid large # trxs at end of sync([`2bd62200`](https://github.com///commit/2bd622003ae6384bcbbe0be6957332e7701230b7)) - Remove unneeded request for arbitrary list of transactions([`afbcf5af`](https://github.com///commit/afbcf5af65d8bd8662ad99fe93324dba9b74b05c)) - Acquire lib via lib channel. Make expire_local_txns() thread safe.([`b9af7286`](https://github.com///commit/b9af7286c7236d2916d45b95a06454a5805af8dc)) - Assign future on main application thread([`94cba197`](https://github.com///commit/94cba19779392b8adb2420e89e35340d9f1380ae)) - Update comment([`ef3d282d`](https://github.com///commit/ef3d282d7e10e9d5753205e980adec36d63c2a62)) - Avoid tying up a thread to wait on transaction future. Also removes likely safe but undefined behavior.([`4a588b47`](https://github.com///commit/4a588b479f292c0b29ecc41f1679f914326f4174)) - Combine received_blocks and blck_state. Make blck_state thread safe and use it for short-cut out when receiving block.([`a7a58873`](https://github.com///commit/a7a588733d0281f4096ea79deea89d3e9e4eb7b8)) - Test run with producer thread pool instead of chain controller thread pool([`a0207ef2`](https://github.com///commit/a0207ef200928246cb7ccf056da022ea338933d7)) - Move creation of future outside post to prevent wait on future right after creation([`c3830f34`](https://github.com///commit/c3830f34882cdbc9d4a3ff9e9861c3262fd65d98)) - Use unique_lock instead of lock_guard to clean up code([`93f620f5`](https://github.com///commit/93f620f59dca7379554d407a8c474d31a6af0408)) - ([`4c9ca228`](https://github.com///commit/4c9ca228727e2d85cb5f368d4483b3fdd80ec406)) - Move more of incoming transaction processing to thread pool([`f61cc5d1`](https://github.com///commit/f61cc5d11dad254c5da2cb40d24f43e851d54077)) - Force a build([`49d80942`](https://github.com///commit/49d80942726746285a82b19e1c3632999968eb70)) - Fix tests, handle -1 as unlimited max_transaction_tim_ms.([`cdcb59dd`](https://github.com///commit/cdcb59dd41bce4ff27c3ae518ffa620b0eb4d6ce)) - Revert "Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr"([`679b059f`](https://github.com///commit/679b059f823a9955a5b58d79fa6b360fc2b06215)) - Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr([`7f340f73`](https://github.com///commit/7f340f7347da146b360251214fbf655d11a955cd)) - Use command line max_transaction_time for limit of transaction sig recovery.([`6db8bc3b`](https://github.com///commit/6db8bc3b78ca0862d1f9aeca173fb47b94765ccb)) - Add trx id to log message([`40b47f54`](https://github.com///commit/40b47f54ba25046019aeb10968a116e8cc761da3)) - Make chain_id const since read from thread pool threads([`5cf4d317`](https://github.com///commit/5cf4d317e4e3b22f8383547acb8a9165cc3a9687)) - Cache db_read_mode to avoid accessing controller([`67ba7d04`](https://github.com///commit/67ba7d043857e9d981fa3eb98cd5ee6ffaf23be6)) - Move sig recovery in producer plugin to use thread pool of chain controller([`44f0ef52`](https://github.com///commit/44f0ef52a1172fa95f83e4f989357aa6b9f57853)) - Remove unneeded access to atomic([`e65ad222`](https://github.com///commit/e65ad222e238b5a9c25d5a0dee8d97ca5bfc703a)) - ([`f083e55e`](https://github.com///commit/f083e55e88c3249a5095880e0d6f8efa12158bc5)) - Make delay_timer thread safe([`c3e77916`](https://github.com///commit/c3e779169661f46016ce9bd4140bae0934b0c3f8)) - Logging fixes([`f5d408bd`](https://github.com///commit/f5d408bdc4bf2c7e4d51f377b1e6109f5a038330)) - Revert unneeded changes to handle_message([`6caa09c4`](https://github.com///commit/6caa09c4dc184009b69650ae15badeb912ba39ad)) - Update to appbase with FIFO priority queue([`9d1bdb38`](https://github.com///commit/9d1bdb3809bab450bb1c466b701e42f78057b8e1)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`14e7a832`](https://github.com///commit/14e7a832a22fc469b20b208333b1cef6f3f8909f)) - Remove descriptions of tasks as not merged into develop yet([`1b49c5fc`](https://github.com///commit/1b49c5fc3307d1279ba9d4db27a4cd90a01a7e43)) - Test of multi-threaded reading([`cd5ecd72`](https://github.com///commit/cd5ecd72c3170ee8898601e2bc845ecf96129bcd)) - Make delay_timer thread safe([`d183fae6`](https://github.com///commit/d183fae6f6a80cd0c3cbd0ed45ba219409ad2457)) - Logging fixes([`5f8094ed`](https://github.com///commit/5f8094ed5ff26e28d2a7651e337a4a809789dc86)) - Revert unneeded changes to handle_message([`40db0f82`](https://github.com///commit/40db0f820706d9541656af9b5774ab8962d98bac)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`e269547e`](https://github.com///commit/e269547e68f3213f1b824be232578c42a7cc66bb)) - Remove descriptions of tasks as not merged into develop yet([`ce933f4f`](https://github.com///commit/ce933f4f2ea66c57699e91bccda16e4b956700d0)) - Test of multi-threaded reading([`1da7c8b9`](https://github.com///commit/1da7c8b9309dd7f66c092b9b41dc44a8ad148304)) - Move more of incoming transaction processing to thread pool([`c546380d`](https://github.com///commit/c546380d444ee233453a221a574454a8178468c1)) - Force a build([`b0838c1f`](https://github.com///commit/b0838c1fd372b0c28f107353bbc530ebd4aafb3e)) - Fix tests, handle -1 as unlimited max_transaction_tim_ms.([`0b347921`](https://github.com///commit/0b347921c09b1a6a40695d66150704d15e741e89)) - Revert "Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr"([`53c978d5`](https://github.com///commit/53c978d53e591aadcdf9f5bdc0997fe1f4ea3953)) - Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr([`e8f864d1`](https://github.com///commit/e8f864d1eaf3721f4c5c031df318871b682f0380)) - Use command line max_transaction_time for limit of transaction sig recovery.([`8e80ac1e`](https://github.com///commit/8e80ac1e97d9f408cf1d63c7e3b66d1771471564)) - Add trx id to log message([`4d1e3f00`](https://github.com///commit/4d1e3f006f71139dff984b050ec82a59d1e48d21)) - Make chain_id const since read from thread pool threads([`13d2e375`](https://github.com///commit/13d2e375b3b9b65c2e64403d9326329755df4f7f)) - Cache db_read_mode to avoid accessing controller([`e55a3ab6`](https://github.com///commit/e55a3ab6bade592ffcf82033bf459b078f41520a)) - Move sig recovery in producer plugin to use thread pool of chain controller([`c2b3e2b4`](https://github.com///commit/c2b3e2b46f5eac5c7cfb1aaa3468561735bd04e2)) - Remove unneeded access to atomic([`5fef638c`](https://github.com///commit/5fef638c0c2f7580c8d46b500721bd5f18388555)) - Make delay_timer thread safe([`21f3607f`](https://github.com///commit/21f3607f47163e61afe2e7bcc24c378028a20b33)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`328b1ad1`](https://github.com///commit/328b1ad1e5712d42eec8a7ab7156c533f2ca267f)) - Remove descriptions of tasks as not merged into develop yet([`4e8f9081`](https://github.com///commit/4e8f9081511df17bd03289436865676253c5a5ce)) - Test of multi-threaded reading([`f7282502`](https://github.com///commit/f72825020e53048ba674aee1d02946219ae37c97)) - Make delay_timer thread safe([`971ba45d`](https://github.com///commit/971ba45dba70ba31004883a55d5c1f3ac8778db4)) - Logging fixes([`518d6e08`](https://github.com///commit/518d6e0876ab4581b328004d515bb9442dd7429d)) - Revert unneeded changes to handle_message([`65c1436a`](https://github.com///commit/65c1436aad62ec3e296384a4f019b2e6f693d901)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`70bf0348`](https://github.com///commit/70bf0348aeaecf839b71d5cfec2608c3818e174a)) - Remove descriptions of tasks as not merged into develop yet([`0e7518c9`](https://github.com///commit/0e7518c9c3b1dfb5a1cf31dd04eda8550798c514)) - Test of multi-threaded reading([`910840f1`](https://github.com///commit/910840f125f0e0cf6127a79662e89caeab390f5c)) - Add a send_handshakes since we can't be sure chain has not progressed([`abd93b10`](https://github.com///commit/abd93b105dc1a69a4d07d2af21b5c62c34f6a872)) - Temporarily disable bnet tests and mongo tests to speed up testing.([`aa79e4ae`](https://github.com///commit/aa79e4ae91cdc198b3f4fb457ba7989c9184facd)) - Merge with develop([`a5b764ae`](https://github.com///commit/a5b764ae6d2561f9bed537a237b085d4087fd790)) - Fix protection of connections. Record block after verify it links.([`9f906a9b`](https://github.com///commit/9f906a9b6dc26c0c59c6560867b9692116f511f1)) - Protect connection fork_head, fork_head_num. Improve logging.([`a93ef99f`](https://github.com///commit/a93ef99fbe7e866861c9e43ba75c2b9e023d3429)) - Add protection for last_handshake_*, last_req, and socket close([`71280226`](https://github.com///commit/712802265ce91d580e20c7de09e128a4be9069e9)) - Remove dead code([`eb98a90d`](https://github.com///commit/eb98a90d744207d1b8197b44bd3277bc132735b0)) - Get sync block at medium priority([`9e88fd63`](https://github.com///commit/9e88fd63036dc23d3037fd36e25d9bfb8d8c1eb2)) - Protect last_req and fix syncing issue([`2e0de468`](https://github.com///commit/2e0de468238c5ad6bcebeb9b5361d23df94aa043)) - Accept block_state_ptr as const&([`26bcddd7`](https://github.com///commit/26bcddd7cf753bc87e9f20e486b14ce19313e3f0)) - Handle almost every net_message on net_plugin thread pool. Optimize bcast_block to not send when syncing.([`c7b25201`](https://github.com///commit/c7b252013251704aa55b343f2e996f3bef1ad927)) - Make sync_manager::recv_handshake connection strand safe([`2cc95a60`](https://github.com///commit/2cc95a6055533342d3595e20ca76e1fdfeb76bd1)) - Work toward making sync_manager and handshake message thread safe.([`742181f8`](https://github.com///commit/742181f85493dfe39b0d2d520b4d44276f45a290)) - Use boost::shared_mutex for connections. Multithread broadcast block.([`c5b543d2`](https://github.com///commit/c5b543d2dee2b9acf6d96513bcc986bf4e85f3d3)) - Make use of resolver thread safe([`b9861c8f`](https://github.com///commit/b9861c8f570bbdb00b0c84f4207759302ba7d7ee)) - Make queued_buffer thread safe([`75832046`](https://github.com///commit/75832046b01bf6a4bd32f7bbc289135ea20f206c)) - Move socket ownership into connection.([`a0489e13`](https://github.com///commit/a0489e137a10d375079f4636570a053340691c11)) - Fix deadlock on close when closing connection that is syncing from peer([`4a40807d`](https://github.com///commit/4a40807dbbf04fa71772a82edc1bc6a888d4267e)) - Made all access to impl->connections thread safe([`3b9b1951`](https://github.com///commit/3b9b19517d775a27d516b968d0b5c3f63849b8e0)) - Protect start_read_message via strand([`c2b93441`](https://github.com///commit/c2b934417bacdcf00bb982413038e3b5f8fdd924)) - Remove dead code([`e3f2869b`](https://github.com///commit/e3f2869b046f7dbb996e2f7e90b1e2affbc164db)) - Add transaction id to log message([`b6f9911c`](https://github.com///commit/b6f9911c3f82b33855a8bedfb948b9c3e9cffa5f)) - Fix issue with sync and known block optimization([`8f216a5a`](https://github.com///commit/8f216a5af692732291552a991d5220b75ca36bcf)) - Break expire into two steps([`22742eb8`](https://github.com///commit/22742eb8aa95f088713c111eb133d0ef5b156b5c)) - Make all timers thread safe. Expire trx/blks on thread pool.([`32180654`](https://github.com///commit/3218065417fcaff856a8cbe8ebd8f7df12459b91)) - Fix for missing connection_id([`565f39de`](https://github.com///commit/565f39ded9e4e1778da0964c61b86946fe56ba02)) - Consolidate transaction tracking, reducing memory requirements and making thread safe.([`2281543a`](https://github.com///commit/2281543a65ed525fd89bc9f716710a1f196d36d0)) - Remove dead code including serialized transaction([`e3ce304a`](https://github.com///commit/e3ce304a3ac0e3becf470f7dfd0113cc9a1c4c6b)) - Remove dead code([`9611a24e`](https://github.com///commit/9611a24eb5ea7a21ddd215f8db803644eb59c9a7)) - Remove txn_send_pending to avoid large # trxs at end of sync([`10d96f31`](https://github.com///commit/10d96f31cb56fd708e4a6bfdd8ddd6edcbfd0a87)) - Remove unneeded request for arbitrary list of transactions([`e754a794`](https://github.com///commit/e754a794d1a4afce8d3ab438c350a4a88022ed7a)) - Acquire lib via lib channel. Make expire_local_txns() thread safe.([`3c2fe4b1`](https://github.com///commit/3c2fe4b10de784ecec2d15cba12d28582f7b0413)) - Assign future on main application thread([`0aeabc6e`](https://github.com///commit/0aeabc6edf6d85fb7402c97501eb08c7812b6c89)) - Update comment([`f5596eba`](https://github.com///commit/f5596ebaabda61c0841c38876a1a555cfc04e834)) - Avoid tying up a thread to wait on transaction future. Also removes likely safe but undefined behavior.([`cf6e9ca9`](https://github.com///commit/cf6e9ca9685b1ec60c296af5fb87f141d1f27267)) - Combine received_blocks and blck_state. Make blck_state thread safe and use it for short-cut out when receiving block.([`48024fac`](https://github.com///commit/48024faccfea29e0d2bc7d2babbbd99ded8e1ac6)) - Test run with producer thread pool instead of chain controller thread pool([`050e84aa`](https://github.com///commit/050e84aad9e1b5a59a3a8260993deef7ca97b4c7)) - Move creation of future outside post to prevent wait on future right after creation([`679852fd`](https://github.com///commit/679852fd1225dd52245eaa4863e4aa70d5cf85bd)) - Use unique_lock instead of lock_guard to clean up code([`ab91589c`](https://github.com///commit/ab91589cd32e1a0eea40203fb3647ef14214c05d)) - Move more of incoming transaction processing to thread pool([`47c1ce83`](https://github.com///commit/47c1ce83a1cd5f41a9378350846de22c4d30593e)) - Force a build([`8ce8f45e`](https://github.com///commit/8ce8f45e79acff196ad1d2fa2b9e65bbdf7b4093)) - Revert "Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr"([`4a5aa34a`](https://github.com///commit/4a5aa34ab92aceede64153c1602cdafbbf60d8a8)) - Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr([`a5567cde`](https://github.com///commit/a5567cded12caba5b3b134e93e365d705c703e37)) - Add trx id to log message([`e03e1fb1`](https://github.com///commit/e03e1fb10fdaf2d9146b2991fb20fad4edd9f03b)) - Remove unneeded access to atomic([`223c2d58`](https://github.com///commit/223c2d5855d530e57dd8047afe74dd32a6f0cdfd)) - Make delay_timer thread safe([`76768c8c`](https://github.com///commit/76768c8c2ef06d2060bc7c81e886fa8ad14f2cb0)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`c1b652de`](https://github.com///commit/c1b652dec0353d30e001998a7e50df113dfb8d8c)) - Remove descriptions of tasks as not merged into develop yet([`8bd71aa3`](https://github.com///commit/8bd71aa32ae4c1c0a08c17caddf7a262bbb96bd9)) - Test of multi-threaded reading([`de7418f4`](https://github.com///commit/de7418f4a1d0230ec312f8025111a6a770e4e179)) - Make delay_timer thread safe([`8f47db76`](https://github.com///commit/8f47db7641a0900803d1921338ba1b21bb6764ea)) - Revert unneeded changes to handle_message([`8d4e010b`](https://github.com///commit/8d4e010b0eed1e111a3e52627c2eb3c92dd17a9e)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`6444c1a3`](https://github.com///commit/6444c1a380e0744dee455b29b5068050754a37cc)) - Remove descriptions of tasks as not merged into develop yet([`0cb84d61`](https://github.com///commit/0cb84d61f02fc44ac3f0f9ba43df942c8c2ef24b)) - Test of multi-threaded reading([`11e2252a`](https://github.com///commit/11e2252a7132ff9d9505cc73272acab723957a0d)) - Move more of incoming transaction processing to thread pool([`d2840583`](https://github.com///commit/d28405837b1939ea3f1bd1d7472a7ff58ee9ef86)) - Force a build([`9e53b900`](https://github.com///commit/9e53b90063bdb7562fc5773c8527b4d18a5ccb9e)) - Fix tests, handle -1 as unlimited max_transaction_tim_ms.([`86633219`](https://github.com///commit/8663321960cc1dc9afcbc9b5cf5e7008f1fe7b11)) - Revert "Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr"([`fb9c07b3`](https://github.com///commit/fb9c07b3f0949053ea369a2178be9682da451412)) - Remove unneeded ack of transactions. Already processed by handle_message of packed_transaction_ptr([`eb1efbdc`](https://github.com///commit/eb1efbdce026b5b117c2b60bed129663137482c0)) - Use command line max_transaction_time for limit of transaction sig recovery.([`2453be99`](https://github.com///commit/2453be99b6c02d7aaaa0564ec36713df007c5238)) - Add trx id to log message([`a7c46d7c`](https://github.com///commit/a7c46d7c8a87c1887e9ab01269dd085e25e83a8f)) - Make chain_id const since read from thread pool threads([`e63fdbf3`](https://github.com///commit/e63fdbf35c9e3976f47e878fe8db3e978df9bddc)) - Cache db_read_mode to avoid accessing controller([`c6766b0f`](https://github.com///commit/c6766b0f2f41a85a55a8131d6275d52fce2b94fd)) - Move sig recovery in producer plugin to use thread pool of chain controller([`eceaa9bb`](https://github.com///commit/eceaa9bb5cd551e3d38b15ddeeb5404421fdc786)) - Remove unneeded access to atomic([`6732a0fe`](https://github.com///commit/6732a0fe7e843b17647ba9616945391a953c846a)) - Make delay_timer thread safe([`4021df9c`](https://github.com///commit/4021df9cb9b080737b4fd4ff2f50ac3af0d05a24)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`53e79fb6`](https://github.com///commit/53e79fb6bb902125274f7c81453b3d1ece4cbf39)) - Remove descriptions of tasks as not merged into develop yet([`85f92989`](https://github.com///commit/85f929898331815939421af6eccb4fe8aabf3b23)) - Make delay_timer thread safe([`3c96f682`](https://github.com///commit/3c96f68234ab0b1fa2dd23017346636888d2477e)) - Logging fixes([`1f605e2f`](https://github.com///commit/1f605e2fc85fc2c3d3e7dc83f4511e4b9056e600)) - Revert unneeded changes to handle_message([`d44dae9e`](https://github.com///commit/d44dae9effb98ef04d045d772ba1ec44fd55f659)) - Use appbase with FIFO priority queue. priority queue in net_plugin no longer needed.([`bde8ae64`](https://github.com///commit/bde8ae642cc391f544bd2e938ea94aacdd97bc2a)) - Remove descriptions of tasks as not merged into develop yet([`c2700761`](https://github.com///commit/c27007616c1e89a74eda90da45e2c0eabaab99fa)) - Test of multi-threaded reading([`7fd099ca`](https://github.com///commit/7fd099ca3ff4ad3b5de1cbf33bfb4b699f2cb08e)) - ([`704a2669`](https://github.com///commit/704a2669aa759eea7f6c2deba055c0b2c9012fee)) - Removed old p2pPlugin launch parameter to allow test to run.([`0a60ef57`](https://github.com///commit/0a60ef5776f2559ef8a4d12b99ddfd71bf6fcbd1)) - Added blockLogUtil to bin. GH #7253.([`8856a366`](https://github.com///commit/8856a3669732347d240fa1cd6398b0d8b5e8d06f)) - Added integration test for blockLogUtil.([`b5340fd5`](https://github.com///commit/b5340fd5d8b3033eca08d415c327cf2327b38cb4)) - Added script support for trim, make-index, and smoke-test.([`cb09d21a`](https://github.com///commit/cb09d21ac910ba20c8e2ecde5d79610d34ec321e)) - Fixed logic error where find_block_pos read past end of file for nth block.([`961866db`](https://github.com///commit/961866dba75750cb6851417f8a5c4400394d6eb4)) - ([`a5b3c616`](https://github.com///commit/a5b3c616bd89c003f64c507677bf6d6bf02e9903)) - Further updates([`a1ce09a4`](https://github.com///commit/a1ce09a4b7496e4082c71fb8905ee928202e0896)) - Update EosioTester.cmake.in([`2f3b8158`](https://github.com///commit/2f3b8158ce14466d2224d7da74d4b79708e9ef56)) - ([`d9ce4169`](https://github.com///commit/d9ce4169c3358ca949de4c2a8cb2ff09903bce3b)) - Better way of doing the ls to support mac (which doesn't do a tar -xzf)([`77e5ee24`](https://github.com///commit/77e5ee24733aa5a2c64ac8bb1c158a820b88984e)) - Removed dash cause it's ugly([`495cb8e0`](https://github.com///commit/495cb8e07fc0e57affb73de9dc82752bb03b105f)) - Added ls after extraction to confirm it's there (and show timestamp, permissions, etc)([`d06ae667`](https://github.com///commit/d06ae667ca1fce8fe382345bd62edc6a659e6427)) - Final fixes for Zach([`541ae813`](https://github.com///commit/541ae81373e1f37627b0b7892c50c5f34e645042)) - Merge develop([`e0f6fa1e`](https://github.com///commit/e0f6fa1ede8e35720846d38eca35e2aaea8d65e6)) - ([`45d8b1ee`](https://github.com///commit/45d8b1eec77912d9a2614a9a002c311de842ee83)) - Update to fc with boost 1.7.0 fixes([`a99cda46`](https://github.com///commit/a99cda46efc709e1f16ef91c92afb462867daac3)) - Update for boost-1-70-0([`8d17ad4a`](https://github.com///commit/8d17ad4a2216fdb3b719d18d2b795f1754cda0bd)) - ([`463427de`](https://github.com///commit/463427dea55cf486dd4add2c8ec35eb054dfca79)) - Simplify openssl setup in cmakelists([`5faee3b2`](https://github.com///commit/5faee3b29e7a3e5acf3bad1390e3876c164c2a22)) - ([`10ea7cf6`](https://github.com///commit/10ea7cf676a6d31a4ae776e45fbcbd0bd04cbdce)) - Use generic_system_error error code for any chain exceptions that don't have a more specific error code defined([`d9446f76`](https://github.com///commit/d9446f760e3585bfde4c2503bab97b6f2f0e75d9)) - Restrict range of error codes that contracts are allowed to emit; reserves a high range for system level errors([`55b7e79f`](https://github.com///commit/55b7e79f8737410c61f32ee03709f8f3d4c46460)) - ([`85c8bd41`](https://github.com///commit/85c8bd414f40d543f49a5db49ec049e47d5f0053)) - Change how replace existing deferred transaction is implemented to not violate the new (and now explicitly stated) requirements imposed on chainbase objects that should be respected in this code base.([`94672f59`](https://github.com///commit/94672f59d98fa7aac5e383f0624c684b49a3e2c5)) - ([`6725cb8d`](https://github.com///commit/6725cb8d579f4ae29f7c788f7e7fc40c3453da72)) - Remove boost asio string_view workaround([`b768bef9`](https://github.com///commit/b768bef9f8c36a49ee674e878747058365348cd6)) - ([`7b7086ef`](https://github.com///commit/7b7086ef1ce0da32447f34a4785982e5242a5814)) - Fix cleos REX help([`93563067`](https://github.com///commit/935630679385eafce803169c4d41c34f17f33d67)) - Adding back config.ini and genesis([`f50f06a8`](https://github.com///commit/f50f06a8e92108e3d9bacb8b4d8aadb0ad49227b)) - [skip ci] consistency([`f47bcd88`](https://github.com///commit/f47bcd88d9590aaaac20231de7c38adf6a84e833)) - Quick fix for mongo log location [skip ci]([`32b8cecc`](https://github.com///commit/32b8cecce8a7130a835e51012092a44a3e78b336)) - New test scripts([`7f59d58b`](https://github.com///commit/7f59d58b6ba2b683aa93501931640170e7e376d8)) - Fixes for pipeline + docker plugin upgrade [skip ci]([`7de4479b`](https://github.com///commit/7de4479bd37554122e2ce5de23f43f8c5044846c)) - Version bump for images([`eb85f9c5`](https://github.com///commit/eb85f9c5ce2b98734a1634cb025274721ffa3966)) - Pipeline file and quick fix([`5f07c0da`](https://github.com///commit/5f07c0da0b76eb3aad2f1cc9538dfd95a684ff46)) - ([`8675b33f`](https://github.com///commit/8675b33fc59fa8f0e437af0a930ef4f97af6a365)) - Correct net_plugin's win32 check([`867c92e3`](https://github.com///commit/867c92e3369af670e1cf17b8d8234e180b356e7d)) - ([`d458d729`](https://github.com///commit/d458d729fb93bea0f117a626b78f8dd5ce2ba3ce)) - Remove explicit version specification([`afd997af`](https://github.com///commit/afd997aff35b23dbf808f16da890589690397a5d)) - ([`0840a794`](https://github.com///commit/0840a794c3feb846f1d9bd401f74560f957dcadc)) - ([`2f7c122d`](https://github.com///commit/2f7c122d55639fe0335a655bba3681572c3d1dd3)) - Use protocol-features-sync-nodes branch for LRT pipeline([`01ec9b41`](https://github.com///commit/01ec9b41604c478772ca2390762d99969a07ff54)) - ([`a02316ff`](https://github.com///commit/a02316ff96e42eb362698f3261060dd4c3ed65b3)) - Added eosio-build-unpinned pipeline([`5c3a5709`](https://github.com///commit/5c3a5709211892fc0d02971b78c891566379a64b)) - Eos pipeline is not centralized yet([`f29e6007`](https://github.com///commit/f29e60076f18fac48419f4016f2e388b08152f07)) - Removed debugging code([`06d083e8`](https://github.com///commit/06d083e83e3edf3166512c5d44b0e4f60431242b)) - Pipeline configuration file now only has eos stuff([`231798f1`](https://github.com///commit/231798f1f2f6cdb2aff432829650ab453a537b01)) - Pipeline config points to correct multiversion pipeline branch([`ca5cd6a7`](https://github.com///commit/ca5cd6a74c783d346f2cb3870eaf9fb014fd4a92)) - Pipeline config needs a separate object for my beta testing pipeline([`80fcfe28`](https://github.com///commit/80fcfe28ae26c184a02b352b5139874081ef32cc)) - Multiversion tests now point to Areg's sync nodes branch([`c930318e`](https://github.com///commit/c930318ec8cc9b0ef1efac6b04d99bb08706a60b)) - Updated multiversion configuration([`c46cb9ac`](https://github.com///commit/c46cb9ac4a6a143c972357b3ae97437d7cdc7305)) - Fix commas([`9e88287f`](https://github.com///commit/9e88287fe4d24c739521313fea355a684ba02d76)) - Created pipeline configuration file([`f546b267`](https://github.com///commit/f546b2676021bfcde60f9a158def714c14cc402a)) - ([`d9d56a68`](https://github.com///commit/d9d56a68aa94db3331654593d03b438da0f47fa2)) - Return exit success in Buildkite so we don't prevent PRs from being merged([`786c1d2f`](https://github.com///commit/786c1d2fe6fada677df44e824dfd5477d6ddc446)) - Added check for skipped jobs([`86a4217e`](https://github.com///commit/86a4217e8dadd9e876e49fcfc83c4e73b19b4054)) - Do not fail build due to metrics([`4999b0b7`](https://github.com///commit/4999b0b72ef496533b22834a3620c25536d87b5c)) - Ternary operator logic reversed([`631bca49`](https://github.com///commit/631bca4944d3e02459e1f316d9d26e1b95b67351)) - "Test Metrics" job matches filters, don't run on yourself!([`22bfe316`](https://github.com///commit/22bfe316e5bea781415ce576f2508c46d154fcc8)) - Added test metrics step to Buildkite([`df6b4c99`](https://github.com///commit/df6b4c99d4205a8beb6e18535915daf507d2a5f2)) - Removed commented-out code([`e9c1e5eb`](https://github.com///commit/e9c1e5eb0360985449f80079ff84ce1de3ba76cf)) - ([`18368762`](https://github.com///commit/183687625991e8f356bbe4d2ee082369e3ab31fa)) - Add http_plugin and transaction_tracing options([`73708ffe`](https://github.com///commit/73708ffe3a5905397c16e5ed9dc52735ec1ffff4)) - Add configurable logging to http_plugin([`12bc5232`](https://github.com///commit/12bc5232a76d2828c97cb523679f624093fb5482)) - Fixed compile error.([`0c155155`](https://github.com///commit/0c1551556c8ecbc816e1723710446d290bdc3d19)) - Added description to report_time struct.([`1d3bd09e`](https://github.com///commit/1d3bd09e48e1499e690eebd11bed02d19253d1d5)) - Initializing variables for PR comment.([`38812455`](https://github.com///commit/38812455f4e66d6d66bfe06caadd462c99bbe38c)) - Minor cleanup.([`c2c8e997`](https://github.com///commit/c2c8e997dd04bb5d063b2c5655fd1cd2c805f9d5)) - Converted from posix methods to standard C API methods.([`367876c2`](https://github.com///commit/367876c2b90282bd1130a23b133a9ec0dd342889)) - Added class to report how long each task takes.([`dea42ccb`](https://github.com///commit/dea42ccb4b8f4e0ea6e63e03f5533ed9a7f4363e)) - Remaining changes from Steve's branch. GH #6884([`98f156a3`](https://github.com///commit/98f156a39eb8a5d3bbcf09e6d023e47ed4ad4ddc)) - Changed packed attribute([`3ed180ca`](https://github.com///commit/3ed180cac5e948b5dd127b3a260809e658634bc9)) - Add suggested changes #6884([`44b524a3`](https://github.com///commit/44b524a32168e7712e23a908f00de946feaad71a)) - Add new functions to eosio-blocklog program #6884([`806188dc`](https://github.com///commit/806188dc694c9a65052c2b50cbd8f5ee09738cf2)) - ([`ba8f1d33`](https://github.com///commit/ba8f1d33f817a6c72fa5b558e1d0c41bf0f03af9)) - Pass env to build script installs([`37a86e96`](https://github.com///commit/37a86e964e4d5d96d01d46f634f2ad0d7750edf9)) - ([`9a27ea2d`](https://github.com///commit/9a27ea2d526965278a46613af059010046263627)) - Remove unused cpack bits; these are not being used([`a01d6471`](https://github.com///commit/a01d6471330d48c7b52891ed83ef4ac165e4a406)) - ([`b5e741a5`](https://github.com///commit/b5e741a53cb878d335e2d48278cba75e9cbe8d01)) - Change default log level from debug to info.([`2fc682fd`](https://github.com///commit/2fc682fd89681975f7ce59956659750457ed5668)) - ([`39ef959a`](https://github.com///commit/39ef959af5f5de5f0cbeca4a86ff9b21e9b97fe5)) - Bump version to 1.9.0-develop([`15d31ffb`](https://github.com///commit/15d31ffb8003c3d06a701f43016ac5a981364dfe)) - ([`7cef0c57`](https://github.com///commit/7cef0c57ed041c95e600951924c2f426cb44acc1)) - Bump version to 1.8.0-rc1([`2e2fbbc0`](https://github.com///commit/2e2fbbc0efa5777b282ff3812d634cc6e7360e96)) - ([`2476faea`](https://github.com///commit/2476faea6e4bdb2296cac95632b6204eb1b18620)) - Fix shutdown of catchup node([`cf63106c`](https://github.com///commit/cf63106cd420b69a8a6c19eb0f51fbabe96f27ec)) - ([`eaac90ee`](https://github.com///commit/eaac90eee53e49a5d65bdd96a07e2cdd8df0eea0)) - Disable snappy support for mongo-c-driver([`84f817b6`](https://github.com///commit/84f817b6eb9c3181cc5223c30f80c7274c88ce10)) - ([`4f3009f2`](https://github.com///commit/4f3009f288499f8fba27c249907b73f3d33438b6)) - Link to snappy when appropriate for mongo([`a6a172b0`](https://github.com///commit/a6a172b0305c423943269ec977deb83b94bafd5d)) - ([`a68aefbb`](https://github.com///commit/a68aefbb57419b5fa8b1c27e8a2fdc6f8bcd52f7)) - Link to icu or sasl2 when appropriate for mongo([`884714f3`](https://github.com///commit/884714f3fd05ce813f3f198b85a254efb168ff7a)) - ([`0349bfb0`](https://github.com///commit/0349bfb08f8870bed0f37a66c5079092b0e73ebc)) - ([`e162918f`](https://github.com///commit/e162918f3ed2de310a6b09c2aa5b64511a7392af)) - Update to fc with gcc fix([`ed20ca53`](https://github.com///commit/ed20ca533e389188057e3e2ac9e90d09f337422c)) - ([`cdde673d`](https://github.com///commit/cdde673df0e292758171b07bc2ea5df39373b753)) - When building mongo cxx driver, point cmake toward built c driver([`f2208a97`](https://github.com///commit/f2208a97f1b4ac2d8773071a5ef5ce4a442ed80c)) - Add NO_DEFAULT_PATH to mongo find_libraries to ensure we don't mistakingly pick up a static library from elsewhere([`5d8ef415`](https://github.com///commit/5d8ef4153f11c05b5cf94ceea1c87ec8d048f2c1)) - Restore a few pieces mistakingly dropped from amazon script during merge([`9ba29521`](https://github.com///commit/9ba29521a04cad0e980e9c7d4f2322f67dd1dd20)) - On macos, have cmake search through $PREFIX, not $HOME, as $HOME may no longer be where the script installed deps([`30421420`](https://github.com///commit/3042142088070dab1c139a0c74eb5827c2af728d)) - ([`db1c4247`](https://github.com///commit/db1c4247fee6b44cc2dbc9572b0abfbe5e680cd0)) - Reenable mongod during buildkite serialized tests & revert VM([`57fc7c34`](https://github.com///commit/57fc7c347291815ac679131cc5f44c0059449c7d)) - Reenable building of mongo c/cxx drivers([`968ab798`](https://github.com///commit/968ab7984c682abc3f1d72a748c563a5edeff7f5)) - ([`7d9ebb92`](https://github.com///commit/7d9ebb92a4d286c6616caea4b5fc32f9a031aed9)) - Update wabt submodule again([`09722192`](https://github.com///commit/09722192db9c28e9100d739ad06a6c6135334301)) - Update wabt submodule that removes -Werror([`f7cefd8b`](https://github.com///commit/f7cefd8bea468584acd87b9071da9579682d8f9e)) - ([`fc4e7370`](https://github.com///commit/fc4e73704d90fe1f674f943b25974a1a2ad0226a)) - Try to fix relaunch error in nodeos_irreversible_mode_lr_test([`8abb4cab`](https://github.com///commit/8abb4cabc6d39abba4a45ddbfa55030db6dd6ec3)) - ([`8b2f3484`](https://github.com///commit/8b2f348409bf5ea7ee7a3ff3e514478e1ba999c7)) - Remove dead code([`8a2e891c`](https://github.com///commit/8a2e891c9d7ac9b61a8e0f8794f9d54727914a7c)) - ([`807457d1`](https://github.com///commit/807457d158eaf85aea08d9a9e7b1f5e4c09c0da1)) - Remove old testnet.md file that isn't relevant([`c996927a`](https://github.com///commit/c996927a0fd9860aa8e649b5e44f7d5764c80eea)) - ([`e5b7a0e5`](https://github.com///commit/e5b7a0e5385209e9c00bad72bc0218e8ae19bf92)) - ([`8c73b06b`](https://github.com///commit/8c73b06b507523f05d4aa9d97340bf3902a80d66)) - Remove references to "Debian" when talking about "Ubuntu"([`ab8440f7`](https://github.com///commit/ab8440f7b100a7bec7ee7119f33e89e9b2a5a530)) - Remove debian from root eosio_build script; cleanup error message([`2f3cd5d0`](https://github.com///commit/2f3cd5d05750427a25582afa649ee12e6d7dbcad)) - Limit centos build script to version 7 only; too hard to predict future([`654cbeea`](https://github.com///commit/654cbeea6d4dcdef20019a43dad1ba8ee1d3a319)) - Remove amazon linux "1" support from build script([`55f34c4a`](https://github.com///commit/55f34c4a8608dfbf8df275fe7e4d46f2797f3f82)) - Remove Debian from ubuntu build script([`c3180bd2`](https://github.com///commit/c3180bd2ed1c06ac8c593127d325755c14150765)) - Remove unsupported platforms from README and build scripts([`c9f325aa`](https://github.com///commit/c9f325aaed00965167f5a26290d07f59dca7fadb)) - ([`00a4ec73`](https://github.com///commit/00a4ec73df52b8522df87ffcfcbca63d7ec1107a)) - Remove stale license template([`8951d34d`](https://github.com///commit/8951d34de6638a3d7d550b0da54d3e873c31c342)) - ([`18e7bc52`](https://github.com///commit/18e7bc52cf77d84907f7cee99c00018e185a00a2)) - Cleanup cluster.py and also increase retry time for bios node check pulse([`68a7c53a`](https://github.com///commit/68a7c53a333a38118253722c8c021764e876f5d8)) - ([`e751f917`](https://github.com///commit/e751f917011069e62766119cd8f9abffdd6bbd0f)) - ([`abc90ffa`](https://github.com///commit/abc90ffa0126df5be22ddad1dbfea829a1339bda)) - Anka reverted([`22db3969`](https://github.com///commit/22db39698813adf3af069388306a0c75d9e40898)) - Anka revert([`45e52eab`](https://github.com///commit/45e52eab05675f020cb716776caf818d40f15af0)) - Anka finalization([`0cbead98`](https://github.com///commit/0cbead98fc06cf1433834cef635cff3845ea955d)) - Anka finalization([`d3262636`](https://github.com///commit/d32626363678adaf7821ed900ea5d0c536b52b5c)) - Anka finalization([`75f69a04`](https://github.com///commit/75f69a049658828964c7391f34130ccd1a851308)) - Anka finalization([`1f2266d5`](https://github.com///commit/1f2266d588b397023cbeba842a79df519cc9c6e3)) - Anka finalization([`dee9f106`](https://github.com///commit/dee9f106f30ab6cc2f6077eb29c969ceaf2aaed8)) - Point tests to new mac builder and remove remnant flags to cmake([`3d7cc2a2`](https://github.com///commit/3d7cc2a23ac9d3b5f295ef8a212e81b9b7aa4301)) - Remove force flag and use new mac builder([`b8fee492`](https://github.com///commit/b8fee492303d0a12c48600a6af2fa5fccd29077d)) - Disable mongo tests([`69096650`](https://github.com///commit/690966505dc03a97342c446483baa2d0e42dff29)) - Merge develop([`5a6aa497`](https://github.com///commit/5a6aa4978642003d7e71938df6532b654909272a)) - Adding back -f until base images are built correctly([`745b0bbf`](https://github.com///commit/745b0bbf518872e11ca35bcc57be81de9885aa44)) - Remove force flag from pipeline.yml([`bd97221c`](https://github.com///commit/bd97221c332ae08f334175e3da048e3c29d06817)) - Left over /([`ccd0be4c`](https://github.com///commit/ccd0be4c4e6b12627a834d02616e08fdd125d283)) - Forgot fi([`4228e97e`](https://github.com///commit/4228e97e3358c5b6b97ec65b42afc48c477b4323)) - Addressed comments([`c520f376`](https://github.com///commit/c520f37608da715a826f6c67a3f33276bb7fa39c)) - Pipeline changes to use new images([`caf409e3`](https://github.com///commit/caf409e31166ec40dcec0fbd1cbefce2b5d33909)) - Addressed changes([`f123138e`](https://github.com///commit/f123138e7627d85aa06564a2bf30e3206579bbbd)) - Modified .pipelinebranch([`5b342dcb`](https://github.com///commit/5b342dcb98d15ac021d6a9abf4dd92050a897dc6)) - Merged forced-replay([`82dac0de`](https://github.com///commit/82dac0deb7eb8d0159ce99b205efac31557a156f)) - Add clang8 bin to path for boost builds([`77a68c50`](https://github.com///commit/77a68c50adfe5f6918c56a462f291b8f275496b9)) - Add force flag temporarily([`9e816310`](https://github.com///commit/9e81631073e3f319f36755b5fe2efa27b4665023)) - Add force build flag and build mongo flag([`1a54110b`](https://github.com///commit/1a54110b3874fff10c997e7da4b231fe0d7b23b7)) - Clean up toolchain file([`033187c8`](https://github.com///commit/033187c84c4333dc88f725aab53834439c4c4aa0)) - Still a long day([`920d6aa7`](https://github.com///commit/920d6aa7572a7a09f69175fde4f1357a0fc35cb7)) - Long day([`1729f49b`](https://github.com///commit/1729f49b6f5a3b58ffd7ff8bd8abf822f7b6d773)) - Only build host for clang and fix dumb mistake([`b34a6bd7`](https://github.com///commit/b34a6bd743d41973e0cc4baf1d681c09114b94cb)) - Mistake keystrokes([`cdb47a59`](https://github.com///commit/cdb47a59b3a6dd267d639e857ff516596b866dc8)) - Just going to use git for llvm4([`88077b70`](https://github.com///commit/88077b706eb2aae5945602bbe4b32a9987334892)) - Remove j from tar([`6ebb635b`](https://github.com///commit/6ebb635b20a7ba4fe9e4d0f3ba445975afe3a834)) - Issues with tar([`00d665de`](https://github.com///commit/00d665defbf705b520341a2c8d45d44e814aa6b8)) - Merged forced-replay([`20160473`](https://github.com///commit/2016047340c4c5a87925a33fafe7c6dfcd4467b0)) - Use SRC directory([`2734def8`](https://github.com///commit/2734def80525d5e40f480b83f80c5b9f4aa2a1e8)) - Remove depth 1 from cloning; missing commits([`b793f31b`](https://github.com///commit/b793f31b9c50f2548cc04880767d5711bd9d1a1c)) - Forgot $ for PIN_COMPILER([`5f4fafc0`](https://github.com///commit/5f4fafc0b891d8dc5435e59371bfe15dcd72f893)) - Add cd to tmp dir([`7209b24d`](https://github.com///commit/7209b24dbb5fee0ed49887edead23e9261ed82ad)) - Switch over to libcxx and no mongo-cxx-driver([`436651d0`](https://github.com///commit/436651d075989c3a7eec413672a8175c42e7d9e8)) - Update toolchain file([`128918d2`](https://github.com///commit/128918d2603913dad9bf1874b6cf8887457fbfaf)) - Gitignore missed toolchain file([`627d351c`](https://github.com///commit/627d351ccc91df16df309b559e5b7017f5a8ed1e)) - ([`5013e6ec`](https://github.com///commit/5013e6ecc898b25b7b16b041ad5d8cc9d92aa9fa)) - Update eosio_build_fedora.sh([`f630b3de`](https://github.com///commit/f630b3de2f5b7f02e52b2e8428676da226a41c49)) - Update CMakeLists.txt([`6bb66a65`](https://github.com///commit/6bb66a65bb17706e5e049113783ef3add10d4095)) - Use script directory variable([`64020d6a`](https://github.com///commit/64020d6a16afbad77b04fd70c79f3889294ee302)) - Hopefully finished([`4ac75707`](https://github.com///commit/4ac75707d3f2a562fdf9920fda8ed54c88912054)) - Still not statically linking after merge([`bc532d96`](https://github.com///commit/bc532d9628280f8813914d7d3580244bcf642fd4)) - I was wrong still need the special case for libstdc++([`fc977c26`](https://github.com///commit/fc977c267f4280c24bd2697a23e5d02e24d1985f)) - Add missing include dir for linux([`0d7f14fe`](https://github.com///commit/0d7f14fe49d6feb7c154e5bbd8872a3c83b4e2b0)) - Update pipeline.yml([`0348ca75`](https://github.com///commit/0348ca75143507f39bb47ac3c5a3446b4b660823)) - Merging forced-replay([`fcce5558`](https://github.com///commit/fcce55589a3000bbfc925fa4f5a02db7ef532782)) - Updating submodules([`dd2b2e71`](https://github.com///commit/dd2b2e7178d38fc56b97fbf1f810bda67e328f72)) - Don't think we need to add the libstdc++ any more, trying it out([`b0d05538`](https://github.com///commit/b0d05538df533a6c83c8fcf13985c2749b5c04d7)) - Resolved requested changes([`f07d14a2`](https://github.com///commit/f07d14a2f863766132c2a7fcc224e676de99e976)) - Update wabt/no-clobber([`80ed27b6`](https://github.com///commit/80ed27b64e0856ea77d0d526c6f7348980a0f042)) - Update for Apple([`e4bfd468`](https://github.com///commit/e4bfd468f798217c1bf22d2775a4544c2c28242f)) - Add back fix for auto_ptr to unique_ptr([`988cebfa`](https://github.com///commit/988cebfaa67fdf76cd03ae2b48fb89ac57bfc46b)) - Patch linux-unwind.h([`dd0a6cda`](https://github.com///commit/dd0a6cda2f87668a5dab3b839a2de40e55f7fb20)) - Update submodules([`846de6d5`](https://github.com///commit/846de6d511dab3ff87aa913579010985f12be65e)) - Export correct lib paths([`cbc87cb1`](https://github.com///commit/cbc87cb1c4a6319ef7abc9585fb73da872f59c0d)) - Export LD_LIBRARY_PATH([`eeb8b803`](https://github.com///commit/eeb8b803c35fb66cc16a76af1731169b0da0ea2a)) - Use curl instead of wget([`b9f058aa`](https://github.com///commit/b9f058aa9390b7c3a187dd127c0de84057af30df)) - Update all other build scripts([`5a11c0b6`](https://github.com///commit/5a11c0b69af52bad9b6bef121a858e6b2b1d7055)) - Small changes for gcc build([`ba4e17d1`](https://github.com///commit/ba4e17d1621bad4f995b1af4224b7934464ad89f)) - Merge upstream([`e046c0a3`](https://github.com///commit/e046c0a342a46d92f9bd9cce490e12c7db0dd6c9)) - Reverting libc++ changes([`407e2f77`](https://github.com///commit/407e2f77f52181b84a0c3771da3d16afbee4e511)) - Update CMakeLists.txt([`0903cb83`](https://github.com///commit/0903cb837426e5f939f9cd993dcba63903dfbd35)) - Update script([`9055d81d`](https://github.com///commit/9055d81d77d23ca1a71b9ac4d666b11f228b173e)) - Hopefully close to finished with pinning([`f6ac7f68`](https://github.com///commit/f6ac7f68e67d3badb460a2d3e5fa41279b541108)) - Update chainbase submodule([`da1cd081`](https://github.com///commit/da1cd0817e728f652d39193b330763607165dc87)) - Add cmake variable for compiler pinning([`e1467098`](https://github.com///commit/e146709864a917af76d45d8a370070ae0fd9a16c)) - Undo mongo comment out([`14dc2347`](https://github.com///commit/14dc23476172d6526d93136359681689ed4f4790)) - Add new option for pinning([`4597fed8`](https://github.com///commit/4597fed8775ac30809a510f17c80c7364c03bd29)) - Addressed some change requests([`b9e37aae`](https://github.com///commit/b9e37aaedfd9a378221a4158665c384b49d9de9a)) - Revert back to boost 1.67 for now([`4e4179a0`](https://github.com///commit/4e4179a074fbc3d5e322f0bcdcde2ba7b053ded8)) - Use boost 1.68([`62109ed6`](https://github.com///commit/62109ed6702bfeb7c449e8639e7a2f32da995cf3)) - Revert missed commented out mongo stuff and revert chainbase change([`dd226ab9`](https://github.com///commit/dd226ab98f6c44baaf6ab8ee5b35588f55a1522d)) - Small changes for clang 8 build([`637afd9f`](https://github.com///commit/637afd9f6011a470280bcd550c93e3706e68f84d)) - Use libcxxabi([`b1739bb8`](https://github.com///commit/b1739bb89d22377ffea62fd39e8443e3f8922bbb)) - Pull over from feature/cpp17 branch and new stuff for pinning the compiler([`29520adc`](https://github.com///commit/29520adc33a8dc31ac867d5287d4ed4d32d24bcc)) - Update build scripts([`acd22cdf`](https://github.com///commit/acd22cdfc60f1ff0575f6461eb3dd3febd0c1505)) - ([`9f9ce8fe`](https://github.com///commit/9f9ce8fe81bf18e9bd195d04d352e8fecedad29f)) - Remove dockerfiles([`eaa1c81b`](https://github.com///commit/eaa1c81bced695fb3a4c7ae8ac446217251a5523)) - ([`82d0536b`](https://github.com///commit/82d0536b48e5cffd7ff585f562be681d62dffa02)) - Properly shutdown from database_guard_exception during irreversible blocks replay([`966d9fd7`](https://github.com///commit/966d9fd7453e247113301287cf93e1dc3ba90a81)) - ([`b38ec130`](https://github.com///commit/b38ec1303491e7e686f0e6fbb714721e03d8ba9b)) - When replay optimizations are disabled we still create database sessions however, we were never committing those database sessions leaving lots of stale undo states around until the very end of the replay([`0679e563`](https://github.com///commit/0679e563c534cf31fc452cfcc368e2475ebbb971)) - + use bson_oid_is_valid()([`86a8a07b`](https://github.com///commit/86a8a07b5bd20edd2ed94c7adf8c28fe4b8d978c)) - * fix normalizeJsonObject([`806338ee`](https://github.com///commit/806338ee903414750aae2773d5ae5d015824e278)) - Convert fc::variant to BSON directly([`f0014e2c`](https://github.com///commit/f0014e2c46f02fba3949aabc0a567fc2ad663822)) - :variant to BSON([`3f2b658c`](https://github.com///commit/3f2b658c185b35cdc0b0592a49ce0c200fe8ba11)) - ([`39874475`](https://github.com///commit/39874475b579bf43252a966ddd3a21f8f4ed9f2c)) - ([`9b03693b`](https://github.com///commit/9b03693bfaab1c079d5fa859e35762cef8ef3314)) - ([`92473735`](https://github.com///commit/92473735cf683af0697f7e63205822f1c71ad2dd)) - ([`674a18dc`](https://github.com///commit/674a18dc8ab4841aba7e20f4047ccadff9b436dc)) - Keep block log open to minimize open/close of file([`9826e640`](https://github.com///commit/9826e640dca4154e97e1d9bdf6bd5e1f975b845f)) - ([`ee64f46d`](https://github.com///commit/ee64f46d2445a887e3b8273296e5492c6327f4bb)) - Update fc submodule([`e09efb83`](https://github.com///commit/e09efb8345587f6b0dfad200110c3e0544e99b9f)) - ([`7835b9ed`](https://github.com///commit/7835b9edc6154937158e7487dea92151b8b6df51)) - Clean up compile error from merge([`2b3b579c`](https://github.com///commit/2b3b579cff04254b4f3ab39a137395c2fc93d1fc)) - ([`3585b5cf`](https://github.com///commit/3585b5cf0a3d6669256933f6c2fa8bb5c93d26f4)) - ([`f83c5d5c`](https://github.com///commit/f83c5d5c2f4c18efdc45d30475526ed0f71f26b6)) - Merge remote-tracking branch 'origin/develop' into wavm_module_gc([`f60011b1`](https://github.com///commit/f60011b177a9a927a36ac6a275c79e01b7660366)) - ([`1b797b22`](https://github.com///commit/1b797b2258c3a4b66e09f57e70b9b22de2fc9cd0)) - Replace subscript lookup in wavm support code with at()([`62ebdb81`](https://github.com///commit/62ebdb81a56d22f41272019de68b1caf0ca09ca7)) - Don't hold on to wavm Module object any longer than needed([`093bdafa`](https://github.com///commit/093bdafa81e841f1f43ef6c5a5f95f0e0ec97245)) - Remove generation of debug info from WAVM code generation([`c491c182`](https://github.com///commit/c491c182eebfc4e1360971f254e63b7b18703bb8)) - ([`4547a512`](https://github.com///commit/4547a5126d0da6227d9fb97ced4e4aae4f83edf2)) - Allow opening block log with no blocks (fixes undefined behavior bug); contruct_index should leave index file empty if block log contains no blocks([`80f4551c`](https://github.com///commit/80f4551c2cef2d660c4ac8940a2fd292ab76d998)) - ([`eb2f6862`](https://github.com///commit/eb2f6862c9a669efebc348237e6ad831d638c4fd)) - ([`3ed95b42`](https://github.com///commit/3ed95b42c57abc69b894a46babf580fc52fcd7f0)) - Add get_account_ram_correction RPC to producer API([`19ea05cb`](https://github.com///commit/19ea05cbdf55e25855e763acf7278de833d2c67e)) - Set wabt submodule back to eosio branch([`3443d379`](https://github.com///commit/3443d379fae8e90fb20624ff20a6cafa1a1f1969)) - ([`bffc6477`](https://github.com///commit/bffc64772ed8c6dd89a3e17af37904ae7899c34f)) - Evict wasm_cache entries once the last block they are used in becomes irreversible([`097e7454`](https://github.com///commit/097e7454b3301fd48f6ed8c89a20ecef407ba767)) - ([`60db0ae9`](https://github.com///commit/60db0ae925fdb491c0522ac7ba0b5ac4ee35a97b)) - Augment protocol_features_tests/no_duplicate_deferred_id_test to ensure that deferred transactions created prior to the activation of the NO_DUPLICATE_DEFERRED_ID protocol feature are able to successfully retire after its activation([`16c7fcba`](https://github.com///commit/16c7fcbab0ad8758ed517b7d7a51ce8a3c1036ec)) - ([`715af8f5`](https://github.com///commit/715af8f5ce246dd23fc067f9dc7f31808b650949)) - Create snapshots directory if it does not already exist.([`aa6f647d`](https://github.com///commit/aa6f647dd2ffab30ea09bf0c167591788c9c253f)) - Immediately return created snapshot in irreversible mode (no need to wait for new blocks to be produced)([`57e44cbe`](https://github.com///commit/57e44cbeaa6b044401ab7650b83691941bbbafd0)) - Use custom pipeline branch which uses persistent nodes supporting protocol feature changes for the sync node tests([`060e8f1f`](https://github.com///commit/060e8f1ff0f389bde93a11b341e738f6052d0c3f)) - ([`05f3ab7f`](https://github.com///commit/05f3ab7fb660716ecb35a2ee58ae7750e2aba3ff)) - Avoid checking if RAM_RESTRICTIONS is activated twice in apply_context::schedule_deferred_transaction([`10b8ae10`](https://github.com///commit/10b8ae10d0c6f832f5e2d787f0f91295a1d2c2ae)) - ([`54e8d6a2`](https://github.com///commit/54e8d6a22119e42d01b23ef258ce519bb22a6990)) - Log error message if unable to successfully write out JSON files (protocol features or genesis state)([`4fd7e906`](https://github.com///commit/4fd7e9067ae411982d591842a417e00a895d9fa6)) - Exit with error if chain_plugin needs to write out a protocol feature JSON to a file path that already exist rather than trying with another name([`a81ec613`](https://github.com///commit/a81ec613eece3db527d4ae557c03cceb02ba9d34)) - ([`9dfd8e2e`](https://github.com///commit/9dfd8e2e1b2ab9acc9087b5c6a0bb878b4ad1d0f)) - ([`5301a917`](https://github.com///commit/5301a917c457229062d8b11fd9012a3cab6c809a)) - ([`edc1846b`](https://github.com///commit/edc1846bc2be0a158f2f158b3d1fdc8966fc0743)) - ([`be0c39b7`](https://github.com///commit/be0c39b7aef2654d5a503181fc7be71e6cbb6e57)) - Adjustments to unit test for RAM_RESTRICTIONS protocol feature([`a5fe39b2`](https://github.com///commit/a5fe39b25ca47d5d00496bcf52a9ca28a5e38474)) - Add test cases([`f2debc2a`](https://github.com///commit/f2debc2ad30fea08559680fe4d737b90ba9a816a)) - Add test case([`78127099`](https://github.com///commit/78127099336458a27c23b9e3902e876ca7653819)) - Disable_all_subjective_mitigations now disables the subjective mitigation preventing RAM billing in notification contexts #6105([`af752063`](https://github.com///commit/af752063aa8589c6f18c075b96e938bc9274bcd5)) - Implement RAM_RESTRICTIONS protocol feature #6105([`d0746b67`](https://github.com///commit/d0746b67b17e3e8f305f86f032ed84e3398ae4f1)) - ([`40f7acbc`](https://github.com///commit/40f7acbc4876790953a303154f5d648589949a18)) - Protocol_state([`0823c8b6`](https://github.com///commit/0823c8b6ac9b502d99fbaddd998b6363fb723967)) - ([`c72ccbdb`](https://github.com///commit/c72ccbdb6543ae9cec207193cd6bff7acbbecc70)) - Update submodules for PR [#7107]({{ self::remote_url() }}/pull/7107)([`f997ebbe`](https://github.com///commit/f997ebbee43bcf268d300f4453b0685d56aee0a0)) - Just one spurious keyword was all it took to cause consensus failure; aren't blockchains fun?!([`bacee727`](https://github.com///commit/bacee727f4e1f3e75f3b736cf7f5846018c34742)) - ([`d891a76d`](https://github.com///commit/d891a76dd1fce81adfe69523197931ca6d2db9a6)) - Include partial with failed tx, not onerror([`2bad775f`](https://github.com///commit/2bad775fbfaebd4e60731461d265b709270ca73f)) - Add partial transaction to trace([`4b2b757d`](https://github.com///commit/4b2b757d63711e3b9823ba5b80c68f98659ce45a)) - Add partial transaction to trace([`416f69c7`](https://github.com///commit/416f69c7da95fcec6b8b086c290c19a2f6f6d9b8)) - Switch to more efficient order of checks in apply_context::exec_one (related to FORWARD_SETCODE protocol feature)([`a0f40f51`](https://github.com///commit/a0f40f517b150f9a3162068aa032c3a95f721332)) - ([`df0ac8f7`](https://github.com///commit/df0ac8f739793a9ce30fda0d4f795ae75fbffc14)) - Forgot to rename preactivate to activate in testnet.template([`37df54eb`](https://github.com///commit/37df54eb8ccc9f020338f8a48ffcf61a376d2431)) - Use updated bios contract that renames preactivate action to activate; adjust tests and testing utilities accordingly([`aa978cf3`](https://github.com///commit/aa978cf375b5573cb38bc1ef902e9ffc1d1257db)) - ([`2376bded`](https://github.com///commit/2376bded68f7c26d7fe42b4c1c14c452345c5639)) - ([`3aa16e6b`](https://github.com///commit/3aa16e6b572c1fd3169ca435bf0c98072168a0b2)) - ([`f245e9ec`](https://github.com///commit/f245e9ec45a955a2cc1d109f806fbe9887ec4e9b)) - Merge remote-tracking branch 'origin/forced-replay' into ship-spam([`fad5b996`](https://github.com///commit/fad5b9966f3f77d0ccc41ddcafe0ab406f3acb2d)) - ([`f6acf118`](https://github.com///commit/f6acf118d89b35374aa5d697aaa9eed1dab47d3c)) - Merge remote-tracking branch 'origin/forced-replay_code_index-refactor' into ship-spam([`9a618e8a`](https://github.com///commit/9a618e8a0368f93b7b782fc02e348aa4dc95aff5)) - Remove reservation of code_object at index 0([`45184012`](https://github.com///commit/45184012b41036abb88f0577d8cb501e846aac62)) - Reduce spam([`c2a39e09`](https://github.com///commit/c2a39e09ecee64d34427e82a6ff5a68df6319d6b)) - Merge remote-tracking branch 'origin/forced-replay_code_index-refactor' into ship-spam([`34acee2e`](https://github.com///commit/34acee2e5c0dc9e6b47b7fab5922fe8b9c46d199)) - Tweaks to code_object/index usage from review([`b2350206`](https://github.com///commit/b235020679c492aa736bc14c2c92aa73d68730f9)) - Don't store code_object id reference in account_metadata_object([`f50a32d3`](https://github.com///commit/f50a32d310b9703bc89d637aaeaf955ecb853310)) - Store all wasm code in a separate index([`992fcb4f`](https://github.com///commit/992fcb4f1360458a711e66798adbd1812b11d40f)) - Merge remote-tracking branch 'origin/forced-replay' into ship-spam([`8b55d029`](https://github.com///commit/8b55d0290fdebd36ae8ddf0dfd44660965a5800d)) - Bump chainbase([`81c3151a`](https://github.com///commit/81c3151aa6c3524022c9f29bca867878c01f21e2)) - ([`f9e74af7`](https://github.com///commit/f9e74af775f7fb02b0775548959ce8cffa478f70)) - Wabt optimization([`b4f260eb`](https://github.com///commit/b4f260ebd5ec2872a69893f6c6b54e3cafbdb915)) - Prevent spam([`5da99d16`](https://github.com///commit/5da99d166c9173e069bc6c9741de841b24c3b34f)) - ([`632138dd`](https://github.com///commit/632138dd6eef6f7874f681a2706c8d7a7aa5d78b)) - Undo changes to committed test_api.wasm([`da8b444f`](https://github.com///commit/da8b444f1bb418362514885d0154e0d5b73de5fe)) - Added protocol_feature_tests/get_sender_test unit test to test the GET_SENDER protocol feature. #7028([`42838f0a`](https://github.com///commit/42838f0a89d6882b7f8e979b332986a8f59e157c)) - Add test cases([`8f3f41d8`](https://github.com///commit/8f3f41d870c212a3295e8d0b51ce18dcae75ebf8)) - Get_sender always returns creator's contract name([`fee8d96a`](https://github.com///commit/fee8d96ad1f4abaf4f054418101b2540296c5f7b)) - Bump chainbase submodule to new DB file format([`a95b594c`](https://github.com///commit/a95b594ccc43a72b928c843224e6fbcdc6d4d566)) - ([`25ec3cdc`](https://github.com///commit/25ec3cdcbd8ceb39dd5deadccf6e29e13039c52e)) - Ship_current_version([`d58a0612`](https://github.com///commit/d58a0612572dce809e4792450d864339d885918b)) - Gcc 7([`aad7db93`](https://github.com///commit/aad7db93b8af9c6a37502fb566e95538c73e6186)) - Merge remote-tracking branch 'origin/forced-replay' into update-ship([`ec1836f0`](https://github.com///commit/ec1836f0404aeab50422339ba3f081be368714a1)) - ([`7b2c6f63`](https://github.com///commit/7b2c6f63cbcf0b3db66c1fcf285867efb44a6874)) - ([`b2b51e1e`](https://github.com///commit/b2b51e1e9216e72659f823b37de12d3bdde1e36f)) - Store uint64_t error_code in eosio_assert_code_exception rather than extracting it from the string message #6898([`7eebf695`](https://github.com///commit/7eebf69574bca5a093563751174a52ba24d68c7f)) - Add error_code to transaction and action traces #6898([`c3817b3f`](https://github.com///commit/c3817b3f965aaf3d7ac3be5809893ef17aa770f6)) - Remove closest_unnotified_ancestor_action_ordinal from state_history_plugin([`0d5f3d76`](https://github.com///commit/0d5f3d768c87faafbea5ab89e2ee27bc756756d1)) - Rename parent_action_ordinal to closest_unnotified_ancestor_action_ordinal in action_trace([`acce9d1a`](https://github.com///commit/acce9d1a2a59ec5dcd17ebd46a6b4e0320be4508)) - Remove is_ship_unsupported_version([`51771309`](https://github.com///commit/517713090db14b5b200b0cfedd47d296140b6037)) - Don't truncate log from future versions([`03259699`](https://github.com///commit/03259699ace1763dd824e7eb7f844ec751a993b7)) - Merge remote-tracking branch 'origin/forced-replay' into update-ship([`e823fea5`](https://github.com///commit/e823fea55181c20ca237d279c494281d8cf9a3d4)) - ([`1dc6f0e5`](https://github.com///commit/1dc6f0e50f69074c961f185630ce54b5416f2813)) - Added protocol_feature_tests/forward_setcode_test unit test to test the FORWARD_SETCODE protocol feature. #6988([`20288072`](https://github.com///commit/20288072091dd973067ec558ebd8c3f3d3fc3df0)) - Implement FORWARD_SETCODE protocol feature #6988([`a91d0410`](https://github.com///commit/a91d0410a9c5805f048572eb97a9b6d7692afa5d)) - ([`bc9e0e52`](https://github.com///commit/bc9e0e525b961205b6188c5f3e914eacedd5417f)) - Also propagate bad block exceptions out of push_transaction for consistency([`a2d19275`](https://github.com///commit/a2d19275c4e531332370d27b6d822ddb8fdd4961)) - Added protocol_feature_tests/no_duplicate_deferred_id_test unit test to test the NO_DUPLICATE_DEFERRED_ID protocol feature. #6115([`4e8ba132`](https://github.com///commit/4e8ba132cfbec03621c21f0eec845cd331f53054)) - Revert previous commit (the issue was not in the bash script) and fix the getAllBuiltinFeatureDigestsToPreactivate function in Node.py #6115([`063bb595`](https://github.com///commit/063bb595dd37afae0d4766a8fed4622abbafe373)) - Another attempt to prevent the shuffling of FEATURE_DIGESTS on certain platforms #6115([`8ec80987`](https://github.com///commit/8ec809873002b9ee9872f06ad54662e29539c98e)) - Log what the FEATURE_DIGESTS environment variable is set to as well before calling bios_boot.sh #6115([`9c47d56a`](https://github.com///commit/9c47d56aedcbcea76b04d5b4c8235a3f1c853337)) - Log provided feature digests in bios_boot.sh and try a different way of iterating through the provided list #6115([`dd782de9`](https://github.com///commit/dd782de9941c4ec174438cd2856665c3b1b0699c)) - Better way of rejecting disallowed transaction extensions #6115([`aa83af6b`](https://github.com///commit/aa83af6bb4e72458409659841f33f94356c88036)) - Implement NO_DUPLICATE_DEFERRED_ID protocol feature #6115([`324260df`](https://github.com///commit/324260dfc10d6d3f9ea3f18dd41e23d9c87582c7)) - ([`088a8529`](https://github.com///commit/088a852938d6d53a19ac5a8640402ae5c7126426)) - ([`85e78041`](https://github.com///commit/85e780412817b337f9a732be3db05e890c33f916)) - ([`1f798c46`](https://github.com///commit/1f798c460efc9109769cc904141dfcd6259e1a89)) - Address review comments on #7044([`36dbc01f`](https://github.com///commit/36dbc01fe8ed49ad1149946b47c1990de3f86407)) - Remove trailing comma from action_trace_v0 ABI of state_history_plugin([`164a8dd6`](https://github.com///commit/164a8dd6b1d439d9519c674869e8164d262a4234)) - Small changes to implementation of read_write::push_transaction([`9a12ae17`](https://github.com///commit/9a12ae17b6522ded72b373daa600485f8dd053f9)) - ([`047a1551`](https://github.com///commit/047a1551f2e82bd4e051b9eeddf11446922e2968)) - ([`7a5a3736`](https://github.com///commit/7a5a37361818b39c15a6087180b35fb10a936377)) - ([`fa3f720f`](https://github.com///commit/fa3f720f52a3dd9b11abe241fd436462b1331826)) - ([`bb623550`](https://github.com///commit/bb623550015248d5a88b5918c8d94e776f367aad)) - ([`02302ff7`](https://github.com///commit/02302ff7a3d62db3fbc5b70b21a21f38362745aa)) - Add missing change in execute_inline([`ea18fd92`](https://github.com///commit/ea18fd9212083827749179229a526f54a49a0853)) - Add the compiled contract of restrict_action_test([`62ffe259`](https://github.com///commit/62ffe2594d0f41cf64f0ad70ed012571d2ab0c0c)) - Add unit test for RESTRICT_ACTION_TO_SELF([`389ac8ec`](https://github.com///commit/389ac8ec268ec09e5244568b4adeb8f8a9d3d221)) - Add missing change in execute_inline([`20b698c0`](https://github.com///commit/20b698c02c736c5f60a93e9ce733dee9a52d8709)) - ([`0294a0e9`](https://github.com///commit/0294a0e976445f1bfdd83af44d421162b6a6e82a)) - Add test case to 6332 (only bill resouce to first authorizer)([`a5e9c109`](https://github.com///commit/a5e9c109691c40ee8b04d5378b96a4029b4a72e8)) - Implement ONLY_BILL_FIRST_AUTHORIZER protocol feature #6332([`c6404405`](https://github.com///commit/c64044054300a78cc570aa2d58b75b404819816c)) - Update api_tests/deferred_transaction_tests to reflect the fact that protocol features RESTRICT_ACTION_TO_SELF and REPLACE_DEFERRED have been activated([`d62825b6`](https://github.com///commit/d62825b681ad183d3ba76e91e906f05e4d7466b2)) - Implement RESTRICT_ACTION_TO_SELF protocol feature([`c2bcec21`](https://github.com///commit/c2bcec21df1f6bbe18e3c64a1c74b1509bb5c070)) - ([`4d925d05`](https://github.com///commit/4d925d0559bad32d85858f740481ca5faf85aa99)) - Use processCurlCommand instead of sendRpcApi and remove sendRpcApi([`69e4b7e3`](https://github.com///commit/69e4b7e3b79e2f63e582308eb295e882fa1aa056)) - Remove unneeded import([`b4e67e5b`](https://github.com///commit/b4e67e5be66599c19f48d3e3201a26d309ee5652)) - Add missing loadSystemContract([`2b8848c0`](https://github.com///commit/2b8848c0c6c79569ab9daaff0c5c4e54a753134a)) - ([`f2e6cde0`](https://github.com///commit/f2e6cde067d18c5ce26d8c01e3cc30a75744702a)) - Remove parent_action_ordinal([`5636b2e1`](https://github.com///commit/5636b2e196b9b04a18f2874952cc385ac237e814)) - Serialize state_history_log_header([`f4e908e1`](https://github.com///commit/f4e908e11158e1611a0296c004e93b01988550b6)) - Remove state_history_summary([`6701e63e`](https://github.com///commit/6701e63e7e2903c623c894a71fe85b84372f01d0)) - ([`24657d70`](https://github.com///commit/24657d7097a4f04428c31314284e15830a8a0a44)) - Refactor push_transaction API to use direct approach instead of wrapping next([`dcde1978`](https://github.com///commit/dcde1978c3f431c112fb2713a9e0a9af0e0c449b)) - Add additional API for push transaction backward compatibility([`3be5baaa`](https://github.com///commit/3be5baaa031925407806c5903272acc25e7b582e)) - ([`485a698f`](https://github.com///commit/485a698fb769a31c60f5c803b6aa62616888d0c5)) - Improve test cases([`c622c8d0`](https://github.com///commit/c622c8d0188f3b583cdf542a0fb21b257e55ba69)) - Remove debug print([`da3d8d18`](https://github.com///commit/da3d8d18b4099f84494b46282ef6d2d68e255a52)) - Add test cases for 6897-restructure-traces([`7a0ffb3c`](https://github.com///commit/7a0ffb3ccca7d91c6791f00fb257d45c81ff180f)) - State_history_plugin changes to reflect ordinal type change to fc::unsigned_int #6897([`01d2dbcb`](https://github.com///commit/01d2dbcb68414bfafb3a1eef970906fcd11477e3)) - Switch ordinal types to fc::unsigned_int and use 1-based indexing #6897([`c62a5f1f`](https://github.com///commit/c62a5f1f7341576202223497bc96a771b3e640a2)) - Update cleos to support new transaction trace structure without inline_traces #6897([`28377ed6`](https://github.com///commit/28377ed6d5d1285da6b0b00fce3e2a476549b9e8)) - Initial attempt at restructuring transaction traces #6897([`50635a68`](https://github.com///commit/50635a6867c4ec605ac5104441f72d8aa6aaf530)) - ([`c8d82714`](https://github.com///commit/c8d82714cd0ac1862620e3bca116384b797b29dd)) - ([`74cbba5e`](https://github.com///commit/74cbba5ee42b5485b72313667216457d2fe19728)) - Add unit test for disallow empty producer schedule protocol feature([`65ca2668`](https://github.com///commit/65ca26684299634739f3ff6b950f12bfcde51c0c)) - Implement DISALLOW_EMPTY_PRODUCER_SCHEDULE protocol feature([`3e9ca96d`](https://github.com///commit/3e9ca96d539a8a65743bf4d9f34aa0171a1872f4)) - ([`4b741450`](https://github.com///commit/4b7414502647772ad808017aa53dd33551e1bbfa)) - ([`a7468d32`](https://github.com///commit/a7468d32f45246aa6089267368407d3ab0b325cd)) - Add test case to 6672([`1d1e48c9`](https://github.com///commit/1d1e48c9fbc81c9d9133891e14cde0a821ea9d48)) - Implement FIX_LINKAUTH_RESTRICTION protocol feature([`2cee787e`](https://github.com///commit/2cee787e29b74c873e1c00c294e2b249cbda484a)) - ([`bc251c45`](https://github.com///commit/bc251c4518f911d7ad77ceeba4364bb6d48299a0)) - Small improvements in error handling if cluster fails to launch([`d4b9cfdc`](https://github.com///commit/d4b9cfdc76a4ba50d9a45c638f85bc0541693f09)) - Ensure that LIB can advance past block which contains PREACTIVATE_FEATURE([`33f61ccf`](https://github.com///commit/33f61ccf1483a8b9134ac8a70762dded2c2ec458)) - Use portable format of reversible blocks when switching nodeos version([`b8d0ba00`](https://github.com///commit/b8d0ba0012ea205fe0454b623a5adb7d87d83bff)) - Bug fixes in nodeos_multiple_version_protocol_feature_test.py and Node.py([`c62b7ae4`](https://github.com///commit/c62b7ae40eb4b2a6ce2282f526403501c819fb1e)) - Add multiversion.conf file needed by multiversion tests pipeline; ALTERNATE_VERSION_LABELS_FILE path now points to where the autogenerated multiversion_paths.conf file will be located([`85403df3`](https://github.com///commit/85403df3a1ba476a708a79c3d20a39cac44bf0c2)) - Move alternate version label file to cmake([`dec45546`](https://github.com///commit/dec455460339d572b086233f4c22e8b1da852763)) - Change label of nodeos_multiple_version_protocol_feature_test([`1433583b`](https://github.com///commit/1433583b44b479a3f9b270b243dea726a88822af)) - Add multiple version protocol feature test with cmake([`0380b936`](https://github.com///commit/0380b93619e29aa955d221d5485f39bc27d0feb7)) - ([`0af017a9`](https://github.com///commit/0af017a97ac7593e70a70ca9a078974990a25e5d)) - Improve protocol_feature_tests/require_preactivaton_test([`7030d718`](https://github.com///commit/7030d718fb33dfe2cf85b97b1b710f51d9e1c0eb)) - ([`00393cab`](https://github.com///commit/00393cabcbd784d269d01e98c58c0045ab2c9e88)) - Remove redundant line([`b8dd9d4a`](https://github.com///commit/b8dd9d4a1dbd9a70ffb7828508d0ed891f704f95)) - Upgrade chain snapshot version to 2; also add num_supported_key_types field to protocol_state_object([`fb84366f`](https://github.com///commit/fb84366f0c94c2ce72e146dd4ec1a6832a3f0480)) - Added protocol_features_tests/replace_deferred_test unit test to test the REPLACE_DEFERRED protocol feature.([`7401beb0`](https://github.com///commit/7401beb0b6fb0f5cdaf570d0cc90d80e12959273)) - Implement REPLACE_DEFERRED protocol feature([`8460f256`](https://github.com///commit/8460f2567125a554276d1b96ef3c83cfb23a1812)) - ([`5a8ca721`](https://github.com///commit/5a8ca7210413486b8a4d67e5e344e0f689969184)) - ([`3f89faa6`](https://github.com///commit/3f89faa60ee8262005a915909bf12d9792e3daed)) - ([`e23a515c`](https://github.com///commit/e23a515c544a8d7fffb5b40eeba2d87d3f615c0c)) - Remove wlogs from get_activated_protocol_features([`a8cd499b`](https://github.com///commit/a8cd499b9b1ad884d9ca582231a1f5a02bab16f2)) - Store whitelisted_intrinsics in portable snapshot as a set of intrinsic names([`ab4a0ef3`](https://github.com///commit/ab4a0ef38c1de08dd339dcd85d490aa4a3b06856)) - Allow is_feature_activated to be called by unprivileged contracts([`6dfb043d`](https://github.com///commit/6dfb043dcf9d663f536485c00a763857625245a5)) - ([`57c2f538`](https://github.com///commit/57c2f538fec4f8b11a109c89947f1380cdcf3bc3)) - Some cleanup in protocol_feature_tests/subjective_restrictions_test([`d89e5254`](https://github.com///commit/d89e52540960c73593e3c125313a6df6d2946071)) - Pass custom_subjective_restrictions by reference into make_protocol_feature_set of tester([`dde3b351`](https://github.com///commit/dde3b35158b06fa8d8e26c6bb73a346c9edea207)) - Change permission of nodeos_protocol_feature_test to executable([`de1565ed`](https://github.com///commit/de1565edce99ce66aa9e1b77523547e7be4c29b2)) - Add more coverage on the test case([`765d831a`](https://github.com///commit/765d831a9595dad9415ffc9e060ecd9377dbf4bb)) - Add unit test to test subject restrictions([`ccb1a8c5`](https://github.com///commit/ccb1a8c5818099502473d16ceaf5df4e39f14b7d)) - Label nodeos_protocol_feature_test as nonparallelizable_tests([`a54dd469`](https://github.com///commit/a54dd46915e21c95b77fbcf3de4ab1bd8d6f03dd)) - Nodeos_protocol_feature_test now only tests JSON read feature([`ec1e2f18`](https://github.com///commit/ec1e2f18ddc2d6d33f882fd46188c74fb1501735)) - Add test to CMakeList.txt([`a6bed123`](https://github.com///commit/a6bed123d54f78164cdaaf492f6e7d739c75978d)) - Add subjective restriction procotol feature test([`c4631a57`](https://github.com///commit/c4631a57b0e5f2b55c1fc79b03c21353b43db5a9)) - ([`a860f9f5`](https://github.com///commit/a860f9f5d77c19678ab94a621db6a05c52978408)) - Prevent producer plugin from scheduling a feature that require preactivation([`ff870f5a`](https://github.com///commit/ff870f5a82ee76a8400a43e67ac26f3c4daca2cb)) - :make_default_builtin_protocol_feature can be static([`568476a7`](https://github.com///commit/568476a78bd2b1a5c8b7373e8c29eb951c9ea96c)) - Enforce preactivation_required in controller_impl::start_block; add unit test protocol_feature_tests/require_preactivation_test to verify this([`ad8da6bd`](https://github.com///commit/ad8da6bda091cc51a0f0858a77679029c736b663)) - ([`53d77f4a`](https://github.com///commit/53d77f4abb2b7c2381de4214505fd67a659eb1bb)) - Set PFSetupPolicy to be NONE for prod preactivate test([`dfe276b7`](https://github.com///commit/dfe276b71bf4bb3394c44cad19d4f996c4460f95)) - ([`a1b7b564`](https://github.com///commit/a1b7b5643e4701e4100c2bf9f22d96f32503ccf6)) - Remove wrong type checking([`2a93b336`](https://github.com///commit/2a93b336b7c9015be7fe5e7d59826ca9b020f8e9)) - Remove dependency on enum module([`d85b4151`](https://github.com///commit/d85b4151ad1ab0b2e8387985db8f6df9d82a98f5)) - Add some helper functions for Cluster and Node([`21ec01fc`](https://github.com///commit/21ec01fca471f992f74d7112963ecc237391e1dd)) - ([`ab24a3f2`](https://github.com///commit/ab24a3f2ce3352159f2a70303166dc0ea4a55228)) - Port over @taokayan's producer_plugin fixes from EOSIO/eos#6949([`a15322a5`](https://github.com///commit/a15322a513b9525a217b34f2babb407921c5c5c7)) - Preactivate feature inside bios_boot.sh created by launcher([`424374d9`](https://github.com///commit/424374d9559e938498d429c4dfbd21bc50951cec)) - Remove dependency on enum.auto (not available to all platforms)([`5b77b495`](https://github.com///commit/5b77b49566d1481d67d81191145959e639212aa2)) - Change python cluster to use setup policy enum([`23836069`](https://github.com///commit/23836069bc7b255367916bb7c0f239432cbe416e)) - Use API to get feature digest for preactivate protocol feature([`e7440bb0`](https://github.com///commit/e7440bb01c0ce8ef7bfd3a8d100f5543850a4997)) - Decode binary RPC response in sendRpcApi before converting to JSON([`a9d91528`](https://github.com///commit/a9d91528f7293565e2b4bf34b43cd9d94cac18f2)) - Add capability to activate preactivate feature in the python testing framework([`d9fe4591`](https://github.com///commit/d9fe4591102abe7e2b2e9a67d459916f5c67ab3f)) - Add protocol_feature_tests/activate_and_restart unit test([`f23069d9`](https://github.com///commit/f23069d9895f335788d6bd4d9e41a598e62b6c9a)) - Redesign protocol_feature_manager to fix bug which would lead to inconsistent state with respect to activations after a restart.([`355f1437`](https://github.com///commit/355f1437e6f0f73213a01a185cdfc11ae1c193a0)) - Add additional unit tests for protocol activation; fix bug that lead to inconsistent state due to controller_impl::start_block exception([`a7158b1b`](https://github.com///commit/a7158b1b9d2e13e098b4150207cf83cc6092c0e0)) - Add ONLY_LINK_TO_EXISTING_PERMISSON protocol feature (enables writing unit tests that test preactivation); bug fixes in validating_tester([`1b5cece9`](https://github.com///commit/1b5cece9dde0ec8b818ca1a72a8611938703017c)) - Fix reversed condition in get supported protocol API([`caaa5c96`](https://github.com///commit/caaa5c96ec3a44d5197aa70310109531a2353599)) - Add get_supported_protocol_features to producer_api_plugin([`a4bde900`](https://github.com///commit/a4bde9008189d46b6559993addd844bdbde223db)) - Bug fix in start_block: improper count to check if all preactivated features were activated([`3628676b`](https://github.com///commit/3628676bf7223262f13b50c222715bc38238fbe9)) - Add dependency checking to controller::preactivate_feature([`625fce66`](https://github.com///commit/625fce66f3a44fae046cb86c718f2223f5c63b8c)) - Correct action name for preactivate_protocol_features([`0b00d787`](https://github.com///commit/0b00d78708bfad3018147f28c7d56359d9207304)) - Check for invalid protocol feature activations earlier when producing a block([`9ad228bd`](https://github.com///commit/9ad228bdf75c13e863fd21fc5b16e959305dc1c4)) - Avoid redundant validate_and_extract_header_extensions in fork_database::add([`5c36f615`](https://github.com///commit/5c36f61532f9596e7ce4bff18426293a9f01871c)) - ([`6ec6afd3`](https://github.com///commit/6ec6afd3b5509fea4607623afd682468f2694550)) - For now switch back to using old bios contract in smoke tests until they are updated to initially activate PREACTIVATE_FEATURE([`6bd09b1d`](https://github.com///commit/6bd09b1de6d3b7334e2ebcddd6703aac0cdbb879)) - Rename schedule_all_builtin_protocol_features to preactivate_all_builtin_protocol_feature and reimplement to respect dependencies and earliest allow activation time([`8fb0d292`](https://github.com///commit/8fb0d292bc0378645420c423a8c351944d1f811e)) - Change default setup_policy to full and fixes the existing test([`2398d8c6`](https://github.com///commit/2398d8c629b26eca74d0f532262a4e4f848826d7)) - Initial modification to tester for pfm without modifying current test behaviour([`9340e2c5`](https://github.com///commit/9340e2c5db135e13ba9e8a9d22ab9907593d8e69)) - Add protocol_feature_tests/activate_preactivate_feature unit test([`9deb6f75`](https://github.com///commit/9deb6f75ae479caefad7b03e201c8d73389043b5)) - Add intrinsics on PREACTIVATE_FEATURE activation([`c64c963c`](https://github.com///commit/c64c963cc6c3fea09e036f683a7e5f40fc00b944)) - Add preactivate_feature and is_feature_activated intrinsics; add get_scheduled_protocol_feature_activations and schedule_protocol_feature_activations to producer_api_plugin([`1dd9a351`](https://github.com///commit/1dd9a35182e9c67758a4e41dc25436bd762877d4)) - ([`66ef2243`](https://github.com///commit/66ef2243163c00a06b9025830c3f799da8604fcf)) - ([`145fb7e5`](https://github.com///commit/145fb7e5eeae1ec790dcf1dc0896336839ca8fb2)) - ([`9d3aa19f`](https://github.com///commit/9d3aa19f8abc51b04f9d414640718535a920d204)) - ([`71c4187d`](https://github.com///commit/71c4187d7ede33adab3a23973c0d85ba2d724bc8)) - ([`e22ef4d1`](https://github.com///commit/e22ef4d136d3bd58a0d31168c211900195a42179)) - ([`4a0a6f64`](https://github.com///commit/4a0a6f64ec2aed4aed569ee5c188fae46d75e92e)) - ([`bfead420`](https://github.com///commit/bfead420584e67b9a221906d2e6461aa564f23b4)) - Bug fixes and improvements #6437([`feb64567`](https://github.com///commit/feb6456701e65758be1e3618d0abffc171b51b91)) - Initial work on #6437([`2d4d0d35`](https://github.com///commit/2d4d0d352f815d0d99dd8cf8d4ce554e33fc446c)) - Set description digest for PREACTIVATE_FEATURE([`8c915c90`](https://github.com///commit/8c915c90c64aa923c129e78f20d4e791f0fe6665)) - Remove digest from protocol feature JSON filenames since they can become inconsistent with the contents([`1459875c`](https://github.com///commit/1459875c4dbfaccc9c4982ee6203934eedfcf9f4)) - Add dependencies to hash that generates feature digest([`97f57de3`](https://github.com///commit/97f57de358af847e1060284a3ffc84f623125cb7)) - ([`2ce825f6`](https://github.com///commit/2ce825f616a1736cb64bf25a305e0d29a8435440)) - ([`4298baa8`](https://github.com///commit/4298baa8ef271b57d0ae5c48194d2efb4d3ff5f4)) - Add unit test to ensure that broadcasted block by producer node and receiving node is identical([`3728fe72`](https://github.com///commit/3728fe7255d778de9bfc8589344f28363931e44f)) - ([`c1bb0514`](https://github.com///commit/c1bb051464859fe653e402ee8bb1fd7f1f9c6442)) - Update wrong calculation and add back deleted assert message([`e0160e2c`](https://github.com///commit/e0160e2cda44e5bfd09f841c0cad64001137ee9d)) - Remove current bug comments as they are fixed([`c2374222`](https://github.com///commit/c237422224555afeae639f151da0e87ac6170b44)) - Modify test case 2 to match new behavior([`5e3ed75c`](https://github.com///commit/5e3ed75c976e1e0e64132aa867bdf56829c94fd3)) - Add additional test case for #6704([`d89aae8d`](https://github.com///commit/d89aae8d2c57e04021f2e07061962c82baa95be8)) - Add missing check for test case 1, update some comments, and remove duplicate comment([`708d193b`](https://github.com///commit/708d193bfd30291091828e6ed08ecaa25087c6b3)) - Enable cacheopen for the node relaunch([`36f6f7c5`](https://github.com///commit/36f6f7c5bd59af617a1b8566f40948917d634ce4)) - Handle assertion when reversible blocks do not exist([`41224982`](https://github.com///commit/41224982aa73e0efc64a7146ec316ba04ca2dd6e)) - Update irreversible mode exit code depending on test result([`70e277f9`](https://github.com///commit/70e277f9c19f2423083b250bf3597a438269577c)) - Modify Cmakelist to include test for irreversible mode([`a02c5e1e`](https://github.com///commit/a02c5e1ef88f96ab43e27dd9ac84dd19a8714968)) - Simplify irreversible mode test cases and add more description([`ecbd50c6`](https://github.com///commit/ecbd50c6c980a5780f70869eeb8e75a189bbf4d0)) - Add test cases for irreversible mode([`7ef47d01`](https://github.com///commit/7ef47d019ffc1fe0a8ad369db932a061d065f397)) - Simply logic now that there is a guarantee that no reversible blocks will exist while in irreversible mode([`580361fb`](https://github.com///commit/580361fbae198eee501dca1d24e06acf2c6e57ad)) - More fixes for irreversible mode([`256c8a46`](https://github.com///commit/256c8a46f6c73c6946fe5d18e965a531efb418b1)) - Correct ilog message on fresh state database; better error message when applying best branch from fork_db([`5f428707`](https://github.com///commit/5f4287070954d97f79eeee66850080e98ea4d5cd)) - Replay no longer removed fork_db; avoids losing info on irreversible replay.([`c982dd6b`](https://github.com///commit/c982dd6bf6840d68edc01880996fd3264b6c0b26)) - Major changes to controller_impl::init to fix #6842([`1d2330b3`](https://github.com///commit/1d2330b3df39d07fec2cac51a460113e69133d1a)) - ([`696c5a1a`](https://github.com///commit/696c5a1afb953547546a4593621aef901c949b91)) - ([`3e9a2c83`](https://github.com///commit/3e9a2c838b5bf58d1e3159457251390d6f9825e3)) - Basic support for preactivation #6429 #6431([`a72eda92`](https://github.com///commit/a72eda92fa80e88feea2c13ade6ce1553eefef78)) - Switch protocol_feature_activation_handlers to unordered_map #6429([`cee12cc3`](https://github.com///commit/cee12cc3f3b6e4342f87f0c415343896d5fedd4a)) - Use nth_element rather than sort in calc_dpos_last_irreversible([`9940b2c3`](https://github.com///commit/9940b2c352210f5be5498aec437e64edb993e412)) - Enum hash function needs to be explicit to work with old gcc compiler of Ubuntu 16.04 #6429([`1fd25de0`](https://github.com///commit/1fd25de0bda38136f1048c4f11aca9be10c9ca6c)) - Update protocol-feature structs to use new fc::reflector_init; logging for recognized protocol features #6429([`08318b7b`](https://github.com///commit/08318b7b7979c84a54a6b688df7029e9679edbb3)) - ([`0784a75b`](https://github.com///commit/0784a75bf50e0f987328b2dde2b83857ad37f5f7)) - ([`afd982e3`](https://github.com///commit/afd982e3149a88b90d6744569c28dd4eb9c9b2e8)) - ([`e3f3b5dc`](https://github.com///commit/e3f3b5dc52effdf2f1b35a0cbd970257095e6347)) - Some fixes for #6429([`19e77204`](https://github.com///commit/19e77204c4b981bf22b23f0f7715efa9a69cc021)) - More work on #6429([`1d2e24b1`](https://github.com///commit/1d2e24b1165b17c6405749096110a84c6f05966b)) - Initial work on #6429([`57992927`](https://github.com///commit/57992927e1b3e631dfe850f0a61d0f89b03e1309)) - ([`1faf7775`](https://github.com///commit/1faf77754f5819a9130db2765bb7a4ad118a02e7)) - Use faster sha256_less for unapplied_transactions map([`8dc5a3aa`](https://github.com///commit/8dc5a3aa8f7cc4e5a4667dea6d67553d8337952f)) - Changes from review([`f7ecc99d`](https://github.com///commit/f7ecc99da69dd473155b1069e8d09ec10729d569)) - Add unit test for irreversible mode([`7d060963`](https://github.com///commit/7d06096382eeec3743f7893bd8987b022e0ef4f0)) - Allow irreversible mode.([`b2c6fda1`](https://github.com///commit/b2c6fda13587041d766fc07ad868e10f9f554607)) - ([`e73e0058`](https://github.com///commit/e73e005861269bf6abf7256172d3b478b15c2536)) - ([`fa817c1a`](https://github.com///commit/fa817c1a79c325c04dc4af954e745dfca0f19f5a)) - Add magic number to start of fork_db.dat file([`b7b4603a`](https://github.com///commit/b7b4603a36279ebacd250b5949453de204bab451)) - Improve handling of pending trx receipts in history_plugin([`07f75e2f`](https://github.com///commit/07f75e2feb00866411d52d7e3dd82889e59e467a)) - Fork database refactor (merge + further changes)([`9463efdf`](https://github.com///commit/9463efdfe2672e3058ac5701f01fbdd5525afada)) - ([`7436f608`](https://github.com///commit/7436f608178a8f1714ba4cf52561e0c61b3f1af2)) - Reduce duplication in block header state structs (addresses review comments)([`be795a8f`](https://github.com///commit/be795a8fad651857a9b467eff2695fd1cac3195f)) - Cleanup unused code([`2cb4dbc8`](https://github.com///commit/2cb4dbc8825af74f45c18f5b35d030d2888bfd3c)) - Improve handling of pending trx receipts in history_plugin([`5961a38c`](https://github.com///commit/5961a38c7abb418eae4342c1f8a6d5e92eb61170)) - More clearly doucment when setting up a wavm garbage collection pass([`d967c737`](https://github.com///commit/d967c7377546b4d78ffed22df405747954317557)) - Destroy wavm module instances when deleting the wavm_instantiated_module([`117557ae`](https://github.com///commit/117557ae1d90347543a075fdd9486f1c2adf9c28)) - Avoid destruction of wasm instances on shutdown([`4335a223`](https://github.com///commit/4335a223d73be76796e6f8fadbb95ded5b3cf9cc)) - ([`793c6a6c`](https://github.com///commit/793c6a6c85ef7461a20d27c32621e118cc164a76)) - Disambiguate snapshots that are being written from snapshots that are pending finality([`454fa3d7`](https://github.com///commit/454fa3d77830b4bd2c54c0244b4fcf38d31ad907)) - Actually remove temp files for forked away snapshots([`92b750ec`](https://github.com///commit/92b750ec26e46b385d4296c0d6bb4c0b18469a69)) - Move create_snapshot to an asynchronous call([`9243acef`](https://github.com///commit/9243acef55ebc8cbfcbe8e431977ec1f27fbf0bb)) - ([`755d37d2`](https://github.com///commit/755d37d2ff5d6eba32e4f955acb171b4c3fb4d2d)) - Add demangle of type([`905fdc95`](https://github.com///commit/905fdc959a6c3d96ea538ec3410a6c298a20b52f)) - Reduce logging of complete object when unable to serialize([`3d1a006d`](https://github.com///commit/3d1a006d411067e115fb6a1c81810447c7b8abd0)) - ([`d1380cef`](https://github.com///commit/d1380cefb007666b9f7897af219aafa44ad2c860)) - Removed long-running tests as they have been centralized([`b3c40f36`](https://github.com///commit/b3c40f3615145275498d17750bdafa10c1ace838)) - Added ctest error handling code so XML is still uploaded when ctest fails([`dfa9d891`](https://github.com///commit/dfa9d891b4e0e36e1cd973a8316ff4c5925a6c29)) - Updated Buildkite yaml to match release/1.7.x branch([`18e9d477`](https://github.com///commit/18e9d477788b9294080e1c7dd2161e4ad0fa086c)) - Buildkite Docker plugin now adds variables on "Environment" tab to container([`c2655023`](https://github.com///commit/c2655023c4d5ab9d49e31b313796eb5cdb8feedd)) - ([`6b2773cd`](https://github.com///commit/6b2773cd446137ce2b477a8ec534436f1607c78e)) - Small tweaks to comments([`ba081a6a`](https://github.com///commit/ba081a6ae2e8d8f8d6a7cbee7de48904f5f2ecc6)) - Add principal macro for test executable and then use that for add_eosio_test([`2ce09d9e`](https://github.com///commit/2ce09d9eeadacaf6cc193df9813c3b95659ce2d3)) - ([`3fd05913`](https://github.com///commit/3fd05913cfd03dc4a918f64ce715c87faaff3a21)) - Remove "eosio root" print on nodeos startup([`74a4c7a2`](https://github.com///commit/74a4c7a2fe994beb562682d08bc1f18822912fea)) - ([`d8c0b856`](https://github.com///commit/d8c0b8563452f2e7185f4ce674ab0fb374250c19)) - Cover the case where CMake is built from source and -p option is used([`a7319087`](https://github.com///commit/a7319087cbc0447a4d3bb4513e10458b441d230f)) - Use CMake's cache to find the install prefix (only impacts display to user); remove unused vars([`5e0c8489`](https://github.com///commit/5e0c848986d1463c6ccbd6650aaf2adc10c259c4)) - Updated getopts([`105f3e6f`](https://github.com///commit/105f3e6f6b2ddf3939128f576941f53a499514ee)) - Enhanced the build script with the ability to specify a prefix directory (instead of assuming HOME) and a pre-built Boost.([`6d6f20cc`](https://github.com///commit/6d6f20cc6c8909ae93b8b0d1e2617ba36e2bb672)) - ([`9fc484a1`](https://github.com///commit/9fc484a136101dc117e8182401c106b4bac710ff)) - Add missing whitespace for node execution command([`5f5327e9`](https://github.com///commit/5f5327e95d022eebfba02a159e02ea61b0a692f4)) - Fix more hard-coded executable names([`ae4f241d`](https://github.com///commit/ae4f241df1188d848773065c2a816a2b285c6807)) - Make executable names configurable([`98eb3ac7`](https://github.com///commit/98eb3ac77185ac409c1902de95b9e128e87535bd)) - ([`8f6e8dfe`](https://github.com///commit/8f6e8dfec2e6ec26ef08cc03bcdb1d1550b9c992)) - Added lib64 to CMAKE_MODULE_PATH([`35a79fe6`](https://github.com///commit/35a79fe6d4f90ca352da3df82bb05746345f93cf)) - ([`d92c8437`](https://github.com///commit/d92c8437e7e64681d49c287843253cbb5631a5ce)) - Configurable curve for https ECDH([`85c5359c`](https://github.com///commit/85c5359c585644945848850db018e548170e21ea)) - ([`15b68384`](https://github.com///commit/15b68384f9ff5697f8b6414ebbf5c748f68fc23e)) - Limit ubuntu versions eosio_build.sh runs on to 16.04 & 18.04([`7517d702`](https://github.com///commit/7517d702921acd90f52ce1a9c31a864c7253e110)) - ([`2e9ceaaa`](https://github.com///commit/2e9ceaaade147146ab13903bf2444d51e235c082)) - Bump libyubihsm library to 2.0.1([`3103f701`](https://github.com///commit/3103f7018aa2251713728a8a7e4de87ebf3bb5a7)) - ([`921e9e32`](https://github.com///commit/921e9e32d6271c4646cda762d4e0a7e383571d44)) - Remove bnet support for python test scripts([`ab2ae5f3`](https://github.com///commit/ab2ae5f34ae19d4bf24ae7aa09e21f586c32c5dc)) - Remove bnet_plugin([`b6111ffd`](https://github.com///commit/b6111ffd9ff4be811f63417620bb191b901f03fe)) - ([`415b9b33`](https://github.com///commit/415b9b3368bbc30f772ee2d654f2bf1541ba4b07)) - Fixed script to verify that block was actually found.([`bb0901e8`](https://github.com///commit/bb0901e88602b789e8a0390553d6e043c30deda1)) - Added reporting status while waiting for block number to arrive.([`b2be6f69`](https://github.com///commit/b2be6f69c58bed4fd877346a838e49f030f121df)) - Artifact check LRT (#7138)([`8b336a2a`](https://github.com///commit/8b336a2a8cebffab9352e50b97ac24b14b13cd5f)) - ([`308e4451`](https://github.com///commit/308e445135ae30aff01297cc805d5a577ba8ec44)) - Sync fc: remove last remnants of boost mutex usage([`aa01c751`](https://github.com///commit/aa01c7516b987dc6a02d7fb2b901f0df130e4aed)) - ([`6f4828f2`](https://github.com///commit/6f4828f2821b112892f0795f851cfc15ded9c876)) - Protect against used wavmIntrensics exceptions hitting a brick wall on unwinding([`bbc57fd5`](https://github.com///commit/bbc57fd5047349d1b013bb493fe6fca49848ff7e)) - Use standardized [[noreturn]]([`34732eb3`](https://github.com///commit/34732eb300cefd8556ffeb6b1afe13b413ee8ef6)) - Remove unwinding frames from WAVM code generation([`ef84f7c9`](https://github.com///commit/ef84f7c9e331f29bd8f1942360dc9594139ad6df)) - Artifact check (#7129)([`6d7a5e78`](https://github.com///commit/6d7a5e7840a7e8575e47d3cfdc1a55720fb9b94e)) - ([`baa19679`](https://github.com///commit/baa19679d0e0bfac6449fa91743d1ed65699f4f5)) - Add libicu as dependency for .deb packages([`c0a97e3b`](https://github.com///commit/c0a97e3bb888cfa6b5c43595648a5d57f7aede80)) - ([`5d851581`](https://github.com///commit/5d85158129b9d84b5aa33cf547cb75f78f3ff5f2)) - Disable building Programs and Emscripten stuff([`ce9a01ab`](https://github.com///commit/ce9a01ab6b150c7d00c8aba3cad73b8e02b84526)) - Revert EXCLUDE_FROM_ALL([`0407522a`](https://github.com///commit/0407522ae7ce2f16f290571a9025f90199502c6c)) - ([`c2a646b0`](https://github.com///commit/c2a646b0bb57cdc0fc40070d995bea3e8c0c10a1)) - Fix merge([`cda07dad`](https://github.com///commit/cda07dad47559ea1a17b22a8cfccf0d404fc3da2)) - Fix corner case of no connections when trying to determine who to sync to([`1ef7e839`](https://github.com///commit/1ef7e839b9ea669c4172a00e3b825515a3c7537e)) - ([`54975bda`](https://github.com///commit/54975bda51c6b116b9ada768e415c936acfc33cd)) - Memory leak when --trace-history not used([`8697e70f`](https://github.com///commit/8697e70fb0a9745df284ee679f6390fcaecdc401)) - ([`06e170fe`](https://github.com///commit/06e170fe8809527fa1748f83a242634e230f7678)) - Simplify http response body reading([`8ce4166f`](https://github.com///commit/8ce4166f38849ca9255562f5ba23aeec9467ddea)) - Handle no Content-length header in http response([`ae2684a3`](https://github.com///commit/ae2684a376cfa8e6680a308a0d6bf80197ca708d)) - ([`8d21ab1a`](https://github.com///commit/8d21ab1a4308b33a4a6ff828bc08270b787ad63c)) - Update the bios boot tutorial python script to create also the eosio.rex account along the other system accounts.([`b1ada0fe`](https://github.com///commit/b1ada0fefde2b50ad3803625cb70f788f1cef676)) - ([`dc5852c1`](https://github.com///commit/dc5852c1c3c399d1f854bc5fb0030a16475c0a7f)) - Read_delay_timer runs on net_plugin thread_pool so app().post for execution of start_read_message([`2122f845`](https://github.com///commit/2122f8452f86b24a2eb730f36cdda8882e429770)) - ([`8ca690e0`](https://github.com///commit/8ca690e071bab960a1123bdf4b9081274af8cc6f)) - Remove unused skip_flag in base_tester::produce_block([`88093a29`](https://github.com///commit/88093a2902f3772c66e1d0ca48c01e80dc13e2d4)) - ([`5baec5bc`](https://github.com///commit/5baec5bc99a95357ff78dd5e2b2eb95bbdbaa883)) - Prevent core dump by catching exception([`b70da879`](https://github.com///commit/b70da87923db1612dbce7250568c43a23e617e92)) - ([`1d646fac`](https://github.com///commit/1d646fac4a9bd962f23211c1e7d5a5ad4b567917)) - Removed remaining bnet tests([`0fe727a5`](https://github.com///commit/0fe727a587b681b0dd637b6ad8f45ad51fb4ce50)) - Increase the timeout for nodeos_startup_catchup_lr_test from default of 1500 to 3000 seconds([`2ae9463e`](https://github.com///commit/2ae9463ebe4235870747cf8634a5d6a152a73395)) - ([`3e358385`](https://github.com///commit/3e35838520c5b17e5731c9c53c004ab09c8ffdf5)) - Fix for bad alloc for catchup test.([`572dd5d5`](https://github.com///commit/572dd5d5c42f36efb120fabf44cbd73275fe7498)) - ([`80f20d9e`](https://github.com///commit/80f20d9e4d11eabce6b537adce22a976015eedd1)) - YAML is space-sensitive([`cddd4373`](https://github.com///commit/cddd437300e4269b6e1be88f187fc75402625f39)) - Removed deprecated operating systems from Buildkite pipelines([`3b0261aa`](https://github.com///commit/3b0261aa86428ef8b612ee2bc76648859757aef5)) - ([`b9b34fb0`](https://github.com///commit/b9b34fb0e18abb94d6423638c1699d067b40e8f8)) - Make the submodule regression check more robust([`c61b8d35`](https://github.com///commit/c61b8d35c0126e49a2c45c1b8e23a98c9edf3859)) - ([`218d7669`](https://github.com///commit/218d7669a445945b74e9a52ffec68e09c8c1a982)) - Fix warning about unneeded capture([`2b20aa39`](https://github.com///commit/2b20aa3902ca28a0f75db284baff6719f14533e4)) - Update to fc master with set_os_thread_name([`0cfa5b3b`](https://github.com///commit/0cfa5b3bce938b348692023612234c4b771b3961)) - Use named_thread_pool to simplify code([`1c275901`](https://github.com///commit/1c27590109abc5ec0d412c3da23d462c88dda88e)) - Simply by using named_thread_pool([`cb224ed1`](https://github.com///commit/cb224ed1cb9daba38a0d0ff3a3f010abefb5b617)) - Add named_thread_pool to reduce duplicated code([`c49af23c`](https://github.com///commit/c49af23c06344f42682275a4ec4d41462165af24)) - Fix merge issue([`0d7ec43a`](https://github.com///commit/0d7ec43a61b4f0c95e54868de72fb7cade5a770d)) - Merge with develop([`408087a7`](https://github.com///commit/408087a71f189cfdd9a42293e18e12eae185572b)) - ([`2c62e661`](https://github.com///commit/2c62e661a6963cafd75a155f1eadc1852421af9e)) - Update test to run on io_context like in producer_plugin and controller([`d955af19`](https://github.com///commit/d955af19f06cba7e10c31178d17c71e291dcbc44)) - Use io_context instead of thread_pool([`d1b6eb93`](https://github.com///commit/d1b6eb93ee0e3711e25f58adbb6f98e799ef1856)) - Use ioc work to prevent io_context::run from exiting([`85bbc90d`](https://github.com///commit/85bbc90d1d7a64ce355722aaac391b19ffb43b2f)) - Use io_context for thread pool and name threads before run([`b347269c`](https://github.com///commit/b347269cb5086f9f1e72f3605a848011377828fa)) - Use io_context in thread_pool and set thread name before run([`f0e42dae`](https://github.com///commit/f0e42dae564c523daa89041cff52d1bdf152c73c)) - ([`edb6c2a2`](https://github.com///commit/edb6c2a24529c286fcafbac311012824220d4e10)) - Do not name main thread since some tests expect it to be nodeos([`b4f8d70b`](https://github.com///commit/b4f8d70b89b1309943dbaee551da32234bd9e392)) - Fix for tests which were destroying controller before all set_thread_name finished causing deadlock.([`32540b3e`](https://github.com///commit/32540b3eea84928e5f45740ee7ef51943f85d3a6)) - Revert move of ilog message([`bf1bae28`](https://github.com///commit/bf1bae2822d8ebb017d40926d7a34b04a1d959f2)) - Name all threads in producer thread pool([`9a34ba52`](https://github.com///commit/9a34ba52a216fb34a37f95a223fe943eb1dfb48e)) - Name all threads in chain controller thread pool([`6c79f2ee`](https://github.com///commit/6c79f2ee270484c3ff352d7146ba41194f3b5e69)) - Name net_plugin server_ioc threads([`804da252`](https://github.com///commit/804da252887981bb988c18abada21546d5e90151)) - Name main application thread([`df67f7d6`](https://github.com///commit/df67f7d68670538303266dc49f20cd7a1b139778)) - Name mongo_db_plugin consume thread([`ae9c3c9d`](https://github.com///commit/ae9c3c9d3e1cc7d4001a4bd142d710cab6d5760e)) - Name http threads([`f4889220`](https://github.com///commit/f4889220e68ad1df90ece9976d362c3e2f5ecf4b)) - Name bnet threads([`d2c8a7e0`](https://github.com///commit/d2c8a7e076e23b9f1f5cbe77383a6d90a5bb137f)) - Update fc to fc with set_os_thread_name([`77f519f2`](https://github.com///commit/77f519f20bade5917ff7a9e4663ac38c648b7e78)) - Update to lastest fc with set_os_thread_name([`7b3f8014`](https://github.com///commit/7b3f8014bd02dc2209c312f7cedacdec291ed362)) - Do not name main thread since some tests expect it to be nodeos([`79f507a1`](https://github.com///commit/79f507a1b9292020292884fd2bb2c60cabc11a68)) - Fix for tests which were destroying controller before all set_thread_name finished causing deadlock.([`34a43e20`](https://github.com///commit/34a43e20996a726fec0995f6f05558ead7c9d9f9)) - Revert move of ilog message([`e0ecb3f3`](https://github.com///commit/e0ecb3f398166f7f7e6962735ca8f7739fff7c7a)) - Name all threads in producer thread pool([`c2a07d27`](https://github.com///commit/c2a07d274c476aa1f4fdbde57d846e0c70bc74f4)) - Name all threads in chain controller thread pool([`5dac7047`](https://github.com///commit/5dac7047901ab5e408fd9779e353244cce861d14)) - Name net_plugin server_ioc threads([`d6bf0b04`](https://github.com///commit/d6bf0b0447d30ba7b875bea2f5ad765b61fdd7b1)) - Name main application thread([`dc4026e7`](https://github.com///commit/dc4026e711d307164cc59b25d7525941568b05e4)) - Name mongo_db_plugin consume thread([`9015d306`](https://github.com///commit/9015d3063075b5678c972a9f51da478b40f23980)) - Name http threads([`92ebd6a5`](https://github.com///commit/92ebd6a55c3d5ce4c1505b590df325d95931f1da)) - Name bnet threads([`0f7d853a`](https://github.com///commit/0f7d853a4a8bea8612b92ce35115368b8f0d79d6)) - ([`a04772dd`](https://github.com///commit/a04772ddda8168a1c068ba742559a3f99adf9a88)) - Add back in Docker Hub deprecation that was accidentally removed([`8aa24ca6`](https://github.com///commit/8aa24ca6617daecede9c2ea7dc7b6282558db6b8)) - ([`cbca3d9b`](https://github.com///commit/cbca3d9b5a20225a17f33a73366eaf100a2089ad)) - Add git submodule regression check([`d433884a`](https://github.com///commit/d433884a1dcef19e795b36aafba7c65e7d3bf94c)) - ([`91c78061`](https://github.com///commit/91c780613d03716ded6014bbb722a541d4ff9206)) - Add test for recover_keys without start_recover_keys([`bdce0ded`](https://github.com///commit/bdce0ded8c869bc87b05b09a18c887c2adf4fb93)) - Calculate recovery keys instead of asserting if start not called or different chain_id. Restores old behavior.([`3a2d2a2e`](https://github.com///commit/3a2d2a2e3c8a63ab5949b8bedf6232104bd8948c)) - Simplify key recovery future logic([`5b5a0a7d`](https://github.com///commit/5b5a0a7d6940251d686ee8debca7b9dfd5b58ae8)) - Use shared_future instead of future since accessed across threads([`fe396671`](https://github.com///commit/fe396671fa9e17d1918a3361c57ade0fa9b46538)) - ([`0c68d501`](https://github.com///commit/0c68d501223a3cb46495a72b441e35fc8e9af33c)) - Can't call connected(), it checks flag that is only set after first read([`cc4d83bc`](https://github.com///commit/cc4d83bcd0e87179baea2a312c1686b1034e61c5)) - Fix for close() called while async_read in-flight([`1ad1f742`](https://github.com///commit/1ad1f742b62757d69ffb01d79369791581dd42d3)) - ([`68f5cc6f`](https://github.com///commit/68f5cc6fe3924f96ff0766a63521c5913ab6ac66)) - Turning off bnet long running tests to allow other long running tests to complete in the 1 hour timeslot.([`c20443bd`](https://github.com///commit/c20443bd584bc6c3ad18217b16ca0b550fbb30e1)) - ([`94b607fb`](https://github.com///commit/94b607fbea55f621f0c16bd77732cea8d4a9af63)) - When building boost on macos, only build the libraries needed by eosio([`8ea813a6`](https://github.com///commit/8ea813a6abef9e251c90a8ac68aeaa9e3a5c66cf)) - Remove final remnants of boost thread usage from cmake([`a560fd39`](https://github.com///commit/a560fd391ce54936345a8a204484b76b30db5acb)) - ([`1f0ce0ec`](https://github.com///commit/1f0ce0ec9d220932fbb97058635baab43a3389f4)) - Fix test and add verifying that the txn_test_gen_plugin is producing. GH #7034([`522c69a7`](https://github.com///commit/522c69a766ea4778caeea0fdffa95c5f32e4351b)) - Report better info while trying to identify cluster sync. GH #7034([`6692f2f3`](https://github.com///commit/6692f2f39986a3d6a96ec9dddc01133e4c2f7ca4)) - ([`9353cf1b`](https://github.com///commit/9353cf1bc1c44a54d0409c31b6af2fda03dccee3)) - Chainbase sync - Remove boost thread include and unused typedef([`5636b81b`](https://github.com///commit/5636b81b08a0cad8a276f0769fe6144c33015345)) - ([`fca506c9`](https://github.com///commit/fca506c93045b93bede07139d40882af2f23cb1f)) - Fc sync - Remove fc::shared_ptr & refactor logging code to not use it([`0ce2bfba`](https://github.com///commit/0ce2bfbaa6e387a2986b5188ce5d9fc485f06fee)) - ([`3ba917e8`](https://github.com///commit/3ba917e8ba8dec565256b1ee23824f320674e271)) - Disable asio's experimental string_view usage on macos([`e718320c`](https://github.com///commit/e718320c7304dddb1cc417a6229ad1a61364231e)) - ([`d5b99115`](https://github.com///commit/d5b99115b2f229fb3f98e5e7fbfa26c77c490bb8)) - Remove boost::thread usage from mongo plugin([`cc0eb5b6`](https://github.com///commit/cc0eb5b65c808ddaa444a1b4b87cb4dc1e90d2a7)) - New disk space requirements (#7023)([`f6c9d818`](https://github.com///commit/f6c9d81858fb5bd3e101c0ad72476c30f348c8cd)) - Long-running image version bump (#7011)([`c33196dc`](https://github.com///commit/c33196dcdeb83e82ff14338bad7a52651b2c9544)) - Python 36 for centos7 and amazonlinux1 (#7005)([`00e96e17`](https://github.com///commit/00e96e1711c2c397dff5ccb70dca542a450d431f)) - ([`0d980cb9`](https://github.com///commit/0d980cb9c35f7ddeb96ec0d97cb01f91ebab5fdf)) - Added catchup after relaunching the catchup node and refactored test using framework methods. GH #6727.([`2790d66b`](https://github.com///commit/2790d66b81dd021b335249dcb360ddf3eea5d2ba)) - Fixed interruptAndVerifyExitStatus to track that it was killed. GH #6727.([`fcd01c82`](https://github.com///commit/fcd01c82b01574f474ceaac068d84882a9cff4bb)) - Added nodeos_startup_catchup to long running tests. GH #6727.([`640257ef`](https://github.com///commit/640257efc443e55a17984807cda4710fb34ce96e)) - Changed api to return a json status to indicate what happened. GH #6727.([`fef0d2ac`](https://github.com///commit/fef0d2acb7e19193678d28692a9943cc95267f15)) - Added starting up unstarted nodes and verifying catchup. GH #6727.([`03c2eaa6`](https://github.com///commit/03c2eaa624c45de9616d522add7be8fc9a13e3e0)) - Added python script handling for unstarted nodes. GH #6727.([`dd4d3a47`](https://github.com///commit/dd4d3a476cad1ffe8b13e09f154ffb5a5607f4de)) - Fixed launcher setup of unstarted nodes. GH #6727.([`97f777bb`](https://github.com///commit/97f777bbb073316680a2e5214ede61a1503c397c)) - Add test to ensure catchup lockup does not occur. GH #6727([`0532e5c7`](https://github.com///commit/0532e5c787372453c44814a645cc522c3e6e6020)) - Add option to not load system contract. GH #6727([`3089f703`](https://github.com///commit/3089f7039010ad6ba438cde1cb4055b2d80f1d5a)) - Fix error in variable substitution.([`277df3c0`](https://github.com///commit/277df3c0c5319d7ad38e0e44b7e3e2244a0a9b7e)) - Pulled out curl processing into its own function and added functions for interacting with the test accounts.([`52ac5788`](https://github.com///commit/52ac5788faea3696af3aea745ffcdc8e48dfad0a)) - Fixed txn_test_gen_plugin to allow using different prefixes for the test accounts.([`ef7b2aa7`](https://github.com///commit/ef7b2aa7e64b96488df431b6acff943b837ad2ce)) - Fixing logic for launching started and unstarted nodes.([`a5ab5ba9`](https://github.com///commit/a5ab5ba9ec1007f02d57c7357ca7abf420748ba4)) - Added support for adding true flag.([`87e9e61c`](https://github.com///commit/87e9e61cc48c80505f650bf8cf3c54fe12de7bf1)) - Cleanup.([`b6852154`](https://github.com///commit/b6852154701c309c389de6501b9ca8f7cf8f213d)) - Fixed errors from previous attempt to explicitly set parameters. GH #6727([`5f86a9d2`](https://github.com///commit/5f86a9d20bc8ba4014a0397531104e7deb6bae57)) - Fixed error in launchCmd refactor. GH #6727([`5c71b5d5`](https://github.com///commit/5c71b5d5e75eeb30bcbb5cf1906570b248b1f4a3)) - Fixed initialization of bios node and fixed merge error.([`7206f767`](https://github.com///commit/7206f767e3a08d4ada52c86c89816e0a4f679783)) - Refactoring relaunch logic to allow for a general launch via a command line.([`50ea21fa`](https://github.com///commit/50ea21fa9a6ddfc1feb46926fbcfa438975583ba)) - Added config dir and data dir utils methods.([`5aa5835e`](https://github.com///commit/5aa5835e8897fd38fd0fdffc6434bf037af7d3cc)) - Cleanup of scripts.([`328473c9`](https://github.com///commit/328473c9af665c780bf00163cb58e03e85e5d7b4)) - Added ability to configure nodes that are not launched immediately.([`cb98d8f7`](https://github.com///commit/cb98d8f756098547b8a35186c49cd8f138cbeee1)) - ([`38611ae7`](https://github.com///commit/38611ae78e937a249fe807d62b25332f60ad117f)) - Update LICENSE([`e019da51`](https://github.com///commit/e019da51863d3d8dc53f46918f3e5fa9abaf10ae)) - Update README.md([`cee6dea4`](https://github.com///commit/cee6dea42fce72c3d3f313a4a7438acfe8d9dc43)) - Update LICENSE([`7faca6c8`](https://github.com///commit/7faca6c888a2e90c8cf0bf74bec41852a342d3f1)) - Create CONTRIBUTING.md([`bb0646b6`](https://github.com///commit/bb0646b62d2fbdc17db38c986b364250e880ff52)) - ([`dd38a0ce`](https://github.com///commit/dd38a0ce37de09a5e627d5a951c652cbfa68ee9f)) - Attempt to make comment clearer([`ccd6e53d`](https://github.com///commit/ccd6e53dc44b76c5351424d1896955574e230248)) - Improve for MongoDB sharding([`722ac062`](https://github.com///commit/722ac062fc3cc1469328bfc273c6b0a2964790a6)) - ([`31be936f`](https://github.com///commit/31be936fa4f41a669cc97ede86465eacc557ec2f)) - Remove setting CMAKE_OSX_SYSROOT([`b0b4fdae`](https://github.com///commit/b0b4fdae2f3514b325a49d5a2494e784f2fb66ad)) - Issue 6940 (#6978)([`b364446d`](https://github.com///commit/b364446dde4533c08345c6f7b6c0bd29f5f019a7)) - ([`1bc6a86b`](https://github.com///commit/1bc6a86ba983d342897103786f89805e2b771164)) - Ensure that intermediate asio operations are on the same thread([`c39d5ea3`](https://github.com///commit/c39d5ea3c90e13a73db0f657ff92e9037ef5a8ac)) - Add strand to protect internals of asio([`68f92dc1`](https://github.com///commit/68f92dc122a34c7b42a3dbf685b2cf9b314c0739)) - ([`276bdeb2`](https://github.com///commit/276bdeb209d5b8ce95fc678152760cb50697f203)) - Prevent txn_test_gen_plugin from calling back into http_plugin multiple times per request.([`eef306c0`](https://github.com///commit/eef306c09d0eb7779c947e27b598648b6abb4f0a)) - Created test scripts with xUnit, auto-scaling parallelism, and empty test detection; and added them to pipeline (#6963)([`756f3c70`](https://github.com///commit/756f3c70585a33717151902b6b3a2b0304b6558e)) - ([`e7494e79`](https://github.com///commit/e7494e7987ffcb3171bc61e5a16eee377ee4389c)) - Don't build WAVM tools any longer([`96f6ee16`](https://github.com///commit/96f6ee165cbacfd9b598e1af248bd9eda2ec3733)) - Rename eosio-wat2wasm back to orginal name; don't install([`59447e2d`](https://github.com///commit/59447e2dda0a4bbc511376531f9599441d304982)) - ([`0e42dea5`](https://github.com///commit/0e42dea55a47907656be07573e1ce93bdf153a53)) - Update to appbase master with shutdown fix([`9564d86f`](https://github.com///commit/9564d86f647090352494cb8b43f726a289f57a49)) - Update appbase to shutdown fix([`6c54979d`](https://github.com///commit/6c54979d75be46c9ef1457f1c350d8cde7ca628f)) - Added support for supplying alternate label mappings to Cluster.launcher to take advantage of launcher flags. GH #6879.([`6316febc`](https://github.com///commit/6316febc4a8632b17f9466394c26264332373541)) - Added helper flag to supply alternate label mapping file. GH #6879.([`4240c316`](https://github.com///commit/4240c316d7d7cd10f589d80f690230fe888dd785)) - Added launcher flags to support supplying alternate installation paths. GH #6879.([`bb9ce200`](https://github.com///commit/bb9ce200ed1c6e71132c12cdeb6310807fcabf3a)) - ([`6d98d288`](https://github.com///commit/6d98d288eff5a01f9bea0a325a4fa9862190b292)) - Clear unused variable([`dc8e7000`](https://github.com///commit/dc8e70002663c46b3631c8b575c9ce82c39f55cb)) - ([`e8be4cd2`](https://github.com///commit/e8be4cd2cb58e510c7488b586c3aeeeacee5c6a4)) - Update disclaimer in COMMUNITY.md([`21f11fa5`](https://github.com///commit/21f11fa50c9b7865e3511167cd248a157259596c)) - Add Chronicle to COMMUNITY.md([`9f1ac1b2`](https://github.com///commit/9f1ac1b26070b5bbc7c661613a2ffd8f6fca19d7)) - ([`40b27ba4`](https://github.com///commit/40b27ba48ac5d34f1a8cdfa3512c080426d16193)) - Added EOS Rio's Hyperion History API([`34ce13df`](https://github.com///commit/34ce13df2fb81f49efabd565829d1245c8bef452)) - Pipeline changes (#6920)([`a71d7617`](https://github.com///commit/a71d76174825fefdcd71a2946eecb24ebeb1ec2d)) - Pipeline upgrades for 2-1 (#6919)([`653eba52`](https://github.com///commit/653eba52fe755cb34fdca9504a5084007baf23b4)) - ([`ee6c381d`](https://github.com///commit/ee6c381dd3a05bc837156aa50efd6de00b7b9c8e)) - Fix empty strings in db_modes_test.sh again([`523ce5ee`](https://github.com///commit/523ce5eeed410ecf10b55752d685d5835b224e0d)) - ([`d6140fca`](https://github.com///commit/d6140fcad02f0bf916aca7c6f677ce974f943a11)) - Fix db_modes_test to not use http([`d4cde397`](https://github.com///commit/d4cde397706e82189873b47717c5cfd4cef2704e)) - ([`c1c86ae3`](https://github.com///commit/c1c86ae353cea8194548ceece8c1f034eb70a852)) - Move json::to_string to http thread pool([`97b385cf`](https://github.com///commit/97b385cf0303c7ad86fb1e45289bad2124745d56)) - Move json::to_string processing to http thread pool([`12ab91c6`](https://github.com///commit/12ab91c6443d432fdcb64fec79e94a481dad8e3e)) - ([`5b1bf859`](https://github.com///commit/5b1bf859811c2e0fef1d47a5339342f4c6d9e2f7)) - Add automatic handling of action.data if action.hex_data is available. Added better error messages for common mistakes.([`0f7709fc`](https://github.com///commit/0f7709fc28f50005ab7bc24bbb4cb39006c85374)) - Update help text to refer to current location of transaction.hpp([`fb5bce93`](https://github.com///commit/fb5bce93e384abce6fa0ed4792318165e353161e)) - Check for default transaction id which is possible if file/string does not actually contain a transaction([`ad6bdf82`](https://github.com///commit/ad6bdf828433f1103949a8bb8200eca30af2e7ae)) - ([`16889a28`](https://github.com///commit/16889a28141f3ae646d1b13d91fdceeb60e20261)) - ([`e7f81779`](https://github.com///commit/e7f81779888af42cdd4485144ac55f11bbb4fd9e)) - Add back integration_test contract; needed by tests/nodeos_under_min_avail_ram.py long running test([`5cb3e294`](https://github.com///commit/5cb3e2948d27683eb3e9ec4544f883400f5ebcaf)) - ([`1d43a10f`](https://github.com///commit/1d43a10f254784cbb2f38f3556224baf1a0a6e4a)) - Add example logging.json([`69800ae7`](https://github.com///commit/69800ae78e1598446408a1c88b6df014da0e8054)) - ([`eec84e4b`](https://github.com///commit/eec84e4b1f2b9f7022f6806647c05195dc29f2bb)) - Add missed build deps and packages deps for libusb/libcurl/pkgconfig([`a0c8b247`](https://github.com///commit/a0c8b247ab65b45416cb746107c09f8a9d836e4f)) - Long Running Tests fix (#6890)([`ea72642b`](https://github.com///commit/ea72642b8e1ebde93f5cce865960ba4fd73aca1f)) - ([`b715089e`](https://github.com///commit/b715089e1ea954485f8cf86d8ae7643ef51abc21)) - Two small compiler warning fixes([`3c6d222d`](https://github.com///commit/3c6d222da586acb4a2cdbd9c6f0b8708d94e4140)) - ([`13125412`](https://github.com///commit/13125412b87d4fadce2bea162e2736c5b0cb6293)) - Consolidated Security Fixes for 1.7.0-rc2([`48114964`](https://github.com///commit/481149643325a201fe4f40da3b19588f0b09f8d7)) - ([`6530bedd`](https://github.com///commit/6530bedd09e8c23385574de27f2982ce9f35e190)) - Call recover keys before transactions execution so trx->sig_cpu_usage is set correctly([`3f930aff`](https://github.com///commit/3f930affcb43b1466f6849fb469230be471182e4)) - ([`5280be77`](https://github.com///commit/5280be779aa41d220e3ee6336e4e607932a09ca8)) - Ensure ctrl-c during startup handled correctly([`5e23af72`](https://github.com///commit/5e23af72786493bee8eac924f98db8ce94713101)) - ([`a70edadc`](https://github.com///commit/a70edadc0851aacf0dba2758f5289a840a212cbb)) - ([`0a706f2b`](https://github.com///commit/0a706f2b209cd6b521a1b45969028c8a6e2e7e11)) - Update appbase([`7ea33636`](https://github.com///commit/7ea33636dd7cb228d9ecbb1c6a1a9ee62df7f00a)) - Sleeps no longer needed.([`07731872`](https://github.com///commit/07731872d8f9ad9d55f951f74125c4aa853ded10)) - Test priority queue honors priority along with FIFO([`6a724fcb`](https://github.com///commit/6a724fcb2983e0166ea050501d2c3a7ebaaf9d19)) - Update test to test execution_priority_queue directly instead of through application singleton.([`b6aa5267`](https://github.com///commit/b6aa52670becaf302f5ed01538bf229b0c565db3)) - Fix test, init atomic int.([`812631a7`](https://github.com///commit/812631a77e955b4f1af7736f6c010053673dc0d5)) - Update to appbase with stable priority queue([`b0da21db`](https://github.com///commit/b0da21db0b1a702115dc754491bf3ca1f63ffdc4)) - Add test for appbase stable priority execution queue([`361acd3d`](https://github.com///commit/361acd3ddc176b76722c074d694e6dfa052e9ed4)) - Sleeps no longer needed.([`e81c80a4`](https://github.com///commit/e81c80a4d73e745b8ae1814f715395d675c18c5d)) - Test priority queue honors priority along with FIFO([`f95c6d21`](https://github.com///commit/f95c6d21516379f731b84c7edc8f743ce0634513)) - Update test to test execution_priority_queue directly instead of through application singleton.([`80217621`](https://github.com///commit/802176218adf419927cd2b66424994baa8225657)) - Fix test, init atomic int.([`5fb82d79`](https://github.com///commit/5fb82d79f2ad414251f73e9a6509495511ec5b09)) - Update to appbase with stable priority queue([`3515fe16`](https://github.com///commit/3515fe1660b87c470480ab8a9479e7bd641651a6)) - Add test for appbase stable priority execution queue([`3ebba5ea`](https://github.com///commit/3ebba5eac7a01e5b7e98b468168fde01c020c55c)) - ([`abd7b1ad`](https://github.com///commit/abd7b1ada9652b5738ffcc804cdbe08e6d1db295)) - Bump chainbase submodule([`ac9db665`](https://github.com///commit/ac9db66523e45b8bc638480339247964a4f0f7ef)) - ([`4ebe4791`](https://github.com///commit/4ebe47912b51f9620fa9389e88676e9742ea73ea)) - Rework blocking (queuing) exit signals during shutdown([`cc61de0a`](https://github.com///commit/cc61de0afdeeb60db1f3d8460451834c8ed1b38a)) - ([`0a4b7dc9`](https://github.com///commit/0a4b7dc9d16a2ac27f73b7e5a3ea31d8a37561db)) - Enable expiring data in mongodb([`2b752791`](https://github.com///commit/2b7527913cdbab07133426a3ad5255b78b571451)) - ([`2bc9f233`](https://github.com///commit/2bc9f2336b31e0f31090c5314cf723543443e846)) - Quick fix([`d4fb62a7`](https://github.com///commit/d4fb62a789530650d96d059abd2336f51c1e1bf1)) - Reverting + various changes([`36d28d7a`](https://github.com///commit/36d28d7a8a8bfe496aa0d6086b32c68a28c4f8ef)) - Quick cleanup of spacing([`7ef2ec17`](https://github.com///commit/7ef2ec17069d0a07a374600861b4f4276cf23bca)) - Quick cleanup of spacing([`2e2812b6`](https://github.com///commit/2e2812b6c4cdd6248d3ef6d9b69efe12429942c2)) - Quick cleanup of spacing([`53f13687`](https://github.com///commit/53f1368767375ba4830b43551e1dfd446f8b419b)) - ([`7344c2ff`](https://github.com///commit/7344c2ff2ca03c0994b36feca40b0983da471452)) - Remove used get_console() methods([`7115df6d`](https://github.com///commit/7115df6d811dc5de1da2a05c8ab34a2ee2de150e)) - Avoid std::ostreamstream construction and reset([`14992873`](https://github.com///commit/149928739f3be37d6894da84efac324061ea6dff)) - ([`035194cb`](https://github.com///commit/035194cb2e3dd7cedf4681231d298ad27aedc886)) - Work around GCC defect 67274 without explicit this pointers.([`c3d63f1c`](https://github.com///commit/c3d63f1c5c0ce68e37f86cd06af36664d0f6c1b7)) - GCC defect fixes.([`b90ec71d`](https://github.com///commit/b90ec71deb791bd936bef30b4a474f6a04ffdf04)) - Support for amazonlinux2 (#6841)([`6db1d6d7`](https://github.com///commit/6db1d6d70ecbca197322e7040b1daa4e05346152)) - ([`511e5321`](https://github.com///commit/511e532102790989cda84b8361a8ad37564e0a38)) - Update .gitignore([`fbad66b7`](https://github.com///commit/fbad66b7de989e749f6662ce04336df768ecc99d)) - Remove *.cmake from .gitignore([`bf4b1f2d`](https://github.com///commit/bf4b1f2d4d6bfa3c5e345670f34658a98bb8e4e3)) - Quick pipeline fixes (#6840)([`8c8e5fbf`](https://github.com///commit/8c8e5fbfacaf19704a8139445d67b7f914478fea)) - ([`9356577d`](https://github.com///commit/9356577d5fea45c7fbbc69bab141b2ccf7a0c60d)) - Support --genesis-json argument with --snapshot argument([`c1be4a2a`](https://github.com///commit/c1be4a2a57b56bcba8a4a3593f219a6957376a89)) - ([`3dcbd283`](https://github.com///commit/3dcbd283796db340894ef1c128b374e93ca517ea)) - Block (queue) exit signals during shutdown([`6261f531`](https://github.com///commit/6261f53173a06593049204cfdedd0e02000fe9a0)) - ([`e29e5749`](https://github.com///commit/e29e5749482225ef1fdd0175b82675c8188ccc37)) - Removal of comments([`c864c557`](https://github.com///commit/c864c5574a292a2ae7653627ba4dc26f2436701d)) - ([`006dc27f`](https://github.com///commit/006dc27f81f632d3c55c63f050a9a8e76422ec75)) - Cleanup logging, add some additional on closing([`559dbd64`](https://github.com///commit/559dbd6498e3090e1b2314ae8f0d01485dadfd3b)) - Add remote endpoint peer name to dup connection check([`797f1948`](https://github.com///commit/797f1948e6942b3c42c528b900e724cd84ad36c9)) - ([`8442569a`](https://github.com///commit/8442569a6652de4aa94c23cd656a68f1515458bb)) - Bump version to 1.8.0-develop([`f89afe31`](https://github.com///commit/f89afe31b2ffae803b6699e3d98b8cf72a4ae0ef)) - ([`fabc0b2c`](https://github.com///commit/fabc0b2c1469cd210b6b676434dded5af60b543b)) - Bump version to 1.7.0-rc1([`af827eaf`](https://github.com///commit/af827eaf556c5986d1c8351a8dad80e25e261c98)) - ([`4cc0cad4`](https://github.com///commit/4cc0cad4575c5b9709b7c68585a0e02b40fd1ee7)) - Change log level for a few logs suggested by peer review.([`d90df702`](https://github.com///commit/d90df702859061035ca0c3f48ce182e5e6285b3b)) - Remove space([`40172b07`](https://github.com///commit/40172b07840426320cc253b1156eb525bd330d5f)) - Use plugin local logger for all net_plugin logging.([`297bb185`](https://github.com///commit/297bb1856b516bf11988f01ad18de8a2e971e7be)) - ([`4071afb4`](https://github.com///commit/4071afb41060a385de219e1f7dc0b8676f55a0f5)) - Update help text([`d942aed9`](https://github.com///commit/d942aed99b22e5548d294f57e0a68ea74de92a9c)) - Use --verbose to indicate all console output should be printed. Use --full on actions to indicate all console output should be printed.([`fd523fde`](https://github.com///commit/fd523fde285d1f0b5ff1a32f05eb6bb7fda1f6f9)) - Uninstaller for brew packages, doxygen/graphviz as brew packages, minor improvements to noninteractive logic (#6801)([`f8b55dca`](https://github.com///commit/f8b55dca93b7bf1843b0ac1dededcf2c28e28bf8)) - ([`9688c361`](https://github.com///commit/9688c3619d20b7c5c3c550a9789b692ff015a4a3)) - Replace binaryen reference to wabt([`dba4a530`](https://github.com///commit/dba4a530c40586c1cbc0fcb06a12f80db9e90f2a)) - ([`186a3d07`](https://github.com///commit/186a3d072d3cff0e03deb0f394044ee2da32fac4)) - Remove -fno-builtin-memcmp for gcc builds([`c1864000`](https://github.com///commit/c1864000b1534a9ff514e54bbd1f0421717b33a2)) - ([`accc9e48`](https://github.com///commit/accc9e4826d8d94e0fcf5e853457e82361f7a995)) - Refactor BUILDKITE_TAG logic([`1c4b3578`](https://github.com///commit/1c4b35781c67d44778a5ba1d4df626c222e58cef)) - ([`3c033bd4`](https://github.com///commit/3c033bd465882998d61d18c50b2c3a93c47d15b2)) - Reduce max time allowed for checktime_hashing_fail test([`7facd29b`](https://github.com///commit/7facd29b5bc15360d72d51d43ef5718f71684e03)) - ([`ba167357`](https://github.com///commit/ba16735721e07c1ce4006c3882cfa6f9fe8d099e)) - Update to latest fc([`f0ae767d`](https://github.com///commit/f0ae767d3f8e2774d6a9dbeb1035761529dd7185)) - ([`6307ff07`](https://github.com///commit/6307ff070871db05bdea02b338287f03df696430)) - ([`2a84fdf3`](https://github.com///commit/2a84fdf30181eec1fa8cca1e932467b9c3b273cb)) - Update fc to latest([`2086165c`](https://github.com///commit/2086165c408bc9f68dd69e57f126fd8ef3ce7c68)) - Update fc to latest([`ef9ec22c`](https://github.com///commit/ef9ec22c96b3ae16c1164985c8c73f3ac31d7552)) - Update to fc with minimize format_string([`4ba9d177`](https://github.com///commit/4ba9d1770fdee40823abc652dd00f7eb3de63ca7)) - Add test for mimized format_string([`82470f91`](https://github.com///commit/82470f910ecbf5f609339ba34befda1efd8746fc)) - Include first level limited log even when limiting http errors([`64a91360`](https://github.com///commit/64a9136047c4b0c7cdf4434c2a61fd402ba45b1f)) - Update to latest fc([`8aa75206`](https://github.com///commit/8aa75206a6a4a4dd9807c4f6fad7d23a32d3eea2)) - Add test for mimized format_string([`7d82b828`](https://github.com///commit/7d82b8287fdb9f1bde9770aad51eef87dd788b6a)) - Include first level limited log even when limiting http errors([`df016171`](https://github.com///commit/df016171624bd02c0a4b433b4392095424306bb7)) - ([`8b22902c`](https://github.com///commit/8b22902c03bf02cfb4e561082c23a47639af9466)) - Merge develop([`796ecf2c`](https://github.com///commit/796ecf2cbaf9e9a78dabd5342ab87783dcc53255)) - Change default endpoint for state history plugin to 127.0.0.1:8080([`dfba9e1c`](https://github.com///commit/dfba9e1cd47522678b933915a3c2687a964c0583)) - Add warning to --state-history-endpoint([`33b7c238`](https://github.com///commit/33b7c238b42bd32e02fff4c112b96f047b008e94)) - ([`d3f3ce9f`](https://github.com///commit/d3f3ce9f241b73ef40795a1dd99075945d221e05)) - Merge develop([`bd0b6f1f`](https://github.com///commit/bd0b6f1f511d3894cd707e4ec2fb00c9e5794e84)) - ([`b7d19d75`](https://github.com///commit/b7d19d7592b92c1b2e2dcaeba41689a029d395d0)) - Add sighup handlers to bnet and producer plugins.([`5099fa48`](https://github.com///commit/5099fa482d6d08f06855749e4f15e4030a9a9356)) - Update to thread safe appbase.([`efe9dcb6`](https://github.com///commit/efe9dcb657a6a30d1842786ffaafd322f0daa159)) - Update to requisite appbase.([`4a46330e`](https://github.com///commit/4a46330e41905af13714e51fdedc5c747e4b6a14)) - Rename initialize_logging to handle_sighup.([`69dfe2b7`](https://github.com///commit/69dfe2b7607d2aed9414a9a4153c8b06cab13156)) - Use HUP handler provided by appbase.([`831fb526`](https://github.com///commit/831fb52681410c8c5ff96891864187203adedc8a)) - Reinitialize net_plugin's logger on receipt of SIGHUP. [skip-ci]([`296e625d`](https://github.com///commit/296e625dee6dea09d7aa538568ce90e1875cbaed)) - ([`eb4a50e1`](https://github.com///commit/eb4a50e13dd8c9ccb9748fda109e1a72500d2ba6)) - Update to latest fc([`84655134`](https://github.com///commit/8465513402ca302669f50534f30669685ec000fd)) - Update to latest fc([`87710404`](https://github.com///commit/87710404f87d4ec9b6237658d9550287484c4fdf)) - Fix copy/paste error found by gcc([`1ad1eba1`](https://github.com///commit/1ad1eba1b88831e2b2b71be751c972e66df0259a)) - Use new reflect_init tag to indicate reflector_init() should be called([`10f08f76`](https://github.com///commit/10f08f7654bfb08f2559de42b9f26665842e5af8)) - Update to fc with latest fc reflect_init tag([`c34ffb85`](https://github.com///commit/c34ffb85b8a8e7c5e703c529a139b77d82291e38)) - Update to fc with reflector init fix([`2938b848`](https://github.com///commit/2938b8481c2738302bad069487f88670c5532088)) - Add test for derived of derived reflector init([`1fde58fe`](https://github.com///commit/1fde58fe428e7e138fa23967d2de8125bead7a04)) - Update fc to version with reflector_init for derived types fix([`2d2f5a96`](https://github.com///commit/2d2f5a963656f9c667a5a14844ed6dc91253719c)) - Add times called to reflector_init test. Add serialize check to reflector_init_test.([`6e240f2c`](https://github.com///commit/6e240f2c782c5fa945144a7c185c58895a405558)) - Add test for derived usage of reflector_init([`277565e4`](https://github.com///commit/277565e4a114f880f3ec1c65fff9f1cd0551f6a6)) - ([`acb3ac19`](https://github.com///commit/acb3ac1910f79ff42aa1f44441046f19778c6a67)) - Merge remote-tracking branch 'origin/develop' into libyubihsm2([`ca300fa1`](https://github.com///commit/ca300fa1d7d5c040ba8e14ac526193b69ae29334)) - ([`d3239dc6`](https://github.com///commit/d3239dc652a277762104b8ca50f976be5548ac4f)) - Cleanup centos rpm deps([`b6a2ba3d`](https://github.com///commit/b6a2ba3d1bc423c70c5e2311759db9744eb6d94c)) - ([`2575c608`](https://github.com///commit/2575c60841289df869ef9f2d3a9b2cc191302f75)) - Limit assert message to 1024 chars([`3f35f1e9`](https://github.com///commit/3f35f1e9b9733d192457ee325e47942c2ee32e25)) - ([`2600ba9f`](https://github.com///commit/2600ba9f24898e7983c0050831ba13d89143c8f1)) - Update CMakeLists.txt([`c52a7c2f`](https://github.com///commit/c52a7c2f6403ae38454f1b07a2b908d3a9850920)) - Removed unneeded variable setting([`7ddb1607`](https://github.com///commit/7ddb160768e8af492cf25558dc832fffd6348ca9)) - Changed LLVM_DIR and Intl_INCLUDE_DIR for Apple builds([`d44fbcfc`](https://github.com///commit/d44fbcfc83a41096cc2960b8c7941735f459ad38)) - ([`6ed86a1f`](https://github.com///commit/6ed86a1fa4c1964ec5a23b4370cd3e7da43e1203)) - Update to fc with reflector_init fix and add unittest for to/from variant of packed_transaction which requires the fix([`063b19ca`](https://github.com///commit/063b19ca67032321614afa45d1e8df8e442e621b)) - ([`217cd8c9`](https://github.com///commit/217cd8c97b6b68c6049357b3f7a3ffef1327a377)) - Set correct libusb requirement in .deb packages([`06091565`](https://github.com///commit/060915651285406e204a4749509b77d0e6babf41)) - Removed amazonlinux2 pipeline steps([`a72dd525`](https://github.com///commit/a72dd525e676c0a11c9fefba6a057a8c0596ec1d)) - Removal of extra test([`7bbd8335`](https://github.com///commit/7bbd833558366aa9592424c6a8b748cba182b09b)) - Quick fix([`47c937db`](https://github.com///commit/47c937dbeb454b9b32adc44f7be5978cea8f9455)) - Quick fix([`d7392495`](https://github.com///commit/d739249510ad9fed227a1ca7d192331e9173a0b1)) - Amazonlinux2 pipeline addition([`3fd75dfb`](https://github.com///commit/3fd75dfb84cd9f0cddefc1dddfe50b7cfbed8755)) - Amazon2 libcurl-devel([`f53599e5`](https://github.com///commit/f53599e5e4a3407a817eaaa2ec72f6300ffc4f7c)) - Amazon build script reordering([`e31a733b`](https://github.com///commit/e31a733ba48999a4bdc1b49fc1de7b162d4ad162)) - Various package fixes for Amazonlinux so we get proper JOBS count([`2aa24ed8`](https://github.com///commit/2aa24ed8cceac53cdecc8b8f6dbad243716ad9fe)) - Amazon2 removal from pipeline([`d9db9346`](https://github.com///commit/d9db93466dc6257d779ab6f05ecd5ba54d2956cf)) - Added back amazonlinux2 support for v2-1 images([`eb64f90e`](https://github.com///commit/eb64f90e758e544b99bde83fa3bc37b168031869)) - _2-1 amazonlinux([`13af70ef`](https://github.com///commit/13af70efc772744c0655234fc256bb474fb674a1)) - [skip ci] New image version([`e8eceee5`](https://github.com///commit/e8eceee5f780c7779ca7be3c65eed6861c775748)) - Quick fix([`b0e1b12d`](https://github.com///commit/b0e1b12de24f8155e1acafc837a90f8ac5243e17)) - Merge remote-tracking branch 'origin/develop' into libyubihsm2([`5e5e86b0`](https://github.com///commit/5e5e86b09c13ff537ba934ecbfe885d9c3738f8a)) - ([`86d19055`](https://github.com///commit/86d19055ef36b2e59842f633f0c832bf6374929c)) - New pipeline image names([`d6be825a`](https://github.com///commit/d6be825a7b4c00d0e67dda5db5557c41140af010)) - Merge remote-tracking branch 'origin/develop' into libyubihsm2([`d751d690`](https://github.com///commit/d751d690d6188f1c9fade2a52cd076558e634148)) - Add back the two new deps on macos for new build scripts([`2612b5b3`](https://github.com///commit/2612b5b3a710b0cf010d1e25333724d020665718)) - Merge remote-tracking branch 'origin/develop' into libyubihsm2([`d1d98319`](https://github.com///commit/d1d98319bbaa1ae3677a8c6cc1e86b8667be988f)) - Block out libyubihsm's add_test()s([`cd988487`](https://github.com///commit/cd9884876d72bff5499b900d730ae1fe100aca02)) - Add installation of libyubihsm license([`0d9801f7`](https://github.com///commit/0d9801f7f486a3c6a84213e966808fb408883779)) - Handle libusb better in macos build script([`685ef019`](https://github.com///commit/685ef0198a14728a1ea51558013cb68151a11b37)) - Don't build libyubihsm with LTO([`6e4f10f0`](https://github.com///commit/6e4f10f0ebe1d2d4ed5fd9d65c5912df3c048761)) - Add build deps and packages deps for libusb/libcurl/pkgconfig([`793addea`](https://github.com///commit/793addea60d2b2fe1574a29125cc279a5a2ad423)) - Upgrade to libyubihsm 2 and link directly with it([`588fdb9a`](https://github.com///commit/588fdb9ae1ef889f2648a76209b3b429235d348e)) - Small change following code review([`d8ef7ebe`](https://github.com///commit/d8ef7ebec1463a924fcb2a6509a0ee5077b3349f)) - Small changes following code review([`f81f227e`](https://github.com///commit/f81f227eff3830d6d409967091c963dc150b4c04)) - Add cleos support for REX actions - 3([`3cc5eb01`](https://github.com///commit/3cc5eb01b04749e9a9fcbd7846aba4d50c420232)) - Add cleos support for REX actions - 2([`57e6ab66`](https://github.com///commit/57e6ab66a5053b21985032c7be9d7fca9296ddba)) - Add cleos support for REX actions([`2acea9a7`](https://github.com///commit/2acea9a741bd4c9d3c6e346ba045007bcf3fa632)) - ([`0ae565a1`](https://github.com///commit/0ae565a1179bf19fe782087ece22a3407bb5666e)) - Use -y for noninteractive builds in the CI pipeline([`f1e13f34`](https://github.com///commit/f1e13f341809debd9dc46797cbf29ee58582a0a9)) - ([`f52ccbef`](https://github.com///commit/f52ccbef472061ba2e680f39e62eaa022c3635ae)) - Commonize & integrate into getopts noninteractive option([`2a428bcc`](https://github.com///commit/2a428bcc6ab53352c994710ead04e8b4cb8670d7)) - V2 build scripts for CI and usability([`aeb39fc3`](https://github.com///commit/aeb39fc35d3209eefd81303c4cfd76a1bbef0d2e)) - ([`607eead9`](https://github.com///commit/607eead995cc2bb96f2528abcfc7937f8a6e6811)) - Script cleanup, preventing failing on expected outcomes, and reporting errors more clearly. GH #6755([`d1ac985e`](https://github.com///commit/d1ac985e82c0d5615a07f5e27062ff1641f5977c)) - Ensure that a caught-up nodeos reports its new handshake status to other connected nodeos. GH #6755([`2b3f2660`](https://github.com///commit/2b3f2660f09cb7ab3284b5b323df8fdcd23af52b)) - Changed to report from peer's LIB, since we don't know if any blocks after that correspond to our blocks. GH #6755([`e9a6c085`](https://github.com///commit/e9a6c0857ca077712cfd95a50d1510bc2fd8b9df)) - ([`36a4210f`](https://github.com///commit/36a4210fa4f104ac4fdaa8d16f50729ff05e0ed7)) - Remove xcode dep and duplicate gmp([`08c11be4`](https://github.com///commit/08c11be4dd2698d88d8e0c3f01102f97638d9ea5)) - ([`7fc6b876`](https://github.com///commit/7fc6b876ebf3a87c15f9335380b4b02070889550)) - Add const, address peer review comments([`1dba360c`](https://github.com///commit/1dba360c94ba00e63854fd3365cbccb3056e90b4)) - Peek into block message to see if block is needed before unpacking completely([`79f1292f`](https://github.com///commit/79f1292fe36d34f2020263c9ecdcc335b2291a1f)) - Add simple test for message_buffer datastream adapters([`5afa56be`](https://github.com///commit/5afa56be2dd1d5852e0905546ec795a1b376d9e8)) - Update to fc with peek datastream adapter([`760b235a`](https://github.com///commit/760b235a58d5d94d731fab1a432d8e4bb5ca9b64)) - Remove duplicate code([`4faf60e1`](https://github.com///commit/4faf60e179fe98880ecb1a422655a097f25aca78)) - ([`f7d01e72`](https://github.com///commit/f7d01e72c9b6c0ee44043f22e212a2ac92a1858f)) - Added memo to issue([`2f68aa03`](https://github.com///commit/2f68aa03ec2e0f4baf656eb49198ff891d4052c7)) - ([`ea9a1d1f`](https://github.com///commit/ea9a1d1f30f9c07b0dde17f11e190d0771735f80)) - Avoid deadline overflow if passed maximum([`bb8853e8`](https://github.com///commit/bb8853e89ff5c39e71f444719a0177a9496c3e9e)) - Use microseconds::maximum() for max([`625e6766`](https://github.com///commit/625e6766f08010a524e6cfdbaff1d028478495d9)) - ([`060f6c03`](https://github.com///commit/060f6c03c84bebbbb8997c3c3ec964737daeb48d)) - Fix segfault on shutdown([`0e11bbf6`](https://github.com///commit/0e11bbf6e2a6bcc690cc4a70c1fdb5bad58cc3e9)) - ([`90b2ee3b`](https://github.com///commit/90b2ee3b231e27a83ba1f7eb99a971b8c07a3ec6)) - ([`3732cc7a`](https://github.com///commit/3732cc7a4e338a02ec95ebab6c6a7f5fbb821722)) - Remove multi_index_test because it does not actually assert anything and it is redundant given test_api_multi_index([`406bb3e5`](https://github.com///commit/406bb3e58381a4aad095314584d6cd277e5fed33)) - Cache compiled .wasm and .abi files for all the updated test contracts([`49fad963`](https://github.com///commit/49fad963fb0650044ed6111771e4854838934642)) - More cleanup of unittests([`b35ab7e4`](https://github.com///commit/b35ab7e40f780017168232a48ce50ff2c76b8d5c)) - ([`47ae6e0a`](https://github.com///commit/47ae6e0aeacbc60746d9c3581156a54f459422ff)) - Remove flaky and unneeded weighted_cpu_limit_tests([`9b2bf319`](https://github.com///commit/9b2bf319e0697d6a1d4a7f8ecf74d49c3156ad2b)) - Update test_api_multi_index and api_tests/multi_index_tests to use the updated contract([`dd9d78c2`](https://github.com///commit/dd9d78c2e08b1e56d2f3e0497081c51386ad3a51)) - Update test_api_db contract and api_tests/db_tests to use the updated contract; also improve api_tests/action_receipt_tests([`806b7c11`](https://github.com///commit/806b7c1128581e4c939fd92a02720a16b61c1687)) - CDT eosio::onerror now works so rely on codegen in proxy contract; deferred_test also works fine with new CDT([`4dbb4718`](https://github.com///commit/4dbb4718e970d17806b0e0f98aa29371f86d1f84)) - Cleanup unused tests and old wasm and abi files([`a11ffac4`](https://github.com///commit/a11ffac4f4ed567c3444ef16154e8636d259581f)) - Update snapshot_test contract([`cdfd355f`](https://github.com///commit/cdfd355fe25058158c6ee52399560af6431f65c1)) - Update multi_index_test contract([`a1ccc52d`](https://github.com///commit/a1ccc52d6c1a5754e1ea33064e0d5496e8ee3f75)) - Update proxy contract (includes pre_dispatch workaround to avoid CDT codegen bug in handling eosio::onerror)([`14263a1b`](https://github.com///commit/14263a1bb98426aa0b298193fd13b1da41e839f1)) - Update deferred_test contract (not currently working)([`7a7d44e8`](https://github.com///commit/7a7d44e8dc81e374a18ddc638e85fd69c8770a40)) - Update asserter, noop, and payloadless test contracts([`47efde93`](https://github.com///commit/47efde9381f19d2921c116d96824ad40b5300a55)) - Remove multisig_tests since they have already moved to eosio.contracts; also some cleanup of removed test_api_mem([`0f0fd48c`](https://github.com///commit/0f0fd48c3f042b61f7a68afcf69869bfc9f18b51)) - Remove compiler_builtins_tests (should become part of CDT) and fixedpoint_tests (fixedpoint was removed from CDT)([`bedf133e`](https://github.com///commit/bedf133e562e4405e5ba3b506159dd843cc8d1cb)) - Rename and cleanup test_inline; remove test_api_mem([`d404133a`](https://github.com///commit/d404133a28a900108eada03f726ab2967891e64d)) - ([`9dd99751`](https://github.com///commit/9dd99751621b29a4cd76d5c5c41c3c517e7840c1)) - Remove unnecessary memory_tests, extended_memory_tests, and new_api_feature_tests from api_tests.([`f17327c8`](https://github.com///commit/f17327c836fd4361c3c524804465b4207c6905c8)) - ([`877f7340`](https://github.com///commit/877f7340c7b66ced2ec34b07600ee3eb49755615)) - Added test logging to issolate error. GH #6743([`1a37bd67`](https://github.com///commit/1a37bd67ec900f54ba3fac2a12f0c2785c66318a)) - Changed voting test to just indicate when a producer does not produce 12 blocks in a row, since there are valid situations for this to happen. GH #6743([`f17a33e1`](https://github.com///commit/f17a33e1563b55b19a57d0a9fa2726f33f4fad16)) - Fixed not giving nodeos enough time to process priority queue before shutting down. GH #6743([`c6d796b4`](https://github.com///commit/c6d796b438b4417097ccab1b8340a72c4e11eef8)) - Improved error reporting for buildkite error file dumping. GH #6743([`4c766aed`](https://github.com///commit/4c766aed7396ff3fa73d71536104d23cd49bd135)) - Changed code to always print out all stderr files in node output directory to ensure all log files are reported for error dump. GH #6743([`66f4f23c`](https://github.com///commit/66f4f23cbf8c113863ea476b97a4cc976a677519)) - ([`7a33bdb9`](https://github.com///commit/7a33bdb9fa6d08a75b16b85466fcc425211af4e3)) - Fix shutdown segfault([`f320c8e3`](https://github.com///commit/f320c8e3e8a93a727c81a6dd482d09ae675a5fdb)) - ([`b4fc0cd5`](https://github.com///commit/b4fc0cd5d9ea97692555a9c998b957ce216b3c66)) - Use thread_pool via ioc and run ioc on all http-threads([`df238beb`](https://github.com///commit/df238beb184e222fa3e5a7c958310332e0c9ffb4)) - Make unix_server use http_plugin server_ioc([`e8a1a6b7`](https://github.com///commit/e8a1a6b702eb49e6ded6bd5d5844f6f27a468acb)) - Use max_bytes_in_flight([`19dc3bd5`](https://github.com///commit/19dc3bd5cfd51cf5210f10c91dd5ed91f53cd8d7)) - Make http max bytes in flight configurable([`fc19568e`](https://github.com///commit/fc19568eafa4f53ef13172587b435bcd5b0c0c63)) - Add limit to bytes in flight, clean up lambda capture lists, add a missing send_http_response([`68037686`](https://github.com///commit/680376868c1382051bed88202d5d067011a84714)) - Remove auto load of http_plugin to avoid extra threads for those that don't need it([`8393230c`](https://github.com///commit/8393230c61b5ba0a0810004d0443b65676bffa01)) - Prevent core dump on shutdown under heavy load([`8e514ce5`](https://github.com///commit/8e514ce5b1b9c46ccd62ca0fa842036ce70f7282)) - Require at least 2 threads since at least 1 used for io_context run([`3eff98da`](https://github.com///commit/3eff98da751efe851dc24569e38f7d5d40eedc64)) - Add io_context for http server separate from app io_context([`d0282fd0`](https://github.com///commit/d0282fd013a767ef150704bceb08c4efacabe002)) - Add thread pool for handling http responses([`a2b8260b`](https://github.com///commit/a2b8260bcbc0ebcc0375922ad751a967105b0426)) - ([`50366f0e`](https://github.com///commit/50366f0e51159bfc305adc3ae70f9ce95be8d98e)) - Another warning fix([`d981dd1f`](https://github.com///commit/d981dd1f678c14c5ffa4ae7da5a6088b95013ed3)) - Fix some gcc warnings([`600c3989`](https://github.com///commit/600c3989af45c06bb2e231fff61a6ab1ef6b3758)) - ([`a5495ec2`](https://github.com///commit/a5495ec28674f116b5d9e0f4067c9a7b53c0b2e1)) - Remove the overlapping routine from push_next_transaction([`05bd26f0`](https://github.com///commit/05bd26f05c2c38a07fd9b346a2018e519fda9610)) - Increase the balance of accounts to prevent temporarily overdrawn balance status([`c329b926`](https://github.com///commit/c329b926d81d55bdabaf46d41e29f7c586aef096)) - Add option --txn-test-gen-threads (=2)([`f6353f83`](https://github.com///commit/f6353f83e6e8556a95834b7c63d64933c5afc226)) - Support multiple load generation threads([`d10910f1`](https://github.com///commit/d10910f1e17099883bdb3c74bf9cfeac0ca23cd4)) - Add thread_pool to generate transactions by load generation threads([`8083315b`](https://github.com///commit/8083315b5a5d729d5a1ec50a3305f9c3e17f404c)) - ([`05df4de3`](https://github.com///commit/05df4de3eb9f0d1edd68c8adfa29ac06a2b99772)) - Fix indent issue in pipeline([`4b60a671`](https://github.com///commit/4b60a67180084e5d4c7d296c1d7a1ce44988d4e6)) - Add buildkite step to gather brew files for automatic update([`a4c96766`](https://github.com///commit/a4c96766063e2c2d473b9e46c50917e39c00cacc)) - ([`59f4aaaa`](https://github.com///commit/59f4aaaac760547e195b11d3d576a9c2cea985a5)) - Keep explicit "Not building" message in `test_ram_limit`([`229e17f1`](https://github.com///commit/229e17f163a8b1c76ea7543d482944d4dc6a06ac)) - Add proper CMake variable to `ExternalProject_Add`([`ae364954`](https://github.com///commit/ae36495431e9ca997c58bf5070832d7481d77e72)) - Spacing fix([`520c7e89`](https://github.com///commit/520c7e8909626ce3c0b0c64325b931bbee21851b)) - Make contracts in directory `test-contracts` not build by default([`1652716a`](https://github.com///commit/1652716a29c2d184a8bf1e3667e14bb0e3f83e35)) - Make contracts in directory `test-contracts` not build by default([`e41dc573`](https://github.com///commit/e41dc57354c530a4a9550da19becc4182714322a)) - ([`e1a269f1`](https://github.com///commit/e1a269f17bf08526209bb9d973f9b1699edc5439)) - Revert to date-based filenames for log files.([`13d905b3`](https://github.com///commit/13d905b34f9f52ca670a433be55d1caaad6c758a)) - Revise replay logging to once per 500 blocks.([`1fe012f7`](https://github.com///commit/1fe012f7bbc0e3afe49f8beb80907ac6ddabab47)) - ([`46e47eb5`](https://github.com///commit/46e47eb54130f70ec284da5963cb77684092dc95)) - Remove unused file fileno.hpp.([`9299000d`](https://github.com///commit/9299000d8d80dff13d1c9d1e8acf0aa7f4c5bd04)) - ([`373699b5`](https://github.com///commit/373699b5d29a1a3a412cb35c2a1a27d43da29956)) - Log replay progress to logging system.([`9aa7f69b`](https://github.com///commit/9aa7f69bd24792811ab5fbe22c67538934917575)) - Use fileno.hpp from fc library. Conditionally output trailing \n.([`0ae0c6db`](https://github.com///commit/0ae0c6db31a2e538bce6ccb80dfcc82124b7418b)) - MacOS compatibility([`0e060d6e`](https://github.com///commit/0e060d6e4a131dad23385a08f75b413d51b22311)) - Remove deleted file from build.([`1aa44c87`](https://github.com///commit/1aa44c87c7627182d6bdb0a58918dff8cac1090b)) - Work around defect in gcc 4.8.5([`3584814e`](https://github.com///commit/3584814e72e7a425e01f4afc96b465af5e42a184)) - When relaunching a test node, capture and dump all runs on error([`e93b0455`](https://github.com///commit/e93b0455da412fa6e2291187ab13ea345e47682e)) - Stray brace.([`48dd9565`](https://github.com///commit/48dd95654d98764ca03409679ceb2ca8ade7b40c)) - MacOS fixes.([`53041042`](https://github.com///commit/530410421c268a939ec815a5fc98e8c4995c042f)) - Add missing new file.([`2ef2b241`](https://github.com///commit/2ef2b2419e21993c52e4f45e88d97863fc77798a)) - Regularize replay logging when log is not a TTY.([`c336b1e2`](https://github.com///commit/c336b1e2f839675ecb4ad17eb36fc81ca2b38d1f)) - Unit Tests Now Run In Parallel (#6716)([`653f6162`](https://github.com///commit/653f6162ddbe3b33c0b204165718e4fb46d969cb)) - ([`dcf86f08`](https://github.com///commit/dcf86f085beaaea6886ae130f374c0cf2a0775bd)) - Thread_pool only used for server_ioc([`b3a44573`](https://github.com///commit/b3a44573457cabbe03f2be6c9895f00f58e26a90)) - Add io_context for use by the net_plugin, setup thread_pool for io_context to run in.([`153e8f07`](https://github.com///commit/153e8f070ef22bf75fafd434d4a637dbc2cd2fbb)) - Start adding thread_pool, move resolve to startup([`a8755f1f`](https://github.com///commit/a8755f1f72952680eb72cb77acecc2f23cf1cb87)) - ([`97374861`](https://github.com///commit/97374861185642aa5a29e8bcc8eb96f463293b11)) - Address review comments.([`bd9d1032`](https://github.com///commit/bd9d10325569609b67f533baf55f2e52c97c8317)) - Fix numerous signed unsigned mismatch warnings.([`97013205`](https://github.com///commit/97013205170e0d792747c831cefd048850a2c9b2)) - ([`8217dfa5`](https://github.com///commit/8217dfa57d3ec17c21d8d3e1327314c9d061150d)) - Spell fix([`da3fe297`](https://github.com///commit/da3fe297118fc93a421c740eea3391066f93822d)) - Improving error reporting for failure due to db storage size. GH #6697([`9ff0381b`](https://github.com///commit/9ff0381b435017404a153308617ddf1216e9da2b)) - Fix startup logging for snapshots. GH #6697([`70f9d274`](https://github.com///commit/70f9d2743be2d035b1aacd0f9b365e16875edfac)) - ([`4619b369`](https://github.com///commit/4619b3694685d485ffebde6a1dd783e870824922)) - Consolidated Security Fixes for 1.6.1([`004ff28b`](https://github.com///commit/004ff28b12ca7daa43f21d1c0544462110885bd6)) - More tests for signed_int pack/unpack([`1e431cf4`](https://github.com///commit/1e431cf4554467758af943c6ede7fd975712d90e)) - ([`28e6c958`](https://github.com///commit/28e6c958e142e36674d14a88ca9e32db0d88b668)) - Convert to boost::filesystem. Reset deadline timer correctly.([`b43679c8`](https://github.com///commit/b43679c8149c41cc8195befe2ed75602ec03be9f)) - Monitor wallet lock file and shut down if it's removed.([`765bbc7f`](https://github.com///commit/765bbc7fd3436583c27b394d27c10f90a3252d3f)) - Use additional docker tags for internal image repositories (#6677)([`da71aee0`](https://github.com///commit/da71aee079e4a40891d1ff02c5d2f2cb0e149779)) - ([`faece373`](https://github.com///commit/faece37375464926bdc63f114b6cc72f780eddee)) - Remove queued HTTP handler registration([`bfd5e23d`](https://github.com///commit/bfd5e23d434eb80e25dfa59665a2825b43c3ef3c)) - ([`08163818`](https://github.com///commit/08163818d51f849f23ad35b4060c895e7de54bba)) - Return active producers when `producers` table doesn't exist([`46a0f40b`](https://github.com///commit/46a0f40b38bbe2ddbbe9ea365b56affef7914c69)) - ([`4e9e3276`](https://github.com///commit/4e9e32762602f281fc5a425e169e26b652ee491c)) - Remove trailing whitespace.([`0d4d4bcb`](https://github.com///commit/0d4d4bcb6e4550515c326f2f8397f688e6f1560c)) - Conditionally depend on libssl1.0.0 or libssl1.1 depending on OS([`3c1dffcd`](https://github.com///commit/3c1dffcd7c80cce86198867e74965a994d7bd5a0)) - Set minimum dependencies for Debian packages.([`2f1d4cf5`](https://github.com///commit/2f1d4cf5dd7b0e1c2b95ba11cd179047dcbc6a24)) - ([`e25241b6`](https://github.com///commit/e25241b680ed0e504986348b29151258e584a187)) - Fix IS #5418([`c9a488c8`](https://github.com///commit/c9a488c8a4481033763346067dec17f757edf980)) - ([`04ca7f3b`](https://github.com///commit/04ca7f3b755056125caa743ddb621749f330ed19)) - Fix comment on max trx decompressed size([`e4b86950`](https://github.com///commit/e4b86950857859851b6832325bc11a4a868ba21a)) - ([`902ca37e`](https://github.com///commit/902ca37e0f23a1422607200332034cfa1b380322)) - Remove some obsolete cleos help text for 'wallet stop'([`34d85100`](https://github.com///commit/34d8510002d5c173d3c99497a3fb61f16ddc27bc)) - ([`822f230c`](https://github.com///commit/822f230c9cbc9fe91e8abe363966abb3dcb93c5f)) - Remove obsolete poorly documented tutorial.([`4526d071`](https://github.com///commit/4526d07146c38e74c92c544228fd687b61b4bc59)) - Improve logging to identify why forking integration test is failing.([`22fa35a7`](https://github.com///commit/22fa35a7cc3ca9105c186cedd767db55d40337fa)) - Added code to ensure that all stderr files are printed out for tests that restart nodes.([`a8c38698`](https://github.com///commit/a8c3869816757f5cc786a51f9ae66b79b3d8a2c9)) - Fix to report all logs for relaunched processes.([`4d7ab3af`](https://github.com///commit/4d7ab3afbf1b1c3ef6c0d134aa3749d52479c626)) - Fix for nodeos_under_min_avail_ram.py zombie process.([`83df5c80`](https://github.com///commit/83df5c806a51fa862b144db486ea48d58c4568f0)) - Making logging clearer.([`6568559c`](https://github.com///commit/6568559ca40c832aa44a69a05d00aa4fa63d8ee8)) - Added logging to the test_control_plugin.([`ec874cce`](https://github.com///commit/ec874cce8074949192bbdf596d5bf4c4df6c3e6b)) - ([`3a427ea9`](https://github.com///commit/3a427ea9744c84c1c7dbf9e4cb2a7c6f3af5c893)) - Remove link reference to old boost signals library([`9a1db8c2`](https://github.com///commit/9a1db8c260cc07c82fd10f638cc9f8187f39bb33)) - ([`899073b1`](https://github.com///commit/899073b1a1ef04d0c78dfe277a83752d1fb41c64)) - Add the new parameter to reflection([`e3f48a68`](https://github.com///commit/e3f48a68db84c8a45fbb6c198befdb3ed4f2a518)) - Update fc to point to correct revision([`aa4af238`](https://github.com///commit/aa4af238a918cd1b3cc1fc94077c7d4710815f7d)) - Merge remote-tracking branch 'origin/release/1.6.x' into develop([`6eacc49d`](https://github.com///commit/6eacc49d59f0a58506c5f10a482f97f9057d4844)) - Promote 1.6.0([`1630648f`](https://github.com///commit/1630648ff6d28563cf3d909abc1d83cc913005ae)) - ([`ced8d7db`](https://github.com///commit/ced8d7db063371aabe8deadb4120767a1d2406a0)) - ([`c81ef13a`](https://github.com///commit/c81ef13a4572996ead3448e256a76cece92ee1e9)) - Bump version to 1.5.3([`edae18f4`](https://github.com///commit/edae18f486350f90f2f38ba76c1130ff586e11d1)) - ([`5b580295`](https://github.com///commit/5b580295a5af5a74f0ecc87e1f82ced350d20ed2)) - Consolidated Security Fixes for 1.5.3([`13dce54b`](https://github.com///commit/13dce54b1db9b815504010e94d93c3e5eb04c8be)) - ([`129f7358`](https://github.com///commit/129f73588ea6a85ddeb61dba18609c3d23d109d1)) - Bump version to 1.6.0([`847e9a08`](https://github.com///commit/847e9a083d14067b36d37c866b840ad200c56e17)) - ([`9b0ad0cc`](https://github.com///commit/9b0ad0ccb535ba07ef68f484fd67d53d375a3680)) - Consolidated Security Fixes for 1.6.0([`fe95e039`](https://github.com///commit/fe95e039be837f48fac5902bd0052e7e0144d363)) - ([`e835bd4b`](https://github.com///commit/e835bd4b8adc729ef9eef713c14c4ea5283a7668)) - Add libtinfo5 dependency to deb package. Resolves #6590([`7d8074aa`](https://github.com///commit/7d8074aa3dd58c3aca2e7fa084b5dc4a8f430e13)) - ([`6d46d8b3`](https://github.com///commit/6d46d8b30c06b3f16bb06a3eb2ef29df409f2511)) - Use https url for wabt submodule([`640c499a`](https://github.com///commit/640c499ab47fc8f525ee48de1e9076e3a562777e)) - ([`1eb771fc`](https://github.com///commit/1eb771fcaff9d331e379a69e88c8786168f8b5a4)) - Update developer portal link([`68bd6609`](https://github.com///commit/68bd6609d2d541d3f7582fcacfc775d0c5638ced)) - ([`3f790aac`](https://github.com///commit/3f790aacc675d94331c47401ab49c609febb2859)) - Bump version to 1.6.0-rc2([`e9a5ff74`](https://github.com///commit/e9a5ff743770752c771749e585f5bf845afdae16)) - ([`31b8a8f9`](https://github.com///commit/31b8a8f98b77156c4273db87817a5557dcc82cde)) - Consolidated Security Fixes for 1.6.0-rc2([`839d0dc7`](https://github.com///commit/839d0dc7a6f49ec9e50a8eb67887a9b2ac9a9a19)) - ([`20f390ca`](https://github.com///commit/20f390ca2f452c97ee1649a89dbbe7e4c1b72219)) - Bump appbase again, to get more built-in types used by keosd([`18c2fdff`](https://github.com///commit/18c2fdff3f14f7e77d9418ff46acffee3e7fdd3d)) - Register_config_type<>() for chain plugin's custom config types([`57ac345a`](https://github.com///commit/57ac345a22f79a00fb6c1554ff040b894b07e39e)) - Sync appbase to master to get config.ini changes([`cb8a9fa2`](https://github.com///commit/cb8a9fa2eab8decae84ecb2118842c054f3946bc)) - ([`affc1999`](https://github.com///commit/affc19998e12b1aa82a2433839f5921efaadceab)) - Return code_version instead of recalculating code hash([`426f044e`](https://github.com///commit/426f044ef3e86cba5015ccd881bf2c7d59fc29df)) - ([`6f127425`](https://github.com///commit/6f127425d4eff16c57fa379f04e41a55a59942b6)) - Update appbase submodule to point to latest master (07850236)([`41bc58f3`](https://github.com///commit/41bc58f3c802ea440600db45071b6ec4a17119ae)) - ([`013e8dd8`](https://github.com///commit/013e8dd888bfe35bafc5c5091066e8c588c0b3bc)) - Fixed missed changes for pull request.([`13473d8b`](https://github.com///commit/13473d8be92189f031f391b7ab796eb21feefa4a)) - Fixed wording for pull request comment.([`ba8baec9`](https://github.com///commit/ba8baec98de5c675966fa2eca706632d90a6510f)) - Fixes for long running tests.([`f723d15a`](https://github.com///commit/f723d15aeb1d6f3c9720731843abaea6f1a92493)) - Moving checks to make errors clearer and adding print statements.([`51cd80cd`](https://github.com///commit/51cd80cd7ee147eaea7a4ef7c5e8d08fb1868190)) - ([`4414293e`](https://github.com///commit/4414293ee4841cd3e116d7433c21040181095293)) - Add priority to publish calls([`36d6db47`](https://github.com///commit/36d6db470186e32e6b4ccffa8b0cf4e9627fdf14)) - Add priority to channel publish. Remove unused accepted_confirmation channel([`be23da6d`](https://github.com///commit/be23da6d6149a74907b4e985633365e4f1b5701f)) - Use a variable to make priority more obvious([`3305577d`](https://github.com///commit/3305577d0d144510e88ab61f967cdcf47a288363)) - Update appbase([`5ecadb86`](https://github.com///commit/5ecadb86ef000d99e2ef3c6e0e32aabca59689dc)) - Enqueue_block only called during syncing so make low priority([`faaa0e3e`](https://github.com///commit/faaa0e3e630962b49c4d29930d83735cfe25abd2)) - Peer review changes([`8890bada`](https://github.com///commit/8890badab782ad690f358020604099a7d5b20a29)) - Peer review changes([`3a300b35`](https://github.com///commit/3a300b353b672f40f4a22773f6e4af1314fd192a)) - Change do_read schedule to medium to match net_plugin([`3e25f6a2`](https://github.com///commit/3e25f6a254161b6fc9bdd414630af1988ca271e9)) - Remove debug args([`60ed35ad`](https://github.com///commit/60ed35adac9fdeffb6289d5c5fcfc90b7da0e97c)) - Update appbase([`c652f9b3`](https://github.com///commit/c652f9b39e3cb3c1bb8881cea535e719173d79c6)) - Pack block only once per broadcast([`9627cd1e`](https://github.com///commit/9627cd1e05642ebd09f2e2e5b59668da45ef7dff)) - Remove verify of strand on app thread because using wrapped executer([`ce19bed5`](https://github.com///commit/ce19bed513a9aaabf8a470cf7caa7b02e54e9d74)) - Use priority-queue branch of appbase([`69802632`](https://github.com///commit/698026324a47e20624c1f520d280c88b98b7f333)) - Add additional debug args([`394720ee`](https://github.com///commit/394720eea9a176ad2c9040aa6c26ad388e08f406)) - Update to pass required debug info([`d1a2bc48`](https://github.com///commit/d1a2bc48f37ad438b7ea5370b52c9bda596c7694)) - Add priority to boost async calls via app priority queue([`32116ab1`](https://github.com///commit/32116ab16f52d6593a90563025f6551f3df2eab4)) - Wrap async_wait calls as low priority([`10c39857`](https://github.com///commit/10c39857ca6cae6495a8cbe87094edeef3e6671c)) - Wrap async_accept call as low priority([`11b1aba2`](https://github.com///commit/11b1aba26dec4587d87a37cf98ce5d6c6cc69bfb)) - Actually run the do_read([`5775f0b7`](https://github.com///commit/5775f0b7b713737662753971990453109309480e)) - Wrap timer call to low priority([`4419cbd3`](https://github.com///commit/4419cbd3ce1b906cb2a26e441d5e7af41d948118)) - Use application post for application thread([`22a8676d`](https://github.com///commit/22a8676dbba12437306b3b21a33b8de5674a89e2)) - Use application post wrapper([`8a94ebbf`](https://github.com///commit/8a94ebbf6bbbcd633d899bf45a94c5a9eeffc7e8)) - Handle http call as low priority([`e77a00c0`](https://github.com///commit/e77a00c0f47aefc3bd63b712ed11add5d9f13af3)) - Remove duplicate call to cancel_wait([`87f7f325`](https://github.com///commit/87f7f32518bd6285e49995c559b3d59a7bf1bb52)) - Process incoming transactions as low priority([`2f076bbd`](https://github.com///commit/2f076bbd0549fbe8588e517e647c555b17f58e2e)) - Add start block debug logging([`9720b41c`](https://github.com///commit/9720b41c1280b8c56676afd75c116d4ff4ef20d0)) - ([`8ab8eec7`](https://github.com///commit/8ab8eec710247d0c3fd57dbce511679b3c6e8412)) - Exclude get_supported_apis itself from result([`dc5dc891`](https://github.com///commit/dc5dc891ad64f1231f0ad5f80699f8edde67d6f8)) - Remove redundant macro([`289c0d65`](https://github.com///commit/289c0d65d21bf5b11b865ec1dd30cf460805f64d)) - Add get_supported_apis rpc api([`4205c240`](https://github.com///commit/4205c240ffd5d5e08540f2667caf3acc59bde998)) - ([`4a5378e1`](https://github.com///commit/4a5378e19676880c40e865560066a207c100facd)) - Use empty instead of negation of size when check active_key_str([`f7d96447`](https://github.com///commit/f7d964472b9928d182380a938a41f853a6226816)) - Fix capturing exceptions to distinguish cases properly([`fb22ee56`](https://github.com///commit/fb22ee56dfc155d4e10f399524cb8835bae2b1a7)) - Check the type of given authority explicitly during account creation([`5abc5fd3`](https://github.com///commit/5abc5fd3e68a612b05a7e7de77f5eef8dd9b1842)) - Enable to create account with permission level([`b1d7f3b4`](https://github.com///commit/b1d7f3b4f23975590fb22646e4ee3daeb2fcc0f4)) - Add chain::authority constructor with permission_level([`b9237fc1`](https://github.com///commit/b9237fc13da71ab0ddc181e11d71887d88c57316)) - ([`a49f6268`](https://github.com///commit/a49f626874942e8a9b21a4ae9751b6782c1808fe)) - Use https url for wabt submodule([`8d965b3d`](https://github.com///commit/8d965b3d1aed1315c9ed6a206cac0bce956abbe7)) - ([`bf375a42`](https://github.com///commit/bf375a4202af7e87711808f38dbc140ccf872697)) - Revert ability to customize name of http_plugin options([`401848af`](https://github.com///commit/401848af5701678c910eec2483aabec97e374b7b)) - ([`c3614a44`](https://github.com///commit/c3614a44e773d7703b8ed19511b46f72e1bc440b)) - Unittest for old wasm host ptr fix([`3577fbbf`](https://github.com///commit/3577fbbf77ad61e13bdd22ded11dc49f5f2cdcd4)) - ([`4f71eb1f`](https://github.com///commit/4f71eb1fc8a4366f485aa08436823b906d1feb2f)) - Create "base install" target([`cebed0e9`](https://github.com///commit/cebed0e9137968d82ddb8b931ce7467ed0bc5bdf)) - ([`804261f6`](https://github.com///commit/804261f6cab16dfd6ba6d581d2f69a90524fa5d3)) - Remove copy of the contracts directory, since it is no longer being built in eos([`0f9cf13a`](https://github.com///commit/0f9cf13a7fca93e43b735559f0ba10206c2c15bd)) - ([`fb859782`](https://github.com///commit/fb859782cfbc556e1e233b95c84276b1781e0099)) - Added checkbox to pull request template([`f2d42b93`](https://github.com///commit/f2d42b9380c27d9e45b24a625522ae3d52523c1a)) - ([`5e1fc53c`](https://github.com///commit/5e1fc53c964a6ebda005415b6622377f1d6cf797)) - Remove cotire([`24d58853`](https://github.com///commit/24d5885393f970130578b7ef6719db46c4ee4315)) - ([`7533e4f5`](https://github.com///commit/7533e4f5c7c75459533836eb06bb6d74f3d823de)) - Remove WASM_ROOT from scripts & remove "install" of old tools([`c7712ae1`](https://github.com///commit/c7712ae16c467e76ba097156e805579189156ce8)) - ([`743a85cf`](https://github.com///commit/743a85cf729ab68f0898e899415563f80893083c)) - No longer build wasm llvm on macos & ubuntu([`a864f2dd`](https://github.com///commit/a864f2ddfe6eb5a9040ce1fcb952184cda4d6337)) - ([`4db22184`](https://github.com///commit/4db2218495c6a9c84886f68b5e68ebac9bee4333)) - Removing unneeded contract directory.([`6e3d6d2b`](https://github.com///commit/6e3d6d2b62d087880019998858f077681e934f6b)) - ([`2aabc109`](https://github.com///commit/2aabc109e1765a30b02ed4d2ca0d65001f4bba29)) - Remove unused peer block state([`c21235a3`](https://github.com///commit/c21235a36deaed09f3a39f9366e085446765a320)) - Fix for issue gh#6466 sync([`c9c02f0b`](https://github.com///commit/c9c02f0bb9b2f6f34a58d2b33a38b22ff6568278)) - ([`3577840e`](https://github.com///commit/3577840e32e60f87426e3fab6325866ca45c4e55)) - Remove some left over inert entries in .gitmodules manually([`252996fd`](https://github.com///commit/252996fd14d8fd3f07886f2c73c35e825a4ad914)) - Remove binaryen & other vesigigial pieces([`738dbe9f`](https://github.com///commit/738dbe9f5a565b419a38524d1b9bd1e66f6ba5f7)) - ([`2ab27fbf`](https://github.com///commit/2ab27fbf93f43fac5c844a865aa875e79bff3653)) - Changing MongoDB tests to use correct eosio.system contract.([`7af029c3`](https://github.com///commit/7af029c353c34114d7745c3f390938fb72a4a6e6)) - ([`9c3c0477`](https://github.com///commit/9c3c0477fe69d10db946b849be162a74d01c9dac)) - Update EOS license year 2019([`4782d673`](https://github.com///commit/4782d6731e656eebe61c4427145b728d27dfd14b)) - ([`85c087fc`](https://github.com///commit/85c087fcc297b4121101a6ab6aaa9aa6b4bc632f)) - Mongo does not like empty json keys([`6ef8f322`](https://github.com///commit/6ef8f3223383be943c8a72389f3bda7ab0655c64)) - Add test for empty abi field name([`b34e8fe8`](https://github.com///commit/b34e8fe8e34460ffe31861487dc455e36a2a573d)) - Made validation of data content only for non-mongo runs. GH #3984([`ef7cfe96`](https://github.com///commit/ef7cfe96a6339abb38e500e207f60e43943843c4)) - Force call to use cleos even when mongo is installed. GH #3984([`52466d2d`](https://github.com///commit/52466d2df12a7a52ff172b4fe0d980b193c493c5)) - Added call of get account without -j to prevent regression. GH #3984([`b3556544`](https://github.com///commit/b3556544806a163848008d5f25737788bf0ab04c)) - ([`7894fd53`](https://github.com///commit/7894fd534bf9bd648581cbf0974cdb939d20f2b2)) - Update test_extended_memory.cpp([`2bdb5124`](https://github.com///commit/2bdb51249f4e3bf195be29d9abe30efa67fba20f)) - Delete LastTest.log([`0c45531d`](https://github.com///commit/0c45531d111a728254c98f128b213c1aae13f544)) - Delete CTestCostData.txt([`54f97126`](https://github.com///commit/54f97126abd9190f8e353a9b129eae36f8422374)) - Remove .wasm from .gitignore and add back lost wasm files([`f72695f8`](https://github.com///commit/f72695f84ca540a6c03bfe0cdddb35c77b8ab026)) - Guard off external project, if eosio.cdt is not found([`95df4821`](https://github.com///commit/95df4821258269cddbc5a8d4dad0314e58743bca)) - Add readme changes, change message in CMakeLists.txt([`7dcb6d23`](https://github.com///commit/7dcb6d23d46ec71b32f25f5aa4ce03dbcde027c1)) - Quick test for buildkite([`4ce73b05`](https://github.com///commit/4ce73b05f6282cdf5e8c86f213bfb7b1e2de3194)) - Quick test for buildkite([`58869f05`](https://github.com///commit/58869f050a72f097c1cde983a20ce2da2bd48c7c)) - Quick test for buildkite([`c0daf7ce`](https://github.com///commit/c0daf7ce81bc7bc86726c0c28ae8b891c1ab281a)) - `CMakeLists.txt` modification in `eos/libraries/testing/`([`be92f037`](https://github.com///commit/be92f037385311914b9d5c018cd4f9dc06bd9796)) - Made changes to move test-contracts folder, and some other small things([`aa1f8afc`](https://github.com///commit/aa1f8afc6127c8ff68afc025a50a490e26b4dff9)) - Clean up([`da5394d2`](https://github.com///commit/da5394d22a699fc92b66a1fcb49ceb784f38f86c)) - Fix merge conflicts([`06abe442`](https://github.com///commit/06abe442f5f0ca4f72c08b52c6349be869859eb4)) - Finish `nodeos_run_test_mongodb` test([`dcc8d405`](https://github.com///commit/dcc8d405df8866114fe5ab1da95fe3d795905cbf)) - Mongo test progress([`b1c3c571`](https://github.com///commit/b1c3c571b159eabb767b042dd68e3ff04d64ac9a)) - Quick fix in file `tests/Node.py; `account_name` -> `name`([`39fb7a1a`](https://github.com///commit/39fb7a1ab5e7c53cfa781ca5c02b26c63ece4c2c)) - Fix `eosio.system.abi`([`88dd5bef`](https://github.com///commit/88dd5bef740dbb72532221eceda78dd7239d1c1a)) - Clean up([`60252437`](https://github.com///commit/6025243787584d9350016845e60ee74f386b05d8)) - Clean up([`922eb880`](https://github.com///commit/922eb880fa3f1ddf1022ada8756ca3fea26f2ef2)) - Clean up([`9dfe4d49`](https://github.com///commit/9dfe4d498221de550ae2e6a81ca3b677bdca0248)) - Finish porting smoketests in `/tests/`([`1a8a6d8a`](https://github.com///commit/1a8a6d8a6642022f82144219a6cf01751743c428)) - Add updated `eosio.system.abi` and `eosio.system.wasm`([`74408da2`](https://github.com///commit/74408da22309a10ed29152b44541135fd513f397)) - Start of figuring out how to get the system contract working in `Node.py`([`d61538fc`](https://github.com///commit/d61538fc4e2796bd028f424f1ded90b3c74c4f2b)) - Directory quick-fix([`b8891ecc`](https://github.com///commit/b8891ecce28449d32f6dfaaf04f326b699b7e7e3)) - Get python smoketests working([`3c83777e`](https://github.com///commit/3c83777e160e152d595bd0c84a8986f8fe1b9bc8)) - Quick fix([`751a02b3`](https://github.com///commit/751a02b3fde01bc383f9d1d5bbfabc5904ccf50b)) - Update `test_api*' CMakeLists.txt files([`76def1ba`](https://github.com///commit/76def1ba52887085171e4304c09051d497eeebc8)) - Clean code([`bcda8c0d`](https://github.com///commit/bcda8c0d0b131bb38e4da0b7a265ea67cfccd307)) - Quick fix([`cea7085b`](https://github.com///commit/cea7085bf1d51a1500823901439d11e3263cf969)) - Start reformatting `unittest' files for a consistent style (continue on line 1460)([`055c585f`](https://github.com///commit/055c585f4b0e5cee6c1b233a7752bddcc01ccd16)) - Update all contract `CMakeLists.txt' files to loosely depend on `eosio.cdt'([`9fe4769e`](https://github.com///commit/9fe4769e513bb4d95e87ede317dafcf6e889a63f)) - Fix for Ubuntu 16.04 compile issue([`fd838dd7`](https://github.com///commit/fd838dd74066b68ba37845dd42269c438240fd22)) - Copy built `.wasm' and `.abi' to their respective contracts in source([`27c177a5`](https://github.com///commit/27c177a5386304530b7ba82ef13c3a4291371358)) - Edit build script (getting rid of Ninja)([`02e326f9`](https://github.com///commit/02e326f90f42552c4bf0d079f495b260083e6b03)) - Got delay_tests' working([`822532be`](https://github.com///commit/822532bee746108af4a26e2cf1eea3625b25875a)) - Fix `stltest.cpp' to be able to compile on Ubuntu 16.04([`d669cd68`](https://github.com///commit/d669cd68fef0895f2833745c581cd0373fa37b6c)) - Edit `.gitignore'; can now commit `wasm' files([`a1603796`](https://github.com///commit/a1603796f64dba4fb48cb0208ec9db16fc98516b)) - Continuation of fixing conflicts([`edf4163c`](https://github.com///commit/edf4163c978a58f29d974ed3864c8ca526de06f2)) - Continuation of fixing conflicts([`76221e77`](https://github.com///commit/76221e77d56148fbf898eee9e5aba9e07792784b)) - Remove TAGS([`f2b6d3bd`](https://github.com///commit/f2b6d3bde28828962640743cae9d5cb0170a5c32)) - Got `whitelist_blacklist_tests' and `delay_tests' working([`8a407f93`](https://github.com///commit/8a407f93f5b57237846311429593c5308ffa3418)) - Fix conflicts([`db6178a3`](https://github.com///commit/db6178a3721d805bb44470e67daacc7c9d48c190)) - Got all contracts to work([`de13a018`](https://github.com///commit/de13a0188c71fecc599bbb58579d1d0fb8ad6539)) - Finish refactoring `unittests'([`bdd628a4`](https://github.com///commit/bdd628a4c3d53dd0d61946f3959db5409b6bf777)) - Finish refactoring contracts and their respective unit tests([`bb3f44a7`](https://github.com///commit/bb3f44a7ee7fb3a2edfcc42f9db734f7141a73fa)) - Reformat code to look clean([`48b7afb0`](https://github.com///commit/48b7afb0377fe484e441abf99fa669c69eed60e5)) - Got all tests working([`dd6ee4e1`](https://github.com///commit/dd6ee4e1f009fbdc8796a062b81f5bf5805f490e)) - Refactor `print_tests/printn' tests([`7d68014a`](https://github.com///commit/7d68014a83e4670d98b220edf732cd099d47a1f2)) - Prgoress on porting `test_api/*' tests([`46e05022`](https://github.com///commit/46e05022fd2faeb1eff5a7abc08a9f1c9e75f952)) - Fix `checktime_fail_tests' test case([`53deef50`](https://github.com///commit/53deef50c55e62785df584c698994bd200c61a25)) - Test([`89854942`](https://github.com///commit/8985494256ff4a222ccb2cf75d2b9622f7d83982)) - Commented out erroneous tests for the time being to tackle them one at a time; all other tests compile and run([`99e182ac`](https://github.com///commit/99e182ac972ba521eb045a428395f0e6a47948df)) - Progress on refactoring/porting `api_tests.cpp'([`5afb5a6f`](https://github.com///commit/5afb5a6fab64c34a005e32ba76c6a8900aab80ce)) - Start on finishing the test files in the `unittests/contracts' directory([`6e5a3789`](https://github.com///commit/6e5a3789992657eedb1197ecabcac41e9c26e193)) - Got `test_transaction.cpp' to compile([`848592d5`](https://github.com///commit/848592d5a5534e4de68b938bde5158830a98ca80)) - Steady progress([`d5ef3f07`](https://github.com///commit/d5ef3f070dc4eb81324791de7e09618af7dde952)) - Got `test_multi_index.cpp' to compile([`3396058b`](https://github.com///commit/3396058bdd494264e102130171faee61d4ff2f3b)) - `/contracts/test_*' porting progress([`fb06ff2c`](https://github.com///commit/fb06ff2cc919baf0a0f0a631e2dce3be92108298)) - Start porting of `test_api.cpp'([`b5fe8694`](https://github.com///commit/b5fe8694314d71ae3a8a7d99a81602408db08336)) - Continuation of contract porting([`4a8ec178`](https://github.com///commit/4a8ec1781d9f4ca8ae3711c1af45b5b5de5c41c7)) - Continue unittest refactoring([`04b97600`](https://github.com///commit/04b97600abbccf48338581682f2c27f9e6c3ce57)) - Continuation of `unittest' refactoring([`39cf1965`](https://github.com///commit/39cf1965db71f038b7d0c38145e5ab62a6f5d504)) - More refactoring([`64ffb971`](https://github.com///commit/64ffb9712f22bd7976df2f4e4f523442ce27372d)) - Get `bootseq_tests.cpp' test working([`40e90515`](https://github.com///commit/40e90515de9f2226fe1821ce5b60c09bc9aea933)) - Working on `bootseq_tests.cpp'([`48c1c443`](https://github.com///commit/48c1c443c4de8dadd7bb617093204c7055245ab0)) - Remove TAGS([`3ecd1e81`](https://github.com///commit/3ecd1e818c4ff799ca44c7869e35e2370e7c4775)) - Delete TAGS([`3be577cc`](https://github.com///commit/3be577cceaedadfe8845366d58f21a4d5046f32f)) - Delete unnecessary files([`8dde4b1a`](https://github.com///commit/8dde4b1ae8bcaf9c1a9fa00379dadc5968d352f2)) - Port `eosio.contracts' contracts and continue refactoring `unittests'([`edfc1309`](https://github.com///commit/edfc13090caf92b4d72fb69da2462d52beda41ef)) - Continuation of porting contract unittests([`0ba21b26`](https://github.com///commit/0ba21b26b221696354e43482f790b0039956e204)) - Partial porting of unit tests([`429c70bb`](https://github.com///commit/429c70bb5ff243f3152d6e81e9d80e819b3fb914)) - Got `deferred_test' test working([`3172a23e`](https://github.com///commit/3172a23ed41228774da9ceaa8b6112f8915131f4)) - Finish `payloadless' test and make progress towards `deferred_transaction' test([`7006e3ba`](https://github.com///commit/7006e3ba445593e906d8c12466ccd696f2dd01c9)) - Start refactoring contract tests and cleanup([`b864c6b8`](https://github.com///commit/b864c6b83373ce5e5d6fe27cc1326cb74f901b87)) - Update contracts and CMakeLists.txt([`b417385d`](https://github.com///commit/b417385d55a175d5fd5f22ca9b69948f370b73e1)) - Fixed too short timeout and fixed errorExit call.([`08261646`](https://github.com///commit/0826164634473c9420fbb1856492a67830035901)) - Added setting popen object for relaunched nodes and added test to verify that interrupted process returns an exit status of 0.([`c4946837`](https://github.com///commit/c49468370e98333fd2da202e546fd05ed6709ddd)) - ([`5d14a627`](https://github.com///commit/5d14a627f329c1361288258ed9e1cce043b03978)) - Consolidated Security Fixes ported from 1.6.0-rc2([`a665bf8a`](https://github.com///commit/a665bf8a84b5b922116ca1b5e9109f52fc7ebdc2)) - ([`b0c14753`](https://github.com///commit/b0c14753b3bf6ee42174346001f15c388f39905f)) - Add transaction_metadata test([`ae467a3c`](https://github.com///commit/ae467a3c56290c56094a1bfa74109308ad66b4c2)) - Protect agaisnt create_signing_keys_future being called again before first one has finished([`9a271f1e`](https://github.com///commit/9a271f1ebdd9a94a13bf93a43285c3889daa08d9)) - Add additional packed_transaction tests([`b83097a8`](https://github.com///commit/b83097a8a0a3eaef66d0ef54b935a155d10042a6)) - ([`90945d2c`](https://github.com///commit/90945d2c980893487c9ad3b7a2618183da2e6136)) - Add logging for hard replay progress. Resolves #6531.([`695d5fd6`](https://github.com///commit/695d5fd61416a9c454eadab1aeca79dab1068984)) - Fixing encoding error on some platforms.([`beec2358`](https://github.com///commit/beec23588b53da6297b6ccdbd0dfcc297b36f50b)) - Fixed pull request comments.([`d5c6d695`](https://github.com///commit/d5c6d695027dca362f4d479d71d0046cba302de2)) - Fixes to pass validation of reflection macros.([`698ff375`](https://github.com///commit/698ff3759b42339034d3d49b16cef8640db4258c)) - Added validation script to buildkite pipeline.([`e9555347`](https://github.com///commit/e95553474a61c9480443698356ba3f79ad74aeef)) - Validation of all reflects in libraries, plugins, and program directories.([`59f487ae`](https://github.com///commit/59f487ae7302c8e5f89de47879dff368e29b6246)) - ([`f8d96137`](https://github.com///commit/f8d9613772ef5835025456ea32a2677e780bb9f6)) - Web Assembly -> WebAssembly([`14407b43`](https://github.com///commit/14407b4380f2154f086ed9cc5d98c94cc576d98f)) - ([`859c02e7`](https://github.com///commit/859c02e76013ab70f825e0994bd37ce3ed75fd04)) - Bump version to 1.7.0-develop([`db8b882c`](https://github.com///commit/db8b882c51db5d587c72c5a02b5ad7e20e4b46d1)) - ([`3186ddba`](https://github.com///commit/3186ddbaeefc84c7252aac8d5b26adf9fc66a7af)) - Bump version to 1.6.0-rc1([`75c3e972`](https://github.com///commit/75c3e972c7ab4bef47121b5b107e95614a6ae725)) - ([`e12abf3f`](https://github.com///commit/e12abf3f54979ef0add0a52dc5949a123c62d423)) - Update to latest fc with updated verify_init([`1466c807`](https://github.com///commit/1466c8079547372eb5d2c04bec7c702ee3b08e1a)) - Fc renamed reflector_verify to reflector_init([`81980a83`](https://github.com///commit/81980a836005b9b13aefaf6f4dd1914e248c6fa7)) - Update to fc with unpack verify([`b4d08029`](https://github.com///commit/b4d08029434d86c9b504e72878b6e5de064f2f44)) - Cleanup of packed_transaction interface. Fixes for comments on PR [#6471]({{ self::remote_url() }}/pull/6471)([`20e219ef`](https://github.com///commit/20e219efea208c4fc35845cefe87318dc4b740d8)) - Test should honor existing compression([`04e276cc`](https://github.com///commit/04e276cc30a53074cbf2fcf25b5d3ff0ca2bc56f)) - Remove cached signed_transaction since now cached in packed_transaction([`4ef35276`](https://github.com///commit/4ef352760fa197333538f4e74d26a481d1ea328d)) - Get_raw_transaction no longer needed for thread safety([`695488a4`](https://github.com///commit/695488a497f09a42a116360f151cde6c3ff5d128)) - Get_uncached_id no longer needed for thread safety([`2c627f4a`](https://github.com///commit/2c627f4ac1832738ff20ec7dc67dca6a01617f52)) - Store unpacked_trx as signed_transaction([`f53a7833`](https://github.com///commit/f53a7833c4ab8de435295905535222de9fc9092c)) - ([`f3ec23ac`](https://github.com///commit/f3ec23ac61aa5f8a7f0f4914539eb021b870e9c0)) - Add explicitly defaulted move semantics([`d02741c0`](https://github.com///commit/d02741c09f28a23ef3ca627ed21aa61d5a45f7f3)) - Use `assign` instead of `resize`+`memcpy` to update `shared_blob` data([`12ac2dae`](https://github.com///commit/12ac2daef0dfca631ecef26b377f915b7d9ff4c0)) - ([`d0ebb3c4`](https://github.com///commit/d0ebb3c4928733097c331a5acd3b3c6a95dee7fb)) - Merge tag 'v1.5.2' into develop([`b4af562d`](https://github.com///commit/b4af562da92e59686ea08b5d3de9beef3d272048)) - ([`d3424096`](https://github.com///commit/d34240966309739914c4c2ae85c4c51bde5e8c12)) - ([`a51aeac4`](https://github.com///commit/a51aeac40ce94be7fcaaafb180a896941fb0c977)) - Bump version to 1.5.2([`3831e547`](https://github.com///commit/3831e54715572b9e252c46af6ab7d9e98fbf4209)) - ([`0b70dd67`](https://github.com///commit/0b70dd671987d8b36cb8e9c8f1d43ae6572e36ef)) - State history plugin: permission_object bug #6495([`04655aa3`](https://github.com///commit/04655aa3f16fe5f8d70a71b3fa6d9555cbc078c6)) - ([`c9a21a4e`](https://github.com///commit/c9a21a4ee8c67af8fb684fdf8f3a532ef0e1cb0d)) - Add move into tuple creation([`1c8640b1`](https://github.com///commit/1c8640b1757180fbe9de6df0150cad99fb240a66)) - Clear recovered_pub_keys to preserve previous behaviour([`058d4ac4`](https://github.com///commit/058d4ac4f8ecc55bb093ed3705a1f79e0bc5b46c)) - Fix capture of cpu_usage. move flat_set into attribute([`21d20a86`](https://github.com///commit/21d20a866a52435457c96344832a172f63b6932d)) - Assert signature-cpu-billable-pct is 0-100([`75587d09`](https://github.com///commit/75587d0959a8fadd17f4c8a49b0ac4bab87aa6bf)) - Add missing include of mutex([`1ecb7cc5`](https://github.com///commit/1ecb7cc59b1d305a6e997f2f5459692523554a35)) - Add signature-cpu-billable-pct option to chain_plugin([`48bf2d4c`](https://github.com///commit/48bf2d4c63e95dac06d1a4912722a639aba811a0)) - Calculate cpu usage of signature recovery([`94ad2d15`](https://github.com///commit/94ad2d1533ed48a5dbfa466504758b24395de7ac)) - Make recovery cache non-thread local and guard by mutex([`2b6a88a2`](https://github.com///commit/2b6a88a299fa017386e4b2a945c2cf5fa096ff3b)) - Initial setup of billing CPU for signatures recovered earlier([`6e9b4419`](https://github.com///commit/6e9b4419da691028f3e837904f72b3dbf9cfd2e4)) - Fix overflow of deadline and deadline check([`3e733f57`](https://github.com///commit/3e733f5711209df5e65536f03bb202be9d2d0b9c)) - Fix signature future deadline from starting too early([`9270c9cb`](https://github.com///commit/9270c9cb9a611dd3857b6d09c75b9381e72e6167)) - Move thread_pool join/stop to plugin shutdown so that they are joined before application quit([`957db7f6`](https://github.com///commit/957db7f667349ea816d54b0e11107c9d806cd556)) - Modify producer_plugin to have its own thead_pool instead of using chain-threads([`b8a56595`](https://github.com///commit/b8a565952bc426741dea96ce4f3fe84ff384faa9)) - Add deadline to key recovery([`ca8e5bc3`](https://github.com///commit/ca8e5bc30fcfcedfd9cc65e652f2a5a705f7cf37)) - Remove redundant signing_keys check([`64537c56`](https://github.com///commit/64537c562671434f120c1091c1921d5751df55aa)) - Update txn_test_gen_plugin to overlap transaction submit @taokayan([`22ab63cc`](https://github.com///commit/22ab63cc1d06b73ce7297a714fbb482962a5ef99)) - Start transaction signature earily in thread pool([`f64da40d`](https://github.com///commit/f64da40d800ca37815017b89892efdd75d503acb)) - Add transaction_metadata create_signing_keys_future method([`20ffa70f`](https://github.com///commit/20ffa70f649b0e2abb2f0b9afec6b076946fa3df)) - Refactor packed_transaction for better encapsulation([`96fb1e5f`](https://github.com///commit/96fb1e5f4691013ee6fc310a1e00a0e2888778b6)) - Start transaction signature earily in thread pool([`f71d490b`](https://github.com///commit/f71d490b47630740f19be9dc769ae04a296b59e3)) - Add transaction_metadata create_signing_keys_future method([`4a4a80a1`](https://github.com///commit/4a4a80a12affeebab1f66712d53c1286fd7b9b5a)) - Thread pool does not need to be optional([`49a9c55e`](https://github.com///commit/49a9c55ef2a1e5c201f523ca66f1e8ce8ebe4f4e)) - Switch interface from packed_transaction_ptr to transaction_metadata_ptr([`3095d85e`](https://github.com///commit/3095d85e3f57c25908587c15b0cdd54c2d3fbc66)) - ([`e2b23eb4`](https://github.com///commit/e2b23eb4e21112e845c24a53cc58a04e77e86cee)) - Add action_trace.block_num index. Remove action_trace.trx_id index.([`badafc3b`](https://github.com///commit/badafc3b2b6895daf22d05a69ef594bbf03db9c2)) - ([`d54a0e28`](https://github.com///commit/d54a0e28ae94bc6ee35c7923b837d743f8051cd5)) - Return 400 on get_block with uonexist block number.([`66fd7798`](https://github.com///commit/66fd77982d64aa2af138c2a3fcf53aebae0e847f)) - ([`929317cf`](https://github.com///commit/929317cf2c8ec26bbff9bc2fb7ccdbe16c66c128)) - Fix return codes of build scripts so that buildkite can fail properly([`955476d9`](https://github.com///commit/955476d94372ab28485d857f1ab84a6f435e0c8a)) - ([`ea5209ce`](https://github.com///commit/ea5209ced66423139c44b4c9d72219e8e4413c93)) - Update LICENSE path([`9b036b43`](https://github.com///commit/9b036b432c241bcb5f506ab179988ef63c08f053)) - ([`45cd5686`](https://github.com///commit/45cd5686c729dde328ff3622e61ae82ded608257)) - Remove unused max-implicit-request config([`2edbf2fb`](https://github.com///commit/2edbf2fb84fe66e052d3ae56806ea3bbaf49a315)) - Peer review changes. Fix move.([`f712780a`](https://github.com///commit/f712780acc1b77c0d4441e8592df00fbdf23d097)) - Revert "Fix sync check for lib"([`ce7d2406`](https://github.com///commit/ce7d2406b78b9778875ac170e4f65a767c07204a)) - More descriptive memo to distinguish from other transfers([`c9126e4c`](https://github.com///commit/c9126e4c66cb0b4c38ebf8544eb23bddab5bc591)) - Merge remote-tracking branch 'origin/net-plugin-opt' into optimize-net-plugin([`deb8460b`](https://github.com///commit/deb8460b22221fd0fec06ab7315fb31512435138)) - Fix sync check for lib([`52a6f193`](https://github.com///commit/52a6f193aa3a06833165fc36d3a52407769c732f)) - Remove connections for unused signals that only logged([`f3255af5`](https://github.com///commit/f3255af5276b616ffc7dd796c9e52b9e5ccf0df5)) - Remove inflight update of node_transaction_state as it is not needed([`e9e9fe02`](https://github.com///commit/e9e9fe02f6f0b71060aa2ff2d6d5fd40dac663c5)) - Explicitly disable copy/move construction([`bd3b2084`](https://github.com///commit/bd3b2084d4a4e2ff551868ca762850d9f3544f78)) - Remove unused constructor([`86e581ab`](https://github.com///commit/86e581ab3351cc3ae8942ec5fc4f3a4dce7a8b0d)) - Remove packed_tansaction to net_message copy([`81502d27`](https://github.com///commit/81502d275429731a027e4f8c94d247beb10d968d)) - Update tester for transaction_metadata packed_transaction_ptr([`a0f7ae0a`](https://github.com///commit/a0f7ae0acf17d50afc1082bd7d1678e718888fbf)) - Cache chain_plugin lookup([`8109f0aa`](https://github.com///commit/8109f0aa1b4534e3632a92f549f83f43b6c51827)) - Minimize packed_transaction copies. Store packed_transaction_ptr in transaction_metadata.([`cfc3a857`](https://github.com///commit/cfc3a857ef618cc4006a2f853cbfa87e2971acc3)) - Remove copy assignment operator. Remove used std::move.([`b4ad4a3f`](https://github.com///commit/b4ad4a3f2c296673f4ef0d456b232450c5ba0f67)) - Pass id and packed_transaction by const& since never moved([`7923af93`](https://github.com///commit/7923af931a0e788676e546b79f88bf7c65ea47b4)) - Add accept_transaction that takes a packed_transaction_ptr to avoid copy([`de9742ee`](https://github.com///commit/de9742eeaebf88fec61410df140ff6fc3601ca7b)) - Add explicit constructors([`7bcdcbc0`](https://github.com///commit/7bcdcbc02d135eeba63689d6237afac232e3f1f2)) - Use sha256_less for all sets/maps with ids([`ac374bb0`](https://github.com///commit/ac374bb0ca913ee3ced5ca0ef042ff6543df3740)) - Minimize shared_ptr copies([`2678b5eb`](https://github.com///commit/2678b5eb646056d008cc12fd4048e46815e0b869)) - Remove find_plugin overhead([`f403da80`](https://github.com///commit/f403da80c45a81bf87f92ce1967c49d76ab8ae3b)) - Not possible for serialized_txn to be empty([`28301f28`](https://github.com///commit/28301f28679da127c6c821b187cee2835da4d292)) - Store serialized transaction as shared_ptr to minimize copies([`e44f205f`](https://github.com///commit/e44f205f4a9d593fa345142eab6321b936496316)) - Remove unused node_transaction_state.packed_txn([`0594dd5b`](https://github.com///commit/0594dd5b1bdae02ff0cebea29d7d5b2746905c26)) - Simply by removing unused large_msg_notify([`2a32ee4b`](https://github.com///commit/2a32ee4b0a855cb24b892a535d7a3f5a78dd7b0c)) - Provide more efficient sha256_less([`e8452040`](https://github.com///commit/e84520407a3e7650e4177cee5f1ed5ec9306655c)) - Do not broadcast block if peer lib is larger than block number([`d381ec0a`](https://github.com///commit/d381ec0a53238f95f34e2be8a6bd8fb8e83a378f)) - ([`8e0dbf4d`](https://github.com///commit/8e0dbf4d92979358ab5fdd3e60c1bd6ed0efad03)) - Spelling correction #2([`e027d008`](https://github.com///commit/e027d0081973e11b634ddbcff201097d4f1c4491)) - Spelling correction([`cb463e53`](https://github.com///commit/cb463e53f979f496f3d40fb288b66e6537d86dc7)) - ([`45bb8f91`](https://github.com///commit/45bb8f9141eb7ebe60e5d26b56762e4ffc886946)) - Merge tag 'v1.5.1' into develop([`30898df7`](https://github.com///commit/30898df7d016e912dba90c520a6114cf1cb091b0)) - ([`d4ffb4eb`](https://github.com///commit/d4ffb4ebaddb7746b5a85974ef36e0d6a4825cbd)) - ([`147cdb98`](https://github.com///commit/147cdb98933cb7da58c35a448710c4c1f330b665)) - Bump version to 1.5.1([`85cf4d08`](https://github.com///commit/85cf4d08f6fd3b7c79a772f20b7b7c6c3166e41e)) - ([`8f1de5c6`](https://github.com///commit/8f1de5c6e370a270e7dd38bce22ab122ef4ce8a3)) - Consolidated Security Fixes for 1.5.1([`5f2a0c59`](https://github.com///commit/5f2a0c59a5155adbea4885eedc10b49023490214)) - ([`564f7619`](https://github.com///commit/564f7619c3c4b490f7ee055c28692dd98400cdd3)) - Dummy checkin to trigger another build([`c2bee207`](https://github.com///commit/c2bee207b1b14196bfef31c10d45bec7154f3840)) - Better name for eosio contracts directory([`f5f6c8d1`](https://github.com///commit/f5f6c8d1beb03391cf91ea461aae23c6f1d4c96b)) - Add eosio.cdt steps([`800b0ec6`](https://github.com///commit/800b0ec633ec14e365447d13c83295993d5c12ad)) - Correct link format([`b9b8d02e`](https://github.com///commit/b9b8d02e05841e07412b76b487178a537d6d6526)) - Correct typos([`45496bca`](https://github.com///commit/45496bcac7d05c8291c4a480b8391d510f140aa2)) - README.md refactored([`e1ff1218`](https://github.com///commit/e1ff121812a58b7e917d9bf298f790b17c06ded2)) - Update the bios-boot-tutorial.py script and readme.md:([`92f41ce9`](https://github.com///commit/92f41ce9c0473a9e30b82660f2408e2f5e4972ce)) - Fixed pull request comments.([`f8a21273`](https://github.com///commit/f8a21273147e56aa452e4b3a8a4427cb3f07efa6)) - Added @ignore comment for field that is left out of reflect definition. GH #3127([`4bdcbb58`](https://github.com///commit/4bdcbb5890979de41d2244d2874c0e250f35d17a)) - Added scrit to support recursive search for files with FC_REFLECT or FC_REFLECT_ENUM to verify order and completeness. Supports comments with @swap to support different order from definition and @ignore to ignore a specific field for reflection. Still need to support FC_REFLECT_DERIVED. GH #3127([`ab2565c5`](https://github.com///commit/ab2565c54a23e9c320f4e1a4510031d8279d2c4d)) - ([`e9fe2463`](https://github.com///commit/e9fe2463217128e7086347a4d44f0eb40d78af23)) - Add a test that verifies proposing an empty producer schedule does not break things([`e95bad05`](https://github.com///commit/e95bad05fb090c0fd98cbabae57003286c294c74)) - Add a test that reduces the size of the producer set to validate that it does not create protocol level issues([`8a811ad1`](https://github.com///commit/8a811ad1452bb907637155806a8bf02d44fe2b93)) - ([`1a553ba7`](https://github.com///commit/1a553ba7f4847fe86ae93cedcdbb0cc881e94b5d)) - Allow disablement of net_plugin's listen socket([`118ec396`](https://github.com///commit/118ec39662a78bae302a824f49baf537cdf843f4)) - ([`cb309ff9`](https://github.com///commit/cb309ff9da96a6e6eb72e502a6fd10637407da04)) - Remove x86_64 arch dep specification on AMI2 build script([`bdebb506`](https://github.com///commit/bdebb506021454c157269ab95f6e581cecf49408)) - ([`9a1a9268`](https://github.com///commit/9a1a9268e19c633fd2cdcf92ed24cc7eb0698f64)) - Prebump to 1.6.0 and add develop suffix([`6cb242e6`](https://github.com///commit/6cb242e68a7bb62f34d6de9a1cdf8acb90f76ab3)) - Merge tag 'v1.5.0' into merge/1.5.0-to-develop([`24c66121`](https://github.com///commit/24c66121140fae1df12a76a0fb04103fe12b1352)) - ([`ea08cfd3`](https://github.com///commit/ea08cfd3d1a82b634a9e84f971d99708af516c0d)) - ([`49bb38eb`](https://github.com///commit/49bb38eb5f2692f6ceddd3ceb8f23186edd2f6d7)) - Add missing release to deb packages([`d3f3fe37`](https://github.com///commit/d3f3fe378a48b8cd1419e2036637ee847ab6b011)) - Promote rc2 to release([`d406d1af`](https://github.com///commit/d406d1afd9adbcca5494ee84fbbcff25a1e93013)) - ([`549c96cd`](https://github.com///commit/549c96cd8e827669ddd7c744af4c49b28d705262)) - Fix package naming scheme for debs([`7b2b5f79`](https://github.com///commit/7b2b5f7988d8d6f4d372e4cfdb9890da0309aa19)) - Fix deb package names in README([`c72e956a`](https://github.com///commit/c72e956a98f2f9696bd1f2d1d5697ce19e4ebdab)) - ([`d1caabb7`](https://github.com///commit/d1caabb74b2bbef383f90cbc4874582a4b3b1b27)) - Update rpm names to match the real files([`78291ade`](https://github.com///commit/78291adeff52d2db57aefc5aea2082ac7c6b99e8)) - Bump version to rc2([`fdfa6f4f`](https://github.com///commit/fdfa6f4ff0c6b9f9415f5fa214d9b086cefa8d30)) - ([`acdc8563`](https://github.com///commit/acdc85635a8a09aa43ee5e07b635fcf5eed59904)) - Use 64-bit float printing of 128-bit floats on non x86_64([`8633cdd3`](https://github.com///commit/8633cdd3fe83b43feaba2072b0cb0fdf403f7e5b)) - ([`cb647d35`](https://github.com///commit/cb647d35c469f1eb5caa326a078fae3d9184f771)) - Stop the unix_server from listening in shutdown stage as well.([`bdd07262`](https://github.com///commit/bdd072626a7611e05e8e71513d4a91d34a1a4cbe)) - ([`b6f23ec8`](https://github.com///commit/b6f23ec8e53d2767922514288c28e9b533ec982a)) - Added State History API([`5fea075f`](https://github.com///commit/5fea075f1aa9952e526ba1654fe4def3bf441efe)) - Added Chintai ZMQ Watcher([`97d2e977`](https://github.com///commit/97d2e977fea2c89ed0cc1d2ce77ffffd0ade5622)) - Added ZMQ Light History API([`15e610ca`](https://github.com///commit/15e610ca292ecef8778613131b0176bda1988a73)) - Added Mongo History API link([`08c303e1`](https://github.com///commit/08c303e128211c8a2113eb920b7e430bbe746456)) - ([`51bcea2e`](https://github.com///commit/51bcea2eff9b85b359dec9311c71b65c61df66bd)) - Merge remote-tracking branch 'origin/release/1.5.x' into feature/port-1.5.x([`bdb45c19`](https://github.com///commit/bdb45c198c096b1ae05e4deefd47844a9e193631)) - ([`20c469a2`](https://github.com///commit/20c469a2457c377e56a9efc06269ea283c47b2bb)) - Update buildkite pipeline to use new queues([`43c21852`](https://github.com///commit/43c21852030594c576dff603381bd73d93b96af6)) - ([`7b833db6`](https://github.com///commit/7b833db64bc1ff08dfee9f7e859d5963315d33b7)) - Export the new bash vars([`3edb390b`](https://github.com///commit/3edb390bec5a71de4685150a2c3112fde8d09b60)) - Add release suffix to EOSIO_VERSION in tester cmake modules([`9710c262`](https://github.com///commit/9710c262b2d70273b42f9aaf295e113ca3c3261e)) - Add release suffix to doxygen cmake module([`fc7d56cb`](https://github.com///commit/fc7d56cb6ecd9ecfcc9a28315345f7c90504989a)) - Address PR review feedback([`03c22a09`](https://github.com///commit/03c22a091879cd3ade7aed1ca614f9b7837f76a4)) - Separate out version suffix so that RPM packages produce an acceptable specfile([`e5a5c2db`](https://github.com///commit/e5a5c2db4658788a5d7ac3232eb56e3d1e55686b)) - ([`6c3a0910`](https://github.com///commit/6c3a0910a9815b37659e4d03d63a5fe03c96e048)) - Fix requires in spec file to resolve dependency resolution issues with rpms([`f6396e40`](https://github.com///commit/f6396e407b53639e87b979116b57ed130ef1f959)) - ([`5985cc40`](https://github.com///commit/5985cc40b33931535baebdfc18d593ef0fb00e77)) - ([`41b0ece2`](https://github.com///commit/41b0ece2f448bf792ed2d9cd13fa7d36e0802029)) - ([`59626f1e`](https://github.com///commit/59626f1e6361df3b715e926ee13a9a8e84d177af)) - ([`e96965f2`](https://github.com///commit/e96965f2d00f2fb1f9349b09d30889096fdfc975)) - Update README to reflect new package names([`7556dbf7`](https://github.com///commit/7556dbf70e52b578235fec935994959784eac1dc)) - ([`131b1938`](https://github.com///commit/131b19384fe24d53a17afd7d218c0b4aaa5bb7ae)) - Pull in changes to build scripts that were merged to develop([`dc87af42`](https://github.com///commit/dc87af42eabaa975d97c5f548e8a2c7aad59802b)) - ([`3f91147c`](https://github.com///commit/3f91147c0acce4a234d77a7c03d98952b31c957c)) - Update buildkite pipeline to use new queues([`46648385`](https://github.com///commit/466483852a115106fd3ca32a8ece49b790f6536c)) - ([`760f2b42`](https://github.com///commit/760f2b42cc777d65625df47a82a56cd251a1ee45)) - Use move for rvalue([`07deed1a`](https://github.com///commit/07deed1a0d40a3cad2e2de607931026358e21078)) - Pass along trigger_send([`3d994149`](https://github.com///commit/3d994149257e36d0a74d31c9cd8c0018b909c077)) - Special case msg_handler visit of signed_block to avoid hidden move from net_message([`26bf33be`](https://github.com///commit/26bf33bea126bcf47facd98096f4ce429550b4c5)) - Use rvalue for signed_block([`0213c88e`](https://github.com///commit/0213c88e7b2f4504dc8fd50ee609110c8a2c77be)) - Avoid making copies of signed_block([`a4a9ded0`](https://github.com///commit/a4a9ded0dfa49fdb554ed0143492acb84fe273c1)) - Update tests for private signed_block copy constructor([`6b18a1b7`](https://github.com///commit/6b18a1b789be3968811899c0dff76e96c3c7893f)) - Add which comment([`b2301724`](https://github.com///commit/b23017248569c242eb5c55419cf3df5923191beb)) - Avoid copy constructor for push_block([`dfe8f775`](https://github.com///commit/dfe8f77558e72443ea03b1d8a884ba789667728b)) - Move signed_block instead of making copy([`f1d16f2f`](https://github.com///commit/f1d16f2fc1a32599b5979b1bb84da6e37c9cde23)) - Make signed_block copy constructor private to avoid accidental copies.([`bb72d477`](https://github.com///commit/bb72d47721ffff328d94b857b469bfac283fac9b)) - ([`fd693bb7`](https://github.com///commit/fd693bb73cc8babc5a8c2b4534337df19eb91266)) - Fix requires in spec file to resolve dependency resolution issues with rpms([`e8e00fcf`](https://github.com///commit/e8e00fcf519da28c1cc3a2eddeff9305621fd204)) - ([`a5324ccf`](https://github.com///commit/a5324ccf17fc91064c6c58cb0625801ba7e354ee)) - Remove unused blk_buffer([`b4c3094e`](https://github.com///commit/b4c3094e48bd4ef614ae6199a8d2ebc72c037b68)) - Remove needless copy of signed_block. Only create pending_notify if needed.([`0a562823`](https://github.com///commit/0a562823efa7911b36f3434630cd11b407b82114)) - Remove unneeded req_trx vector([`5ee8c6cb`](https://github.com///commit/5ee8c6cb91f98fd4756a0bdc7f53299df223f452)) - ([`33ab2dca`](https://github.com///commit/33ab2dca87595cf55ed6686fb408ac8935c10770)) - Change from 1.5.0 to 1.5.0-rc1([`bc5288c0`](https://github.com///commit/bc5288c077dd7ecb5413094165d61e86ae0129b5)) - Update README to reflect new package names([`d8817469`](https://github.com///commit/d8817469e2bbe260ec0a213b7fc86c04c59dbff2)) - Bump version to 1.5.0-rc1([`5b53d8be`](https://github.com///commit/5b53d8be467577eea990600417887ee2ab27629d)) - ([`62ea1a03`](https://github.com///commit/62ea1a03c102f6953b84be35d6725e962f25b22d)) - Bump version to 1.4.4([`85b0ef4d`](https://github.com///commit/85b0ef4dd1c9d34df91d16e26013e0dfa992c3d4)) - ([`0815a5f7`](https://github.com///commit/0815a5f7e6e4b522c422d4482fe360a28cb88502)) - Merge buildkite pipeline changes to release branch in order to enable testing([`2a84d3a1`](https://github.com///commit/2a84d3a16f54fee952bc3d5f7d4a60df09b33af7)) - ([`3fd7992f`](https://github.com///commit/3fd7992f22b40dfd9d912e54c65bfec30e8129ef)) - State history plugin([`becd70e4`](https://github.com///commit/becd70e49f604ef977ab28eed0d161d51be83315)) - State history plugin([`50aad470`](https://github.com///commit/50aad470672adb57f54c911b170984ab9a5accfa)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`4c9004c2`](https://github.com///commit/4c9004c226eaba8ed2e8945fcec889693c133aae)) - History_pack_big_bytes([`b0c1de8d`](https://github.com///commit/b0c1de8deef1684a60668ce5e8a4e658d952fd3c)) - Cleanup([`e290bf33`](https://github.com///commit/e290bf33a309833edc628a3ef55eb4d6d43478ae)) - Rename history_log([`ea279bdc`](https://github.com///commit/ea279bdc3c651ced7efa7799402dc433eb789131)) - History_serial_big_vector_wrapper([`8ac4dcf5`](https://github.com///commit/8ac4dcf5efe4d2f6d774c87fc87484b5668749e2)) - Remove unneeded register_plugin([`8a30908a`](https://github.com///commit/8a30908a9738a6dd3694bd65408b2e0b3b62d75e)) - Ubuntu fixes([`7313140d`](https://github.com///commit/7313140d655669488761cbf0b4255dafb7ae4148)) - Cleanup([`54e42f4b`](https://github.com///commit/54e42f4bca959328ffb3a3c75a7a65f6eaec8a9b)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`b8da6690`](https://github.com///commit/b8da6690ca4ddf1f92b26435556415f1fd64834f)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`ae69d834`](https://github.com///commit/ae69d834a4245e5daf682d1e0bd4d229df28c149)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`1fc35920`](https://github.com///commit/1fc3592046de0d36a2140fbb2cecd7c1db860487)) - State history plugin([`fa17fe36`](https://github.com///commit/fa17fe366fd162bd0f70a8733e441d022cce2b21)) - History plugin: allow clients to detect linking errors([`031c859a`](https://github.com///commit/031c859a3dc58cafd5d4ebe171f1484bfa76ed34)) - State history plugin([`d4764cbd`](https://github.com///commit/d4764cbd12870e4547778e837505724feb00efa8)) - State history([`413a73ae`](https://github.com///commit/413a73aea105c6fa6676e3623c54a3ef05298fa9)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`aed42aaf`](https://github.com///commit/aed42aaf8dcc8cb4322cf121e0431c4e60c70a9a)) - State history: key256([`5245e4da`](https://github.com///commit/5245e4da78b3807fbf721dd8eacae8a2af7c2cc6)) - State history: resource limits, usage([`16b91537`](https://github.com///commit/16b915377c5b1e4126547be6acb49485009fbe3b)) - State history: permission, permission_link([`adb98d27`](https://github.com///commit/adb98d2725419ff9ad3a32bdde6ec03261e7c0eb)) - State history: zlib([`9aded880`](https://github.com///commit/9aded88069cff8a78404bcbdcd49e3585d683add)) - State history: remove block_state_log([`e05007ad`](https://github.com///commit/e05007ad74dbf210bc9f16e92e9f65ca334f0272)) - State history([`8ebf5d01`](https://github.com///commit/8ebf5d0154219f46c28c1a8dafe7c71206a3a2b4)) - State history plugin([`1db93700`](https://github.com///commit/1db9370059e41808c441321490495aff6eca211d)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`8d9f3261`](https://github.com///commit/8d9f3261a28dd0d74a769fd5ac272706e4c9c9f3)) - State history plugin: options([`66d26186`](https://github.com///commit/66d2618619b5801d84394225b13a05cb5456f370)) - State history([`35cc2436`](https://github.com///commit/35cc2436e3e218c29e08193c9c4e26507a7138b6)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`ee149f8f`](https://github.com///commit/ee149f8fdd0bb185e3ded42e95c9c42b4c265ba7)) - State history: failed transactions([`367d6b2b`](https://github.com///commit/367d6b2b31d79ad35c289e213b66e9c9d8141d13)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`4498eccf`](https://github.com///commit/4498eccfcea6dd6722fdc82c1c93f18681aba386)) - State history: deferred and onblock([`c0f8e4d9`](https://github.com///commit/c0f8e4d994de4cceb088250492d13c514c2b848d)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`d6c3ea6d`](https://github.com///commit/d6c3ea6dbc53b94ef3538ef4f049198f591956cd)) - State history plugin([`036c4563`](https://github.com///commit/036c4563809dc291af9207936451bef1dcf61d35)) - State history: action_trace no longer has cpu_usage([`a1d829d0`](https://github.com///commit/a1d829d054027b475db3b63d6204eb851e8e5df6)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`2083723c`](https://github.com///commit/2083723c393dd37ad988d865bf87d11846d3e6a7)) - History plugin: rework contract tables([`25b02102`](https://github.com///commit/25b021025b8fb6d85baef0f32cd69a774efeacce)) - State history: remove probably-not-externally-useful tables([`7ea4135e`](https://github.com///commit/7ea4135e3aa69772b7b85937616fcb163baf809b)) - State history: fetch blocks([`36bc2a73`](https://github.com///commit/36bc2a7365898114d366baec1ff854bf91a62efe)) - State history plugin([`6de4046d`](https://github.com///commit/6de4046d535f52ad74895cdf56e2d87b51903eb0)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`c9332860`](https://github.com///commit/c93328606cac172b7c314a8175911a1aa291f223)) - State history plugin: transaction traces([`fd022005`](https://github.com///commit/fd022005315bb6ad3b05f69df74b855e21179282)) - State history plugin: recover_blocks([`190dc807`](https://github.com///commit/190dc807d56fca038f7a468e0f4c0301e0d8deb9)) - State history([`1654060f`](https://github.com///commit/1654060fc8b80c1b57e45bb18c1f2563916291d6)) - State history([`bfa79b41`](https://github.com///commit/bfa79b4188fb4a6c52a2709432c7ac442015e399)) - State history: simplify storage([`0cfc0b3d`](https://github.com///commit/0cfc0b3dc258b697f69ef3584eb03068a025f4f5)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`30c2833a`](https://github.com///commit/30c2833a13e154d291e1b09ec3dc4aca0acdbbd4)) - State history plugin: cleanup([`908ad7ca`](https://github.com///commit/908ad7caeb3b7cb724580fe03f46da344d72c036)) - State history([`73fd5bff`](https://github.com///commit/73fd5bff7205ce1a44342f61218a27995ef6be26)) - State history: fix abi([`48f93a0d`](https://github.com///commit/48f93a0db06b99967fd12205fcdb74aec6544807)) - State history plugin: get_irreversible([`03249899`](https://github.com///commit/032498999a1703424ab3b1fc4e11245b44d6ef8d)) - State history: irreversible_state.log([`ee7e0347`](https://github.com///commit/ee7e034721c3b9ab350ce4baae301a74a3f14daf)) - State history plugin([`df12ea2d`](https://github.com///commit/df12ea2db8fcb47205a774ce24d1431c7f5080d3)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`5a490c33`](https://github.com///commit/5a490c337dfa1d923c421f25aaf7bcc8ff71e9d8)) - State history: switch forks([`f9b08408`](https://github.com///commit/f9b08408a74ecf038def884c0d4d66c79912129a)) - State history([`637a7fb1`](https://github.com///commit/637a7fb122b513c6f5cc6ff8a585a75db754dcbe)) - State history plugin: move to separate db([`b4d648aa`](https://github.com///commit/b4d648aa4b1554049f0ca4e6d5e447befd415fc1)) - State history plugin([`5355d706`](https://github.com///commit/5355d706869df694cf6eded15f405a39738fd06c)) - State history plugin([`92bbacf8`](https://github.com///commit/92bbacf80996527d7a88a38f5293b7a25b2c9c9d)) - State_history_plugin([`609955ac`](https://github.com///commit/609955ac5f3ce4604b5a61457ee0be7011e3e83b)) - State_history_plugin([`ca34c903`](https://github.com///commit/ca34c90325ca334b6a0d1e9fd5aa39b4754d3a24)) - Merge remote-tracking branch 'origin/develop' into state-history-plugin([`d6a6d6f3`](https://github.com///commit/d6a6d6f3e1f535b4153c66d31c2519e4bda84c0c)) - State_history_plugin([`6db3ddef`](https://github.com///commit/6db3ddefbeb6ee9b3d1a5350ceaf6d408a541ed1)) - State_history_plugin([`5391c891`](https://github.com///commit/5391c891b9316cadb3e9ecc57fda6422308ed37f)) - State_history_plugin([`708e5740`](https://github.com///commit/708e574000e31279d35e632960590d010c182b2c)) - State_history_plugin([`a8784aa8`](https://github.com///commit/a8784aa84ea38d57a55c024044780f8c5c1ff69e)) - ([`ffb581e6`](https://github.com///commit/ffb581e69d0d1cbd4f7bb3cf70c77aec979e3b5d)) - Add cleos multisig invalidate command to call eosio.msig::invalidate([`6f6057c2`](https://github.com///commit/6f6057c285b5335b23d4dac14759650fae7a924e)) - Enhance cleos multisig review to show proposed transaction ID and optionally show requested approvals #6272([`6c1c1781`](https://github.com///commit/6c1c1781df7b6ab53ae883bc1e56c2cf7a987fbb)) - ([`14e3d2de`](https://github.com///commit/14e3d2de7f54bed2c8d05d25134ee83d9b917e47)) - ([`d2556740`](https://github.com///commit/d2556740c1c73cad16daa30d36fa2d9fc2c3f907)) - Update EosioTesterBuild.cmake.in([`37273083`](https://github.com///commit/37273083c0a606f55b6d4e6eed254e0f9d35f51d)) - Update EosioTester.cmake.in([`c7fb17ef`](https://github.com///commit/c7fb17ef4235835203709e29419866a3088fc862)) - Added LLVM_DIR for OSX([`360777a7`](https://github.com///commit/360777a7f9a80beca382f608b3ea268aee7e0a12)) - ([`6ed2feb3`](https://github.com///commit/6ed2feb3a0d5f486e26523414e09d4aea47d3cd8)) - Fix -r,--header, that was passing headers after CRLF([`b42046e3`](https://github.com///commit/b42046e3fc2563d68c962260fd1911ca4f5e1a25)) - ([`70812932`](https://github.com///commit/7081293243b898505d86f47864ff1137510e7edc)) - Add support for ninja builds to use color diagnostics for errors and warnings([`4aaffbc8`](https://github.com///commit/4aaffbc8f9d8ead148dfffb89c69a24cc393391a)) - ([`23aefd98`](https://github.com///commit/23aefd98612dd7bf6ce652b131846cd646cbbfb3)) - Update to latest appbase with async startup([`4511503d`](https://github.com///commit/4511503d84a0b5a11eb8781aae8a5c2f164c549d)) - Update tests to pass a dummy shutdown callback to controller startup([`85c1e79e`](https://github.com///commit/85c1e79eaee83383f75fe8460bf19b3924f84c98)) - Update appbase to async startup branch([`41b4c0a6`](https://github.com///commit/41b4c0a6569d89ce2bf659f42ec53013873b2013)) - Use appbase is_quitting() as shutdown method to chain controller startup([`b3274462`](https://github.com///commit/b327446265977166c9b0ce137f219759743d0431)) - Add shutdown callback to startup so replay can be interrupted. Update init to allow for interruption of replay and allow restart. Update replay messages to report correctly when not starting at block 1.([`ac7dfa18`](https://github.com///commit/ac7dfa1842330dfef99e63f460a978daa9fd214a)) - ([`0410e8c3`](https://github.com///commit/0410e8c39dc3db42a21d6aa57a95041059a8d15e)) - (fc) Prepend syslog priority when logging to systemd journal([`5c836cc9`](https://github.com///commit/5c836cc92bae55aa8882b7e4d8f4e7aeb37291a9)) - ([`a37d1bd7`](https://github.com///commit/a37d1bd78e6b3789aeea3a2254759e2da993d723)) - Remove unnecessary conversion of contractPath to empty path([`16416180`](https://github.com///commit/16416180de4fcd360b1fa0f075733ebfde7e34f7)) - Print the canonical path of wasm/abi when not found([`e68f96ab`](https://github.com///commit/e68f96ab16225e77833108d1dedb23c61f45d5a4)) - ([`32bea702`](https://github.com///commit/32bea702b2e1ca00b46d1579c2766eef0858cea3)) - Use std::lower_bound in check_actor_list rather than std::find([`d8e4e2e8`](https://github.com///commit/d8e4e2e83b15e3bb68d4d54134444506a343bd77)) - Restore error messages by lazily calculating the expected values([`8834183f`](https://github.com///commit/8834183f9544c92b355c2325a97b216985f73fd7)) - Replace construction of set differences/intersections with just the relevant lookups/logic([`83b95c2c`](https://github.com///commit/83b95c2cbbf203765a7ecb23e92b7c12ab1b5e41)) - ([`8f7d1c85`](https://github.com///commit/8f7d1c857a18e1566083d1548eff125bc08870c5)) - Add unit tests for whitelist/blacklist changes([`b0498de1`](https://github.com///commit/b0498de19ed0e53a376fd376627499903495909d)) - ([`fd9e1956`](https://github.com///commit/fd9e1956c74801fad14f035505875c550c22a966)) - Improvements to subjective whitelist/blacklist checks([`09902580`](https://github.com///commit/0990258070d477d1298b4b0c3bb68d42aea4ddbe)) - ([`c7ccd510`](https://github.com///commit/c7ccd510ef20ef4d64b428bdf1c4ada4dd29b7fe)) - (wabt sync) licensing updates for wabt([`48bc8fd5`](https://github.com///commit/48bc8fd5b516785ecad3b680b13b5898731cf7af)) - ([`c35d0ba0`](https://github.com///commit/c35d0ba005b4624563e31c7bdf5e3587a91b0d04)) - Remove some get_code dead code([`72053fb9`](https://github.com///commit/72053fb96fe1dece3422706b228699976052c467)) - ([`be05dad9`](https://github.com///commit/be05dad9019a06b70f3dd60887ca2883202eae24)) - Adjust reverse iteration to use new definition of upper_bound; add reverse iteration to get_table_by_scope([`fd1c8c4c`](https://github.com///commit/fd1c8c4cb53b5a318501b71dcffed9b0dec5c559)) - Fix get_table_tests/get_table_test in plugin_test to use new definition of upper_bound([`9fbacb7f`](https://github.com///commit/9fbacb7ff583e2deea1213057da4241cf76189ca)) - ([`1c9beeb5`](https://github.com///commit/1c9beeb53822d6e192170fa1d61c754f230f8149)) - Support reverse iteration in get table (#6216)([`a9cc7cef`](https://github.com///commit/a9cc7cefb1d163defa3eb0e09ca71598cbaffaf6)) - ([`f6df10ac`](https://github.com///commit/f6df10ac06611998e78d273f6e8531e866c31df2)) - Fix rpm/deb package names([`8c09c0fb`](https://github.com///commit/8c09c0fb5b335f89264284c6b70e777ed81374b0)) - ([`72f08494`](https://github.com///commit/72f084946bc8afe302bd954290dfd002e0992786)) - Rm specific instance targeting([`5886e0c7`](https://github.com///commit/5886e0c7ac58f99d057afd38abb328ae9ba0e37d)) - Target specific instance in code coverage to test pt 2([`19ce0e3f`](https://github.com///commit/19ce0e3ff709bae0dd51b05ccec314375d165449)) - Target specific instance in code coverage to test([`1482235d`](https://github.com///commit/1482235da4aba82339cb1af336a8407b756775e4)) - Change the s3 bucket for coverage reports([`0d1ba918`](https://github.com///commit/0d1ba9189cf9e08c9f533460ddc18d64a1233e42)) - Merge remote-tracking branch 'upstream/add-package-builds' into bk_queues([`82336b30`](https://github.com///commit/82336b30f315d9ab26d58c81f01a78bfd81b788a)) - Fall back to older version of the docker plugin for the sanitizer pipeline([`971b4649`](https://github.com///commit/971b4649540a876cc6c6cb80ccb0bbc543d249da)) - Fall back to older version of the docker plugin for the coverage pipeline([`34cfb1e9`](https://github.com///commit/34cfb1e92e893a4e9e6ed37a1a6a33c3e20eecfd)) - Added debugging code to code coverage pipeline([`68e6afd1`](https://github.com///commit/68e6afd1b7f007113975e51a98dbfaddf233db75)) - Move the linux build and test steps to the large ASG fleet([`1510e10b`](https://github.com///commit/1510e10b6a69ddb9f76afaa2e7348dc5cb09614c)) - ([`810562b5`](https://github.com///commit/810562b5e2b2959448747a57b8b29db3d41533bf)) - Sudo removed from yum info (manually tested on centos 7 VM)([`3509b936`](https://github.com///commit/3509b936995bd585ec122338f6a8662c9d83250d)) - ([`fdd1c2de`](https://github.com///commit/fdd1c2deb200b94ac8457388fb3c2e899f79fd09)) - Remove unneeded include.([`3850bf5e`](https://github.com///commit/3850bf5eed669cc7c496012d029cacc7d06d6597)) - Remove repeat load history_plugin([`b87fc79a`](https://github.com///commit/b87fc79a3971c87c4b33fbf929bca66aec9611aa)) - ([`e2d4d7b7`](https://github.com///commit/e2d4d7b72459801d02cad63968769b8e1222de9b)) - Explicitly throw away get_table_type return value for code clarity([`70185e07`](https://github.com///commit/70185e074c920f97570b51920004210fe313f97a)) - ([`a6817c7a`](https://github.com///commit/a6817c7a6b305712288f83bcc634ab287adf3275)) - Add tests for each macos build([`64c29f98`](https://github.com///commit/64c29f988a8bd223106204efec906161ea7eb45a)) - Separate macos builds (high sierra, mojave)([`7e2b496e`](https://github.com///commit/7e2b496eb64188a8706cd00aa8543dc24efbc39e)) - Add package build steps for all builds([`0ccf53a9`](https://github.com///commit/0ccf53a9bf4862842b90adb58dd15382156752a0)) - ([`285e03d0`](https://github.com///commit/285e03d07ba9d16b2e763be8313a67150ef74072)) - Revert to previous explicit soft float less operator for secondary index comparitor.([`42892121`](https://github.com///commit/42892121268a591da456e5ed43a987e1d6824d38)) - ([`7edab014`](https://github.com///commit/7edab014a4d8ea5124fcd5e41c7a59d6d5fabf16)) - Change package name to more closely adhere to redhat naming convention([`8672b9d4`](https://github.com///commit/8672b9d4c6ecf6d7f37d102bfbfe4adfd4f5b73a)) - Add release to debian package([`986a0752`](https://github.com///commit/986a0752b112303253dddf78ad17e8c3820f6351)) - ([`24a9b2d5`](https://github.com///commit/24a9b2d5d9af97486fe0e41e8bcd494ffb2d5735)) - Explicitly throw away get_table_type return value for code clarity([`5ccf7ca2`](https://github.com///commit/5ccf7ca24cba8fc0dfb48f2783c513c3c1401a72)) - ([`4298ee39`](https://github.com///commit/4298ee396812bc4ff33e49490958783bd8db8b4d)) - Fix awk to correctly match mojave version([`1b70c0b1`](https://github.com///commit/1b70c0b1c2090e66dbdd2a1739a64711cb2ba07a)) - ([`79c400f7`](https://github.com///commit/79c400f7f06dfc02e3081780dc96dbc2c3afcdad)) - Use buildkite queues rather than roles.([`6eab699d`](https://github.com///commit/6eab699dd61013132c903a85a0d658a6f7e1a65d)) - ([`d581fc67`](https://github.com///commit/d581fc6729d0266bb2c5a6dfc899499c3dbaafa3)) - Needed spaces for markdown to work([`09b3ece1`](https://github.com///commit/09b3ece1568fe50e0930aa8cbaeb89c435d15bfc)) - Changed header style for the pull request template([`f5476fcc`](https://github.com///commit/f5476fcc7cba7c1154578a90cb5977dace38e82e)) - ([`b828413f`](https://github.com///commit/b828413f737110007f459e2454b0cda2c98cf698)) - Add optional verify of previous exist to fork_db add( block_state_ptr )([`7cea1076`](https://github.com///commit/7cea1076bc509519678d41d277eba1748004f92e)) - Pass signed_block_ptr to apply_block (revert previous uneeded pass of block_state_ptr)([`8793bf34`](https://github.com///commit/8793bf34e40e2ea909315c7abe52fa04834a38a9)) - Undo code changes to minimize diff([`edf82ea6`](https://github.com///commit/edf82ea6f1e58e78a1743ba06353010c38713869)) - Remove no longer valid comment([`91c0baa9`](https://github.com///commit/91c0baa9b12b7ffa5d6d3c1c4ce6f5e6790cec9a)) - Update tests to use new push_block that takes a future([`67a9df7d`](https://github.com///commit/67a9df7dc1f271f255b521b80ab5545a813c308c)) - Update to use new push_block that takes a future([`3be1511f`](https://github.com///commit/3be1511f3bb5cd4a60f7dbfa67236ffa12a177bb)) - - push_block now takes a block_state future which is created by([`e1db1769`](https://github.com///commit/e1db17696c3d7ebceced968a2bb0a09837819fbf)) - Add EOS_ASSERTs to add( block_state_ptr ) since now called externally([`1c575b44`](https://github.com///commit/1c575b444fec79633d3d92de13e8206cef427caa)) - Remove used verify_signee_future()([`d08bee3c`](https://github.com///commit/d08bee3c2ea32d9cc397ab0a5483f6aa23555167)) - Remove unused block_signing_key_future([`42611d38`](https://github.com///commit/42611d38ee7be33341107649823403e2a07fb4f3)) - Add block id to EOS_ASSERT message([`3649fabc`](https://github.com///commit/3649fabccbd9ce43ba25eec686272574f809fbb3)) - Cleanup from peer review comments([`d4303719`](https://github.com///commit/d4303719be6782105a02e2f1338283a3cc48de5b)) - Split verify_signee into two methods to make is clearer purpose([`48a72c58`](https://github.com///commit/48a72c58adafe3ba60fdf280348853a0e1e21f49)) - Rename trust to more descriptive skip_validate_signee([`1deb4265`](https://github.com///commit/1deb4265d018ad01e1bd59637732063e1c88f637)) - Delay block signee verififcation for light validation([`4d34a70b`](https://github.com///commit/4d34a70bfe20b8b138714afcebb2bd8fbde92b7f)) - Add verify_signee() method that uses future if set([`83af3624`](https://github.com///commit/83af362441783c14dcf7391f938ffcbb89ca1a14)) - Use weak_ptr so if future get never called does not prevent destruction([`7c8061d4`](https://github.com///commit/7c8061d4b2a971979458ca858ec73734aeeaf095)) - ([`9db3432e`](https://github.com///commit/9db3432efcc2b0f69a30218ca91a19122f5efb70)) - Remove debug dumps of contract asserts([`56e66197`](https://github.com///commit/56e6619712144eec245eee55b8df074c02613805)) - Remove dlog of trace except of scheduled transaction([`e3966799`](https://github.com///commit/e3966799d379a392044213805505adbb44a6d9ae)) - ([`c895beab`](https://github.com///commit/c895beabab49b9e435de3f8c65c03f4a8cbf0f5f)) - Transfer the function body of get_read_write_api.([`df225639`](https://github.com///commit/df225639f4eb6113f3642ce561f6a7612f060403)) - ([`684dc133`](https://github.com///commit/684dc133b8d7f4e13f458c8ec3ce019a08ed6ccb)) - Update softfloat submodule to use corrected +/- infinity representation for float64_t([`13f9b057`](https://github.com///commit/13f9b0578fd4dd1f28545b46f611f6903164a198)) - Disallow NaN value for lower_bound or upper_bound in RPC #6273([`b05dbe2b`](https://github.com///commit/b05dbe2bbd8c66f099aa016ccdf8413847829022)) - Minor fix to static_assert check in secondary_key_traits([`038a3d53`](https://github.com///commit/038a3d53520703e3cd0ac598f1960d7438717627)) - Move secondary_traits to contract_table_objects; other cleanup related to softfloats([`08bbccfc`](https://github.com///commit/08bbccfc298b5f374fd85b959ec72f7a1e2684e3)) - Correct cleos usage of upper_bound to use proper definition upper_bound #6273([`e2aced6e`](https://github.com///commit/e2aced6e1b25db9454c703a7b5eb9d60a1f10cad)) - ([`5f067022`](https://github.com///commit/5f06702238d1abc16c7443e72594d93c3d64300a)) - Add debian package build step([`fc6ce292`](https://github.com///commit/fc6ce292cefe61e153577ed0abcdadd5bb730346)) - ([`11c25394`](https://github.com///commit/11c25394b6dd05cc3c97f0b7471a84f3d7cfbca3)) - ([`2f4ce371`](https://github.com///commit/2f4ce3717ac20bde5f219bb62c9784490ca229db)) - Bump version to 1.4.3([`35817179`](https://github.com///commit/35817179a932e3fd4bb5ea493f04259e3ca4a911)) - ([`6877233e`](https://github.com///commit/6877233e61deb7505b690a488cc32c198d263644)) - Consolidated Security Fixes for 1.4.3([`5a328e0b`](https://github.com///commit/5a328e0b83724f5c5ddef4855b49388556e092e3)) - ([`70fc3486`](https://github.com///commit/70fc34860ec06716d8995f0829517dd6f786ecf9)) - Restore ilog that may be important to some users([`ebe6860e`](https://github.com///commit/ebe6860e6283e95741c741a42e27815ff98f65d5)) - ([`7e003b24`](https://github.com///commit/7e003b2426f369e845dcb6d31f441d7b51a5ffbf)) - Print config.ini & data-dir nodeos is using at launch([`149dd03b`](https://github.com///commit/149dd03b493c19697406a62753d65bd5f4c8b9ad)) - ([`e0cb96cf`](https://github.com///commit/e0cb96cf30b8da02da0f8ce617fc77655a0de7b5)) - History plugin: allow soft_fail([`7a8eec48`](https://github.com///commit/7a8eec48ec0eb4e4f3d7121235afc90b277f9aac)) - Failed deferred transactions were in history([`ae4692f8`](https://github.com///commit/ae4692f88cd3e40edc0ecc3c43fe8b0d6ad96bc0)) - ([`b7a3400b`](https://github.com///commit/b7a3400bad075cd9826e9034d1a7cd17cbdf8919)) - Trusted producer should be configured via cfg and cli. GH #6217([`6049d1f6`](https://github.com///commit/6049d1f631af4716397f0e87ea9b89bd2e460985)) - Secp256 is dependent on gmp. GH #6266([`065480dc`](https://github.com///commit/065480dc5bbe0c0acee6db15646ccac3cdf76b40)) - ([`561b6c4d`](https://github.com///commit/561b6c4d7f48d7fa681a92db4f4253930fe0238f)) - Update buildkite agent and set instance type([`42b6a4f0`](https://github.com///commit/42b6a4f0d9630aadb3a6037caf1c73d7e1f83f73)) - ([`85fe7801`](https://github.com///commit/85fe780117cbb9183826013d91b9426439a8e137)) - Removed eosiocpp reference in dockerfile([`79c09d13`](https://github.com///commit/79c09d13701120afc0df09dd6222c2cf15861343)) - ([`8dbbae17`](https://github.com///commit/8dbbae179fb90074f37976bdc248592b67f187b7)) - Remove abi_generator lib([`7ec301b5`](https://github.com///commit/7ec301b5d5aa033f837cc875ead4c71c8fe6f410)) - Remove abi_generator tests([`d49f8c8f`](https://github.com///commit/d49f8c8f0d66994afcfc923c57e16f319577cb05)) - Remove libraries/utilities([`36112a17`](https://github.com///commit/36112a17aec533230904f51b707e6f1c24e4ad18)) - Remove abi_generator([`89b36407`](https://github.com///commit/89b364079054ed4dff80f76a043876b70432a70c)) - Remove print_floats([`31c23ee9`](https://github.com///commit/31c23ee986e55613c888c6545e58ccd21cc8831f)) - Remove eosiocpp([`0175d67b`](https://github.com///commit/0175d67b9923894325de6af70755425a91b9eb64)) - Remove abi-gen related scripts([`5a77b143`](https://github.com///commit/5a77b1433d8ebf90cf064c25d0bd4b11f2f34f8a)) - Remove eosio-abigen([`5fe31187`](https://github.com///commit/5fe31187ad51b4d2458f12d2f979c94d40f59b60)) - ([`90918cea`](https://github.com///commit/90918ceae9fff375715117cc8e33168cee99d94e)) - Pass host, port to the cluster.([`fbe98c59`](https://github.com///commit/fbe98c59eaeedab527f4fe768120a1c9c0dfb64d)) - ([`86deb0c3`](https://github.com///commit/86deb0c314dc8469e8e4f5f8757beab1f7218e1a)) - Support Secure Enclave wallet on 2018 Macmini & MacBookAir([`74b782e7`](https://github.com///commit/74b782e70cb401b1679b6ce70f26879078c1dc92)) - ([`a0de9cb8`](https://github.com///commit/a0de9cb827aefa37a243a41eb8069165f41a6bb5)) - Thread_pool not initalized if init() is not called([`86dfd485`](https://github.com///commit/86dfd4854474425fd868a85e749864074285ed1f)) - ([`0e62a353`](https://github.com///commit/0e62a3534529867a0998fd537620279592dd078c)) - Fix json load decoding issue and reuse function 'getOutput'.([`99428f65`](https://github.com///commit/99428f651a9b83a9bd01e062c517b5b3011e8eaf)) - ([`81b8c63f`](https://github.com///commit/81b8c63f88686add12b9f2dd7c2b99b129d08d3e)) - Fix bug:default producer vote num is bigger than actual producers num.([`05ed588f`](https://github.com///commit/05ed588f4eb976f2595fcd1322b18cf30182d303)) - ([`a4f3380b`](https://github.com///commit/a4f3380b4aedfcf2a7df7ca5424a046dac94c213)) - Fix wrong full-board check in Tic-Tac-Toe contract([`f6038e36`](https://github.com///commit/f6038e36a0d7e75fc0c8a71d39b7b92741fd1126)) - ([`03eed846`](https://github.com///commit/03eed84665442d30bf2e673ad5146602c77bfc5c)) - Remove hard-coded symbol name in help messages([`5b6e2753`](https://github.com///commit/5b6e27532d21c9bc5f75c665f2d4bfe1378cd8c3)) - ([`b626bbc1`](https://github.com///commit/b626bbc1812cf9a2829a14e6457d77ae4cc28f93)) - Bug fix for nodeos permissive genesis state changes([`5dcec1f9`](https://github.com///commit/5dcec1f9babaaacfcb8669a226a57fef22dbb79b)) - Now nodeos will permit specifying genesis state on command line even with existing blocks.log but only if it exactly matches the genesis state already stored in the blocks.log file([`a939dd2f`](https://github.com///commit/a939dd2ff0425067fd0b5115071eab4ef3916f2f)) - ([`7fa36e5c`](https://github.com///commit/7fa36e5c55c4176431381a4fb9bfdbee756dc105)) - Build eos image for eos([`a7c4b0c9`](https://github.com///commit/a7c4b0c9f6f2f953f9741647d6ef68cedcde41e4)) - ([`2d777ab5`](https://github.com///commit/2d777ab5b31f178b9a95a36c798be48a55cccead)) - Update comments to match latest code([`ea647a24`](https://github.com///commit/ea647a2435f6185ffa4d7f14b0fb8f01bea84d88)) - ([`552840ce`](https://github.com///commit/552840ce987ed730b4fabb2d95e7d2deeeaf0fc7)) - Removed the `ricardeos.py` script from main repository in favor of the one in `eosio.cdt`([`2d3f84da`](https://github.com///commit/2d3f84da8c0256c2dbe3067f1ecfbcdf5465c4d9)) - ([`463f109c`](https://github.com///commit/463f109c015db8b52faa4ecfebb34a8eacb870aa)) - Update fc([`73ab348c`](https://github.com///commit/73ab348c6184229ff406fef7e15725b95e9e5c80)) - Merge tag 'v1.4.2' into merge-v1.4.2([`8543904e`](https://github.com///commit/8543904ea92495fccc3aa4d78fdca79b0773b89d)) - ([`60c8bace`](https://github.com///commit/60c8baceb0f5a2ec34cf51ff89e9f08810fbc41d)) - ([`879894c4`](https://github.com///commit/879894c4949b09b1eb70bf5b12ce0e826f7e8653)) - Bump version to 1.4.2([`73ceaa1c`](https://github.com///commit/73ceaa1c96d8dbf19ac538528fba33b30b6b0913)) - ([`fa785308`](https://github.com///commit/fa785308a65914979fcb53baae25910e96b24311)) - Bump FC submodule to the v1.4.x release branch with this feature included([`bb10d710`](https://github.com///commit/bb10d710b4c5aa009e54af3307e0653e56c9296a)) - Adopt ISO duration format([`06ef245c`](https://github.com///commit/06ef245c31283de96e93f8fe05e4151b3b5c8b74)) - More pedantic compiler fixes([`28743962`](https://github.com///commit/287439622223daae7fd0721d5f7da37b0be9ad51)) - Some compilers wanted specific types([`976e710d`](https://github.com///commit/976e710d3f1faf9cdf041319e3aa7f38a8a6a4b7)) - Adopt fix in the fc submodule for time point conversion to string([`e332d0c1`](https://github.com///commit/e332d0c149cd49e4b93b1401e5bf8dce4b35262a)) - ([`29b55478`](https://github.com///commit/29b55478e5b62ebc39fa6eaaefac6b76c25de82e)) - Wrapped error output in localized. GH #6177([`eb860349`](https://github.com///commit/eb8603497e6f18f2ad5fc7245bed0e7d12a1c102)) - Changing non-json output to go to stderr. GH #6177([`d72e566f`](https://github.com///commit/d72e566f2749582b0be4e2e751999934ca1ee28c)) - ([`f016bddf`](https://github.com///commit/f016bddf0cd5589822fde62673d91f9783861fd6)) - Calculate hash before ilog so timing of log is correct.([`9b3aaa23`](https://github.com///commit/9b3aaa23e31903efa86d3fea5e5f7a9acc8dfaff)) - Only log integrity hash with snapshot startup([`fa8dc3f9`](https://github.com///commit/fa8dc3f9f69a4dde30f882081fdb507d2cad7230)) - ([`bcb62ffb`](https://github.com///commit/bcb62ffb396e5a8596e96d31289e28cec560cc7e)) - Update eosio_build_darwin.sh([`64fce6ba`](https://github.com///commit/64fce6ba7590c82ddae2f7bbbac492ca2a949a2e)) - Remove llvm@4 force link([`25757a31`](https://github.com///commit/25757a31a43c5c23ec2d283843ed8ea8c16fc9aa)) - ([`e3b10cd5`](https://github.com///commit/e3b10cd5c9395c048e8eacdb1d41c28bff88b1b5)) - Correct a bad tag in wrong first block log message.([`84534384`](https://github.com///commit/84534384ede455f20af56c6e4c6252729e24754d)) - ([`7145dedb`](https://github.com///commit/7145dedbd10a0a561c6323b9f690065f23f9d521)) - Add const, peer review fix([`dfaed93e`](https://github.com///commit/dfaed93e3c8f9ce3f4ad08b5a92ab37b7d78e95e)) - Transaction_traces are now stored if enabled even if action_traces are disabled. Filtering still applies.([`25d5073e`](https://github.com///commit/25d5073ef38b1fb45607a91c52b603cb17c1d727)) - ([`c744686a`](https://github.com///commit/c744686a0e8fd25203ff85d7a5dfa2b69f5b6d91)) - Fixing validate-dirty-db timing error on certain instances and improve error reporting. GH #6148([`977a951d`](https://github.com///commit/977a951deb7344433d2201fd9d1f90c60bc4967a)) - Added timing information to methods that use cleos. GH #6148([`5b1c3366`](https://github.com///commit/5b1c3366cfdb205da535aba687ea306acd7b7397)) - Fixed small launcher setup test error. GH #6148([`10b67a21`](https://github.com///commit/10b67a21a69180597edbb12a99091ab8508bc2f6)) - ([`1fb991bd`](https://github.com///commit/1fb991bde1578004c8a94115bf42e044ecb85fcd)) - Update sanitizer ctest to always return true([`71e0138a`](https://github.com///commit/71e0138a311e1f7108bf4ca5a3d7207b6e9fbe38)) - ([`ac428c3c`](https://github.com///commit/ac428c3c3364720cf1e5f9dfbbe9f722451d1cf5)) - Make next_session_id thread safe([`fab23a06`](https://github.com///commit/fab23a06d28c28924de854c66a2151fd064e1b4d)) - ([`073344a7`](https://github.com///commit/073344a78dc9065f223b58efe3d5b501fccce850)) - Remove unneeded includes([`a9cdbe74`](https://github.com///commit/a9cdbe74d98d4d15ad1c16052e091ebfbcabf638)) - Remove debug stop after replay([`d8ee0eb8`](https://github.com///commit/d8ee0eb86380db88caab0baae78b0b47305bf4c9)) - Use conf thread_pool_size for thread_pool. Pass along chain_id to recover keys.([`f697b294`](https://github.com///commit/f697b2942ac17eceef40e7f5bcb7ef752b66146e)) - Add config option for controller thread pool size([`a50160b8`](https://github.com///commit/a50160b83c239dc9508ac1abe3d49e389c418051)) - Verify chain_id even though there is no way for it to be different([`1faf4ff5`](https://github.com///commit/1faf4ff56dc97af18ada4cdcacf32c6deb5c295f)) - Use boost::asio::thread_pool([`1909d7ea`](https://github.com///commit/1909d7eaca338599ba9ac9d95d30124de825f0ed)) - Move fc to latest master([`9f2fbed8`](https://github.com///commit/9f2fbed86b197b9444d43621a6c943fe1c9b61ae)) - Add fc([`1b9f4b02`](https://github.com///commit/1b9f4b027c9cfd028d0e769829abff5ae03d6db3)) - Simple test for thread_pool([`a94702af`](https://github.com///commit/a94702af9c74384eb428c587733f905316f4a1e0)) - Remove push_confirmation. Add pre-key of transaction keys([`16fdb4a1`](https://github.com///commit/16fdb4a15404273c16ce859b6adef21a44be6b9a)) - Remove push_confirmation([`308e0f7c`](https://github.com///commit/308e0f7c73992f0d8e19a954f8d873cbf95f506f)) - Add block_signing_key_future([`6417b6f6`](https://github.com///commit/6417b6f69cb0b11c7f41c93b676f12f497ef7ce8)) - Add future for signing_keys and use in recover_keys([`c603fe72`](https://github.com///commit/c603fe7213732b07e8bd80dc0c5424dcb0073a46)) - Move recovery_cache to thread_local([`f023a235`](https://github.com///commit/f023a235a98f47fc6431a727ad67c22503a10f47)) - Added documentation subcommands that will default the permissions. GH #6113([`36046fa4`](https://github.com///commit/36046fa474598c78c4385ba2889d2d91679b3185)) - Fixed subcommands that indicate supporting --permission, but were hard coding the permission. GH #6113([`45ce9ebe`](https://github.com///commit/45ce9ebe5d081a1af0480eba0c09309194f450d4)) - Added method to retrieve --permission's passed in or use a default vector of permissions and changed all defaulting methods (without other processing) to us it. GH #6113([`7436a678`](https://github.com///commit/7436a678bba58d4e039411b875ffb3a73e8055cf)) - Fix erroneous variable for "multisig propose" subcommand. GH #6113([`22134e19`](https://github.com///commit/22134e19b681b0a82e3fe2dea97168090bef957a)) - ([`44778d38`](https://github.com///commit/44778d3810865a387021400900713cd211ec575f)) - Build and push docker containers to automation gcr([`090d0d41`](https://github.com///commit/090d0d41d09a84b72db7c48a099a46f6c3b4a433)) - ([`ba0ee31c`](https://github.com///commit/ba0ee31cf0410a48e703150e8f950a02495ba30f)) - Add cleos helper command to add eosio.code to permission([`911854d1`](https://github.com///commit/911854d1e8a56f2b4a43b760f54de7d67c4e82ce)) - ([`050ca234`](https://github.com///commit/050ca2340e5d1b9d2304915b4da97a54f3719d5d)) - Enable nodeos remote test. Remove unsupported dontKill parameter.([`5b4fa103`](https://github.com///commit/5b4fa103b33203fd4a0d6fc6efd0dfe4102aee5a)) - ([`279a48fc`](https://github.com///commit/279a48fcfc193113b1ae49425393cb17fff8596f)) - Fixed parameters for error handling message. GH #6054([`100d55e2`](https://github.com///commit/100d55e2c6c40b3e4934f64af93b5d2c04558cec)) - Added timing information for cleos and curl commands for debugging and exception handling. GH #6054([`2c7fb333`](https://github.com///commit/2c7fb333ee4dc58885f342c7b5d87a36ce78c30d)) - ([`a2e5c7d6`](https://github.com///commit/a2e5c7d6b85460b3faedb6c207c85d86f2d9576a)) - Merge remote-tracking branch 'origin/develop' into exception([`1ed135d5`](https://github.com///commit/1ed135d59e956969a3626861bbf169961727d5f8)) - Change exception name from wast_file_not_found to wasm_file_not_found([`d6c08c3c`](https://github.com///commit/d6c08c3c8f4602641f65507dd08811042eb76205)) - ([`66b7e1ae`](https://github.com///commit/66b7e1aedd73bcb08d931a2c1010037bd3e80f28)) - Add log([`a0ca3c8e`](https://github.com///commit/a0ca3c8e4a7d4f18c923e9e4231ad8bce918ca0d)) - Remove tips([`5a666f7b`](https://github.com///commit/5a666f7b6568a4843e546ae45f9eb0418f6ea2fc)) - ([`5fa62c10`](https://github.com///commit/5fa62c1022d9608cd0e8251cded1ec04600d163f)) - Merge tag 'v1.4.1' into merge-v1.4.1([`549b9f5a`](https://github.com///commit/549b9f5a06f8efd5a2a314d6c9ba6d586b6a5759)) - ([`f9a3d023`](https://github.com///commit/f9a3d023c05d6b7984cbd7263a5a39e650c87e90)) - ([`d3813bd6`](https://github.com///commit/d3813bd666e04fdd00cd862336adae022adaf6dc)) - Add section for binary releases([`b232dd2c`](https://github.com///commit/b232dd2cb63cf70ca977451728a9bdc3b074bcfa)) - ([`85755ce4`](https://github.com///commit/85755ce4ce3b188d4dc03dd497f7004c4156eabc)) - Bumped version to 1.4.1([`d90818e1`](https://github.com///commit/d90818e16587c3dc63ecc40eb77048205c139c76)) - ([`28e498d8`](https://github.com///commit/28e498d85f39180ff3a6e5ab993f83b93c59cd90)) - Route integrity hashes through snapshot system to prevent future desyncs and reduce code that requires maintenance([`21f0129b`](https://github.com///commit/21f0129bbe35bee096b914b08efe284e1b04de97)) - Integrity hashes were not using the determinisitic snapshot row types which meant internal implementation differences were invalidating it for some types of rows([`fe382c62`](https://github.com///commit/fe382c6233335bcf3d80d2db9958e0ef9fa13deb)) - ([`05d848e0`](https://github.com///commit/05d848e07822a8ff134eafc688796dc47537f7a0)) - Don't create a wallet when failed to create password file([`0a954225`](https://github.com///commit/0a95422504d6b052ed9e885bf356f5c6c25e2d3d)) - Throw an exception when option is not set properly in wallet creation([`6e5992f0`](https://github.com///commit/6e5992f0cb1ed63262292eb5149932ee434fee47)) - ([`a78a8b2a`](https://github.com///commit/a78a8b2aa60957491653a4e210739098fd6fc343)) - Remove double quotes when saving wallet password to file([`236898e1`](https://github.com///commit/236898e15699045a73f92a34a138915a05599c84)) - ([`634d638d`](https://github.com///commit/634d638d3c2d2e69147aa7e846ab4c6bff156059)) - Add brackets([`bdcf3ea6`](https://github.com///commit/bdcf3ea67011a85f75d15d92a7923b5da25c9765)) - ([`07ef290d`](https://github.com///commit/07ef290d2d4b4ea5a40fe6aba07a3a1e6e72989c)) - Remove eos_utilities lib([`32eb8486`](https://github.com///commit/32eb8486c8194dc837ae9187d8adab009fdb55f4)) - Use private_key_type constructor instead of wif_to_key util([`a09dd1c4`](https://github.com///commit/a09dd1c41715791c845f53eae35802b1497b2e43)) - Remove unused include([`7b824a78`](https://github.com///commit/7b824a78f0d37d3c0d52991f86194c4e738dd78d)) - Remove unused includes([`3f656900`](https://github.com///commit/3f6569005c8899bf3ab034773bf549381e7e23a5)) - Move itoh from utilities to chain_plugin([`5189c556`](https://github.com///commit/5189c556d1eee2ff6cd2e096409b8a0afab4e35c)) - Remove unused include([`a6e10bb3`](https://github.com///commit/a6e10bb3d26e7d500301c051987ceca4b49b773d)) - Remove unused includes([`b4cc1572`](https://github.com///commit/b4cc1572861c5c33a9f80f82967d2c76531449b4)) - Remove test for unused random([`cc81eb3f`](https://github.com///commit/cc81eb3f2af126d19814d738251d3b65d6e2b2fc)) - Move parallel_markers from utilities to chain([`a06d4ee6`](https://github.com///commit/a06d4ee62fa0d2e8217a7b229cd607fc15a16c9e)) - Move parallel_markers from utilities to chain([`c227bbe2`](https://github.com///commit/c227bbe2f9855fd245a2c8d752ec74571b8c96cb)) - ([`a5e2fd81`](https://github.com///commit/a5e2fd81b094cc599ee66440d9e415e21999f72b)) - Catch_up skipped([`369cf221`](https://github.com///commit/369cf22123cc307358c81215e523d47f732e1ae5)) - Update log message([`26cd10e3`](https://github.com///commit/26cd10e3e126209e32fb49e5c167074cf76262b5)) - ([`e49c54c9`](https://github.com///commit/e49c54c996b2288befaf84fd79716cb96d99d91d)) - Removed unneeded includes. GH #6041([`b6f0bf68`](https://github.com///commit/b6f0bf68c332e5dfed5fc7743b66695c43347a98)) - Removed eosio.* contract tests. GH #6041([`ade80fc3`](https://github.com///commit/ade80fc39a18d20feaeeca863a78a77fa4cda7b5)) - Fix cleos to get table rows only when satisfying condition([`ffb72abe`](https://github.com///commit/ffb72abe459757086f9aa768fb093e3ed16822f0)) - ([`2c9a3427`](https://github.com///commit/2c9a342708e0b96847ab2879eb53491917d5b541)) - Added the address sanitizer (without the leak sanitizer)([`29e266f2`](https://github.com///commit/29e266f23eb3a88b1d05e6e331eec481bd0608d4)) - ([`9f9e240c`](https://github.com///commit/9f9e240c1b15922f09c0a0a50bc1df2bd3310af7)) - ([`2612f525`](https://github.com///commit/2612f52560f404638dd0d2616e70fc40c1f83cb4)) - ([`0da28bb5`](https://github.com///commit/0da28bb5654b3fda08fd8e612a8a25a51d163780)) - Removed unused files, dependencies and includes. GH #6041([`db98061b`](https://github.com///commit/db98061ba63272eb155643e272c409e8deb2f615)) - ([`b6a35703`](https://github.com///commit/b6a3570327ae80b2b1ed9fb0c51a8ad1572c3a76)) - Cleos parse last_bid_time support time_point([`560cf6df`](https://github.com///commit/560cf6df89a47e6a10f5f0983a08ec8f4b3464e9)) - ([`2232802d`](https://github.com///commit/2232802dee4be1a3f6ca436edad64af3c45d7029)) - ([`e6eef0a4`](https://github.com///commit/e6eef0a489ae4353ece10c9b7f8701356766f6e8)) - Bump version to 1.4.0([`f1987688`](https://github.com///commit/f1987688464148f80230b22508d00dfb43a6b3a0)) - ([`51ca0b5d`](https://github.com///commit/51ca0b5dcfca60ae8245530a6716628313254e56)) - On keosd auto-launch force unix socket path([`27c4831e`](https://github.com///commit/27c4831e48dd52a8f4371f50ac49d5a69885620e)) - ([`15208896`](https://github.com///commit/152088965102b5d5ded2e1022743965bc51eea55)) - Merge remote-tracking branch 'origin/develop' into feature/deterministic-snapshot([`9b37cb80`](https://github.com///commit/9b37cb805b98bfcc7b59960ee901b3e0e877127c)) - Merge remote-tracking branch 'origin/develop' into feature/deterministic-snapshot([`5b84e248`](https://github.com///commit/5b84e248172c356d0247a2e6e6a0d17c7b94fe6b)) - Remove unused variable([`7d750e1a`](https://github.com///commit/7d750e1a2c991fa68181bdebd1c224e1cb515c6f)) - Add basic application level versioning so that the structure of the snapshot datafile and the structure of the snapshotted data are versioned separately([`de4b8d72`](https://github.com///commit/de4b8d7227c7bfffae3fb0329b65ba03b883ee3d)) - Bump `libraries/fc` to `master` with changes([`10ca4e6b`](https://github.com///commit/10ca4e6bcad1dd7a930fae7310a76013adae5bf2)) - Interim attempt at another direction([`ef7bd03b`](https://github.com///commit/ef7bd03b6d84d028b836d3092f4943587851318b)) - Remove empty contract table sections from the snapshot as they just take up space and are not worth it([`0fc25319`](https://github.com///commit/0fc253192efbaf09f6201d9fa17dcb987f82ef86)) - Protect against future attempts to snapshot internal chainbase OIDs([`390f0939`](https://github.com///commit/390f09395da058dc0a929070335a4f8fc0d0c636)) - Fixes for foreign keys in the contracts tables([`0099d405`](https://github.com///commit/0099d4055539cfc0b0b8d457a85ba09a650ac214)) - Work on fixing the consistency problems with foreign keys and tables optimized for undo([`86f3dd61`](https://github.com///commit/86f3dd61ad76e53644f06bbc06df84bdb3fd78ab)) - No variadic max duh([`e633866c`](https://github.com///commit/e633866c22d357b8b4010eea4af4349754cb670c)) - Validate that the block log matches or exceeds the snapshot, track the irreversible block implied by the snapshot([`7fb374ca`](https://github.com///commit/7fb374cad3700a729677b7bf22b0f0b154a87dc7)) - Initialize first_block_num for legacy blocks.log files([`9ef0e137`](https://github.com///commit/9ef0e1378a77de2e2e8d4018549276f5f2bed6fe)) - Add genesis information to snapshot, add snapshot option to initialize a node from a snapshot([`d0fb3802`](https://github.com///commit/d0fb3802edb8891a8081421816f63e590aecae21)) - Add RPC in producer_plugin_api to trigger the creation of a snapshot or return the integrity hash over the database([`730f2532`](https://github.com///commit/730f25320bbb352d0cc115bd105d920d4f607db0)) - Merge remote-tracking branch 'origin/develop' into feature/deterministic-snapshot([`da7858c9`](https://github.com///commit/da7858c93eb3dfcd38b199b6246035940cf8217f)) - Add binary snapshot and tests([`e4f4cb6c`](https://github.com///commit/e4f4cb6c98b00fd9a52f5cd1f098fe014f7c8898)) - Add validation to the snapshot reader abstraction, hide more implementation details in source files or detail namespaces([`51df1485`](https://github.com///commit/51df14855231e5cf1c77342baaba5d9bf19b2a49)) - Add contract state manipulation to the test, add test for replaying from a snapshot, fix bugs that bubbled up as a result([`0d3f2642`](https://github.com///commit/0d3f26424c54dfe9fc835bb10390e352b80f9aef)) - Add basic snapshot test, modify block log to support partial logs, fix several bugs that result from that concept([`cdbe3734`](https://github.com///commit/cdbe373494584b50d659e01f2885a1fbdbdb327f)) - Restored fc changes lost in merge([`a4f7f85f`](https://github.com///commit/a4f7f85f9dead08b22d04312093f850a7c60ee3b)) - Merge remote-tracking branch 'origin/develop' into feature/deterministic-snapshot([`0312aa13`](https://github.com///commit/0312aa1389f5ff258ae64774199da88dd138cb04)) - Beginnings of unit test for snapshot([`013acac4`](https://github.com///commit/013acac499a128a409ea8dd644cdc7520f99543d)) - Plumbing for loading/restoring from snapshot([`94510b69`](https://github.com///commit/94510b699bb507dcfccffb9393cc7312939c08a7)) - Revert "add signals for plugins"([`89cdf621`](https://github.com///commit/89cdf6217ae6200bf80ae8d05411cbcd035386e9)) - Add signals for plugins([`e2ec9f9d`](https://github.com///commit/e2ec9f9dc48e738b2e07de0e55a7f2ca411da561)) - Add writer interface and prototype to JSON([`53180417`](https://github.com///commit/53180417dca81492dfb08b8fc9e80e60132b7c4d)) - Allow sink to decide between variant or fc::raw::packed forms([`2800c2e1`](https://github.com///commit/2800c2e19dd1f22f08cddfab251b4e6f8da9bbd9)) - Add resource and authorization managers to snapshot([`a8c7da07`](https://github.com///commit/a8c7da070ae75af977d93caeebd3c069f262be6b)) - Move kv values to shared_blob([`9e83384e`](https://github.com///commit/9e83384e2189e3a99e5331091908adb339958e79)) - Move code, abi and packed trx to shared_blob which jsons to base 64([`edbcd13f`](https://github.com///commit/edbcd13f2592d98c10cd255fa9deeef5be11d679)) - Initial plumbing for snapshot([`3a066842`](https://github.com///commit/3a066842033d9def01d87b3a7dc50c69a1468745)) - Add accessor for integrity hash([`a0681e67`](https://github.com///commit/a0681e676e1bdb256401ea0a831655507d5303c2)) - Add authorization and resource management to integrity hash([`ed320c06`](https://github.com///commit/ed320c06e8c2014a8a66d73129d4a9e192b4629e)) - Add some basic utilities to help consistently work with the database([`9d8896b0`](https://github.com///commit/9d8896b072cfec52691153fa3a35e0f1dbd88bb8)) - ([`22e45ae8`](https://github.com///commit/22e45ae864953344a525d1b262970db45c618445)) - Added deps and licenses([`b3ef2b68`](https://github.com///commit/b3ef2b6814e1131cc3338edd1c15e5f8d75a5185)) - Updated generate_bottle.sh([`95068b03`](https://github.com///commit/95068b0300ade7b924d7c9f8b82dbf98ea8d9f17)) - Added optional param for get_account([`40d6a4d0`](https://github.com///commit/40d6a4d0ff4ae7019b07793e8e7955a3fe409870)) - ([`920a49bf`](https://github.com///commit/920a49bf9cd07507264ac354a2270b49b18e6d63)) - Added support for cmake find_package([`37cac202`](https://github.com///commit/37cac202f432c6e3eda313d9ab485c1398fe6e7b)) - ([`430fd695`](https://github.com///commit/430fd695965f9e5e4a39c20c83eb0d4bf3f33158)) - Remove skip_trx_checks() from checktime hot path([`45fe8b85`](https://github.com///commit/45fe8b853db368c3e32d21b1caeaed334c60cd28)) - ([`93dad975`](https://github.com///commit/93dad975ca6e3ce69545567bd436c05c1b943c3a)) - Remove dice tests([`21d8996a`](https://github.com///commit/21d8996ab52e4691df8a0611f083785a9c33c232)) - Remove dice contract([`bab07419`](https://github.com///commit/bab07419d6fd848ddb96c4b9b153b116424dcafe)) - Remove dice contract([`e3e98528`](https://github.com///commit/e3e9852857bfa6d6f5bee5527facaac3608d5997)) - ([`5bd65c2d`](https://github.com///commit/5bd65c2de39453e311677974d7e58688ccfef17c)) - Added version of distributed-transaction-test that uses bnet plugin and renamed bnet versions so individual tests could be run without their bnet versions when using ctest -R. GH #4906([`40b2ea8b`](https://github.com///commit/40b2ea8ba72a58dbac8129c71fb19aefec23774f)) - ([`21144069`](https://github.com///commit/21144069585245268b965faf3ff838f4f4f13733)) - Remove unused code([`335054e4`](https://github.com///commit/335054e42b012850dd7741966f774e57b64d80e9)) - ([`69f3dbdc`](https://github.com///commit/69f3dbdcd0826f4a0b21a28e45f818d077b38837)) - Removed the checkboxes adn put some instructions closer to where you fill them out([`25e1b61b`](https://github.com///commit/25e1b61bd0b76966edf61401a485fdd61b86e468)) - First take on a pull request template([`17ada505`](https://github.com///commit/17ada50536cf922b866299cfdebf29d71cf71087)) - ([`e5e3fec6`](https://github.com///commit/e5e3fec67c46987de95c3183c5481865313fe99b)) - Revert "Add support extended_asset initialization with '@'"([`ee811461`](https://github.com///commit/ee81146136f69a122a37b4d5d78d12bb5934624b)) - ([`495dd92e`](https://github.com///commit/495dd92e1954abe35462677016f5722660252669)) - Add support extended_asset initialization with '@'([`e779c190`](https://github.com///commit/e779c1906025ea38ec0cb463d7a62197c175b167)) - ([`ecfeba6f`](https://github.com///commit/ecfeba6fe91242d2b0fa5ce984d4666e20d6ec74)) - Added an env variable to help the udef sanitier to spit out line numbers([`39995658`](https://github.com///commit/39995658a9dbb42a5a96c8e2b3b93950df95d003)) - Added an undefined behavior sanitizer([`814ee958`](https://github.com///commit/814ee95847c7396886d547107e46f7b132ca079c)) - ([`b10c8f57`](https://github.com///commit/b10c8f574bd052ddb5a9353a71c476ac6092fa0a)) - Implement deadline timer performance check & use measured result([`716e10a4`](https://github.com///commit/716e10a41055d1dec265ea46d3967babe91f9bfd)) - Move deadline timer impl to c++ file([`6cb64db0`](https://github.com///commit/6cb64db0224427f32f110e17352e046c73389528)) - Kernel timer based checktime([`87c9c521`](https://github.com///commit/87c9c521f1476154ee9c69e5dee5af50907250a2)) - ([`69c48d27`](https://github.com///commit/69c48d27c468fdbdbf3af4d7f22e7cb68a11a598)) - Added verification of block logs for all nodes to distributed transaction test. GH #5983([`41c45cad`](https://github.com///commit/41c45cadf4ccade341cc3155f17f3349bd03a1e8)) - Fixed code for handling errors. GH #5983([`d1c1a670`](https://github.com///commit/d1c1a670b64660a3ab531bec33a581a782479a79)) - Increase the number of producers and total nodes for the distributed transaction test. GH #5983([`2a52b751`](https://github.com///commit/2a52b7512a11dcc58e842bcdbb78731363d53a9e)) - ([`ddfa9d73`](https://github.com///commit/ddfa9d7368302c9fa302e32db07a1b01813880d1)) - Duplicated error message([`1e236159`](https://github.com///commit/1e236159c3f9f7d78eb95e34e3e282d199ebc816)) - ([`3eac5270`](https://github.com///commit/3eac5270bc64ba2def988c74a88e00fba1478225)) - Remove config.ini options that are no longer supported by nodeos([`e9c60f92`](https://github.com///commit/e9c60f9209929081dd5e9f404064448cfdd89288)) - ([`94ab8b57`](https://github.com///commit/94ab8b57ac83d67f3cd32ff27e03de36f75f9876)) - For some reason the cwd changes during the llvm-cov/gcov runs, so switched to absolute path([`599fe50a`](https://github.com///commit/599fe50a488d94ec6e7ac18b5a7e56ee3f67ce87)) - ([`4df1ae9a`](https://github.com///commit/4df1ae9a1722157504a3ae66ca250c1ed47ae0af)) - Update fc([`25c0dac0`](https://github.com///commit/25c0dac0647118db86b14c6dda565825fbdb398f)) - ([`5f87b50f`](https://github.com///commit/5f87b50fec587dd510902ba33dde3526cbdd890c)) - Apply filter to transaction updates([`f6ba5ec9`](https://github.com///commit/f6ba5ec9d33ddcac8f7bffbea4d3c719d1f04258)) - ([`355e02e6`](https://github.com///commit/355e02e65d3fdbaabd4f1a047c83b334caa38ceb)) - Remove unused attributes([`7f382ca6`](https://github.com///commit/7f382ca69ed3f94a4abe0548da9cad7e20b8c386)) - Revert to same order of operations before these updates([`77cde9c2`](https://github.com///commit/77cde9c2d08e0c94872584cd42c419f18b1c86ab)) - Move print_debug after trace finalize so it includes console output([`7ae29cfe`](https://github.com///commit/7ae29cfeece5cb83ae7305cd7c28598327d5a7b7)) - Move receipt info setting after execution([`13ce3dab`](https://github.com///commit/13ce3dab7b6bfa9f7f0401e3d7d9ab43c74e0298)) - Revert back to using FC_RETHROW_EXCEPTIONS macro. Preset action_receipt and action_trace with known values. Add finalize_trace method to set trace values after execution.([`21763e31`](https://github.com///commit/21763e31c023328ec55979de3ab66591eed771bf)) - Pass in action_trace instead of attribute of class([`a9c128ee`](https://github.com///commit/a9c128eef00ef0ab1d5a2fbdad94442f1bf71fc8)) - Pass action_trace to exec()([`e6cecb92`](https://github.com///commit/e6cecb92cad64a88192443b5e76e3aeb5b27af35)) - Fill out action_trace and action_receipt on action execution even when action throws exception. This provides action information even on hard_fail which previously generated a default constructed action_trace.([`8245a517`](https://github.com///commit/8245a5170f3c7aed187ab92f26f646a20e548892)) - Add optional except to action_trace([`b8dc1a2f`](https://github.com///commit/b8dc1a2f9677c472e524d126d17ed054fb0494d2)) - ([`42f106f5`](https://github.com///commit/42f106f53905d4a7ad2b3fde3b11b4f6a8c703ed)) - Change core symbol name length to 7(MEETONE)([`0fec3cfc`](https://github.com///commit/0fec3cfc6b3d5c9a5b9356684a183615ddd04275)) - ([`1e9ca55c`](https://github.com///commit/1e9ca55cc35b003c81ff4da780fb3cb869a16607)) - ([`f6c1e404`](https://github.com///commit/f6c1e4042bd71e6251b27e8045fceb5da8c0605b)) - ([`0e43b045`](https://github.com///commit/0e43b045b241522118be668dd0b33b62b2fb8531)) - Fix build warning by catching exceptions in proper order([`a9edaa6e`](https://github.com///commit/a9edaa6e61a48c63ab54f07d03c3518bb8c8bc7c)) - Remove unused method from controller([`eb4bfe5c`](https://github.com///commit/eb4bfe5c02f9499cbfad4bbf71b07b79834e30cd)) - ([`a16e2c29`](https://github.com///commit/a16e2c2990b3aebe13a0de8048d1b2905698739a)) - ([`76635bac`](https://github.com///commit/76635bac4235142faa108f0a280a6670917d5ba0)) - Bump version to 1.3.2([`1cd03e01`](https://github.com///commit/1cd03e011c575174e92a0b21f97ec55e40ebb461)) - ([`0faef161`](https://github.com///commit/0faef1613d63994a5fd09bd7f639d896cc796ec0)) - Add missing dollar sign.([`ed616673`](https://github.com///commit/ed616673eccc14400ac3f5c8bfd579aecbef9e91)) - Add missing tags to exception text for arg processing.([`52a22fda`](https://github.com///commit/52a22fda8c442efc0cdc3b887bd952b7577713b4)) - ([`728511db`](https://github.com///commit/728511db87931f8adf6dbb45709e3f2b58108df0)) - Fix producer log format([`37e8a1d3`](https://github.com///commit/37e8a1d3ef6ad3564ad768d98d24fcf2402c3320)) - ([`93d36305`](https://github.com///commit/93d36305e9649117eae30cc2d5842975130105e3)) - Present a clearer message on bad_alloc & return consistent error code([`e296af27`](https://github.com///commit/e296af277c706177b7e2c44ddf2893252f9d5a64)) - ([`196942e4`](https://github.com///commit/196942e484d53db90487becba0806f91953728c3)) - Added ZMQ plugin to COMMUNITY.md([`8f2dae6b`](https://github.com///commit/8f2dae6b0580a9857a3dde34258fa4d1d9ad7bfb)) - ([`6faf2b7b`](https://github.com///commit/6faf2b7b1a5f419412c5f177c7b1dc1347bc6781)) - Rename cleos sudo command to wrap; also allow user to override contract account([`92052fd1`](https://github.com///commit/92052fd1c9b747b41aede0c26036f5172ba01cbe)) - Turned off automatic retry for buildkite tests. GH #5674([`13d0a6c2`](https://github.com///commit/13d0a6c2cff74f8d9e37495b3cea6102fb43c31d)) - ([`1e54a820`](https://github.com///commit/1e54a820a0afea03779f14fe11a7ed6e51e46be2)) - Added printing out block logs if a transaction was missed. GH #5674([`983d6019`](https://github.com///commit/983d6019a18035ab6d3385c9203a22df4956601b)) - Added code to retrieve a block log using the tool and improved filterJsonObject to also handle json arrays. GH #5674([`173139c8`](https://github.com///commit/173139c8c068ee7a51a560d21a35b18495ba0e22)) - Reverted in memory storing of json objects and manually adding json array indication and adding flag to request json array format. GH #5674([`45580435`](https://github.com///commit/45580435103129f3d9f23ced4825f0ab0e3c23b6)) - Replaced hard coded directory names with common parameters and methods. GH #5674([`cc10c50a`](https://github.com///commit/cc10c50a3ffa5c5ddea01f9c20c4c1850565e71a)) - Removed BlockWalker and just setting flag to indicate a transaction wasn't found. GH #5674([`9758eea3`](https://github.com///commit/9758eea39c79c96b2bcf6819dd0f4df9bc577268)) - Make blocklog output proper json (blocks as array). GH #5674([`5432f669`](https://github.com///commit/5432f669b83501864627c132455892507c456c88)) - ([`8de24483`](https://github.com///commit/8de244834850ff679b7e3e0758532ad135001568)) - Remove unneeded lambda capture in abi serializer([`10a5b5ae`](https://github.com///commit/10a5b5ae0c7d16ec5c227b5ad41ccb2b0954d10e)) - ([`80e8488a`](https://github.com///commit/80e8488a89a6bf817f795c9dd485e5e82537e258)) - ([`7b530751`](https://github.com///commit/7b530751fc3ba919942a76c7c3323b47975fb244)) - ([`7f1a0472`](https://github.com///commit/7f1a04723de7cf09f2ddd317018492644c5471cb)) - ([`04ca84ef`](https://github.com///commit/04ca84eff3ed868da24105a4e9966e1ab87c94f3)) - Removed diagnostic test and increased time to allow long running tests to run. GH #5674([`9dfafcea`](https://github.com///commit/9dfafceaf332a2d6861416b314c532096cfb22e4)) - ([`d612ab7d`](https://github.com///commit/d612ab7d5b68eebf6c12f264008dcfc08cd516bb)) - Merge remote-tracking branch 'origin/develop' into macos_proper_https([`83e81af3`](https://github.com///commit/83e81af3a06387d4ee6861481f6091b12070eee9)) - Add filter-on filter-out to transactions collection([`8f13ff32`](https://github.com///commit/8f13ff3258f4236be9a8756c416576a888f17376)) - Add mongodb-update-via-block-num option([`44815b45`](https://github.com///commit/44815b45b8c57052f39173f70d8b01fa0a6876a0)) - ([`ffa082d5`](https://github.com///commit/ffa082d50d57deee247c544e43a9f2720966dbe4)) - Added reading reversible blocks. GH #5656([`3e916254`](https://github.com///commit/3e9162546c292d93d21cd2c6fdc813b25edfa555)) - Added program to printout binary block log in json format. GH #5656([`10d2929b`](https://github.com///commit/10d2929b67bc12ba893781d478a03f887c275fdc)) - ([`d9982e3f`](https://github.com///commit/d9982e3f265fd6a2236d6d656890adcb66ac0e3c)) - ([`27853ff1`](https://github.com///commit/27853ff13797b3049acbf151f7b39af55e2a6381)) - ([`294e41e6`](https://github.com///commit/294e41e69e62c41932d4d959e012cdfdb9073961)) - Adds reference to ZeroMQ community plugin([`cb903a5c`](https://github.com///commit/cb903a5cab87ffaac6732014196a6345206f13ac)) - Introduce eosio_mysql_plugin by eosBLACK team([`53e5e2f6`](https://github.com///commit/53e5e2f67983b140e465be1121e3a7a7739d4d27)) - ([`98ebfb72`](https://github.com///commit/98ebfb729672da94d4904a9777658eb44e366332)) - Remove unused eosio::sort_names()([`df391f07`](https://github.com///commit/df391f0706d59d88eb34003839a5c3386a8049d6)) - ([`ba6a5aa3`](https://github.com///commit/ba6a5aa36db4df61e79c95d19b4ad65a54a2d189)) - (chainbase sync) ifdef out unused LOCKING variables to squelch warnings([`910a9cd1`](https://github.com///commit/910a9cd146fe238e635f9a0bfa45fa163d89c5bb)) - ([`644473e9`](https://github.com///commit/644473e94468ad9af7d49c02b56c7533776422c0)) - Modify the sync numbers of start_sync([`4876647a`](https://github.com///commit/4876647af4fe798ffb8390bb4b41ca0e794e2b2d)) - ([`aae00abe`](https://github.com///commit/aae00abeb07ee093fe9c1d67eaba78258f6b8e63)) - Changed long_running_tests to use different ports to identify why keosd is not starting on mac. GH #5674([`2d27e5b9`](https://github.com///commit/2d27e5b96f994e9ba0a84a4691a72690f0a2949d)) - Added code to allow setting wallet port for some tests. GH #5674([`0c5c9e5d`](https://github.com///commit/0c5c9e5de0ce5fea0670e6587dfbaf37bb6ca64a)) - ([`f2f617b1`](https://github.com///commit/f2f617b110583345244b3f448ed5c411c1685e9c)) - Merge remote-tracking branch v1.3.1 into develop([`f6d70a60`](https://github.com///commit/f6d70a6049f775949b1dff0b3215e1b58ca3ce3c)) - Added flag for launcher to set max_transaction_cpu_usage in genesis file and increased parameters for cluster launch. GH #5674([`fd6d31a7`](https://github.com///commit/fd6d31a7942e158de9a68e65091de5617c9b845d)) - Split up wallet stdout and stderr to go to separate files. GH #5674([`97e4d3ae`](https://github.com///commit/97e4d3ae7f3686870da53b87396757cecc3d2e29)) - On macOS populate root CAs via system cert store([`2fbb5129`](https://github.com///commit/2fbb5129e3dc2dd38166caf24277fa6d617a9830)) - ([`ddb06acf`](https://github.com///commit/ddb06acf3896772cfe8fbed6fdb84aa475bb9b60)) - Add options for buying ram in bytes to newaccount, delegatebw and buyram([`6146f95c`](https://github.com///commit/6146f95c28e8dd8ff377db0207bf1cb40744984e)) - ([`4ce71b6e`](https://github.com///commit/4ce71b6e30d7c9939aaa445b8f80874775e525d0)) - Update eosio_build.sh([`b145fa39`](https://github.com///commit/b145fa39a564f7592de3f9e4148c4a923a4c6e71)) - ([`431e6400`](https://github.com///commit/431e64005621f6829fe876036a1be0636007bf7e)) - Improved language: "in micro second" -> "in microseconds"([`75aa8ff6`](https://github.com///commit/75aa8ff6c562e55c09dc5876a9c1a27637d4fecc)) - Fixed config parameters to use strings and then load into boost filesystem paths to work around problem with spaces in file names. GH #5674([`fbef5f12`](https://github.com///commit/fbef5f12ecfedd062651fdca03f19aaa07f6971d)) - Reverted manipulating genesis file in script and added flag to launcher to edit genesis file. GH #5674([`959d0c1e`](https://github.com///commit/959d0c1e08e183f416d2a3752b5fa5070efdbfe4)) - Changing WalletMgr to try the next port if a port is not available. GH #5674([`a10b3468`](https://github.com///commit/a10b34680f5e5a03ef09813c804ca1e5c0276284)) - Adding --no-auto-keosd flag to wallet methods. GH #5674([`90dab435`](https://github.com///commit/90dab4351280a76881a7e10036f46d61b57b8359)) - Changed to only create one wallet manager per test run. GH #5674([`69cf2a28`](https://github.com///commit/69cf2a280cb120cd6bcb5faf6f2e6153b7facb31)) - Editing genesis.json to increase max_block_cpu_usage. GH #5674([`458e1946`](https://github.com///commit/458e19468ac24eeae23dae50b0816c636966ce88)) - Fixed launcher to use --genesis file for the initial genesis file. GH #5674([`650e0a96`](https://github.com///commit/650e0a9682e3c1a21396a8863e3be33b813ca888)) - ([`2778d689`](https://github.com///commit/2778d68992ba3c8b7918a343ef893e3aca4b136b)) - Enable Secure Enclave wallet for 2018 MBP models([`196741a6`](https://github.com///commit/196741a6f613e417e5ce4adce1b34dcadab2a921)) - ([`c8d7ae5c`](https://github.com///commit/c8d7ae5c105a56e1d62a58ac652a1d315e5cab85)) - ([`4cdfbd16`](https://github.com///commit/4cdfbd1627a4621f8a60c2b44338d010807d135d)) - ([`5788755b`](https://github.com///commit/5788755bd9b5e0da9a9f4fa9f84907dd40e68ad4)) - ([`b7e8f78d`](https://github.com///commit/b7e8f78d297864a2b64c0cf21815cab870117d6e)) - Allow only read-only access to state DB for consumers outside of the chain library([`a83c8e3c`](https://github.com///commit/a83c8e3c27bf313eb09dff48e371c63bc293a082)) - ([`2a1de3ea`](https://github.com///commit/2a1de3ea40f3b1000a489911ab95c933f59cb220)) - Remove binaryen runtime from nodeos([`b6d88958`](https://github.com///commit/b6d889582619dfbdaf88094ee76f3ff31d6e7133)) - ([`4817e773`](https://github.com///commit/4817e77340726343f9ce640c95e23f494bc59fc9)) - Install license (and third party licenses) in filesystem & binary packages([`ae3206ac`](https://github.com///commit/ae3206ac4e9c934fa3f3eade5e4d262c87c3033c)) - ([`3d1972a1`](https://github.com///commit/3d1972a179404b878d29a896803eb00a65a3bccd)) - Remove unused lambda capture in chain_api_plugin([`1c3b4c16`](https://github.com///commit/1c3b4c169d02212fe1e543e35f94c41eec66f42a)) - Add specific-nodeos options to bounce command([`da7fc221`](https://github.com///commit/da7fc221137f449abd488b6ea3e879363066b0a1)) - ([`af4513a8`](https://github.com///commit/af4513a812bce465840ec2b3cb15f1528cd269de)) - Cleos unix socket keosd auto launch([`117fc092`](https://github.com///commit/117fc09232be8c92b1753c1cbd3c97b792c43aae)) - Cleos use keosd's unix socket by default([`1f425f55`](https://github.com///commit/1f425f55c796865ae12f584d967c16c663430e95)) - Disable TCP port 8900 by default on keosd([`f938aa3b`](https://github.com///commit/f938aa3bc97bda08f5b05ccde3c22277c9e4d4e9)) - ([`3e7d791a`](https://github.com///commit/3e7d791a3353d0be6b19e9a4e345291b59e33d9d)) - Make wabt the default wasm runtime([`88d619b1`](https://github.com///commit/88d619b1dd1d9c509ff6790f6ac0b334bc188edf)) - ([`f1f37bc4`](https://github.com///commit/f1f37bc48d13941cdbab55c2a2deeb7203372b69)) - Fixed peer review error. GH #5674([`7f042eb1`](https://github.com///commit/7f042eb1837ef0f5f3098703594258a13da9a1f5)) - Changed back to only use transaction id for Node.getTransaction and NOde.getBlockIdByTransId and using transCache to get information for BlockWalker. GH #5674([`60f4b01c`](https://github.com///commit/60f4b01c4d2ab32cc2cc5aa50ec98100f9aa2210)) - Changed logCmdTransaction to trackCmdTransaction and added a dictionary cache for transaction id to initial transaction lookup. GH #5674([`2f8e1b1a`](https://github.com///commit/2f8e1b1ab7204609ed0710e015767186f9b74fa8)) - ([`eaad0eed`](https://github.com///commit/eaad0eedefeeb5cfc9b7ed570ce36eff258d35a6)) - Update fc submodule to latest master([`8218a70f`](https://github.com///commit/8218a70f0cddf428bb75c818c10a7d0d867fb53e)) - Update fc submodule to include static_variant changes; potential fix to Ubuntu 16.04 build errors?([`396dc27f`](https://github.com///commit/396dc27fc62591a6fd40cabe1fa123fdf57fe455)) - Replace duplicated code in `abi_traverse_context::enter_scope` with call to `check_deadline()`([`ceba7162`](https://github.com///commit/ceba7162dddee7b386aa7c04d85fffe7f9f2bd35)) - Chain_plugin API calls should only return verbose ABI serialization errors if verbose-http-errors configuration flag of the http_plugin is set to true.([`7a567f4b`](https://github.com///commit/7a567f4b177b27e3a54fa6d0c6c9a9e9b0966ea6)) - Add support for better error messages in `binary_to_variant` as well; also some minor code cleanup([`56934f01`](https://github.com///commit/56934f015f3c1ff2473f00a481704b6b14e39427)) - Better error messages from `variant_to_binary`([`de54f98b`](https://github.com///commit/de54f98bf80a1c822558113cb5a0ee5092e51029)) - Major improvements to error messages thrown from `abi_serializer::variant_to_binary`([`b7fe029f`](https://github.com///commit/b7fe029f0194f2032c79defdb99a3cb02877a582)) - Fixed processing for paths that only have transaction id instead of transaction. GH #5674([`e55c7cb7`](https://github.com///commit/e55c7cb70449911a4aded5fb66636b4197351b62)) - Added waiting for transaction to make it in block to ensure all transactions end up being processed in correct sequence. GH #5674([`272a7e31`](https://github.com///commit/272a7e3102d2942e0247bb6cea4c52be97349f90)) - Cleanly exiting and reporting errors for wallet that fails to start. GH #5674([`63ce338c`](https://github.com///commit/63ce338ce8e5bc4cadfdc55dde8ec40f6d413274)) - Added waitForTransBlock flags to ensure subsequent actions didn't occur before an action that must proceed it. GH #5674([`471d1829`](https://github.com///commit/471d18299dd44aaa7096f4b5f917c0ea4c5375d6)) - Fixed logCmdTransaction to correctly handle None transaction. GH #5674([`9c3dbebf`](https://github.com///commit/9c3dbebf20525772831fe73554c60e55a46a4f06)) - ([`4f093a92`](https://github.com///commit/4f093a92338af006bfed5fca27c59591a079f9b1)) - Hide unaligned warnings unless console prints on([`01f978d3`](https://github.com///commit/01f978d3db3ee4290417594f6a59559cc6399a98)) - Added reporting boot log to dumped error output. GH #5674([`1d32ecb8`](https://github.com///commit/1d32ecb87b8d269a2a3e47a7e39f650f90d3f886)) - Removed calls to Node.logCmdTransaction that were not for newly created transactions. GH #5674([`015b60fc`](https://github.com///commit/015b60fc08952f9c84e73cc0d24a027628400743)) - Fixed nonparallelizable_tests label on mongodb test. GH #5674([`0e0e6d1b`](https://github.com///commit/0e0e6d1b82bc012e92dd7d063505db3e7b681f2e)) - Added more transaction information and added Context class for tracking context inside an object for error reporting. GH #5674([`776dcbc9`](https://github.com///commit/776dcbc996973bb7be85a45558a92c01bbe563dc)) - Added printing out transaction information after Node commands that create transactions to provide traceability for missing transactions. GH #5674([`52aa8b67`](https://github.com///commit/52aa8b67b584ed9331bcb3b9351821577202e4e9)) - Added logging messages to provide status around keosd launching and creating wallets. GH #5674([`f72ee37c`](https://github.com///commit/f72ee37c45707eeec3c6adaad6269b969b6fc1b9)) - Added flag to Utils.checkOutput to not throw an exception when a return status is reported. GH #5674([`ed8bbb52`](https://github.com///commit/ed8bbb525f090b61f5e9f352d760e4197b81d90e)) - Changed all tests to use common string definition for wallet name. GH #5674([`0d160ad2`](https://github.com///commit/0d160ad2b24d538d55ccaa3112c1873901e80707)) - Added pgrepCmd function to Utils to construct the appropriate pgrep command to find running processes. GH #5674([`9aee5911`](https://github.com///commit/9aee5911bbe758bef8b380c6c9ee8c46a8569938)) - Refactored arePortsAvailable to Utils and added support for passing in single port. GH #5674([`94b8167a`](https://github.com///commit/94b8167acd2532fa8cf93637cc1d71b335e7000d)) - Fixed reporting block walker output. GH #5674([`da473e0d`](https://github.com///commit/da473e0d647cc211a1710d8f54bb5f514be3c1f0)) - ([`d191d503`](https://github.com///commit/d191d503f4dc7e05dbeb96db3aa9a7c51bad5b30)) - Remove some unused lambda captures([`e702f950`](https://github.com///commit/e702f950e2350a16881778611c0ad4c98a5d5148)) - ([`2549f370`](https://github.com///commit/2549f370ee5a2afecf2b7c9b3f5354f5454eae97)) - The code to convert `der bytes` to `ecdsa_sig` has been changed.([`d85e8c9a`](https://github.com///commit/d85e8c9a91650914f64cd9322b18ede7b66b7354)) - Added link to the BP heartbeat plugin([`21897340`](https://github.com///commit/218973405968a64cf2e2f990db82d19111e8b545)) - Remove legacy comment.([`af719da7`](https://github.com///commit/af719da7e485dee63f50849f2e73b106c8337f63)) - Don't import eosio key in remote runs as it won't be available. Use defproducera account instead of eosio for user accounts creation as remote runs don't have eosio keys.([`9019424e`](https://github.com///commit/9019424edef64f4a0dbd5aa7f82aa7ee9dacf3a0)) - ([`8f0f54cf`](https://github.com///commit/8f0f54cf0c15c4d08b60c7de4fd468c5a8b38f2f)) - ([`a8f8ef35`](https://github.com///commit/a8f8ef35d9b560eae608c58b1a36fb44e00db196)) - Bump version to 1.3.1([`a5e9eaea`](https://github.com///commit/a5e9eaea69727e7a49a660f83e1ff123ea4517aa)) - ([`0eac4f4c`](https://github.com///commit/0eac4f4ca8e16a726477bfac906e757c9e47c2a7)) - Missing D from MONGODRIVERFOLDER([`223f70d8`](https://github.com///commit/223f70d8a9786aec03d3467c2465a42c091270fa)) - If;then cleanup([`f8d0a948`](https://github.com///commit/f8d0a94888a3fc2e0b20d6983a06cc89e757c10f)) - ([`ade517f3`](https://github.com///commit/ade517f3016400b3d7ecb6b7954717313536701a)) - Perform rfc2818 on HTTPS connections([`41c587b5`](https://github.com///commit/41c587b5c2ba4f367d177a36a4e055b2ece378d3)) - ([`c146d1f8`](https://github.com///commit/c146d1f8e2108cb0fe9db7f1e0032f2bd1e27aa7)) - Explictly tell if no transaction is sent in "set contract"([`6fe112da`](https://github.com///commit/6fe112dacba13698eec97a5afe8eaef9a300f641)) - Improve duplicate code/abi check([`57334856`](https://github.com///commit/57334856fcee182e550a0c773d5f8c4c2fe77a3f)) - Add duplicate check for set code/abi/contract, fix 5748([`ef8819ba`](https://github.com///commit/ef8819ba109744caaaa7591d80f3195c42473507)) - ([`6afa7ea1`](https://github.com///commit/6afa7ea1fdfc66555fe991432d91c76e9cc4c573)) - Update EosioTesterBuild.cmake.in([`c37eb938`](https://github.com///commit/c37eb9383c96b63f43b171ea45f50e7b25251139)) - Update EosioTester.cmake.in([`0bb45a6b`](https://github.com///commit/0bb45a6b6e2bbb79df2474c04c78cf626a589388)) - ([`3a051b36`](https://github.com///commit/3a051b36190b0ef317bb8d80b1369a40552efbd8)) - Quick fix for TEMP_DIR=([`c5609ead`](https://github.com///commit/c5609ead6fe6e3df52e228ebd4cfe9e8ad59b919)) - Using $JOBS instead of the $CPU_CORE on make -j, preventing overuse/memory exhaustion when CPU is much higher than available memory.([`5a67847e`](https://github.com///commit/5a67847ec0de7d05237029934f63c6c20e3574f5)) - Handling noexec on /tmp using a local tmp folder([`97c85310`](https://github.com///commit/97c853105466ad8305cb8dbe1bbce3627d6b5f17)) - Revert "Handling noexec on /tmp using a local tmp folder"([`d37323b3`](https://github.com///commit/d37323b30adea156fe74fc63d9798f48079b7452)) - Revert "Further reduction of jobs to avoid error described in issues/4573"([`442432b2`](https://github.com///commit/442432b2d1e875ead13bb3913e1b6e0a8ef9798f)) - Further reduction of jobs to avoid error described in issues/4573([`ec4ad250`](https://github.com///commit/ec4ad250c36d8be464a8da808c298021768c5457)) - Handling noexec on /tmp using a local tmp folder([`7d8d892e`](https://github.com///commit/7d8d892e24d0a690f0ed1986d42782df07614d27)) - ([`eeaef1a4`](https://github.com///commit/eeaef1a48c78b4c337b72d66e78076a91bf1a540)) - Fix return value when throws connection_exception in cleos([`afc614f7`](https://github.com///commit/afc614f75cd7d41a391e4db72847e3a0fe344236)) - ([`8455b9e6`](https://github.com///commit/8455b9e6d8ed048edc0a24f3046d93f641de67de)) - Update dependencies need for amazon linux 2([`64ea6ae8`](https://github.com///commit/64ea6ae8e64b8872b801afbaf9f385643d1bd43e)) - Fix build script for Amazon Linux 2([`1c7796c8`](https://github.com///commit/1c7796c8d7577baf7ef4617a432ad4aee6bc8d04)) - ([`b32b4b05`](https://github.com///commit/b32b4b05d71021ac894b6cf186e2d0890fec4edb)) - Changes suggested by review([`71f36db9`](https://github.com///commit/71f36db91a41c2c23fbb15630dd3e7996302b1e4)) - Fix bug that creates a gap in the syncing blocks([`2edad057`](https://github.com///commit/2edad057f50d1004ae6cf41d0f2d4b9ad9f25e3d)) - ([`f64e7b11`](https://github.com///commit/f64e7b118941ac57fb5983683934651fc7fbde52)) - Added ElasticSearch([`076aefce`](https://github.com///commit/076aefce3c803e0862b5427dddec9ef86973c66b)) - Added SQL plugin([`ede23106`](https://github.com///commit/ede2310621940266c6cf5a0bd5deec5745fb279c)) - ([`97d27e22`](https://github.com///commit/97d27e225bd5b223a5ba3678bbdad442262f90b0)) - ([`6c2ccf87`](https://github.com///commit/6c2ccf875158d3f205e5ad60ee88ba100c884d6f)) - Add state DB consensus indices during chain_plugin initialize rather than startup([`56f63479`](https://github.com///commit/56f634792b99bdf866b4fc2326904b6a800d5e50)) - ([`df2b72b8`](https://github.com///commit/df2b72b8ac7f5027e941fbe4c4ffdee0f3f719a9)) - Update README.md([`ce84da77`](https://github.com///commit/ce84da773fd878c5356c8a872585c8854518a416)) - Update README.md([`dddce7da`](https://github.com///commit/dddce7dad60c219e4189a776bb2afa9eb9549eb6)) - ([`0f6695cb`](https://github.com///commit/0f6695cb8d31e3d2f318d1720e9d9ad23e1ce80d)) - Merge remote-tracking branch 'origin/master' into develop([`58f28b1a`](https://github.com///commit/58f28b1a65e416a1ad46f70b88931e7232b24a24)) - ([`3e6d766a`](https://github.com///commit/3e6d766a83b5d38a8f596423281b286b2a293fed)) - ([`e55ae95f`](https://github.com///commit/e55ae95f6f35a1c9d46b473af77dc86afbd29a64)) - Bump version to 1.2.6([`fc99f6aa`](https://github.com///commit/fc99f6aad4e42fd768354234b5adf818f84319ed)) - ([`8740b09a`](https://github.com///commit/8740b09a07c3450120d8e8d2db872fd90896987d)) - Consolidated Security Fixes for 1.2.6([`398ad21f`](https://github.com///commit/398ad21f792ac93d56adc073e918fd94064ae616)) - ([`52c7a764`](https://github.com///commit/52c7a76451e8a8fb7d45f63d7a80750011a96fb3)) - Fix trivial error message print in cleos http resolve failure([`53d8d5f9`](https://github.com///commit/53d8d5f969b5a0016ce6d446c8a56e9c107ff26a)) - ([`97206154`](https://github.com///commit/97206154db24a2fe2c57b01c192db54367026646)) - Avoid plugin through irreversible_block signal change block, so that apply_block faild. andkeep signal according to the order of accepted_transaction, applied_transaction and irreversible_block.([`88e5db9c`](https://github.com///commit/88e5db9c041480bd04015bf4666ff623b527cdb8)) - ([`d2e04936`](https://github.com///commit/d2e04936b895da32e1710d6143c14fa9381a520d)) - Bump version to 1.3.0([`a74980b1`](https://github.com///commit/a74980b19076f459342cbec70d536669f53d6741)) - ([`12331a4a`](https://github.com///commit/12331a4adc31942a68f65f91fdd4abb7c02ddee5)) - PORT Consolidated Security Fixes for 1.2.6 to 1.3.0([`42068aae`](https://github.com///commit/42068aae4d21a8ef3af5a1acc2d78c0a868d688d)) - ([`3c05bc85`](https://github.com///commit/3c05bc857b7fba0786720bf4af240bc269db4b53)) - Fix trivial error message print in cleos http([`b139e68a`](https://github.com///commit/b139e68ae7a1d1bf112f88d47ec63387b28d440a)) - ([`61cf8d78`](https://github.com///commit/61cf8d78c4aaae7f20226803be3caf6a5d3b349e)) - Merge remote-tracking branch 'origin/develop' into wabt_upstream_sync_20180918([`2be92c1f`](https://github.com///commit/2be92c1f53e6c359d5038a0c0e35d57d68741f5e)) - ([`c776e9e7`](https://github.com///commit/c776e9e7b6746063fd6fc44adca9e90956dc48b9)) - Create community plugin list([`4dd970a7`](https://github.com///commit/4dd970a7066ba29131cd58635f2bc2afd1d7a6ef)) - ([`c52f08b0`](https://github.com///commit/c52f08b0e6ec927c21aa769c52c067c01291df57)) - Wording([`eb54bbad`](https://github.com///commit/eb54bbad67c1281daf2718305d5439d7c6f1e835)) - Log when a producing node drops a previously accepted but unapplied transaction from consideration due to expiry([`e3526542`](https://github.com///commit/e3526542e074071aa504cdb28bdb02fcbcbdd3e2)) - In cases where there are early outs indicate how many entries were actually processed and how many were potentially processed([`36a10ff2`](https://github.com///commit/36a10ff27d13f35fa80a4630644710d3af16da69)) - Add tracing for when persisted transactions are dropped, add logging to producer plugin about various start block processing statistics.([`e9ab245a`](https://github.com///commit/e9ab245afbdcf40d8f54ed1cd08609e9b1b3708a)) - Change to dlog([`1ec58bea`](https://github.com///commit/1ec58bea68676d86e7a53c4560bd462d391b37c1)) - Add log messages when a transaction is accepted/rejected/pending that indicates producer/speculator([`79de7765`](https://github.com///commit/79de7765333f24af59d78ad7f2c85a5b8d0d562b)) - Update wabt submodule([`f9ddc42a`](https://github.com///commit/f9ddc42a6762f4a4a3f9e5bb9383307baedeafe1)) - ([`9d277af9`](https://github.com///commit/9d277af9ba395d437ad3e97d88f06c6ffa7125f6)) - ([`fd9a57bf`](https://github.com///commit/fd9a57bf78c7640ed0c6f876a6935b3608ab135d)) - Added GMP for libtester([`1fa882a9`](https://github.com///commit/1fa882a98c3fa2b318fb0ec05ddce329cb097e0c)) - Removed installation of man pages for wabt tools([`db9ec99d`](https://github.com///commit/db9ec99d474e226cabc69c16678d7365461e7527)) - No need to build wabt executables([`a6f589c3`](https://github.com///commit/a6f589c338d80d076bcb3f0429d2e5c3f10d105a)) - Added wabt and new path for secp256k1([`f2f8565a`](https://github.com///commit/f2f8565a858b83994974dbc1c95c1cc0f7d243cb)) - Update fc submodule([`9adf8bd0`](https://github.com///commit/9adf8bd0d5a56c82559a140435cc7ba8c83bc207)) - ([`50f6f40b`](https://github.com///commit/50f6f40b51d2c82b70e8df0deb10ec24ed8f3ad7)) - (wabt sync) move submodule back to eosio branch([`ed4966ee`](https://github.com///commit/ed4966eec655d350061ead426715a71cb2007b62)) - Sync wabt to upstream as of 2018 Sep 18([`89ca7128`](https://github.com///commit/89ca7128bbdad0f50711221fc548e180eb43f564)) - ([`0eee95f6`](https://github.com///commit/0eee95f64888b5c2a3993ca5a86183ad9d730f36)) - Merge tag 'v1.2.5' into port/v1.2.4-and-v1.2.5([`25163661`](https://github.com///commit/251636613824ce2a360a91ff73187db40c300ac3)) - ([`08819aae`](https://github.com///commit/08819aae0fb22aaa0d91c95990370278bea5243f)) - ([`d9e874e4`](https://github.com///commit/d9e874e4e53fc056cdff53b4381fa8d8c1c0cb0b)) - Bump version to 1.2.5([`85e95249`](https://github.com///commit/85e952490acd4e394543ac2041c632346ee99f53)) - ([`56e858b7`](https://github.com///commit/56e858b7639e0b2f87b27fa494cf3b65facf8d5f)) - Change enum to class([`9edfe9aa`](https://github.com///commit/9edfe9aa72a08d6c2c9897c1d424a09f895722b6)) - Clean up error maintaining vector([`fa334448`](https://github.com///commit/fa33444855a47db52493aebeda193dd7c5adc987)) - Simplify out the lazy fetch of unapplied transactions as once all cases are accounted for it is pretty simple to call out the one case where we can avoid fetching it explicitly([`587d9c68`](https://github.com///commit/587d9c684628b4643b8428d047c4562826c13123)) - Controller already held the invariant that READ_ONLY nodes would have no unapplied transactions([`653b0c0d`](https://github.com///commit/653b0c0d31ab888ea963fb84138c567052ea6d66)) - Fix unchecked unapplied transaction growth on relays([`45deb958`](https://github.com///commit/45deb958227543379962db9622b2e3458fe18f5b)) - ([`00b0d933`](https://github.com///commit/00b0d933e04ecd5b6b5b17eb0a95fc6672babe4d)) - (chainbase sync) Remove chainbase mlock()([`5edcd93c`](https://github.com///commit/5edcd93c66861b6423b14dcd3b47227f8fff85f1)) - ([`e4958d9c`](https://github.com///commit/e4958d9c837e40037d923446dbfe64e9399b9d47)) - Remove unneeded libs from docker build([`71248bb4`](https://github.com///commit/71248bb449183c7158be2ee1d2e8515571b943df)) - ([`cc9decff`](https://github.com///commit/cc9decff9428b261900a5b89ddf3f51d2c39321a)) - ([`0e8dd017`](https://github.com///commit/0e8dd017730cc17f6ec1fade42ba9822812ce8ef)) - Bump version to 1.2.4([`bafec796`](https://github.com///commit/bafec7966c4d7f1df5f602ae6754e70e751747e4)) - Move chain_plugin_tests from unittests to tests([`b7277330`](https://github.com///commit/b727733035bec2f57b6fe7a7fcc9bd80a5e61798)) - ([`914341d6`](https://github.com///commit/914341d6b80055fa3360fedc024659f2be05af38)) - Add unitest cases for chain_plugin get_block([`4c51feda`](https://github.com///commit/4c51fedafc20cadfc7c06326d053c17071a081fd)) - 5523 fix abi serialization exception in get block([`8ede212c`](https://github.com///commit/8ede212ca250597a0e9fe0fe175b55f40a0e7683)) - ([`d7ac9aae`](https://github.com///commit/d7ac9aae632c50b04456c8e66f1d89ee70a1f668)) - (chainbase sync) Fix chainbase's mlock() to work on subsequent launches([`47804e4f`](https://github.com///commit/47804e4fee68daf231e03249a329ed2042c7d076)) - ([`4c93f427`](https://github.com///commit/4c93f42734cfd727d34aacdcd335efb09671c730)) - Removed redundancy([`312a2953`](https://github.com///commit/312a29538c5331b26c9dd73eaf8daad7eb702554)) - Update eosio_build.sh([`0af151aa`](https://github.com///commit/0af151aadf26ba99901e616cd108a91462bae43b)) - Added sudo check for build and install([`5353a8a7`](https://github.com///commit/5353a8a730ca2ffef28fe059018336a099dd993c)) - -full to delete directories with configs on uninstall([`042a3417`](https://github.com///commit/042a341741be24d8b90781e58100fb270ffb239d)) - ([`0135a2f4`](https://github.com///commit/0135a2f40f312058a0d86d54827058861137cde7)) - 4904 add hint if launcher fails, more reliable port available check([`9cf65f73`](https://github.com///commit/9cf65f73d1f78edf517d4b3eca1629a79d3ee354)) - ([`71d4b838`](https://github.com///commit/71d4b83871278c61dfdddffc8a26fc2471062c6f)) - Trivial wallet directory locking for keosd([`37ac4fd4`](https://github.com///commit/37ac4fd40b4c2161840953aa1340149b79992161)) - ([`9a56222e`](https://github.com///commit/9a56222ef091c99ad48162c8aa38b20290d022d8)) - Apply all pending incoming transactions, even if not producing.([`3947e681`](https://github.com///commit/3947e68106bea069df8c74631b7cc28eedebd165)) - ([`45e609fe`](https://github.com///commit/45e609fe73050d9c648ff44962c3178458e817f0)) - ([`2e94abd4`](https://github.com///commit/2e94abd4bef507eef646feff254feccf6ffb14a2)) - Cleos changes: fix potential bug in `to_asset`; minor changes to `create_open`([`b6f0802b`](https://github.com///commit/b6f0802bbc2c33b0a02730ce7b3df0237d28fd68)) - ([`2438530b`](https://github.com///commit/2438530bcf8284de4c059b6b36e3d1ad34757f03)) - Add cleos support `open` token balance row before transfer([`b0a48f5d`](https://github.com///commit/b0a48f5da1f65ef215b227f3ad5924b17fe781ad)) - ([`13a02882`](https://github.com///commit/13a02882a69a7ce2c84ef6dc9c92bcaa0014e79b)) - Fixed reporting block walker output. GH #5674([`dc69e4c5`](https://github.com///commit/dc69e4c58d7a8b6049460c3ec61ab1f8f5f560d9)) - More diagnostic output. GH #5674([`03c0c27c`](https://github.com///commit/03c0c27cd788c10e681f424077bcbeda1666b201)) - ([`6cf9ecb7`](https://github.com///commit/6cf9ecb73e2b05cba8b3c774bf2eb64ef4318807)) - Clear_directory_contents should be no-op if folder does not exist #5685([`3590af77`](https://github.com///commit/3590af77ec3099fcb17d210746530cf08be38c81)) - Delete contents inside state directory but not the directory itself #5685([`ecd2dbd3`](https://github.com///commit/ecd2dbd392f4ccec7702ad9b8fc16b9756470b4b)) - ([`eeeae5bb`](https://github.com///commit/eeeae5bbe8de9cf4a803ec06373b22b6843905cc)) - Updated help text([`6b15868d`](https://github.com///commit/6b15868ddb0d6cb9f010797731ea9f631c571217)) - Add wildcard support of receiver([`c67c6766`](https://github.com///commit/c67c676641437f1564cd81bc2fc39a0045a80300)) - Update doc from peer review([`1eb7e9c5`](https://github.com///commit/1eb7e9c52570031f885b240cd0d88ee0d6b94399)) - Add filter-on ability to accept blank action as wildcard([`15cd9c62`](https://github.com///commit/15cd9c62f9f9432a01f6ca64ec4ea565bc511b45)) - ([`2627be02`](https://github.com///commit/2627be026066dbd265d73667a251d905e95ed02b)) - Add deprecation notice to eosiocpp([`37a96777`](https://github.com///commit/37a96777c751a71d65e49f87eb1781f0d58d23e9)) - ([`d1d86e83`](https://github.com///commit/d1d86e834f49b4880086e05e7f9ddf7f73813e05)) - Make sure eosio_build.sh script checks recursive submodules([`9f16ed39`](https://github.com///commit/9f16ed39ca52e9b7ea5d7de1519acf527726dc11)) - Merge remote-tracking branch 'origin/develop' into secp256k1_as_external([`cff2ebc5`](https://github.com///commit/cff2ebc5cfd663ff0faeb2f521cde27760feab7b)) - (fc sync) secp256k1 as submodule([`b89a0035`](https://github.com///commit/b89a003502a3bbab405ad003b1d23c3e4372e01d)) - Remove secp256k1 building from dockerfile([`6a86fe0f`](https://github.com///commit/6a86fe0ff493e3db80acaf922c37c9d05d01acf8)) - Build secp256k1 as an external([`bb79184d`](https://github.com///commit/bb79184d739de1344fe1d1d242fc73897ab5f7df)) - ([`49d3596d`](https://github.com///commit/49d3596d38afab207364561c5b21621849d1e8bc)) - Moved trusted_producer_light_validation flag out of config to impl and added trusted_producer to reflection macro. GH #5268([`56d7d27b`](https://github.com///commit/56d7d27bbe14469a23591b70a3d453cff139b263)) - Pull Request change to reset trusted producer light validation flag back to original state. GH #5268([`c7a5a9e9`](https://github.com///commit/c7a5a9e9e8c775cb125571db484aef8db9b71aba)) - Added tests to verify if a block with a invalid transaction was accepted by a chain when the block was produced by a trusted producer. GH #5268([`05bb716f`](https://github.com///commit/05bb716ffe2550ac89441127a89822df7fd18ade)) - Changed validating_tester to allow setting trusted_producers and to manually produce blocks on the main chain and then manually pass the block to the validating_node. GH #5268([`a9723302`](https://github.com///commit/a972330204e8042b4ae3cb112e630d841f54006d)) - Added flag to temporarily behave like the validation mode is set to light when a block is produced by a trusted producer. GH #5268([`0754e85c`](https://github.com///commit/0754e85ca39081f61e6229aa07af01a8e11aa595)) - Added command line parameter for setting trusted producers. GH #5268([`ba4d5e4b`](https://github.com///commit/ba4d5e4b236cc469aaf4ceb9340069551ee4c0ef)) - ([`48ce6805`](https://github.com///commit/48ce680595b8cfd43f9e39ced3f9a4008a4c4190)) - Abi version switcheroo([`8db85257`](https://github.com///commit/8db852576697d31836f9073521fe76a2fe02115b)) - Merge remote-tracking branch 'origin/develop' into abi-no-default-version([`b1e5d4e2`](https://github.com///commit/b1e5d4e2fd7eea8da63192f1e6f80d09c537f01d)) - ([`2d7ba0be`](https://github.com///commit/2d7ba0beec5d554a7a1e83b1af901073d45ca011)) - Remove old config items from launcher([`7af378a1`](https://github.com///commit/7af378a10a07ea521cbb231b08427cd45c0e5bbe)) - (appbase sync) disallow unknown configs in config.ini([`e66358cb`](https://github.com///commit/e66358cbb75b2b64ab5580462c4c9226a61a4579)) - Fixed error in previous commit needed to pass self. GH #5674([`d0b43a5d`](https://github.com///commit/d0b43a5d24296b89cf2a78cc3bb8681367e7f04e)) - Further parallelize unittest on buildkit([`84149542`](https://github.com///commit/84149542918c7a7eb388ac20cb2b13ed34bb176a)) - ([`a73da778`](https://github.com///commit/a73da77876ef5ef07c595fca51aae48c3e1a6f9f)) - Add wabt to help message for wasm-runtime option([`a9e84fda`](https://github.com///commit/a9e84fdaff8447353821340c1fda5f1bee1d847a)) - Add a new WASM backend: wabt([`60f5e3d5`](https://github.com///commit/60f5e3d51d9e6eb01d93e27645550cd4aa7feac5)) - ([`b82bc497`](https://github.com///commit/b82bc497d08e3665d4d0790d2461ee0e3b158a55)) - Fix shutdown problem where client destructor running after pool destruction.([`4d873ed0`](https://github.com///commit/4d873ed0d2f23c5f138e821e361e09894487f167)) - ([`0503bf31`](https://github.com///commit/0503bf31e7400adb8187ebccc4e5ac02a208ec7a)) - Correct assert message by including delay_max_limit_ms([`0530e1ec`](https://github.com///commit/0530e1ec5e0b8838b611c52241d735fc8b73500a)) - ([`745af016`](https://github.com///commit/745af01643495f936d82919c41b870ff2665c58d)) - Add diagnostics in Node.getTransaction to walk the blocks on the node and print out when transaction cannot be found. GH #5674([`45346c22`](https://github.com///commit/45346c226dfbb46c8cf468dfd1fb26405f19b4fc)) - ([`b95ad0a2`](https://github.com///commit/b95ad0a216aaad980bed3c4ae21c395aa04908ab)) - Check unlock-timeout overflow([`73c3fc54`](https://github.com///commit/73c3fc546d8668b0259c8825122d72cc99ce6cd3)) - Don't default version([`904cb2d7`](https://github.com///commit/904cb2d732abba8ef88ec1cfe26aa22255a62b97)) - ([`a89d00ed`](https://github.com///commit/a89d00edee61fc3266ef1983814955980e4b2566)) - Avoid plugin through irreversible_block signal change block, so that apply_block faild. andkeep signal according to the order of accepted_transaction, applied_transaction and irreversible_block.([`ee52aba0`](https://github.com///commit/ee52aba0aac342426be0bb9b72220fdea7f49200)) - ([`a2e8c770`](https://github.com///commit/a2e8c770a39eddc0598113a33fe4f6e7f046d6ad)) - Added lable to allow parrallelizing ctest calls and updated buildkite. GH #5223([`9696f102`](https://github.com///commit/9696f102bc62694586f109b77f97e23e7bd7177d)) - ([`24965235`](https://github.com///commit/24965235279bcc2254aa5939abb14efc20e03a4a)) - Update to master([`7ffc3f9f`](https://github.com///commit/7ffc3f9ffcb533ab944243c8a6cc29d11f3f4e60)) - Update chainbase to unkown-key branch([`1fe32fbd`](https://github.com///commit/1fe32fbd29d1a50c27a42a7e15f1208689df999b)) - Add tuple_io include needed by chainbase key streaming([`8698317c`](https://github.com///commit/8698317cbd273b7ba527f0641b05b94bea503f5e)) - ([`6b7fc057`](https://github.com///commit/6b7fc057d6110a7a4a6cbf64691a08f8047ef4ac)) - Get_raw_abi([`3aab9499`](https://github.com///commit/3aab9499243b65ec6baf98d9017c90007abb8b48)) - Merge remote-tracking branch 'origin/develop' into get_raw_abi([`5ce0f813`](https://github.com///commit/5ce0f81345b6914f6e3f111419251379b37a27bf)) - Get_raw_abi([`94bb2ca0`](https://github.com///commit/94bb2ca08b03587ad28fa199568f7be93805d5b8)) - ([`f6481ef1`](https://github.com///commit/f6481ef1e7835b03c32bad5bc447324cbc7f5100)) - Enforce some binary extension rules([`8636e7ad`](https://github.com///commit/8636e7ad351852174b89939b61e43ff21778d56e)) - Update abi version to 1.1 and check versions([`0693210e`](https://github.com///commit/0693210e8f7e674ebba70c9b89816a44326663a4)) - Binary extensions ($)([`92f7e950`](https://github.com///commit/92f7e950f021fe26217c6d5072fd519e5ec3a128)) - Test round-tripping abi file containing variant([`edcebd04`](https://github.com///commit/edcebd040992a029a6e6aa6c9afb6e538af93077)) - Merge remote-tracking branch 'origin/develop' into abi-variant([`cbee02aa`](https://github.com///commit/cbee02aac064a304dd59b73024c0b00bb376cec4)) - Variants([`e463037f`](https://github.com///commit/e463037fde237e6a2633fcdf1a1ae1ecbd77684e)) - Fixed test to use if checks and exitError method instead of assert, so that shutdown function can be called. GH #5653([`bad3598e`](https://github.com///commit/bad3598e25f8530abbf0907002ed531dcd54d785)) - Moved call to chain_plugin till startup phase. GH #5653([`c229e4d3`](https://github.com///commit/c229e4d386cc0f5947872f25cd95f5363c9f1c13)) - ([`92b31830`](https://github.com///commit/92b318303d265ab77e0cfa880b5efcccebe859b0)) - Add constructors to account_delta([`35f2c830`](https://github.com///commit/35f2c830348c38f066da2fae9d1c66bbde6b699a)) - Remove in_current_chain([`c01474a5`](https://github.com///commit/c01474a5353de3af6999cffc4fc5c0f08ce748ff)) - Remove unneeded check([`dc304326`](https://github.com///commit/dc3043260fc93368d44751e18dc48a0a9364e908)) - Update commented out code to call correct add_ram_usage for hard fork([`529b11ce`](https://github.com///commit/529b11cef18113fbae2acea295d76f534141e257)) - Use emplace to avoid needless temp([`ea2445c3`](https://github.com///commit/ea2445c374ec9b5dabc280b6515dc1c0f7bcdfe1)) - Add context_free to refection([`bb184f1a`](https://github.com///commit/bb184f1af4da141481a2755472fe4a8874d6c8cb)) - Add context_free to base_action_trace([`fd876647`](https://github.com///commit/fd8766471463892f0a5736afdca73be12479010a)) - Remove dead code added via bad merge([`9654a0ea`](https://github.com///commit/9654a0eabdd79295540312ab2dc8c7d1d026d187)) - Add account_delta type and use flat_set so json is a list of objects instead of array of arrays.([`5e0bf2b1`](https://github.com///commit/5e0bf2b16dfef08d12a24fa7f07b2fb97e781590)) - Insert action_traces after transaction_trace. Fix merge issue.([`026556eb`](https://github.com///commit/026556eb62b0ffe5f9f972a9a3ccca382ea9ed07)) - ([`8c371524`](https://github.com///commit/8c3715247d6143e33e8de1472fc80f7dd2b0a2b6)) - Additional info output([`65c1cfdb`](https://github.com///commit/65c1cfdbc14671afc1bea444ab76e72c48574021)) - Better error handling([`5e75750f`](https://github.com///commit/5e75750fb00996e73c70b8524cd4ab10044ca449)) - Possible fix for centos test failure([`80e60704`](https://github.com///commit/80e60704babe8aad016c014e973c90c401bd5ad4)) - Misc cleanup([`b24f41fd`](https://github.com///commit/b24f41fdc4bc30d14b072c0a68db0d1d08bfa958)) - Call apply_context add_ram_usage to record account ram usage([`6bab6a90`](https://github.com///commit/6bab6a90604914afe5d4c874a7c7a16008c90cf5)) - Encapsulate account_ram_delta in apply_context([`3e8fba31`](https://github.com///commit/3e8fba3138d7130fb5e8d064ad059b3482dfa802)) - Use mongo connection pool. Do not log traces unless explicitly configured as a producer.([`cd24cc2f`](https://github.com///commit/cd24cc2fb570fc6a229b31d8db1df37949fa97e9)) - In work - producer_block_id null when producing.([`0565f3d9`](https://github.com///commit/0565f3d97226e6f84c8e449093ca144d684f26d6)) - Retry get account in case not pushed to mongo yet([`5b29e6df`](https://github.com///commit/5b29e6df79fe7e8b86272f4fa0989f35e3310a26)) - Don't log traces with no producer_block_id([`576274e2`](https://github.com///commit/576274e2829ea8fe55f90014bdce6c01b048ddc3)) - Make producer_block_id optional. Don't set for incomplete block (speclutive).([`9237692b`](https://github.com///commit/9237692b3dc6534da6a4d2fd7ad1b5daea797f71)) - Add ram_delta per account to action_trace([`7765857d`](https://github.com///commit/7765857d760a66ee0f21d95d7032a1a6c3f742b5)) - Add ram_delta to action_trace([`878821fa`](https://github.com///commit/878821fa477fe44b0cb7c53dbccb32012747ab0c)) - Add ram_delta per account to action_trace([`c79665ed`](https://github.com///commit/c79665eda9d23afec9a5c8194f5d1076462176c1)) - Add ram_delta to action_trace([`7c9703b8`](https://github.com///commit/7c9703b8fdc4dd8efae8ef210680d5cf86f72194)) - Add block_num, block_time, producer_block_id to transaction_trace([`81c59b38`](https://github.com///commit/81c59b38619d98682eabc21b3b613ad862a4327d)) - Add producer_block_id to action_trace([`2afaa561`](https://github.com///commit/2afaa5619521e0d06c4beb679225d738b0194971)) - Add ram_delta per account to action_trace([`979e00fe`](https://github.com///commit/979e00fe11b97a7f95b333a595cb1feb760355af)) - Add ram_delta to action_trace([`ed0544bf`](https://github.com///commit/ed0544bf40cca691c5ef3600743773e7f4f435fb)) - Add transaction_trace status to each action_trace([`484fd8e7`](https://github.com///commit/484fd8e7449e8d71dea268ff719a4ff9472b3a3b)) - Add irreversible flag to block_state([`f6cce1f4`](https://github.com///commit/f6cce1f4a71df7ccd645cc750c36d21113664df3)) - Add block_num & block_time to action_trace([`b9bf617b`](https://github.com///commit/b9bf617bbbc6edd35a74b63943f16f9e72fb9a95)) - In work - producer_block_id null when producing.([`7daa2bca`](https://github.com///commit/7daa2bcaa15c0813ff011d041e069d6b3f08c252)) - Retry get account in case not pushed to mongo yet([`6aa12dc1`](https://github.com///commit/6aa12dc159bdc434dd2a92ff143f46013babc503)) - Don't log traces with no producer_block_id([`7c86a1c4`](https://github.com///commit/7c86a1c4c582e5980fe9ee2c1c7928d85a950fab)) - Make producer_block_id optional. Don't set for incomplete block (speclutive).([`ef06bcf0`](https://github.com///commit/ef06bcf08396b9fb8d94c9418694e6063c6ea2ee)) - Add ram_delta per account to action_trace([`8064d9c2`](https://github.com///commit/8064d9c2fc777fe25fbae4db26fd40ef5a40e3d2)) - Add ram_delta to action_trace([`0deebd22`](https://github.com///commit/0deebd22e8577eee7770017b2b88c7133aa491c3)) - Add ram_delta per account to action_trace([`fb75d016`](https://github.com///commit/fb75d0168b31ad849b4f35bf75b2fd789729bcc8)) - Add ram_delta to action_trace([`e7916ed9`](https://github.com///commit/e7916ed985567932bb383d489757acb1d2dced10)) - Add block_num, block_time, producer_block_id to transaction_trace([`9b54e195`](https://github.com///commit/9b54e195490cd0d7f4feebefc227b44e316b0337)) - Add producer_block_id to action_trace([`b01fc328`](https://github.com///commit/b01fc32877a2f68bb06479055771d37bdf0bd218)) - Add ram_delta per account to action_trace([`6a2cf67a`](https://github.com///commit/6a2cf67a45f3ef718dfb306611ffdda80c8cd718)) - Add ram_delta to action_trace([`afcfc5ed`](https://github.com///commit/afcfc5eda4f75f723f094aad00b824dcd00c8f90)) - Add transaction_trace status to each action_trace([`3ad6e2e8`](https://github.com///commit/3ad6e2e86ee89bfcaa604f2e14e0b36553ae9526)) - Add irreversible flag to block_state([`f3b0ee9d`](https://github.com///commit/f3b0ee9dec87205da99d5b07585450717d4720fc)) - Add block_num & block_time to action_trace([`941d0a75`](https://github.com///commit/941d0a75b7f1947f9115e527f92d2c289cd17342)) - Handle delay in keosd startup and fix bad error statement. GH #5199([`b9a0b939`](https://github.com///commit/b9a0b9390b76c2984c724f3bc75b9ef6798acf5f)) - ([`982d0b01`](https://github.com///commit/982d0b01f49e15e7968428dabba822eb36723531)) - Update fc submodule([`45ecf195`](https://github.com///commit/45ecf195619c501687a5c5f95bcebe4521e0d4bd)) - ([`6d181d71`](https://github.com///commit/6d181d71ce824b49b7d83369d93cc6535c6b7922)) - Fix typo([`84443f04`](https://github.com///commit/84443f0459c2f556118194802d8b372cd2bcf35c)) - ([`2698dc1b`](https://github.com///commit/2698dc1b0f2b4fd97e7e4efa7cc7d3237f2bd357)) - Fixes for Pull Request comments from Kevin H. GH #4973([`f80796cf`](https://github.com///commit/f80796cf2821ce48af2b287f2af0d0acd537dae8)) - Cleanup logging statements. GH #4973([`f101c934`](https://github.com///commit/f101c934c5e96ac91d12355da682912f9635a1f4)) - Cleaned up test code. GH #4973([`1a0eba20`](https://github.com///commit/1a0eba2070bc30a273900fbac20a67ae44cdcbce)) - Fixed forked integration test for merged bios boot file changes. GH #4973([`2590ea9f`](https://github.com///commit/2590ea9f56afbe53e61466379b6858ed4651a578)) - Changes to use 2 producer nodes and verification changes. GH #4973([`dd1caf60`](https://github.com///commit/dd1caf60ff374f7e77293037e60531fb670b4a43)) - Fix to bridge shape code in launch method. GH #4973([`21b6b4f9`](https://github.com///commit/21b6b4f94fd4904feea625b108bd569f0f3c394e)) - Refactored out reusable methods out of discoverLocalNodes. GH #4973([`ed314d8b`](https://github.com///commit/ed314d8bba90f9fcd2abf48b4b6ec6c50142b764)) - Added determining the pid for the bios node. GH #4973([`b0d694c8`](https://github.com///commit/b0d694c805e10160e0e1594b08d6771017f477bd)) - Cleanup error handling. GH #4973([`d3c9b7d5`](https://github.com///commit/d3c9b7d5a55b976b38e2ca73291803f46b5fe2a7)) - Added getBlockProducer method to retrieve block producer for head or LIB block. GH #4973([`9b153f77`](https://github.com///commit/9b153f776952c7f8eb39204dc029e31e7dc29838)) - Fixed bug in curl call to kill_node_on_producer. GH #4973([`7d575b82`](https://github.com///commit/7d575b824d197295a2a54473d1a93d27d6a44614)) - Cleaning up log statements. GH #4973([`c42410f3`](https://github.com///commit/c42410f3f608115a3118df4e55fe93b682249d35)) - Changed to Node.getBlockProducerByNum to be clearer and added plumbing to make methods that were designed around head to also be able to use LIB. GH #4973([`1fe7ebf0`](https://github.com///commit/1fe7ebf036056a75c1147aa032da048628a542e2)) - Changed launcher to assign producer names in order inside a producing node before proceeding to the next node, instead of round robin assigning names among producing nodes. GH #4973([`00d4d562`](https://github.com///commit/00d4d562cd99f70a598cb5d9c30739ca6815ca5a)) - Cleaning up producer_name method to be static. GH #4973([`6768c3fd`](https://github.com///commit/6768c3fd08f305cdded62edea2fc5fa94fd222f7)) - Added logic to scripts to create a bridge node between 2 sides of a testnet. GH #4973([`aba214a8`](https://github.com///commit/aba214a8db1dd45c04059288f2786b08930c3197)) - Refactored enum class into testUtils.py. GH #4973([`866953a3`](https://github.com///commit/866953a37fa6f67d4964b854a9276066597595a5)) - Fix error from change to support over 21 nodes. GH #4973([`71474cd8`](https://github.com///commit/71474cd870b286f2aa0b5b20b1fa5f7a5ece83ce)) - Fixes for supporting a large number of producer nodes. GH #4973([`aee0cd71`](https://github.com///commit/aee0cd71b3240c40f5ff16ab7be9b584fcaa0c18)) - Added class for providing arguments that are not common to the whole integration test suite. GH #4973([`8c9349dc`](https://github.com///commit/8c9349dc1c009fa2c26348daa5d6d18faf4f4316)) - Refactored out common voting methods from voting test to Node.py. GH #4973([`8ff0eb72`](https://github.com///commit/8ff0eb72fe65db9b6a913d0d6bf8c51c713eb829)) - Miscelaneous test fixes. GH #4973([`82252f16`](https://github.com///commit/82252f16180461543dcc0e56b659c6b017270d11)) - Added integration test for forked chains. GH #4973([`46f34137`](https://github.com///commit/46f34137f8ec11439b93f7203e5b779b8f4d3dc2)) - Added ability to provide command line arguments to individual nodeos instances using the node number. GH #4973([`9364f653`](https://github.com///commit/9364f653d71eb9a3a2a589cbd6f149fc6248895c)) - Added plugin to allow shutting down node for a given producer, at a given point in its head or lib production. GH #4973([`28e84f30`](https://github.com///commit/28e84f30be8c2000d6b16caf396be531be293161)) - Added BlockType and plumbing for methods oriented for head block number to also support LIB. GH #4973([`e70e6f84`](https://github.com///commit/e70e6f84ba2b86213ca36b9d240ef4ad3f481f3f)) - ([`b01a5ce7`](https://github.com///commit/b01a5ce73265abaf333a5641d9fe3e69fc2a2ddd)) - Remove doxygen warning([`d4bf4c3f`](https://github.com///commit/d4bf4c3ff5389991d1326532fffdbbe31356a28e)) - Remove doxygen warning([`d4674434`](https://github.com///commit/d46744347bffbc596f49c86d17514481848a0d8a)) - ([`337bab98`](https://github.com///commit/337bab988f04a8f95164c9d79d030758254b8946)) - ([`a152dffa`](https://github.com///commit/a152dffaafde609f802806d2a3c3d62831682929)) - ([`e7746fa4`](https://github.com///commit/e7746fa4b424b7aa4f2d42d979a79139faddb5a9)) - Fix unit test for exception message change. GH #5633([`5124e2a5`](https://github.com///commit/5124e2a5591af9404910206410198591b82f17de)) - Fix exception message wording. GH #5633([`93717b98`](https://github.com///commit/93717b9848901df7e921c47e4efecba14c76b82e)) - ([`50b5eb1a`](https://github.com///commit/50b5eb1a2e0060a727d11e2d324f9d335fbd2ff3)) - Change "more" from bool to string([`0624889a`](https://github.com///commit/0624889abf3b767ed05641b9ed8033a35e2197d2)) - Add test case for get_scope([`d2770060`](https://github.com///commit/d27700603b682e64c8a3f28e8954116693e0207d)) - ([`04fc7fae`](https://github.com///commit/04fc7faeac99f4ebe814b0b9c34bf4b6b564deff)) - 5380 enhance cleos to support iteration over scopes & tables([`4a2eb152`](https://github.com///commit/4a2eb1522358b23a6c98452eeff59c7150e9b3e8)) - ([`54b64de8`](https://github.com///commit/54b64de88a2b7272494703e2f7012ec7f9b84f24)) - Remove unused variable([`000a80fa`](https://github.com///commit/000a80fa781f3e62762c7f10b10e4f3473cfc4a2)) - ([`d53ef824`](https://github.com///commit/d53ef8240e1f661f4b9d2f0c18d243863ceec177)) - Spelling and whitespace corrections([`8dab36d9`](https://github.com///commit/8dab36d902e6911152a4428fbfc9f0392000c6a1)) - ([`d910f7a3`](https://github.com///commit/d910f7a3c22e5c1d125dad3a036989730eb67660)) - Inverted check for flag for no auto keosd. GH #5199([`6adc0220`](https://github.com///commit/6adc0220e5cabaa3a6335a3aa118d78f1a1dcc9e)) - ([`038da9f7`](https://github.com///commit/038da9f76c40a26167b81d274ad825ea92df9ce7)) - Revert "Simplify Wallet Tools EOSIO Blockchain Detection for End Users"([`bcd98026`](https://github.com///commit/bcd98026fa15273c4836c477603b35bef6c93b6d)) - ([`e6502ca8`](https://github.com///commit/e6502ca8513c5709e025fc96bcbbca0440ed9f0d)) - Cleanup of errorExit method. GH #5199([`14ec763a`](https://github.com///commit/14ec763a51ba94ca236a5189a6addd506d79ba0d)) - Added exception handling around testUtils.checkOutput. GH #5199([`3df60605`](https://github.com///commit/3df606059b4abec7caa00bc9e4d2bbd92349af70)) - Prevent transaction time constraints from interferring with integration tests. GH #5199([`94d08370`](https://github.com///commit/94d0837019875abeb0204c521df949ac140d397c)) - Added flag to prevent cleos from launching keosd. GH #4973([`1fbd885a`](https://github.com///commit/1fbd885a93540fffc696bf29e291793468897e18)) - Storing off last 10 cout and cerr results from calling checkOutput to report on failure. GH #5199([`9da6f273`](https://github.com///commit/9da6f2731ef72e20a1ee0198e4599f424a01f56c)) - ([`9b7ae363`](https://github.com///commit/9b7ae3631d7bd0ba8cfdf05eed57d7a19d6e7972)) - Update chain_plugin.hpp([`86b5b8c0`](https://github.com///commit/86b5b8c06cde310f631e206cb272d9c6319f51b5)) - Update chain_plugin.hpp([`33b1f074`](https://github.com///commit/33b1f074484cbab0ec0eeb87b8e1fa8c5b8a3914)) - Simplify Wallet Tools EOSIO Blockchain Detection([`184d24b7`](https://github.com///commit/184d24b74879ae516b2fb5bd520ef3fcc3d27f16)) - ([`6f5bc8e9`](https://github.com///commit/6f5bc8e9fa22459a70cb22526767a93193a0ecf5)) - Add more diagnostic info when bootstrapping fails([`5ff59ab2`](https://github.com///commit/5ff59ab22f84c7d699d2afed2cd17bc56e20adca)) - Fix launcher test problems([`9ac871b7`](https://github.com///commit/9ac871b7125a33e814b5274d42ba95ad6887738a)) - Clean up launcher option code([`2a3a02de`](https://github.com///commit/2a3a02dec487da7ae08aa7b8bb3718208332a90e)) - Enable new launcher test([`fc1169d9`](https://github.com///commit/fc1169d99698e14ad550c2c0a5d7db54df970cf3)) - Add testing for additional launcher features([`b16050a1`](https://github.com///commit/b16050a112fdbed32110ead8a6fcfbc29f89bd72)) - ([`9288f2a0`](https://github.com///commit/9288f2a03fba9ee99f3b1fa33ecd4958129fe816)) - Print separators properly with `cleos get account`([`1ded5cb4`](https://github.com///commit/1ded5cb42d360c806af268083791943135dba8a9)) - ([`73cf85f8`](https://github.com///commit/73cf85f8782f9212dbdf4a34a980eda9be177ca6)) - Cleos support deferred action([`b51ae696`](https://github.com///commit/b51ae6969b5faac593df478b61f61e36c44ced5d)) - ([`ad33a019`](https://github.com///commit/ad33a019ddf8a9d406a8d70c530ae7cb6e3687ed)) - Remove dead comment([`77d4ea19`](https://github.com///commit/77d4ea19e7568564c8438abfd1fea6a44703e47e)) - Remove umask shenanigans when creating unix HTTP socket([`8951cfa5`](https://github.com///commit/8951cfa5cdddcaf569ae452f785ac2444e987471)) - Treat unix-socket-path as string, not boost path([`9a3a0c17`](https://github.com///commit/9a3a0c17917e82fd7b99897fc7af59b59964b0f9)) - Return something other then "fixme" in unix socket HTTP support([`da096b20`](https://github.com///commit/da096b20753d02f565b094f1aa256a5f7f3abd97)) - Regress a few changes from UNIX socket branch([`bcfbdfd9`](https://github.com///commit/bcfbdfd9f45d7585b2d743fba9fe25164385f02f)) - Allow producer plugin to specify unix communication for keosd([`aa8a90dc`](https://github.com///commit/aa8a90dc40a634ddf62f03c77280dc36107f8913)) - Make cleos use keosd via unix socket by default([`d269cd46`](https://github.com///commit/d269cd46175212f8f79c6f044d478abc108161dc)) - Add configurations for http_plugin's unix socket support([`1b1c307c`](https://github.com///commit/1b1c307cc5dc988471e1bb5c9833b48d9abdc94d)) - Add unix socket capablity to http_plugin([`66f586c3`](https://github.com///commit/66f586c3f4890be1d52c52f32948909e7c394c52)) - Add cleos support for HTTP over UNIX socket([`568d82dc`](https://github.com///commit/568d82dcc46f108a24e7c12f803f18bc99da8f5c)) - ([`84e7c61c`](https://github.com///commit/84e7c61cade9b46ba6f1a53c9d23c5f0d8d1f403)) - Remove old exchange contract([`c1a1ff05`](https://github.com///commit/c1a1ff0582a20c1e7ae91437c7eadcaf61a8972a)) - ([`b1b9d1af`](https://github.com///commit/b1b9d1afc32d431a1c5166845181ea0d17291370)) - ([`d5beaa94`](https://github.com///commit/d5beaa9491af5ecb31c93a2fba0dc29fbbf7f259)) - ([`6dfa635a`](https://github.com///commit/6dfa635aeb619670f8e4600b5d8cfb17dc5792cb)) - ([`e87d245d`](https://github.com///commit/e87d245da0e458edc66139c3ca59f71861bcc1dd)) - ([`181cae3d`](https://github.com///commit/181cae3d113420f4dd80211f32191b2ae48192da)) - Bump version to 1.2.3([`281ab1a6`](https://github.com///commit/281ab1a6b3cc5cda89212990206db1078f4397a5)) - ([`34e848a0`](https://github.com///commit/34e848a0a25bf632552c6a29497660d0524c0923)) - ([`fad9e17b`](https://github.com///commit/fad9e17bd858c90bd41b491edc3c12e27cae31c4)) - Changed exception message([`53832241`](https://github.com///commit/538322410404ba86eb60e5e8ab45b09a2e8bf3a0)) - Distinguish exception messages of greylisted vs non-greylisted resource exhausted errors([`1978a79b`](https://github.com///commit/1978a79bb892688815c56251935eafa95e60cdf5)) - ([`89b9022e`](https://github.com///commit/89b9022ecbae32988cbedf69700987c27bb91563)) - Cleanup of greylisting variables([`2732be06`](https://github.com///commit/2732be066c39a8b24964fde85251970f670b6f67)) - Suppress greylist related exception loggings([`55667540`](https://github.com///commit/55667540e2caf13c57c262f668fdd55d23fefce9)) - ([`dc5f5d07`](https://github.com///commit/dc5f5d07672d1f9109340e4cdb8c724a293e79ad)) - Added test case involving a deferred transaction canceling itself([`083935ea`](https://github.com///commit/083935ea0e4fa93e1a4a101164fe3e6182c8fcac)) - ([`a4096cb7`](https://github.com///commit/a4096cb7a610e98ff2d14c7b03339906a8de69f1)) - Fixed ignored action name in ABI generation([`e6633a5e`](https://github.com///commit/e6633a5e9dd7dc600688167072ccd3b0d9135d43)) - ([`8399f32a`](https://github.com///commit/8399f32adf3c24dcec1630f9c4797712cc9a8be7)) - Actually return the value...([`9c711b4f`](https://github.com///commit/9c711b4fee40271cf966e7cba159a522bacee21b)) - Do not apply transaction optimizations on light-nodes when speculating([`efe5fdbb`](https://github.com///commit/efe5fdbbb35c4282dc342f7e8e74564972c56ab8)) - ([`ac442135`](https://github.com///commit/ac4421356efe0ea2dc00c124da7f101e556643f9)) - Add missing id variable([`f2b49e88`](https://github.com///commit/f2b49e8890f8d4eaf277903b6a48116769fd88cd)) - Use thread safe get_uncached_id()([`43e6a308`](https://github.com///commit/43e6a3081ecf36e009ecc29644785e2e4dd2521c)) - Add thread safe id()([`b41930d1`](https://github.com///commit/b41930d137d92a79e455e24244c1d947c20e4af1)) - Revert "on_accepted_block_header and on_accepted_block merged into one handler #4468"([`be26f5f4`](https://github.com///commit/be26f5f4ab24b90ec128129d7cf37aa9fda55b65)) - ([`a15a02a2`](https://github.com///commit/a15a02a278043f1f6d3488b177822e84aecd3104)) - Should not change txn content if already signed([`5e019870`](https://github.com///commit/5e019870096cd72e07ab94c568f5aa31f62f535f)) - Don't change transaction data in cleos push signed transaction([`43136769`](https://github.com///commit/431367696f0820c3177abdd53d13b5f4039122dd)) - ([`e8bf9087`](https://github.com///commit/e8bf9087aa6304e4086564f086217e9218f879c9)) - Add unit test for RAM billing soft-fix in notify context([`a1dffae2`](https://github.com///commit/a1dffae2f88ae52506261f9a7688775ee6f5c3d5)) - Add support in config.ini to disable the RAM billing soft-fix in notification handlers.([`9a774560`](https://github.com///commit/9a77456031413352ff833777b86b32eef28830bb)) - Subjectively fail transaction if unprivileged code bills RAM to an account other than itself within a notify context([`04424851`](https://github.com///commit/044248513166bc99d7219f0e073a95f05279920d)) - ([`431c8ee1`](https://github.com///commit/431c8ee1854e02a15379bf7fde459b7ea1c212d1)) - Dlog is on by default, remove call for accept_transaction for exceptions since they are expected([`93bd8262`](https://github.com///commit/93bd82621710b63f9267e982c28db25282fcac8c)) - Change log to debug for exceptions as they are expected([`c8f88db0`](https://github.com///commit/c8f88db05357631a6d69fefca43ea296fcb2a154)) - ([`5c378a9c`](https://github.com///commit/5c378a9c5f85cdc4416b3f470bc82983ea42e391)) - Slight change([`4655c8f7`](https://github.com///commit/4655c8f708a23c560c6ee5f94905c2cf5016d6ec)) - Added contract build path to eosiocpp -g include paths([`5b114ad9`](https://github.com///commit/5b114ad976d20e6827bb2a5ad17ef945c5db5cc9)) - ([`4b8ac5fe`](https://github.com///commit/4b8ac5fe27db2d8acf7b417913809ff55f9814d5)) - Fix framework casing for case sensitive MacOS builds([`b9831d18`](https://github.com///commit/b9831d182a2aaae2e51abeae92058fb7a03b50a4)) - ([`ddc2a02f`](https://github.com///commit/ddc2a02f3068f138a90aba1082705e8ad3c178ef)) - Initial get code hash([`17e574b3`](https://github.com///commit/17e574b3df82c61d51dfeb8a640552cc860a3ed0)) - ([`6bc00289`](https://github.com///commit/6bc002893eb66b9fdcf0c2769253f0337125a5cc)) - Add cleos set contract/code/abi --clear([`2bf701fc`](https://github.com///commit/2bf701fc5314b8b717a038f799553658d0cb66c7)) - ([`29cb21a5`](https://github.com///commit/29cb21a513b8be4605e84f65dc1bad6c32e0037d)) - Correct cleos get table help text from 'contract' to 'account'.([`f5ccf430`](https://github.com///commit/f5ccf430d30d856df8c449e2833ac166b560a417)) - ([`05d5aeea`](https://github.com///commit/05d5aeea776a0e41bfe9a017be5e4c7e6f8e66eb)) - Ensure data-dir exists([`505df507`](https://github.com///commit/505df507524aeef9950f4bca9abe6b34f29504ec)) - Remove anonymous volume from dev container([`6798ca9e`](https://github.com///commit/6798ca9e5f1f9639784c1635728d7c506d39f121)) - Stop creating anonymous volumes([`cbbfc75d`](https://github.com///commit/cbbfc75d907851c067179c911a7ce738b2d830e2)) - Clean up from peer review comments([`ecb446bb`](https://github.com///commit/ecb446bbbdbca1e2b0ad3009c63667c63d3cd4ea)) - New test to ensure require_recipient to generator is ignored([`265132ed`](https://github.com///commit/265132ede8fad50aa2ada6470450596b6264d5de)) - ([`2a1b0ef6`](https://github.com///commit/2a1b0ef6711733e21ea32ddba011bdbb9d80e0f8)) - Update fc([`6ebe1d14`](https://github.com///commit/6ebe1d14577656850413b3175cf93d35e20ad0f5)) - ([`8669cd89`](https://github.com///commit/8669cd89efdce78dd158a1788e86e47156f95604)) - Fixed framework casing for case sensitive MacOS builds([`300499b1`](https://github.com///commit/300499b157224f43b0abcd655a41e0ee35849351)) - Merge remote-tracking branch 'origin/master' into develop([`2499e6fd`](https://github.com///commit/2499e6fd3ffd04286811be0a55e3a901b5c3139a)) - ([`2ad41277`](https://github.com///commit/2ad412773d6ccc72045dae760ae3d81cf229c8ee)) - ([`351738b9`](https://github.com///commit/351738b9cfdfbee51c266a5ae1bdb929da0c9276)) - Bump version to 1.2.2([`3644e2d1`](https://github.com///commit/3644e2d1ef0b15ed8e7d3888d8288f48e4136123)) - ([`81c88f7d`](https://github.com///commit/81c88f7de2df58037934a0720bd8d536a2b9d7ff)) - ([`dc8d908a`](https://github.com///commit/dc8d908a0eaf3a655115deec7c1dcc6c6e407f34)) - Update to safer unsigned_int([`4ff1defe`](https://github.com///commit/4ff1defefdaa7d72a49eeb0a9f865507cc62785a)) - Correct conversion to microseconds([`5dd1bc12`](https://github.com///commit/5dd1bc1229eca79c28667c004043777a45d68902)) - Use transaction delay_sec in get_required_keys determination([`75e99bf2`](https://github.com///commit/75e99bf2ccc625ffefa00e671d515f5efe9be2e4)) - Update to safer unsigned_int([`f44d204f`](https://github.com///commit/f44d204fd3b0d0bdfc0c467296be914492a5fc06)) - Correct conversion to microseconds([`864c3978`](https://github.com///commit/864c39782c51df600891540eb00e316be2c96c35)) - Use transaction delay_sec in get_required_keys determination([`edb3a4a4`](https://github.com///commit/edb3a4a43b89642b1b71ae4f3acfd57f52f23a5c)) - Remove unused variable([`2bfd7d20`](https://github.com///commit/2bfd7d20233fc4b38bd700499b5e4ed3c0f3e8b3)) - ([`75035c91`](https://github.com///commit/75035c91648239ab85e40e28e0a3c7cbdbe3fa17)) - Return transaction_trace even if unable to serialize the action_trace action data([`6f261463`](https://github.com///commit/6f2614630a447f89766fdabaa412039e4c2a92ea)) - ([`48191efa`](https://github.com///commit/48191efadfb5dae14c6543b655ef4beba5c722db)) - Disallow returning WAST from get_code api([`322d2cfd`](https://github.com///commit/322d2cfdfdccda55f7417476463334837f04a35c)) - ([`7ee4659d`](https://github.com///commit/7ee4659d4f4ed227143ba22462981ca554e25ed6)) - Log correct value([`e55de561`](https://github.com///commit/e55de56185796511cb4e924bc32a69dc67b171b4)) - Log pending block number([`ea784b9a`](https://github.com///commit/ea784b9a8c271ae7665b337cc1153502ccc92b5f)) - Remove redundant log output([`2075acd3`](https://github.com///commit/2075acd356b278b5e9d99de8db39c6dc3a027631)) - Fix access to pending_block_state when not available. Also cleanup some logging.([`913461b4`](https://github.com///commit/913461b45879488e31483b9e8558fc7f1c287029)) - ([`425de09d`](https://github.com///commit/425de09d369c69055112c293711372b1921160a4)) - Compat fixes for bios-boot-tutorial([`364fcc75`](https://github.com///commit/364fcc75edb30c80a1f0dae39b1d26f5d6c93a4d)) - ([`7a5d8ee0`](https://github.com///commit/7a5d8ee068eaa8538be8af1369833dab2986b54a)) - MongoDB plugin filter based on action trace([`5cc9a1de`](https://github.com///commit/5cc9a1dec300e310107043cff885fb5e6465d3e7)) - ([`640bb11b`](https://github.com///commit/640bb11bc016d949e4430a79865b5006a6bf5278)) - Cleos set account permission default parent error([`aa6f4efd`](https://github.com///commit/aa6f4efd50a0107ed718731e851968c27e8b47a4)) - ([`fb42e935`](https://github.com///commit/fb42e93525fc8372f2fd9a0caea670f44b864972)) - Update Docker Plugin - Coverage([`25e4884e`](https://github.com///commit/25e4884e63f6a7d14676d3e028f297c2428b12dc)) - Update Docker Plugin - Debug([`2652fc6e`](https://github.com///commit/2652fc6edb8b6a729567dae9ffb75dcf660dc2be)) - Update Docker plugin - Long Running Tests([`10d5a45c`](https://github.com///commit/10d5a45c82fdc66cc3e29e44a85ff5b0aabfe351)) - Update Docker plugin to 1.4.0 - pipeline.yml([`72904cc9`](https://github.com///commit/72904cc945cac8b4d973548091e5d422b27f5567)) - ([`bf28f8bb`](https://github.com///commit/bf28f8bbf9ee753966c95c586906e82d72f9dfac)) - ([`ba4759f9`](https://github.com///commit/ba4759f91b6f258f83a0fbff376de8191111ad1b)) - Bump version to 1.2.1([`07eb07df`](https://github.com///commit/07eb07df9de34cfb54fafa14797cebb41b469ab4)) - ([`d6b578bc`](https://github.com///commit/d6b578bcff8369ebeb4e587f31fcc35b79c0f04b)) - Fix eosiocpp issues([`b2692773`](https://github.com///commit/b2692773e1bf9c384ae8a63686b2a97a55deb4b2)) - ([`241dca4d`](https://github.com///commit/241dca4d89c3a68340b3bf68ff1b578ad5815b75)) - Warn when trying to set code with something non-wasm([`d1267a88`](https://github.com///commit/d1267a88f4de6b881e748a05c2eb49a90aef5d37)) - ([`e4dbff30`](https://github.com///commit/e4dbff30d9712a9a9d87227095cb7e8d5925b4a8)) - Fix for nullptr deref when producers are waiting([`c3384332`](https://github.com///commit/c3384332d5b26557c31ba2fe9a8392b654f67823)) - ([`f91f20d5`](https://github.com///commit/f91f20d544c53a912c407ddbde9a69692621e5be)) - Update fc submodule([`3d0135eb`](https://github.com///commit/3d0135eb11168fd461ff11eedd490d1adb504076)) - ([`9a535a56`](https://github.com///commit/9a535a569efba1576573cc1671f280552638d563)) - Use config::producers_account_name instead of N(eosio.prods)([`09416499`](https://github.com///commit/094164992093d4898ad87ec1d8c00df24f175b60)) - ([`8d283f19`](https://github.com///commit/8d283f198db5c3f3984f7c84c13dd6e5e105e884)) - Remove unused variable([`cc7aba17`](https://github.com///commit/cc7aba178592d46391dc98adb812d8f42b750133)) - ([`b5c7394a`](https://github.com///commit/b5c7394a82aae06ed16e45fe2d24c071c5795a0e)) - Fix for nullptr deref when producers are waiting([`b8f88daf`](https://github.com///commit/b8f88dafe9bd791883d62d31f3116caeee2d1772)) - ([`3932bd70`](https://github.com///commit/3932bd70f40de8dedae2f5706f86b9aca7bfd6b3)) - ([`4da680bd`](https://github.com///commit/4da680bdfe1f68a11edb332252e015f4f533c443)) - ([`b27c4c6f`](https://github.com///commit/b27c4c6fdcbe91a2a7e70e282f06756dbb00dced)) - Bump version to 1.2.0([`217e0319`](https://github.com///commit/217e0319aded54bc6b5710a80b79b65384085b19)) - Changes to the read-write api meant for async calls we were holding a stale reference. Reverted to the captured and therfore live object and moved the assert to a validate call which is called just-in-time([`1bba310a`](https://github.com///commit/1bba310abeedbb4e9c25152324d114fe8b6723eb)) - ([`4e31f1e8`](https://github.com///commit/4e31f1e81f2fd338b83b6e40722b7d48bbd325a9)) - None of the smoke test depend on normal abi-serializer timeouts, increase for slow servers.([`9c754ab4`](https://github.com///commit/9c754ab418a79c25ab4a41b77c5c43e13cb7203f)) - ([`43fae0a8`](https://github.com///commit/43fae0a81ce9c2facf94d2ef5cc43d495d8287cb)) - Add linker flag for build-id in linux([`4c945706`](https://github.com///commit/4c945706b03f812a9f90cc8c156589af6d609b41)) - ([`01ec51b1`](https://github.com///commit/01ec51b137483b1463e09f66997d819427c310f1)) - Add support for unpacked action data to push transaction. Also adds standard transaction options to push transaction.([`a05b7469`](https://github.com///commit/a05b74699136fa7c338ee50317a5cfe641134034)) - Verify packed_action_data specified([`eea29a48`](https://github.com///commit/eea29a489abdec5a9cc7bbc243eda27ff3109d80)) - Simplify unpack_transaction([`99f8f2b2`](https://github.com///commit/99f8f2b2f6fba77cfca070a16c979ca905b5e632)) - Support packing a transaction with exploded action data([`10d15a91`](https://github.com///commit/10d15a912362adf7fe2411c872b710dbd7eb534b)) - Factor out abi_serializer resolver([`76246ff3`](https://github.com///commit/76246ff3368eabfc71f7ede9d562b1ac72715d81)) - Forgot to remove this require([`eec37929`](https://github.com///commit/eec379299e9c75a9c357d3e5082c749a81d916b1)) - Added cleos convert pack_action and unpack_action allow printing of only unpacked action when parsing a trx([`06ba2a13`](https://github.com///commit/06ba2a13ec5ac79b27831a4c217920d4e961afd5)) - Add cleos convert pack_transaction and unpack_transaction([`63596426`](https://github.com///commit/63596426d90aee5afc9f0bd84603a89eb6b397f5)) - ([`ffbc89db`](https://github.com///commit/ffbc89dbacf88d5dc301574308672bb357550033)) - #53d5d60 jgiszczak (Allow eosiocpp to run without make install)([`4965bc91`](https://github.com///commit/4965bc91aa9ed0eaf720d3f5b1dda62df0b9257f)) - ([`646f8c37`](https://github.com///commit/646f8c3776ea82e75aa51ea96a406a525840a235)) - Remove nodeos from being MAS signed([`d7a375a3`](https://github.com///commit/d7a375a353ceda30f8a52c1032c37428021e401e)) - ([`03cc35fa`](https://github.com///commit/03cc35fa54782696b84cdda738ea8b5558bdbb24)) - Increased timeout for abi serialization. GH #5199([`6bd422e8`](https://github.com///commit/6bd422e80f203d8103429090acfa4f68a43ce89b)) - ([`bfed3b8e`](https://github.com///commit/bfed3b8e6499a2b186bf0b959e2a2d7820cc6364)) - Add missing read-only command line doc([`3c0a4fdf`](https://github.com///commit/3c0a4fdf2ff6e00dcdeb86d1db3845d39e7aa371)) - ([`8b40491c`](https://github.com///commit/8b40491c17004ae73efd02104b0a737c5eb7b896)) - Fix coverage pipeline([`0aef827d`](https://github.com///commit/0aef827d06faabd696e6b08cb30c43ca908ee395)) - ([`5f86feab`](https://github.com///commit/5f86feabf989e2303acf9a0b1b61a67769c0b90e)) - Allow eosiocpp to run without make install([`ce3744ec`](https://github.com///commit/ce3744ecfcb2b837bcaee8396101ac61a27ef23c)) - ([`ddc93eaa`](https://github.com///commit/ddc93eaa639403fa8fd76458e36117cb759e0d85)) - Fix for unchecked load in received_transactions/blocks([`f15a7441`](https://github.com///commit/f15a7441da5c0eb8171f3ac846448058d1de880b)) - ([`0221b320`](https://github.com///commit/0221b3205e5506580cb5c97fad547430af19f760)) - Revert change that broke upgrades without replay([`23817061`](https://github.com///commit/238170611f0d9456c02d73df086e5174465e4088)) - ([`03ee499f`](https://github.com///commit/03ee499fe36fea9ea1f249eff8683580446e0d80)) - Fix for read-only test since push_transaction not allowed([`52171a99`](https://github.com///commit/52171a99383273c3bb3a96d844ba57f67a08ba3c)) - Do not allow push_transaction in read-only mode([`5bba70cb`](https://github.com///commit/5bba70cb8d3d4b26963794a43f6a1fc6bb6dae78)) - Do not process incoming transactions in read-only mode([`71f667f6`](https://github.com///commit/71f667f6b2ebb17e36310e2578cdba1346358b96)) - Do not allow clients when in read-only mode([`4a4accb0`](https://github.com///commit/4a4accb040a47a137ce68db61d446e24fad335bc)) - Disable read-write operations on chain_api_plugin when in read-only mode([`78cf936f`](https://github.com///commit/78cf936f068189e82ad3ad91106d642ef8d609c0)) - Don't start block when in read-only mode([`592fdfc3`](https://github.com///commit/592fdfc3e1fd6ecb928220974bd5005b3dc1dbcc)) - Add READ_ONLY db_read_mode([`b4a8dd22`](https://github.com///commit/b4a8dd2212d3ae066de6e0513927d0812d3e12a3)) - ([`a4e64494`](https://github.com///commit/a4e64494738d22718879978f42449d1db5e5875e)) - Filter out transaction_trace if all action_traces filtered out([`bbf50d8d`](https://github.com///commit/bbf50d8dfceb1ad9be5f3682bdb46094bd0a33e8)) - ([`2935e576`](https://github.com///commit/2935e576ead304d37bf5d2a1f41546c22242e95a)) - Improves clarity in the code([`48b014e9`](https://github.com///commit/48b014e99a056961dcabb5065db008d9e256694b)) - Free allocated memory in unpack_action_data([`090ce829`](https://github.com///commit/090ce829aebfe5efe32599130913a956b7e24d8e)) - ([`a6742077`](https://github.com///commit/a674207719fb8bce605f105a30f525322309ed47)) - Multiple retries to identify transaction. GH #5199([`0c7413e9`](https://github.com///commit/0c7413e92798a72499429754bd1fc560b9b571c9)) - ([`a9ec6c22`](https://github.com///commit/a9ec6c22d457f0a3518958510ce83054117cd5a0)) - Revert "add support for 160-bit keys"([`d4af4509`](https://github.com///commit/d4af45093b2863afb535d898b303accc69fead6c)) - Add support for 160-bit keys([`fc43e9c8`](https://github.com///commit/fc43e9c81638c5499071890dab8423f288657bab)) - Add ripemd160 and --encode-type([`fd45c87b`](https://github.com///commit/fd45c87b020582d5b45c171942243c0835eb601f)) - ([`b2ba5ccf`](https://github.com///commit/b2ba5ccf7655000c5c50bfeb78dd4baa0b453a7b)) - More fixes for launch boot template([`6ac32ee9`](https://github.com///commit/6ac32ee91be88d04425f771dfc486304bc842488)) - Fix launcher boot script template([`e7fc302e`](https://github.com///commit/e7fc302e6eb8eced9c6719b2cb8e1a977ba1a807)) - ([`0034fee0`](https://github.com///commit/0034fee0777764d2b919fe1f404513b23374b513)) - :plugin_startup gives more information when it attempts to bind to a port([`12ebfa0c`](https://github.com///commit/12ebfa0c820f925e56338d373fe084b91633b72e)) - ([`13976c40`](https://github.com///commit/13976c40ef0f9ca96fc26761aebb50caf8d86a1b)) - Change wlog to dlog; it can generate hugh amount of warning logs([`ac186dde`](https://github.com///commit/ac186dde6d33a5a73873a0ac6003592c6a328612)) - ([`383d276c`](https://github.com///commit/383d276c637c30281715cb7937c73997fa80402e)) - Remove one more unneeded "wast" variable now that we're wasm only([`52e066f2`](https://github.com///commit/52e066f2e53eaed6d2dddca4bf94dea45a323d65)) - Merge remote-tracking branch 'origin/develop' into no_cleos_wast([`c229e6ff`](https://github.com///commit/c229e6ff60223c806b3a535418db433ee951a959)) - Replease wasts with wasms in launcher template & test scripts([`05ceede8`](https://github.com///commit/05ceede8a317eca71d0b976f57f5189024f18ae1)) - Fix merge goof in cleos main.cpp([`4f6ff2a9`](https://github.com///commit/4f6ff2a96e51b1bfb9ca473f6fd1f676fe5a3b36)) - Merge remote-tracking branch 'origin/develop' into no_cleos_wast([`3aea6d53`](https://github.com///commit/3aea6d53436bece3c1abba5c7852c2ea514de371)) - Remove WAST support from cleos set code/contract([`e9d30e43`](https://github.com///commit/e9d30e43198b0f9de95b457eeca82c4c324aee1d)) - ([`9a407321`](https://github.com///commit/9a407321bae141abf1ad14d6f3df2767a8903066)) - Fix mongodb-filter-on([`5b733369`](https://github.com///commit/5b7333699b3023e01470ff14bd3de01449846fd6)) - ([`39ae29a7`](https://github.com///commit/39ae29a7e3f8b7897baadbe71f6076c148f8fe80)) - Remove dead code([`5761c045`](https://github.com///commit/5761c045c62ae50b963755aba8d11ae66b7c5b1d)) - Remove used url([`8689b874`](https://github.com///commit/8689b87403e0020c03fd12bbc9a4d91cc09361f7)) - Remove account_history_plugin([`a1fe368b`](https://github.com///commit/a1fe368ba2782746b52e98033908497e31494156)) - Remove unused types([`b97aed4d`](https://github.com///commit/b97aed4d6ec1dbafc04ca01a838598557eacf97a)) - Remove unused block_trace([`1d0a1de1`](https://github.com///commit/1d0a1de1df7c344d0f8eea2b656d1fa75916d608)) - Fix history plugin not enabled message([`1fd2a4cc`](https://github.com///commit/1fd2a4cc2acadec0d169661b2bb422dfa40256c6)) - ([`62d50498`](https://github.com///commit/62d5049853401c54681f0f18bba5986728571bec)) - Fixed missed change from #4721. GH #5156([`fd656235`](https://github.com///commit/fd65623593e503e33d080036349e5147520b370d)) - ([`e58b62c4`](https://github.com///commit/e58b62c4864033d46aebb3f03a896031bb3ea5bd)) - Fix confirmations check([`ac85d6e8`](https://github.com///commit/ac85d6e8b58c58316b31aeed2a0ec81aaaffa25e)) - ([`3904025e`](https://github.com///commit/3904025e4021a3ab3911883123c5e1dca136a9d0)) - Adopt FC changes for host header([`2e289c56`](https://github.com///commit/2e289c56cfbddf75bf81cd09d71a428479a5745d)) - ([`ca7e4797`](https://github.com///commit/ca7e479703473b4a841fbad065beaab9ba28f43d)) - Improve `is_valid_movement` function in tic.tac.toe example([`874205c6`](https://github.com///commit/874205c6b0de5b37b750751dfe79c52666beb6b9)) - ([`e0afab19`](https://github.com///commit/e0afab192417ba5d686bfe250a9b093321e03086)) - Use boost value instead of bool_switch since bool_switch defaults to false([`cbd3a3c1`](https://github.com///commit/cbd3a3c11cf88d49473c6079e89f1f5f74bac522)) - Cut down on output when mongodb fails([`ba483ebd`](https://github.com///commit/ba483ebdaf3e7e17b97ebd9398c0e7e23119d879)) - Optimize filter_include([`854c72a1`](https://github.com///commit/854c72a1c04e823e89de299627969aebc00ecf77)) - Add options to not store blocks, block-states, transactions, transaction-traces, and action-traces([`d24e006a`](https://github.com///commit/d24e006aa7957834e7a7212513ad93e35b64906a)) - -Add mongodb-filter-on and mongodb-filter-out similar to history plugin.([`5dd4647b`](https://github.com///commit/5dd4647b1f611cedec6be23d954673083728cf76)) - Update mongo tests for new action_traces collection and new transaction layout([`efbda101`](https://github.com///commit/efbda1015779fe1aa40d25d75bcb7e29864a6dc9)) - Simplified transaction serialization([`82d9f97a`](https://github.com///commit/82d9f97ac209280f76025b833ec6e1bcc5e67abe)) - Override abi serialization of eosio::setabi.abi to store abi as abi_def instead of bytes in mongodb.([`4584e9b5`](https://github.com///commit/4584e9b5091103b1c07971ded2487a51beeed90f)) - Add ability to override type pack/unpack([`38d70e60`](https://github.com///commit/38d70e604384e5c7c67613b5250167efee149d4f)) - Only update account for executed actions([`bdfd88a4`](https://github.com///commit/bdfd88a498360de1e1e366945c6cf317e2e661ef)) - Add base_action_trace as a known type so action data is expanded when used([`d0f9a370`](https://github.com///commit/d0f9a3706a79d6a539742659dae827cda27c8b88)) - Process transaction traces first now since abi is captured from them([`c02c2052`](https://github.com///commit/c02c2052a29262c328bcf58a8dc6a5c3582f8f06)) - Remove actions collection in lieu of action_traces collection([`90c9c9e7`](https://github.com///commit/90c9c9e7a01923da00ac933e9fd73367583ac35f)) - Add action_traces collection([`cb62b0c3`](https://github.com///commit/cb62b0c3d23c382d53996d4fc548055c74a82095)) - Upsert transactions and actions([`b13ff27f`](https://github.com///commit/b13ff27ff02bf87acd655bed9729de592a925333)) - Only set irreversible when true to avoid overwriting an irreversibe=true with a irreversible=false([`bae241da`](https://github.com///commit/bae241daa2e8ed913298df7a2a75014e2d9e82e7)) - ([`0d63eb94`](https://github.com///commit/0d63eb94eddfdc9b35bfe356d334be0b7af09345)) - Only fetch unapplied transactions if we need them([`ebbdb2db`](https://github.com///commit/ebbdb2db0a5f6ac0c1cb53bc9fe885ccf7ea14b9)) - ([`bd7f5af5`](https://github.com///commit/bd7f5af5eb961130475f82e4ed5aa9a777b3052d)) - Changed method name and corrected logic for Pull Request changes. GH #4971([`2bd78af6`](https://github.com///commit/2bd78af65c389383387a02c12251dce98e8daadf)) - Added timer for waiting to not waste time during slots that it cannot produce. GH #4971([`368cf3ec`](https://github.com///commit/368cf3ec6cbf91265def2f564911f11f4a5ca3e0)) - Removed print flush flag that is not supported for CentOS. GH #4971([`57da8db6`](https://github.com///commit/57da8db69484582e84638de02e279cb3b7eb7936)) - Fix to allow producing node with --enable-stale-production time to become the producting node before it decides to go from speculating to waiting. GH #4971([`6b01ffaa`](https://github.com///commit/6b01ffaab948dc85f6e2ce164cc7385aa8a4baeb)) - Minor changes to test and improved information for error reporting. GH #4971([`96521344`](https://github.com///commit/96521344129f7c977529dcee4a389060902a21ed)) - ([`ba3f12dd`](https://github.com///commit/ba3f12dd9b3496cd0c5f34e7f3307137683b140b)) - Change cleos set contract command used in the unit tests([`96a76970`](https://github.com///commit/96a769702e83a2bc78356e096c985fbe0b292a69)) - Modify wastPath and abiPath of cleos set contract to be relative to contract dir([`418c7b52`](https://github.com///commit/418c7b52daa46e953e71d1baf872bf66bfda17f6)) - ([`b98c8793`](https://github.com///commit/b98c87934346d061bac30eabb9814958d54430ab)) - Rethink a review comment that was subtly bad([`57635bc2`](https://github.com///commit/57635bc2900acb9b44a30debf795841330af9b3f)) - Resolve ambiguity between type and member([`33a8220d`](https://github.com///commit/33a8220d5d400ad73f6d19446575a568b893e8b4)) - Style update([`6edc5059`](https://github.com///commit/6edc50596735e921d9693b0d889163cf43ac56da)) - Add light validation mode([`89427279`](https://github.com///commit/894272792b90be8335c926e359a90f34864aae2f)) - Address PR feedback([`2b6419bb`](https://github.com///commit/2b6419bbcca340f743fd90ac613028bfdc7c2096)) - Prevent bad access on new chains([`944e8cae`](https://github.com///commit/944e8caefb4618499e7e631301cbf956155c813f)) - Create option for disabling replay opts instead of co-opting the force-all-checks flag([`83a02dcf`](https://github.com///commit/83a02dcfe6c5aa383a0a30db776d7ca7af3d4926)) - Wrap optional session in a type([`240ed8f5`](https://github.com///commit/240ed8f5cd1adcf0f7531232eb32ada1a3bf66b1)) - - dont open database sessions when replaying irreversible blocks unless necessary([`2e71a0c0`](https://github.com///commit/2e71a0c07fd09950be98eecb161ef8a9d0d58c8c)) - ([`72dad213`](https://github.com///commit/72dad213287491b4c7861acbd6f399681f66ec34)) - Remove misleading line.([`2ac3b77b`](https://github.com///commit/2ac3b77b98599a7ebd798714b69bf9d928181b56)) - Changed install / uninstall script([`08dbf8b7`](https://github.com///commit/08dbf8b757d46e7232c6c8f4299537b347ed8891)) - ([`fd59a31b`](https://github.com///commit/fd59a31ba5ba0107227299e9cec5de1ac5d5e4c7)) - ([`4b87b4e7`](https://github.com///commit/4b87b4e73c92356969e6bd784e4e720df4a1c829)) - ([`32f8e20c`](https://github.com///commit/32f8e20c31d81296b34b430de280b15f7f7d8c8c)) - Support customization point for excutable names : keosd binPath of cleos([`9ba7a0da`](https://github.com///commit/9ba7a0da2b7244dfb17274463cb6868e37a1b457)) - Make customization point for executable names([`653b1f30`](https://github.com///commit/653b1f30c6486986743bf5c2790b3e23612e4bfa)) - ([`867fde27`](https://github.com///commit/867fde27c5cebf7a378834ed74b6678a4923c58b)) - ([`10b6a9cf`](https://github.com///commit/10b6a9cf35f8ecea13ce86bdc091971793e3f68f)) - ([`dc7191a3`](https://github.com///commit/dc7191a39a48ddb90390904387c9a0e4cfa25df1)) - Make customization point for executable names([`09412d55`](https://github.com///commit/09412d55f470bde516dd1d5264b4c3a71f51c936)) - Use eosio::chain::config::system_account_name constant instead of N(eosio)([`ff044a9b`](https://github.com///commit/ff044a9b9bf553f25e1c5b5e24aa20dba3486083)) - ([`8376780e`](https://github.com///commit/8376780e80abb3982039ff85a2307c95c4b6cf59)) - Prevent cpu exhaustion on p2p connection cleanup([`3e9c83db`](https://github.com///commit/3e9c83dbe97d90e35b1cf7be095794c7062895d4)) - ([`4731ebec`](https://github.com///commit/4731ebec2073fd0c1d24ab983b81886b9eb61f76)) - Add API to get transaction id([`bbb7b0f7`](https://github.com///commit/bbb7b0f74ac3feb595c053c936cb1bb1f817e84b)) - Add cleos command to get transaction id given transaction([`b6b4dde2`](https://github.com///commit/b6b4dde21b56a3dbcbbb396dadc04bc85ca67a2b)) - ([`a6bbdcd9`](https://github.com///commit/a6bbdcd9d0f4e4b554bfb76b342d3d600b53a12c)) - Fix Issue #5136([`a3bea808`](https://github.com///commit/a3bea8084887eb387caa4acedf2c62afc5c9ebcc)) - ([`f04e151a`](https://github.com///commit/f04e151af3a5772e0c2ccb26847904d8a463166c)) - Fix null pointer dereference([`f256c1b3`](https://github.com///commit/f256c1b357752c656fdd71de801d9718d1fe6906)) - Fix null pointer dereference([`4bef9038`](https://github.com///commit/4bef9038f48d54696c400b37d2c6b7eb332852a6)) - Fix null pointer dereference([`d5eb2b7c`](https://github.com///commit/d5eb2b7c78e847a1bc0e4e8000972244fad15e0e)) - ([`867a9eec`](https://github.com///commit/867a9eecd182a00d6de510f49c565c0e18340172)) - Removed libsoci-dev system lib from ubuntu building script([`16b53188`](https://github.com///commit/16b53188031f6ab63b7c10b483ae78f2f0d30036)) - Put all the additional_plugin code into cmake module([`29f69646`](https://github.com///commit/29f6964603dd14f63933f7041c8a7bd90b42dfc6)) - Name refactoring([`f24200d5`](https://github.com///commit/f24200d5e1990ec8c8a330dd96c921156df353c2)) - Using UUID as subdirectory of additional plugins([`20d82c39`](https://github.com///commit/20d82c396658d0b03b607b44a2bebd6662c2f3f9)) - AdditionalPlugin cmake module([`8c8f9bc6`](https://github.com///commit/8c8f9bc6584b6d058414ee6e5483c75d6fd2d765)) - Usage of additional plugins([`b1d833ff`](https://github.com///commit/b1d833ff78a74d05867ecece2be6dad739b7f7ad)) - Removed sql_plugin([`5e57797f`](https://github.com///commit/5e57797f86b7c00e7ac252694511a21f5960534a)) - ([`6a2014aa`](https://github.com///commit/6a2014aaac65bbd8d40459c44976d6e7c77eaa21)) - [db_sql_plugin] add serializer max time([`07b5c20a`](https://github.com///commit/07b5c20a1f8e2554c87f7e4dbf2e97c63836d178)) - ([`35fbdb0f`](https://github.com///commit/35fbdb0fc75c0a9cb19d869a19f20060e261c3aa)) - ([`f568dd71`](https://github.com///commit/f568dd718c4f56a54281b989d740f496feb7cde5)) - Merge remote-tracking branch 'upstream/master' into sql_plugin([`492d18f8`](https://github.com///commit/492d18f8d56e617e552518b9a40d8f6de1a07c0b)) - ([`98467d4e`](https://github.com///commit/98467d4eda6486b74fc48c51a6f13913442afbf3)) - ([`c3e2e895`](https://github.com///commit/c3e2e8950477e67a5eb0f2c6a1048c77b32e1edb)) - [EOS] Fix token amount issue([`15ab2f2e`](https://github.com///commit/15ab2f2e84e6259cf3b7d8259b6eb08e388dde4b)) - Db improvements([`df1309f4`](https://github.com///commit/df1309f42af1ceed6e9857269e38eaa096130e8e)) - Db improvements([`e64b72a1`](https://github.com///commit/e64b72a1d06465e15551007069cdac73ff7bff62)) - Actions improvement + avoid crashes([`e09ed041`](https://github.com///commit/e09ed0415c1d7f35ab34b8c5c86ecb290d574b89)) - Store version + producers([`7b8acb70`](https://github.com///commit/7b8acb7039e84be6fd1f2f02ef3c589a8562f02f)) - Support codification([`bb361c08`](https://github.com///commit/bb361c081e91ada943001c674335c10bd8b193af)) - Block to start([`c6d1a8e7`](https://github.com///commit/c6d1a8e7efdec88c9278de59c4dbe85b1766100b)) - ([`099f3610`](https://github.com///commit/099f3610d619e0850f1c694acd6fe947a123ba2d)) - ([`268f342c`](https://github.com///commit/268f342cfffe7085cdd843147e0bf8f043d47b0b)) - Staked removed table([`c162bff3`](https://github.com///commit/c162bff39c7f60dab02247b3c5d4f88e46b765d9)) - ([`9e62c1f1`](https://github.com///commit/9e62c1f165b60c55d799be0bd2a659207354999b)) - ([`4b9c3ba6`](https://github.com///commit/4b9c3ba6d302ee66ba8abbcc4b1859f40c65cad1)) - Stakes([`36c0029d`](https://github.com///commit/36c0029d728bc2775b8d9b2bb1cabaf7f0567841)) - ([`2a525cb6`](https://github.com///commit/2a525cb66eb3db415ccadbc838822b2348588c5e)) - ([`b57a6691`](https://github.com///commit/b57a6691976cf3db3dbee5a242368d2051b7da10)) - ([`bfd0042e`](https://github.com///commit/bfd0042ed5cdaab116017683e2e450c137b3d30a)) - ([`34658d58`](https://github.com///commit/34658d58a2d8b13b10e2f1780eb5b3c59d2df21c)) - ([`51c8740f`](https://github.com///commit/51c8740f6c3f0129328090e48e36a9022d128ac7)) - ([`3a8e038e`](https://github.com///commit/3a8e038e9a7674a8245a3ccdc06ab5164d7ab882)) - ([`f3e88e32`](https://github.com///commit/f3e88e3232851ff55bb292b3668f0b2fd1c2a713)) - ([`cd8d9aa2`](https://github.com///commit/cd8d9aa2bcfbe8e64a6f9ed0908db8e47fb6157b)) - ([`24e3768b`](https://github.com///commit/24e3768b6486761a1b109f7147a3aeb42ab442d1)) - Storing votes([`286174a8`](https://github.com///commit/286174a8be4b2240b9a2ef0837a977b7d47ad344)) - 🚀ready for mainnet<2728>([`415dbfe0`](https://github.com///commit/415dbfe0e5c43d0fe7b84b208f3c9a47adedf945)) - Minor refactorings([`47532693`](https://github.com///commit/47532693f622c78e92dd492a969f546864a5f446)) - ([`69d69be6`](https://github.com///commit/69d69be6a280c77344909bef899f155a40fdb095)) - Improving sql([`2cb098dc`](https://github.com///commit/2cb098dc77992226593aac787b96bc5ed1a12690)) - ([`3e0b58c5`](https://github.com///commit/3e0b58c5a3415effa7af10f056560d54118e3ee3)) - 🚀ready for mainnet✨([`c37d38ab`](https://github.com///commit/c37d38abb62653e2dd3ffd4a609271cdc0ab7b8a)) - ([`a789e64b`](https://github.com///commit/a789e64b28715fd3ab382bdd191996b4bbe28e85)) - Db improvements([`6e62061a`](https://github.com///commit/6e62061a1b692a392d5ec2a40e86a859d48bd804)) - Db([`88e17f87`](https://github.com///commit/88e17f87761e07aacaacb09b3a752a9980c7cb1c)) - ([`d33dc48a`](https://github.com///commit/d33dc48a43d658995ddcaa755b140d4cc47f0783)) - ([`9002d75b`](https://github.com///commit/9002d75b01ef24fba4544658f01e9ae6a09cc7f7)) - Merge master([`32f4139f`](https://github.com///commit/32f4139f1276e45f89d2301410f044e395ea5002)) - Varchar name([`5b05dc2b`](https://github.com///commit/5b05dc2b9cadd4a99ffcb0d204f920113e2e4805)) - Sql improvements([`5a34dd0e`](https://github.com///commit/5a34dd0e33ecf7e32f77a9eab8c6ef9870d2c742)) - Bios not needed([`13b586b0`](https://github.com///commit/13b586b0f4e1a86069993a7fba1666c700192d4c)) - Merge([`e1d08f01`](https://github.com///commit/e1d08f014cea7399477baf7f53deb1d9bb3d4bf4)) - Add proper types sql([`62cec35e`](https://github.com///commit/62cec35e5654a835a5b38f820db5c3a6ed47296e)) - Ported to mysql([`41d2539c`](https://github.com///commit/41d2539c599fb6f44bc2e424d40e275b921c389a)) - Wip([`1bc3c52f`](https://github.com///commit/1bc3c52f083e7a261e0228be00f26cae03f2f0df)) - ([`116b24e3`](https://github.com///commit/116b24e3ae6a6ef761229b2cca9df02a84b19648)) - Try catch([`7ff9e3d5`](https://github.com///commit/7ff9e3d58e46f027203576cd719f9c2c1c97b4c7)) - Improving tables([`2f6c6a51`](https://github.com///commit/2f6c6a512f2058f7f3037021f3f9269ea5e13b33)) - Improved sql([`6497411f`](https://github.com///commit/6497411f05c13935905b1392c6eb830f140c849f)) - Tokens storage([`d5db25bc`](https://github.com///commit/d5db25bc3bbbce490f00745b4ec99a725899d507)) - ([`737eaef6`](https://github.com///commit/737eaef6eca33f512ef9b9b8743d8c59190c7030)) - Not need to default eosio if it has abi([`e2cbecac`](https://github.com///commit/e2cbecaca923a7503a0ea4ae513736c8e2d9ff05)) - Wip abi storage([`4d8f6298`](https://github.com///commit/4d8f629876f2dff4ade7f187de35c98d325d5b9e)) - Adding actions + abi([`f7b111ba`](https://github.com///commit/f7b111ba4a44dbe6b0ddc284fc285f8e933224cf)) - [db_sql_plugin] removed add methods([`a66cf46e`](https://github.com///commit/a66cf46e1e188044011c95b31ebdd2a77c8bc36f)) - [db_sql_plugin] add functions are private([`15705e51`](https://github.com///commit/15705e51b96f4fc8a82f290f5043fc1b07db8c01)) - [db_sql_plugin] refactoring([`94bf720d`](https://github.com///commit/94bf720ddffad5ec1c492428a99d1b71f9423f5e)) - [db_sql_plugin] database is a consumer_core([`627fccd1`](https://github.com///commit/627fccd180008e807e1c7a842b8e1fb55ff8b861)) - [db_sql_plugin] fix compilation in linux([`b6a15dfe`](https://github.com///commit/b6a15dfe1022718275ccd7539d2be118d205b07b)) - Storing actions([`e2deb8ba`](https://github.com///commit/e2deb8ba156e02506af45c7890f60d81125580c2)) - Transactions([`783e5700`](https://github.com///commit/783e57001649bdef3c3a4d73d0f41a910b392f34)) - ([`9432eaa8`](https://github.com///commit/9432eaa8bdaa1ff422c2097e597dc74e7686378a)) - Insert block([`843fca9a`](https://github.com///commit/843fca9a9da03a4ae3a2ee0e236d5aa7b6e30b31)) - Create tables([`6054b035`](https://github.com///commit/6054b035c8c1295c02a5433296e37d1ea74a71fa)) - ([`79e82a7e`](https://github.com///commit/79e82a7e6e85f89d176a403b66f3bcb29a315ecc)) - ([`15339945`](https://github.com///commit/153399459fa0feb25666c8b591cc4e8d0ea20410)) - Update path of sample for export([`83147c96`](https://github.com///commit/83147c96394fee8bcd8a014de9b20430c27e1b3c)) - Last format update([`d64c30bd`](https://github.com///commit/d64c30bdde3e2ad0281ccb6f3655108570e24074)) - Fixed used of f'([`e968e915`](https://github.com///commit/e968e915ff8d8aeaf8880d0da45f1f4bda666bd1)) - Updates from code review([`b8b5e5aa`](https://github.com///commit/b8b5e5aae2183e4829ec96a099e0f020ca170206)) - Added readme([`8d94f9ae`](https://github.com///commit/8d94f9ae52256633fdcbc271e92682c064faec81)) - Added export functionality to create rc md files from existing abi's([`14198fd4`](https://github.com///commit/14198fd4c55903e77589a15a577d14668fe840c7)) - Import clauses to ricardian_clauses([`8f5efcbe`](https://github.com///commit/8f5efcbe4397788676a940a704774324a5062240)) - Initial commit of ricardian contract abi importer([`f5b9fe04`](https://github.com///commit/f5b9fe0495c45ae274727b296e9be2cc921a28f3)) - ([`1b6e5eab`](https://github.com///commit/1b6e5eab0b09926bdc2cf0049c3894a6ead9d05f)) - Squash possible exception on getting remote endpoint([`0a49ff6c`](https://github.com///commit/0a49ff6ce5782968aa8d2a9ed8dc745a0048dad5)) - Log which peer gives unexpected length messages([`b9ce3fb1`](https://github.com///commit/b9ce3fb195c7fc5734c906df271343735c1e1be8)) - ([`53e8a111`](https://github.com///commit/53e8a1112bd3bfd74886f2ca03cf52f1e37103dc)) - Add the git "version string" to get_info([`d6f5b6bb`](https://github.com///commit/d6f5b6bb411877786138c0d28ed86957dda6ea25)) - ([`79fd74cc`](https://github.com///commit/79fd74cc9700c014a020bd38512aa2bf5a36453b)) - Consistently emit before squash/undo([`9550f290`](https://github.com///commit/9550f290f92ca7b935dae16590e1ccead5c422ea)) - Assert not implicit/scheduled on push_transaction([`31d8b7e0`](https://github.com///commit/31d8b7e058ddccb5a1fce90ed7c4f65a2d8bbad0)) - Revert unneeded test changes([`0c6edfaf`](https://github.com///commit/0c6edfaf39744f89cfb46fae40d0c1f02ea576d3)) - ([`357ff35a`](https://github.com///commit/357ff35aab1a4ea91181c2091daed99e32a2fd41)) - ([`d45faeb1`](https://github.com///commit/d45faeb10c2016e136ae580c1936f32953343093)) - Use explicit emit instead of scoped_exit. Attempting to fix unittests.([`b6bcb08f`](https://github.com///commit/b6bcb08f6440b9890cb5c879e8c5b0229ae95ccb)) - Fix deferred transaction tests([`2b19c74d`](https://github.com///commit/2b19c74d3cbe833820722e40193185331d492451)) - - emit accepted_transaction signal for implicit transaction onerror.([`43fad608`](https://github.com///commit/43fad60891274a13f483afccb1a37ccb7771237f)) - Check new implicit and scheduled flags instead of signatures for determining implicit([`04f1cab5`](https://github.com///commit/04f1cab533db96d936c436bea815e0d6fbf1368a)) - Add implicit and scheduled flags([`292bbda1`](https://github.com///commit/292bbda1ae521cc2ab8a7319ac32df01c4af8957)) - ([`6c4d153d`](https://github.com///commit/6c4d153d1bc26e9cf7d581791058ff0ebfdd1f69)) - Merge tag 'v1.1.4' into develop([`9f1522a4`](https://github.com///commit/9f1522a402176e232d61ee29cd45c9f044c7379d)) - ([`4f4e5c22`](https://github.com///commit/4f4e5c225afa4d4e82cb8283074d8311a0178887)) - ([`e1d07401`](https://github.com///commit/e1d074016b97f509948f1a1d5412939c6f6cd442)) - Bump version to 1.1.4([`69ba7359`](https://github.com///commit/69ba7359c47748a50fc7f31a31fd03ea1e12f81b)) - ([`c6b793ee`](https://github.com///commit/c6b793ee7b953cec2e502352b43b3b1c8ee58e02)) - Consolidated Security Fixes for 1.1.4([`e76894fe`](https://github.com///commit/e76894fe45157afe8cb31cb3dbf19f6476ec291d)) - ([`b7b34e5b`](https://github.com///commit/b7b34e5b794e323cdc306ca2764973e1ee0d168f)) - Backport of `fix/asset_mult_and_div` onto `release/1.1.x`([`27bb4b97`](https://github.com///commit/27bb4b97528ce58da06dc9b74c708b9c38869838)) - ([`12449d9d`](https://github.com///commit/12449d9d51da3807089c8abd043cf76d12acdbb6)) - Remove producer-subjectivness from leeway([`73e56d84`](https://github.com///commit/73e56d84b1709c36be43eb7c55599b075552fe55)) - ([`8eaf97e5`](https://github.com///commit/8eaf97e50d47317fd37dd2fea3912b012de68a93)) - Ensure that changes only apply when producing blocks, not when validating blocks([`87de17d2`](https://github.com///commit/87de17d2c26d372d883bc74f8fd36c40baf3a246)) - Make scheduled transactions subjectively fail on tx_cpu_usage_exceeded([`ad2adefe`](https://github.com///commit/ad2adefe6607b782b63b6a1f6e7367b504595be2)) - ([`12e37779`](https://github.com///commit/12e377796218275aec227ff53e901643e89ca7d9)) - Update README.md([`a809f709`](https://github.com///commit/a809f709b78dd2a858f94aa893bec70ce7576a97)) - ([`48cea97c`](https://github.com///commit/48cea97c6bb4840ce7591be1fc1b800b3cda2dc5)) - Update asset.hpp([`8781da24`](https://github.com///commit/8781da24945ed219da05248783b87a2ec09b6ed9)) - Used numeric_limits([`bfe93348`](https://github.com///commit/bfe93348b56110502eabd8e582fc1bdb2ff5bb26)) - Update asset.hpp([`07c99711`](https://github.com///commit/07c997117acffb95a86c33d57ea98c59eca42e04)) - ([`62420d24`](https://github.com///commit/62420d24dd35a0358e2d36b07b224d91d89f45ed)) - Update crypto.h to use const char*([`1e06d398`](https://github.com///commit/1e06d3987328946944afd150f95ac6798176c02d)) - ([`4d5e6638`](https://github.com///commit/4d5e66388ed7fe17909da0096397b42bf810a36e)) - More filtering options([`28cc7b5e`](https://github.com///commit/28cc7b5e13ceaf2939b93c366a11d17c2b81768e)) - Add filter-out history config option([`b0a4c74f`](https://github.com///commit/b0a4c74fede6868d2687c24499695a3715329d98)) - ([`342f0488`](https://github.com///commit/342f04885b605b53c21b862e1df21b6ed074c591)) - ([`ad4ba283`](https://github.com///commit/ad4ba2831c276094585b088f06c2eb59d00e4f63)) - ([`d0ca583c`](https://github.com///commit/d0ca583c7f5821d4cc51c844b709d9eca1fd9adb)) - Bump version to 1.1.3([`1e4f5bdf`](https://github.com///commit/1e4f5bdfb3d7e1bfec3fa6bf3cad088799bf0936)) - ([`b0e85bb2`](https://github.com///commit/b0e85bb23c5f887647c79aa3f3906b4f551b88b4)) - Minor cleanup to clarify the different sections of push_scheduled_transaction([`70e33d18`](https://github.com///commit/70e33d18b2fc07915784348f5af04da2ee1a134d)) - ([`dae22e06`](https://github.com///commit/dae22e06bed7c435db423e3bc67e9c62aeda8712)) - Both safer and also in some cases less conservative hard_fail cpu billing([`694be8f3`](https://github.com///commit/694be8f37bc601de2388ac22d74ddf1d57ae9eaa)) - Better cpu billing([`8b340f43`](https://github.com///commit/8b340f432211f126111d93e52a252ff98fb415bc)) - Rely on explicit_billed_cpu_time only rather than also considering whether the value of billed_cpu_time_us is positive([`df936eed`](https://github.com///commit/df936eed38d607561ec5b86562bc3ca8bca9008f)) - Outside callers of push_transaction and push_scheduled_transaction (e.g. producer plugin or tester) should also behave consistently with regard to the explicit_billed_cpu_time_us flag([`be1e26e9`](https://github.com///commit/be1e26e97f4c45c97c9c22369652c371e3606cac)) - Actually we should be safe always checking lower bound of billed_cpu_time_us in transaction_context::finalize(). (actual commit, ignore previous one)([`8a84a682`](https://github.com///commit/8a84a682e4db712f2ad4c1968e41fa0b63186efa)) - Actually we should be safe always checking lower bound of billed_cpu_time_us in transaction_context::finalize().([`1b19cd3d`](https://github.com///commit/1b19cd3d1847c25c4cad094cd9996e82b82dc215)) - Rename from_block to explicit_billed_cpu_time and pass into push_transaction as well([`b17b4c02`](https://github.com///commit/b17b4c025484f16f9999d8d82885a4018c8ec6ab)) - Do not reset explicitly set billed_cpu_time_us in transaction_context::finalize([`c89e2377`](https://github.com///commit/c89e2377fa6fd21b91fb150e53de7999c6c39445)) - Pass explicit_billed_cpu_time flag into error handler as well([`690da9fe`](https://github.com///commit/690da9feef550a13affb6d0e396c321e874fa634)) - Remove unnecessary check during explicit_billed_cpu_time([`29c34f2e`](https://github.com///commit/29c34f2eeb038bee422472224c2090321ac9b0bf)) - Mitigation for 4986([`0e77b656`](https://github.com///commit/0e77b656925d1a039316d53094ada88cb726b10c)) - ([`ffb8316b`](https://github.com///commit/ffb8316b3c2669d1db05437f92a84272972fe75d)) - Pin macos build script to boost 1.67([`cbb0c917`](https://github.com///commit/cbb0c9172a56f4681dc89e1dfa1a4543e65bf598)) - ([`50185991`](https://github.com///commit/50185991a4854f261bff4df93b983f6934f6f258)) - Enable multi-threading when building boost libraries([`b9e630ba`](https://github.com///commit/b9e630babae8d8c36f7b7c533bbe8b4968d62b5a)) - ([`cfd48bd9`](https://github.com///commit/cfd48bd9627eb4be0a3db28faf625c21f5b70a69)) - Fix cleos transfer with contract beside eosio.token([`acb3bde3`](https://github.com///commit/acb3bde3f3b970f83827d816d297dc3c9207b089)) - ([`2b54b2e9`](https://github.com///commit/2b54b2e9c7cb3125940448a93f941e754fa605a6)) - (appbase sync) Provide a version string based off "git describe"([`4427fb9e`](https://github.com///commit/4427fb9e67878fdc1306c886e1dcc68f8dc66595)) - ([`13cb8738`](https://github.com///commit/13cb8738e2df4a0e37f168898787ee978a94c172)) - More flag in get table wrong when limit equals rows([`861f7046`](https://github.com///commit/861f704681b6e6909b5f98ff621debd05fb252ed)) - ([`bbd7ec5a`](https://github.com///commit/bbd7ec5a5cfe2bd56a836dfb75e807dec253f367)) - ([`7412253f`](https://github.com///commit/7412253f2e921d37e0e2a7a95065da19938366db)) - ([`45bfd125`](https://github.com///commit/45bfd125ada9e877a61423ae8e8c5e3f68f04169)) - Bump version to 1.1.2([`238c790c`](https://github.com///commit/238c790ccfbca905b767b0ec00fad54e82a7dadc)) - ([`f86c71a7`](https://github.com///commit/f86c71a7403587a003298ec03f89624d8527232b)) - Consolidated Security Fixes for 1.1.2([`2bcf4a78`](https://github.com///commit/2bcf4a78e4976517e78382119b0f5d4aeda641b3)) - ([`9dec60fc`](https://github.com///commit/9dec60fc0bbdc2ecaa0fcbf076b03a23a3ec561a)) - Additional fixes to CMake installation of eosio([`ab724fd3`](https://github.com///commit/ab724fd38d6b5b096220fef2d9c0cfaf6227e8ae)) - Update softfloat submodule to incorporate new install location of softfloat headers([`b3ae5d43`](https://github.com///commit/b3ae5d438be5546c3f376330544bb59a72be4b74)) - ([`6100a13e`](https://github.com///commit/6100a13ec7458c5e327c6448f435eae709fed1fd)) - Reverted changes([`c233c4f5`](https://github.com///commit/c233c4f53b126d218d57d730a8058986b77be272)) - Updated references to LICENSE.txt([`67bada0f`](https://github.com///commit/67bada0f7a90c33cc808347541bba3c9cdb3180d)) - Add include path of core_symbol.hpp for abi_tests([`6cd7197b`](https://github.com///commit/6cd7197b99fddbc58bba505e4a5ac247db4a22e8)) - Do not install files made obsolete by eosio.wasmsdk([`67393d7e`](https://github.com///commit/67393d7e1a100d1ccc982ec1563c7e687378cca6)) - Remove unneeded package creation step from build script([`7743cac3`](https://github.com///commit/7743cac303c013466fc24eb58e462095a1499cbb)) - Allow build script to build in arbitrary directories([`d5ebc288`](https://github.com///commit/d5ebc2883dbb0b9659639e3e045af795a5d7528e)) - Updating asset and symbol([`0ec841b7`](https://github.com///commit/0ec841b77650e0b0ae43ebbf33b84b4a30fb3dcb)) - Also remove .so extension libs during clean_old_install([`0e7555f3`](https://github.com///commit/0e7555f31b6a4f9419305c21adb2d1a2b5a84724)) - Clean old libraries in clean_old_install.sh script([`517b3a08`](https://github.com///commit/517b3a087f3145c511ea2336fc1db2665b2dd464)) - Updated submodules([`f5e2acc6`](https://github.com///commit/f5e2acc69adecf203bd533bf7348bda8e97c70ec)) - Fixing errors with linking([`04b31225`](https://github.com///commit/04b3122565d15476122cdf565775c11681b125fb)) - Update eosio_uninstall.sh([`d2d42f91`](https://github.com///commit/d2d42f910d59a902ef0f998c6106b14b41a9ca76)) - Added generated cmake files([`d4b1cd05`](https://github.com///commit/d4b1cd05676e0b1a6b3fb29ff174bdb40d9c6ab2)) - Installation changes([`e26c60d0`](https://github.com///commit/e26c60d0252fce6bfcc1fbaf1e64ef8694a37a16)) - ([`a9c07596`](https://github.com///commit/a9c075964614915906497c1287839702650de6cf)) - Compute CPU core count from lscpu parseable output([`d91dfc86`](https://github.com///commit/d91dfc86b4546eaa3e398ab99a624655729538d9)) - ([`1bdd4be3`](https://github.com///commit/1bdd4be339568ec610b3799e168e68ea3fdb78d3)) - Add duration to output([`e711e928`](https://github.com///commit/e711e92864708e7bdc6db912854989b5f8c905eb)) - Remove the redundant signature recovery and block digest when applying trusted/pre-validated blocks([`8c453896`](https://github.com///commit/8c453896b2bf26ab0945a408286ce507768ff044)) - ([`046eb6f0`](https://github.com///commit/046eb6f0e3dd7a4a93a53fec099844f21f2542a4)) - Update privileged.h([`6c08c3f2`](https://github.com///commit/6c08c3f20196579632fb4cf77461ba9df13656a7)) - ([`7b7ff0f7`](https://github.com///commit/7b7ff0f70b83c1f35a5abb6eb6e596ca4925cfab)) - Added safeguard for installing to /usr/local([`0b9cd2ff`](https://github.com///commit/0b9cd2ffbc46ae81daea353379a5bfaf909e2089)) - ([`4c03e53f`](https://github.com///commit/4c03e53f1b8f4aa4ba00412377fc67e1125ddf7b)) - Updated eosio_build.sh and installer.cmake to reference new LICENSE([`53d0db4b`](https://github.com///commit/53d0db4bf98dde6314f21842a683c8a89a012458)) - Renamed LICENSE.txt to LICENSE([`e63d3e76`](https://github.com///commit/e63d3e76b97444b0fa1cc8df848c0c5be3b9b91b)) - ([`f7f5fa58`](https://github.com///commit/f7f5fa58630e8302f430dd4445b4f3419551c6a8)) - No longer link wallet into nodeos.([`9bd48378`](https://github.com///commit/9bd48378ea9f445222ea518a68af9a6dd60b7afa)) - ([`7dbe10a2`](https://github.com///commit/7dbe10a288890b3ef770ec49b6bc57977b5dd4fc)) - Remove unused([`b4e8a952`](https://github.com///commit/b4e8a95247d8f6f71ba25f21132c7f42d24d8fba)) - Add --key-type sha256 to table command([`d818503e`](https://github.com///commit/d818503e131d33ec079a66c9a9bd0bb8b3445ef9)) - ([`4c8081d3`](https://github.com///commit/4c8081d319b01edf69ab80cb4d5b7ca33782bac1)) - ([`c98ade31`](https://github.com///commit/c98ade31f64040fcd039cf6bc25fd50afd5cc7d9)) - ([`c4cc3475`](https://github.com///commit/c4cc3475671e5016b271a730d40227e160c74f1a)) - ([`8207cbf6`](https://github.com///commit/8207cbf6f75007018f820ce4112dfd3b654163c7)) - ([`528d0862`](https://github.com///commit/528d08620773f8a2b0f9d8321642d77948905d3a)) - ([`82f10681`](https://github.com///commit/82f106819880df701865df74aa749dbaa8bb668a)) - Fixed required dependencies display on mac([`9449dfd2`](https://github.com///commit/9449dfd2cbcce180891cb7c980b0a1403cdcc945)) - ([`98fa8515`](https://github.com///commit/98fa851556bca80432718030c1a7590ba588262c)) - Added delayedRetry flag to retry getTransaction if first attempt fails. GH #4903([`c9032cbc`](https://github.com///commit/c9032cbc0464b68ee27d37805e97e942dd80a44c)) - Added tracking for head block number and last irreversible block number in node and reporting node status in shutdown. GH #4903([`39359c1f`](https://github.com///commit/39359c1f1609497e9c09ad0c1747101e7620a58e)) - Added ShuttingDown flag to prevent errorExit method exiting during shutdown. GH #4903([`0a68052b`](https://github.com///commit/0a68052b491cc3fe0ff8355888f8cdce273ebae0)) - Added method to waitForTransBlock if it is needed. GH #4903([`051e036f`](https://github.com///commit/051e036f1b67cf9e5275925354682b377b4d136a)) - Storing off biosNode for cluster to report in status. GH #4903([`524a001b`](https://github.com///commit/524a001b184de068058a76f2dd28e4afbed9eafd)) - ([`1f96eb6f`](https://github.com///commit/1f96eb6fd818aff30a6cb9a232786e8f08246455)) - Change http status code for transaction_exception and eof_exception so its error message is not swallowed by cleos([`ceb02ef4`](https://github.com///commit/ceb02ef4ecb44603536bd8c00ec5704bc0359d9e)) - ([`f681356e`](https://github.com///commit/f681356e6c1def0b5568318ee61ec25758a66b82)) - Remove useless code([`12231814`](https://github.com///commit/12231814f397668367a6c5b23b56bc8c88634ee0)) - ([`071eb50d`](https://github.com///commit/071eb50d49a792776c8f527c92d955c8df37b57c)) - Move whitelist_blacklist to producer_plugin([`f698d86a`](https://github.com///commit/f698d86a74922f834d34c5f9b0e0e765b084d4d2)) - Add Get/ Set Whitelist Blacklist RPC API([`bffb66e1`](https://github.com///commit/bffb66e1cf52233d8ebe3bd7559f8db9bcb2b360)) - ([`dc944ef4`](https://github.com///commit/dc944ef473b2e2d970889251a0806ea88f501011)) - Update README.md([`b9a746e0`](https://github.com///commit/b9a746e003ffb95ef54c8197cf38af1af02363c6)) - Update Resources([`660bd45e`](https://github.com///commit/660bd45ee8398b94503d8c46b2728eaff3833ebb)) - ([`e075a650`](https://github.com///commit/e075a650d6820fddd1bee9ac1402d7bf6f6ec848)) - Add test support for bnet([`82f45296`](https://github.com///commit/82f45296a9fcff8310c3832c2cd53cc25212cceb)) - ([`ce5c3c2b`](https://github.com///commit/ce5c3c2b167e4c04110ce00d01ac3d2df196da90)) - Fixed use of exitOnError flag. GH #4864([`48caac89`](https://github.com///commit/48caac897a4b483224eae0057b8d9c5cb9089440)) - Replaced Enum since not supported on centos. GH #4864([`fb5aafc8`](https://github.com///commit/fb5aafc8393e2d8a5e29f57fa3bf429530a616a2)) - Added exitOnError flag to Node.transferFunds.([`14827605`](https://github.com///commit/14827605c23b137655747202f2d85d95a8de3956)) - Changed new test to use exitOnError flags.([`91ba62b4`](https://github.com///commit/91ba62b4763d09273d1921ab57f54f220d73774c)) - Added exitOnError flag to WalletMgr.create.([`3c373de6`](https://github.com///commit/3c373de63c074726d66d46f5d228a6453723ffa6)) - Added exitOnError flag to Cluster.getNode.([`04000730`](https://github.com///commit/04000730189a0392c680e185e4622fca8f06ca36)) - Changed getServants methods to use exitOnError flag.([`e330f747`](https://github.com///commit/e330f747ce4a0f0cff431f38f1373418cfdbe8bc)) - Fixed error in getInfo.([`cec8e18f`](https://github.com///commit/cec8e18ff64f5a8594fb4d69a27ef4e42caca448)) - Changed getAction methods to use exitOnError flag.([`e9afc6d3`](https://github.com///commit/e9afc6d3c1d4ce7054a0d1b0a9d023d83a5a086b)) - Changed getCurrency methods to use exitOnError flag.([`8914819b`](https://github.com///commit/8914819b6305aaafeff9ee502550a4837ae9deed)) - Added exitOnError flag to mongodb method.([`e514a97d`](https://github.com///commit/e514a97dba1a6a108da187109a8839386125ab04)) - Changed errorExit to always print traceback for errors and changed all scripts to use testUtils and not their own version.([`eaeb10cc`](https://github.com///commit/eaeb10cc0fb190aeeadb9ef410b788c5ec039d1c)) - Changed processCmd to be able to return Json or raw string.([`57ad773e`](https://github.com///commit/57ad773edaa67dce696748a0dc249b668799b195)) - Fixed general errors and cleaned up.([`6917c9ec`](https://github.com///commit/6917c9ec21cf8589a13bceed0fa51077831b6eea)) - Added exitOnError processing to getTable.([`047c9578`](https://github.com///commit/047c9578b0f19e3513014585bc859622aa67a8c0)) - Added Mdb extension to indicate method for MongoDB.([`6369365c`](https://github.com///commit/6369365cc5f16a8711ce01d100d84310e40fbc5d)) - Added exitOnError processing to getInfo and checkPulse.([`a39187a1`](https://github.com///commit/a39187a1f196112f9a2cf523ec2353a3e70679b9)) - Added exitOnError processing to delegatebw, regproducer, and vote.([`c7177ec0`](https://github.com///commit/c7177ec0c666358707721908abca6e53738a361a)) - Added exitOnError processing to getPermission and changed to use processCmd.([`d6362c6c`](https://github.com///commit/d6362c6c7a2c89eb3255533e2897b92ce7e3747e)) - GetEosAccount method cleanup.([`584dc44f`](https://github.com///commit/584dc44f271d83bfe769cfd484f62b0f5e618fe4)) - GetBlock method cleanup.([`2e1a4a1e`](https://github.com///commit/2e1a4a1ee40a6fba7b88c0a5719d0ff96cc5db6e)) - ProcessCmd method cleanup.([`57b6032f`](https://github.com///commit/57b6032fc9eb2647f13e0fef4bfa999ad044bea1)) - GetTransaction method cleanup.([`1a8f9719`](https://github.com///commit/1a8f971947da4843b5bb42d70a3ba14fda286513)) - Command error cleanup.([`1a61d22b`](https://github.com///commit/1a61d22bba1ce940745294575b757253f338cc8c)) - Improvements for create account methods.([`4bc9271b`](https://github.com///commit/4bc9271b823568a4277dea84b0a5ca5218942474)) - ([`df36dc89`](https://github.com///commit/df36dc89e9a8e027a0b04309c23780c2faa0e709)) - ([`40a20769`](https://github.com///commit/40a207695bd55d654ff5ee0f60232704865e7d65)) - ([`ce16a4b4`](https://github.com///commit/ce16a4b4616d703e8e9e92d95504e455cdf7eb0b)) - Bump version to 1.1.1([`da55177c`](https://github.com///commit/da55177c0fc618e49ff4c8acd953617c4072ef7c)) - ([`e9380e54`](https://github.com///commit/e9380e545b1eb6e13ff05e92191af1dd90437931)) - Consolidated Security Fixes for 1.1.1([`78aa3d1b`](https://github.com///commit/78aa3d1bde73f19db8275297fd9053bea0d0c7c6)) - ([`0bc24405`](https://github.com///commit/0bc24405d5e7efbea49a93fd2b999b97d70c493a)) - Resolve stalling producer schedule upgrade due to speculation([`f978fd91`](https://github.com///commit/f978fd91831acc7944c667cddbe27fd1d8bb8fae)) - ([`fb023b99`](https://github.com///commit/fb023b997dbc8bf50d676a645d01c6a5bc48130a)) - Extended_symbol compare([`90947665`](https://github.com///commit/9094766556c0003bc6e59b15dab5b6c2b82bf088)) - ([`a260c230`](https://github.com///commit/a260c2301611422eeabbba0337361da30b20fcef)) - Fix compiler warning([`4d48c20f`](https://github.com///commit/4d48c20fc07c91faa045eebf5a5fb8f5df81e41a)) - ([`51cadb6a`](https://github.com///commit/51cadb6a6508014eeab46024729b0efb1df3f2c9)) - Optimized block find. Minimized logging of queue size.([`446d31bf`](https://github.com///commit/446d31bfdb46d2085fc762ad6f62756d1ad92fa6)) - Optimize transaction update. Minimize logging.([`b6648732`](https://github.com///commit/b6648732e67673e6b9bf11b03366009756b55c66)) - Add logging with timing([`419a9259`](https://github.com///commit/419a92597852c8fc3231dc7d5fd2a7d8c9e22575)) - Insert correct document view([`bac2efc1`](https://github.com///commit/bac2efc19bd490fa933b2085ebd9bca5b1147849)) - Upsert accounts, pub_keys, and account_controls([`f00da2b8`](https://github.com///commit/f00da2b863745b572a7020f21553442c3ccd3af6)) - Update comment([`bb5a149c`](https://github.com///commit/bb5a149ca3d51258ec51b52f40fdb61f1fc11b04)) - Add pub_keys and account_controls collections.([`fad0546e`](https://github.com///commit/fad0546e8d255a01b272b83bf37f5811268e3a08)) - ([`702249f2`](https://github.com///commit/702249f2ec9306c36276e7d726c6d2c21dda32be)) - Fixed option/flag descriptions. GH #4554([`728fcd3e`](https://github.com///commit/728fcd3e89d958fdd08ee5e033bee91d3511b9da)) - Added option to write keys returned by "create key" to a file. GH #4554([`6967ee19`](https://github.com///commit/6967ee19162ad30c0c59a0db64a2d876f1f8bd12)) - Added option to write password returned by "wallet create" to a file. GH #4554([`7a9b2d9b`](https://github.com///commit/7a9b2d9b24e598d8bafc80d90e2fed497d023a0f)) - ([`2a876ddd`](https://github.com///commit/2a876dddce90228a2fa050623f1e114ffc581ef5)) - Increase listproducers column width to support R1 key([`bd7a2e26`](https://github.com///commit/bd7a2e26c4d94e1d8a0bcedde7795de72492c09b)) - ([`b4c2cedf`](https://github.com///commit/b4c2cedf8e9578e13c0822b74b0d9dcfd326893f)) - Fix memory leak([`87029c51`](https://github.com///commit/87029c51209038d4450efa6ba1c35fd2827c1ddf)) - ([`a4f7c6fa`](https://github.com///commit/a4f7c6fa295e2b1e74936c3609fa3e16cefbf79a)) - Added min RAM test to long running tests. GH #4812([`e4905fa2`](https://github.com///commit/e4905fa2f56ae8d9a5b9302adcefcf44257c0ab0)) - Added integration test to verify that nodeos will shutdown if minimum RAM setting hit and can restart with higher RAM. GH #4812([`a5487f73`](https://github.com///commit/a5487f73907c5d9c205e8a32504d9ee907369b49)) - Added method to check if the node's pid is still active. GH #4812([`40533090`](https://github.com///commit/40533090f6d350a923f29069a8883981e50a976b)) - Added passing in extra command args for cluster launch and passing extra flags for account creation. GH #4812([`b472d552`](https://github.com///commit/b472d552aeffcdae9aee9825adf30eed6324a57a)) - Added relaunching node with new or changed command line parameters. GH #4812([`fa9e8997`](https://github.com///commit/fa9e8997bc3e662bb7039b875f137b4d99e8dedb)) - Adding contract for miscelaneous actions for integration tests. GH #4812([`73436704`](https://github.com///commit/734367045e6467746b0e035d74db5246c7badc50)) - ([`1463d49d`](https://github.com///commit/1463d49d577a6948b2c50ae76f01a7a28accefde)) - Use cache when serializing action data([`e333c918`](https://github.com///commit/e333c9187976c87a10c5f877c36adf860a30a5e8)) - Add abi cache to speed up serialization([`fe211680`](https://github.com///commit/fe211680222a8dfe445e57114fcc484424746dcb)) - ([`7886bd77`](https://github.com///commit/7886bd7752dd87dc6875af97f9aea72b8e70ed0e)) - Fix spelling error([`8da78b4b`](https://github.com///commit/8da78b4bfc4953089c4a878ec5ae5f1b49260043)) - Fix problems with launcher scripts([`28cb4cd7`](https://github.com///commit/28cb4cd71bfc470e991173495385c16dc6ad68f0)) - ([`75635168`](https://github.com///commit/75635168e743c3e65bb6345a1eaedd905581e6b0)) - ([`5fcf2d2d`](https://github.com///commit/5fcf2d2ddb6bbd455b824c8d00082179feb1077b)) - Bump version to 1.1.0([`1f00d4fd`](https://github.com///commit/1f00d4fd9052a446af3aa0548dd8e2ae75bab696)) - ([`a1ecc7f6`](https://github.com///commit/a1ecc7f61c9689f39e2d25498a1b1dc46041d988)) - Remove additional generated doxygen files([`9bb376f4`](https://github.com///commit/9bb376f4e2c19b86c701988dbfa18c3b6d47ad02)) - Remove generated doxygen files([`63299a4b`](https://github.com///commit/63299a4bf6c92e808a647eb0ead130c0ee4db046)) - ([`aad0abb7`](https://github.com///commit/aad0abb74c81e8f85280cd0a68e620e25b5b15fe)) - Revert change to darwin used for testing([`fac7b74c`](https://github.com///commit/fac7b74c31e4718847935fd0682513643b2a87cf)) - Addressed comments for #4578([`fb49f5c2`](https://github.com///commit/fb49f5c29a52dbcede8d6ecaa3e2527c477d3f23)) - Change default to /usr/local/eosio([`f4ffc26a`](https://github.com///commit/f4ffc26a1e393f33a1542f45f1b1ea388f416ad5)) - Change default location and allow cleanup for old installs([`56776751`](https://github.com///commit/56776751f2766904cbbd24022b2fd2467d93af06)) - ([`659b96c2`](https://github.com///commit/659b96c239e11429d82cc78bf481ec302b8b13f8)) - Base speculation staleness on time([`397659bd`](https://github.com///commit/397659bd55532c943f21aa9d1df3f5f573ad70c4)) - ([`1f358648`](https://github.com///commit/1f358648d2ab61f348a4620965470c96b33294de)) - Remove irreversible mode for 1.1 release([`e4f2872c`](https://github.com///commit/e4f2872c5df154a3c941a83ade912c57ff93dbf2)) - ([`1c0390b5`](https://github.com///commit/1c0390b57b7e5aee75699c841cee6c055033d45c)) - Improve error messaging for invalid requests([`63174e3f`](https://github.com///commit/63174e3f42d1ddb10d2a788aa2d675fceef772db)) - ([`8644de77`](https://github.com///commit/8644de77757b1a07bf5193dc0580da67cfafcc95)) - Remove stale yml([`d36e36d3`](https://github.com///commit/d36e36d32aa94ffb114720f23bdfbbf67db4f538)) - Propagate IPC_LOCK and stop_grace_period([`35ec45e5`](https://github.com///commit/35ec45e5bf3ffe03424da9399ec966f1a9514389)) - Restore docker-compose-latest([`2612db68`](https://github.com///commit/2612db681a5edc4793bc8c0158f7ec11af1e1d6d)) - ([`d167a8a0`](https://github.com///commit/d167a8a0f484dada1a1850d8518f3067c8733eca)) - More tests that were managing state db sizes directly([`5f723df8`](https://github.com///commit/5f723df828226742a18015101ae8bc3120107542)) - ([`072045df`](https://github.com///commit/072045dff936903d76aaed0324aff1396614d065)) - Add guard for reversible blocks; change some documentations and defaults([`f585cf59`](https://github.com///commit/f585cf59418e3d553e2e986a493aab82cd95da6e)) - Set default minimum so that MiB input makes sense, make sure the chain database cleanly exits when exhaustion occurs in replay([`82b85edc`](https://github.com///commit/82b85edcdd30b7e4ecb34ad8d5d8bfb48acdfe05)) - Add guard track to database([`5e65029c`](https://github.com///commit/5e65029c56ec8d891160d7d15d5de1214e7e3539)) - ([`e76b95e3`](https://github.com///commit/e76b95e318b9562d9d938cc68e5f2191ccf2ace3)) - Default cleos to IP to avoid alias issues([`45e7525c`](https://github.com///commit/45e7525cd6ae27dbe0dfae9fa0e2b62189e64f9f)) - ([`1e2bf1ec`](https://github.com///commit/1e2bf1ec8271542445520748724eef4ad9c07f87)) - ([`8fe840b7`](https://github.com///commit/8fe840b752b2f5745388f0a8f5968c2b035849b4)) - ([`c91c120d`](https://github.com///commit/c91c120d07b36b0d95f0ff4406badb9abc372a64)) - Improvements to import/export reversible block database from @heifner's review of PR [#4680]({{ self::remote_url() }}/pull/4680)([`6e89755f`](https://github.com///commit/6e89755f3b3b14e129c806f71937074051765bff)) - ([`a6f8d42b`](https://github.com///commit/a6f8d42b5a1d4fc7dd87a1d83c8875b66e161df2)) - ([`668c2205`](https://github.com///commit/668c2205aa2093c989388dd0498af841f16b04e7)) - Upsert blocks and block_states to avoid unneeded duplicates([`daae4342`](https://github.com///commit/daae43420d1fcc5c3feb0bf548b289880663ea9e)) - ([`93a31326`](https://github.com///commit/93a31326895e2bed8effb24230d3356dd3f209a7)) - Missed cmake instruction to copy new pyton script. GH #4676([`33851979`](https://github.com///commit/338519797edc6ec4c7ed49541e39ab4346fa1cb9)) - ([`e80db56e`](https://github.com///commit/e80db56e5bfb776e475ff05774a580eb51c133b8)) - ([`2ac5209a`](https://github.com///commit/2ac5209a9149085e8499b28b7e14742c90a8c7f1)) - ([`82cb7729`](https://github.com///commit/82cb7729a4ae7c3995ebe65de8e50b18b9663025)) - Refine pull request 4410([`aa84de49`](https://github.com///commit/aa84de49e3cfd3d5cb0ee9d522876b719f6efeb4)) - Ability to change subjective CPU leeway #3122([`f2f7bccf`](https://github.com///commit/f2f7bccf06202f3941c765072e271afbaf797aa6)) - ([`ccaccbab`](https://github.com///commit/ccaccbabfa541adf604eedd6a0cf87aef7c82474)) - ([`e453f396`](https://github.com///commit/e453f396c617eb9c220378d6e98c978c3fe22f3b)) - ([`0b30f3cf`](https://github.com///commit/0b30f3cf0388fe6c4d506d9db3f357088e6cc565)) - 4368 subjective to disallow account to access extended cpu/net limits([`05c1640f`](https://github.com///commit/05c1640f7f1ed34425002286014cdd8ca7f8f6f7)) - ([`0896f447`](https://github.com///commit/0896f4472faa360dfee931bd43e45ae18b222230)) - ([`79e32d10`](https://github.com///commit/79e32d102166d26c18c753ad9caea640aa9f810a)) - ([`2a0b7762`](https://github.com///commit/2a0b77625c2be2b1125008b9824baa002f498397)) - ([`22f5bcaa`](https://github.com///commit/22f5bcaa53fe28c6de7f49715e92b4f00e29014b)) - Add --export-reversible-blocks option([`bffcac34`](https://github.com///commit/bffcac34f6db5468da7690991685cfd6e9b63430)) - 4635 fix delegatebw with buyram([`b046d005`](https://github.com///commit/b046d0057cbda0f079760bf06375068a6f948137)) - ([`130914c4`](https://github.com///commit/130914c40921f12b537afb0298f186d6602e717b)) - ([`e4082b13`](https://github.com///commit/e4082b1325ce5ef1124c40e385c6ab703d7a793f)) - Finish correcting signature of 256-bit secondary key db intrinsics; fix db_tests([`e84fe602`](https://github.com///commit/e84fe602c26afa7168d2c2e44433d5b3924cfa8b)) - Changes to documentation of db intrinsic functions([`b97edeb8`](https://github.com///commit/b97edeb8657a1051fb429b20a2422ca75ba1c520)) - Correct description of `current_time()` intrinisic([`10e88401`](https://github.com///commit/10e88401a6878018e3e23c417dacb31c6f8c9f9c)) - ([`670f30f0`](https://github.com///commit/670f30f016119d14dc9d369f608a423f80a44d36)) - Merge remote-tracking branch 'origin/release/1.1' into bnet-with-irreversible([`0c7c6e22`](https://github.com///commit/0c7c6e226a2e40db079551e66cfa0be64ab5119a)) - On_accepted_block_header and on_accepted_block merged into one handler #4468([`8268af25`](https://github.com///commit/8268af254e0d98d34ab97f9d38341de93afb1872)) - ([`a1cdb1aa`](https://github.com///commit/a1cdb1aacbf547a7140f0ab269657911deacb832)) - Merge remote-tracking branch 'origin/release/1.1' into yubihsm_wallet([`694b11c4`](https://github.com///commit/694b11c41f1168a24ba6a11db04c00cc50b7cdcd)) - Fix gcc build of yubihsm_wallet([`07c19390`](https://github.com///commit/07c19390a40b79b496da9177f48414c084bb3edb)) - YubiHSM 2 based hardware wallet for keosd([`a371d3c9`](https://github.com///commit/a371d3c97b92698dd305131a6ff02fa089e3aa9c)) - ([`ede9b25c`](https://github.com///commit/ede9b25c8f7b2e5526996337b0412a053b50de07)) - Remove ability to restore old mode of operation, this branch name is now misleading ¯\_(ツ)_/¯([`c96ba3d4`](https://github.com///commit/c96ba3d4b03df60c9be158168a4419b55851f883)) - Merge remote-tracking branch 'origin/release/1.1' into feature/add-enable-stale-speculation([`1782c445`](https://github.com///commit/1782c445ce1d23e8dd20fae6d5f80862d4d09697)) - Remove speculation when stale([`71f35f6c`](https://github.com///commit/71f35f6cda0597628cf2475fca21e7b71eb94d5d)) - ([`c879b6ad`](https://github.com///commit/c879b6ad72d4828332c70d9d76de16927f4f3367)) - Limit the time spent traversing scheduled transactions([`257badfc`](https://github.com///commit/257badfced872bac4bd56eb9fdfdf90c2fea0fa6)) - Remove reserve call that depended on user input([`284f7aa0`](https://github.com///commit/284f7aa0c0f0a07cfb9c51c32a819922785cba7d)) - Add abi_serializer_max_time appropriately([`feb62f21`](https://github.com///commit/feb62f216d82e26cf504c72afa2445a6f9851b5b)) - Merge remote-tracking branch 'origin/release/1.1' into feature/get_scheduled_transactions([`b3e344e6`](https://github.com///commit/b3e344e665697790f341d61bee54791e5b3cf46a)) - Merge remote-tracking branch 'origin/release/1.1' into feature/get_scheduled_transactions([`22151c24`](https://github.com///commit/22151c249da89e7876a0501f26068ae92accd345)) - Add an RPC endpoint to fetch the scheduled transactions present in the head chain state([`a5a78e2e`](https://github.com///commit/a5a78e2e1ae742d0c7df4183f4af036ee0c1a782)) - ([`a743c5dc`](https://github.com///commit/a743c5dc0542b40528d2ab9bfafb45a8e29084a2)) - Rename tokens to amount([`09b01634`](https://github.com///commit/09b016349cf5b01c6e0de7c58e2512f2ebf8e264)) - Buyram in kbytes #4427([`35b5ea71`](https://github.com///commit/35b5ea7146e48a42bd93ecc955d2be3dd70336d6)) - ([`67dbd1ff`](https://github.com///commit/67dbd1ffb71aee42beff0681bec30fce1724e695)) - Fixed magic number for pull request changes and minor cleanup. GH #3835([`7f68e08f`](https://github.com///commit/7f68e08fecaf4ee6d1bbac90cd64d278430dabfa)) - Removed duplicate code and corrected block number tracking for Pull Request changes. GH #3835([`0aebdf02`](https://github.com///commit/0aebdf02b3daacb04e0638e9706c5a9dd24a78de)) - Deactivating broken test. GH #3835([`eff72a80`](https://github.com///commit/eff72a8060638c0ddd69078b1ceff4316263768a)) - Added initial voting test. GH #3835([`9a0be100`](https://github.com///commit/9a0be100c8075d8970841232c47e57e7e8080dbf)) - Changes to common scripts for voting. GH #3835([`7f0a7cc7`](https://github.com///commit/7f0a7cc7c20b5582b97f65e425415a8412864e59)) - Added long running test. GH #3835([`79a59385`](https://github.com///commit/79a5938586ed08779caf9a43dad9783d43c83d99)) - Fix for watermark for voted out and voted back in producer. GH #3835([`a721626c`](https://github.com///commit/a721626c64b1aba29a1383b57a77834c16fdc653)) - ([`47b1c311`](https://github.com///commit/47b1c311ac411cb1e095d74af56e3e9251eeb0af)) - Update launcher for recent changes([`c15e2d0b`](https://github.com///commit/c15e2d0bc6b3322d3e8bc79a826fce993ce6c9f2)) - ([`ca2c3d48`](https://github.com///commit/ca2c3d48207c01eee916e305c58b58e0d8a69c83)) - Fix intermittent problem with duplicate transactions test. GH #4646([`9b98d490`](https://github.com///commit/9b98d490f44825cae56b36d3eb9bcf8f403003e5)) - ([`77957154`](https://github.com///commit/7795715437a2bbcac5d48eaab9d858bcc97029af)) - Merge tag 'v1.0.10' into feature/port-1.0.10([`84b2ff6d`](https://github.com///commit/84b2ff6d93bb9a6d83d5dd2d464e45e98f305c65)) - ([`3c6134c6`](https://github.com///commit/3c6134c68fa4d52df58955bc1a1475f7adbf3cfa)) - ([`0f3cc883`](https://github.com///commit/0f3cc88337f2c75d4b996bcea80078ec9390dd59)) - Bump version to 1.0.10([`c45373bf`](https://github.com///commit/c45373bf04305aa8e3dfcb6763cec5f943123e37)) - ([`749e0fe1`](https://github.com///commit/749e0fe19342d211cce5d9e73ed6f909cbaed683)) - Remove erroneous port omission([`61571183`](https://github.com///commit/6157118355c1acbd31b2c03b4a10c44840fd4efe)) - Relax restrictions on host name validation([`8dce3870`](https://github.com///commit/8dce3870174ff8dd5e494b5bd8cb66bf3ccdfc51)) - ([`ade6f714`](https://github.com///commit/ade6f714e767a438c7f32b19252c71a419dc1f12)) - Fixes for docker issues in 1.0.9([`48310002`](https://github.com///commit/483100023eb269ae98260a7223ebe151a6915e4c)) - ([`bb303247`](https://github.com///commit/bb303247ffe29b45b83b383f8da700859bdb93e7)) - Delete unused declare vars([`c955342a`](https://github.com///commit/c955342a1a9989bc4f57274fe13a25e40d4990a6)) - Add IPC_LOCK privilege and give container enough time to shutdown([`9d27c417`](https://github.com///commit/9d27c4175a6627350e3f82c2ece31e366c9f7e5d)) - Add IPC_LOCK privilege and give container enough time to shutdown([`01d8e700`](https://github.com///commit/01d8e7000d3f8c436574c9186673cfe5959098a4)) - ([`562fdddc`](https://github.com///commit/562fdddc1859e4d1a70d31f6564589740d125346)) - Refactor if-else statement([`9fd18c0c`](https://github.com///commit/9fd18c0c3838e1463769b0e69aa7e3c8e4734e1f)) - ([`982d41ab`](https://github.com///commit/982d41ab285a6f578ecd9e00a6cb2002fbbab629)) - Fix typo([`0a5a5f24`](https://github.com///commit/0a5a5f2450547b14e50604cd97ea6b374a001a9d)) - 4297 delegatebw with buyram([`51e3b13a`](https://github.com///commit/51e3b13a355313b8265821897bd37c23cfe0c3a3)) - ([`0f523fd8`](https://github.com///commit/0f523fd892e818241b19e31d2c5ed345eaffe1ba)) - ([`ffac2b16`](https://github.com///commit/ffac2b16f7b50da186d7b894e3c9c3a2e24a37fe)) - Add get_raw_code_and_abi chain api endpoint([`269c16d4`](https://github.com///commit/269c16d411a2a99354f7a1591ce4ce19ac156834)) - ([`9f92f821`](https://github.com///commit/9f92f821b97e2e207b184d9d37ff83638d447fa7)) - Emit irreverisble_block signal on replay([`e50df6d4`](https://github.com///commit/e50df6d47300c06780c0fdc5fadd348c2988caff)) - ([`180efb19`](https://github.com///commit/180efb19649d9b41bab85601546649ac67a0bc21)) - Add Debian build support.([`6e998750`](https://github.com///commit/6e9987505a97f0d86466e87f82dc3d05f56ef0c1)) - ([`fa441083`](https://github.com///commit/fa441083e28afd4659deea16c87a5bf1479c115d)) - Fixed typo([`ef0e32ca`](https://github.com///commit/ef0e32cac48ce1ba0070f70bfe02d6ac0dded2ed)) - Fixed typo([`7e6ad465`](https://github.com///commit/7e6ad465d7149c75dd3e97476289b3344fe67b8e)) - ([`610e1fcb`](https://github.com///commit/610e1fcb6e0bda95bcfce861917656fc2c7bf8d9)) - Fix merge issue([`f46dafa1`](https://github.com///commit/f46dafa122ed6a3909c1ca4975bdc2f714149dc7)) - Port 1.0.9 to 1.1([`6fb646d6`](https://github.com///commit/6fb646d6d16928015e71fd5b9b2ee2c9b89eef1c)) - ([`ef654aa3`](https://github.com///commit/ef654aa34c135e2023ca76871ddbcb07a91a1990)) - ([`c6c39236`](https://github.com///commit/c6c39236e61ec18c551edd756bf6822b0fad7da1)) - Bump verison to 1.0.9([`4e3d05a3`](https://github.com///commit/4e3d05a349ecc878ed499dccd213aaaa0e1a2fa1)) - ([`71ee626b`](https://github.com///commit/71ee626bb4b44ee465b02ee294975dc6bddff26e)) - Consolidated security omnibus for 1.0.9([`0a29de7a`](https://github.com///commit/0a29de7a896f5ca45cdba1f218d4e48d4aefa417)) - ([`9871ed6b`](https://github.com///commit/9871ed6b09f3483ec341dcea7733ff44c2fc8b0f)) - Remove rouge '0' from help text([`c20903d7`](https://github.com///commit/c20903d781487dce7632f5b4ec0e25b3eedbad92)) - ([`1a2c7b42`](https://github.com///commit/1a2c7b42a5ca908a17401c22d7d3e4f04bda564b)) - 0.1s not enough time for slow darwin test machine([`1a0a1fb3`](https://github.com///commit/1a0a1fb3f1aec25b0647cadb5add8d5674819577)) - Increase --abi-serializer-max-time-ms for slow test machines([`e25b3d09`](https://github.com///commit/e25b3d09e4eda05f58c1e4a6421d6c5b123724d5)) - ([`7e00004d`](https://github.com///commit/7e00004d4196abea69625114a53fe736279c1c14)) - Fix unit tests([`614c1e1d`](https://github.com///commit/614c1e1d1693d2a67f85f3bcaba75f9273ccbe04)) - Update FC_ASSERT for abi_generator and abi_serializer([`e27c3044`](https://github.com///commit/e27c304489428ea2a62d507dadf1125939ddb4a4)) - ([`39ed9f2a`](https://github.com///commit/39ed9f2ab6a6603c5c770f88c0ca58135bcc8bc7)) - Minor corrections([`3b8ce6d7`](https://github.com///commit/3b8ce6d712ba17a383e15ea93f38f69540f73dbd)) - Update "Getting Started" Link([`7864928b`](https://github.com///commit/7864928b3f143b87969231d6f1f939c84f18b8d6)) - ([`af75b789`](https://github.com///commit/af75b7891da87915f1f1f4203c0b4bbf148c1ba2)) - Vote function duplicate removal([`a025b364`](https://github.com///commit/a025b3649fe279642a39f28f6fbc8451b4c4fb72)) - ([`8d5dda51`](https://github.com///commit/8d5dda51e9efb879005f9eba0558ed94d879aac9)) - Special case onblock to eliminate log message on every block.([`23808090`](https://github.com///commit/23808090adf37e18d1876ea2d6a81148a3dfc9e3)) - ([`fa95fac7`](https://github.com///commit/fa95fac794cef5d26d0dcb380ac99b53afa7fec9)) - Abi_serializer is still using the old definition([`73d7f295`](https://github.com///commit/73d7f295644ddfe24e3f928cd7d127414f155fb7)) - ([`1d0b0eb1`](https://github.com///commit/1d0b0eb1fe131e72fe7430cf6cae6195710ede1d)) - Comments([`a5634ae8`](https://github.com///commit/a5634ae8c78c7fe3fb2285177bf76b144b92bf5f)) - Create multi_index require_find method, unit tests([`2b25c1ba`](https://github.com///commit/2b25c1baa31329e81aa5646471eb0c39817491f0)) - ([`7e3617ec`](https://github.com///commit/7e3617ec9c7ff9fc946f67a7def4461cc2dfde20)) - Address peer review comments. Better index position name handling. Remove unneeded Scope template params.([`529745c6`](https://github.com///commit/529745c66a80f4a7ff7305fe68f5b0f4e7416938)) - Add support for name key-type. Normalize index position to match what is expected by multi_index.([`921b777a`](https://github.com///commit/921b777aabdc6859c5fda0466ba5cc6eae52e86f)) - Renamed table options for index and key-type([`343034bd`](https://github.com///commit/343034bd81c9bcafc37b90bac35894582838d9a1)) - 3695 support multiple secondary indexes([`39bbd569`](https://github.com///commit/39bbd569dd43625201c20d0fbe51ca50e5156e6f)) - 3695 support get table by secondary key without modifying abi file([`5cec89f6`](https://github.com///commit/5cec89f653f8d99c0177426c75d4db2d2576ff75)) - ([`51c8cdae`](https://github.com///commit/51c8cdae0b612b487d5869087539633f9770065f)) - Fix setting of abi serialization time([`8d16a24f`](https://github.com///commit/8d16a24ffa294d7831d8108831af6a5a7d4e9563)) - Add abi serializer max time to calls to abi serializer([`01813884`](https://github.com///commit/01813884c33603917362ce1307183b928fe58b00)) - Change location of history_plugin.hpp to match other plugins([`8843f5fa`](https://github.com///commit/8843f5fa3664706b74fdb4ab4555dd6a1b46fb2b)) - Update location of history_plugin.hpp([`854af981`](https://github.com///commit/854af9819354e6b340d3425149e583c314b6dded)) - Remove commented code([`dcc4761e`](https://github.com///commit/dcc4761eb9221ae03ec4fa0a1cc2070d1a69b7bc)) - Pass deadline to abi_serializer::validate([`da55f4c2`](https://github.com///commit/da55f4c276d05a0cc5b9cc53e8d001115250ca87)) - Remove old reference to controller get_abi_serializer_max_time_ms([`e82f778b`](https://github.com///commit/e82f778b695b7913eea16008b711c7ba5164b8ee)) - Pass abi serialization max time to abi_serializer constructor.([`ae430b41`](https://github.com///commit/ae430b4184dbf0d06505874f2eae1289e8a25316)) - Use command line --abi-serializer-max-time-ms of chain_plugin for abi serializer deadline.([`2284d359`](https://github.com///commit/2284d35928562d6d4458cf44370aee37664ff06f)) - Use large abi serializer max time for client([`aa07f3bd`](https://github.com///commit/aa07f3bd2776fe31bcc691ca58e1648f0d67da36)) - Modify tests to have a 1s max abi serialization time for slow test machines([`3cbb676c`](https://github.com///commit/3cbb676ce5dc8f3122114c13d3df9cb799d44fc1)) - Remove storage of abi_serializer_max_time.([`ff52e99b`](https://github.com///commit/ff52e99bfa7d422c6f464e0cce868c12935f92c2)) - Remove storage of abi_serializer_max_time. Instead pass in value to to_variant_with_abi.([`e1306a92`](https://github.com///commit/e1306a924c22a52ec8dee11a9cc9499297d05294)) - Add missing requires for chain_plugin([`fe01e0f5`](https://github.com///commit/fe01e0f5e0662da87aa2a5e1985b73635c85d186)) - Add missing header file([`06290453`](https://github.com///commit/0629045303dd4818d8ce5a5ed6d70347920b7f4e)) - Refactor max_serialization time to be passed as argument instead([`ad2d0ed7`](https://github.com///commit/ad2d0ed75e8a754458febd977916f5b45b612f4c)) - ([`0f5c29da`](https://github.com///commit/0f5c29da8bd8548fad469722ba9a508285c72b96)) - Remove bad examples of FC_CAPTURE_AND_RETHROW([`665aad28`](https://github.com///commit/665aad28242081958569df17f2c6ff7f6f7ea536)) - Increase allowed abi serializer time since test machines can be slow.([`1f70f5b4`](https://github.com///commit/1f70f5b43e705a1ffe08be87af18eb26f0e1f4d3)) - Change FC_CAPTURE_AND_RETHROW to FC_RETHROW_EXCEPTIONS for those with invalid json keys([`e47f60e4`](https://github.com///commit/e47f60e421d580f180ac50381c06eed1ff453f36)) - Add json to debug output([`ffa24495`](https://github.com///commit/ffa244956037d7aff857e256ead6c628efd81eaa)) - Start consume thread on init to speed up replay([`c817b328`](https://github.com///commit/c817b32809fbdffcbfd50d3fef398c1156ff5768)) - Require --abi-serializer-max-time-ms([`459ded8d`](https://github.com///commit/459ded8d02075258ee5b2de7f2b1e04fc0c3bc47)) - Add better handling for non-utf8 in json([`358de402`](https://github.com///commit/358de40210a297e7dcdd37c720c09162e99d7a30)) - Add index for block states. Allow mongo logic errors to avoid bad json killing process.([`de579bff`](https://github.com///commit/de579bff5d8c4cea0420a168bc001969208abff1)) - Allow non wipe if mongodb-block-start specified([`8fb22168`](https://github.com///commit/8fb22168eca01949dca48930df1fefac2446d8d0)) - Add app quit on mongo exception to shutdown nodeos if monogd fails([`dfdae7fa`](https://github.com///commit/dfdae7faba5fbc0dab5f2287b9d063a12d70f3ce)) - Remove destructor log statements as logs may not be avilable here under some circumstance.([`a10e04f4`](https://github.com///commit/a10e04f476a074295d9d796a57953f0ec8743a82)) - Add initial abi used before eosio.system abi is loaded to match what controller does on chainbase database init([`55bb220c`](https://github.com///commit/55bb220c8751f75b7578520b45cc7b2aa3a5005c)) - Rm temp comment([`2b5a217a`](https://github.com///commit/2b5a217aaa26ebe2979ab1ddd17501188e687897)) - Dockerfile build success with mongo_db_plugin([`7adefd93`](https://github.com///commit/7adefd937cd0833ed5d2e82057209c6a5653f2a3)) - Added --mongo-block-start for storage starting at a given block number.([`8e7b8207`](https://github.com///commit/8e7b8207a46f13e28a49b5f569d1e474eef40600)) - Removed last of mongo stream api usage. Added better error handling.([`781707c4`](https://github.com///commit/781707c4d4ebdd1ca32d068398382f7de7083c8b)) - Modify sleep time as queue size changes. Added --mongodb-wipe option to prevent accidental mongodb wipe.([`9cc1aa40`](https://github.com///commit/9cc1aa4029edf7dca3cbeb7ee75ef11edbf33890)) - Updated deprecated bulk write calls. Removed commented out code([`fbae546f`](https://github.com///commit/fbae546f1ddbd98d9e90559a9dd22a4831626118)) - Better exception checks around abi serialization([`d72c8ed3`](https://github.com///commit/d72c8ed34260a46630733cb64a5fb074e8b86953)) - Progress on mongo plugin([`7ed5aba0`](https://github.com///commit/7ed5aba0201759ad5d463bf7cd8a45c65671e480)) - Add transaction_trace queue([`54ceaff9`](https://github.com///commit/54ceaff92b25f712bc86d150a93b910e6327cd90)) - Add actions collection([`170429bc`](https://github.com///commit/170429bcf03a608dc8cb8915e439dcad00001d26)) - Progress on mongo plugin([`79f98674`](https://github.com///commit/79f9867422cafc1d760fe35ca26c90e593097ea3)) - Add transaction metadata([`59e04197`](https://github.com///commit/59e0419716fde2512f9223ee1031d5f4ac0d2722)) - Add transaction_trace queue([`40db6666`](https://github.com///commit/40db66669f4a7228591c331d35d92e736007b787)) - Add transaction metadata([`b38d2707`](https://github.com///commit/b38d2707671e5cb9a5c9a18c3c3377db6b5d04be)) - Add transaction_trace queue([`39b8282a`](https://github.com///commit/39b8282a691b5bc04baa688f6df7174683a1e314)) - Skip shutdown logic if startup not yet completed.([`4f22c40e`](https://github.com///commit/4f22c40e889e0961a2bbfbb4b6860ef87cfde3e4)) - Remove destructor log statements as logs may not be avilable here under some circumstance.([`cf5552e7`](https://github.com///commit/cf5552e782c679c637e703bcca708d7f517dfe50)) - Follow through on review comments.([`2a481013`](https://github.com///commit/2a4810134aa440510e444cc6231ec5b30049cfb3)) - Add additional debug logs to validate test.([`28e9b3eb`](https://github.com///commit/28e9b3ebc75294986c724912a8bad488c511848f)) - Update MongoDB test and enable same.([`6f18dd35`](https://github.com///commit/6f18dd35b77057e0903ea892ca3e7943fa5f3d54)) - Rm temp comment([`0322af9b`](https://github.com///commit/0322af9be6c8e8b475283a0677ca5018985b0ccf)) - Dockerfile build success with mongo_db_plugin([`bb5669fe`](https://github.com///commit/bb5669feae7443adce4ad8592b90012af00baa13)) - Add better handling of native newaccount and setabi([`04cca1f6`](https://github.com///commit/04cca1f6eb014883abb7c26ab47ee0f6dcaf3647)) - FC_LOG_AND_RETHROW wraps plugin init std::exception in fc::exception. Added special return code and output for dirty flag exception when wrapped in a fc::exception.([`3baecfd1`](https://github.com///commit/3baecfd10d66daf82ef26c03b86557cdbad16d11)) - Cleanup log messages.([`22d4bbf6`](https://github.com///commit/22d4bbf6f6dc52c26960d75459e512b44882d2f8)) - Add cfa true/false to actions so they can be distinguished([`cb404787`](https://github.com///commit/cb40478785178e15ce7413dba036a2460e1d9c31)) - Added --mongo-block-start for storage starting at a given block number.([`f58ab830`](https://github.com///commit/f58ab830c0b0dfc79f30e0f0af8cee6b34183e75)) - Removed last of mongo stream api usage. Added better error handling.([`bde0b106`](https://github.com///commit/bde0b10621895f982041ba4c138326c8b6aa93c5)) - Modify sleep time as queue size changes. Added --mongodb-wipe option to prevent accidental mongodb wipe.([`05b92761`](https://github.com///commit/05b927612b8fe3757c0385d655fb70762e605b5b)) - Updated comments([`2ba160e6`](https://github.com///commit/2ba160e639c307c452b58a015e4feb7406a36412)) - Updated deprecated bulk write calls. Removed commented out code([`cbf1d24b`](https://github.com///commit/cbf1d24bcb376c52a09e993b9428e3de9e0573ad)) - Use abi_serializer to expand action data in block and transaction_trace([`e290cad3`](https://github.com///commit/e290cad34f7712e441015343c23c8f575034f8f4)) - Add actions collection([`7799c552`](https://github.com///commit/7799c5522c6069e585159cd1b9b215dc75467594)) - Better exception checks around abi serialization([`91cd54c2`](https://github.com///commit/91cd54c2f65a3d673de718a23b2a7ad93c64e8be)) - Progress on mongo plugin([`d2823809`](https://github.com///commit/d2823809bfcda3a277d69eeed71809c457a5f4ea)) - Add transaction metadata([`c7d666f6`](https://github.com///commit/c7d666f616ca914e01323027f7eaea2d4da48ea8)) - Add transaction_trace queue([`3efad161`](https://github.com///commit/3efad1618f7fbc65fe72219c67227ab564e04762)) - Basic functionality([`9b2e1c18`](https://github.com///commit/9b2e1c187eb430924702ff66d1711c6c5752a90c)) - Add actions collection([`51e495e1`](https://github.com///commit/51e495e133c8e9cd7cb4e48d3f5482a122e5045d)) - Better exception checks around abi serialization([`360c6d3b`](https://github.com///commit/360c6d3bdc11b163a1d1a9e8207c2bcb135424f1)) - Progress on mongo plugin([`1f83fc82`](https://github.com///commit/1f83fc822cf64e5c159c3cf0349ee0cc227357e6)) - Add option to get_signature_keys to bypass cache for calling from a different thread([`2c5a8209`](https://github.com///commit/2c5a8209e54ab72a179c66a16fae429c44637a80)) - Add transaction metadata([`94bd9aa1`](https://github.com///commit/94bd9aa11b684a53c05d680ab324ebac088c8fe9)) - Add transaction_trace queue([`d71b0e38`](https://github.com///commit/d71b0e3809595dcf2374a8257cc501a2aaea4f90)) - Basic functionality([`a6a41c5d`](https://github.com///commit/a6a41c5df973d1bcfb506d2c856012505d9a4fac)) - Add mongo_db_plugin([`969de19a`](https://github.com///commit/969de19aa820ce2aee6f1cea28e71153b247ed8c)) - Enable mongo_db_plugin([`a922757c`](https://github.com///commit/a922757cdcc9a8cf77d6de752467b94cfaa21657)) - ([`08c69ef0`](https://github.com///commit/08c69ef0d40d14047324d4ab26c202fa3d4e030f)) - ([`d61a3183`](https://github.com///commit/d61a3183914e9dc8e75cab6d507e153078e52d98)) - ([`2c07892b`](https://github.com///commit/2c07892b94db310a09b256e96445664ab0f5b797)) - Add _last_block_time_offset_us for 3043([`605c7c78`](https://github.com///commit/605c7c782859619f002bf00841f7621426b9aab6)) - ([`2d2ab422`](https://github.com///commit/2d2ab4226ccc2a87bede16214560a1f976a106e5)) - 4118 add CLI options([`02283d79`](https://github.com///commit/02283d7955092ff3c7a886761feede8ce21f6696)) - Merge remote-tracking branch 'origin/master' into producerlag([`0fe03fb9`](https://github.com///commit/0fe03fb95b97379f0bc9576b38603dfe804c4d51)) - 3683 add produce_time_offset_us to producer plugin([`a47e9180`](https://github.com///commit/a47e9180c056b8def843681860342853263b14c7)) - ([`0e4776a6`](https://github.com///commit/0e4776a6cb786db93cff5a90475da724a9b58092)) - ([`ab39f60d`](https://github.com///commit/ab39f60d2102aa88e670907e65e1f67a51ea6b04)) - ([`66576384`](https://github.com///commit/6657638441cd84bc8b1e50c1883308819475490a)) - ([`cc55ea59`](https://github.com///commit/cc55ea5945bf4a18faf4378dbfdc67c05eca6f9d)) - ([`e1d8056b`](https://github.com///commit/e1d8056bf3f842c93a1ef3884956637e1d20fbd7)) - Updated the exchange_tutorial script to use a new account name (tokenxchange) that will not conflict with any use of the exchange account that the user might have; and changed EOS to SYS([`5212e7d5`](https://github.com///commit/5212e7d5bec8336b895e5d6591772113296939d9)) - ([`38e7a078`](https://github.com///commit/38e7a07885fa3897550e079f0498bfb42a5d59a9)) - Replaced structs with auto generated structs via @abi comment.([`83c97073`](https://github.com///commit/83c97073988b354f33c4e9bfaffc4d3fa49e596c)) - Use bitwise AND instead of multiplication to determine winner([`ad728133`](https://github.com///commit/ad728133971627363602016a8ef5bb79c1bfdeb1)) - Fix tic tac toe unit test([`45822eb0`](https://github.com///commit/45822eb06da576c6f2760bea7629ff5083e867f6)) - Update tic tac toe contract to follow latest eosio framework([`8c45a216`](https://github.com///commit/8c45a21696bab84c8bc9115baf1cc58b88b03a49)) - ([`2f6963ff`](https://github.com///commit/2f6963ffaa0d7de9f867cd22b29d5e35cfb58274)) - Merge tag 'v1.0.8' into release/1.1([`50590771`](https://github.com///commit/5059077141678259aa05f453630740dc67d781df)) - ([`5875549c`](https://github.com///commit/5875549c955db2d0da05347d9aeb4c2fb5ecb898)) - ([`2dcde59a`](https://github.com///commit/2dcde59a0a7bb4fb7dc14a758f4dfd70467cc315)) - Bump version to 1.0.8([`dc9d41e3`](https://github.com///commit/dc9d41e3bc7027e6ea3c9b00718fe8613054b3fb)) - ([`9037496b`](https://github.com///commit/9037496b5726f3909b65e03ac8bc4efdb746e5a6)) - Consolidated Security Patches for 1.0.8([`af02ebba`](https://github.com///commit/af02ebba5d5797b6dcc2f06befcfc584b07dc75f)) - ([`7e74df6d`](https://github.com///commit/7e74df6d7b820dc23365e8bab020ac114cb04bde)) - ([`f2b35075`](https://github.com///commit/f2b35075ed75b7e8ee0ae9d7cab53b899b533c61)) - ([`8d69a6e0`](https://github.com///commit/8d69a6e09d0256d11c1a9029c0deb4fe5fee32b2)) - Update tester.cpp([`740cece2`](https://github.com///commit/740cece219298129d4c7ebd549f9b43fd91d8b83)) - Update tester.hpp([`a53efe7c`](https://github.com///commit/a53efe7c4663bcb2b34aa822c57e9c0befdd1dc3)) - Merge([`9c18ceb5`](https://github.com///commit/9c18ceb5dc442fa04e9bdc2c433566d6a2738fc5)) - Update eosio_build.sh([`7d4e37d4`](https://github.com///commit/7d4e37d4ddae61f73420cac9f0cb9c3ce36c3339)) - Updated submodule([`9bcf93fa`](https://github.com///commit/9bcf93fab0a7c9e810384af6fa691d059c462a6b)) - Updated tester to read wasm and abi files, and updated submodules([`3b65f201`](https://github.com///commit/3b65f201795fe995112c993153b5266939dab796)) - Install libs and headers([`00308d1d`](https://github.com///commit/00308d1d1676a79b79913bdd335d56b0146a1a37)) - ([`c3161af3`](https://github.com///commit/c3161af364762e81262bbd04579602294c83583f)) - More precise exception([`fb499c24`](https://github.com///commit/fb499c2417f027a05ed74469544d9906673a65e6)) - ([`27c8d173`](https://github.com///commit/27c8d173b78659e492a17a6faf9ca568accd077d)) - ([`b44a1385`](https://github.com///commit/b44a138571cad498a850b11065773a41ac5e9cc7)) - ([`0889e840`](https://github.com///commit/0889e840f4ed41e3e961c43b5eb2412842bb3bc4)) - Singleton fix([`4eed1d44`](https://github.com///commit/4eed1d449c62e25cd2a2d2c24808c286f4d55be5)) - ([`21e50ea9`](https://github.com///commit/21e50ea927992843f395223001ce61be3ac627ba)) - Show the linked action inside deleting linked authority error message([`5c477a17`](https://github.com///commit/5c477a17182679a82ad128adcf90d4a3d8208264)) - Add guide to deploying and using eosio.sudo contract #4142([`d86b30b4`](https://github.com///commit/d86b30b4c3a98bb6fc3c611f5afdba760d577c21)) - ([`34be89b7`](https://github.com///commit/34be89b7ac4e30ca42ada9b83fb9c6d64d15c8c6)) - ([`679addbd`](https://github.com///commit/679addbd711e47d5e6d6cf30c97da5f8476f0232)) - Relax abi_serializer limit for cleos #4395([`95fb08fe`](https://github.com///commit/95fb08fe6c9ccf8140775ad86810ac1837e53d3d)) - ([`3a88ef7a`](https://github.com///commit/3a88ef7a9b96684021800bc892c1192165fe8543)) - Fix --max-irreversible-block-age([`2eb718fe`](https://github.com///commit/2eb718fe286d08b9f85ffd42899fd1b0962919e5)) - ([`ddf4631c`](https://github.com///commit/ddf4631cad4077506add1386576b5985171a9adf)) - Missing $ in inline action error message([`92fec6a9`](https://github.com///commit/92fec6a9a551dc7018b5f9180ffc3a20c4eff793)) - Small bugfix #4249([`cbf37938`](https://github.com///commit/cbf379385872546acc483dd321ac0cec0b1f5953)) - Multisig transaction renamed to multisig proposer_trx, added optional parameter "proposer" #4249([`6837e463`](https://github.com///commit/6837e4632d290e2efd57cf7681bcd5dda1f4a86d)) - Some messages changed to go back to stdout #4249([`722927bd`](https://github.com///commit/722927bdad29b75fd62ddb35d592b67e147bc5f0)) - Cleos multisig transaction (bad naming, but allows keep cleos multisig propose), print diagnostic messages to stderr to get correct files when redirecting stdout #4247([`a3cf1dec`](https://github.com///commit/a3cf1dec0bb50861cb22d546ac4c2c7d2d616645)) - Implement eosio.sudo contract and add related unit tests #4142([`7a2f94e2`](https://github.com///commit/7a2f94e2119c8dfeb09038948013f584802d054a)) - ([`40ad609c`](https://github.com///commit/40ad609c224c5acd3152dc6db55639b4ee9e6bed)) - ([`d1660ddb`](https://github.com///commit/d1660ddb01555f4c561d7b8cbde8dcd48b385e8e)) - Enforce loaded checkpoints #3337([`b2166804`](https://github.com///commit/b2166804959c7018215c6ab095590171db377199)) - ([`1cae19f4`](https://github.com///commit/1cae19f47bac381d82a7fa90ec09a0fe72f49028)) - ([`81c5f9d0`](https://github.com///commit/81c5f9d070ce4ad4d001776e316693af8fed13a1)) - ([`63754c73`](https://github.com///commit/63754c73dc7f2e515e3e4b8657c84b36ef4a4e84)) - Update python command line for wallet import([`14999475`](https://github.com///commit/149994753404c8b9f88b70ecbd836875d6b5a106)) - Add more description to error message([`ac52d1ce`](https://github.com///commit/ac52d1ce431f313dbb0866709228bd28a580bda0)) - Secure entry for wallet import([`2c45606f`](https://github.com///commit/2c45606f044495be7508d461c5e61b79b1fc84e3)) - ([`ff4874e5`](https://github.com///commit/ff4874e5220af6052d3f285f6d919bc90fcbcdba)) - 0.1s not enough time for slow darwin test machine([`8111aaf1`](https://github.com///commit/8111aaf102a15b405a316a314609a6f7dcdf7ddd)) - Increase allowed abi serialization time for slow test machines([`9747f7b3`](https://github.com///commit/9747f7b3a062f404b9e55093ad93b87a8f6fece2)) - ([`2bb11ec4`](https://github.com///commit/2bb11ec4abc88b4b94f42f808bfd3087e6479b33)) - Add cleos sudo exec #4430([`0e429577`](https://github.com///commit/0e429577302c2524088d868f48a17bec658c7483)) - ([`670970a6`](https://github.com///commit/670970a67204a525193797add55707cd87366b70)) - ([`32b5dac0`](https://github.com///commit/32b5dac0123edbfcca0e9f0c23af09a4605ba53e)) - ([`95d26b11`](https://github.com///commit/95d26b113feebadc0aebc916c5ce4ae8b1a6a981)) - Merge remote-tracking branch 'origin/release/1.1' into login-plugin([`3b32916f`](https://github.com///commit/3b32916f66d2ae6cd5ada78e95c26da2a8fec6ca)) - Limit number of active requests([`a1ebf1c0`](https://github.com///commit/a1ebf1c0f5cabedb11162809a93583b06574be3a)) - Merge remote-tracking branch 'origin/release/1.1' into login-plugin([`084c9d49`](https://github.com///commit/084c9d49f9b579fc4c58e8f60b9a77acb36b8fca)) - Login plugin([`6cd8e858`](https://github.com///commit/6cd8e85854b77b0e02889e727b0cb29866191c0b)) - Login plugin([`e074c86f`](https://github.com///commit/e074c86f430e26fe6f816b1326cfd149f35072c3)) - Login plugin([`9918f75b`](https://github.com///commit/9918f75b997575b74753d8b551f8d3594c6cadf3)) - ([`f305253b`](https://github.com///commit/f305253b8d98a4c4b9bef4cf4c6b26687ecc5ad7)) - Get producer schedules #2278([`4dddfbb4`](https://github.com///commit/4dddfbb47d0089347f1d9df56b64fc84af17eb61)) - Get producer schedules #2278([`73ebd7c6`](https://github.com///commit/73ebd7c65c551a6b02ea6fd66854453b7dd9b8fa)) - ([`018e4010`](https://github.com///commit/018e4010a65f54649eb8013cb8923431bae0e4a2)) - Updated documentation with the new EOSIO 1.0 Testnet configuration([`2a6c90a2`](https://github.com///commit/2a6c90a27174fadbe6aa1adaecf32a15f6e42cdb)) - Use docker-compose-eosio-latest.yaml as default local test net([`c40a7831`](https://github.com///commit/c40a7831951271881168bfe0b6eb9d55f78653c7)) - ([`38558947`](https://github.com///commit/385589475ee48110a1e00659fe3d53d5f93e6961)) - ([`dfbf6ebf`](https://github.com///commit/dfbf6ebf8fccb30906ee21764ad7c0a19ab7e3cb)) - New FC_LOG_AND_RETHROW wraps plugin init std::exception in fc::exception. Added special return code and output for dirty flag exception when wrapped in a fc::exception.([`726ae54e`](https://github.com///commit/726ae54e6bc2622976b326e5968452e67e6f7069)) - Allow 0 seconds on set_timeout([`6ff5f6f6`](https://github.com///commit/6ff5f6f61f4d76d9fe4f789fa9a64eb5094d8d38)) - Add FC_LOG_AND_RETHROW to log errors in plugin init([`ff1117f9`](https://github.com///commit/ff1117f96d0019df875b413904245696516ae568)) - Add FC_LOG_AND_RETHROW to log errors in plugin init([`b99989ce`](https://github.com///commit/b99989ce4f3e10b807addfc23aaab0329a5cf6f3)) - Add check for timeout_time overflow([`68aeca33`](https://github.com///commit/68aeca339fa4330af8f83f1109bada5bec20d1c5)) - Add verification of positive unlock-timeout([`6ea5d7b2`](https://github.com///commit/6ea5d7b21e7ff4a8e26fa3ffa8c04bd7a6040f72)) - ([`71e4abbc`](https://github.com///commit/71e4abbc8e18b86b983998808b5ac4918c4fd0b1)) - ([`631e1c60`](https://github.com///commit/631e1c60b045c0353aab29913a356246b18d4525)) - More unit tests for PR4036([`6d9bca9e`](https://github.com///commit/6d9bca9ee38fac35206ac2dd4154545765789380)) - ([`765fcf72`](https://github.com///commit/765fcf720197271254cded0eb9efdbca4794c2bb)) - Changes as per comments in #3991([`478c5fc8`](https://github.com///commit/478c5fc817bf94cb07377bf20694bd71d4f18418)) - ([`f53c112a`](https://github.com///commit/f53c112ad733db20d005dccb2cd480e3ae513df9)) - ([`59b8fe7f`](https://github.com///commit/59b8fe7f86f1ae737df93665003cd14f0a01bab5)) - ([`ff001ead`](https://github.com///commit/ff001eaddd0305f52c055acb0cfd0c8a98aacc1b)) - Merge remote-tracking branch 'origin/master' into feature/3887-get-transaction-missing-handling([`d458b8b5`](https://github.com///commit/d458b8b5000979df5c6c232774e829fe0f228e89)) - ([`e549ced8`](https://github.com///commit/e549ced8cc45f079b8b108657853e181d4d8c52a)) - ([`cea584d6`](https://github.com///commit/cea584d6715ba4ac830e850161e686fb3ad015d6)) - ([`e4e47dab`](https://github.com///commit/e4e47dabdba796a91f1fa3533d6fc9736338c110)) - EOSIO/eos#3887([`0ef890e0`](https://github.com///commit/0ef890e0c711f66469d89d2f61e67cc9949b40d0)) - ([`a4e1e34a`](https://github.com///commit/a4e1e34acc1c7d728607d13169d3b86172b9a7b4)) - Typo fix([`8102a8a2`](https://github.com///commit/8102a8a23c54fab949385d0c52a086d25f54e0b9)) - Typo fix([`f84ed013`](https://github.com///commit/f84ed0137bd66a883f1e910a1a7046892561c8e5)) - Typo fix([`de27f298`](https://github.com///commit/de27f298a0d740ab42620c5b60ebd6435e6b4a6a)) - ([`2bddb397`](https://github.com///commit/2bddb397d8b2c2c743cc1cc98d856723840c298d)) - Remove applesedemo([`a587d64c`](https://github.com///commit/a587d64c320d9d279a70f786d155cfffe7d5c580)) - ([`d3eb2935`](https://github.com///commit/d3eb293574219295b3a8214db68d18c13c3fd741)) - ([`e1d85e13`](https://github.com///commit/e1d85e13c5830cb866ac521474367292512007dc)) - Update to fc library with ISO logging timestamp.([`43cd1abc`](https://github.com///commit/43cd1abc26aa42f0bf86a64b7893f85c79187e49)) - Temporary change reverted #4196([`33575cf5`](https://github.com///commit/33575cf523c313a5239a3e8c11d713f580860eb2)) - Dissallow bnet_plugin in case of irreversible read_mode #4196([`194bcffb`](https://github.com///commit/194bcffb91cac3831cba95e4418aaee21adda73c)) - Head_block_id -> fork_db_head_block_id in bnet_plugin #4196([`6798348c`](https://github.com///commit/6798348c774b9b358e637a37eb2a6308696b76b8)) - ([`f1c49ca7`](https://github.com///commit/f1c49ca77ebeb61a141a20f16daf777b0fa0b02f)) - ([`505cc3aa`](https://github.com///commit/505cc3aa7f04bf2027b04032b9bcac21e071ff7a)) - Add boost to wasm include_directories for code insight to work([`03997b4a`](https://github.com///commit/03997b4abbce596df76ef4dde5ed5555e3a5e398)) - ([`fc6b290f`](https://github.com///commit/fc6b290fa9f595b59b18e1c420b9e2097282762f)) - Fix genesis path in launcher([`2c24a8be`](https://github.com///commit/2c24a8bec1dacb9d8b7e65ad9ca793192bca711a)) - ([`6759c79e`](https://github.com///commit/6759c79e4acbde26ee1d4565c93e830902ead151)) - Support for removing keys from SecureEnclave wallet([`fa9c4952`](https://github.com///commit/fa9c4952195a4903af28822558cbc4b04af5eaa4)) - Only enable Secure Enclave on hardware that has it([`1708c759`](https://github.com///commit/1708c759dbb912ae2bbdcd7a124b23edfc40bd44)) - Stub remove_key support for se_wallet([`0092b4ff`](https://github.com///commit/0092b4ffbfdbc563199227ed2071e181e1488bf1)) - Clean up the conditional password prompt for SecureEnclave([`013ce6c9`](https://github.com///commit/013ce6c9c836fdb8f2a79edc4a92c2713d0c8049)) - Merge remote-tracking branch 'origin/master' into se_wallet([`4c1a3068`](https://github.com///commit/4c1a3068116054deff5f6eebf689bc45cd86cf7e)) - Secure Enclave wallet support([`9e07a150`](https://github.com///commit/9e07a1505082e17660837d98acb4e3e53d7a4a12)) - ([`5a520fb2`](https://github.com///commit/5a520fb2b761d7f70a750f487318bb3b407c8078)) - ([`e9ad34e6`](https://github.com///commit/e9ad34e671b15ee085ddbcd7ec717b27da14858c)) - Update launcher boot script support([`a54a35d4`](https://github.com///commit/a54a35d44785e8aa73509dd791075b598c9a3208)) - Correct controller termination in case of read-mode=IRREVERSIBLE, unit-test for irreversible mode #4196([`ba01fe03`](https://github.com///commit/ba01fe03e22d44f0f1b6d2d54616ad1de22b2bd7)) - Return head block from fork_db via RPC, emit signal after irreversible block was applied #4196([`5e379958`](https://github.com///commit/5e3799585b5aa0dd1d088d3712da0cb1a5631ec2)) - Net_plugin now uses fork_db's head block instead of controller's head block (they are different if read-mode=irreversible) #4196([`c61b26f3`](https://github.com///commit/c61b26f38be56dd66a5c1ae35a9220546fd7c92d)) - Explanation of read-modes added to nodeos --help #4196([`a2d71b66`](https://github.com///commit/a2d71b667b71ca8e61baf772239476bb2520819d)) - ([`904d3684`](https://github.com///commit/904d368484034883a7134659b37276692d9abdab)) - ([`db7b7896`](https://github.com///commit/db7b789622e9fda6d2cdc850818f95146962540e)) - ([`3d31088d`](https://github.com///commit/3d31088d6521907b3714e20e0d73da710423f9bd)) - ([`90fefdd1`](https://github.com///commit/90fefdd12a4797e47890910f11dd7b60f1435ed4)) - Bump version to 1.0.7([`f411ebe4`](https://github.com///commit/f411ebe47b9435931ea68895847d4e95584f9830)) - ([`74c6c27e`](https://github.com///commit/74c6c27e9555aa093355625fceba86f2a072d9b9)) - ([`3dfd627a`](https://github.com///commit/3dfd627a2cf7f4cb512c1428449a97722e5cab92)) - Add R1 public key for cleos set account permission([`3df457c1`](https://github.com///commit/3df457c1567c57388a06b116a8a67ea337972017)) - ([`905e7c85`](https://github.com///commit/905e7c85714aee4286fa180ce946f15ceb4ce73c)) - Consolidated Security Fixes for 1.0.7([`7eb1b84d`](https://github.com///commit/7eb1b84d95d74a9429fc2d9a0684625894553a52)) - ([`0b046bfa`](https://github.com///commit/0b046bfa26478105247d35b439a449831bad42da)) - (chainbase sync) more msync & print enviroment diffs([`8ead8801`](https://github.com///commit/8ead88013f15367f9d0a92f18119ad99538bc165)) - ([`d7a6fd10`](https://github.com///commit/d7a6fd10ac0ab34595068f339f8b3d24a06f1db3)) - Unit-test for staking to other users (should not use pending refund), do not allow to delegate to self with transfer=true([`5d03b76c`](https://github.com///commit/5d03b76c2eceb76e9fd1281a248a1aee3f72574c)) - Delegatebw to another account should always pull tokens from source's liquid balance([`29ea9034`](https://github.com///commit/29ea9034fccb8355e3ddf03cf1887154708da1f3)) - ([`4244a9bc`](https://github.com///commit/4244a9bc88b52839a752c1a97beae30681d569df)) - Add eosio_system_tests/bid_invalid_names to test restrictions on name bidding([`9fb60d23`](https://github.com///commit/9fb60d2392956fa2ceec77a3c1a5d8f35ff7fefa)) - Prevent name bids on invalid account names or on account names that do not need bids([`562e82fd`](https://github.com///commit/562e82fd329832c40437fd3893c8776380ad7c0f)) - ([`91d7a84d`](https://github.com///commit/91d7a84da98a61fd50dd3ef57bb8f46cc15dbbec)) - Sellram should only succeed if there is a guarantee that the user will at least get some tokens back after the fee is deducted([`3c8fd77d`](https://github.com///commit/3c8fd77d18dc6f1925908b0867892cfb7ed365e7)) - Don't execute on-block for speculative blocks if read-mode != speculative #4196([`b0065fa6`](https://github.com///commit/b0065fa6889c63ad681db4db3f552ed880b27342)) - Read-mode = irreversible #4196([`ac64a14f`](https://github.com///commit/ac64a14f27e7b43a8a9d1e345c6df04314a026e6)) - Unintentional change reverted #4196([`4a8eead7`](https://github.com///commit/4a8eead7dfdf259a44b3bacad7ae1bb37b109995)) - Gcc compilation fix #4196([`41e91c95`](https://github.com///commit/41e91c955aa0e1f1f0f184c9fdc80af976f6a154)) - Compilation fix #4196([`2ca54a87`](https://github.com///commit/2ca54a873acb8199583842e48e88f7b0c293127d)) - ([`87ee39c6`](https://github.com///commit/87ee39c68497842706fc47694b13af957e8d15ab)) - ([`7b471e3d`](https://github.com///commit/7b471e3dca6347b2485f615db3bb5565921d0982)) - ([`79651199`](https://github.com///commit/796511999b46063640396e9cd691a5262bab8207)) - Update version number to v1.0.6([`4cc36c7b`](https://github.com///commit/4cc36c7b776e69819de39f1fd41a017e6e07ad05)) - Consolidated fixes for v1.0.6([`5bd895b5`](https://github.com///commit/5bd895b5db571baece19876a61f96a11a34c20d6)) - ([`385387ad`](https://github.com///commit/385387ad0086f13acd9f68a0f40fdf6464733faa)) - Fixes to buildkite scripts. Add missing backspace & increase timeout.([`ffdeea85`](https://github.com///commit/ffdeea858bef6737b902348a7abebbd5da52040e)) - Fix spelling.([`36066d35`](https://github.com///commit/36066d35267519e532c8a78fc62341d151c73ae8)) - Add label to ctest tests. Create long running tests build kite configuration. Test script fix to properly handle wait method return value. Compute block finalizational timeout based upon producers cout.([`8a3e8a20`](https://github.com///commit/8a3e8a20fcc51f306771d22319b0a0c68ab1e981)) - ([`84fd2a61`](https://github.com///commit/84fd2a61ca109f2cc934f1db344a00fa98be122e)) - ([`045230db`](https://github.com///commit/045230dbdd3ab05169512ed851d33b3aebe08f15)) - ([`f0faeedc`](https://github.com///commit/f0faeedc913b6d9fd04085522ec7c7bf51186488)) - ([`6f73a14a`](https://github.com///commit/6f73a14ab775312d0f3d43a01dad6801d9eb06da)) - ([`626edd35`](https://github.com///commit/626edd359b08c57dcebc02084fd51cc56e841e83)) - Changed notification wording for mongodb confirmation([`41fa2847`](https://github.com///commit/41fa28474d4853174a662397895219565745873c)) - ([`a7fa9e0e`](https://github.com///commit/a7fa9e0e2b25591a7b1737e3f314324b0e26ec30)) - ([`efc64a88`](https://github.com///commit/efc64a88f307926a5f04cbc98293262c38e04c6e)) - Cleos bugfix: use --max-cpu-usage-ms parameter instead of --max-net-usage for cpu #4259([`7cf4c898`](https://github.com///commit/7cf4c89835065a7e82a9e7e8635a5cd20da9957a)) - Allow read_mode=head only for non-producing nodes #4196([`9e701c70`](https://github.com///commit/9e701c70acd8d55218b0b619b4baac38420f46b9)) - Revert producer_plugin.cpp #4196([`c5e28998`](https://github.com///commit/c5e289983bc058b88d5a4b381b5d53c90748cf5f)) - Code for handling read_mode=head now in controller #4196([`4a951fc9`](https://github.com///commit/4a951fc950c35af114236d55d563d92fd9169db1)) - ([`1b5ea6ba`](https://github.com///commit/1b5ea6badae3a18443e1975ca1fe5485270723d3)) - ([`8e2fd2aa`](https://github.com///commit/8e2fd2aadc6c16950dc88adbb274dd7d9b970dc7)) - ([`740a2c29`](https://github.com///commit/740a2c29bfe9fcd282bb84e1ef5c330658302ab5)) - ([`9b3f4a70`](https://github.com///commit/9b3f4a70a8a3a89a479e50ba86062fd60d4c7b15)) - Small bugfix #4249([`94743cb4`](https://github.com///commit/94743cb47cffc0e86936de7cace7e8b4f01bbc4f)) - Multisig transaction renamed to multisig proposer_trx, added optional parameter "proposer" #4249([`efa3ddff`](https://github.com///commit/efa3ddffa4c1e8007b3854d66876b40061dcffc5)) - ([`914cb0fc`](https://github.com///commit/914cb0fc8c4a190cea4655d2e9644461fc640a04)) - ([`ce1d10bc`](https://github.com///commit/ce1d10bca873c7f5d3e8b1e235378c52241e9bcd)) - Some messages changed to go back to stdout #4249([`d2d18ccd`](https://github.com///commit/d2d18ccde720f7862c28bcd6ab8a00eb9b38f142)) - Cleos multisig transaction (bad naming, but allows keep cleos multisig propose), print diagnostic messages to stderr to get correct files when redirecting stdout #4247([`f2c59262`](https://github.com///commit/f2c592627b99c1e657f1d6d9275d59c352281559)) - ([`9be76951`](https://github.com///commit/9be76951fdd42263e8ae36b6ea17ea5dce23caa5)) - Explicitly resolve localhost to IPv4 address to use as listen address for keosd #4249([`6330f641`](https://github.com///commit/6330f64195a5d8fd8521a4b42b4e8df640962d47)) - Unrelated change reverted #4196([`8d4e83e4`](https://github.com///commit/8d4e83e4f57b36c625e3ea8c98e5cf2eacd84d5b)) - Parameter name changed to read-mode #4196([`701bd9b4`](https://github.com///commit/701bd9b42979d93ca798fbd8a695a0123b54cb2d)) - ([`778bd175`](https://github.com///commit/778bd17532aeea8fe57dea370b8b347c482d8a51)) - Revert speculative state draft #4196([`bcf44983`](https://github.com///commit/bcf44983515407c4493347e720b8da8ff6c8965f)) - Update chainbase to get environment details printing([`fbeec716`](https://github.com///commit/fbeec716b696e186a72e610dc1c82cbaa3622095)) - Merge remote-tracking branch 'origin/release/1.1' into import-reversible-blocks([`b8f0aaf3`](https://github.com///commit/b8f0aaf31df37cc8416b84b0e7a2e8a9243700c1)) - ([`18244cb2`](https://github.com///commit/18244cb253e67f6ff37e30df9e0ff370adf7987c)) - Upgraded MongoDB C & Cxx drivers([`87d21f3f`](https://github.com///commit/87d21f3f9a446af8fd036371b770048e716616cd)) - ([`d95f580f`](https://github.com///commit/d95f580f48d9c2c4c88df8f92ee56e6a5a5bfd42)) - Updated version check for mongodb cxx drivers to check in /usr/local/lib64([`7a1dfec5`](https://github.com///commit/7a1dfec5606e70fe7a6016326dcc5881a5c0801e)) - ([`2b2c35e1`](https://github.com///commit/2b2c35e165aa494993947d580d2b828c7647f372)) - Fedora: updated version check for mongodb cxx drivers to check in /us…([`b7f72270`](https://github.com///commit/b7f72270f66d73c2e5d7e5a4c5b9afa95507d469)) - ([`feea5dba`](https://github.com///commit/feea5dbaff8fb770b2f28eb793442360bfa9d3c5)) - ([`5a5ba78c`](https://github.com///commit/5a5ba78c09edeb72b6b7091ce574854a7d42b957)) - ([`8cd0fc3d`](https://github.com///commit/8cd0fc3d41bb470aae004589aa8d179916d0d16d)) - Print basic system info at start of test.([`c7eee1d7`](https://github.com///commit/c7eee1d76ebcf560eb0fbf8ec25fc052b3e50578)) - Changed mongodb driver versions and compile settings for cxx version 3.3([`77211f99`](https://github.com///commit/77211f999d137d29e91f3266083bbf59b07e56a1)) - ([`ad1d2eea`](https://github.com///commit/ad1d2eea9f8ae0a53f459d4370167ef4c4ad3d10)) - ([`b46dfbd7`](https://github.com///commit/b46dfbd730eeb752c143c260a300e2d574c4fa34)) - ([`874f6484`](https://github.com///commit/874f6484250f4314ed3b7e839498f893e594d316)) - ([`bbce3d90`](https://github.com///commit/bbce3d90d6ce926e4d1590b86cecb57639552e86)) - ([`fe71b6c5`](https://github.com///commit/fe71b6c5ff6f09be65cfaeb1fe0c69736d8a8082)) - ([`fd09a59e`](https://github.com///commit/fd09a59e9d27bb09604abb4fe0014fd63a2fe3b6)) - ([`1dad8918`](https://github.com///commit/1dad891822f148590e2fc3ac5a7e32b51e23c415)) - Remove account references([`4c1973b9`](https://github.com///commit/4c1973b9cf881f320d66f63af484caa5b7fd2dc3)) - Restore master/Doxyfile and remove test config([`ffdae6de`](https://github.com///commit/ffdae6de280e744e0df011dd6f5e17a397de589e)) - Add struct flags([`92730d13`](https://github.com///commit/92730d138342b4c9dc16bf2b7531b2d21a2077be)) - Document symbols([`864c4dcc`](https://github.com///commit/864c4dcc32ed5249b143adf8ba86c5db5a706ea6)) - Revert "update doxygen"([`7d48cd00`](https://github.com///commit/7d48cd00f2222e24ccd8a8d45f6bdcbb3b77778b)) - Annotations formatting([`aca90a29`](https://github.com///commit/aca90a2912777df45e6893685c18f24e527c1dc7)) - Update doxygen([`d255ace3`](https://github.com///commit/d255ace31cd698ee2b03c997699572bd1b136308)) - Missed conflicts([`0e5a11f5`](https://github.com///commit/0e5a11f5b3fc390eba30249df0002774f581771c)) - C++ SDK Documentation (resolve messy merge)([`a126b777`](https://github.com///commit/a126b77711f37c232640e40d5f382258b972a146)) - ([`10777497`](https://github.com///commit/10777497f56920e7d0606084b916b2ac76c9b9b6)) - Volume 1([`3803e6ca`](https://github.com///commit/3803e6ca2bb8127e42ff5479b025a028852f257c)) - Merge remote-tracking branch 'origin/slim' into doxygen-cpp-sdk([`80bc9a27`](https://github.com///commit/80bc9a27272a0813f4a67919202339ec8170b24a)) - ([`3def96ad`](https://github.com///commit/3def96ad44aef168276570375c4cd2a70a85b67a)) - Add additional explanation([`43f68d81`](https://github.com///commit/43f68d8109a355d29681ba4a8bf6b12fc56fad94)) - Remove account api since it’s not usable anymore and add visibility to crypto api([`aade9df6`](https://github.com///commit/aade9df613cbe5e21b718555dee8f9421333972d)) - Add pre and post for some C API([`6fc5973a`](https://github.com///commit/6fc5973aa9c586b458416136cbce8eefd150b772)) - ([`89a8030d`](https://github.com///commit/89a8030dd94721d9141726a9f6502a33861657fd)) - Tidy up documentation tree([`43205667`](https://github.com///commit/43205667a0cfad3338d8d86a508c53d98bce398e)) - Add remaining documentations for Smart Contract API([`0ad064c2`](https://github.com///commit/0ad064c2eda244a4e3362d4ccf01da1ec8556a81)) - ([`4ec84d58`](https://github.com///commit/4ec84d58b63421ee06b423a70b9ec7ff1ada681b)) - Add docs for console c++ API([`50af2ed0`](https://github.com///commit/50af2ed0fc5aabc44946a8ab30e7edf493b4a117)) - Add docs for privileged c++ api([`fa736dec`](https://github.com///commit/fa736dece9c9938e0cf392214839abee4ff6fc65)) - Add docs for memory c++ api([`4e7142cd`](https://github.com///commit/4e7142cd78a839c8fda83f931ba6c0e81f56970b)) - Add docs for dispatcher([`e8dcd128`](https://github.com///commit/e8dcd1289c2ec972ce61cd24c28c5febf4976eae)) - Add docs for some smart contract types([`3a6b9936`](https://github.com///commit/3a6b9936c93dd0ae8fa8f9c17452031e628ed33a)) - Add docs for transaction C++ API([`4c9347af`](https://github.com///commit/4c9347af15bf5866a04fdec34dde2ae58dec48fb)) - Add docs for singleton C++ api([`1ba121e9`](https://github.com///commit/1ba121e98fd9aaa4b273d3e42da1031c0afeea8d)) - ([`faf06d05`](https://github.com///commit/faf06d050200b4972cd1fc06be7c9d1a2e50a4dc)) - Fix details not showing properly([`ff46ec1e`](https://github.com///commit/ff46ec1e956ebfa6946ca998ad2603362e8c989c)) - Add documentation for contract and data stream([`0b186a5d`](https://github.com///commit/0b186a5d980fea615aad07d9b26e3f4a645606ce)) - Add documentation for action and asset c++ API([`56aebe23`](https://github.com///commit/56aebe23b4432ed261346eaeb9987009108dd45a)) - ([`322a75f3`](https://github.com///commit/322a75f3c96701bfc60ac03862596e3fbd066a9f)) - Fix warning in transaction c api docs([`a115eb61`](https://github.com///commit/a115eb6186eed547e9dc2a5eb6a718f1aacc1bac)) - Tidy up db c api docs([`e1ad7dfa`](https://github.com///commit/e1ad7dfaa1485f97f67ad003e0f5b66816fc3b48)) - Complete missing docs for DB C API([`c7a88d1a`](https://github.com///commit/c7a88d1a7dbd559a0820db8639f6ecbfc0bf0798)) - Complete missing docs for privileged C API([`57199067`](https://github.com///commit/5719906759fe5be3d8b8d955e1c9c9ffd5ff949c)) - Split multiple return value([`5421d6f7`](https://github.com///commit/5421d6f7a14b91d81c906b738f70fa3fab6785ef)) - Documentation for compiler builtins([`d73dd2c5`](https://github.com///commit/d73dd2c5c85149582f926e178767e90fd74148d9)) - ([`65760114`](https://github.com///commit/65760114031e39f0ca0e97455f6c24fd96ff5a50)) - Update precondition([`ea404e35`](https://github.com///commit/ea404e35c23cb9fc4d7daddf01d1e46c7e095b18)) - Double check existing examples and complete missing params([`64799e0a`](https://github.com///commit/64799e0a49f98ea0b5f584d7f16028811c4e5902)) - Tidy up existing multi index documentation([`49986170`](https://github.com///commit/499861700d7a98ba6144958ef98ef4dff5b48f82)) - Add some explanation to multi index([`8a92bc4b`](https://github.com///commit/8a92bc4bd7a4d2e82a8131d94e556272f0b41cf1)) - Add missing example for rbegin, crbegin, rend, crend, iterator_to, modify, and erase([`82297cfc`](https://github.com///commit/82297cfcb467a4b8267af0e6311d48339a976d94)) - ([`8f4a5b36`](https://github.com///commit/8f4a5b36102b2e75ee315f53741198164178cc72)) - Added doxygen comments above functions([`a710354d`](https://github.com///commit/a710354d7dafb1fc1ea6ba49c18ddb2c3244302d)) - Added doxygen comments above functions([`9ae23185`](https://github.com///commit/9ae2318544d749e6344b3457b983016ce346a05c)) - Added doxygen style comments above each function([`6097c43b`](https://github.com///commit/6097c43b914e07f1847b9bafa57edb9541417df8)) - Adding doxygen comments above functions([`dc49dbed`](https://github.com///commit/dc49dbed97fde98de43ffb42d6a2677ff331dcdc)) - Added descriptive information to functions([`6c9ee97b`](https://github.com///commit/6c9ee97b07db75d288e1e039b4ce97d5dc110cb4)) - C api docs([`88528673`](https://github.com///commit/88528673033a80f3d22d22ffe94b408a238f0aad)) - Changed mongodb driver versions and compile settings for cxx version 3.3([`41c79bfe`](https://github.com///commit/41c79bfe075863c349a03421c60526d4ba3e4adf)) - ([`18f2911d`](https://github.com///commit/18f2911df5b372d9ca29ac39a24890e750e653a4)) - ([`c3b7b00b`](https://github.com///commit/c3b7b00b6cc4b652978155890b706a8b38121e35)) - Changed mongodb driver versions and compile settings for cxx version 3.3([`2b31e81c`](https://github.com///commit/2b31e81c37c0299392de28c2ccca9ec3c01f3ac9)) - ([`f2b3fae3`](https://github.com///commit/f2b3fae343bd37f45900668e9421548ced6ed234)) - ([`8af952da`](https://github.com///commit/8af952da42693a3d89baa770f355bc8b2e5b94dc)) - Changed mongodb driver versions and compile settings for cxx version 3.3([`8f232d8c`](https://github.com///commit/8f232d8c73dbc166674cc0ea93d5eab16ab31bac)) - Merge remote-tracking branch 'upstream_eosio/master'([`61e17686`](https://github.com///commit/61e1768692e5fa6ecfffc296952476d69bda9d6e)) - Darwin; reverted changes to mongodb code in darwin build script([`8367564b`](https://github.com///commit/8367564b7be834695ad55206a79f3b119b90fc74)) - Changed mongodb driver versions and compile settings for cxx version 3.3([`c3d186a8`](https://github.com///commit/c3d186a8cf4d9428a36d386088abaddacb48be57)) - ([`774cb582`](https://github.com///commit/774cb582f33c536313ec6bd5cc9b937f6ed10a1f)) - Use v3.2 of mongo-cxx-driver([`81f997fd`](https://github.com///commit/81f997fd980dd0ffcecdd707898ed9adf0179d57)) - ([`a6165d4c`](https://github.com///commit/a6165d4cc388b5f18712785d229f4bdbd5302d34)) - ([`fd70f29c`](https://github.com///commit/fd70f29c4b29de479ae2652a37105cdb64813992)) - Output reversible blocks in portable format anytime the reversible block database is recovered; add tool to chain_plugin to create a reversible blocks database from the portable reversible blocks file([`57f3b356`](https://github.com///commit/57f3b3565738f889dfc448c63f86d446c5104016)) - ([`672c7873`](https://github.com///commit/672c7873428edca8b448b3193ff7280991e24509)) - Add sanity test for ensuring basic setup. Small test refactoring for initializing producer accounts. Add port availability check.([`6379a9fb`](https://github.com///commit/6379a9fb4fd0ff1666a99c83683a0a24119ceda1)) - ([`b8f17f2e`](https://github.com///commit/b8f17f2ebfd015d310085e1aacd3e333c59ac4b4)) - Fix one code scope issue([`7672a85b`](https://github.com///commit/7672a85b563872e9c224b9e4994024edd3d82183)) - ([`7cf428ed`](https://github.com///commit/7cf428edae42ffeef1c7b5a3313be6d35b5147e9)) - ([`d5c703d4`](https://github.com///commit/d5c703d4b057bc41335abbabf6de72c3d5cba1a5)) - ([`c9b7a247`](https://github.com///commit/c9b7a2472dc3c138e64d07ec388e64340577bb34)) - Still fail on non-delayed/deferred tx failure([`fefe88f0`](https://github.com///commit/fefe88f048a9c870d9de5271a2c69adb444d5ae2)) - Only throw the transaction error if the block didnt explicitly list it as failing([`30f4b37e`](https://github.com///commit/30f4b37e0f120f8d12e3cdc6858017a308e71b0f)) - ([`013c282e`](https://github.com///commit/013c282edb3513078c573d4feb626403778af954)) - Fix reversed inequality for expiration checks([`45be28aa`](https://github.com///commit/45be28aa9a6bcf15269e1dcfc665e26a36b72966)) - ([`a6c3e9c9`](https://github.com///commit/a6c3e9c98655bddc6aaf9c73947b828f4e76b2bf)) - Update for release 1.0.4([`eafd7d15`](https://github.com///commit/eafd7d15c7632f58e7e45abd418c80e9f896071c)) - ([`474f8888`](https://github.com///commit/474f88885783a1700203c61e37493fb971edafa0)) - Support for SO_RCVLOWAT([`38c6a0b4`](https://github.com///commit/38c6a0b4fdbc552b1d55fc5d1d343e1a1b40f245)) - ([`d66c3d01`](https://github.com///commit/d66c3d01760a34da355d93a9a08e7907e4174097)) - ([`369c7e31`](https://github.com///commit/369c7e31e17630e1327a48869b832635352a27f4)) - Remove unused (but reserved) fields in eosiosystem::voter_info from ABI; add clarifying comments to system_contract::buyram fee logic([`39ed275c`](https://github.com///commit/39ed275cbdfed7edc089e3e3b8a01282c6a6216e)) - ([`764839be`](https://github.com///commit/764839be4cd17a85de1144739e330aeea1402766)) - ([`9f25a5b3`](https://github.com///commit/9f25a5b3ae1bda8a63acf9d36ed2ec69400a7045)) - Remove wallet unlock unlock-timeout option([`fd7939d2`](https://github.com///commit/fd7939d2c029e541ce46224104bf71672e15298f)) - ([`b8dcd076`](https://github.com///commit/b8dcd076988e420c2c0ad49f46e9682d8e0fa4cb)) - ([`8670d5e5`](https://github.com///commit/8670d5e5fedd877acaa35b7aa19b54ca378c10b5)) - Minor correction in cleos authority validate error message EOSIO/eos#4040([`105271f5`](https://github.com///commit/105271f556cd5f656cb4881aa571e8c0f9e4a46b)) - Validate authority in cleos and print better error message([`0d27419a`](https://github.com///commit/0d27419aceb264a7d9ef338bc47b8ead083f0355)) - Split testUtils classes into individual files.([`0bf9dfd8`](https://github.com///commit/0bf9dfd85b1ff5ddf2776a09814b412013dfdbc8)) - ([`6d237ebb`](https://github.com///commit/6d237ebbac49a55c914eabc0cbdb73052d6728b8)) - Update docker keosd consistency([`8650d25e`](https://github.com///commit/8650d25e2aaa49526669ec19b9e3354a61893f0e)) - ([`9c80c92e`](https://github.com///commit/9c80c92e8a79e624ec537122d8d6496299fb07a9)) - Add EOSIO Developer Portal([`165ad670`](https://github.com///commit/165ad6701fd9289bfca0f05a355b5b2ba2258fb1)) - ([`db015fa5`](https://github.com///commit/db015fa5162189baaa664e56c3e8dcba367b5ed7)) - Don't spawn keosd for system bidnameinfo([`0f1a09ff`](https://github.com///commit/0f1a09ff181127dab5fe47667fcd397a8a9c4dbd)) - ([`24b98627`](https://github.com///commit/24b98627ff4f6c0aaba74795ae1321fef68ff9be)) - Pass recursion_depth to binary_to_variant and variant_to_binary([`cc572285`](https://github.com///commit/cc5722858cc24808f7bd4fa699718eec0240b3a2)) - Add recursion limit to is_type([`ef62761c`](https://github.com///commit/ef62761c5e388880e8bb1bb41e8b512a5187f255)) - Add limit to recursion([`cf7209e7`](https://github.com///commit/cf7209e703e6d3f7a5413e0cb1fe88a4d8e4b38d)) - ([`812f470c`](https://github.com///commit/812f470cb9d19c91c281295ac0d99f511cf230f0)) - Remove eosio-key option([`ffde3055`](https://github.com///commit/ffde3055dc1773ca750d874f2bf41c1758c88d9b)) - ([`f4af5945`](https://github.com///commit/f4af59457ac93bceefd9d71e97a2e38a73af0573)) - Fix wallet unit tests for remove_key([`9f98fa6b`](https://github.com///commit/9f98fa6b6e5d99f3f6ab2570d1a41830c6e9bf33)) - ([`72a4a23e`](https://github.com///commit/72a4a23ea85c13333df25a3b97bdedfa90e3c5ab)) - Rename cleos command to remove_key. Add password to command([`88754e95`](https://github.com///commit/88754e9563527893d30a578fa989fe145f1a605a)) - Remove default key from keosd([`6e9a9d99`](https://github.com///commit/6e9a9d996bffee40b7c436fa1a7580c28fc609a1)) - ([`de7249e1`](https://github.com///commit/de7249e19a0e1148d63ee9bc1188eeca74edf6c1)) - ([`2be294bf`](https://github.com///commit/2be294bf0cf436c2b36a1641c0ce50381d4f67c5)) - Changed version of mongodb cxx driver to 3.2 for compatability with mongodb C driver version 1.9.3([`4b24e7d9`](https://github.com///commit/4b24e7d97e54569cbcb75dd1a813fb378a9279ed)) - ([`843ffca6`](https://github.com///commit/843ffca66232f4ceb83a049308391989717c44bd)) - Uniform and extended security warnings([`62b99b5c`](https://github.com///commit/62b99b5cf99546b59f7bdf267905d3a807d150ca)) - ([`753eda35`](https://github.com///commit/753eda356c8100e2803b0098b2c5b9e3e83e3342)) - Set executable bit on mas_sign.sh([`7c1dc7a9`](https://github.com///commit/7c1dc7a93beb9d9202fc7baf6c80d67bab898d72)) - ([`f1bd465a`](https://github.com///commit/f1bd465ab798cecddc755b09ef9202d626c2dac6)) - Fix ram_tests([`2ec7ea21`](https://github.com///commit/2ec7ea213ffc0e275cc8c612eba6344317a9e7ad)) - Fix issue #4051([`1a33191b`](https://github.com///commit/1a33191bb3971663cc73a84bde131eaaf3f5b7d3)) - ([`2ccaf218`](https://github.com///commit/2ccaf2185b07aebedd40acfaee0da27653d1149d)) - Add key-blacklist([`7b26aa51`](https://github.com///commit/7b26aa51a95d679e7fc70563e559b1ed985be43e)) - ([`fcffab08`](https://github.com///commit/fcffab08882df48464219d673dbe9a6f21de4980)) - ([`e04445c7`](https://github.com///commit/e04445c7b122cc435ce6d25b568b85eeb66bec2c)) - Additional check in name bidding([`2a9e2869`](https://github.com///commit/2a9e28694925529ba9a37c54419a4e70fa5020f8)) - ([`3c73b3e3`](https://github.com///commit/3c73b3e3696a9b7ead9e086712be64440652b5ab)) - Smoke tests depend on verbose HTTP errors([`763b3c56`](https://github.com///commit/763b3c56751bdaeb1f938e87a3914876c11c0c69)) - Allow squelching of debugging output over HTTP([`4a248abb`](https://github.com///commit/4a248abba4151d3ebb8c7290c261c136b5043023)) - ([`28543e06`](https://github.com///commit/28543e06854426ae1fccbab9f47667715205e5e9)) - Add push block with invalid transaction test([`44d2c4d2`](https://github.com///commit/44d2c4d2ad73a1f5dc7d50e7ae31b69c6919136c)) - ([`f1545dd0`](https://github.com///commit/f1545dd0ae2b77580c2236fdb70ae7138d2c7168)) - Get ride of functor passing for transaction signing([`a0409fd4`](https://github.com///commit/a0409fd4f9d0943c29ec50f27b0dd463af8a2003)) - Merge remote-tracking branch 'origin/master' into wallet_api_soft_wallet([`57decaba`](https://github.com///commit/57decaba0b0426a199046a8a41a126b44835d0f4)) - Remove notion of "is_lockable()"([`74970276`](https://github.com///commit/7497027690ee7fc968080c553565706e19441811)) - ([`1d179eeb`](https://github.com///commit/1d179eeb9ca2c06b17f9bbf2e0d3a9af12c7a3ed)) - Add transaction signing method to not require private_key([`56b368c2`](https://github.com///commit/56b368c21fe5550663914cbcc839289ece248da0)) - Wallet_api interface & soft_wallet refactor([`331a2551`](https://github.com///commit/331a2551041d23f7016d66627bec8e7c078225eb)) - ([`1e81a168`](https://github.com///commit/1e81a168097145c7dc5b5e1dd2737d8435d1723a)) - ([`989685ce`](https://github.com///commit/989685ce357b9acec13ec2e0e4df3249643055b1)) - ([`4ff4caaa`](https://github.com///commit/4ff4caaa0b2bcd69d685ec26a862d1d9069347e3)) - Remove -qq; add ca-certificates to dev/Dockerfile([`cb9df33a`](https://github.com///commit/cb9df33abe44908e2867b849eb49a7a327a96f84)) - Merge remote-tracking branch 'origin/master' into patch-1([`d05ceb7d`](https://github.com///commit/d05ceb7d30231fdf0c29030733411a088ed1d160)) - Add support for LetsEncrypt certs([`3bfe63a0`](https://github.com///commit/3bfe63a0b846fcad27a25289b27fc66454a23432)) - Commented out code removed #4061([`d59c7746`](https://github.com///commit/d59c7746c30b8b27e201dc5bf1ae2d56c3dac72c)) - ([`c5a38e1f`](https://github.com///commit/c5a38e1f89bd5a3f9530950d8a65bfb5a7cda225)) - ([`c55061b5`](https://github.com///commit/c55061b52acda38b969c23e77ebc02d1d3de56be)) - Show core token balances (including liquid) in cleos get account #4066([`c8a9efd7`](https://github.com///commit/c8a9efd70dc2453acfe167215fc9eb5bdfa48bce)) - ([`aece7a1b`](https://github.com///commit/aece7a1ba67c4566cd6852444ad8b36bf06b8911)) - Add TestHelper class. Class collects common test methods.([`8bf098a7`](https://github.com///commit/8bf098a73b870a5dbf63c2b57647a27d8219a4c2)) - Added initial test setup for voting.([`f52cace8`](https://github.com///commit/f52cace8439af2e2706874f26762c53ae777a05c)) - Added common TestState class for common test support and added support for more than 26 producers.([`897a214f`](https://github.com///commit/897a214f2c331fd7531043820c9fe600d0b01779)) - Added support for more than 26 producers in launcher.([`93e46138`](https://github.com///commit/93e46138d244219916f390acf4d335ae19cec9df)) - Cleanup unused parameters.([`d3b53bd2`](https://github.com///commit/d3b53bd2584ba815a3e756fa4281e0cb0a6b4e97)) - New bnet protocol versioning scheme - variable number of hello extensions after hello (in the same websocket frame) #4061([`9580c11a`](https://github.com///commit/9580c11a780318d7b66a7f170389eab5752fd583)) - Delimeter in meta field changed to newline #4061([`9a921d5f`](https://github.com///commit/9a921d5f738c82e13a6a36413ec058c97267e08d)) - ([`e0420dba`](https://github.com///commit/e0420dba28f93026a21e5537fd5afdbea4bac886)) - ([`29799eae`](https://github.com///commit/29799eae7bb919e480981e6abf110dfa75198f8d)) - ([`06471455`](https://github.com///commit/06471455cf3af64ead9f98d3cd2ab52a11a33ed9)) - Use head_block_time for now to calculate time until unstaked #4059([`b10fd84d`](https://github.com///commit/b10fd84db90676e46005a303e5aa3f1a0926aa21)) - Remove log message that was accidentally committed([`2fd4e49a`](https://github.com///commit/2fd4e49a6d7695500d4bf24637f647703ae073bb)) - ([`f167afbf`](https://github.com///commit/f167afbff3a9e3fb121e7e3fc5feb543c7ae587f)) - Add unstaking info to get account #4059([`36d8692d`](https://github.com///commit/36d8692daca80f38cf5d5c54409e74c4a90ea1c1)) - Use ISO/IEC 80000 units for multiples of bytes([`52c9eb83`](https://github.com///commit/52c9eb83cd594f6b9490e2347d72c42ccbe59656)) - ([`f911a70d`](https://github.com///commit/f911a70d40eae4580b45dda00f523f9bf8876335)) - EOSIO/eos#3900([`bd51595d`](https://github.com///commit/bd51595d975e04a4c34e861b7cc1263358ee1866)) - EOSIO/eos#3900([`ab5a271b`](https://github.com///commit/ab5a271b1aa20f42363c90d2215345ddf65e8b53)) - ([`27e02025`](https://github.com///commit/27e02025c33140b10beaed2084af8c1ed2079e08)) - EOSIO/eos#3878 fix bug introduced by EOSIO/eos#4027([`facb9020`](https://github.com///commit/facb9020aa26b631dee30966dd218f17f27e009d)) - Merge remote-tracking branch 'origin/master' into feature/3878-non-local-keos-cleos([`770ed329`](https://github.com///commit/770ed32914f9eba1f01452db7d473cdb91be5baf)) - EOSIO/eos#3878([`11509772`](https://github.com///commit/1150977287e2e4f655a702656f323d95dbfa9ad3)) - ([`e5d6dd5c`](https://github.com///commit/e5d6dd5c545a96b08afaaf9d10c021716e35831c)) - EOSIO/eos#3876([`09e6aa61`](https://github.com///commit/09e6aa61154962ec07214bb7b299cbd9f06b9412)) - ([`789490fd`](https://github.com///commit/789490fdec8442a2b8d7dd14dc66d4bbc0adfe36)) - Unit tests for PR3761([`fae51ff8`](https://github.com///commit/fae51ff81ef66a0f707b9767545adbb908e03bf8)) - ([`52cc430d`](https://github.com///commit/52cc430d7263d79f995827b563f673acc143837a)) - Don't spawn keosd for system listproducers or system listbw([`926a84f3`](https://github.com///commit/926a84f36ec511bf14e96e876ab42680839454ef)) - ([`5e8a04f7`](https://github.com///commit/5e8a04f7c7447c76dd14a63a54f348f829378377)) - Add SNI to HTTPS requests in cleos([`74a81f68`](https://github.com///commit/74a81f68091b6748239685eef7a4fa7b3f8cd662)) - Print block number if it's less 5 minutes old #4061([`e9e86454`](https://github.com///commit/e9e8645408d581523c07fc8d135766925c1e3940)) - Bnet support for receiving only irreversable blocks (update) #4061([`efc17341`](https://github.com///commit/efc1734136bc04ebd3d4b5aab5f909cff78ca99e)) - Bnet support for receiving only irreversable blocks fron another node #4061([`b1da6b29`](https://github.com///commit/b1da6b29ef364d84aee3c5a189c088c9c564d0fe)) - ([`012dc012`](https://github.com///commit/012dc0123f29b50695d27fba0ea4730e528e2c71)) - Made const ref([`43e3a967`](https://github.com///commit/43e3a9672deee0cebff4e695db9d792766fd238e)) - Fixes for eos 4031([`6c0f6090`](https://github.com///commit/6c0f60906634ecb00c197f6e6046b6c63e16f2d8)) - Fix for eos #4031([`03f0cfef`](https://github.com///commit/03f0cfefbecb7f6cb894edb9c45e9140a8d4622b)) - ([`72bb1329`](https://github.com///commit/72bb132973bd7c522b42a6e49cb2fda9740556dd)) - Abi-generator:([`bfdcd31c`](https://github.com///commit/bfdcd31cd128fc8949186e10e3cb7b0492fe6541)) - ([`9ca2b1aa`](https://github.com///commit/9ca2b1aacfd1f315f616c3eb267081e09844449b)) - ([`7108e0d0`](https://github.com///commit/7108e0d01aa53d39687f00e2dcfc7cd93ef5f515)) - ([`2e862295`](https://github.com///commit/2e86229569ccab55dcfad44b9f55f54dde7e087a)) - ([`72ba8190`](https://github.com///commit/72ba81908c0565ebe3a49af57eaffbc28230c166)) - Fixes based upon review.([`6a134e4e`](https://github.com///commit/6a134e4e25686f25f3ad8036bbfa8105ba6f3708)) - Add new test for clean nodeos shutdown (Ctrl-C) and restart with default chain strategy.([`1a3a69d3`](https://github.com///commit/1a3a69d3a5e14a91eb668b6295b20168bfae4f94)) - ([`ade08c5d`](https://github.com///commit/ade08c5d9775cac4ebfe2a3f8571dedf299be222)) - ([`740a5cd2`](https://github.com///commit/740a5cd2850a66cda3ef6cbd69a4c80a6b9e7f1c)) - ([`1cbe2227`](https://github.com///commit/1cbe22278487eede40bdad08e252c19a0bead268)) - Convert_to_type should first try to attempt to treat the string as a number before attempting to treat it as a name #3982([`7da7bd3d`](https://github.com///commit/7da7bd3de9d6e8d6d63e1da9f1847ce915d5741e)) - FIx get_account serialization([`843ed645`](https://github.com///commit/843ed6452f6bfc7deb74b660dfcd7758ba6a1775)) - ([`26ec83de`](https://github.com///commit/26ec83de395ec9bd751bcd4308c751c441afa56a)) - Throw from apply_block if pushing a scheduled/input transaction fails([`e556d94b`](https://github.com///commit/e556d94b1cc51e8f9d32454452e6b819101ec50a)) - Check if no pending receipt added([`abd9c65f`](https://github.com///commit/abd9c65f962d225fa4fbf0f36a83cd97afec3c65)) - ([`a0345512`](https://github.com///commit/a0345512c2e21194e7c2adfb74f1b2b52a95445d)) - Fix typo in error message([`50364779`](https://github.com///commit/503647792bef9ba91fad0cf62a85e24b4504bd17)) - Peer review fix. Only attempt conversion to name/symbol for uint64_t([`d2ac2503`](https://github.com///commit/d2ac2503f4e42af990fdbf8971ee91a66f332af9)) - Add missing boost/algorithm/string.hpp include([`9560c470`](https://github.com///commit/9560c4704e25c53515e9157a81224da117803a08)) - Add support for name and symbol values passed to lower/upper bound([`9e2cd80e`](https://github.com///commit/9e2cd80e276b7d34b769015dc717bfee19c8da74)) - ([`bb72c7a6`](https://github.com///commit/bb72c7a6c20fa2d8a492a08b15be2164b8e93cd3)) - Changed edump to dlog for errors during push_scheduled_transactions([`45c7534c`](https://github.com///commit/45c7534c006d248edbcfb3d8a4db40eeb3a5a738)) - Add generated trx sender as authorizer of onerror action for proper billing([`5ab1f02c`](https://github.com///commit/5ab1f02c5df9430ebe0276c5b01b41c8f94c40c1)) - ([`49b25351`](https://github.com///commit/49b25351f288e78add0a5f8e896a6883eb9cb1f0)) - Fix #3959 - cleos can create r1 keys([`0db936dc`](https://github.com///commit/0db936dc86a4a942335531aead7dd2199f026fc7)) - ([`81a9e78d`](https://github.com///commit/81a9e78d73d519baf3640aef139190cc6ebc40ca)) - Added ability to create R1 keys([`d5ca0bf0`](https://github.com///commit/d5ca0bf0aac2276f2a01a53af6f4dba529bbf5ab)) - ([`4d90af7f`](https://github.com///commit/4d90af7fce073d5024f2648631088824379c700b)) - Address PR comments([`1f60b7de`](https://github.com///commit/1f60b7debeeb84b09aef8b1ca92c70a107f616d7)) - Merge remote-tracking branch 'origin/master' into feature/resource-manager-audit([`471f262b`](https://github.com///commit/471f262b51b6df548dc194e966690013cbde9d58)) - Split downgrade into different implementations depending on whether signedness matches. this prevents a potentially overflowing cast([`e50ce05f`](https://github.com///commit/e50ce05f4d4cd10ad432d12f832945462334095f)) - Make downgrade cast safe for signed to unsigned conversions too([`64803590`](https://github.com///commit/6480359019d94411c5dc613e4e89132380c640ee)) - - various math auditing for resource limits([`302c0b62`](https://github.com///commit/302c0b62c75c6cced2bafc3d6b4b973b9b8a2b9b)) - ([`43f481fa`](https://github.com///commit/43f481fa98ddb7a0dab9d0d42fe96b3af26c118e)) - Allow empty action data on command line([`2649b9b9`](https://github.com///commit/2649b9b9bf15428b6e3941a34c4c532eb5a8f90b)) - Add test for empty action data in variant([`0f6ecbbe`](https://github.com///commit/0f6ecbbe1e1d21f6f0882b7f0b4b950f039b630f)) - Fix for not allowing empty action data in variant([`0fff2a78`](https://github.com///commit/0fff2a784973300b49aa52dfdca2591d653f5766)) - Add --print-response option to cleos([`05d6d4eb`](https://github.com///commit/05d6d4ebc97792a537d8abdbb93dd4cdba234587)) - ([`f0ef07b7`](https://github.com///commit/f0ef07b7ed1754af24ead5c993cebff922f0dd66)) - ([`493d748f`](https://github.com///commit/493d748f910251c8eeebd89cfe531e02b294b53d)) - ([`5bea871d`](https://github.com///commit/5bea871d51436dbeea6543610442dd140e32ba2c)) - Upgrade to latest chainbase commit which improves mlock message([`320be65c`](https://github.com///commit/320be65c4122f2bc658a3d243c9f605a120c5834)) - ([`93003391`](https://github.com///commit/93003391a610b57226919c89b73ee71088618d3f)) - Update to new fc: bugfix in json parsing in relaxed_parser mode #3955([`2e3dad38`](https://github.com///commit/2e3dad385fdee001703c468d7fb9483389639d0e)) - ([`3bcc85d3`](https://github.com///commit/3bcc85d3dad174c8fc79ba9afbc0b8bb42735ded)) - ([`c82265d2`](https://github.com///commit/c82265d2a19aaab717dcae9d193a9d6b4930e59a)) - Fix for large local sets in wasm([`4aacca61`](https://github.com///commit/4aacca617b4a60da87991c345fab335a4c6465c5)) - ([`2d16893e`](https://github.com///commit/2d16893e1ec3bc3ae6897ffa9c69a53cb6c71040)) - More informative error message on authorization failure #3925([`6590e009`](https://github.com///commit/6590e009c360ff86ac7e722ddebbba7843c8790b)) - Cleanup handling of accept failures([`6e7eed3c`](https://github.com///commit/6e7eed3c21f5411d8c3d2c850455532ec92ffffc)) - ([`5221920d`](https://github.com///commit/5221920d42e7a957f7d731f7beaa33fb0f5e215b)) - Pass extra cflags to abigen([`44372b4a`](https://github.com///commit/44372b4ac7f4ba11142297ec2d3731c582922c27)) - Update installed files([`da447cd2`](https://github.com///commit/da447cd2d5151a30249dce5e0bdfb01a003ee56e)) - ([`f60b47f1`](https://github.com///commit/f60b47f133f32c61f5b636846418d08bb0be3bbe)) - ([`3eaf9cb7`](https://github.com///commit/3eaf9cb709f678f82735f8e2565cff99f57ef3e9)) - Implement action-blacklist #3933([`c780a814`](https://github.com///commit/c780a8143ba14bb6ea1f1f354b9298722d453a28)) - ([`283af999`](https://github.com///commit/283af999b24034b1866e3b77681f2c071e5f2615)) - ([`a1975fb3`](https://github.com///commit/a1975fb39199b86615cbca4ca75774e92e16ec8f)) - ([`40e3a8d4`](https://github.com///commit/40e3a8d4df7a5ba1d26e1d10705efd15ceec946d)) - Clarify variable name in JSON, #3917([`e2df7f21`](https://github.com///commit/e2df7f21ed57d8e048f4bffeb8df97408f73e915)) - Fix #3917 - exception from cleos get account pretty printing([`66f6dba2`](https://github.com///commit/66f6dba2fe312d1fac86a58b129e111e495aad4c)) - ([`65795db6`](https://github.com///commit/65795db6ed2bb66de0218a9d29b38cef76c1c75a)) - ([`f42d3861`](https://github.com///commit/f42d3861fe4d09c1f989185853f2a82cf7e86fb4)) - ([`0545c265`](https://github.com///commit/0545c2659fd3d5603c5f830659cb9965dc58f845)) - ([`968c099a`](https://github.com///commit/968c099a9045ed66e7c89802e9d5ecbb002d8b3e)) - ([`b62f5a20`](https://github.com///commit/b62f5a2022bd57c9cfbc97169cabc5bfdda40b98)) - TODO comments #3255([`a5c9c083`](https://github.com///commit/a5c9c08371e6dc6bea6c6010b7d24ec585c1b7e1)) - Unit-test to verify that we call checktime from short-running intrinsics #3255([`03f5e42f`](https://github.com///commit/03f5e42f03c7c14265e9372020c7e28786e86448)) - More clear message when unstaking is forbidden due to 15% rule #3931([`e6e9cf03`](https://github.com///commit/e6e9cf033061bc721c2fd5c76874909d077981f1)) - More clear message when unstaking is forbidden due to 15% rule #3931([`ff0447c4`](https://github.com///commit/ff0447c488eb5b848309dcf8fd8aeb5576061878)) - More clear message when unstaking is forbidden due to 15% rule #3931([`ab163e66`](https://github.com///commit/ab163e669970f06e10927c6fdd0a7b4924ffe490)) - More clear message when unstaking is forbidden due to 15% rule #3931([`8487acae`](https://github.com///commit/8487acae060829cf007bfcab20606d17f301fdb3)) - ([`89fe776d`](https://github.com///commit/89fe776dce31305b31195530f13709b72470341d)) - ([`d7e59776`](https://github.com///commit/d7e59776371a4c6baf703095294848bbd6824a39)) - @wanderingbort's requested changes from PR [#3921]({{ self::remote_url() }}/pull/3921) review([`61459b66`](https://github.com///commit/61459b664f12e67fab0831b357142cd22b9c3ba9)) - ([`a5dfb671`](https://github.com///commit/a5dfb67187599884b8fcc3dae487f5ba6ad0f641)) - Add whitelist/blacklist exceptions to failure_is_subjective #3814([`06f4cd1c`](https://github.com///commit/06f4cd1c6ad7ca5693f88d8c65a1dda3c1556614)) - Add test demonstrating deferred transaction blacklist issue #3814([`8a00c6e9`](https://github.com///commit/8a00c6e92df6ee4d8b47d9d911509e81232e1256)) - Onblock should never fail due to subjective reasons #3814([`0caacc69`](https://github.com///commit/0caacc69612a74efa77c2b606324335c73c7cdb0)) - Early (and more meaningful) validation of receipts matching #3814([`c9e70f66`](https://github.com///commit/c9e70f667e195027854e155e893f5473abe30de4)) - Add test demonstrating onblock blacklist issue #3814([`a055d1b0`](https://github.com///commit/a055d1b009e7372d14707e933c5ce301afbc845b)) - Remove remote tests as they are very close duplicates of the target tests. Rename methods to reflect action. Add new sync restart test.([`b305666d`](https://github.com///commit/b305666d2a24eaf6ed1fa981e0a4013b77026739)) - ([`796db612`](https://github.com///commit/796db6125915ec9d48da219dd1a4a0d02fda8738)) - Add test for - in wallet filename([`22e24ed2`](https://github.com///commit/22e24ed2bef6b1ca77afaf880b0c31ae0c021d63)) - Allow - in wallet filename([`b5c3288c`](https://github.com///commit/b5c3288cccaec6b3b95fa1dc140849055c5dfc47)) - Add tests for valid wallet filenames([`a97c0b5c`](https://github.com///commit/a97c0b5c3a9094a2abb4e1c951a55866949a8755)) - Add valid filename check([`d574b66f`](https://github.com///commit/d574b66fd6ba6171813448d83c7edffa178c55a4)) - ([`b781d06a`](https://github.com///commit/b781d06ab5c5e7ba1abffc46bc611c8a633eded2)) - Fix regproducer location hardcoded to 0.([`2b39a049`](https://github.com///commit/2b39a0496b666b5e7117781354c846da9820d6b4)) - ([`7022bb41`](https://github.com///commit/7022bb41552ab2356832cae393902be2a8eea463)) - 2 seconds delay after starting each node in distributed-transactions-test.py #3891([`6a5767c3`](https://github.com///commit/6a5767c343652e687ac66a812f40362317078f2c)) - Delay after starting node increased to see if it fixes distributed-transactions-test.py #3891([`c95a294d`](https://github.com///commit/c95a294d51fb05d73569c74c9e9b6b8363d5d5de)) - Upgrade to new chainbase with mlock wrapped with ifndef _WIN32 #3891([`3dbae7ef`](https://github.com///commit/3dbae7efc7987fea3b0c265d9d21878a956511b2)) - Mlock chainbase in memory #3891([`943be3ac`](https://github.com///commit/943be3acb393c48e6923894b0b6de38099b040d5)) - ([`77247d93`](https://github.com///commit/77247d937563850585819881ca16bc904906827e)) - Add cmake rules for optional MAS style signing([`198f5e08`](https://github.com///commit/198f5e08f3575a6e2c30217f91429680a5601858)) - ([`63f49f11`](https://github.com///commit/63f49f1165f1774eb0aedab7f70d7d5ebd221936)) - Add app.quit() for running on wrong thread([`b218d80d`](https://github.com///commit/b218d80d09853fd45640f66b036a87844607b8cd)) - ([`db81f16c`](https://github.com///commit/db81f16c5b3d9d790e9eb27ae6e7c09481a1a90b)) - Call checktime from wavm instrinsic wrapper #3255([`11b53965`](https://github.com///commit/11b53965be42c42778c52fe85bc94f0e40127aca)) - ([`0bff4864`](https://github.com///commit/0bff48642f0724e18b9fbc8aee541eb113f90173)) - (fc sync) Break out R1 signature compaction([`54ccdb18`](https://github.com///commit/54ccdb18cc9946f77f565c74c7cb467d4b3c1e8d)) - ([`379cb1a9`](https://github.com///commit/379cb1a9e2a6557221d946eef4c5c83ddd156799)) - ([`89a3598d`](https://github.com///commit/89a3598d2efd08184d146d32cfcf8c9dc22e8cb4)) - ([`e74c0859`](https://github.com///commit/e74c0859e8fe6aa712c32d7eb01278c68d89bfd4)) - Added RPC endpoint for get_abi([`36de86ac`](https://github.com///commit/36de86accfdbae5548013c32d81b2b72ed4a3820)) - Cleos --print-request fix after review #3849([`84a5495d`](https://github.com///commit/84a5495d4b11ef854fbdb105ebd531192b73b307)) - Cleos --print-request print correct content-length for nice json #3849([`1d55b103`](https://github.com///commit/1d55b103fcfbf97b809b14901a3765778ee8d878)) - Cleos --print-request fixes after review #3849([`801c0b19`](https://github.com///commit/801c0b195e5005fa215f0f2e8f6e890675b21131)) - Cleos --print-request #3849([`6285a388`](https://github.com///commit/6285a388ef4eef28fcbde03543bfd90e19b1405e)) - ([`16808f94`](https://github.com///commit/16808f94dc79791819ddc8ad919e4cb8111b4eff)) - ([`945225b1`](https://github.com///commit/945225b1d7a3e69f6e478d7dc473cf919365e7d1)) - ([`84325319`](https://github.com///commit/8432531941da605cf542d3efc602dd40880279e8)) - ([`67dd2708`](https://github.com///commit/67dd2708cf854b289f189b8594a74af01ee62bb7)) - ([`f54d6bb6`](https://github.com///commit/f54d6bb66d74b6fa47b4562b6730cae32dcce568)) - ([`39b54e4c`](https://github.com///commit/39b54e4cd884ffcb881a0d4d28067e6f76912054)) - Rename stop-at-block to truncate-at-block; better warning messages #3815([`f7654f26`](https://github.com///commit/f7654f26df40716aa5e6ca1506c95da830d9d31b)) - Add stop-at-block option #3815([`418baacc`](https://github.com///commit/418baacca9be016af8c205dea2d10306c08ce217)) - ([`8e9c283f`](https://github.com///commit/8e9c283f396080a6a849995bc2061fd1c5c81bf3)) - Fix coverage reports([`a33fe1db`](https://github.com///commit/a33fe1dbe7d5a158fb52fe12298533a8c87434a1)) - ([`6a8350ad`](https://github.com///commit/6a8350ad82abfaa2cc3d456ef51615b1019290c4)) - Add stack exchange to build script([`aa3ebd99`](https://github.com///commit/aa3ebd99fc4f0d7c6a9d4c154908a393f8ebeac2)) - ([`3e504f26`](https://github.com///commit/3e504f2685cdabc17af73d497681a529d88dbfaa)) - ([`d10a6f4f`](https://github.com///commit/d10a6f4f9bb1e0cb89e84b004602a40732f863aa)) - Changed all subprocess.check_output with Utils.checkOutput to provide error messages. GH #3669([`e8991130`](https://github.com///commit/e8991130943ae176ec2b02369a0acd17b37d7a40)) - Changed from using subprocess.check_output to popen and manually raising a CalledProcessError exception. GH #3669([`c2370aba`](https://github.com///commit/c2370abae13f6e78b7fe8dc8f87ea1f27096af4a)) - Script cleanup. GH #3669([`01a80b77`](https://github.com///commit/01a80b774237fc2c7f78790eaddae93a05c7441b)) - ([`2bbafe79`](https://github.com///commit/2bbafe79a0ae5735640114e981e1b68da95627af)) - Fixed CPU speed calculation([`1254e6cd`](https://github.com///commit/1254e6cdd4314a6bf89a04ab26507e076bd78a18)) - ([`cb3a6a93`](https://github.com///commit/cb3a6a93a585f208a8587f8e5cb11b8323ccc132)) - Return real error code from websocketpp to get meaningful error messages #3838([`3b37d610`](https://github.com///commit/3b37d610b62f83097be013b05a9e74789c0259d5)) - ([`45273e05`](https://github.com///commit/45273e05b0f6ee8534288385491b22088c78f8bb)) - ([`ec9c8bc2`](https://github.com///commit/ec9c8bc2e4ec729a40f5257aaad3fa4a714f8762)) - ([`f8957c9c`](https://github.com///commit/f8957c9c5a076d053fc8c3b9505090bddf4ac2c0)) - ([`d81fba57`](https://github.com///commit/d81fba575c8b21a0d92dc3cda59e4ec18bea9566)) - ([`150440a0`](https://github.com///commit/150440a01aa8ff68eaa4f4f9bc506e7bcc9b4656)) - #3773 added error code to set option call.([`0b6d0161`](https://github.com///commit/0b6d01617564e81191b9ba3ab3bc8270fea98d45)) - ([`6fb2725f`](https://github.com///commit/6fb2725fb7045d1d0c71898261a9aa635c254fab)) - Add cleos command for name bidding([`102a0990`](https://github.com///commit/102a099074ff7116a67b60785595641cc9dd85f0)) - ([`00168f0b`](https://github.com///commit/00168f0bac9378ae4275eb96971b23af4d3ca0d7)) - ([`8a6b69d0`](https://github.com///commit/8a6b69d09a1670d125b57c36ea950080f563b566)) - ([`1236a040`](https://github.com///commit/1236a04054fecd2df83ecf469ae16b50edf24b5e)) - ([`c56b8d20`](https://github.com///commit/c56b8d200abf99c759997b19e0a1527a268da385)) - ([`4894c751`](https://github.com///commit/4894c7518e616dc022925a6b376bf1079e2cbec5)) - Merge remote-tracking branch 'origin/master'([`01b2b6f8`](https://github.com///commit/01b2b6f8fc8bb1332cd68e63436e14c2a73a4bd5)) - ([`ee15501b`](https://github.com///commit/ee15501b3f16fc6022d72c90f47054c40048fb49)) - ([`6d4dcae5`](https://github.com///commit/6d4dcae586f37a405ab8108a7321143f7044cc7c)) - ([`ad0315a5`](https://github.com///commit/ad0315a55d1577abe842ec586e8a8a44eec6808e)) - ([`83afc5b9`](https://github.com///commit/83afc5b96412017fedf94504b7c543abf99ae03b)) - ([`846f0188`](https://github.com///commit/846f0188b76f1742377a918e585f0cd67ac42396)) - ([`a641f8f9`](https://github.com///commit/a641f8f941c0c1d1000fd90debf69805d5fee7af)) - ([`4b9d1673`](https://github.com///commit/4b9d167363243ca8d97ba10017d2a13e390361ef)) - ([`c56ce6c8`](https://github.com///commit/c56ce6c80c0bf0db130c0e09b3e6dbcae75a93bf)) - ([`0dbfc064`](https://github.com///commit/0dbfc06419198f7cad8d679d0d8abc3200c6d20c)) - ([`2702e3aa`](https://github.com///commit/2702e3aa0b0ab298d8519eb92013a4cd990e624b)) - Revert asset.cpp([`776d5aed`](https://github.com///commit/776d5aedf96482c4c5884a483acc41d9603f41ef)) - ([`2461b05f`](https://github.com///commit/2461b05f0e3d1bbac3258a6d1d19f3e4aba2f600)) - ([`9c5a28d5`](https://github.com///commit/9c5a28d5d8992b4dc1f1c9f49a12cd6d6e7e9bd0)) - Clean up p2p tests([`498b0002`](https://github.com///commit/498b00025ea3a7dcd51947ee90276ab39baa4a97)) - ([`a190a65d`](https://github.com///commit/a190a65d0a9980a2a3cdc1ab699b50b460a20453)) - Fixed bug that might keep python3 from being installed([`9005b1f8`](https://github.com///commit/9005b1f8ff4eca26084ba8c503f1bd589280fd04)) - ([`8e7604ae`](https://github.com///commit/8e7604ae4dd97155071bbc8ac160ae080acc720a)) - Use https to fetch deps, remove --no-check-certificate([`bbeb5653`](https://github.com///commit/bbeb5653b5a2dab0b74dc5cf000b6e6d48f703ba)) - ([`552818a2`](https://github.com///commit/552818a2eec0acb61d0959dbde56570dff121129)) - #3666 - update cleos output([`9d4ba741`](https://github.com///commit/9d4ba741a949f571b17060d60a456339f976d868)) - ([`52da8d5f`](https://github.com///commit/52da8d5f3faad4b1530a774596cbc97acfba5d93)) - Add BOOST_DISABLE_ASSERTS and BOOST_EXCEPTION_DISABLE when compiling([`5f6842a6`](https://github.com///commit/5f6842a659eb2aead5221f2a1a50f60972fdf720)) - Add API to get block header state #3807([`c432ec3d`](https://github.com///commit/c432ec3d40a4f9d9cb9fc675a241435e2980c973)) - Porting Anton's changes to fc from eos([`4dced895`](https://github.com///commit/4dced89588e11fd51075c6b2258191b04da92bfe)) - Fc submodule([`f66ce1d3`](https://github.com///commit/f66ce1d3389870a137a306c8c63922c8ac4643c9)) - Revert "fc submodule"([`ecf2c18c`](https://github.com///commit/ecf2c18c4856248923b0414ae706bceecb33702f)) - Fc submodule([`3f5c7627`](https://github.com///commit/3f5c7627195dcb86a0fdd33d2c462137c52c8e1c)) - Remove fc (preparing for submodule)([`eb917cd2`](https://github.com///commit/eb917cd2b6012dd1489945667d289774f83d0c1d)) - Update eosio.token.hpp([`573c7115`](https://github.com///commit/573c71154303230910405df38cb05395785a53ca)) - Update eosio.token.hpp([`143af641`](https://github.com///commit/143af641a0c24d58264b7d6a6feb59d9743a553a)) - ([`a97a49a0`](https://github.com///commit/a97a49a0dd4f5051dc7de1de4bc654fedf49cadf)) - Docker README.md: command for installing exchange contract fixed #3777([`b0471b6f`](https://github.com///commit/b0471b6faf454c5f7ed77e5c1be5c4188994f5d7)) - ([`d45cd39d`](https://github.com///commit/d45cd39d6751ea4ea0e8bd230394aefb6214ac40)) - System contract bugfix: regproducer should always modify parameters (removed check if key is different) #3783([`c65dba99`](https://github.com///commit/c65dba99ff57e0fda941ad423fc8fd7a180b66fb)) - ([`bb7b08a8`](https://github.com///commit/bb7b08a895c1d3bd9f8cdd11fc2551c1e5791706)) - Fix deadlock prone test code.([`bc44f8b2`](https://github.com///commit/bc44f8b2356bdbc84fb5a9642c655ed5312a7c91)) - Add new test for dirty db flag stickiness.([`a8981ead`](https://github.com///commit/a8981eada2f644e5d4e999684f7da339eb4bf2e5)) - ([`0961a560`](https://github.com///commit/0961a56007d40fe6d897b7d726fe5005acf06162)) - Consistency of wallet address between the two Docker files([`036a0dee`](https://github.com///commit/036a0deeae0cd078de01881d11b245380b9be35a)) - Upgrade version to 1.0.1([`ba966ac4`](https://github.com///commit/ba966ac4feb290e698db61edda1614d9b49de9a4)) - ([`326cf5d8`](https://github.com///commit/326cf5d832ccd2fd7b6b28dbb7ba95c95b2e2929)) - Add quotes for whitespace([`e5c80df8`](https://github.com///commit/e5c80df8058a1db19ed42d40b807dacf58d0afb7)) - FIX Pass string with whitespaces to cleos in cleos.sh([`c5424c72`](https://github.com///commit/c5424c7293f5508d1cc7a39b9be7808e7831d93b)) - ([`77c96ca9`](https://github.com///commit/77c96ca93b9002d416dcb3fe705a82447d91a4d6)) - ([`32f44f0c`](https://github.com///commit/32f44f0c84d50aac64d3239c36bfda65fcecbf82)) - Remove change([`1e87e61a`](https://github.com///commit/1e87e61a57e16b2e14f02217fdda4041e5512b08)) - Changed large_offset_validator to use template parameter for type casting([`56fdc6f6`](https://github.com///commit/56fdc6f6b4a96cbf03a0a84739bfec518de6d1f3)) - ([`e8000c09`](https://github.com///commit/e8000c09e70730d8c41024643d501701fc73c924)) - Revert "FIX Pass string with whitespaces to cleos in cleos.sh"([`1692d343`](https://github.com///commit/1692d343e77fe9065f2a664b606ad326a46689e5)) - ([`fa7e92ec`](https://github.com///commit/fa7e92ec5d0ba59c3402ee315f53b15de2280ce9)) - FIX Pass string with whitespaces to cleos in cleos.sh([`db3b49ed`](https://github.com///commit/db3b49ed6b0d978d9bc78b1746d522cdcb8110c8)) - ([`0c96439b`](https://github.com///commit/0c96439bab577a18d587a6da7fa201921396a114)) - Community Launch Update([`a12dd71a`](https://github.com///commit/a12dd71ab57a707e4e73af500ef5998ac76f55ba)) - ([`611092c0`](https://github.com///commit/611092c0b39e2bfa85b7405747f6f85bc78273ac)) - Remove KYC from token transfer([`f33e9d1a`](https://github.com///commit/f33e9d1a1edc38806c3eec704c3822638cf44382)) - ([`ac757611`](https://github.com///commit/ac75761164823b124a24c6ef6dec83de522ed49c)) - ([`37829456`](https://github.com///commit/37829456d938693c6e1f7fcd0f0b34a130bbb19e)) - Create eosio.token-transfer-rc.md([`3601a92d`](https://github.com///commit/3601a92d02e60fde9e368ce4834d964c4dc5e0db)) - ([`9b90c4b0`](https://github.com///commit/9b90c4b0a87c75e672c58ec7d746e8980d202111)) - ([`50cf90c1`](https://github.com///commit/50cf90c1c93f6bfc53ebdc9f17c59b8b5ece5f2f)) - Revert "Remove Ricardian contracts"([`6d8eb17a`](https://github.com///commit/6d8eb17aaf8cfc481ea6ececd63d4e82c391c985)) - Rename contracts/eosio.system/eosio.system-clause-constitution-rc.md to governance/constitution.md([`93d4e486`](https://github.com///commit/93d4e48618b80ada8b8c5b3380323f0e283139b3)) - Create eosio.system-setram-rc.md([`c3b7a3ea`](https://github.com///commit/c3b7a3ea2a6c49dc8487085567d1357607af2a62)) - ([`554e14ed`](https://github.com///commit/554e14ed37e4f9d971d7cd251df58aead9ce3470)) - Update eosio.system-clause-constitution-rc.md([`6bf50bdf`](https://github.com///commit/6bf50bdf16c6e426cd7de33c6bf32ebafba7bfc1)) - Rename constitution.md to contracts/eosio.system/eosio.system-clause-constitution-rc.md([`0c109faa`](https://github.com///commit/0c109faa4ef98df5f2f359684c5fee182cc76b88)) - Fix formating([`ebaaf621`](https://github.com///commit/ebaaf6219e2cb7c62d1c7ce38cdc30c5bd7d4f1f)) - Constitution.md([`5068823f`](https://github.com///commit/5068823fbc8a8f7d29733309c0496438c339f7dc)) - ([`d3c00a8d`](https://github.com///commit/d3c00a8d3a2c63b455b01545b03d21c281f8982b)) - Add EOS as the default token([`a416db01`](https://github.com///commit/a416db018c043958671b80f0b70b9d0b85c8075b)) - ([`6d662763`](https://github.com///commit/6d6627638ac5fcc7ceab9429bf417b1448aba9bc)) - ([`ed56850f`](https://github.com///commit/ed56850f5e7c88b32b4adc27dc8a8c8cc34d2298)) - ([`827bab99`](https://github.com///commit/827bab993cd8cfe1a33919a3bfdf78a8a6347032)) - Fixed history-plugin with option --filter-on receiver:action: does not add action trace for actor account([`b050b81c`](https://github.com///commit/b050b81c5bd9b40ef1b03a043227ad829325bea6)) - ([`7c5e6116`](https://github.com///commit/7c5e6116a41eae8117ed193bd9935b8f447e6e1a)) - Fix invalid bind address for http-server-address([`ecf73dfc`](https://github.com///commit/ecf73dfc14b7f6ef51668b1516b2481486faf850)) - ([`95a7dc5b`](https://github.com///commit/95a7dc5b550cfeeedb53bebc314e9bc83c8628db)) - Fix apply function presence and type validation([`bc61b0df`](https://github.com///commit/bc61b0df650828b356511d5cdc5633ccafaeac9b)) - Delete EXCHANGE_README.md([`b14eb851`](https://github.com///commit/b14eb85118d2ddca280260a38aacd97ec288bdc6)) - V1([`a9526dcd`](https://github.com///commit/a9526dcd745a0df264e33fc6bccd6bd28227649b)) - ([`0c53fda3`](https://github.com///commit/0c53fda3514d3b20412093e00e9740655fc301e5)) - ([`8b3c2a39`](https://github.com///commit/8b3c2a392ab9230dd040d881c2d324dddf83c0ac)) - ([`a9b5df3f`](https://github.com///commit/a9b5df3fe18b4275fcc672d56bb49a3dcee3d9ee)) - Fixing potential integer overflow #3735([`858a908c`](https://github.com///commit/858a908c55c33f2f471cfe005cfa89b610f21d46)) - ([`83e9cca8`](https://github.com///commit/83e9cca83cdbb3dc471567127b7aef40109a42db)) - Verify definition exists to prevent SEGFAULT([`6bf07486`](https://github.com///commit/6bf074868ed5eae79398cbd8555d97fad67904d0)) - ([`7a06ee24`](https://github.com///commit/7a06ee24506090485e9e90881bf496321b4be1d1)) - ([`0d102cf8`](https://github.com///commit/0d102cf8974014706e211437a5d47fe76fdce8b4)) - ([`d32a124b`](https://github.com///commit/d32a124bac4ec7c5b41b6a554b447d5c26ac5f86)) - Remove obsolete Jenkins and Docker files.([`6964807f`](https://github.com///commit/6964807fa9cbbeefa3de3f9d7c94d8c75be26447)) - Remove obsolete test file.([`13cd39de`](https://github.com///commit/13cd39de0b2beff560efe8541f8ef1f479e37f1b)) - Relocate wiki images and remove unused Doxyfile.([`bec68e70`](https://github.com///commit/bec68e70b4e23541cf9534166602fad467c10b33)) - ([`9846746a`](https://github.com///commit/9846746a8ae689dcf65526f12da71cced6453eba)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial-more([`c5b0ec21`](https://github.com///commit/c5b0ec2145693e66a98b71c528a9893b2e6f8fad)) - 200,000 accounts([`3753659d`](https://github.com///commit/3753659d9cd8e5868e9445d94200ea028f65caaf)) - 120,000 accounts([`ff73586c`](https://github.com///commit/ff73586c7e1eff09dd70623b413e338a865341e1)) - 60,000 accounts([`02998c70`](https://github.com///commit/02998c70964ce0d974a3e0ac30253e878e165c26)) - ([`4df106fa`](https://github.com///commit/4df106faf00e2db398794baa8f9ed9afbd12024e)) - Remove sync test. Functionality covered by other tests.([`653a2666`](https://github.com///commit/653a2666cc72e2450ff5073be8871452c609b528)) - ([`0ef2922b`](https://github.com///commit/0ef2922b419a67fe545aca7fdb46226d4359b039)) - ([`df3f2e98`](https://github.com///commit/df3f2e9865311258e69b0fc4888e5c07e34c0f4c)) - ([`ddd7c02d`](https://github.com///commit/ddd7c02dfa1ba41fe2cd4632d73d14a6a0d69f2d)) - Zero wasm linear memory on memory growth([`87f44dbd`](https://github.com///commit/87f44dbd3addf52ce95c9a94d40efb22271985f5)) - Fix issue #3740([`0fd6fe8e`](https://github.com///commit/0fd6fe8e7c11867e6f2cb80fc8cc6ea118f47c59)) - ([`5d60cfbe`](https://github.com///commit/5d60cfbeff32576742d9a28d6278c13b524111cc)) - ([`8093c258`](https://github.com///commit/8093c258bca33d5980f982aaaf270f24cc104487)) - Changed to better error message for buyram([`3f73a891`](https://github.com///commit/3f73a8912bcabb692bf0bb97359bcc07f3632722)) - Change default genesis timestamp([`0f89ca29`](https://github.com///commit/0f89ca29b466a7dbdfcd4637d39fec6ec340a0ef)) - Docker README updates [skip-ci]([`a49623db`](https://github.com///commit/a49623dbc7d35752176e9262d62ffaf18e1adf4e)) - Pass -e on startup for single producer node to produce blocks([`cfa10322`](https://github.com///commit/cfa1032262c40bff5762c2b6b2e36465b4d7981f)) - Nodeosd service should not --delete-all-blocks on startup normally([`e0b0e4a2`](https://github.com///commit/e0b0e4a2eddde444a031c332116d52c11977a84c)) - Update Docker images to v1.0.0 (to be tagged); also remove mongo service([`a53cd5e7`](https://github.com///commit/a53cd5e735025a08b6e057623460acfd8f5c043c)) - Update Docker config.ini([`c25a6484`](https://github.com///commit/c25a64847dfe49fee5c87500a56e2af109d5e546)) - ([`71d99721`](https://github.com///commit/71d99721db2dfc792915b305e7e427ff2446810f)) - ([`fc417128`](https://github.com///commit/fc4171282dfc7019c91fe337eaaeec0d4aa577f3)) - Add custom error messages to secondary index get to match those of primary index get([`a5de9c4c`](https://github.com///commit/a5de9c4cb0bccca692c89bf99aada943535bce93)) - EOSIO/eos#3725 fix multiple bugs that were only excercised with malicious blocks([`4dcb2bcb`](https://github.com///commit/4dcb2bcb3892982f19e158cfc2c648270ea8495d)) - ([`7271924b`](https://github.com///commit/7271924b476fb58c82e2481bb2d06c558bb74215)) - Change max_stack_buffer_size from 128 to 512([`3a6c71cd`](https://github.com///commit/3a6c71cd73dfe2355c6e5f553783bf6082a8f25e)) - Fix copy/paste error and compiler warnings([`a6ada792`](https://github.com///commit/a6ada792388a5db412097fa5d2c3b73619969639)) - Change unpack_action_data to use max stack buffer of 128([`eb1ac0ce`](https://github.com///commit/eb1ac0cebc041e51989fcaadc6e739aab437f94b)) - Change max stack buffer from 512 to 128([`9e7a7608`](https://github.com///commit/9e7a7608b985f7cf18c1cc6fd47ed39b1f37915d)) - Modify setprods to use max stack buffer of 128([`cb383da9`](https://github.com///commit/cb383da9173a0ff2c2d28596bde44546a8daac7e)) - Modify get_action to use max stack buffer of 128([`fe03eae4`](https://github.com///commit/fe03eae445e546f934e42301aaba12338c62d9e7)) - ([`cbf28a23`](https://github.com///commit/cbf28a237f3f2605b4ac34c5bb0c98a4d931e99f)) - ([`44d4386c`](https://github.com///commit/44d4386cd19b8cad02a556aa2dd1b25fb4386bc0)) - ([`cf6b0596`](https://github.com///commit/cf6b05965baa8c78c049d414053dc65a3cce1fff)) - Sanitize the return value of memcmp() to wasm([`9115d36c`](https://github.com///commit/9115d36c88a3682f71e91504e50a5f16bc68c18d)) - ([`710a34dc`](https://github.com///commit/710a34dcb644e31350ac908bb20cf0e36c57decb)) - ([`c7ef10c8`](https://github.com///commit/c7ef10c837b4c5b751d154e0fd84a3dbd9d7eb71)) - ([`9766d2f0`](https://github.com///commit/9766d2f0ae6b5dad3e31323261203f57de38eb87)) - Upgrade to appbase which handles newlines in options([`09c10f29`](https://github.com///commit/09c10f29bc059bc4b170d765d40cdc62e7194d37)) - ([`0f351762`](https://github.com///commit/0f3517627f8f93068dc580024c584892c4159776)) - ([`7a889ce5`](https://github.com///commit/7a889ce58f19a34532bd1145cda5712f167adab7)) - Fix unlock timeout #3698([`4c70dea3`](https://github.com///commit/4c70dea39238aa5406895ab7e4e226e62933cda2)) - ([`35f3adda`](https://github.com///commit/35f3adda10d1a58f4bdb43af48bb936d9812d707)) - Default_target_block_cpu_usage_pct increased to 10% #3694([`500ad183`](https://github.com///commit/500ad183baa1dc39640ab046009029df1030ac81)) - Small change in eosio.bios([`691b9de2`](https://github.com///commit/691b9de257f50ec6107c0b97f16a670593c29661)) - Test rmvproducer - 2([`c0bbde78`](https://github.com///commit/c0bbde78aca6b2c2b632be608b7e40df8b8909ea)) - ([`ebc07c1a`](https://github.com///commit/ebc07c1aac94c7ad6293d1a0550cb88e4594a504)) - ([`686af54e`](https://github.com///commit/686af54e6edd21ea7133b59fdd3b8ea9a8f1c5e9)) - ([`8905bd34`](https://github.com///commit/8905bd34f2ff81cae5a8b4eaf458386e1e2afabe)) - Python tests fixed (cleos parameter name changed) #3684([`9393d4e1`](https://github.com///commit/9393d4e1a9dfbd9e1426d79acb0a5a41809330ac)) - Cleos newaccount : small fix #3684([`6d7289fa`](https://github.com///commit/6d7289fae6563f8d10d2a0df05d34d8c637687ca)) - Cleos newaccount : bugfix #3684([`a9d46b9b`](https://github.com///commit/a9d46b9b8c0f6af680fc7cacff25fd35ad9bb1b8)) - Cleos newaccount : error message updated #3684([`10ddddfa`](https://github.com///commit/10ddddfae25a4a4a87daacffe5ed17e1a43fcabe)) - Cleos newaccount : buy-ram-bytes renames to buyram-kbytes, buy-ram-EOS renamed to buy_ram #3684([`009e9b16`](https://github.com///commit/009e9b16a9bcbd6f0b41ddcd3c8752e663fe5e9b)) - Add ' (required)' to required parameter's description in help, microchange in cleos newaccount #3684([`105863e0`](https://github.com///commit/105863e0d5a089d462edede718314919794e7bb7)) - Require either --buyram-bytes or --byuram-eos, don't call delegate bandwidth if both --stake-net and --stake-cpu are zeros #3684([`437eb3c1`](https://github.com///commit/437eb3c1cc969c221ec6a14a3db60326c3aef708)) - ([`a86e64d3`](https://github.com///commit/a86e64d3635effffb030d7041f137db9e72dbaf6)) - Its poor form to log private data([`7c50721a`](https://github.com///commit/7c50721a8e40e9655ee888b00fd35d7b1a4f3e7d)) - ([`4bd371ac`](https://github.com///commit/4bd371acb30ce228b34bed3d1b79b9d0acb19f23)) - Removed debug code from build script([`8c65dfd7`](https://github.com///commit/8c65dfd7dd7f693a4b22e457cd63a3afcc0924a2)) - ([`127e1ca0`](https://github.com///commit/127e1ca0cacb92b51c10cf613d5c0351902bb35b)) - Added CORE_SYMBOL_NAME option to main build script([`13c38a7e`](https://github.com///commit/13c38a7e48aa839efa9cfe56b74f58f0de96b126)) - ([`68adf905`](https://github.com///commit/68adf905a4c8e12758b8f4bc195ba4137a478440)) - The signing timer log message was DEBUG but DEBUG is enabled by default. Now it is on the "producer_plugin" specific loggers DEBUG level([`83a12317`](https://github.com///commit/83a12317d5694c5f9523fcc1c59025cabcef7b11)) - ([`ede351be`](https://github.com///commit/ede351bedbe7689b0a535b4fda5ce35540c061e9)) - Add producer name to double-confirm assert([`0ea4d392`](https://github.com///commit/0ea4d392f358b939f6d0b483ef2c00ba9a916a78)) - ([`33c8a4b9`](https://github.com///commit/33c8a4b992149b6e2af2bfc9b0c876c5252bbebe)) - Workaround boost::filesystem::copy bug #3687([`72704458`](https://github.com///commit/727044588de83844f9e8d6512d31b1c522182793)) - Fixed multiple warnings - 4([`fcc50076`](https://github.com///commit/fcc50076256a1399e51767703467357d0e067dfb)) - Fixed multiple warnings - 3([`e18a1564`](https://github.com///commit/e18a1564928bae3aba57a18a1c202a79e02d6590)) - Fixed multiple warnings - 2([`46f46522`](https://github.com///commit/46f4652274a647bd683e127a01699798cfef19b5)) - ([`35bc39d4`](https://github.com///commit/35bc39d45d7ebf0dc6750e3b864223bb0ebfbdd3)) - Fixed multiple warnings([`0c7a6369`](https://github.com///commit/0c7a6369283599e33ffdd70e6b3813e7f76eb818)) - Clean up eosio.system tests([`e773214b`](https://github.com///commit/e773214bada635907cafca04a2a6d3b7bdc249a3)) - Improve name_suffix and add unit tests for them([`eb9e2737`](https://github.com///commit/eb9e2737cad84fda93bd3455a27a799bb45faaf7)) - Better name bidding assert messages and cleanup eosio.system tests([`cd9ff2de`](https://github.com///commit/cd9ff2de8354820c14363e88b8286fc121c09c10)) - ([`2691b555`](https://github.com///commit/2691b555611d40005798c1e373ddf4061c99eeca)) - Update other version numbers to 1.0 and cleanup([`1a2f2ed8`](https://github.com///commit/1a2f2ed8d33c348439879f000937b5c8b5e4618d)) - Change to version 1.0.0, also update minimum gcc and clang versions.([`0da62cc5`](https://github.com///commit/0da62cc50563d2da279fbe495b9a82a184375660)) - Remove Ricardian contracts([`1d70e564`](https://github.com///commit/1d70e5646dd68d875b5818e843d38627f1f8b77f)) - ([`d6b46777`](https://github.com///commit/d6b46777414ee3d39264a749097a6af7fa20be4d)) - ([`103bf673`](https://github.com///commit/103bf6736ed12103757d96cae6b7e606daf4330c)) - Changed to one line in main build script([`501db6cc`](https://github.com///commit/501db6cc126c0b3d9bf9ccb1e6108e7cc66c56b3)) - ([`39e21feb`](https://github.com///commit/39e21feb9a35f2c40465236e86e85cef31a19622)) - Moved directory opt/boost_1_67_0 to opt/boost([`a1d9ef2a`](https://github.com///commit/a1d9ef2a3790ec5c2318d6481a41e0c351c14b42)) - ([`f609a236`](https://github.com///commit/f609a236df5c2ed4910461407174a2d8bc9acc4a)) - Fix unable to delegatebw when the receiver has stakes([`c6d2a79b`](https://github.com///commit/c6d2a79b27484cd32ed62670b4fe311f1be75c02)) - ([`0b3a5f60`](https://github.com///commit/0b3a5f606b31dedb29424014186ca31c750736c5)) - Disallow net_plugin empty messages; guard peeking at varint([`f9a75e68`](https://github.com///commit/f9a75e68a05bb596cccaa3babbfedbaf4106ec09)) - ([`da369b9d`](https://github.com///commit/da369b9db625cad8fac5b9e5a8ded0fcb8814a15)) - Increase default leeway to 3 ms; fix typo in leeway_deadline_exception message([`59b49c94`](https://github.com///commit/59b49c94b3c6724d6c67a5e0d610efe430fd12bc)) - ([`4403f1ce`](https://github.com///commit/4403f1cefb7bdeb6e8e73fa45d49c6188a029c15)) - Fix message_buffer peak; make peak & read throw on error([`08bb9a26`](https://github.com///commit/08bb9a26a7a995bdfad78760285059abbf4f17d6)) - ([`4e3071d5`](https://github.com///commit/4e3071d590713da11e2fc09a5d960adbe7ab281d)) - EOSIO/eos#2586([`0e2a0ff1`](https://github.com///commit/0e2a0ff19ba457dedbdb6a39f6f21b1b90e4e700)) - Merge remote-tracking branch 'origin/master' into feature/2586-oob-block-signing([`f2e28c0a`](https://github.com///commit/f2e28c0a83b7d6ccd706464c7cdd6758f40c3310)) - EOSIO/eos#2586([`afeb5056`](https://github.com///commit/afeb5056a5e37b9b0a43e4a060d9ffb74293f574)) - EOSIO/eos#2586([`9769fcde`](https://github.com///commit/9769fcde19ff19ffa71e60f79f60020fba150007)) - EOSIO/eos#2586([`18637552`](https://github.com///commit/1863755226ff6678ca414ae74d3bd185bcd5672c)) - EOSIO/eos#2586([`8aa712f8`](https://github.com///commit/8aa712f893da3b5a7ca47585b040d82779e83db5)) - EOSIO/eos#2586([`165065a5`](https://github.com///commit/165065a55018dc0310b69e112eac5b233cbb461d)) - Update license([`85543041`](https://github.com///commit/855430416db081a979ff83fa76b829a960f1cd25)) - ([`45338219`](https://github.com///commit/453382192e7e3fef8b373337d9b594df2184d65c)) - ([`c65276ba`](https://github.com///commit/c65276badb3110e71342420761119fa42bd82224)) - ([`807bba9b`](https://github.com///commit/807bba9b455a6f9e9b5cdcbbf86a04ef0a8529ef)) - ([`6e10dee7`](https://github.com///commit/6e10dee7658f4d13bc7509a8e985c52d15382508)) - Moved directory opt/boost_1_67_0 to opt/boost([`1fe61186`](https://github.com///commit/1fe61186a38a0cf368ec9fe07638d56027030432)) - ([`c7c8c1e0`](https://github.com///commit/c7c8c1e04f685324af11c4188e49a8ed9fab4830)) - ([`bae781d8`](https://github.com///commit/bae781d846dfbdcbfe0e0a92a8221ae4163f4ba5)) - Moved opt/boost_1_67_0 to opt/boost([`34f39cb3`](https://github.com///commit/34f39cb3f78461c4f24c73336e4f2ed177808022)) - ([`b34aac30`](https://github.com///commit/b34aac30282ea5fb9e0dc3dfc65b79293921397f)) - Change default max-irreversible-block-age to unlimited #3663([`9dcd921d`](https://github.com///commit/9dcd921d0355dac11b5b2231993abd87076fe61a)) - ([`99beccbd`](https://github.com///commit/99beccbd7487298cef5bdc1247c935ee8e1e593c)) - ([`dd1e386a`](https://github.com///commit/dd1e386af987566adb05bed2e82cb2d902fe1f28)) - ([`7c01ccf7`](https://github.com///commit/7c01ccf7f4aa9eacbf5e9f67ee3acd2e25b47ecc)) - Fixed logic for identifying why duplicate transaction didn't get rejected. GH #3608([`6e350e89`](https://github.com///commit/6e350e89a09e291eb72a207aa8a7fc556d88142b)) - Added test for rejected duplicate transfer and negative transfer. GH #3608([`f48d1e6a`](https://github.com///commit/f48d1e6a0c0345c1186633c17757c3f885285869)) - ([`bac3e228`](https://github.com///commit/bac3e228d6c4f9ab6817489ddf42bde38f8582ae)) - ([`0d738d3d`](https://github.com///commit/0d738d3dba4bd551214f999978e7136b900b6942)) - ([`5018c04c`](https://github.com///commit/5018c04cc6e704c0ad2bcb068075fa37c834b8db)) - ([`a39a9b80`](https://github.com///commit/a39a9b80e794be1159d2a80f02f12d7e90072a96)) - Create eosio.system-voters-rc.md([`d0f9657e`](https://github.com///commit/d0f9657e1460be764136d912881718f1274e5871)) - Create eosio.system-userres-rc.md([`09dfe306`](https://github.com///commit/09dfe3065467ed6f822273d1fd8caf37c230baef)) - Create eosio.system-setparams-rc.md([`ed3c4cfd`](https://github.com///commit/ed3c4cfda7aaa1acc9e9d289ac22a4873b0314d2)) - Create eosio.system-rmvproducer-rc.md([`f82c78da`](https://github.com///commit/f82c78da4cc178d744dcdf65341b0dea48435875)) - Create eosio.system-refunds-rc.md([`ba9415a3`](https://github.com///commit/ba9415a366c5337f6f3e51337f4e09e2d987cc8a)) - Create eosio.system-rammarket-rc.md([`49647a96`](https://github.com///commit/49647a96c88bfb1c1a2dde4749bf4a1157bc989c)) - Create eosio.system-producers-rc.md([`dbd05d4b`](https://github.com///commit/dbd05d4b4dc25d4e51fd0efd81bd5c652477c298)) - Create eosio.system-global-rc.md([`c5267a34`](https://github.com///commit/c5267a34880156ca3eda2facc73a6069264d7580)) - Create eosio.system-delband-rc.md([`3c3de744`](https://github.com///commit/3c3de744dc3c68c659aef1ab42bf1682a20567a0)) - ([`dddc7c24`](https://github.com///commit/dddc7c24109d7e41c04fa799149412304861d53c)) - ([`1d759799`](https://github.com///commit/1d7597999dc601cdd0d6a8b80e26f786491df209)) - ([`6208abd2`](https://github.com///commit/6208abd2e75f5241ae00724d5e4a3d2eb25de8d2)) - Remove unused local variable([`38587d0e`](https://github.com///commit/38587d0ee53fb5fadbdb06201dc64f3c50501902)) - ([`aca70853`](https://github.com///commit/aca70853d60118c2fb64fccb563dd1a6fa0007f1)) - Remove unused local variable([`f14ee722`](https://github.com///commit/f14ee7229f533b712171cd2cfe5835087abd9d82)) - ([`322f0fc8`](https://github.com///commit/322f0fc8d54d6c5091813c84a9deb88ca1e6bcfc)) - Guard against infinite recursion([`87f75030`](https://github.com///commit/87f75030f23ad7a8d1b63a5994f85856f12345b9)) - Add test for nested recursive array type([`82248197`](https://github.com///commit/82248197d2dd7ffa8655a862bb5dc77e4d78a15b)) - ([`c0e641f3`](https://github.com///commit/c0e641f304ea8cb936ea4f31dfb005e15fd35bd4)) - Set default HTTP port for user specified http:// urls in cleos to :80([`77ac40e2`](https://github.com///commit/77ac40e2b2a60d99589687d757ca5f2e95dd3e6b)) - Update eosio.system-sellram-rc.md([`6dc27f63`](https://github.com///commit/6dc27f63f7f03d2e5ef0b03b1a1378d518dfad1f)) - Update eosio.system-buyram-rc.md([`a89398d3`](https://github.com///commit/a89398d3c34ead1f0eec845b3565641d8c707b32)) - Update eosio.system-updateauth-rc.md([`1c97dad3`](https://github.com///commit/1c97dad376dbdda8b714569515034c1925dfe1f5)) - Update eosio.system-unlinkauth-rc.md([`6a15693b`](https://github.com///commit/6a15693bd52b31e99b5e65150cd4ca80003fa2d0)) - Update eosio.system-undelegatebw-rc.md([`ef71510f`](https://github.com///commit/ef71510fdb05aa1ef710cc576a95f4d514898aaa)) - Update eosio.system-setprods-rc.md([`c9bdcc87`](https://github.com///commit/c9bdcc87ecefa548567a266b467f0d87a55061c0)) - Update eosio.system-setpriv-rc.md([`7989c668`](https://github.com///commit/7989c668f4e2959927ffa3a3c0f90fa0bb119fc1)) - Update eosio.system-setglimits-rc.md([`31b9392f`](https://github.com///commit/31b9392fed75eb94e59df203879897cb717f1375)) - Update eosio.system-setalimits-rc.md([`67fd1eb0`](https://github.com///commit/67fd1eb0213aca36bf3db2ef6c79a1bf5e6e9dcf)) - Update eosio.system-setabi-rc.md([`af8e3297`](https://github.com///commit/af8e3297ad55d9c14e79f33ba788d0cd733fdad8)) - Update eosio.system-sellram-rc.md([`6284656b`](https://github.com///commit/6284656bf58491e994e2c2972c8305662c937e6f)) - Update eosio.system-reqauth-rc.md([`b0a4779f`](https://github.com///commit/b0a4779f6d77d52f11abcd323e41c6a6e406f074)) - Update eosio.system-regproxy-rc.md([`159d2e21`](https://github.com///commit/159d2e217c75f55bb6e5bc38c227add3b651dc58)) - Update eosio.system-refund-rc.md([`1acee545`](https://github.com///commit/1acee545cb7789c1fffd8db89f2ec96e9e6ddebb)) - Update eosio.system-onerror-rc.md([`1efcc877`](https://github.com///commit/1efcc877b0401a129c9f6d9c42603a3444ddd972)) - Update eosio.system-newaccount-rc.md([`a2962477`](https://github.com///commit/a2962477ece48e5dab99840dc847c62e3a7a7678)) - Update eosio.system-linkauth-rc.md([`9467ac52`](https://github.com///commit/9467ac52d5953cecd157f9e044c3247868b9b3e4)) - Update eosio.system-deleteauth-rc.md([`43e97a6f`](https://github.com///commit/43e97a6f978828142102b40ff33689030eb82208)) - Update eosio.system-delegatebw-rc.md([`5fb54ee3`](https://github.com///commit/5fb54ee32edb261af5b96d29a19c7b514b893919)) - Update eosio.system-claimrewards-rc.md([`ec005f12`](https://github.com///commit/ec005f127465966bc723e3370fb4a8abeafb7ed2)) - Update eosio.system-canceldelay-rc.md([`e4c3982d`](https://github.com///commit/e4c3982d4cf72011c8426f6a2cdc0c1af9307593)) - Update eosio.system-bidname-rc.md([`ccc7b645`](https://github.com///commit/ccc7b64514f18b7d09bd8ad4a5883a1f4de9ecf4)) - Rename eosio.system.voteproducer-rc.md to eosio.system-voteproducer-rc.md([`2f5db2e5`](https://github.com///commit/2f5db2e5f95f35cfa90e7c27e1d6f864cd4db065)) - Update eosio.system-unregprod-rc.md([`3ac56c74`](https://github.com///commit/3ac56c748a1cd01bc654c075059ee19a35bb2d62)) - Update eosio.system-buyram-rc.md([`035e1eda`](https://github.com///commit/035e1eda5ef23733cf30173eff00c484577c3588)) - ([`d9df25ac`](https://github.com///commit/d9df25ac1ad50ad4fd4880e70841863db31d9172)) - Increase pipeline timeouts([`17907451`](https://github.com///commit/17907451d1e3b3965b170c58b2c67045a0158104)) - ([`591e60cd`](https://github.com///commit/591e60cdca90fce1c3ce85581344bce6815992c3)) - ([`949be1c2`](https://github.com///commit/949be1c2b4a38c29270183342f337f4b26c7768d)) - ([`0437d0f9`](https://github.com///commit/0437d0f9287f2842b09ea9117ca1cfd102fecf45)) - ([`9385ab3a`](https://github.com///commit/9385ab3af4e5d376879f80947b5539111726ec00)) - Add rammarket table to abi([`8d461eca`](https://github.com///commit/8d461eca05635ddd9f31d6445978fd66e8eba8b2)) - ([`0c554919`](https://github.com///commit/0c554919bd042164dfb6117a91bc348abf610de8)) - Require wallet password when revealing private keys([`4b10390e`](https://github.com///commit/4b10390e3b41a73b6bb059a6cacc56c5cf1d6496)) - ([`e96e5ff6`](https://github.com///commit/e96e5ff6aaa42acc8438ff0c70b11d2760e45e8c)) - ([`2b7beb00`](https://github.com///commit/2b7beb003fd043b212b13042c07b958ff20cef33)) - ([`ccb90e8c`](https://github.com///commit/ccb90e8ce51eb0a16cf94ac222397b061c376acf)) - Use abi serializer to deserialize transaction to get_required_keys so that json actions can be passed([`9ad8651d`](https://github.com///commit/9ad8651d9dde181c47be82cafb55e750ec40ce7a)) - ([`433dda1e`](https://github.com///commit/433dda1e0cc3991c7ae0006f4407e2f0e0323042)) - ([`c4d924fc`](https://github.com///commit/c4d924fc7257065b752c3793d18896e76696520f)) - ([`12bf192b`](https://github.com///commit/12bf192b14860385224b83857038cc1f17e9fc1a)) - ([`8fe28915`](https://github.com///commit/8fe28915b0f8b6629e55432399bc1704720f9cce)) - Test eosio.stake account([`b899fb38`](https://github.com///commit/b899fb38963bd494c6b7b0bd13276712e439118b)) - No need to check proposed produced schedule for uniqueness since set_proposed_producers will already do that([`7659024a`](https://github.com///commit/7659024a9405683e8511ac643c02435f2e811a3f)) - ([`8a739172`](https://github.com///commit/8a7391722c4d28838cae1bed29c4c44acc52e59c)) - System contract rmvproducer testing([`14cba7c0`](https://github.com///commit/14cba7c0043245e29990acf397eec7cb6e29e767)) - Added rmvproducer system contract action([`e0c3c0b0`](https://github.com///commit/e0c3c0b096b1b89e666a2534ae80591165e8899d)) - Remove producer deactivation code and testing([`8d0417fd`](https://github.com///commit/8d0417fd8a575220b0b0f1a16e7ceef5d348f174)) - Delete savings field from eosio_global_state([`f7a17ee8`](https://github.com///commit/f7a17ee8a2f8ed6cd27d56dae090d4d42bd3ea3c)) - ([`1baf3ace`](https://github.com///commit/1baf3ace8cb8e62942b7aac2d8e5638e9691ec90)) - ([`7acb723d`](https://github.com///commit/7acb723d281427c258f93de856f176a368d391f0)) - Merge remote-tracking branch 'origin/master' into fix-segfault([`38b4edb6`](https://github.com///commit/38b4edb6432a1d777249aa4c2bbb6c43bd12be36)) - Fix segfault #3604([`d327ed64`](https://github.com///commit/d327ed6461e08356008bd17fe9fcd0b450f39540)) - Merge remote-tracking branch 'origin/master' into fix-segfault([`4300d7ea`](https://github.com///commit/4300d7ea344709a25e06c2473c2406eed29582b9)) - Fix segfault([`75bd470d`](https://github.com///commit/75bd470db1b6a844c60a6a3793b12c58d8ea7fbd)) - ([`e74b0282`](https://github.com///commit/e74b028253934e9d0007f0c1e32e294c9b5a0944)) - ([`31734250`](https://github.com///commit/31734250a41d3a2a52f4da52e9f3e8a2449bcbb9)) - Update of regproducer RC([`0407aa36`](https://github.com///commit/0407aa3638519a29357ed24fd133ed51150a09f9)) - Update transfer rc([`8e72bcbc`](https://github.com///commit/8e72bcbca914c6a833afbd9af611370696c6e4a1)) - Adding token transfer rc([`29d4a30b`](https://github.com///commit/29d4a30b5d0b3510b9638d625c99f24fb0b237e4)) - Update some ricardian contracts([`1dc801b6`](https://github.com///commit/1dc801b6c5b34b17bba50026fcf521befdf80e53)) - ([`c8be5503`](https://github.com///commit/c8be5503bbcdacc7d870580b81895cbc95bb9b91)) - Jonathan's suggested fixes plus a few([`a5341c2b`](https://github.com///commit/a5341c2b97f5073a52328d3b14398fc00e3d2bbc)) - Renumbered VII to VIII; fixed Termination([`8555be67`](https://github.com///commit/8555be677efda31a3dc6ec337b0bd613f2edc756)) - Other fixes([`d43838c0`](https://github.com///commit/d43838c0c3f3872b74afa5db023c87eab0c66195)) - Typos and wording tweaks([`2bc58b5b`](https://github.com///commit/2bc58b5be61cde3732d29e33b64c8dd516034af5)) - Update regproducer rc([`dbc6bffe`](https://github.com///commit/dbc6bffe4b9a3e7e8cfd649e3a16b32a8ffc6c62)) - Language article([`93ea09ec`](https://github.com///commit/93ea09ecd185f1b2a547648ccf88df01e2ed8dc3)) - Renumbering and grammar fixes([`849b8741`](https://github.com///commit/849b87413856d374cbd31c467482b1f82df8ad57)) - Update constitution([`37ce45c0`](https://github.com///commit/37ce45c0b60d2710569c2d1a9229945cc0e855a9)) - ([`bf3cd3ca`](https://github.com///commit/bf3cd3ca33802aa405a518a6f3c529885594f36c)) - ([`5430011b`](https://github.com///commit/5430011b0d7b162559fc85cc837194684b978f77)) - ([`2ce5b800`](https://github.com///commit/2ce5b800205e341aeaefe98e71867d67611de04e)) - Properly support -1 as disabled for max-irreversible-block-age([`62a64161`](https://github.com///commit/62a6416185033d351b46382b934fbd45fddf7556)) - ([`ff194a00`](https://github.com///commit/ff194a0090191be5d278b37ccffcbb61dbf31c2c)) - Move genesis-json option from config.ini to command line([`8d3bac53`](https://github.com///commit/8d3bac539a514235dc90d86fa01a36a55a619b32)) - ([`d31a8111`](https://github.com///commit/d31a81118e7f66c66bf44a4e85eaf1dd55eeab7a)) - Test update to kill nodeos/keos instances conservativily.([`f63c45f1`](https://github.com///commit/f63c45f16febcb3524adc93b618c0a5a05a9bd0e)) - ([`1e40cc33`](https://github.com///commit/1e40cc333da7d966ec6834d8e8e36fd645c8dfad)) - Removed unused totalband table from abi([`aef94303`](https://github.com///commit/aef94303a06d702d1bdc4d4f30811a637b12492a)) - ([`6b9a6334`](https://github.com///commit/6b9a6334f0d9248c798970573ca11ac11f81385e)) - ([`ca03c3a7`](https://github.com///commit/ca03c3a7db7c7177a4790eb1655e444c3ad8b9bd)) - ([`804f089a`](https://github.com///commit/804f089a7cbb4d12b7a077718c10e2fb01b4d135)) - Update constitution.md([`ab30b771`](https://github.com///commit/ab30b771efa8d5efda3f6746ebe55a2e59085fdf)) - ([`455abe45`](https://github.com///commit/455abe45d5c5ffa55d38347606cab730867c831e)) - ([`e22c9bda`](https://github.com///commit/e22c9bda6c4735cc6c6e8b2c8faf784d97117756)) - ([`c7d08d47`](https://github.com///commit/c7d08d478d5905c52bde8a2c7da22909174c80b6)) - Reverting accidental change to genesis.json file([`aac9574f`](https://github.com///commit/aac9574fc2aa02b21c11ed1183fe35c7a4c29453)) - Merge remote-tracking branch 'origin/master' into feature/more-bad-wasms([`6c0e78a3`](https://github.com///commit/6c0e78a35abe3cf805510adb49fe985a33e61f35)) - Added new adversary wasms, none of them pass dissasembly so more effort will need to be taken to see if the exploit can pass our basic validators and make it onto the chain([`85c95d5b`](https://github.com///commit/85c95d5b14a80bf9cb60d07715c67962c58d441f)) - Merge remote-tracking branch 'origin/master' into more_fuzz([`ebe34ca8`](https://github.com///commit/ebe34ca8405bed4bb8d279b8c053ec0b3f2271df)) - ([`cd21f12e`](https://github.com///commit/cd21f12e539452ff405729a4bf8bde0391172264)) - ([`7dec0937`](https://github.com///commit/7dec0937e92812a0a9dc5b789344b59cf66b43eb)) - Don't raise exception upon receiving empty transaction, try again.([`41d69657`](https://github.com///commit/41d69657f9e04711b955dff3b1ccc9a2aaf320ad)) - Modify test to have eosio account create new account. Fix log bug.([`a4e5f5e0`](https://github.com///commit/a4e5f5e09ee15b37c8e02355802f4d66a5055827)) - Add test for hard replay.([`07734944`](https://github.com///commit/07734944b378d825876b2e21025910ae4157195e)) - ([`6e3eb5dc`](https://github.com///commit/6e3eb5dc7371fa4e914abc81ce56cc2fb677be12)) - ([`d3a77774`](https://github.com///commit/d3a77774a46547abf1cb231f1c0a8639a0cfcc05)) - Ensure _sessions accessed only on one thread([`4319825e`](https://github.com///commit/4319825eba86127676e8538363b38d96380a2628)) - ([`2bb562c2`](https://github.com///commit/2bb562c28c34243ab76f32813dd1df10b283f36b)) - Add a few more fuzz tests that are known to trip up plain wavm([`889a9ea8`](https://github.com///commit/889a9ea885d07463dd3796510ad97edcc5728b64)) - Moved directory opt/boost_1_67_0 to opt/boost([`b123027b`](https://github.com///commit/b123027b32b311373e10de03a44bf99948f14c25)) - ([`dc1fa733`](https://github.com///commit/dc1fa73348d5fb4bc147e2dd9ba07da4af9a15e5)) - --p2p-max-nodes-per-host([`012ce663`](https://github.com///commit/012ce663f43388c5607610dea3bffa07c62cb2da)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial5([`1d8e29da`](https://github.com///commit/1d8e29da6f26912c94b36e26d01f1c3bf730eb56)) - ([`aecf0890`](https://github.com///commit/aecf08900ed8b49f6aa00fab36f5b51aba0df222)) - Fix non-void function return value([`eb85fcc9`](https://github.com///commit/eb85fcc949915ee3efae7a7b53b5db8c0b4affa0)) - ([`dca5b112`](https://github.com///commit/dca5b112f98670f783a09fa4f102b4197f8e19d3)) - ([`74d12f35`](https://github.com///commit/74d12f353ed063f712b758be12e2eb488c50ddbb)) - ([`bcf9f059`](https://github.com///commit/bcf9f059e845aa8a1b51fd1e737ca49ee4ad4fec)) - ([`7c316db8`](https://github.com///commit/7c316db8ef2bd629fb63c124b441f979e87be318)) - ([`bb803b69`](https://github.com///commit/bb803b6961301252aae0134a2f00c5b182190134)) - ([`ca7b9673`](https://github.com///commit/ca7b9673a0d46ace2f25177da4cb5d753b85ff83)) - ([`6c352ce0`](https://github.com///commit/6c352ce0c92269cf1c8ce61a8cfa231924899cf6)) - Prevent updating to producer schedule with fewer producers([`8f15db85`](https://github.com///commit/8f15db8599bce91abf66b1e35a3a0f7265a50e8a)) - ([`cf4f2e61`](https://github.com///commit/cf4f2e6164e2a8925aa8aa6d4fa17f95a673cf09)) - ([`1b6b2dc3`](https://github.com///commit/1b6b2dc38a12682a88d86e6b21906e6666a7fe1b)) - Avoid producer deactivation corner case([`0e6c57f2`](https://github.com///commit/0e6c57f21f5c099bf5aed59c9ccb4949e561280f)) - Added setram unit test([`6622dd6a`](https://github.com///commit/6622dd6aa9038a7a8685ae4041a1e15ded818e80)) - Optimize update_elected_producers([`4e8d0a1d`](https://github.com///commit/4e8d0a1d66fbc3da4c4c597ef0963fe9688614b3)) - Checks to test eosio.names, eosio.ram, eosio.ramfee, eosio.vpay, eosio.bpay balances([`11302d79`](https://github.com///commit/11302d7981ca91168e3b47782d62f90bc38d225c)) - ([`b39f4194`](https://github.com///commit/b39f41942df02373fe5c558371615e2e35d2568d)) - ([`237963e6`](https://github.com///commit/237963e6ea92ee8f46fcd5ae7e30f6c12150be78)) - Installing/upgrading boost removed build directory([`4c67e547`](https://github.com///commit/4c67e5471085ba058c5b6f947fc9cb9ac2846f38)) - ([`999b2172`](https://github.com///commit/999b2172779495e293978e888327ee95a788a6c6)) - ([`e8d7dc2a`](https://github.com///commit/e8d7dc2a77205e9fd7736a8aa44337427206b810)) - ([`db1228f3`](https://github.com///commit/db1228f33498f50d41bf5ce442c52819248be385)) - Use shared_ptr to guard lifetime of bnet_plugin_impl and io_context([`a8dd507e`](https://github.com///commit/a8dd507efdbf30818b5f50b713f2fa5d2721309f)) - ([`18271545`](https://github.com///commit/18271545950dea8ab08f10b3a2f14f9d780346b0)) - ([`f153be30`](https://github.com///commit/f153be30b626175450732b0d175948b4a3b7ae83)) - ([`c5cdd81c`](https://github.com///commit/c5cdd81cff3e0a9eedf2e8eea55f469add267fc2)) - Resolved issues #3540 and #3541([`3432284e`](https://github.com///commit/3432284e46416c063066fd6e59b26e773d9cecab)) - ([`06d3acdc`](https://github.com///commit/06d3acdc8314c447dfe539aa149e4cc1a84e81d5)) - ([`6dfe6f15`](https://github.com///commit/6dfe6f1532a6c928f6d60f8fa580734cb7ebdcd0)) - ([`a7b5c8c8`](https://github.com///commit/a7b5c8c8a4c2151974540767c53dab7916c22c51)) - Update bnet with version info([`4e175006`](https://github.com///commit/4e175006170e44fff4e4ca700fdb70fd131060f1)) - ([`6bb6dbd2`](https://github.com///commit/6bb6dbd262fa50ff7e7a71316330a4971dd434b2)) - ([`fae2b565`](https://github.com///commit/fae2b565260802edad0d29fdeb2f4e25ed706a3e)) - ([`e33fe995`](https://github.com///commit/e33fe995dc9bfbea655b27b820f44d29565bf942)) - ([`7395f7f1`](https://github.com///commit/7395f7f172c36968a4b0847a6bfb4f5b8f025add)) - Initial drafts of Ricardian Contracts.([`07d4bcea`](https://github.com///commit/07d4bcea808892a34bab420d9deb18c2630e09fb)) - Removed dup arb clause; reformat([`d79ea607`](https://github.com///commit/d79ea607bde3b5891d6f504b35b1ecf19b25d3ab)) - ([`a829eda5`](https://github.com///commit/a829eda52945f2a4f896e0cffba0c48305c0dad3)) - ([`1062ecc7`](https://github.com///commit/1062ecc747a3f0da7b8546339d9c53376ec53f95)) - Fix small possible memory leak for WAVM module instantiate failure([`a41e76c2`](https://github.com///commit/a41e76c20af355a21e3433f8a773a9ade9c8c4cd)) - ([`8c66fb23`](https://github.com///commit/8c66fb231c1d2627426d29272e8e14f0762c3783)) - ([`7218ea5d`](https://github.com///commit/7218ea5db4d765e01af978495ac9c64ea512b527)) - ([`b662ac3e`](https://github.com///commit/b662ac3efe7d72adf30ed71be89356580728f1aa)) - Workaround for lack of timespec keyword python versions earlier than 3.6 #3576([`60667894`](https://github.com///commit/606678943aa280b93413cce682a3860ae87ce632)) - Quick fixes to get smoke tests working again([`ae80d19e`](https://github.com///commit/ae80d19e235ba0ae60e92675ca60ea069360827d)) - Fix crash in bnet message handling([`25a1dd94`](https://github.com///commit/25a1dd94e60c4aa813392f7733abcd306cb92ff3)) - Update how accounts are staked and funded([`e4985698`](https://github.com///commit/e49856983b299e60f5ce214fb1f30ec50b4efc40)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial5([`1b4022e3`](https://github.com///commit/1b4022e3aefe6fd3cbe9ea3370bf958290bc5a63)) - ([`7d0229f7`](https://github.com///commit/7d0229f76ee6df2cbd921384e36f1963e73e57a4)) - ([`30530ccf`](https://github.com///commit/30530ccf69e748a9dff4bd8e494d12e15696dd35)) - Added whitelist_blacklist_tests #3376([`cbba566e`](https://github.com///commit/cbba566eb54ba6ff49bacb0fdd9d72321fc6f9b0)) - Implement actor and contract whitelist/blacklist #3376([`9dbcef64`](https://github.com///commit/9dbcef64807d4ab1a326348b6090cded4887a065)) - Appropriately set block_status of pending block. #3376([`9abcd5cb`](https://github.com///commit/9abcd5cb9f85d099c57074fe5de5e58b7ee07587)) - ([`1bd3edc6`](https://github.com///commit/1bd3edc621ca09af943d14df8c7ea2bc63b77443)) - Docker README.md "build" typo([`de9b8ad4`](https://github.com///commit/de9b8ad4de27abc28f57faf570ae72d8afcb6d4d)) - ([`b49ba367`](https://github.com///commit/b49ba3677f8fea587d7a7aacc0ddc6dca77a3435)) - ([`1f591424`](https://github.com///commit/1f5914249df422e3ebe487602dcf47ac7b73b179)) - When installing/upgrading boost removed build directory([`49111095`](https://github.com///commit/49111095959cbafe5b5a38394815850d328838ad)) - ([`7aca9476`](https://github.com///commit/7aca9476a4e3f32c96a698aef14c115faea991df)) - ([`6152124a`](https://github.com///commit/6152124adc2ee3873377280e2486704ff45789ac)) - ([`40350380`](https://github.com///commit/4035038067cda9b24f0f64f1e77769974b25b419)) - Removed includes([`245e923d`](https://github.com///commit/245e923d72f958b8689fc9dd86759f3ae37f4a72)) - Remove BOOST_UNLIKELY for now, add back later([`2921e92c`](https://github.com///commit/2921e92cbce864f091ff18ac146fa7d49c4abb72)) - ([`f5c62a40`](https://github.com///commit/f5c62a40d8ba83a916fd296d5a1c33451a81d5c9)) - Fix for eos #3519([`375ef30c`](https://github.com///commit/375ef30c3f801b5c0eda12ba01159364566bd6d7)) - Applied commit ca657a1 from upstream([`ef198dc3`](https://github.com///commit/ef198dc38ce77caa86a405ad1c321b41839c7bc2)) - ([`79f53337`](https://github.com///commit/79f5333786b6f5a66b477223e9ec1952b6cfc679)) - EOSIO/eos#3487 Expose runtime options in the producer api plugin([`c6540cf8`](https://github.com///commit/c6540cf89568a49f91d109264515a39371aa0323)) - ([`4e800ad9`](https://github.com///commit/4e800ad9bd589aebb23ddd328588d5d6c11ac9f1)) - ([`bc24d091`](https://github.com///commit/bc24d09153276745c167ae3fe1802a7ff7d309c5)) - Put unstake check (which shoudl fail) in a better spot #3549([`6a08694b`](https://github.com///commit/6a08694bbcfe2b8d7a0e0e019f3709845f0ee328)) - Update eosio_system_tests to respect enforced unstaking rule #3547([`fce1f036`](https://github.com///commit/fce1f0365462241f1907b6239c0753fd9a8ba478)) - Prevent unstaking until minimum activated stake #3547([`140b254b`](https://github.com///commit/140b254b5ab9a8bd6d58fc4d25a62d32b626e13f)) - ([`ca65f0e1`](https://github.com///commit/ca65f0e1537997ae0661d09ba29570f3995a55ea)) - Use new abi_no_found_exception for no abi on account([`e119ca4c`](https://github.com///commit/e119ca4ca290e09650979ba6c2ebfc2fa82aa31b)) - Throw exception when no ABI available for abi_bin_to_json and abi_json_toBin([`9b03c44a`](https://github.com///commit/9b03c44a86a03c178bf11afb605dfef760a4878b)) - Add new exception abi_not_found_exception([`0363e987`](https://github.com///commit/0363e9877c5c76e2e9c17df57cb845be6f26a435)) - Remove unused required_scope and required_auth([`efbf046c`](https://github.com///commit/efbf046cd344e45972ef81b98d505f37be2d2c16)) - 30,000 users, default to 3000([`2f0e16c7`](https://github.com///commit/2f0e16c75b67f3f111dd39f273b6dbe3b269ba62)) - ([`780a9c12`](https://github.com///commit/780a9c12c0e71ccc23b0dd54b68de91b611ce4c8)) - ([`d48fc207`](https://github.com///commit/d48fc207aac41b0ae5915ebd53199b4b391deea5)) - ([`ff294324`](https://github.com///commit/ff2943248ca48758cd015581dad1031c7fec4a15)) - Reenable fuzz unit tests on WAVM([`4a9ef905`](https://github.com///commit/4a9ef9050e5c7b886eee8340ba7e58c42bd5d859)) - Fix a few cashes of WAVM teardown that can crash([`b205c04a`](https://github.com///commit/b205c04a9e34672780d7b0e43ead076756682ee1)) - Don't check return value of doInitialization(); it's always failing([`4f2e9d52`](https://github.com///commit/4f2e9d52a333563a274606e357588b1dff87a15b)) - Avoid changing bad_alloc exception type in record_transaction #3561 #3348([`2ea3dfd9`](https://github.com///commit/2ea3dfd9768b0f7072b50f8922c8e43968903046)) - Better classification of onblock failure messages([`061f9087`](https://github.com///commit/061f908711cdbc27aa69acad95410d613f3beeac)) - ([`724bb75b`](https://github.com///commit/724bb75b7f14bb86854bf8abce599da411f14745)) - ([`c1380b07`](https://github.com///commit/c1380b073037f327179217aa107fd3de19261761)) - Temporary disablement of fuzz tests on wavm([`2895e36b`](https://github.com///commit/2895e36b4dbcc2343c2744fb7c6d825f2524daa1)) - ([`3a137b00`](https://github.com///commit/3a137b007534e926beef35290b87401235fda093)) - Use FC_ASSERT #3513([`cb08d3ae`](https://github.com///commit/cb08d3ae92514372efa0232ecf847222a9f8cad2)) - Use static_assert #3513([`8dd9c6cf`](https://github.com///commit/8dd9c6cf92e39149a4a3142a9bc32f081791de57)) - Issue 3497 - add new config to limit the number of client connections accepted from any one host IP address([`0a95f98c`](https://github.com///commit/0a95f98c3ca94dacce8bfa487b74d749fd6aaee1)) - ([`368ef983`](https://github.com///commit/368ef9835b853437fa69b80537268faf88532aa5)) - Merge remote-tracking branch 'origin/master' into feature/3359-better-future-blocks([`6bc08a3b`](https://github.com///commit/6bc08a3bfcf4893b95f6ebcc09e62efd52ca2c3e)) - Provide an async implementation for incoming::transaction_async , buffer up the retry-able transactions. EOSIO/eos#3359([`130870f9`](https://github.com///commit/130870f9ac5f0b22741cbc63e8dad377b3dcdd8d)) - EOSIO/eos#3359 create async transaction method([`0f46f2b2`](https://github.com///commit/0f46f2b2bc93b5882c4375b6ad66f5f368976807)) - Step 2) plumbing from net/txn-gen still called synchronously EOSIO/eos#3359([`7ad39ac6`](https://github.com///commit/7ad39ac6705e5369b2ab92ae8e1a055272e0a6f8)) - Moving chain RPC to async, step 1) plumbing from HTTP still called synchronously EOSIO/eos#3359([`25ad2231`](https://github.com///commit/25ad22310f320c337fc3d5091f90ed5efc8c3f80)) - ([`21842461`](https://github.com///commit/21842461970c71bfdfa95f896fe9a23ec0f86b30)) - ([`d12c2abf`](https://github.com///commit/d12c2abfe9a31d9492ac4d47619aa6218b9541ac)) - ([`d3383b61`](https://github.com///commit/d3383b6138c41121567d7ec55e72183a1128190d)) - Added appbase changes([`dee9bf03`](https://github.com///commit/dee9bf033a9393afa62a363494038a7752081b7f)) - Fix for eos #3456([`c70789d1`](https://github.com///commit/c70789d10aa01c0cfeece4a282dbab96e95062f1)) - ([`d28e805d`](https://github.com///commit/d28e805d5b43572e25a2a2bbf51d8cb0389da60b)) - Add in the troublesome .wasms from fuzz testing([`f8753ebf`](https://github.com///commit/f8753ebfebb2fed156cbbdce404610e16e3c568a)) - Add another check on controlStack.back()([`91ecbe78`](https://github.com///commit/91ecbe78827286714bf9314bc4fb54d73232c7f4)) - ([`084112a8`](https://github.com///commit/084112a8647c945de3b873e314b4bc3bff618a47)) - Change std::exceptions in favor of existing wavm exception types([`455b259c`](https://github.com///commit/455b259c11b00c46ff07218d93f93f4ceb8e8ae3)) - White space changes([`8c0f4ff7`](https://github.com///commit/8c0f4ff7a069c5686767c26662c49fc0e5c01ad9)) - ([`dd73ff50`](https://github.com///commit/dd73ff506e76dfb561546087fd2816aae0549da7)) - ([`463d6e43`](https://github.com///commit/463d6e43df11cb8427448e8e3d14f038545b8cd8)) - Fix numerous issues discovered by Guido V([`c7e05074`](https://github.com///commit/c7e050740b2bca9198c515881c7c82adcb544d3a)) - Core_symbol.hpp is generated file that shouldn't be in git([`10e5e112`](https://github.com///commit/10e5e11286414cdedeccd9e920e83b67a37934a7)) - ([`b28cbdfd`](https://github.com///commit/b28cbdfd18c931f1488e3993fba091128166906d)) - Ignore user sections #3424([`5a805421`](https://github.com///commit/5a8054212fccd3e06a27e7fecf49c8fb32884241)) - ([`0bc76e56`](https://github.com///commit/0bc76e561915374b7f6c06537b0b4c982e2142ee)) - Shutdown on sigpipe([`0c493808`](https://github.com///commit/0c493808898a058a0783bd472594c0eceb8281ee)) - ([`9b42e8ec`](https://github.com///commit/9b42e8ecc8231c3f33190194a109913a7eb8ae44)) - ([`d4f2a0ef`](https://github.com///commit/d4f2a0ef04e3e8902c5ef005f6b2da8b386b945c)) - Ubuntu, Darwin: when installing/upgrading boost remove the([`da587b8c`](https://github.com///commit/da587b8cf16d9d57aa84ec6bde48b374f1d24650)) - ([`f2c0675c`](https://github.com///commit/f2c0675ce4f909f2a09e6e3a6c45bcf4da27e22f)) - Don't fall into forever loop in zero byty in json #3500([`a5f1a208`](https://github.com///commit/a5f1a208acc3dcb926c28697cf3be316f21ab7e7)) - ([`1aa3fddd`](https://github.com///commit/1aa3fddd0f480ddec6365f81012a66a7dbeb9951)) - Convert binaryen asserts into throw #3498([`3bdf8dbc`](https://github.com///commit/3bdf8dbc5fe4d8f3cc8cb4d2d9277e8c0065aee9)) - Convert wavm asserts into throw #3498([`e8c2d664`](https://github.com///commit/e8c2d664a30692a15896428dd441fab7448a76d0)) - ([`0a93e47d`](https://github.com///commit/0a93e47dd3166202fe2251e190dd9bb22bedb4aa)) - Disable launch of keosd for get, version, net, net create key sub-commands([`fee2f45c`](https://github.com///commit/fee2f45cd9b2095f4e58a63e6926880e56d36a62)) - ([`22a14c02`](https://github.com///commit/22a14c02fdb71a31c3a07dcb65f103224e21ea4b)) - Upgrade docker readme([`bfb32d20`](https://github.com///commit/bfb32d20dc3a655863f8f24097a83436f9da18b8)) - Rename docker file([`2ffe36d5`](https://github.com///commit/2ffe36d5111f8819e4ec718debb05f950d37a367)) - Change dawn4.2 docker image version([`6393ff7e`](https://github.com///commit/6393ff7e9850054ba3701e22de51a9b257de9601)) - Add dawn4.2 readme([`6f40c26b`](https://github.com///commit/6f40c26b406a641cd0d87eeb8d0d4f7f9d6b0fb2)) - ([`a06a2fb1`](https://github.com///commit/a06a2fb1c0693d69ec540f4011f9bb61d27577f6)) - Special process OPTIONS request([`d269bdbb`](https://github.com///commit/d269bdbb7add0d358a9d5779be9d41e63dada195)) - ([`2cb34d66`](https://github.com///commit/2cb34d66d5caa9ad2a0e18044c60feb6966dfd12)) - ([`8eb9264e`](https://github.com///commit/8eb9264eb6df6dc363639e0934866945f09358d6)) - ([`5f3c2e22`](https://github.com///commit/5f3c2e226f6d31d9e426a4911eaf0d452b2a2c2c)) - Remove irreversible_block_age check([`eb8f4c4a`](https://github.com///commit/eb8f4c4a1e5a77ec38dd2dbb40ed4826631b0dd6)) - Adding missing include([`0bc89124`](https://github.com///commit/0bc891240aa8e1436b2b94f1c7e71d4fb918f39d)) - ([`71704326`](https://github.com///commit/71704326ba68962214ceb75ffc3a5263fd740f46)) - Reset code id to 0 with empty code([`3c42ef85`](https://github.com///commit/3c42ef85c3bcd3814ef04c8d744f8595a1f7fb5d)) - ([`e64fffdc`](https://github.com///commit/e64fffdc22944343a95da96586dcea459e939e58)) - -Don't launch keosd if --skip-sign option passed.([`238df830`](https://github.com///commit/238df8308d6da02b799edef4f2d6144ea50ab8ae)) - ([`ba6c5776`](https://github.com///commit/ba6c5776dc8589841ec38fcdce9f96cf3f2a4652)) - Make https also throw (and exit) on start failure([`a4e6892e`](https://github.com///commit/a4e6892e3dbd03df6c6218c738227a4ed0cfd5f7)) - Make http service start failure print a little more clear([`f6078727`](https://github.com///commit/f6078727a12b0d097f7fac3788b4014a6a77ff69)) - Keosd process exits if failed to bind to port #3314([`9e120e1c`](https://github.com///commit/9e120e1c3faf5542e3a4d78e8baec6e61ed840c4)) - ([`efe08dcb`](https://github.com///commit/efe08dcb33b99998efefcade9de7401185940da3)) - When installing/upgrading boost removed the([`cd8a534f`](https://github.com///commit/cd8a534fff8c317df79db48e30953c877c3abab0)) - ([`919e3f74`](https://github.com///commit/919e3f744a29d2b26558ecd0caa95544fff5522a)) - ([`233e5348`](https://github.com///commit/233e5348dd1a3dd5752931be2fdad663931719a1)) - ([`4938c6d0`](https://github.com///commit/4938c6d06e08ed37c05d2de0fd1419200e212c45)) - Show start_block exception([`ddaf5a68`](https://github.com///commit/ddaf5a68b8ce53665c0489e853714344812932f7)) - Switch tests to use bnet plugin.([`52b8c39a`](https://github.com///commit/52b8c39a406d6459767c010d53805de7ba077189)) - Better handling of bad_alloc exception #3348; bad_alloc during onblock should cause nodeos to stop #3561([`5278021e`](https://github.com///commit/5278021e618ff5c73d1c0294a982e410ce9eb019)) - ([`07a67985`](https://github.com///commit/07a6798584d053ed6061bd892879c6c886ba104e)) - Fix Minor Version to 2([`3588c5c7`](https://github.com///commit/3588c5c707c5919fdae1b5eb154b06740b05e2cf)) - ([`a609496b`](https://github.com///commit/a609496bf103c1752aa90c2197e630b3cc17f03e)) - Potential Fix #3458 - uncaught exceptions([`cd2c29fb`](https://github.com///commit/cd2c29fbc49f366d47f2f212951e5c32cbdc0ee3)) - ([`f72c09c7`](https://github.com///commit/f72c09c762dd14ee904c93c3bd095ecaf3d0be7d)) - ([`cfd8c522`](https://github.com///commit/cfd8c522f02b48f222ad83aac3a40cf091840999)) - ([`4baa850e`](https://github.com///commit/4baa850e5b87d542fd16283eda2cd470c17e9d34)) - Allow printing non-const references([`eb828235`](https://github.com///commit/eb8282352af5aad2278181b08693ab92a0101ba8)) - ([`ebba633d`](https://github.com///commit/ebba633dd603e29186f8de86cff90f509cf03a12)) - Ignore JetBrains CLion IDE related files([`96242579`](https://github.com///commit/9624257972940fe0375d6c9d97ece4b927cc4652)) - Ignore default CMake build directories([`af418503`](https://github.com///commit/af4185038c562529e253bbeb178e0b11be73bf74)) - ([`b5f3f55d`](https://github.com///commit/b5f3f55dbb1d0c78a786b9a1398d12d97d407dd4)) - ([`bafe7b11`](https://github.com///commit/bafe7b1105f641ce6c36b2ee5fc351471ef7caa8)) - Rename deprecated "resync" option([`634781a6`](https://github.com///commit/634781a626603b665edea484fd393ebe92a4263f)) - Potential fix bnet crash([`42baafc5`](https://github.com///commit/42baafc5015b87cdf439db1fa36421773c17a81e)) - ([`b7764870`](https://github.com///commit/b7764870dbbb99fa81d81b399ffac3a14290334a)) - ([`acd86d1e`](https://github.com///commit/acd86d1ecb369186d5f08e1416f6dc3a33ce4c2d)) - Disable build of sql_db_plugin([`5d497ead`](https://github.com///commit/5d497eadceebacc24514fe1c61ccc7ba4192abec)) - ([`f32c5a69`](https://github.com///commit/f32c5a69a789b65301758ae55a3c7c27e83d633c)) - BUILDKITE TEST- DO NOT MERGE([`76729e55`](https://github.com///commit/76729e553589be6560beb166ce053ec945f07c26)) - ([`5b3796ad`](https://github.com///commit/5b3796ad4c4f7f62e28ebe5ecdc26cba5eff94ca)) - Add bnet support to launcher([`d4630083`](https://github.com///commit/d46300832d277262910d57d1acd5fd82e339b0bc)) - ([`89de6742`](https://github.com///commit/89de6742286b5e5a42ddca9ae14fb7b709519a06)) - ([`00c78697`](https://github.com///commit/00c7869743564fc2a314861bf2ac973bb27adc6b)) - Changed to one line([`26ff9253`](https://github.com///commit/26ff92535e92f268f78683ae361e5bb5580006c2)) - ([`fea36880`](https://github.com///commit/fea36880fbe9e156cf52b0accf21695fee4b5d9c)) - Changed boost version from 1.66 to 1.67([`e918f019`](https://github.com///commit/e918f01992b6368712c4f41a5df6ae8ab3e4817a)) - ([`3865232a`](https://github.com///commit/3865232aedbf89726f7154d9f4301dcf0ef5b841)) - ([`e528e5fb`](https://github.com///commit/e528e5fb35a05013723082a7c07205be19dad543)) - ([`73587151`](https://github.com///commit/735871515708ba76fb8ebbfa722d56714f6361f9)) - ([`71c71f28`](https://github.com///commit/71c71f2855c03b6e9fd3a34d0f9d9a2fc9828947)) - ([`a1e0226c`](https://github.com///commit/a1e0226c60e7575ef9087af5639afa28e42c66fe)) - Changed boost version from 1.66 to 1.67([`4d2a78e4`](https://github.com///commit/4d2a78e40a849e80faa2ca8dff950071deb60169)) - ([`6fedf846`](https://github.com///commit/6fedf846cf97539370a36e024d1924a43bb56dbc)) - ([`94a72c42`](https://github.com///commit/94a72c420903197e74657da40b988c8f6e892bc3)) - ([`f91fc4f3`](https://github.com///commit/f91fc4f37bb8c568f09e61e9998f375c0c48fd08)) - Update boost on coverage pipeline([`ad64ec4b`](https://github.com///commit/ad64ec4b36b9facfad748f94e3f71db891dff824)) - ([`b3e0658a`](https://github.com///commit/b3e0658a81060781baad4c3ed42c5c4270b47d2b)) - Added bzip2 to dependency list for buildkite([`0fd3259d`](https://github.com///commit/0fd3259d4b02a722593890956b762d656a37712f)) - ([`38eb6298`](https://github.com///commit/38eb62986faa413e8abb8093e92d490f4c899ea8)) - Changed boost version from 1.66 to 1.67([`6293147c`](https://github.com///commit/6293147c6c2099e2841f254ecc232e75427add94)) - ([`137a412e`](https://github.com///commit/137a412ec9355704dfa529a3de79279a5ec97618)) - Merge remote-tracking branch 'origin/master' into write-genesis-to-block-log([`630dff49`](https://github.com///commit/630dff496e86dc26b367cf4612f491dd24c0bf53)) - ([`0905979d`](https://github.com///commit/0905979dc7b5926fcb7d68f7e14d6995bfd29b19)) - Revert "Merge branch 'master' into bios-tuts-args [skip-ci]"([`27c36c82`](https://github.com///commit/27c36c8274f3b4395e42bb507d6f742adea8f7d3)) - ([`0eda814c`](https://github.com///commit/0eda814ce34a4df6b982223d54f565ad59774083)) - Add configuration arguments([`91055a02`](https://github.com///commit/91055a023e99c96ad366501555e0d2468801bc09)) - Clarify comment regarding access of chain_id_type() constructor([`04aa1f88`](https://github.com///commit/04aa1f884020a55661c646c531299901d5f0d802)) - ([`0975926f`](https://github.com///commit/0975926f36c708406a6daaddc3219a9eccddb342)) - Chain_id_type should be its own type (without a public default constructor) rather than just a typedef of fc::sha256 #3415([`c740baf0`](https://github.com///commit/c740baf05606a25b380de96141416085ced18900)) - Forgot to normally use genesis_state extracted from blocks.log #3415([`16b72a5c`](https://github.com///commit/16b72a5cfb2b202c460f52b4fd0e430a3be10bfe)) - ([`0efdeeea`](https://github.com///commit/0efdeeea1c695fd18c523447a3546e777454141b)) - Chain ID is now hash of genesis state #3415([`7ae937ec`](https://github.com///commit/7ae937eca545a4baed847c1740a70f70e668ae95)) - ([`c4dc42d2`](https://github.com///commit/c4dc42d2f2d5c3a468dd319b81a1577c4010d691)) - Genesis_state should only be provided to nodeos on a fresh blockchain([`5146bbbc`](https://github.com///commit/5146bbbc9873d1a01a7453710b9605ab321368e0)) - ([`48e6c503`](https://github.com///commit/48e6c503b35f71cbe224873a6ec2b79eba187b61)) - Nodeos can now extract the genesis state from blocks.log([`4012876d`](https://github.com///commit/4012876d926293d04c39e0158a5a6254a9c3bfcb)) - Add version and genesis configuration to beginning of blocks.log([`1fbc65b8`](https://github.com///commit/1fbc65b89f9a5c9fcebd5394750a2c2a7227ea3b)) - System contract cleanup: fixed and put back check for eosio balance #3430([`ec7151cd`](https://github.com///commit/ec7151cd300b86980e3d1d8bdb83904a2b59cc70)) - System contract cleanup: remove special handling for eosio delegating/buying #3430([`fe2296e8`](https://github.com///commit/fe2296e8391818ecb7af98c283eea8a812928a30)) - ([`e306198e`](https://github.com///commit/e306198ed2f07aa18b13e65e583f29f9fa76bcad)) - ([`fe5f09b7`](https://github.com///commit/fe5f09b7a49126226840f7321d78f2b6470ec66d)) - Update boost to 1.67.0 in builder([`3baa61d8`](https://github.com///commit/3baa61d81108342111026775c5000428d938a831)) - ([`2d04d224`](https://github.com///commit/2d04d2244fdc3d315c796a8ed0ff143705bc2f24)) - ([`953b7981`](https://github.com///commit/953b7981f0f731870c3eda402651f0f9c6c2c60d)) - ([`393546bd`](https://github.com///commit/393546bd24b3af36d06b61c44e88b85602dff72d)) - ([`f034af3e`](https://github.com///commit/f034af3edbe0efdd94cccb3b4aecec6028de1962)) - System contract undelegatebw bugfix: don't delete row if ram_bytes != 0, small change in resource_limits to make debuging less confusing #3366([`bd216257`](https://github.com///commit/bd216257396c20db9fbc775ec2e038a296aa7bfb)) - Don't charge fee to eosio account #3414([`6b6e694a`](https://github.com///commit/6b6e694afc21867fe604aa7b94155dd075a376e3)) - Remove snapshot submodule.([`e93d207f`](https://github.com///commit/e93d207f71d37774f603621555970e8f2bad2d30)) - ([`ac5b4f34`](https://github.com///commit/ac5b4f349a3f3fb66516c8d75087ef6648e14d1e)) - Don't use eosio.token for txn_test_gen_plugin; make separate account([`6d865d9c`](https://github.com///commit/6d865d9c3c8f6a9239e06a1c0b53cd450de32784)) - ([`0032b618`](https://github.com///commit/0032b61860ed5e1557d2ee24c1f34dc15fb0b5a2)) - ([`b417b9ec`](https://github.com///commit/b417b9ec8dfa74b2a5879296e9fa6dd435669545)) - ([`06938c3a`](https://github.com///commit/06938c3a5b04c8c5d39331b6a5aef528fff0e6c8)) - Command line, increase producer stake([`6d36665c`](https://github.com///commit/6d36665c897ade71294682a604963cde7aaffd4a)) - Fixed merge issue([`a815dcaa`](https://github.com///commit/a815dcaaddc31750886fd327e1911e337dd7eb18)) - ([`aecf5237`](https://github.com///commit/aecf52379bfb3cd9e11a48a0d713eb9dc2c6edc3)) - ([`3f4f32d1`](https://github.com///commit/3f4f32d1764c42fc5a9a9e8f3a41829f37662aec)) - Update README.md([`073aa457`](https://github.com///commit/073aa45701d4054870d48d73168cbe86e442ba7c)) - ([`60231e3e`](https://github.com///commit/60231e3e906776440b78be4b14acb94a9968721f)) - Revert "Update boost 1_66 to 1_67"([`ab063f00`](https://github.com///commit/ab063f00dac0a1082ef154d51134343043741df4)) - Change producer deactivation logic, fix unit tests([`7d7ca904`](https://github.com///commit/7d7ca90418bf0db546de77a2d865b6c1b5f1b2d5)) - Changes to producer deactivation - incomplete([`3ed6e906`](https://github.com///commit/3ed6e906e72b27e130d82cd3d9cb5c286dbfe4fb)) - Fixed rest of ram_tests([`08e60fbe`](https://github.com///commit/08e60fbeee71b8db063e51aaf2d87507521e00b6)) - Add more descriptive exception([`a61f5424`](https://github.com///commit/a61f5424db54b2dfa2621c1c3da459939d66205b)) - Remove dead code that was allocating unnecessary memory([`928e1ead`](https://github.com///commit/928e1ead6d967a3432614322df4aa0915974c68d)) - Clarify bnet-connect option help; it's for outgoing connections([`6f1d1723`](https://github.com///commit/6f1d17235e2ccbe3c24622540d92e84b33d85532)) - ([`bd1cae26`](https://github.com///commit/bd1cae26fe531439cc3a490a3b93dedc98a25ff7)) - ([`e5654dde`](https://github.com///commit/e5654dde05135eecb49c5cf974ed02969d606a78)) - Fix misspelled word([`212b8c21`](https://github.com///commit/212b8c2106a731e696c3781500577e3ac80dc342)) - ([`9fb8ba90`](https://github.com///commit/9fb8ba90f257aec2f523f6bb16d0fb8bb04b0631)) - Add tests for malformed abi type_defs([`800dd91b`](https://github.com///commit/800dd91b9d53fe576ddff70b58d47791554404da)) - Remove recursion([`08446b56`](https://github.com///commit/08446b5679de580be033821c12b44a83cfd43c8c)) - Add check for type already exists to typedefs and also validate abi on every set_abi([`dfe4c397`](https://github.com///commit/dfe4c3973c67a5629681f4608d7d65a25c9c3350)) - Remove undefined method([`84004fbf`](https://github.com///commit/84004fbf6140660d4b49d9c71f6d422950aa965a)) - ([`94e31e64`](https://github.com///commit/94e31e64f4dec07e2d61c9dfd64d5ce87addf758)) - ([`5e3b294d`](https://github.com///commit/5e3b294d35d1a762d0c45627559afe5eaa7d6d41)) - Update boost 1_66 to 1_67([`770ee789`](https://github.com///commit/770ee789ced9622b965fbc61e7141ca887181293)) - ([`7f4bbeaa`](https://github.com///commit/7f4bbeaaa88c9dfaede3b9dc0ff915cb36810571)) - ([`1639b32d`](https://github.com///commit/1639b32deb05d22ccb48d22221b1b5d27df6fe21)) - ([`7a9fb720`](https://github.com///commit/7a9fb720aee18124a62238fb20a1ec8cec0bd4f3)) - Add tutorials to eos-dev [skip-ci]([`10543ea9`](https://github.com///commit/10543ea913605f807c0a6120118d4229481d619e)) - Add symbol arg to eos-dev image [skip-ci]([`19b4f252`](https://github.com///commit/19b4f252082bfba40705f61d813c0406e0cddc0e)) - ([`c37c1704`](https://github.com///commit/c37c1704df59fbabd35df66e4d76661f63f983af)) - Install numpy on eos-dev([`1c582f73`](https://github.com///commit/1c582f73bddad0abbae6337767b9e909b101cdfa)) - Update Docker README.md to reflect symbol argument([`30847289`](https://github.com///commit/308472891b8535ac3586d2f0056f957376fbfa41)) - Add symbol arg to eosio/eos([`db604389`](https://github.com///commit/db6043890a9903573ff44d4dc2e997a5c0e218ac)) - Update builder to Ubuntu 18.04 LTS([`3e06fec9`](https://github.com///commit/3e06fec92cf2e37b2fc496873fa510ac3f257077)) - Dev image changes([`33ef7fd7`](https://github.com///commit/33ef7fd7f9b42156fb7d4cac82be30bce2dc4f87)) - ([`029eda3e`](https://github.com///commit/029eda3edffc12609014db8867626b1c1d8d6d64)) - ([`fadd4949`](https://github.com///commit/fadd49494fc995c99523caa1fa1bda90c8d96a4c)) - ([`37b8d16c`](https://github.com///commit/37b8d16c7364246d58f6d497bd59fe1683cb8629)) - Addressed recompilation issues([`877355dc`](https://github.com///commit/877355dcf85bd7cb2c9220b336580ce4474b19a4)) - ([`487c7c76`](https://github.com///commit/487c7c76a6b3e209adaae53a8e2e837ad0dcdfaa)) - Fixed issues([`1ad3a842`](https://github.com///commit/1ad3a842b6113616af215754403be533c6a1a47a)) - ([`cfcf2a08`](https://github.com///commit/cfcf2a08c6f1d9318ca7fc84984b1e562eaccd27)) - ([`3eb829f8`](https://github.com///commit/3eb829f8934f4b5e074f28deacf9fd781b6bafbd)) - Fixed problems([`4839d4c4`](https://github.com///commit/4839d4c4bdb89c2063cfcb6dfb2c80483d8ff4a8)) - This is a rabbit hole([`8241d22b`](https://github.com///commit/8241d22be8fe19c4014f6e26a1e7353de99948bc)) - ([`5d843a9d`](https://github.com///commit/5d843a9d42ba8d7eb51037ed81a6d90e76b80f1a)) - Added back the config.hpp, this will be overridden([`02895134`](https://github.com///commit/028951342aaa7bc4b610cc8b9aa17067324d5a02)) - Fix for eos3330([`590163d4`](https://github.com///commit/590163d41c43671d43d721edaac532299ee6a4f7)) - ([`fdb004e4`](https://github.com///commit/fdb004e4c84284ca7ea6d3ca9c76be9774187c1a)) - ([`bbde2004`](https://github.com///commit/bbde2004f0f7a74d62244aa9baa730906c2ff043)) - ([`fe2d588f`](https://github.com///commit/fe2d588f119b941ec480075435ccc102a7a88e39)) - Parameter --contracts-console added to config #3339([`37ba6a78`](https://github.com///commit/37ba6a789219648f2271b6f98e28f043a9a8ccd1)) - ([`24a1836d`](https://github.com///commit/24a1836d6a50fbf42ab38de18e8ec0e0041deefe)) - ([`23dbe6d8`](https://github.com///commit/23dbe6d843cd435008ddfea116ffae064efa01ae)) - ([`6e2c548c`](https://github.com///commit/6e2c548c9a8c7785ce4b1ebec67b49ae02267c02)) - Changed boost install to version 1.67([`11ba103b`](https://github.com///commit/11ba103bdb77bcde39021511fa671b6bdf8b9129)) - ([`8d111c45`](https://github.com///commit/8d111c45a47c4f528946d87f09ae9e18ae0f9a4d)) - ([`2ebde350`](https://github.com///commit/2ebde35066abab98a1cbf1024c3c40cc002b5e76)) - ([`f3e96574`](https://github.com///commit/f3e965744aa2b0ff254f01cfaa16f02520b40f37)) - ([`0925b3bc`](https://github.com///commit/0925b3bc02c7e8a765c33b8bbb65abb777130a49)) - Action setparams added to system contract, unit-test of producers changing parameters using multi-sig #3390([`f78c6fe3`](https://github.com///commit/f78c6fe3b1608796fea41828884a9b068409ca46)) - ([`b8fa7c51`](https://github.com///commit/b8fa7c51d1342ad21529bb313d0ded8525a68705)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`a5dfa1fd`](https://github.com///commit/a5dfa1fdcb5c0b254b18eef7613dc87f45ea5e04)) - 3000 users([`698aad5d`](https://github.com///commit/698aad5df4f7a9940b2371c3df27cac8aac6f6db)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`892c0523`](https://github.com///commit/892c052322e513d676a01f961b2e1f4b5803cada)) - New system accounts, rename producers([`10f81383`](https://github.com///commit/10f813834051a68bc4d9b67e85ead93c9883a6b3)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`033b050a`](https://github.com///commit/033b050abc641e4bba0a28329e206db59f230f8f)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`c73295ab`](https://github.com///commit/c73295ab9c51c266ada47d292986ca7c14329b92)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`2ecf67b6`](https://github.com///commit/2ecf67b6d66a75d457f152f60624d14f1f31fee0)) - Adjust parameters to allow msig setcode eosio.system([`aaabb8a6`](https://github.com///commit/aaabb8a691807b34542a0307f63dc7e1a474e6a8)) - Msig replace system contract([`cd6338f9`](https://github.com///commit/cd6338f959db9337609340acc101cdc968509cb0)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`7209da8a`](https://github.com///commit/7209da8ad79ff2a19c06790e7118ba3c5e135c1b)) - Eosio resigns, make msig privileged([`63520b1e`](https://github.com///commit/63520b1ea0645f317b2dd18a456034be5f27dff3)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`288836fe`](https://github.com///commit/288836fec5fd0e56ce02db4c5f0bd47cb38d323f)) - Merge remote-tracking branch 'origin/master' into bios-boot-tutorial2([`aaef0a67`](https://github.com///commit/aaef0a670ac21fe7272138783e1949f3fae53cad)) - Use unique keys([`67a5abbf`](https://github.com///commit/67a5abbf7087bad8247c2192c8cbc7e251d9c67d)) - Fix #3226, claimrewards, proxy votes, transfer funds([`febe84d7`](https://github.com///commit/febe84d7cab08f3f536ccd6f3476426dd6756ffe)) - ([`b0f940d4`](https://github.com///commit/b0f940d438c357eba4cf57906b8ffbd30ff2574d)) - ([`5992b976`](https://github.com///commit/5992b976827cc571b2676aa1a06d353e83ea0391)) - ([`78efad5d`](https://github.com///commit/78efad5dd125f6845c427c542124597141db13be)) - Add warnings in case block log is corrupted([`2426b2cb`](https://github.com///commit/2426b2cb85b8b282e30e8251be343dd8bb311cc6)) - ([`12166e5b`](https://github.com///commit/12166e5b7dfe164fcfa75f0c246d6e4b8940ff82)) - Consistent behavior when packing or unpacking array-like types #3367([`d9777e22`](https://github.com///commit/d9777e2292b9b5ba96e60e86bbd40b2f3447e276)) - Remove limit on deserializing forkdb.dat #3367([`30e0c52d`](https://github.com///commit/30e0c52d152d70580ca95f39138434251a50e43f)) - Rename set_active_producers to set_proposed_producers([`d07fab8c`](https://github.com///commit/d07fab8cae382fde9c3029136bc2bcdff5d43188)) - ([`8160042f`](https://github.com///commit/8160042fcc7bb953e73d1049a1d4feb1cb910c7c)) - Remove abandoned debug_node and move tutorials to their own directory.([`66cdb8fc`](https://github.com///commit/66cdb8fc1d807bcaa221a4a624f58dcd4deb39c1)) - ([`a336a7bb`](https://github.com///commit/a336a7bb1c228a16c7ad5526694c82717fac41bb)) - Send null signed_block on exception([`a31a27ec`](https://github.com///commit/a31a27ec0bce5f9e7930f365f3d0bd25046de94e)) - Beast Network pre-ack blocks([`efdf9876`](https://github.com///commit/efdf9876bef8ea48436d47c81d1d1981ae33c8c6)) - Disconnect from peer if I don't know that they know my lib([`03c01b76`](https://github.com///commit/03c01b76d705437c3e60f6755657f431a8c8d7bb)) - Add check for last_sent_block greater than local_head_block in send_next_block([`9fe9f5e5`](https://github.com///commit/9fe9f5e55743e18e8994159c3093da368da046f8)) - Potential fix for syncing([`b947a9c3`](https://github.com///commit/b947a9c3c93dc320421e718e5a2b50efb41978ab)) - ([`e47a095c`](https://github.com///commit/e47a095cbd6d59310b5e168a639fa4ee2fe2bed0)) - ([`69190f5e`](https://github.com///commit/69190f5e297e6f4803dc5992eea6e6c16b97ae78)) - ([`90b67fe2`](https://github.com///commit/90b67fe2d4bf417db44eef38efd1aa7175a69d10)) - ([`cfed932c`](https://github.com///commit/cfed932c1545a2f496738af477757747b2897fb9)) - Fix typo([`7fd00af0`](https://github.com///commit/7fd00af08bb0e6e9fc9d9b77c8e88339bc733e22)) - ([`27a7762e`](https://github.com///commit/27a7762efd6a7f4a2bf327ca4e7918ddce296514)) - ([`fc28de4f`](https://github.com///commit/fc28de4f0c66b79f22c46362ca1c654b398ff322)) - ([`84fb91d0`](https://github.com///commit/84fb91d0bc655e173bb3ff39484f50d5988ff407)) - Fix various places renamed options are used.([`06686acc`](https://github.com///commit/06686acc8888329debe7a1ada5677b8c237e9cf0)) - ([`3bb488f6`](https://github.com///commit/3bb488f6d51a7b2fdabc19ba1b5666639f085d14)) - ([`f57b1fbb`](https://github.com///commit/f57b1fbb50124cd52b5a3aa8c35acdadfeec96c5)) - Added flag to cleos get code command to write code file as wasm instead of wast. GH #3131([`fa7a0db6`](https://github.com///commit/fa7a0db6388796134d4e8d9f8f92e4dc40c90463)) - Added pretty print of abi. GH #3131([`7ef18203`](https://github.com///commit/7ef1820309acc66db2fe3680de49f8f32fac9cee)) - Main build script, changed BOOST_ROOT for each distro([`c248fdb9`](https://github.com///commit/c248fdb9dcc1a1147f9024e9dd39ddd8d45d3243)) - Changed boost version from 1.66 to 1.67([`026ba941`](https://github.com///commit/026ba9419d630a25a703031a9ad2f358f9ca1e08)) - ([`02e1bb90`](https://github.com///commit/02e1bb90a225c5a8afd53f86193ad456f4fd43df)) - ([`f259c245`](https://github.com///commit/f259c245461543117635ad15a58acb3da5f76204)) - ([`3e68d667`](https://github.com///commit/3e68d6671087e3974bf718add189034113a38779)) - ([`97b43781`](https://github.com///commit/97b4378124d542e78e606df0b31802dd9d0dc5ae)) - Whitespace([`53141e86`](https://github.com///commit/53141e86bf8abbf8c83d56d924b2f4d4d638aa50)) - Whitespace([`cc12b4de`](https://github.com///commit/cc12b4de6b9cf64fbbc2c47b22c3f1c048bbab8d)) - Fix #3344 producer-deactivated by increasing the timeout 100x to about 3-4 hours([`a144a141`](https://github.com///commit/a144a141f7a582f91275834dda01cffeaa421699)) - ([`51c5d4a4`](https://github.com///commit/51c5d4a42cb40eb78c98b544134d4803d963c470)) - ([`0913376c`](https://github.com///commit/0913376cdfe42cb91abaeb05a51455d7063c76b9)) - ([`4a307bd0`](https://github.com///commit/4a307bd078db58216ddb7e9f92090110da2949b6)) - Segregate auction proceeds, Fix #3352([`bde8c8c1`](https://github.com///commit/bde8c8c1d0497268b748d61cc9a48e979f304f7a)) - Remove max_generated_transaction_count #3343([`f2078f72`](https://github.com///commit/f2078f72368c947c6b64a48ef52b553b5046198c)) - Basic validation of blockchain parameters #3343([`a55c134e`](https://github.com///commit/a55c134ec426abb6ddcedc2c910d66c8113f26ed)) - ([`0f84d7f8`](https://github.com///commit/0f84d7f8abba7d15fd09e8d72575203b42f66731)) - ([`a753b854`](https://github.com///commit/a753b8540d279444fd409b53fe65fd852145eabb)) - ([`e49623e2`](https://github.com///commit/e49623e2ca92b9ff7171babd1c8941ce3eb1e9d2)) - Generated new from eosio-abigen([`6c060642`](https://github.com///commit/6c060642ca155e918f35d1568eb2ab8a402de976)) - Add common_type_defs for abi_generator to use([`5aceb3db`](https://github.com///commit/5aceb3dbc5f1fdbc43bbb14995088358638d4ed2)) - Add back scope_name used by a few contracts([`3ddd3320`](https://github.com///commit/3ddd33207d2bcc0b728cf579519ee8e75279394b)) - Remove scope_name([`a9f7bad3`](https://github.com///commit/a9f7bad37b3c4a119ece6809be72fd4b093d03f9)) - Remove scope_name and share_type([`edf87a23`](https://github.com///commit/edf87a230f149e718b1b39725ceeed76b6664527)) - Revert "Move builtin types to types.hpp so that account_name can be name"([`71040c49`](https://github.com///commit/71040c4998be6f74298550fd2946057329cdb6aa)) - Move builtin types to types.hpp so that account_name can be name([`3b5e03df`](https://github.com///commit/3b5e03dffb10f375c17abe6ea6e5c71738bfe786)) - Revert addition of eosio types([`d1bda4eb`](https://github.com///commit/d1bda4eba9a0b870e485d3fe7b464ff7f821190b)) - Add eosio::abi/1.0 as default version of abi_def([`d0e08dfa`](https://github.com///commit/d0e08dfaf390d6a475d3eeb13ca85a26a146f903)) - Update with latest eosio-abigen output([`16c10fee`](https://github.com///commit/16c10feec50f32e573afa1a2a6048980e728475e)) - Use built_in_types of eosio::chain to use correct types for builtins like account_name([`047e8d5c`](https://github.com///commit/047e8d5c316e50231e010a531ee46dd64c0a4fe0)) - Move built in types to seperate buil_in_types function([`fe72179f`](https://github.com///commit/fe72179feb97ab26cfcf2f33afdfe39f56b99fc3)) - Remove unused token_name([`8f51b6ab`](https://github.com///commit/8f51b6abf122c458fa693a7b637e933559297682)) - Remove unused token_name and asset_symbol([`6dd25d26`](https://github.com///commit/6dd25d26116bf059847315f93aa49106ca397191)) - Regenerate abi with current builtin types([`348716df`](https://github.com///commit/348716df15625cd0ed2cb31817bb3a322b09fd68)) - Add newline for -j option([`57998c3c`](https://github.com///commit/57998c3c4e477145480513c4ac6ea36b29fc4327)) - Fix result output for -d on push action([`4e600f1c`](https://github.com///commit/4e600f1cb575a1400aac5f84bc790d13d82805c8)) - Throw tx_duplicate on duplicate transaction instead of returning null([`313ebc47`](https://github.com///commit/313ebc470ca2246bb9557d1ea56f9d5365e6a057)) - Implment ping/pong, chain id, and redundant connection checking([`17b1cc1a`](https://github.com///commit/17b1cc1a209e9accd0d4e5b2807d5b77f4713b8a)) - ([`d456ad55`](https://github.com///commit/d456ad557bac02831354c8dc75e65672d0482669)) - ([`adfbbe2b`](https://github.com///commit/adfbbe2bd2ee7389f02fac3a3ae6f890f2c6275e)) - Fixed nodeos_run_test([`0d92c27c`](https://github.com///commit/0d92c27c301b7f12e41de8a473c123176d636971)) - ([`2872bae4`](https://github.com///commit/2872bae4c5b9ff1b35d08d23f7ebc34ca8d40f95)) - ([`1fd019f8`](https://github.com///commit/1fd019f8827ca32c1bdc967b27932dfc46da7451)) - Fixed part of ram_tests([`1e879a3c`](https://github.com///commit/1e879a3c63af12b510f22e29d01298e1f039e04d)) - Fixed eosio_msig_tests([`47e19cdd`](https://github.com///commit/47e19cdd0e8e4bcb36365b9abe641b5210e08836)) - Fixed bootseq_tests([`79011a64`](https://github.com///commit/79011a649888fede7b2588484522d06acdd3b1d1)) - Tiny change([`42089e91`](https://github.com///commit/42089e914d32e0c0ef563b2936a341b0c75234fc)) - Merge and fix small issues([`19ea7a4e`](https://github.com///commit/19ea7a4e73cb0030eefb87379339bcbf47f79389)) - ([`9c68636e`](https://github.com///commit/9c68636ec7f14d56cf57d1675dcf4ef9b1def958)) - ([`6ea57cec`](https://github.com///commit/6ea57cec7c1c50d5d294f1888b1e3be5c8ee462a)) - System contract fixes([`84665e68`](https://github.com///commit/84665e6839797fede98a1c28f74b68745e9100bd)) - Authority, some system contract test fixes([`b67982d2`](https://github.com///commit/b67982d2cd1c5dc2d74e22918bcff9c079b017fc)) - ([`10d50250`](https://github.com///commit/10d50250797877b09303030fa894382521c77336)) - Segregate producer vote pay, producer block pay, and savings #3291([`3f6a9a69`](https://github.com///commit/3f6a9a69400facb6c72ca4789673d883137fea53)) - Segregate EOSIO.SYSTEM funds #3291([`6144a9b9`](https://github.com///commit/6144a9b97b842a5b25333965b46194d0dfd7eb8f)) - ([`5cd7ad50`](https://github.com///commit/5cd7ad503eeb8a14b4a5d999d0c607094b7fb23c)) - Duplicate delete ;([`bc26ee90`](https://github.com///commit/bc26ee90a658353713caaa2358a94b077c916003)) - ([`2877bd76`](https://github.com///commit/2877bd76197cd610418782206129cc8a3ad0d6fe)) - Typo fix #3339([`73b8221f`](https://github.com///commit/73b8221fcc9e483902afb012b92622700fbd3718)) - Explicitly set contracts_console = false for validating_tester #3339([`4482f5dc`](https://github.com///commit/4482f5dc90ee0e6a3d6151136460486b30c6c0f0)) - ([`51b4c43a`](https://github.com///commit/51b4c43a3b7135ddd49b3c111ec94cb269f57920)) - ([`03f6a5b1`](https://github.com///commit/03f6a5b1a8f700a92306c521f1e6274dcd4df871)) - ([`5161f97f`](https://github.com///commit/5161f97f6b0a186787bfe6cfabdc51c4fc3897c2)) - Rename "shared_mem" to state; rename chain_plugin options; other cleanup([`2174163f`](https://github.com///commit/2174163f4a2e197f9a48f6cb140a5007b3eb1d6c)) - Chain_plugin parameter --contracts-console added #3339([`4ac9898f`](https://github.com///commit/4ac9898f76564965512d13354d1edb14c6ea4966)) - ([`2ca45172`](https://github.com///commit/2ca45172d853e53eabcedd1f96ff7e268e53017c)) - ([`96d06af6`](https://github.com///commit/96d06af6399feb83611e1e661959fe3f68d7a315)) - Rename eos.hpp to eosio.hpp([`8943541d`](https://github.com///commit/8943541d469b29618fd9cb0201141c8bb29276e3)) - ([`b77409bf`](https://github.com///commit/b77409bf100f198e0852ba3dad373db01de286e5)) - Merge remote-tracking branch 'origin/master' into feature/3297-producer-api-plugin([`ed554ac2`](https://github.com///commit/ed554ac295bd5d902b012a937259b8fd6fc1188b)) - EOSIO/eos#3297([`cb9bdc99`](https://github.com///commit/cb9bdc992e2754a46e0faa16551d9e1490ee4a9e)) - ([`270f6de2`](https://github.com///commit/270f6de20639401c256f0126fcd51780736d5d6a)) - Fix #3315 - unable to create 12 char names (by non-eosio accounts)([`0bd7020f`](https://github.com///commit/0bd7020ff44836b265720f2f6fa0ad42670f5182)) - ([`5c3c9fd9`](https://github.com///commit/5c3c9fd91822784d3b132aadcd0ae008120e56f6)) - Update eosio.token.cpp([`32c4d7b8`](https://github.com///commit/32c4d7b8b51848377480b4d17d6bfa7dbdd5dcfa)) - ([`c3b95c68`](https://github.com///commit/c3b95c68aae7581b1c0916ed5e55c1c2ada2a954)) - Update eosio.token.hpp([`00413225`](https://github.com///commit/004132255530d68f4280b7cc1f8ebc2b9a26f6e9)) - ([`0293cc81`](https://github.com///commit/0293cc81540beec8964349128387f140d4a217d0)) - Unused params in eosio.token([`3a1a783e`](https://github.com///commit/3a1a783e4ee1c095c371a4e13490ec4b5b440380)) - ([`25ebcd1f`](https://github.com///commit/25ebcd1f170a24548be1b3ee5f4f34098a13f5a6)) - ([`227859c8`](https://github.com///commit/227859c8f2aadeef884f4e1fab60ad28fd036aa6)) - ([`b9aa8bca`](https://github.com///commit/b9aa8bca751627ba7d567306cf2d8eb88cb2d48f)) - Remove forkdb.dat after reading the file([`f9d3a7c6`](https://github.com///commit/f9d3a7c615035818738f94e5aaf426a9098956e7)) - --hard-replay by itself should not fail just because the reversible directory is not present #3283([`d41679bc`](https://github.com///commit/d41679bc259fe3998e9740cda393d8cb63650eed)) - Rename "unconfirmed" to "reversible" #3283([`3a9414f0`](https://github.com///commit/3a9414f0640ee91bfa334d492aaf871b0fa2509e)) - Add --fix-unconfirmed-blocks #3283([`1734c8d8`](https://github.com///commit/1734c8d8e20e9e398c56299f6945a46c2cc09310)) - ([`7c2e6e76`](https://github.com///commit/7c2e6e76a02e5e01fb473edd29815c104464fc46)) - Merge remote-tracking branch 'origin/master' into issue3303([`69684e19`](https://github.com///commit/69684e1983790cc7c3148615f694080dc32c2b0a)) - Address PR feedback EOSIO/eos#3303([`efa72c44`](https://github.com///commit/efa72c44506427f13b94e4cb2967601d4008e251)) - Merge remote-tracking branch 'origin/master' into issue3303([`958cbacc`](https://github.com///commit/958cbacc0ab028e51c9cf16356d7792c2fa9225d)) - EOSIO/eos#3303([`1cca4008`](https://github.com///commit/1cca4008b2b9a45acb9e5e931c4f253cfcd62313)) - Fix #3303 - seg fault on nodeos exit due to lib signal([`d389282b`](https://github.com///commit/d389282bacf17f32ce757fa53dc6adabc7968b21)) - ([`67436be8`](https://github.com///commit/67436be81f8991f1f9636144f600508e1ef2f4b2)) - ([`9496c2fa`](https://github.com///commit/9496c2fa3aeea596c712d2296d6f356aeddfb87f)) - ([`d9da6d9e`](https://github.com///commit/d9da6d9e25c2b7af32303ccaaed7ec09d9360cef)) - Fix #3302 - eosio contract can only increase ram([`bf6efd18`](https://github.com///commit/bf6efd18691d2bf83696ca7d82ed603cb11d30c6)) - System contract should only allow producers to increase ram #3302([`88ca0b81`](https://github.com///commit/88ca0b81a4b3891363a802295ae295c88936f88f)) - ([`beb1a7bb`](https://github.com///commit/beb1a7bb7604f320b4c814b011ea9cefe8319198)) - ([`20b8d71d`](https://github.com///commit/20b8d71d1bbc722a901f5e5254a1889486280e91)) - ([`9de1bd29`](https://github.com///commit/9de1bd29086136599024a52a8956f4948e251e9a)) - ([`24e9d629`](https://github.com///commit/24e9d6293a1bc1cfeaeda3bbeaec36a9745462b7)) - ([`d6c7ac71`](https://github.com///commit/d6c7ac71fe60d5a3658a9dcfbee7572c673dec80)) - Unit-test fix #3309([`d720930c`](https://github.com///commit/d720930c87139923b455ef2b618d598b0279cb45)) - ([`a7756c46`](https://github.com///commit/a7756c4672652c53cb105b25fa6b012b1696515f)) - Resolve memory leak in net_plugin's per connection txn index([`f319368a`](https://github.com///commit/f319368aae21145c544d42e3144a16f11f741ffa)) - ([`0f74892a`](https://github.com///commit/0f74892a45a9b7e7e37ce7a9d7932d8c4a56a6f9)) - Rename Docker/cleos.sh PREFIX([`f2a2d3d0`](https://github.com///commit/f2a2d3d018f56563db50f226349a49d524aef7f1)) - ([`c5494ae8`](https://github.com///commit/c5494ae861272e2eaaf851bea3bda6fc6c5e0e51)) - When building with high parallelism, we get a failure on `eosio.token.wast.hpp`([`2b774c5a`](https://github.com///commit/2b774c5ad2bf11562553d2303bee620e04c26848)) - Merge remote-tracking branch 'upstream/master' into badcert([`4d3fcd81`](https://github.com///commit/4d3fcd81389620518bf6bb5c0de70a0c4f54598c)) - ([`503e0c8e`](https://github.com///commit/503e0c8e97e02d586f30fb36467e32673ce9ad9b)) - Merge remote-tracking branch 'self/feature/3161-producer-loop-to-expiration' into feature/3279-max-reversible-blocks([`85a6a4e4`](https://github.com///commit/85a6a4e43db0125b3594a044bae5b2f9b98be80e)) - ([`58b36e60`](https://github.com///commit/58b36e60295b85f6318ad913d6b1fde962711859)) - Add in a configuration/cli option for max-irreversible-block-age that will limit how old the LIB can be before the producer node voluntarily disables production. EOSIO/eos#3279([`c4efb45c`](https://github.com///commit/c4efb45c6e4b6fb1330dc4b8bfe0e38fc37c822c)) - ([`2221b1e6`](https://github.com///commit/2221b1e67195eba3c16cbaefb5221b9546229667)) - Support -r/--header option to pass specific HTTP header([`cea071b2`](https://github.com///commit/cea071b29b1f98c81f324be84787f41773056301)) - Support -n/--no-verify option in 'cleos'([`16c7f9bb`](https://github.com///commit/16c7f9bbefaba3f14417180e3d65f136df6e81a9)) - Garbage removed #3255([`f5c93a68`](https://github.com///commit/f5c93a6869b9f2f63e57495bf168ce85b132d02b)) - Unit-tests checking that chectime() can terminate contracts in the middle of hashing intrinsics #3255([`d8b02245`](https://github.com///commit/d8b022450b12f8dbb2ea1001cf0668e9553f6122)) - System contract test cleanup: N(eosio) replaced with eosio::system_account_name #3213([`de364bae`](https://github.com///commit/de364baeeea5038520de2ea3a1c8448d82d930c3)) - ([`20a59a2b`](https://github.com///commit/20a59a2b7453f661d9875e6d6d96cb88630b8f35)) - ([`4e99cf47`](https://github.com///commit/4e99cf47a04ce38864646d1bb8b9da19f30647d2)) - ([`25c54623`](https://github.com///commit/25c54623b6c2e91a8f968bf85b8d90ca7ed46896)) - ([`f93d5ae6`](https://github.com///commit/f93d5ae6abbba18f110dabe707a67d5bc2eac9f2)) - ([`691041e9`](https://github.com///commit/691041e9e2fb487df577e4e01f21c450f1f4cef0)) - Merge remote-tracking branch 'origin/master' into feature/3161-producer-loop-to-expiration([`a36bdd38`](https://github.com///commit/a36bdd3844355ded9fb77bc75c5f44ff97f40451)) - Add the concept of persisted transactions to the producer plugin.([`3cf3f26c`](https://github.com///commit/3cf3f26c3ba156c6730598e27ac4362a26fd44b1)) - Merge remote-tracking branch 'origin/master' into feature/3161-producer-loop-to-expiration([`910f50c1`](https://github.com///commit/910f50c103a909ed4b969b0262f99df7cc085a91)) - Merge remote-tracking branch 'origin/master' into feature/3161-producer-loop-to-expiration([`9d716a6f`](https://github.com///commit/9d716a6fafebd508f987e779ab37449d872d79de)) - Pre-increment the coorelation-id or this check will never pass. oops. EOSIO/eos#3161([`9ed1e984`](https://github.com///commit/9ed1e9842e362b06171cbd79dc1761cd345bfbf7)) - Handle wonky corner case with boost timers delivering un-aborted handlers after timer.cancel EOSIO/eos#3161([`e35be613`](https://github.com///commit/e35be613c68fe97b1f7b61ea771b39a831bb35c2)) - Take a page from net_plugin and create our own logger namespace for producer plugin EOSIO/eos#3161([`d69787cb`](https://github.com///commit/d69787cb387f0d6092254a33e9a9942975a09864)) - Clean up a failed-production block; attempt to catch bad signing key errors at start_block instead of produce_block EOSIO/eos#3161([`95d616de`](https://github.com///commit/95d616ded0a0393076c34520a39780c90e33350b)) - Spec change: when speculating and exhuasting a block, drop pending transactions and continue EOSIO/eos#3161([`ef5d7fcb`](https://github.com///commit/ef5d7fcbbd8a9cd4d037ea17d6b9003ecfe3812b)) - Merge remote-tracking branch 'origin/master' into feature/3161-producer-loop-to-expiration([`c4d07ad0`](https://github.com///commit/c4d07ad0b015b26c7c16ffe3ae7320befc81e763)) - Only treat block_time as a deadline if we are producing EOSIO/eos#3161([`cb043624`](https://github.com///commit/cb043624395c443fafe6d86b41c484b93de09911)) - ([`a773bfc2`](https://github.com///commit/a773bfc2f66f6cb8d13fb3eabde6ea0488e25b49)) - Clean up the producer speculative-to-producing delay math; account for watermarks; EOSIO/eos#3161([`889ec1bc`](https://github.com///commit/889ec1bc4afbb85c190a04ce55ed9652d0ab937d)) - Merge remote-tracking branch 'self/feature/3161-producer-loop-to-expiration' into feature/3161-producer-loop-to-expiration([`69e73588`](https://github.com///commit/69e73588b94231aa1dc225578d01a68cdcc8ebdb)) - ([`8d037fbe`](https://github.com///commit/8d037fbe90e2aa17f668cbdc181217b2f2894155)) - Attempt to properly set a wake up timer that rides the line between speculating and future production; dont ack soft fails EOSIO/eos#3161([`477fd3d1`](https://github.com///commit/477fd3d1cb57e3fd693609e04ef5afed404fb5ca)) - This time with less infinite looping([`5b30153a`](https://github.com///commit/5b30153ae8330e0d1a9a4fb6fd758f48ffdb521f)) - Bubble subjective failures to the caller through the trace not throwing. EOSIO/eos#3161([`fc4d4bb3`](https://github.com///commit/fc4d4bb35651ff92b34c1ee9e1ba25e9ff2faf82)) - Make failure modes exclusive since they no longer early-return([`54cb085e`](https://github.com///commit/54cb085e672d6741a66b6c29b27a1a397ab6df1c)) - Overhaul the production loop to respect the dual purpose of speculating and producing. Move failure modes to the up front determination and change behavior of incoming transaction subjective failure depending on what mode we are in([`c92d7cbc`](https://github.com///commit/c92d7cbc2c0c90c3325d34766497035cf359eb52)) - ([`dec2c3a8`](https://github.com///commit/dec2c3a8215c03dc9b9b85d02d4ccf2396769ed6)) - ([`2d1844c6`](https://github.com///commit/2d1844c69b581d7e51d6c5614ca8b70c685bb47e)) - Fix merge([`27f6873a`](https://github.com///commit/27f6873a75154c22fe4ab518c6dd01905f29ffa3)) - ([`be143972`](https://github.com///commit/be143972f3acb05a21fc13a32d5988d0626cc997)) - ([`dd0cb785`](https://github.com///commit/dd0cb785b8d138b2775bb485febca0ec67dc668c)) - ([`3586bfc2`](https://github.com///commit/3586bfc25cdec22cd51efc5b6273503f084ad386)) - ([`e594cceb`](https://github.com///commit/e594cceb0527df1f8bb58584e97a06626b7a10dc)) - ([`9e35ed04`](https://github.com///commit/9e35ed043dc080cf6d768df4f9dd77309e3344fe)) - One more account creation check([`096f1af7`](https://github.com///commit/096f1af78101dabaf4eb52748ab892368b75e61a)) - ([`cfcba8d1`](https://github.com///commit/cfcba8d1f2f303febb7512b83ee73f72800fb918)) - Bypass name bidding when creating accounts in nodeos_run_test([`4c0fe744`](https://github.com///commit/4c0fe744ce38d2be7d31547992b53886eef398e6)) - ([`800f9152`](https://github.com///commit/800f915226612481f0740af3368718f681391628)) - ([`a9e4ceaf`](https://github.com///commit/a9e4ceaf756d4da896bd345bbc6882fcf9b99d74)) - Merge master - fixed conflicts([`491faf44`](https://github.com///commit/491faf4454f94e8b0063b5ce92e0970eb4d161dc)) - ([`7cf441b9`](https://github.com///commit/7cf441b9af14b9e174d613ad6d6613ae6aa0b43d)) - ([`e7894bea`](https://github.com///commit/e7894beadd28452fdebc35f2d08f6d8d3b4175fc)) - Test multiple name auctions going in parallel - #3208([`0e173fe7`](https://github.com///commit/0e173fe7f272939fd666bb2760b9bdffe055edad)) - Prevent name auctions from closing until 14 days after min_stake_activated - #3209([`1efaeafa`](https://github.com///commit/1efaeafa3b3a0dfcaf349def8c37caaf97b8f6da)) - Merge master, fix unit tests, and update system state abi([`de54bb5e`](https://github.com///commit/de54bb5e11b843b50ded0e475014f97779c53f16)) - ([`b934c307`](https://github.com///commit/b934c307b0420b6f6ba5d279ca31b005f611e90d)) - Fix bugs and implment tests for name auction, Fix #3189([`c12d26bd`](https://github.com///commit/c12d26bd262f94c4e799cee5eee1c793addb1bdd)) - Implement Name Auction #3189([`7623573a`](https://github.com///commit/7623573a67e1752f4b8cc622cc45d35a99659deb)) - Fix #3187 - effecient detection of names with '.'([`e8b323aa`](https://github.com///commit/e8b323aa765bb395ab737e3545f2fb74dc761efb)) - ([`c82383fb`](https://github.com///commit/c82383fb7b6a80dd9741a6c0f370f946e1a69da9)) - ([`34ad95f4`](https://github.com///commit/34ad95f4fdf71e06fc6be52899c3f163bae7ce72)) - Centos7 needs bzip2 not always default([`08ade61e`](https://github.com///commit/08ade61eb1e5b66c292a4f5a4fea6efe80f3a8e4)) - ([`0158b106`](https://github.com///commit/0158b10688fe579c1ac4f0f7e1fff82da90d2007)) - History plugin: support --filter-on * for tests([`0fe62b57`](https://github.com///commit/0fe62b578ef8690fd92c8a8dee3a4bd89939c8f7)) - Merge remote-tracking branch 'origin/master' into history-accounts([`299edfd3`](https://github.com///commit/299edfd3c451ac8df67230102abab6cc0ecc3058)) - ([`b6e74536`](https://github.com///commit/b6e7453620c37617c2c76012f64f57af5de36c6d)) - Support older compiler([`d0dd8bbc`](https://github.com///commit/d0dd8bbcd026beca74d405d667e66bda042ed1e2)) - Merge remote-tracking branch 'origin/master' into history-accounts([`6aaf7ba8`](https://github.com///commit/6aaf7ba820beeb98b3399e9deed9c5a363476220)) - History plugin: agressive filters (#3244)([`ffa95f51`](https://github.com///commit/ffa95f5126fb9de5f73145804839b2c975ae3fbb)) - Limit memo size (#3244)([`42c065f8`](https://github.com///commit/42c065f800ea30ff5afd60365fd0e36316df8001)) - Always record newaccount, updateauth, deleteauth([`cd7d8ece`](https://github.com///commit/cd7d8ecefd80a14c448ceb8d7de47d2b15c2fa9f)) - Merge remote-tracking branch 'origin/master' into history-accounts([`a0451c01`](https://github.com///commit/a0451c013dd5dd3c000cd597848107e1cb1dea86)) - Get accounts (#2876) and get servants (#3160)([`089d92b5`](https://github.com///commit/089d92b5f27375c7fbdaec8e362cf083ada604ef)) - ([`dbe396da`](https://github.com///commit/dbe396dab07e09769b77d672e8c99d8262ac5888)) - ([`e469a586`](https://github.com///commit/e469a5861e381cc7653c368d4ad4ce84ff7e61a1)) - ([`993ce0e9`](https://github.com///commit/993ce0e95bd1098891e27d4a5e2d4c4b5f22f64b)) - #3017 fix syncing with a forked peer([`7f795767`](https://github.com///commit/7f795767c02ff5226834443e8020506d6c20b155)) - Add static_assert protection around test hack([`40c5a79c`](https://github.com///commit/40c5a79c10586b41d3d48f854eaffee71ae078f7)) - Use new get_amount() of asset([`32a1efd0`](https://github.com///commit/32a1efd0976ee5043098f516a7c77ba87a675072)) - Add get_amount()([`2c98697a`](https://github.com///commit/2c98697a98f46ddf8d4c71a2dd8f5498f02be9e5)) - Move call of object reflector_verify from visitor destructor to explicit call in visit([`92b2861a`](https://github.com///commit/92b2861a894aa872660a71126dd004c3ad661118)) - Add reflector_verify for FC_REFLECT serialization verification([`aafb9c20`](https://github.com///commit/aafb9c202cf22d5c64ab929db08313a62df769be)) - Add usage of new common http exception handler([`9b4b01fd`](https://github.com///commit/9b4b01fd9fa78bb83f8cf4c01b8588187993d0d8)) - Add common handle_exception method for handlers([`e97dfd85`](https://github.com///commit/e97dfd85b1ecf71dd8b23ee10492e2e6d56a35db)) - Add reflector_verify for FC_REFLECT of symbol([`18946e0f`](https://github.com///commit/18946e0fea1f4b50caebdbeec6352600107e533e)) - Add exception handling to to_string and to_detail_string([`1cfb4365`](https://github.com///commit/1cfb4365bc60fccd144a54a5f53188a329bd15d2)) - Add usage of new reflector_verifier_visitor([`d7d892a5`](https://github.com///commit/d7d892a5a1b6d36f613ef7db76de272ecb50592b)) - Add reflector_verifier_visitor for classes that wish to validate reflection serialization([`7f6cce30`](https://github.com///commit/7f6cce307adfa391fa22fa4983667e95c51427c1)) - Remove bad peer addresses from the connection list immediately.([`4dbd8374`](https://github.com///commit/4dbd8374a23774762f19ff43cefe023e806b2b2c)) - ([`bbcd6518`](https://github.com///commit/bbcd65187f3f09ff4ff5eea91c6e562d5784892c)) - Added return codes([`8ee3ac01`](https://github.com///commit/8ee3ac0167fafeebc9ffbc0e4f0da64eececbaa9)) - Fix for wrong bad_alloc([`66ca8d27`](https://github.com///commit/66ca8d270cf0e46534dd53cb0b420b48ba611f29)) - ([`f7f7b5f0`](https://github.com///commit/f7f7b5f03cb216ed242da38821c65d54a81c980f)) - ([`f741c013`](https://github.com///commit/f741c0130d37fba40dc355b098bb7d64427b326d)) - Checktime from instrinsics: checktime interval increased to 10Kbytes #3255([`e7d58f7c`](https://github.com///commit/e7d58f7c6888cb7a341cf05c6fb6b2bccb75ea0c)) - Checktime from instrinsics: magic number moved to config #3255([`b05fc283`](https://github.com///commit/b05fc283a8d42c7891f26f546d226f76fa001812)) - Calling checktime from intrinsic_function_invoker, calling checktime from hashing functions at 1k boundaries #3255([`97e5ad5e`](https://github.com///commit/97e5ad5e6c2a81919370c914ab75684db9366850)) - System contract test cleanup: N(eosio) replaced with eosio::system_account_name #3213([`9e246c14`](https://github.com///commit/9e246c1446967d19f8f9d19bc979e5fcd5f8b6f0)) - Lower boost version requirment for now([`60be683f`](https://github.com///commit/60be683f37812a623450567ce0eafa618ab1ba58)) - ([`95a26851`](https://github.com///commit/95a268519941e0a7074f9abaa7cc73cae4a5b826)) - ([`4beb5bce`](https://github.com///commit/4beb5bce606818a0b180e89064bc2bb4af40818e)) - Trying to work with appbase([`a964be75`](https://github.com///commit/a964be755e20cfb85ac43890a89980844f754624)) - Forgot to add appbase changes([`bdd087f9`](https://github.com///commit/bdd087f9fc62ea5b838dfff3fcf70a47d4e13901)) - ([`8803d69b`](https://github.com///commit/8803d69b4ae260ea3bcfddbc653a3185eef79ee7)) - Forgot to revert default([`e4415ce8`](https://github.com///commit/e4415ce8e63db54e95b0566eef5ec50901068535)) - Raise sigints([`f05ef45b`](https://github.com///commit/f05ef45b645729faf2501dcef1705e99337e097b)) - Working on it([`a4428768`](https://github.com///commit/a4428768308f117533da24b930198170d062ad72)) - ([`c9ca7c46`](https://github.com///commit/c9ca7c46d987833ad8d9b51f799a9a2f8af43ce2)) - Add wallet_create_key doc([`7e097e23`](https://github.com///commit/7e097e23f7a47dc6386f37c9488bc1b204bc5fcb)) - ([`8fbcc46e`](https://github.com///commit/8fbcc46eda03e3e7f20d6a161b9424489cbfad83)) - ([`af1bdb2b`](https://github.com///commit/af1bdb2b17c34859620613b167d9ce899c8418a0)) - ([`6deed9da`](https://github.com///commit/6deed9da451ac5f86582885a1b18d82d0e84bc36)) - Log in GELF 1.1 format, with unstringified numbers.([`2d980b46`](https://github.com///commit/2d980b46a383f6cda346025cfbdc83185b7480ef)) - On second thought, it is safer to not try to automatically recover from inconsistencies betweeen unconfirmed db and fork db([`ec2743b7`](https://github.com///commit/ec2743b715bd37c192b175c2f11c274c592a726c)) - Do not skip authorization check when replaying reversible blocks([`decd6d0c`](https://github.com///commit/decd6d0ccab638a972a96cdb94ba1cc3c1fa516a)) - Merge remote-tracking branch 'origin/master' into 3243-hard-replay([`910e5626`](https://github.com///commit/910e56261037738b2acb436fcaa85c05eeeee7f5)) - ([`2152ced8`](https://github.com///commit/2152ced85349d3c60611893cd005b96c3f91ea0f)) - Changes for rebase to master. GH #3039([`9718cb31`](https://github.com///commit/9718cb3130b525510d5e2521396e63fa191195c9)) - Added RAM limit tests. GH #3039([`d3e53912`](https://github.com///commit/d3e539122bc4a2834bdbf0f9fbdf90e177801279)) - Refactor eosio_system_tester into header file. GH #3039([`8919c359`](https://github.com///commit/8919c359c5aeba0d572ada6b7dc6ca3a75989f1f)) - Merge remote-tracking branch 'origin/master' into 3243-hard-replay([`a5624707`](https://github.com///commit/a562470717f5b724981bc2bde2502a8db3d517d9)) - ([`032300df`](https://github.com///commit/032300df7f6e7277179018d76428a14109f3a48e)) - System contract: unit-test for taking stake from pednding refund #3213 bugfix #3180([`0536d6e6`](https://github.com///commit/0536d6e616403dcb325a45e59e700953a8cb44e8)) - ([`6a84f63e`](https://github.com///commit/6a84f63e14c7f030d92e64e5a1f4a26dde3acda7)) - FIX --http-server-address bug([`62382b9f`](https://github.com///commit/62382b9f15c5f9e91c46ef00e045f724ed17c019)) - ([`4df89ee8`](https://github.com///commit/4df89ee849397ce1de7571e53e8910d8b5447a92)) - (binaryen) fix compiling on gcc 8.1([`63ffef2a`](https://github.com///commit/63ffef2abe0a060834065b1acb6a2d74f0f83f89)) - ([`6af19b04`](https://github.com///commit/6af19b04864aa93c162a02dec43a30062969accd)) - Mirror improves http performance([`133b7b81`](https://github.com///commit/133b7b8155fe6a91766512bdbd5e9642cdc68776)) - ([`90d1acf8`](https://github.com///commit/90d1acf84289c7fdd06c481866727c1e9686dc5b)) - Update to 4.1([`bdc0538b`](https://github.com///commit/bdc0538b7cdeb00a0db3ebbb1859e86533e3e912)) - Remove unrefed references([`12e7f74f`](https://github.com///commit/12e7f74feb87788ea94885bc05d981db5d939fa2)) - Updated docs for tag 4.1([`38a45074`](https://github.com///commit/38a45074a377aa20a5c4c24068aaca2d40ffbf8a)) - Updated to 4.1([`f6727ad5`](https://github.com///commit/f6727ad514ec24ea9c2c1396a5119a8580449e0c)) - ([`1bbe4082`](https://github.com///commit/1bbe4082e3caacd7619a3a80d4cc49a30aaee8d4)) - Link to wiki/Tutorial-Bios-Boot-Sequence directly([`4f0188ce`](https://github.com///commit/4f0188ce808e0913f673629c593e7d53c2fb5da5)) - ([`ceabae5d`](https://github.com///commit/ceabae5d9e931f130d997d76ec17a2171b46efbe)) - Delete duplicate ;([`ce722bba`](https://github.com///commit/ce722bba9adcc41067c28e0d9b69dcf9747d973c)) - ([`c6c8215a`](https://github.com///commit/c6c8215ac255b0bb27b05ef7bcffd5104e629276)) - General tests cleanup. Enabling more segments of nodeos test. Tighten transaction finalization to narrow down the exact block containing the transaction. Tighter error handling. Add currency balance test. Improve transaction distribution validation mechanism.([`2ac055fa`](https://github.com///commit/2ac055fa3a7b860b9254731049f7d3426cc31ab0)) - Better handling of unconfirmed block db inconsistencies; skip authorization checks on replay([`57fcf2b3`](https://github.com///commit/57fcf2b3654876d588765f2f2bccc7871db4b1ba)) - Add --hard-replay #3243([`a909d883`](https://github.com///commit/a909d883c8feff2d6e3d4a12e36e4024ff8aa593)) - Reduce likelihood of corrupting tail end of block_log by flushing after each block append([`69f98c52`](https://github.com///commit/69f98c521521dc276a1c11c81e878a955449ed94)) - Update chainbase([`4c561c19`](https://github.com///commit/4c561c1954a7bd8b5e214e36eac1dd23c26f8e99)) - Bnet progress([`01b0ffa2`](https://github.com///commit/01b0ffa29fcf3bcca8a63b4da9297c72a3ba7584)) - Progress on bnet([`1f832dc6`](https://github.com///commit/1f832dc6011029b797324cfcc67693e1f9137f53)) - :beast based p2p net code([`c05d8782`](https://github.com///commit/c05d87825ac0a29c42121d2902942c672d0a70a0)) - ([`cd979827`](https://github.com///commit/cd9798270e564377c1314f67c7d45200824a82ad)) - ([`afa002bf`](https://github.com///commit/afa002bf9a46355b78deed1e51ec8ab133fedce8)) - ([`817cd9d3`](https://github.com///commit/817cd9d36c617dd2b9c8294273328910a5586cef)) - Create README.md([`fe3f5adc`](https://github.com///commit/fe3f5adccd85ea70877838bfc572c259e5031b39)) - ([`3c902978`](https://github.com///commit/3c9029789333cbcfa216d2ae0f055df6e6d77462)) - Add bios-boot-tutorial([`07a57e44`](https://github.com///commit/07a57e4479b8d8def77da677b96fe5bdc421c80d)) - Remove invalid attempt to extract data([`dbe7e45a`](https://github.com///commit/dbe7e45ac088c1b6307069864f8baabd0a2a3191)) - ([`aae986f6`](https://github.com///commit/aae986f62d3dcd90220573fc441ef25d62480a5e)) - ([`d9b57c16`](https://github.com///commit/d9b57c163f01f99bf7d0bbe4c4b9844d8f512863)) - ([`cd0b1479`](https://github.com///commit/cd0b147910af4e84dd079c934dbf9765dae75cd7)) - System contract bugfix: create refund record if either net or cpu refund requested #3180([`813de752`](https://github.com///commit/813de752981f5cccf05a51003d07fd62075f6762)) - Small bugfix: don't update requestim in case of zero change to refund #3180([`2ac89b8d`](https://github.com///commit/2ac89b8d99a1df2051b2ae3ca76a88cbcc58dd90)) - ([`972f9d07`](https://github.com///commit/972f9d07da998755bc6e7d26bf5ea6a91be0b71f)) - ([`1cecc8b2`](https://github.com///commit/1cecc8b206c51f349eadbbc3175f75623f758ca6)) - Cleos system listbw (small bugfix) #3124([`7956234d`](https://github.com///commit/7956234d276db6d4a995a04fbd550cce22a52101)) - Cleos system listbw #3124([`368847f2`](https://github.com///commit/368847f2cd67a5a47a279b4c721a07c8f9ad6391)) - Restored delegatebw struct in system contract abi #3180([`57b206b4`](https://github.com///commit/57b206b4d1427c8bf7be5a8c3c16dee816183054)) - Changebw removed from abi and dispatcher #3180([`6ec7d05a`](https://github.com///commit/6ec7d05a80849e76bbd269fa9c73b717095e406c)) - Producer pay: extra check added by Khaled's request([`cd5914bd`](https://github.com///commit/cd5914bd5bcfcbda934efc1b287d770236df50c0)) - One more fix after merge #3180([`290c208e`](https://github.com///commit/290c208ed37ab2f250bf742ff0428b8254e04748)) - ([`1637efee`](https://github.com///commit/1637efeea5e6ebcbc54a9afcba4d1c8c4463b852)) - ([`734804ef`](https://github.com///commit/734804ef6de1b56bf59e74847797adb8fd8ae4f8)) - Merge remote-tracking branch 'origin/master' into 2561-eosio_assert_code([`b0daff48`](https://github.com///commit/b0daff48ea4583261d8fcef64daf7e0f3abeacfa)) - Get_error_message now returns safer optional even though it may introduce unnecessary copies; find_error_message no longer necessary([`2cf81f87`](https://github.com///commit/2cf81f87465b972207c292d4d21d54a948715502)) - ([`58c0f92f`](https://github.com///commit/58c0f92f0610985f2f05b229d27ae9c6eda7bbd4)) - Changes from @heifner's review of #3190([`bbd34d3c`](https://github.com///commit/bbd34d3c0d6db970096fe1d113c4bde30f652d69)) - ([`42b61ef2`](https://github.com///commit/42b61ef26662a0c1f3e76a52a71d7067e3809493)) - Upgrade some error checks I missed to use new assertion failure message([`c4694783`](https://github.com///commit/c469478396347e8aa858d22cc69ceec543e94eca)) - ([`5c316711`](https://github.com///commit/5c3167119fb03a982d76c92f4cb48648a800c831)) - Add test case for eosio_assert_code #2561([`1b258d13`](https://github.com///commit/1b258d133f2acf1f3959d58f404683dfced19f8b)) - Add eosio_assert_code #2561; fix bug with usage calcs in transaction_context([`bd95cc14`](https://github.com///commit/bd95cc14ec4bcba2e26616f1b41ce6e26d5ffe6e)) - EOS to SYS compilation fix 2 #3180([`7e8d70e3`](https://github.com///commit/7e8d70e37b38003cf04e4952f08944cd879eceb3)) - EOS to SYS compilation fix #3180([`57c8c7f7`](https://github.com///commit/57c8c7f72e5876dfb747ba8100fa6cc4c9248487)) - ([`b493aea1`](https://github.com///commit/b493aea11fb6e0593b3909a75e224a339c3d5920)) - Avoid some validation while increasing/decreasing voting power, but validate when voting #3158([`09a1640a`](https://github.com///commit/09a1640a9e8879e70beeca3f983d058468c9dbb2)) - Cancel_deferred returns 0 (transaction not found) or 1 (canceled), don't reset refund timer when taking moner from refund to stake #3180([`88f499d8`](https://github.com///commit/88f499d81e92d5b02e64d6f997ec6f67fb657fda)) - ([`a4789ed3`](https://github.com///commit/a4789ed33205be07cbafd6992418388451116b93)) - System contract: changebw added to abi and dispatcher #3180([`449c70d8`](https://github.com///commit/449c70d8426a9c2b74c4a651feac3bc374cea081)) - Refund from net stake is not allowed to go to cpu stake and vice versa #3180([`7e33a806`](https://github.com///commit/7e33a8063949a206cd664cc298fae708b2609882)) - Delegate bandwidth refacroting, allow to return pending refund to stake #3180([`7091a1a9`](https://github.com///commit/7091a1a965b157ea9359a1742dd85300f38f118a)) - Put hex data in 'data' when no abi([`66331e84`](https://github.com///commit/66331e84414d40ff453c55fcd625946e0557354a)) - ([`df6de517`](https://github.com///commit/df6de517761b358ae4b55945e63c9039e6aaa7ce)) - Remove issue 2099 special check([`709b5d21`](https://github.com///commit/709b5d212db3cfa68f28c65f8d1f02ffd3d99811)) - Add check for unknown type([`f019af70`](https://github.com///commit/f019af70983840b21908f30c041b98132057123c)) - Add bios actions/structs so get blocks with these structs provides pretty print output([`15360f83`](https://github.com///commit/15360f8320956349cb56e9aa610ebae4bd01281d)) - Remove issue 2099 special check([`fa05bce0`](https://github.com///commit/fa05bce0172720f434ec33619ee3503ee90d24d3)) - Add check for unknown type([`0bcab69d`](https://github.com///commit/0bcab69d1d81fd2ab757edc9c51394cec78335df)) - ([`9f4c9e97`](https://github.com///commit/9f4c9e97956f052aaf2bcc87e08e4976d7bd3718)) - ([`6bb65fbf`](https://github.com///commit/6bb65fbf4bc133f8da76610c3514bad0ff7435b6)) - Fix regproxy, unregproxy, and cancel delay of cleos system subcommand([`310f369f`](https://github.com///commit/310f369f7060f1aa7d34f58a95794eaf3c658460)) - ([`864866fe`](https://github.com///commit/864866fe61403e01ebf3e80fa158e1409aa4a3f4)) - ([`0545b68e`](https://github.com///commit/0545b68edb4e8645863e7aa02e489e7ac9ea70c0)) - ([`f14120d7`](https://github.com///commit/f14120d79de9f06c36547531ab31d539faf0f7f9)) - Fix ubuntu version check ( OS_MAJ -lt 16 )([`4b63b7aa`](https://github.com///commit/4b63b7aa371d7e3877b9e793ce84aaa0ced34f2f)) - ([`9c2ac4ab`](https://github.com///commit/9c2ac4ab9d39f37fcf3f0751da496eedb45db8ba)) - ([`2f93ad24`](https://github.com///commit/2f93ad242eb7be431acb75fe121f9bc23a26d2e8)) - ([`26293964`](https://github.com///commit/2629396455f33562bd79f3782df19e5e2dc2a473)) - ([`4c873836`](https://github.com///commit/4c87383647e9d84ceba0d28cd79cdb7734c0299f)) - Fix #3194 -Change the port number of the wallet interface document([`ab0379a8`](https://github.com///commit/ab0379a8c6b8d5dd1ae200bbf696d46d7bbe88d6)) - Add back claim rewards check before 150000000 is staked([`7f867160`](https://github.com///commit/7f867160a28173c768f9fef2330d7b4387c563e9)) - ([`ff478bbd`](https://github.com///commit/ff478bbd254649aa5e0a3222284884d0e7aaac70)) - Adjust voting weight([`49b89613`](https://github.com///commit/49b8961376b996deb955d903e6b068e8ac1711f2)) - ([`818fa8cb`](https://github.com///commit/818fa8cb8399406682ed4170ee9c670572191ed3)) - Add missing files([`372a6b89`](https://github.com///commit/372a6b89eb5da26de422a8e8bc70b0888dc9ba8c)) - Add cmake configuration parameter to set the CORE symbol. (CORE_SYMBOL_NAME)([`26e338f4`](https://github.com///commit/26e338f46aba7565ac06468faf5058b0b9e07349)) - Fix asset::to_string for small negative values([`eeed07b0`](https://github.com///commit/eeed07b0ef3d7b62cb237aab936390d9df009599)) - Rename "EOS" symbol in eosio.system to "SYS"([`44db5a1b`](https://github.com///commit/44db5a1b946ce2bc44dac7cd063813e6392c5274)) - Add test case for uncover area of transaction.cpp (2773)([`ceafe151`](https://github.com///commit/ceafe151234a573e98e4f988c6fc8fc831202c32)) - Add unlock-timeout option to wallet unlock command([`ca4074f9`](https://github.com///commit/ca4074f96d10dccc6f35758ba52850799cf8beee)) - ([`29c30f10`](https://github.com///commit/29c30f10650102ffb000bb1a287dc285d582275f)) - Fix error message, Fix #3184([`75cea568`](https://github.com///commit/75cea5688a4ed79a298a4161a9e00ad09e0cc539)) - ([`f442d63d`](https://github.com///commit/f442d63d43d2da1d51e0c5e04a8b74c26c5e4030)) - Producer pay divide-by-zero and min stake checks([`2f562fa7`](https://github.com///commit/2f562fa76227ff767f5b8fb2cbbc3d5ea6741185)) - ([`a7d77526`](https://github.com///commit/a7d77526797b8a7747b4a074b1070fbbe3c24c7d)) - ([`3366ccfe`](https://github.com///commit/3366ccfe64de6b67aa61e261ae2a370cd3e15408)) - ([`875c5f1b`](https://github.com///commit/875c5f1b1404c83c1e82030c279a579a7ba0adc4)) - ([`ed18ceef`](https://github.com///commit/ed18ceef163e8eaae2d4b104585bc43b3ec016e1)) - More detail on eos-dev image([`291f97c0`](https://github.com///commit/291f97c0db72d8fec9499ece2cc91a63f638fa00)) - Removed unnecessary files from dev folder([`20da6a98`](https://github.com///commit/20da6a9869268276094a425f8b540c1e8c416807)) - Update cleos alias([`53b64913`](https://github.com///commit/53b649130a3a6ceff07c0efc7345cba6101eab02)) - Remove eosiocpp from eosio/eos([`d3c78bc1`](https://github.com///commit/d3c78bc1e6bb3d7f4c114a4008bdb459656d88cf)) - Add dockerfile for eos-dev image([`cc40536c`](https://github.com///commit/cc40536c2df189c32a11cd605ff369c67095c8b1)) - ([`04022fb2`](https://github.com///commit/04022fb2e75e1d78a7ac6a7ea2869fefa255124b)) - Only check out latest files([`e13b89b4`](https://github.com///commit/e13b89b4ea39e55d24301816624f0e554da7724f)) - ([`7e2e8673`](https://github.com///commit/7e2e867397604f807a10219e460d475dc07261a5)) - ([`768184ec`](https://github.com///commit/768184eca8fa3575dd66196b952324a86fd86e20)) - Add temporary support for floating points in ABI; remove now unneeded abi_def from default eosio ABI #3095([`523d1a51`](https://github.com///commit/523d1a519e580c9600c96c8cc92874d4d0a8db22)) - Setabi treats abi as a blob of data; cleanup builtin abi types #3095([`ed3f21b3`](https://github.com///commit/ed3f21b37ad27e0c1c48cc618650b3ff50d39b0f)) - Support native 128-bit integers in abi; remove boost multiprecision([`ab87a832`](https://github.com///commit/ab87a832bec5cc0301d4efc1662de6ecd0e183ea)) - ([`45f37102`](https://github.com///commit/45f371023dbb58647eb3a691466e0e90f526087c)) - Add exception translation and logging to controller_impl.([`e6a09390`](https://github.com///commit/e6a093909276e8ea187aa52318e7ec60d84a6f35)) - ([`379e301a`](https://github.com///commit/379e301a2f9eb96e454cdbce751e1282858c1706)) - ([`fdcd465d`](https://github.com///commit/fdcd465dac49814e702d0489f0590e102b2852bf)) - ([`df680eb9`](https://github.com///commit/df680eb94890bdbcdc88b1b2e9cc1af9f958787f)) - ([`48a6a6be`](https://github.com///commit/48a6a6be7c5b150c6a8451fa5b79943a13cdabc4)) - Issue #3140 - clean up on_irreversible and inconsistant states([`a5eff1c3`](https://github.com///commit/a5eff1c34f865c6b4aa981ee6d4498d9a8adfb8e)) - Fix #3140 unconfirmed cache invariant enforcements and related bug fixes([`b13e483c`](https://github.com///commit/b13e483cd0908dd4db3dbcc7ac3dfc50b8ad67dc)) - Fix #3140 - log reversable blocks to shared mem and replay them on --replay([`7601fd83`](https://github.com///commit/7601fd83f6f235ab0f53bff44701980e29712ea6)) - Progress on #3140 - persist but reversible blocks([`ac9b2f95`](https://github.com///commit/ac9b2f95b81f3c11d5dc25ec2bcda8b341c0bab7)) - Scale votes in producer list (#2933)([`31541317`](https://github.com///commit/315413170db05d4c2facadfcb19895693eddc3cc)) - ([`731819b2`](https://github.com///commit/731819b29ed6bdc151de38c58f78963dc5b8aa79)) - Pagenate sorted producer list inside nodeos (#2933)([`7a8999b0`](https://github.com///commit/7a8999b06b98f23c05ce1345eafe2f9cc94c28ba)) - Merge remote-tracking branch 'origin/master' into cleos-more-producers([`2280dba7`](https://github.com///commit/2280dba758d3eabcb9ccfbf79e55ccbc9eabceb9)) - Merge remote-tracking branch 'origin/master' into cleos-more-producers([`5b60c223`](https://github.com///commit/5b60c223674788960a5e745aa700586dedc470c4)) - Merge remote-tracking branch 'origin/master' into cleos-more-producers([`953d8f54`](https://github.com///commit/953d8f547e5837fff518f2f6b8ce6387f0682673)) - Pagenate producer list in cleos (#2933)([`fa457dff`](https://github.com///commit/fa457dffe4cf79eb4a47cc6d14a298d6aab6e26c)) - ([`958f5cc7`](https://github.com///commit/958f5cc7a3033c6e7870f2ddcf63bcc9966c1e44)) - Add additional unit test for bootseq_tests([`09d16d94`](https://github.com///commit/09d16d94d338fa0e853e966e4ffd40e97a016d4e)) - ([`3b70b575`](https://github.com///commit/3b70b5757a093f8a4db7be04734134ce65a8106a)) - ([`7a6e1a11`](https://github.com///commit/7a6e1a11a4dd293914a620b6eca71c453a440aa3)) - ([`b861ec66`](https://github.com///commit/b861ec664a70fd61bf5a0559f46a0f6e94061d25)) - Fix captures to prevent shutdown cores([`ddd5ec05`](https://github.com///commit/ddd5ec05babf9a18d26b10f23ac81ad0e2f20e2d)) - ([`91919f31`](https://github.com///commit/91919f317798bbef53eb9174c65782f32d3d861e)) - Use voter_info of right user #3123([`8bc7b109`](https://github.com///commit/8bc7b10969c8f64743b771209aacae5877624e53)) - Cleos system voteproducer approve/unapprove #3123([`a6c31f0a`](https://github.com///commit/a6c31f0a2027f6a0de68853e07b971143221556f)) - ([`fe5a2b3c`](https://github.com///commit/fe5a2b3cc7acefd9f060662f9e2e5fa6a9e48d34)) - ([`e4980b1e`](https://github.com///commit/e4980b1ef2be0fe6a70a38bf5f56d56f1ae0f485)) - Tighten check for transaction finalization, iterate through blocks to narrow down transaction to a finalized block. Add test of cleos get block to verify it decodes the packed_transaction.([`1d6d8f2f`](https://github.com///commit/1d6d8f2fa7431630d559f5e9499e47db4366c1ae)) - ([`d624664b`](https://github.com///commit/d624664b4a468d1ba59684255ab51b766bb94c35)) - ([`3d306b9d`](https://github.com///commit/3d306b9dfbcb070bc926582c8ebd566388405061)) - Allow eosio to create accounts with names shorter than 12 symbols #3136([`00eb7091`](https://github.com///commit/00eb7091bed1b32456f070a72830ec07281d4e8d)) - ([`7bce267c`](https://github.com///commit/7bce267c6e48bcbf2d81f0ed51a3771501fdbb7b)) - ([`6c6f227e`](https://github.com///commit/6c6f227e5ac0b63a6c7a32a1380631721951a10a)) - Eosio.msig contract: proposals table separated into two tables (now it's possible to upgrade system contract using 8Mb of shared memory) #3136([`6b48fcf0`](https://github.com///commit/6b48fcf067b52607c68e54ac5b0711bac3e8c1c0)) - Setpriv action in system contract (missing file) #1962([`f5e6a07f`](https://github.com///commit/f5e6a07f1590d1fcdda3caf2604f43d2d43f457c)) - Setpriv action in system contract #1962([`970718f3`](https://github.com///commit/970718f3b9d60ab61cb4d73d2a045c5d3cdf3209)) - System contract upgrade test improvement #1962([`8e1ad0c6`](https://github.com///commit/8e1ad0c67cc90e46adcc0081281eca7d2c10e4f3)) - Small refactoring #1962([`65243c7c`](https://github.com///commit/65243c7c96bd253e5c924b1d2228699ea7d67f51)) - ([`ac0dda7f`](https://github.com///commit/ac0dda7fc1ca89f5a951058257e0c1e912644eca)) - Remove can_freeze,recall,whitelist from eosio.token([`bed2cff8`](https://github.com///commit/bed2cff86785511b1117898fd5737e93d645e93b)) - ([`c0161616`](https://github.com///commit/c0161616b7242d3fe50e2f316536dd671441e011)) - ([`04e3abfc`](https://github.com///commit/04e3abfc0841b3114a0daa4bf44bd8da89658477)) - Minor fix for llvm install([`54b66f8a`](https://github.com///commit/54b66f8a87176274313d693ccb551bbf14de3b33)) - ([`82c4c966`](https://github.com///commit/82c4c9667e32460c9b479b36fa4d8428253297e9)) - Added extensive error verification/validation([`e251e757`](https://github.com///commit/e251e757606bead9d48a954182034efb33ca01e2)) - ([`98e5c03e`](https://github.com///commit/98e5c03ed804dc1e3d98f5a6d41d71afd8ac38ee)) - ([`3c94c1b7`](https://github.com///commit/3c94c1b7fb8ecab7adcb77138beb2f0b1d5ef37e)) - ([`1f703433`](https://github.com///commit/1f70343398c2b9db470af59e1339132f4f99f3a1)) - ([`0180a336`](https://github.com///commit/0180a3366a44f63ce2e625b74c8bae6c4ecd9f79)) - ([`e4dcb49b`](https://github.com///commit/e4dcb49b6e6911c7a58663189d06dd8014674c13)) - ([`730aa449`](https://github.com///commit/730aa449af0ca797cca923281686b58777406c6b)) - ([`b8658469`](https://github.com///commit/b8658469e5b85131126eb24d99c60dfa43cd21af)) - ([`6401c43c`](https://github.com///commit/6401c43c1314c49535cdebd3461bc9c0d9232d6e)) - ([`878ed33b`](https://github.com///commit/878ed33b245bbce252342480295b922b21505626)) - Create bp_agreement.md([`fcf0c564`](https://github.com///commit/fcf0c56492bed89511c83b4de6b2e2391d56ba7c)) - Create constitution.md([`a86ce927`](https://github.com///commit/a86ce927a584ccd1e66fe70499b8aeaf4ee09897)) - Broadcast transactions immediately upon chain acceptance([`8c4a6770`](https://github.com///commit/8c4a67705aff2429079c5471eb34e1db7d400179)) - Added long-term pay stability test case([`e7fd0c5f`](https://github.com///commit/e7fd0c5f9a246a605663b32189082fb160272f45)) - Small changes([`30481edc`](https://github.com///commit/30481edc3fb3a0069757c36ac9919ddc9f83b04b)) - Fixed tester bug, more producer testing, code cleaning([`a6d6e46c`](https://github.com///commit/a6d6e46c5af7952a65ed07af776339383fd6aac3)) - ([`48ee386b`](https://github.com///commit/48ee386b3ab91b00fbe5342314a7d3ae5fd9bdc2)) - Renamed produced_blocks to unpaid_blocks([`366f2349`](https://github.com///commit/366f23491811ab65e24228718383e3b7e8a33eb0)) - ([`cdf59039`](https://github.com///commit/cdf59039b7aeafef9b980a810839d91c5c123f0a)) - ([`6131d4cc`](https://github.com///commit/6131d4cc2a520b4f3d5dbdf26dee314a9b935e61)) - Fixed abi mismatch([`97e35a45`](https://github.com///commit/97e35a45ce52cc678d69ba21225324a9e916c5f3)) - Fixed merge error([`d52bef06`](https://github.com///commit/d52bef064003ece130d754fc4096d594f626a6c4)) - ([`b0f4e686`](https://github.com///commit/b0f4e6860a55a9103f46a5915c07c5db32381db0)) - ([`07280f48`](https://github.com///commit/07280f4807ef8ff2cb521d242f7e9697832b8827)) - ([`d87777f2`](https://github.com///commit/d87777f24efbfe58868c4533bb1b77704ff21973)) - Added missing comma to eosio.system.abi([`aaf2a107`](https://github.com///commit/aaf2a107a99ea73b57fe98086444878ab02cb667)) - Fixed merge issues([`37ab47c9`](https://github.com///commit/37ab47c9fabf853b6e261fd98844d1d3b1419f09)) - Merge master into issue3014([`1084e117`](https://github.com///commit/1084e117db62a61e76c920d7dc418b9a6e29f704)) - Fixed producer pay tests, used longer names for producers and voters([`7e3a2eac`](https://github.com///commit/7e3a2eacffbc5963fa534f1fa9d22307bbbe305a)) - Fixed producer_pay test, limited daily pay threshold to pervote([`52287ba1`](https://github.com///commit/52287ba1e82aff6e4ca719399031827aa141dd3a)) - Fixed abi issues, part of producer pay tests([`77e14d3d`](https://github.com///commit/77e14d3d619832f0421e416626d766432b244f15)) - Producer Pay Algorithm #3014([`b4407434`](https://github.com///commit/b440743483c8df64376ca11e6345e50e35d345c1)) - ([`c97894f0`](https://github.com///commit/c97894f0102b9dc19dbb3bb233cb38b35d1b918b)) - Updated comment, corrected precision([`901e52a5`](https://github.com///commit/901e52a519abbd5ad61a4063eb41e529bce1de0b)) - ([`bcfbbb24`](https://github.com///commit/bcfbbb24ff2aadec8bc3ad6df5ab3ba601cc4161)) - Remove hard coded launcher nogen parameter.([`fae86592`](https://github.com///commit/fae86592f9a7ddb0a5820d4a5920d7a5d14d6404)) - Fix spelling mistake.([`0d8a616e`](https://github.com///commit/0d8a616eafc4c778d8213ecbf47a54be7afb5e65)) - Add test for 'get account'.([`a3b39bcb`](https://github.com///commit/a3b39bcbe84cea3a3348dc2a16c9c8da737c1f6d)) - ([`bdc48256`](https://github.com///commit/bdc48256e9c2d063eb48e121a58016930344c6fd)) - ([`c6b6aea1`](https://github.com///commit/c6b6aea160b9cb388dd2372400acf53cde99f80d)) - ([`eac91cce`](https://github.com///commit/eac91cce65ae3f343d5008ff89a0a1852bb78794)) - Eliminate 'cleos' help text mislead.([`175e1a4c`](https://github.com///commit/175e1a4cb8bf8f20a4db260f5de69d1b222ad3dc)) - ([`75e7b244`](https://github.com///commit/75e7b244f7bf901f81d54f4d2995c10f07b2aa97)) - ([`3c980bdf`](https://github.com///commit/3c980bdfc146a377ea0dd486de0d340a5cd0a5fd)) - Fix the build artifact in source tree. EOSIO/eos#2619([`ad7806e8`](https://github.com///commit/ad7806e8a32763be49486b01b3f7fce309d700d4)) - Fix for an infinite loop triggered by the loss of all connections during resyinc for a node with muliple configured peers.([`ea10fe09`](https://github.com///commit/ea10fe0989de15dc0324327115fd92847f755aa2)) - ([`37b8c69b`](https://github.com///commit/37b8c69b4f80f6737e18f4518810e4d9a7229ab7)) - Fix block timestamp tolerance from 0 to 1 second, Fix #3041([`ad634a88`](https://github.com///commit/ad634a8838843140bae67405b660adb5d884d678)) - ([`61a2faa5`](https://github.com///commit/61a2faa59fc9281ab9db7f0a162db9e99e4e184f)) - Free RAM on undelegate bandwidth Fix #3107([`8c997121`](https://github.com///commit/8c997121aa2a6cd4171f36ecbd53d9d40e51d28d)) - ([`854f8d80`](https://github.com///commit/854f8d80fd561c1dca72b91495dd02c51dac999f)) - [db_sql_plugin] remove installation of libsoci in ubuntu([`dfb42de5`](https://github.com///commit/dfb42de5836873b980c8a7a91a52d4c4d4d70e8c)) - ([`addba332`](https://github.com///commit/addba332ca8d8ee1db7c58578f5d42857a05d35d)) - ([`4d33d475`](https://github.com///commit/4d33d47515924cbd01b8ce5acbdc1f875fd0cbf8)) - [db_sql_plugin] deactive test ...([`321131b4`](https://github.com///commit/321131b4148be5d1d5128fc2c397815df01302be)) - [db_sql_plugin] less noisy way to check for the plugin([`b56c1ff2`](https://github.com///commit/b56c1ff2593a17f74515e63b55a2b5c02881e86a)) - [db_sql_plugin] added tests to the runner([`bf86613f`](https://github.com///commit/bf86613f054e85c4dfc50ec99a93ef4e6bf5fcf9)) - [db_sql_plugin] plugin is optional in front of SOCI lib in the system([`0948b1f2`](https://github.com///commit/0948b1f2c6edd5930e19a5047d2cdc5de3da20f7)) - ([`af7375d8`](https://github.com///commit/af7375d86fcea40027849a1fb02fa452431acec9)) - [sql_db_plugin] add TODOS([`099b65b3`](https://github.com///commit/099b65b32fe6ebdcc05b191f0120fabf19b6649b)) - [sql_db_plugin] accounts table created([`4cbccaa7`](https://github.com///commit/4cbccaa7437c14f70b6e0f98a5d6ce0861b98e64)) - [sql_db_plugin] protect database for multithreading([`4475f8b7`](https://github.com///commit/4475f8b74978c2fbf9ff6a7289ead0ee673460ba)) - [sql_db_plugin] first interaction with DBMS (sqlite3)([`beef3b13`](https://github.com///commit/beef3b13bfc5adcd215720d767dc4531b0ee2ed4)) - ([`416ef3dd`](https://github.com///commit/416ef3dd2b4e199df98b4a4cf145e0334e71a426)) - ([`e77d806e`](https://github.com///commit/e77d806e4073d696cc7f00a64eceaadfb582fec8)) - [db_sql_plugin] added license([`2d3050f8`](https://github.com///commit/2d3050f804481b0d0459552cdaf02dca6652690f)) - [db_sql_plugin] rebased of Dawn 4.0([`e50a7a17`](https://github.com///commit/e50a7a17b856dcfd12c76b3f35f2a94db5710aaa)) - [sql_db_plugin] plugin not REQUIRED([`4f003071`](https://github.com///commit/4f003071d806203609d6f4e03ebc1e9509377238)) - [sql_db_plugin] fix compilation([`c61a9374`](https://github.com///commit/c61a9374b821c50d41dd1a5457ac72fd23dd5243)) - [sql_db_plugin] name refactoring([`1fc1bb1c`](https://github.com///commit/1fc1bb1c185cf002ece5880856793d0e6fc363e6)) - [sql_db_plugin] cleaning consumer_core interface([`b340aaca`](https://github.com///commit/b340aaca3d6c1d0a0284ea530041b5519dd8c517)) - [sql_db_plugin] cleaning consumer class([`fc311b88`](https://github.com///commit/fc311b8860e125a666f6c1391c1ced00223d6efd)) - [sql_db_plugin] cleaning([`d90670c0`](https://github.com///commit/d90670c034412a84dd058224ed6291761d6ec9a1)) - [sql_db_plugin] class name refactoring([`75f61d84`](https://github.com///commit/75f61d845978eaea5c84139ba844e5242bd467ca)) - Added libsoci-dev to ubuntu script([`e45cc1ac`](https://github.com///commit/e45cc1acfed5ea2aa5f3729dbc9e12f1fc123907)) - [sql_db_plugin] refactoring([`ac207d66`](https://github.com///commit/ac207d6662d252d3b142cf01420ccb17e046df4d)) - [sql_db_plugin] db files moved([`a0a566e2`](https://github.com///commit/a0a566e28356ba8044234f8dca4250906f27f64e)) - [sql_db_plugin] added block_trace queue([`6f59f082`](https://github.com///commit/6f59f082c27cebe724ed6cf4d51b2304d460c30a)) - [sql_db_plugin] trying to move an abstract class([`5e39a486`](https://github.com///commit/5e39a48622c972c48d4ba678baa25027a0a61061)) - [sql_db_plugin] trying to use &&([`702d680c`](https://github.com///commit/702d680c2ea1e241e48adfcbeeaac25e4469c90b)) - [sql_db_plugin] irreversible_block_storage is concrete of storage([`f62f0970`](https://github.com///commit/f62f09704143cee4d729c07c7a139f21a3836954)) - [sql_db_plugin] added abstact class storage([`5d474214`](https://github.com///commit/5d4742148621b170b970de09899f33186eb13ea6)) - [sql_db_plugin] added irreversible_block_storage.cpp([`81f4103d`](https://github.com///commit/81f4103dfe3e540e6e7bef8bf64f561314b3bcfe)) - [sql_db_plugin] refactoring([`66f758ed`](https://github.com///commit/66f758ed1006eb3a5288384c48d2f4796bb9ea5d)) - [sql_db_plugin] removed unuseful class([`1eee984c`](https://github.com///commit/1eee984c7f0ef7b3309e6d374418a10a5aac1def)) - [db_sql_plugin] using lambda([`fe99aa7c`](https://github.com///commit/fe99aa7c3b44181815b41eaef2b03ff2ac97b5d1)) - [sql_db_plugin] using external function([`a488c191`](https://github.com///commit/a488c191c3780b7ea0d98cd21aa503e87e2da942)) - [sql_db_plugin] refactroing([`4080766b`](https://github.com///commit/4080766b929d6fabfc9e7eb7696f11cc0c6f56c4)) - [sql_db_plugin] added consumer test([`81d755ce`](https://github.com///commit/81d755ceb862cd79f3c5324920f929399f722911)) - [sql_db_plugin] compiling([`345dda40`](https://github.com///commit/345dda408287b4926da30e9a18e7709db2d94a68)) - [sql_db_plugin] consume function is public([`192196fd`](https://github.com///commit/192196fdfb53861e49ae9fd03f7329eda9bb266c)) - [sql_db_plugin] consumer class is a template([`2d8cae91`](https://github.com///commit/2d8cae913cb9a23eebb03308316d42c59e2beb8a)) - [sql_db_plugin] refactoring([`86a08c52`](https://github.com///commit/86a08c52d61e478cb425878b867dcfbb877d4b6e)) - [sql_db_plugin] refactoring([`73445ab1`](https://github.com///commit/73445ab163c69910a997945a24878734b14b3b00)) - [sql_db_plugin] tests added([`345cf0f8`](https://github.com///commit/345cf0f88424d840d1bffdaec6ac946df5e341e8)) - [sql_db_plugin] refactroing([`0ebc5c2f`](https://github.com///commit/0ebc5c2f19e1c9f1a42a46e706be9a905ed9f292)) - [sql_db_plugin] add atomic lib([`42b4a899`](https://github.com///commit/42b4a899a8281edefe09578bb7e3027dea0ee3c3)) - [sql_dv_plugin] fifo created([`3fc19333`](https://github.com///commit/3fc19333c1c4ff31ffc7fb67ebed0dde1e0ccb46)) - [sql_db_plugin] using boost::optional([`06065d43`](https://github.com///commit/06065d43ee92fc5f145bcf854b0f4ed49b7a135c)) - [sql_db_plugin] fifo release all the threads([`f324d56d`](https://github.com///commit/f324d56db1ca612d83488daa2e5e2eff5b273a51)) - [sql_db_plugin] removed sleep between consumer calls([`b13a8d76`](https://github.com///commit/b13a8d7631c564aa17ac7fd46ce267443f65ea77)) - [sql_db_plugin] consumer_irreversible_block class created([`4ba07904`](https://github.com///commit/4ba07904ee639cbdd4173663c9da864c98d1b8b9)) - [sql_db_plugin] tests([`3476959a`](https://github.com///commit/3476959adcc63e36f96d948b7db4f945355f65c6)) - [sql_db_plugin] using move semantic([`017df0be`](https://github.com///commit/017df0be32d00b6c5c103196ed916a2a9b2d0bce)) - [sql_db_plugin] includes fix([`2b3172b2`](https://github.com///commit/2b3172b2dc98317ed1c471b76ec288a6bb972503)) - [sql_db_plugin] cleaning up([`d90bf223`](https://github.com///commit/d90bf2236935f271127e8f315d8af93f6e50de34)) - [sql_db_plugin] refactoring([`816fed6d`](https://github.com///commit/816fed6d74b1c79ab8ebedef1cf34b360e072a5c)) - [sql_db_plugin] consume function([`9430b721`](https://github.com///commit/9430b721121ba80ad07d46cdebfc210c774deed5)) - [sql_db_plugin] refactoring([`3b35f2ab`](https://github.com///commit/3b35f2ab64456ef607bad3dbdc4edeb2c2f27471)) - [sql_db_plugin] thread infrastructure([`61f32b76`](https://github.com///commit/61f32b764fa73385d559e3acf59c0ef65fb1818f)) - [sql_db_plugin] removed space([`c42d85a6`](https://github.com///commit/c42d85a60f4205ee3adc1fefcf0fc7984c1293b9)) - [sql_db_plugin] fifo is a template([`79e311d0`](https://github.com///commit/79e311d0c5f65d55f21c26fef998bec59f1c9e37)) - [db_sql_plugin] added fifo and consumer class([`8370d983`](https://github.com///commit/8370d983c4a6b1321cd372241be78e8836174b22)) - [sql_db_plugin] using const char* for options([`7394693c`](https://github.com///commit/7394693c0f2ea05a688fc4c47206a06c8a751fa4)) - [sql_db_plugin] callback from chain_plugin([`a5bef100`](https://github.com///commit/a5bef100283463938767aa24ee8ae9f10ccc8a5a)) - [db_sql_plugin] refactoring([`20e153f5`](https://github.com///commit/20e153f5639d992d0f41b42a1962e72c55d528ae)) - [db_sql_plugin] added namespace and instances of the tables classes([`aaddbcab`](https://github.com///commit/aaddbcab21cb9b2d7f65644084bff798449ced5d)) - [db_sql_plugin] removed submodule soci...using FindSoci.cmake([`82ab7d08`](https://github.com///commit/82ab7d08dc77da08eaea6bc6987fda67ade88d84)) - [db_sql_plugin] refactoring([`a01a9a1d`](https://github.com///commit/a01a9a1d08e1b07a4f1ea7993261365daebca8de)) - [plugin] sql_db_plugin ... start coding([`18e8d6f4`](https://github.com///commit/18e8d6f4d3c80af42e0028408306b6602459ebdc)) - ([`33a56985`](https://github.com///commit/33a569858d6d6cec6d0942c7289a9b8bfbcad8f4)) - ([`50961e5a`](https://github.com///commit/50961e5a4dde758bee502285253cba6f07ef6a35)) - ([`c50657ed`](https://github.com///commit/c50657ed3ee8763a7d8f85f78f4b9c211a66544b)) - Enum for cleos error code([`b2e0f807`](https://github.com///commit/b2e0f8077ce701b4ef6611832cf80269e56e74b4)) - 1962 producers can update system contract([`3f52909b`](https://github.com///commit/3f52909bc150aaf9297d514e4ec0d18f64d1599c)) - ([`98057254`](https://github.com///commit/9805725487ef2bf0d96385c723d738f70e6ed85d)) - ([`fcb214b3`](https://github.com///commit/fcb214b30532deba060f314820366682498e971e)) - ([`3016381e`](https://github.com///commit/3016381ec3a899e19623377d92bd63af534cacfe)) - ([`5604aeac`](https://github.com///commit/5604aeac55f9a084cb510e5e21bf4971cd702a42)) - ([`dfb46394`](https://github.com///commit/dfb463944ab37618967cef8bef46eb2e1f678644)) - Oops, forgot some things([`f84d2dbd`](https://github.com///commit/f84d2dbd1732ba306793d3fbb4ca0020f742a2aa)) - ([`376a29db`](https://github.com///commit/376a29dbf3ecc674ba3736f241c226ef5a4f35f2)) - ([`59753f7c`](https://github.com///commit/59753f7c8deeafa880b50f3029f25a1f5bb7e8a7)) - Only send as one transaction for set contract([`672913d8`](https://github.com///commit/672913d879461e6cc9de81999c291e04ee76225e)) - Added ability to just set the code or abi([`3cdc1a88`](https://github.com///commit/3cdc1a8877299e0a30434861c5f917ceb43ecbdb)) - Fix for eos #3012([`71ce4ee8`](https://github.com///commit/71ce4ee8f9b7842b2e2930e12b13acec54f96dcb)) - ([`b2d2cdb9`](https://github.com///commit/b2d2cdb925a13f7b0475e39cd150f2f30d3140b0)) - ([`36a26bbe`](https://github.com///commit/36a26bbe874f7432b6c59757aa37b9ab28963dba)) - ([`81f72c7b`](https://github.com///commit/81f72c7b37f0751441920c3207a7b18ea0a40fc3)) - Do not bill for time needed to build WASM cache #2960([`7d00c111`](https://github.com///commit/7d00c111c77c8cff9255045804372470a7667e95)) - Make min_transaction_cpu_usage into a consensus parameter #2960([`b237cbff`](https://github.com///commit/b237cbff28beaecbd6783b81650556b0c3c1adee)) - Remove unneeded configuration parameters #2960([`e9fa825b`](https://github.com///commit/e9fa825b00921ca400b4efa093f333336b8d39ac)) - Separate billing timer from real-time timer #2960([`984ce364`](https://github.com///commit/984ce364fbcee53f0a0c71c0ff1408a1ce224d7e)) - Consider max_transaction_cpu_usage in cpu limit calcs([`d0d385e3`](https://github.com///commit/d0d385e3106c7e0ef5b609ac6f04aa07918b8379)) - ([`1b806c13`](https://github.com///commit/1b806c133a93aa4b7f063542c42893183709ffbf)) - Update README for docker hub([`ddcd7ad5`](https://github.com///commit/ddcd7ad574642b9fc1b2ef3b95b57d07b9d872a8)) - ([`749a6759`](https://github.com///commit/749a6759b98a9f7995f541ac0a4ed0615b96583b)) - Implement BFT Double Confirmation #3088([`f00b6d00`](https://github.com///commit/f00b6d009052744606257a5efff8ef0ff709086c)) - ([`1b168432`](https://github.com///commit/1b168432b4e9207e09a074d6486e00a6095b912f)) - ([`b19653b1`](https://github.com///commit/b19653b11426e89c362aceb6a29defb17afe9350)) - Fix abi for regproducer, added comma, Fix #3090([`7f3c0c72`](https://github.com///commit/7f3c0c7262131366e51ce49ccc65bc0c378632dc)) - Implement regproducer::location to Fix #3090([`095e7607`](https://github.com///commit/095e76075dcb517d737fb451f90803fc2a465eeb)) - ([`e632304a`](https://github.com///commit/e632304a4e39bd7fa76148da31c30525b5473611)) - ([`d4c03534`](https://github.com///commit/d4c03534379142937024f9f856a70e45104a07ce)) - ([`8f3f9926`](https://github.com///commit/8f3f992626bc307a05d1f8afff296579c23ee2c9)) - ([`b18fc829`](https://github.com///commit/b18fc82935c0358e86dd8d5ab2a8f758fd70dbd8)) - ([`6b4c6fe7`](https://github.com///commit/6b4c6fe70eddab59962681617337e5f5f9e38d14)) - Change account history api plugin reference in cleos httpc to history api plugin([`12af9760`](https://github.com///commit/12af97608a060f4b7a43a824dcb18e3d1933b41d)) - Update outdated error advice([`54166b86`](https://github.com///commit/54166b86d33cc74d11df14639ce4d74c4f12d2fe)) - Update cleos mismatched error advice([`7f496c55`](https://github.com///commit/7f496c55d4acc4976912c43f7370a03e4c1c5e45)) - ([`b1b0ecdd`](https://github.com///commit/b1b0ecdd29939bf756dbeefad3cb933e7e2dc511)) - Improve abi_json_to_bin errors([`2fcdd565`](https://github.com///commit/2fcdd5656885773fca7ffb0025ac7fab32b2d5e9)) - ([`c1ad1e18`](https://github.com///commit/c1ad1e189b334b49149fa953ea17dec9f60c682e)) - ([`8ae28100`](https://github.com///commit/8ae28100abea8dd18e3bd827a99be6a25d100178)) - Update RAM buy/sell tests with larger magnitude, #3070([`71d1a286`](https://github.com///commit/71d1a2865b69d5523645fe13d871dde352154654)) - Remove old test code, Fix #3073([`eaabb926`](https://github.com///commit/eaabb926bd5eca7bcbaff2f4ab26454c8ec38222)) - ([`396fb232`](https://github.com///commit/396fb23216638d940551e33a811467b59353c6a8)) - ([`855583ef`](https://github.com///commit/855583efce69fc986e5a55761407a84563e2f377)) - ([`ab8b6297`](https://github.com///commit/ab8b629787b56dd36561086b2c12f0bd2ecbc9db)) - Delete unneccesary assert([`4f9ee592`](https://github.com///commit/4f9ee592b4b2d9aa9681318fbb32e2dad73cbb5b)) - ([`3bda8c3b`](https://github.com///commit/3bda8c3bfb8b852c7fcbb4a15ca7e6f795ffd4d3)) - Enable full nodeos test.([`459b1286`](https://github.com///commit/459b1286a3f5beb6c6dfdeb96ba1c2cf05e61afd)) - ([`39979e67`](https://github.com///commit/39979e67194c5f41e8aadb675bf6e7cc40ee148f)) - Clean up the queued_write/out_queue.empty business([`d6949a6a`](https://github.com///commit/d6949a6af823529125adb0aab38ce3bc80f905e9)) - ([`e5252bb2`](https://github.com///commit/e5252bb227114c4845bc728b7dd4dc973a28bfc5)) - Ensure only one async_write at a time([`eb5911b4`](https://github.com///commit/eb5911b4ef44be1e97867ca3de20006d9dbce4ec)) - ([`0761589a`](https://github.com///commit/0761589ae9bd986affb56b88281c0500f8042543)) - ([`28593891`](https://github.com///commit/2859389133e03acf2a3ecccdbaa6c1a9a5a8ceea)) - ([`cdaf22e5`](https://github.com///commit/cdaf22e57607e4bd219f646aab58eaa9402d8b56)) - ([`fe730ea0`](https://github.com///commit/fe730ea05d7299182e7c37a2fe182f687d5efd4b)) - Enable nodeos test. Update key creation output parsing to ignore keos startup message.([`ba4c2d14`](https://github.com///commit/ba4c2d14c61ee76bea92864e017158295f97242a)) - ([`925155c9`](https://github.com///commit/925155c938f4fe0933642bbe2a554b4f61a10e90)) - ([`6e1e6816`](https://github.com///commit/6e1e68168572cbe65383c9ea5cfea4427de81eea)) - ([`f387c59e`](https://github.com///commit/f387c59e01c8465f83a60d956326911fc0839598)) - ([`eaaac523`](https://github.com///commit/eaaac5236a9d3331659648760a84156459d13d27)) - ([`1b48ef20`](https://github.com///commit/1b48ef2001921af27517287fc7cf09a7b7e2f883)) - Update LIB before promoting schedules (also added unit test)([`93d08511`](https://github.com///commit/93d085115b4934c80f65a77dfddad311549faed5)) - ([`4c35a99e`](https://github.com///commit/4c35a99ea6ae3bcf3c57f42e8c2be52e6d0f0954)) - Fixed more locations of old time([`54c45e83`](https://github.com///commit/54c45e831a9d6a9c6fa3fcdccfaca893796a2da8)) - Fix for eos #2890([`6ab763ea`](https://github.com///commit/6ab763eaea1c9d80dbf25adb468a7b2a088b0b76)) - ([`cabf847b`](https://github.com///commit/cabf847b2224630cfa29fbd2f1c817c97daa2222)) - Reverting change in resource_limits.cpp, bug was already fixed by Dan #3001([`5e5fb28f`](https://github.com///commit/5e5fb28f583556e847feacb8a8640cb3719ec667)) - Update cleos to get account response format (seems like it changed recently), unit-test for delegatebw with transfer, avoid devision by 0 in resource_limits.cpp #3001([`cb501ad0`](https://github.com///commit/cb501ad0bbca7fb6d64dd891549127d7787300f3)) - ([`1eecdd56`](https://github.com///commit/1eecdd564d4c199fd76a9208e9214a90d82da0a6)) - ([`93b57ae7`](https://github.com///commit/93b57ae7a4d401c9d4cec2f74bd91f5cce589b63)) - ([`8004663a`](https://github.com///commit/8004663aaf32b70718f7448cd88c2a6c8b4d8091)) - Add logging messages to catch cases which may have caused unexpected corruption before([`7d2dedfe`](https://github.com///commit/7d2dedfe6444e5cd5440d15c583aa03c0d69b993)) - ([`355bdff2`](https://github.com///commit/355bdff2178e0c97d1d00aac68b9496d4f7b84f4)) - Conservative captures of this in a lot of cases. conservative capture of the iterator of multi-index-containers([`e2fa4453`](https://github.com///commit/e2fa445348f896989d7dee3fe9cf129a4b2e2781)) - Clean up write_queue management([`dcd2b74e`](https://github.com///commit/dcd2b74ee6b42d7602e8ac16d932111d501ad189)) - Properly preserve any messages passed to boost asio([`b66ffd06`](https://github.com///commit/b66ffd066f4c4cb4e0a51b6f158b7dae233ad459)) - ([`f242db50`](https://github.com///commit/f242db506432c539aa29bd3d2c8dbb3618df30c1)) - ([`5a8bd4f7`](https://github.com///commit/5a8bd4f7b0b3eaecdf7dea2bca9c79af3544021c)) - Fix #3047 - static variant with neg which causes crash([`764812d5`](https://github.com///commit/764812d5d79b3ec0b4c2567f3a7b255f61172a88)) - ([`bf159801`](https://github.com///commit/bf159801a3d7aca1583c2c0e5b7df6bf42777b2c)) - Docker fixes, and use Ubuntu 18.04([`254b86c1`](https://github.com///commit/254b86c191c44f4ded6290a4bfa4ccc2cb32326b)) - ([`3e87844d`](https://github.com///commit/3e87844d87fbe7b1707c5df1319560d4636e0c95)) - ([`55facf57`](https://github.com///commit/55facf576ea1648cde5195c8fe9a0454d3e709d4)) - Fixed globbing issue in yum dependency list([`f5461c8b`](https://github.com///commit/f5461c8bb8bbf8f1d1c88b8b05a04102542cb7e6)) - ([`50003e82`](https://github.com///commit/50003e82a069629e39cae46c1e8f8ce930a54a1c)) - Increase timeout for coverage reports([`5a7d1fbd`](https://github.com///commit/5a7d1fbd06202cc676b60d7670dab79a1f1dff1d)) - ([`86120deb`](https://github.com///commit/86120deb4500746dfa342546a5ee9f5aba35770b)) - ([`58b5e86f`](https://github.com///commit/58b5e86f24c2fc44561f7dfa3f2a2309db97ffa9)) - Fix #3026 - vote_info record is not required for all accounts([`bee198ce`](https://github.com///commit/bee198ce734395a0f603d2c2d09b862526fbb440)) - ([`056cb361`](https://github.com///commit/056cb3610e9bcbc742ecd30f6feb8e8925680cc9)) - Fix for eos #2900([`f35c1373`](https://github.com///commit/f35c1373ccb23cf07e87f7ced1ce0e99f47642ee)) - ([`26d0587b`](https://github.com///commit/26d0587be31ee92f334eacfe0e62b1ca576ed3d9)) - Add transaction id to packed_transaction abi([`934c1e85`](https://github.com///commit/934c1e855f9b40e0822294f7beec4ad555944a57)) - ([`ef0fdd8e`](https://github.com///commit/ef0fdd8eddef5867d32e50e1694df5d4c6e9baf4)) - Create debug pipeline([`440eaa78`](https://github.com///commit/440eaa783eb7a472172219cc76b80f9e3096147d)) - ([`002b8004`](https://github.com///commit/002b8004f0a44696378fa991c2e131014b92a6ec)) - Add the VOTEPRODUCER Ricardian contract([`a8b76a34`](https://github.com///commit/a8b76a34e80a430eb84e0c63ef5498b20798db48)) - Implement test to prove #3070 doesn't result in surplus profit([`ddcbd6f7`](https://github.com///commit/ddcbd6f771b51807c54691e16f2fc5457e0047d8)) - ([`7fc813ca`](https://github.com///commit/7fc813ca9b542786af7683b6fbb46747a59f261d)) - Fix reflect issue in block_state.hpp([`441a6cc9`](https://github.com///commit/441a6cc9dbdd300772d515d8a44eda5dc10ac87b)) - ([`cf8866c8`](https://github.com///commit/cf8866c86f90e73cdc8cc86bef83609fed44df19)) - Fix brew handling([`3deffcc2`](https://github.com///commit/3deffcc2b2fe389fb9c58a8e4719dec6391b238a)) - ([`dc418b75`](https://github.com///commit/dc418b758d8d7bfaf18507139c8b95fa384620fa)) - ([`96ba02ca`](https://github.com///commit/96ba02ca6eda86ede3fa02e9595181c9928e89e9)) - ([`cd4237bb`](https://github.com///commit/cd4237bb8ea6608e9613abc76196dcd4778a4b58)) - ([`40da77b3`](https://github.com///commit/40da77b32121540e473d9a9b0b1c33688de3f6d9)) - ([`f05800ad`](https://github.com///commit/f05800ad00ee512737aa2cc5097b17263c2a16ef)) - Console_appender now owns its mutex #3035([`21edbc36`](https://github.com///commit/21edbc36ee34e2494864f6d15b67f873112a0522)) - Gelf_appender now owns its mutex #3035([`f4bdd61d`](https://github.com///commit/f4bdd61d2734563bf36dd47e8cc156812fc33e8a)) - Prevent destruction of mutex before appbase (and maybe other classes) may use it #3035([`d11efdb6`](https://github.com///commit/d11efdb6dcb3636bd86996f1d74c905131a2f622)) - Fix div by 0 error #3015 in resource_limits([`c4721fd8`](https://github.com///commit/c4721fd89116138ccb84ac2cf9082fd362be0628)) - ([`dacc1b09`](https://github.com///commit/dacc1b09d2c10cc3ca4cea7821c04ea2a47487fe)) - Fixed test account names for eosio.system contract loaded. GH #2660([`28095a5e`](https://github.com///commit/28095a5ee1d55e04028c53ba920deb760a429695)) - Fixed scripts to create producer names that are 12 chars long. GH #2660([`35bfff5f`](https://github.com///commit/35bfff5f5627ebc8d7c1f5f12271cc109584788a)) - Fixed launcher to create producer names that are 12 chars long. GH #2660([`8d173030`](https://github.com///commit/8d17303056d8bec14c8347baa7aa79a7464f3b4c)) - Code cleanup. GH #2660([`fc60303d`](https://github.com///commit/fc60303d4c8916f6158829a85b561cdb037930b2)) - Force account names to be exactly 12 chars and contain no dots. GH #2660([`bdbc3f81`](https://github.com///commit/bdbc3f81216187a87736c8c1db4c547fd25e1469)) - ([`9d4513d0`](https://github.com///commit/9d4513d08f4db35ed8acf724069acfa6fd7be8d7)) - ([`634a83f1`](https://github.com///commit/634a83f16ae9a4c8acef7624b9d465926d29c9b7)) - ([`9b0333e7`](https://github.com///commit/9b0333e7e202bf6a79e7f9d999c994da9a245156)) - ([`b67e2862`](https://github.com///commit/b67e286225f8d21f858ce279b70420f78221d0b8)) - ([`2c5f7a95`](https://github.com///commit/2c5f7a95c21dc751e25e9d885fca9542a3f097a6)) - ([`8eef8b16`](https://github.com///commit/8eef8b16f2ebc9038f6cb8df3ac9c87422343dd9)) - Fixed globbing issue in yum dependency list([`109ec4d8`](https://github.com///commit/109ec4d814bfbec06c15dcf167b5d414b31a1b42)) - ([`7ca9fe90`](https://github.com///commit/7ca9fe90ea01a9b6647808bdd3563c500bf2ed69)) - ([`b4fc7a0a`](https://github.com///commit/b4fc7a0a595f791fc89110a31cc3e3b6dac9b012)) - ([`f667b085`](https://github.com///commit/f667b085e430ad76d2d057e2906ef1ed95754881)) - ([`ee49c375`](https://github.com///commit/ee49c375800ca6cf5ed507dde04293e2e29a4fda)) - ([`c47f6120`](https://github.com///commit/c47f612048d73a897686fd42cb343f51fa9fd886)) - Correction to error notification([`64614a6b`](https://github.com///commit/64614a6b2923475b52bdb65282bcda673ae0f866)) - Minor changes to notifications([`5014b83c`](https://github.com///commit/5014b83c066f11e935d9e5937be0e6748a2ba577)) - Added extra error validation to build([`3ebb1d34`](https://github.com///commit/3ebb1d34f0f623920547904df0e7513215853696)) - ([`c12bc88c`](https://github.com///commit/c12bc88cfea21363e783bd44de0c58e7ed800f25)) - ([`f3c996b1`](https://github.com///commit/f3c996b163a99dfcba96887e410e8dcbf12ad014)) - ([`76ecc37c`](https://github.com///commit/76ecc37c4cfa3792ad80134ab131b2b6de71bb88)) - Add signed_block decoding([`2a1660c4`](https://github.com///commit/2a1660c4bf84ff31b960f80da631d86f78dd041a)) - Remove unapplied transactions on objective failure. Dont call "accepted" on failure([`09c67644`](https://github.com///commit/09c67644ee40278083a63170c998277b23690468)) - Add db_size_api_plugin([`66865080`](https://github.com///commit/6686508053a680cb96b91fd0123b73571b2a1dbf)) - ([`1c100279`](https://github.com///commit/1c10027943a27eba437c11bb0093946a7e3b5602)) - Merge master @ 13952d450([`e4dcb9f4`](https://github.com///commit/e4dcb9f4d97c3cca1be553c644a7b099d903f7dd)) - Start a block if we start with no producers, only set the timer if we are using a timer loop. only call schedule_production_loop if we have producers([`2171af3e`](https://github.com///commit/2171af3e5eeb5a881d964be6a3be1d7641c54171)) - ([`13952d45`](https://github.com///commit/13952d4505d56442a769528bdf6094b52768b2cd)) - ([`6305224e`](https://github.com///commit/6305224ea34cec29a99317f3b4bcff6a3ec5a016)) - ([`a29e14b7`](https://github.com///commit/a29e14b714d8ead520a57b88e4124a814e172829)) - ([`64602c68`](https://github.com///commit/64602c689eba70d4bed70c2534c9d4da65789e73)) - Speculative fix for isssue #2994([`d99c96aa`](https://github.com///commit/d99c96aa8c02b797fedc6d1f546042bf1361900f)) - Improve pretty printing of account status([`c67773ea`](https://github.com///commit/c67773ea6d4b021ea84fca96d69e6d362a115e3f)) - ([`8210e063`](https://github.com///commit/8210e0632efc3a65d7d3f4eef900df6d51a30d6b)) - ([`08759da1`](https://github.com///commit/08759da101ef3201c98015b35da829d80ee79fe1)) - ([`e537821b`](https://github.com///commit/e537821b4a594e82ce1abac4ac2083aa55e51508)) - Added automake as a dependency([`07ed82fe`](https://github.com///commit/07ed82fe64dcd33e5c6dfca0274576bae615d0d9)) - Fixed dependency displaying code in ubuntu build script.([`b7b7aa06`](https://github.com///commit/b7b7aa06e49c4b4b06ac1a2998d62b826ea90c32)) - Fix eosio.system abi & skip sig checks([`b2c417bf`](https://github.com///commit/b2c417bfe9caca923810c375f6fe58f205328c5a)) - ([`556d7d62`](https://github.com///commit/556d7d62642c6bd88f1094474eb492d3005ebdb6)) - ([`0cf2fbac`](https://github.com///commit/0cf2fbac193e9af00a4979a063d5b5a3f372ef18)) - ([`f30ebc88`](https://github.com///commit/f30ebc88d9464c88b7ffbfacc144438e692772b0)) - ([`3aad565b`](https://github.com///commit/3aad565b2ea385954b7ce70cbb1d1782ed934845)) - Update to Dawn4 history_api_plugin([`b3ed86f3`](https://github.com///commit/b3ed86f32fe1560095afc7960a088f4448432ae6)) - ([`6e463e5b`](https://github.com///commit/6e463e5b99fa93817806849ef80871232e7747f5)) - Add creation of new keys via the wallet([`a10ca3c7`](https://github.com///commit/a10ca3c7ff6c9542dcb7d68c2de1232540c6efa5)) - ([`5b62c736`](https://github.com///commit/5b62c736e9c91c3e5cf80e622507ff22d2046e83)) - Make the default key added to each wallet optional([`145b8901`](https://github.com///commit/145b8901c2f1cb127d0f30744c3a890d0b4bcc32)) - ([`ae7459db`](https://github.com///commit/ae7459db890aeabbafcc2e6717ba50c3853a6583)) - Send_deferred_transaction paramter replace_existing added, unit-tests updated #2970([`537e7adb`](https://github.com///commit/537e7adbb7615c69da74a31902056576636369b0)) - Add impl for std::string printing, #2984([`5bac1216`](https://github.com///commit/5bac1216b0af7cc2104a5f30725461c1c7825eb0)) - ([`4f4dafb7`](https://github.com///commit/4f4dafb7ec0cc7d092c0f6db68773d40606b8b89)) - Reorder Resources([`2a44bc33`](https://github.com///commit/2a44bc3340f5918f17264709caf1726aa480937a)) - ([`444fed04`](https://github.com///commit/444fed0418bed90c133ad99632d7f630ed0cbf60)) - Fixed globbing issue with apt-get dependency list([`63f305c9`](https://github.com///commit/63f305c9afc2f5758f1f17d2a3ea6e0a6b4b8cba)) - ([`72ab7d74`](https://github.com///commit/72ab7d747f9960e924cf403d1457af5c69ec6a27)) - Fix reflect issue([`419d8fa5`](https://github.com///commit/419d8fa55a3aacfe7761da65ef3681728748a859)) - ([`4f293115`](https://github.com///commit/4f293115f34112e843885befc4a69fce1e137aa2)) - Update documentation to reflect changes([`9fc41781`](https://github.com///commit/9fc4178196a82a58e21044f88f504994bced047f)) - Add branch argument to Dockerfile([`71f58623`](https://github.com///commit/71f58623fd64b8e70e62a45150ff010898f78ed2)) - Remove accidental add([`0673d6f4`](https://github.com///commit/0673d6f46631ddad0e9e8b891bbe9b27e2f43836)) - Remove failing test([`4ba94737`](https://github.com///commit/4ba94737c7ea3a385a36ab06ec90ddb9db4e4a83)) - Remove failing test([`69628ca9`](https://github.com///commit/69628ca9acda06a0ce9d48066e8d974f2bee42e4)) - EOS.IO -> EOSIO and formatted the execution time output([`e22a32a8`](https://github.com///commit/e22a32a82c7fc4c7150feb4d6c34b5de10fb6778)) - ([`9be89106`](https://github.com///commit/9be89106da1d6a1543eb19dd0f3b96a53e286088)) - Temp disable broken test([`b6f08420`](https://github.com///commit/b6f08420c536fce12b0a263ba9574441c49568e0)) - ([`6957747d`](https://github.com///commit/6957747debdb49ed1011495f2862ee14baa9cb83)) - Add null check with exception expected by net_plugin([`18b3500f`](https://github.com///commit/18b3500f2c2253cf6fc902d54ce8243ad32f3f2e)) - ([`bde431b1`](https://github.com///commit/bde431b19af42508a1b8255bb3a22501bd2f81e5)) - Added default keosd port to 8900([`39d67623`](https://github.com///commit/39d67623830fae903eda2e58539cdc8eb52d0347)) - ([`ff2b7636`](https://github.com///commit/ff2b763622bc60516ea9ae8065bc29d89e72f638)) - ([`ca788a02`](https://github.com///commit/ca788a02b2da131c2ed62b80fa6f0366a374c264)) - Merge remote-tracking branch 'origin/slim' into slim-master-merge([`a98e360f`](https://github.com///commit/a98e360f7571202593bcaa491594844d2e86dfd3)) - ([`a0abd49b`](https://github.com///commit/a0abd49b8376dce385183b03bc2afa1a23a6838b)) - ([`fd0d7207`](https://github.com///commit/fd0d720710d1a28a9e002ebe8fcd9160dffcfe4e)) - ([`716e7525`](https://github.com///commit/716e75257225eb0ecef0cd0e4c7cae9e4892adbd)) - Update cleos args for docker([`df31fe3c`](https://github.com///commit/df31fe3ccae057a54c25a8409d975aba86d34721)) - ([`3b10e76c`](https://github.com///commit/3b10e76c394c0d99683ab50bdfe2a5b263420077)) - Changes to Docker buildere([`5b0a011f`](https://github.com///commit/5b0a011fa293f79b0f762817dab9a5444d203fc5)) - Added StackExchange([`66fb57fa`](https://github.com///commit/66fb57fa26e4176bdd473175d58d63049576db55)) - ([`5100a22e`](https://github.com///commit/5100a22ee636f53c9f561014c6c78e1909aaae71)) - ([`4a561de7`](https://github.com///commit/4a561de7f490480254638354203e738e447d9caa)) - Added extra error validation([`d3ef04e3`](https://github.com///commit/d3ef04e3584e26dbc7fe842fa57a8dc08e2e5b65)) - ([`14592442`](https://github.com///commit/145924420a5a46b6a78d6c6405774908e377dba6)) - Change RAM requirement from 8GB to 7GB([`c56ef1dd`](https://github.com///commit/c56ef1ddb79a67998a19587fb1c380f1fb693d7c)) - ([`f17c28c8`](https://github.com///commit/f17c28c889b48af34d99631060423e486fb359b7)) - ([`1d24a77f`](https://github.com///commit/1d24a77f1062ddfc5961b7a77c8e96f7759bda82)) - ([`799924c3`](https://github.com///commit/799924c35cf1c969b6730763c211722acfe37210)) - ([`0d88a8ac`](https://github.com///commit/0d88a8aca1c5f574a411f62b445d67f512fb4c63)) - Fix issue #2656 transactions error([`c74572a9`](https://github.com///commit/c74572a9f23713a763e43b4627ffd92c7e9c2c19)) - Added check for cmake cache file in eos/ doc root([`e664a075`](https://github.com///commit/e664a075b3523098b63ad6b64dc010c51ddba39b)) - ([`2ae61517`](https://github.com///commit/2ae615179822a3d3a9ef49b5f4b03d2de3cd6daf)) - Docker fixes([`f9c414ba`](https://github.com///commit/f9c414ba9387779f7532fd8c80f4d80b6ad2258c)) - ([`45fb9218`](https://github.com///commit/45fb92182ac004416355e38303d1d7770b831dd6)) - Update README.md([`28bd5f82`](https://github.com///commit/28bd5f82de9af219c62643f6c7d43fa3ef4cd6f1)) - ([`c2869543`](https://github.com///commit/c2869543c687da6e225b2c93b6ac5e17311b0d38)) - ([`cfc8261b`](https://github.com///commit/cfc8261bd06a6ee2885957efedd6a2b8a90b5f59)) - ([`71ddb46c`](https://github.com///commit/71ddb46cc76e33abdb1e6cd82f725fb28989d574)) - Update help_text.cpp([`1326973c`](https://github.com///commit/1326973c22421270db540115792d11fc0a239230)) - ([`19227c9b`](https://github.com///commit/19227c9b0a095683c1df3668c110cef2d91cbb15)) - ([`1d2bf29a`](https://github.com///commit/1d2bf29a3c89b32fb455029b144548442fafb8bc)) - Modified eosio_build_centos.sh to run with updated eosio_build.sh variables([`64e73379`](https://github.com///commit/64e733799151018e97e084654dd36a892ad11596)) - ([`a65d5db4`](https://github.com///commit/a65d5db420c7346b58cbb588adcfdbd3c7f33aec)) - Modified eosio_build_amazon.sh for options and refactored eosio_build.sh([`8b038f08`](https://github.com///commit/8b038f08c7aafdd7dfb0c14ee104d197434224a2)) - Fixed conflicts and merged master branch([`51a31ff3`](https://github.com///commit/51a31ff3cd7879319ff9d08777f5e76dde03041f)) - ([`8a8d32ff`](https://github.com///commit/8a8d32fff62262834726c9ad320dc63ae98cda6a)) - ([`01d26e92`](https://github.com///commit/01d26e9285299337125dec2c37e23d793d24e0c3)) - Removed debugging ids when installing boost([`35d401a2`](https://github.com///commit/35d401a2c886fb885cbb1ec2ef8e541bf0b2756a)) - Added homebrew installing boost back into darwin build([`cdb01ebb`](https://github.com///commit/cdb01ebb3533a5a0926deea917eefbbc560946c8)) - Removed boost_root from eosio_build.sh([`3d679170`](https://github.com///commit/3d679170a22faa89ab60fde1fcab91ae63cf17fa)) - ([`99828943`](https://github.com///commit/9982894314bff27db644723ec8db81bbbfd3c5e5)) - Adjusted script for new variable adjustments([`3338bb48`](https://github.com///commit/3338bb487b2e7c2bb1714755eeb66dd939bc867e)) - Modified build for new variables([`657e414b`](https://github.com///commit/657e414bd89cd2bc6d3f01ffe883ce683d241822)) - ([`dc09a8c6`](https://github.com///commit/dc09a8c6074d23ba619d461c19d561eb074f2e6a)) - ([`d167ed24`](https://github.com///commit/d167ed24fe3cd4660d55699e3e21ba0958ad54f5)) - Added options for cmake_build_type, codeCoverage & doxygen. Added check for directory script is being run from([`5eb7ae88`](https://github.com///commit/5eb7ae88fa705c943c6a31a6d841cb25f9fac30f)) - Attempt to fix some call() template ambiguity([`1934d3c6`](https://github.com///commit/1934d3c687d1087cc4a3c26112227fe2390f2c5f)) - Fix cleos unhandled exception on wallet connect failure([`9e080f82`](https://github.com///commit/9e080f820c887536c333e92fc446e7db26d12c3d)) - ([`fd79fc31`](https://github.com///commit/fd79fc31265846a8ebe0b63121ed33d5a574ebe4)) - ([`140d93e6`](https://github.com///commit/140d93e60fada64ee894fcdf70ec537ac6e5473f)) - ([`fc482088`](https://github.com///commit/fc482088f546346e8275ca9b04425368d03351af)) - ([`e8a9114a`](https://github.com///commit/e8a9114a2a61c89a242d194162b0f7d28b49c4c3)) - ([`fcde3ee6`](https://github.com///commit/fcde3ee6cf8dd8b5c5657baae35744ec610222e3)) - ([`bf439d4c`](https://github.com///commit/bf439d4c5de4e8ae1ca88ab96698a6fd9180699c)) - ([`db615644`](https://github.com///commit/db615644efcad26e8f25530ce374485cd0ba92c0)) - ([`1f32df80`](https://github.com///commit/1f32df80e0725b68b2c52c13b83d29568febccd0)) - Added CMake dependencies: unit_test depends on payloadless and tic_tac_toe([`a07e738d`](https://github.com///commit/a07e738d6d9775e6e3ab9220d879d68193877ef1)) - ([`573aa4fc`](https://github.com///commit/573aa4fcfb02c21e6b8861d18c380f70ddc6265d)) - Add_transaction_usage should use latest limits([`7802daa9`](https://github.com///commit/7802daa9226cebf73e109341b4e9d06a4c2f0176)) - Removed unnecessarily large cpu and net stakes, unfair pay test([`0d2e0d4d`](https://github.com///commit/0d2e0d4d4554c624d2bd451f63c314f5adaf0222)) - Changes following code review, merge conflict([`96f2c0ea`](https://github.com///commit/96f2c0ea7f90cab10905ace0d8a938c91093b10e)) - ([`fb96fb19`](https://github.com///commit/fb96fb19d1cf66dd811756d12c7442973b168a38)) - ([`9b71b0ce`](https://github.com///commit/9b71b0cecda67dadba4a364dc71dd30ac89bc2e1)) - ([`c055b154`](https://github.com///commit/c055b1549c737dbf144eee92c0f74fa3aa61f117)) - Cleanup cleos and make system contract more robust when set before currency issued([`f8ec2f73`](https://github.com///commit/f8ec2f73c1955bf4a3b21affbeee760e6956fc99)) - Merge remote-tracking branch 'origin/slim' into slim_pay([`c85af327`](https://github.com///commit/c85af3272999cf891ed084cc7b804006583e32e4)) - Add test cases for 2279 (producer pay)([`267c1a0e`](https://github.com///commit/267c1a0e449fed161f816ca8badbdb8809c1a8b5)) - Small change([`18b3d286`](https://github.com///commit/18b3d28644d1388e7ad494f02282983f23447ed2)) - Fixed merge conflicts, small changes([`4a70d138`](https://github.com///commit/4a70d138f4870e1eb07eeb548c5053a3fb30583a)) - Code cleaning([`0f6fc796`](https://github.com///commit/0f6fc796c5be8a3f8479747f1b00f4ced4b7a4a1)) - Inactive producers - testing([`d6c5a759`](https://github.com///commit/d6c5a75955a02c1cd74a03f46b711b6707df5835)) - Inactive producers - finished implementation([`380c22dc`](https://github.com///commit/380c22dcecca49d8da66ce2aaf2a767f8a86e817)) - Inactive producers - incomplete([`20beae92`](https://github.com///commit/20beae92d87572586026f1fa8c02e3788ed1bf09)) - ([`8e2ac45e`](https://github.com///commit/8e2ac45e8da882088e154799c90c1f74e23031ec)) - ([`1f2a28ea`](https://github.com///commit/1f2a28ea591770be1fe1805ffea690cdf09467e8)) - ([`bf56033f`](https://github.com///commit/bf56033f35c888a57199a8acfa996aa1dcd7668b)) - Add leeway_deadline_exception #2898([`77b1a691`](https://github.com///commit/77b1a691bca00678b9a380cbb706cf32fa2d84b8)) - Do not change deadline if billed_cpu_time_us is set #2898([`c89aee80`](https://github.com///commit/c89aee80547666b1af56470dc770d2237cdc1070)) - Progress on #2898([`17e60d25`](https://github.com///commit/17e60d25602ec80d813c528cbb0114e3489b9633)) - Progress on eosio.system tests([`c867246c`](https://github.com///commit/c867246cd7690b231889779dff4eb04ba96259f3)) - Dont set deadline if billed_cpu_time_us is set([`c602d404`](https://github.com///commit/c602d40416e3054e4a2abcaa91b8fffe51373ad6)) - ([`03b73253`](https://github.com///commit/03b73253e5454696241c78702b7e90f303f0d574)) - ([`44428952`](https://github.com///commit/44428952ae0a26250bf708ba1cc0575591e6b2c1)) - ([`5b40a436`](https://github.com///commit/5b40a43617dcaab4929b62decdc01bb32e43fe32)) - ([`d7634efa`](https://github.com///commit/d7634efadbd5a5bf22c012e4311bbbc146a42b90)) - ([`87216d1d`](https://github.com///commit/87216d1d8253aa8a0fa5e1700a030d856d245a69)) - ([`ba4e98fb`](https://github.com///commit/ba4e98fba48a2f46b8c4be803308d273fbcadb7c)) - ([`59ea9da3`](https://github.com///commit/59ea9da3e5a81c9b97eb37da416e0cd0ee6fa8b6)) - Resolves issue #2928([`c1bd8d2b`](https://github.com///commit/c1bd8d2ba4e43af0e73e24222222781bfbe903a6)) - ([`8f2c4c6e`](https://github.com///commit/8f2c4c6ef53417294e6f0ae6c00c16bb58cabe9a)) - Call async_write with all available buffers from write_queue([`fcee7228`](https://github.com///commit/fcee72287b0f5a5df1196e9e2bbc45c6e5b4f132)) - ([`14207464`](https://github.com///commit/1420746433e20c5bd73bec9407321844cdea4e4d)) - Bill 5 ms by default for all transactions pushed via tester([`97f664e6`](https://github.com///commit/97f664e653c42920aca9e8b2c33efc57de10ff39)) - ([`7beeb828`](https://github.com///commit/7beeb828b2150185545c1dd27553c0dc5f38642d)) - Renamed nobody account to eosio.null and renamed config parameter. GH #2325([`94fe1870`](https://github.com///commit/94fe187082f777291d958e5be90a426a7e913eba)) - Renamed producers to eosio.prods. GH #2325([`8b03b04c`](https://github.com///commit/8b03b04cfa0266f43ceb2f33804792d270c04273)) - ([`41a7c6e5`](https://github.com///commit/41a7c6e5820e97a8153e65d0a16dcdabfb55fb05)) - Enable distributed-transactions-test. Enable more sections of nodeos_run_test.([`b01a1bf6`](https://github.com///commit/b01a1bf69c24523787bcd02e8caacef8d1b37b39)) - ([`502cbb0a`](https://github.com///commit/502cbb0a2903dfafe70c8bc5da62255ea03221c4)) - Ram Buy/Sell Test - #2914([`be020eb6`](https://github.com///commit/be020eb68265cd2cd452b7e361c984577c4cd5c1)) - ([`7aa4d94a`](https://github.com///commit/7aa4d94a8ffd18560324adeb436af0a3bd65dc0a)) - Libraries/chain/transaction_context.cpp([`7727a6de`](https://github.com///commit/7727a6de9bd8cdc46e835584e8ab7ab648053e56)) - ([`b8114f4b`](https://github.com///commit/b8114f4b01beca9ec77e31da2ee7abd0f75aa82e)) - Cleos was expecting the old data structure from transaction_trace which changed as part of c1aa803 EOSIO/eos#2919([`3d1970ea`](https://github.com///commit/3d1970ea5d6f9ad44477fe7aee9af187e9f54ded)) - ([`bf0db378`](https://github.com///commit/bf0db378e387184f7f20f32464092c0e2e15b97d)) - ([`ca78cb45`](https://github.com///commit/ca78cb450fca43de0c5b269f3db147be9cd84ffc)) - ([`cbbd5419`](https://github.com///commit/cbbd5419b50f08336e5265d29938e0773e6b1e22)) - Removed couts([`5e88bb5f`](https://github.com///commit/5e88bb5fa693394ea5bf0087e097290274b6dc3d)) - Fix for eos#2818([`2a43dd62`](https://github.com///commit/2a43dd626a5b6b47dbb7db2e94b526055090f24d)) - ([`e161ba4e`](https://github.com///commit/e161ba4ec84283b2ef3702e21e06904793fc6422)) - ([`e7d95727`](https://github.com///commit/e7d95727c222ca58dbf38b026bae0a68fe358682)) - ([`af39f3af`](https://github.com///commit/af39f3af0496fd57c97150f65bc0c39b85c59639)) - ([`5a826501`](https://github.com///commit/5a826501ede54d7f60a8753a9f1726cc798f65ab)) - ([`208a6016`](https://github.com///commit/208a6016e1ee4c6022a8ffa2cb133cad4a1fccd9)) - Small bugfix, system contract tests fix + stake2votes function #2682([`111599bf`](https://github.com///commit/111599bf2dcc6f3781ccc1a27d74b919d38d92fe)) - ([`f89bc2c3`](https://github.com///commit/f89bc2c31fdb79265c6d1c5538b9e988f6fd3385)) - 2637- remove unwanted code([`6a749d7d`](https://github.com///commit/6a749d7d871fc30141df509b5e678a1ea70513df)) - ([`43cb8ae6`](https://github.com///commit/43cb8ae65d6a128aefa21dd35e797050ebb645bd)) - ([`c929d1c8`](https://github.com///commit/c929d1c879308185ee16dec190e87bf92dda7806)) - ([`020377d4`](https://github.com///commit/020377d441b5e32074290066be8dda92125cc109)) - ([`24443258`](https://github.com///commit/2444325877c153ecbd526057da3cfad352756883)) - String "Mem" is not reliably present due to localization.([`b76d4094`](https://github.com///commit/b76d409405f64ba6ceb4c0b3feb210433b93cef9)) - ([`c47eeeaf`](https://github.com///commit/c47eeeaf4fc5aa27560caccc399cdd9df8b11d98)) - Added --transfer flag to cleos create_account_subcommand([`140ba5c6`](https://github.com///commit/140ba5c67ae41cd89f6a3a1808d69e3f3745ee7c)) - Enable undelegate to differ from delegator #2859([`ffc6edff`](https://github.com///commit/ffc6edff5c04ba03f1c9d4437e73b022862b989f)) - Switch to subjective billing in us #2898([`c1aa8039`](https://github.com///commit/c1aa803957f8a9098fab60af328da77fc0459e4b)) - Update trx header to max_cpu_usage_ms, #2898([`c50969ca`](https://github.com///commit/c50969cacbc0ea59add236d75287ffcce525e5a6)) - ([`fed546e3`](https://github.com///commit/fed546e385ea41d22c95a7e8d8ff4f84ac23ce99)) - Rename option to match the application of it to all transactions([`cafdce40`](https://github.com///commit/cafdce409d00aa040c08f2f12e85b4fd9dd9523a)) - Relocate unapplied_transaction.erase to account for potential throws from the code in between([`4725dffd`](https://github.com///commit/4725dffd2d2f952d589eacb18472389d781ffa6f)) - Remove now-stale boost bug work-around. Cap the reserve on get_scheduled_transactions to something "reasonable"([`913c8825`](https://github.com///commit/913c88250822e99d4211cd2e90d4159a2713cc21)) - ([`69b571ad`](https://github.com///commit/69b571ad14726cb6ce5c182d303693caf4e014c5)) - ([`3521f906`](https://github.com///commit/3521f906298454dfc44374f84bb813b182164e49)) - ([`13023046`](https://github.com///commit/130230469cc805da94ea5243739bdd6ceaee5a2b)) - ([`edd9d669`](https://github.com///commit/edd9d669bfc2d9bb575873c9a2e850a9777bca38)) - ([`9680ea4e`](https://github.com///commit/9680ea4e9e8d1ff575455977631bc1ea5bf5ca81)) - Add tests for get_permission_last_used and get_account_creation_time #2794([`242f43a2`](https://github.com///commit/242f43a2a6899222cf378ac5a34604e1578a77e0)) - Update last used time for permissions that are used #2794([`6a0138f9`](https://github.com///commit/6a0138f97771e25189d08111c5d2b79810267514)) - Typo during merge conflict resolution([`607133d6`](https://github.com///commit/607133d6f46ca342a227f3d8deb458efa19e1f39)) - Merging origin/slim @ beb274327([`2269d1a4`](https://github.com///commit/2269d1a4929ca890287e2d90954c902fa750e35f)) - ([`beb27432`](https://github.com///commit/beb2743274bccf6cf8c8cc99f313fc10628f02e7)) - Fixed merge conflicts([`f52909bc`](https://github.com///commit/f52909bc40758840a97eb1edb021b94eb3fc68af)) - Rename eos_bucket to pervote_bucket([`49197217`](https://github.com///commit/49197217479c87df4c8f92adf2d95a6d3c8ff363)) - Test producer pay with 21 producers in addition to standbys([`53b5dc0c`](https://github.com///commit/53b5dc0c515a074ad99eb1f97b3e4c2b03d01b0f)) - Small changes([`74430e92`](https://github.com///commit/74430e921a9945aa322736a2423b94932e06ebbb)) - Producer pay testing - progress([`a7f8109f`](https://github.com///commit/a7f8109f3845c8221856981e3355c44188760f8f)) - More producer pay testing, fixes([`7221b73b`](https://github.com///commit/7221b73b2c36a72660f7e7f33633c68795ac99bf)) - ([`9d570633`](https://github.com///commit/9d570633645de68903f30b805bba2de6148744b3)) - ([`f9aab7db`](https://github.com///commit/f9aab7db55d5c2b7a5eac8f634c8136f5db34599)) - Add better error than unknown key if issue pushed before create([`d5170e24`](https://github.com///commit/d5170e2403b9ff5712080ea0524aea4712537530)) - ([`450c630a`](https://github.com///commit/450c630af20f13eca83dea3f7b911b5f711c78a6)) - ([`850753a7`](https://github.com///commit/850753a73271ebbde648d187112c9acca4287634)) - ([`ac9caf3f`](https://github.com///commit/ac9caf3f8efa76eab08fbc8730207c558334562a)) - Remove unneeded get_account_balance([`cf1a8712`](https://github.com///commit/cf1a8712ee6e0553db8b033becd9816fe8b8486f)) - Draft of votes propagation for new system contract (missing changes) #2682([`9e7fb927`](https://github.com///commit/9e7fb9277dc30e2115769a036c5d9dd0d9f98234)) - ([`da4ce79b`](https://github.com///commit/da4ce79b34c6ea95af37a9b964878f13c92bd446)) - ([`7a917c2b`](https://github.com///commit/7a917c2b35b826ffa3f0c8202261606760ef4cea)) - (chainbase) more rigorous clean shutdown detection for mapped DB([`ab8f94c8`](https://github.com///commit/ab8f94c8d8a7560d6a2c004c801ebda74b32a088)) - ([`3d687b89`](https://github.com///commit/3d687b8951f5caf033c38731ce11009c1243a47d)) - Backed out change to add authorization to onerror and changed tests accordingly.([`6363f2d6`](https://github.com///commit/6363f2d6ba5de910c1a0c7f44d289548a6082bde)) - Remove callback to prevent accessing no longer existing stack objects.([`3cf414ee`](https://github.com///commit/3cf414ee5d1a3d8584bb7bc9864b1b4b167c16b5)) - Increasing wasm stack size.([`01e00a60`](https://github.com///commit/01e00a60a804a5dfd8b93b26f6b5f483476c99fa)) - Fix for deferred_transaction_tests.([`8eb1554d`](https://github.com///commit/8eb1554dba3e78691b0131ed6cf3adda4715a84f)) - Turning on failing part of test.([`1def5e96`](https://github.com///commit/1def5e9694ca2162ea57875413904878971b545b)) - Cleanup old code.([`6c9451c9`](https://github.com///commit/6c9451c98335ecc996e1dc555dda8ede85d82e1a)) - Added authorization of eosio's active permission level for onerror actions.([`fb0f6b29`](https://github.com///commit/fb0f6b29f206399a93ab203a79b94ebbb67b8cc7)) - Fixed onerror definition to have packed transaction and added method to unpack.([`5249d6ad`](https://github.com///commit/5249d6ad6c431a1c296eebffd4d798348e2d4516)) - Merged over changes from api_tests branch.([`862f88d4`](https://github.com///commit/862f88d4fa83937bb294d6206d54d61c2a7f9a9c)) - ([`a10138de`](https://github.com///commit/a10138de39d0e4cccaef47ca487f9b44630c04d9)) - ([`bc1a3d23`](https://github.com///commit/bc1a3d237abe3f4f5b16aed6ead9b2ce0e94c20b)) - ([`f19297f1`](https://github.com///commit/f19297f1aa5228cb3a6d327543151c39013d4bc0)) - ([`4bea045b`](https://github.com///commit/4bea045b81c9e8ab5cb99fbb9ee1e44865bcb1b5)) - ([`066d6653`](https://github.com///commit/066d66539330e5a0d075afa1d4fa97d238f6454b)) - Add test for get actions([`ac4c8a4d`](https://github.com///commit/ac4c8a4d3a89db8e8c9ad7715966cb40fe8aa0e0)) - ([`739cfb7e`](https://github.com///commit/739cfb7e134c60567afc0e57714f50936e8d49dc)) - Fixed missing space([`c4ef2d6f`](https://github.com///commit/c4ef2d6f39a837e5cad90f05d394c7e9dcfdefa0)) - Update CMakeLists.txt([`9bb463b9`](https://github.com///commit/9bb463b9ec8dca9bae3f3f3cc969b95062f08caf)) - Keep lcov .info files for CI purposes([`7e1cb491`](https://github.com///commit/7e1cb491c603297abe95d118a5ddf6c64b225a4c)) - Modify coverage pipeline to use coveralls([`13ffa0b5`](https://github.com///commit/13ffa0b5da0288cb3aa7ae68a9084e31c21f2e74)) - Do not bypass delays for creating a new permissions and restricted rather than unlimited satisfied delay for canceldelay check authorization([`727d8b5d`](https://github.com///commit/727d8b5de805b9432f8164d72cf6585ee1c4e0ef)) - ([`b9f27e15`](https://github.com///commit/b9f27e151002c8aa3d189bf46e049a7930c087cf)) - ([`d86d724f`](https://github.com///commit/d86d724f030725e5d3421856e77b774e2b42d2ac)) - Contracts are now only granted a virtual permission of "eosio.code"([`758e539c`](https://github.com///commit/758e539c0b0370500947c547506fd0e0cbb90311)) - Remove the any producer permission (would have given unlimited resource usage power to a single top 21 producer)([`3293b5f5`](https://github.com///commit/3293b5f5702218b189716f575b951f69901e7d47)) - Handle delays for special cases correctly and support wait weights ; )([`ffe9c320`](https://github.com///commit/ffe9c320b4d711b7fc53c074da1b14d423374d4f)) - ([`fbf5a7ee`](https://github.com///commit/fbf5a7ee2189b6747fbd0b081b0e15e88afac14f)) - ([`08666f9e`](https://github.com///commit/08666f9ebbd593547145496ebc2e7703189a39a3)) - Fix and enable test nodeos_run_remote_test.([`a9dd6053`](https://github.com///commit/a9dd6053ca9fc88d5d0f32325b73fa0e18922b77)) - Enable abi_tests/abigen_all_types test([`d0114d80`](https://github.com///commit/d0114d80c79e0a8adb4f656e52d51f387d9a08b0)) - ([`2c7d74ac`](https://github.com///commit/2c7d74ac9d92ba4bf673c98b48b21d7f0531d969)) - Fix problem with build outside ubuntu and mac([`9ab7f9d0`](https://github.com///commit/9ab7f9d0d364c2634f49166cb232f5b765adc5b6)) - ([`2fb4ecfc`](https://github.com///commit/2fb4ecfce20bb3921661180e6f44d0d90c93057b)) - Remove tests/tests/config.hpp([`bf7f9563`](https://github.com///commit/bf7f9563d5ac1a89f6b4faf0c60be73771d5d01d)) - Update comments([`99a9e0e3`](https://github.com///commit/99a9e0e39de026ebef69bc90fc9c399ee9cfd443)) - Add additional unit test to proof that deferred transaction with delayed authority of non-priviledged account is checked properly([`b93dd1b1`](https://github.com///commit/b93dd1b1addf0c992d37349583161286effc22d7)) - Conservatively calculate resource averages, previously we were truncating micro-units in the extended parameters and truncating to units when calling `average()`. This left any "average" which was between 0 and 1 as 0 etc. Now the calculation always rounds *up* to the micro-unit AND when we convert back to units it rounds "up" as well. This means that we are conservative when accumulating micro-units and conservative when producing an instantaneous view of the moving average.([`be5db3a6`](https://github.com///commit/be5db3a62ae2ae5a47f071e98390054f0b710f0f)) - ([`8854ffe1`](https://github.com///commit/8854ffe12610e27aa31cf69d5e2f3b9c04fefc1c)) - Fix for #2858 - db.revision() != headblocknum on start([`7ec375fc`](https://github.com///commit/7ec375fc4d6886bb5a9d1412762dc9549c968e2e)) - ([`99f5dc06`](https://github.com///commit/99f5dc06e1bbdb1a22311f5eddd414ac5ca55fe9)) - Experimental change: don't devide by window_size#2776([`2ad49954`](https://github.com///commit/2ad4995404d40c83018eca6b53a82e343b6b62f7)) - Use window sizes specific for net and cpu #2776([`d0d43164`](https://github.com///commit/d0d43164e7d8a680bda724398c4bae4d543cbe84)) - Draft of votes propagation for new system contract, fixing tests #2682([`bfbab2d7`](https://github.com///commit/bfbab2d799ca4a5bdef96c88a27b98002602e3b2)) - ([`53d1ce1e`](https://github.com///commit/53d1ce1ef9becf1e545be30cda02107823534a99)) - Fixed unit test([`d374afbc`](https://github.com///commit/d374afbcf55664790fd5e8aef3366ab2ec636972)) - Replace now() with current_time(), other fixes([`1f0e387e`](https://github.com///commit/1f0e387e1c6c25a0ddecb3c53f328ca8f7f4d26b)) - Fix #2775 - reload chain after every test([`4bc9d383`](https://github.com///commit/4bc9d3831e223ee528f2c42a6687ec86978d9dfb)) - Fix Test #2835 - forks should favor best lib before longest chain([`67bd2df3`](https://github.com///commit/67bd2df389ea699a556e6c2c58f43f4f4ff5c621)) - ([`e028e524`](https://github.com///commit/e028e524bf3bb4259abe472a33626b135389615b)) - ([`e85e6ae2`](https://github.com///commit/e85e6ae2afc12ac8c94128f73043d7e5c769c896)) - Add get_permission_last_used and get_account_creation_date intrinsic api #2854([`2acec365`](https://github.com///commit/2acec3653548f179eddd4a2f57b8c9baf11238cd)) - ([`56d6cb58`](https://github.com///commit/56d6cb588026fe130f195337d9aa5ffd9d5d8b92)) - Fixes EOSIO/eos#2803([`fa7ffc0f`](https://github.com///commit/fa7ffc0f54f418dea603180feae103a553b5252b)) - ([`89883081`](https://github.com///commit/898830811b16eb9040e1edcb8bfad47672f83955)) - ([`93fe8997`](https://github.com///commit/93fe899719904f1321f1797be8467904f1091808)) - ([`b5883bf1`](https://github.com///commit/b5883bf1f30bda822c6915b93aa58ea7b4bb6bee)) - ([`271ac8ab`](https://github.com///commit/271ac8ab9d535ab69105ffddf0b8efe170057b7b)) - (chainbase sync) check BOOST_VERSION as part of the environment check([`34de6aa3`](https://github.com///commit/34de6aa3e2ebe8fb6ec1ca9b2f8ac9d0f0d07af3)) - ([`745b807d`](https://github.com///commit/745b807d5fcfcf06f0ea3c1905dfbbd8eeb9b3bc)) - Replace usage of boost::ipc::vector with boost::ipc::basic_string([`ba690bed`](https://github.com///commit/ba690bed3ce340dfe558a547b05c1840bb4ac20d)) - Progress #2854 remove recovery from newaccount([`e5fdcec1`](https://github.com///commit/e5fdcec168976fb7ef9f1d7b1ad45f4573663084)) - ([`25b00383`](https://github.com///commit/25b0038305c1066b9c7dcc488d969f586c36fa65)) - ([`3568348a`](https://github.com///commit/3568348a6f167725d8ab900b33f0c62ebd7363b1)) - ([`fe09eb0f`](https://github.com///commit/fe09eb0f471a70d4d92a33ea92bd05c8ec5ebe08)) - Use UINTPTR_MAX([`21464d40`](https://github.com///commit/21464d40a4c35c0c9e2df91516fb20a07d7dda61)) - Add wasm_test: test wasm that does not export the start function([`38ec5f00`](https://github.com///commit/38ec5f000dba4e587d39baaf34bb36d79a7b7d38)) - Fix startFunctionIndex shift: Handle the case when the start function is not exported([`5bd8600c`](https://github.com///commit/5bd8600c224310e1cfe4c28fa3170e1eb97dbf99)) - Progress on #285 - move lost password recovery to wasm([`e2ee6c6c`](https://github.com///commit/e2ee6c6c6d3d216d1d083fd1ce0c56bc51d63a1e)) - Additional tests for context free action access([`eee5c1da`](https://github.com///commit/eee5c1da246edf4fb5205e33983f458fb86af21e)) - Add authorization_api for context apis used by apply_context.([`0dde5ef0`](https://github.com///commit/0dde5ef08884fa4f8c03a1a78285a39b29dfa0ac)) - Create unitest to reproduce issue 2835(shorter branch may take over longer branch)([`e415a4c6`](https://github.com///commit/e415a4c6128aec99146d384337a5f58ed1c74b3b)) - - added compat signal which mimics the on_pending_transaction signal from master([`25060080`](https://github.com///commit/250600803c6c2e3b8ff449ab614281c93a7d3f96)) - ([`d67370a9`](https://github.com///commit/d67370a9d47599ebcb6b7eed31f89921487564e2)) - Set nodeos.system contract. Account creation sets default stake-net, stake-cpu and buy-ram-EOS([`f149d144`](https://github.com///commit/f149d144b0de050381a1eec6386e0e16d002ca0b)) - ([`d580377f`](https://github.com///commit/d580377f29321393e4e4f8070c79f7e15a81ff3d)) - ([`c9f3c015`](https://github.com///commit/c9f3c0156698888da6822429f8bcd57b23ea38f3)) - ([`b267ad87`](https://github.com///commit/b267ad8777a23da719baed6a13a08d49a9234153)) - Fix patterns for filtering coverage report([`b3382ba4`](https://github.com///commit/b3382ba46796eefb21812be9e91d41835bc511a4)) - ([`37b1025e`](https://github.com///commit/37b1025ec69b305e9106b558c992d8e275a736b9)) - Add --output-on-failure to code coverage([`c9c23f6a`](https://github.com///commit/c9c23f6ab1c2b83fc65bb9ba1638f2825c463177)) - Commented out line removed #2846([`414040cc`](https://github.com///commit/414040cc33f93fb8733a054e1e427e41e6eadf28)) - Cleos error reporting fix #2846 cleos get account fix #2845([`43dabac9`](https://github.com///commit/43dabac979cd9aab4f2e49b2ffcc9105de99c845)) - ([`be15fdbd`](https://github.com///commit/be15fdbd6f958f890f7f08cb9d1d14bd54a8bf78)) - Removed old skeleton.abi and changed skeleton.cpp to something that will compile and can be run by cleos([`a36884cd`](https://github.com///commit/a36884cd4f617b1e1c44685532eb1da2b159e198)) - ([`1e5a1f52`](https://github.com///commit/1e5a1f5214fe4f45406e59785934fd3b59fb5911)) - Pylint fixes (remove unused functions, invalid function usages, unused variables etc.). Enable account balance validation.([`ca709c85`](https://github.com///commit/ca709c85cfc9e329ba3d57b51ac6dca39c7c47b5)) - ([`ac7c9d5d`](https://github.com///commit/ac7c9d5d475de4b2387efd501bd6a09781168f5f)) - ([`03ccbbda`](https://github.com///commit/03ccbbda6375ddc7e76e414b7acdc6d5f6257e69)) - ([`fbf155a7`](https://github.com///commit/fbf155a7deba8eab96fd41341d3caf532f5a3687)) - ([`928c17da`](https://github.com///commit/928c17dac9bb28e646ea45318def4c59e1997a0e)) - Small fixes([`2d093424`](https://github.com///commit/2d093424c7f3ea4b0a1a7c223e7f505344258306)) - Fixed producer_info abi, bug in claimrewards([`58b0d7f6`](https://github.com///commit/58b0d7f697c2e8c7f1d606ee9c7dcdaf71178cf4)) - Changes following code review([`58b78df6`](https://github.com///commit/58b78df628eb70f22e722569d3ddafc2fee3ab37)) - Move issue and payment calculations from onblock to claimrewards([`90297ff1`](https://github.com///commit/90297ff1c4e67207b2e4ee233dab28e4ab743c6c)) - Compilation fix for ubuntu #2807([`8f90119f`](https://github.com///commit/8f90119fc0ba0899d2b3b877a0833e06674916d7)) - Cleos listproducers small bugfix #2807([`d293756e`](https://github.com///commit/d293756e801fe30e5594bc2f700f9568c8a6672e)) - ([`49244274`](https://github.com///commit/49244274a2dc715297e024550bc97a091bb7833d)) - ([`93df41c5`](https://github.com///commit/93df41c5a022882ebf2c3139d77e5e30a9a261a2)) - Update coverage.yml([`1f3fc149`](https://github.com///commit/1f3fc149c2031df6e1e5221e737d7a64cfeef8fa)) - Add coverage report url to end of log output([`b0ada6e5`](https://github.com///commit/b0ada6e50e7861f1bae033b341f15930b7c44a5b)) - Use s3 bucket to publish coverage reports([`ba7b5f80`](https://github.com///commit/ba7b5f803120f52db1f45b378c07c98c60b2a025)) - ([`3e7dd328`](https://github.com///commit/3e7dd328e5ba1df849ef07e3728db89f018cc5c5)) - ([`77aa135c`](https://github.com///commit/77aa135cd986d87a655c10081e39240c3040e808)) - ([`7b0515ea`](https://github.com///commit/7b0515eaa4e89f8dc44cbb7626cb28b55681471d)) - Use a single target for generation of .wasm files([`f1903e11`](https://github.com///commit/f1903e118c0756ab2b0450a33ee1509857c877c7)) - Generate .wasm files as part of eosiocpp build([`694c9c56`](https://github.com///commit/694c9c560a457823c76a8479641d1100c27e2b2f)) - Generate .wasm files as part of contracts/ build([`2ebf9b60`](https://github.com///commit/2ebf9b6081dbb7e6f3af259b331ef62c9c02c9dd)) - Rename Assemble to eosio-wast2wasm and install it([`ae9388de`](https://github.com///commit/ae9388de97c8f54cd95a768bdfce813fd9a97839)) - ([`f43f8fb4`](https://github.com///commit/f43f8fb4621e9ff489a828b6a4c4741833425d3a)) - Timeout_time already included timeout([`4faad5b0`](https://github.com///commit/4faad5b0aa55fd0d1d6e1ed8d53b8f11ade5a7c7)) - Unlock of unlocked wallet now throws([`c5316682`](https://github.com///commit/c53166824d064bb951b1a1664bfffeab496a1733)) - Add default 15 minute timeout([`d5e6ff80`](https://github.com///commit/d5e6ff802bf627e17eff1d213053eb5327a08885)) - Add wallet_unlocked_exception([`1ebca8ff`](https://github.com///commit/1ebca8ff29834c65c64bfa5745922bb3369c9246)) - ([`14857c97`](https://github.com///commit/14857c97324287544b3307d47ecfaa3a71cd2e66)) - Add support for new setprods fromat to launcher([`ca2260ce`](https://github.com///commit/ca2260ced98d79fe050d8947da3e81e35940e3ad)) - Use static member _noop_checktime([`d4559f5c`](https://github.com///commit/d4559f5cd2f719da7486e4b7a15d845b884d3612)) - ([`e2b57c05`](https://github.com///commit/e2b57c05054070abdf762b599453671f0a0afc00)) - ([`f4ed3571`](https://github.com///commit/f4ed3571c52775a8d5a12033ffe2679a21fe6db9)) - This partially reverts EOSIO/eos#2750 in favor of always loading the producer_plugin again. Fix for 85b2948 did not link the default plugin properly. Also check to make sure that we have not received a block from the future when we attempt to start the next block which is the last symptom before whatever caused the crash in EOSIO/eos#2803([`81d5bf37`](https://github.com///commit/81d5bf3758777cf21f159bbe34cf3d8216e9865c)) - ([`69178565`](https://github.com///commit/69178565f9e47430718bf8fd1d7f7f65c8dc9597)) - ([`bed23314`](https://github.com///commit/bed233146bc322cd1c82a758c66af401c89970c5)) - Cleos support different token precision #2807([`c20a6627`](https://github.com///commit/c20a6627111b71f9422251a7de27c837edba8ee8)) - ([`bc4332fc`](https://github.com///commit/bc4332fc23753e33fe4dfdaf32dbad005627a2e4)) - Redesign permission_api([`d1540bbe`](https://github.com///commit/d1540bbecacc2d80b366fbe2e64b9f27b3938507)) - Optimize authority_checker algorithm and support delay thresholds:([`c2d59140`](https://github.com///commit/c2d5914021d9b8e20574e459bbce74ea012c7163)) - Optimization in check_authorization:([`234a03e6`](https://github.com///commit/234a03e68e523812fd6bd6e5ff210935b6e2be61)) - Pass sensible minimum_delays into check_authorization for inline actions and scheduled deferred transactions([`352500be`](https://github.com///commit/352500bed134d19c2ce73c0142213b992f41019b)) - Enforced minimum delay should not consider the delays of any permissions other than the ones that were needed to satisfy the permissions declared in authorizations([`a28b71be`](https://github.com///commit/a28b71bef780bf6ee8809fea2b0d5712bf8e65aa)) - Redesign check authorization to allow checktime to be called from within it([`8e921b2c`](https://github.com///commit/8e921b2c6da0e6da0729e7854ac31110fdcbaf14)) - Cleos listproducers #2807([`afc1d048`](https://github.com///commit/afc1d048e4bbf16163324bb63069b67c1b46a14b)) - Fix #2803 - uncaught exception while pushing block([`85b2948e`](https://github.com///commit/85b2948e42df40d6fb2aa22c5f385c3a4eb9b78c)) - Cleanup system contract([`8d817242`](https://github.com///commit/8d817242aa85490322e683ca306fce904a314143)) - Start work on b1 vesting and network activation([`b0e8337b`](https://github.com///commit/b0e8337b032151db73f17c099ec27f6b3cb8bb3a)) - ([`54241371`](https://github.com///commit/542413710d46aedbf8a28bd870f96d7e76b3713f)) - ([`04fafa73`](https://github.com///commit/04fafa73bd80394ef75f17e84accc4bd3a5f223e)) - Fix #2787 - multiindex operator++ was not incrementing this([`cddd1762`](https://github.com///commit/cddd1762b11886948fae386f78b29ce4b1edec1d)) - Inactive producers([`f4d5fd3b`](https://github.com///commit/f4d5fd3be3aa98573f01a0e1e0b998660480ec1b)) - Updated system contract onblock action([`ab60b5eb`](https://github.com///commit/ab60b5ebf80bb78e5ed578317591d986a24ce809)) - Refactored stanby producer payment([`5ef1d2f2`](https://github.com///commit/5ef1d2f287fbc54aa083e834f7e1832ec90f9587)) - Fix EOS_PERCENT int mult overflow([`44e7d3ef`](https://github.com///commit/44e7d3ef2503d7bc45afc18f04f0289ed26cfdd7)) - Add extensions field to block_header, block, and transaction([`79dea463`](https://github.com///commit/79dea46329b94f0ed403e14e4a19e14a71e75986)) - ([`d3b96892`](https://github.com///commit/d3b968924cfc0eda94f94f6a3bee4dc47a2f52e7)) - ([`5d839494`](https://github.com///commit/5d839494d5613fb8003aa1ca6075b68b24d0aaf4)) - ([`991d87a9`](https://github.com///commit/991d87a9c1e4e2198abe95f4768a6c72024beb14)) - ([`8a2d75fb`](https://github.com///commit/8a2d75fb17dea2fd6595646ed1d9c1f11a42cd8a)) - ([`efc5917f`](https://github.com///commit/efc5917fa720a4bc21a81b4e9aaa0d820f5a3e10)) - Changed wasm_tests([`eeaa8204`](https://github.com///commit/eeaa8204bf73c3d8574a0a59b6be23086a778b08)) - ([`9fd539b3`](https://github.com///commit/9fd539b3be7a8a81c4300bec9e9ea142cc80c0ac)) - Moved where checktime import injection occurs([`a5d87e82`](https://github.com///commit/a5d87e82d2961dc3d4476d360cd03a3289529003)) - Forgot to remove old index([`96b3a6a6`](https://github.com///commit/96b3a6a6c54db6454ac711f5ba70dbad4867ddc0)) - ([`3e94e5ed`](https://github.com///commit/3e94e5ed51608aadfcc67d0eb14e07c8854c08cd)) - Merged([`522cf9fd`](https://github.com///commit/522cf9fd17123a5ffb5a75446fad8e5289d46d46)) - Fix for #2707([`1148f11b`](https://github.com///commit/1148f11b9150880d33568cb5690067d59f5b3daf)) - After much work refactoring, gave up for now and made checktime more conservative([`88458822`](https://github.com///commit/884588222dfdf71aada1bad39e690feea4109f43)) - Changed to new checktime injection, still broken with bad call index([`cedbf398`](https://github.com///commit/cedbf39810e9a323654c18b4a3093ea4a132cb6d)) - Added separate release/debug transaction deadlines([`31362ea5`](https://github.com///commit/31362ea5277fb0b3463bfee225a675bda4e58a2b)) - ([`f5d330b7`](https://github.com///commit/f5d330b7fd5a1abb1740b72665bb78322235d312)) - ([`51f36aa0`](https://github.com///commit/51f36aa0dea265739ee5b7426af1da2426bd8270)) - Small bugfix #2094([`8630ed33`](https://github.com///commit/8630ed339016544d7716e62c2661de81f3da61ea)) - Unused function removed #2094([`8d23d08c`](https://github.com///commit/8d23d08cc912bb723a5b2252b4aebb2939417621)) - ([`0eb41138`](https://github.com///commit/0eb4113866ff7368fededfcd6dcdf2c647e035d4)) - Start keos only if wallet host is localhost (check is simple and doesn't cover IPv6 or external IPs or hostnames of localhost) #2094([`4eebf901`](https://github.com///commit/4eebf90104258b2821bd3e7e9662b7f40aab87eb)) - ([`a8bb1c65`](https://github.com///commit/a8bb1c653178a9c857683f2ad3f79c854137a8e3)) - Cleos wallet stop refined #2094([`42b21fff`](https://github.com///commit/42b21fffd33639ca902414a912428eb113a422c9)) - Cleos wallet stop (stops keosd) #2094([`b6fd9ca3`](https://github.com///commit/b6fd9ca3670607a41e87ddb4ab1d7efda9532405)) - Small bugfix #2094([`9d1890f9`](https://github.com///commit/9d1890f9e79585b9e8c471668817c424f2f0c045)) - Run keos from cleos #2094([`ec366d19`](https://github.com///commit/ec366d19d3cde1e135452ea74903a02cadb8a705)) - Enforce strict precision matching on contracts([`17dd6b83`](https://github.com///commit/17dd6b835cecbd16149066291b58053f33360aa8)) - ([`fc99251f`](https://github.com///commit/fc99251f1587769233843a21c959fe889c309c42)) - Remove 3rd party libraries/tools from coverage report.([`91c99dd6`](https://github.com///commit/91c99dd6223fafb0091f3f50e36d865ebafec692)) - ([`34c4d2c3`](https://github.com///commit/34c4d2c302cbdc27902ea49f553eb6c8190ca760)) - ([`cfac2397`](https://github.com///commit/cfac2397b87b629a069cd72d3992cb615dacc79a)) - ([`4b3660f2`](https://github.com///commit/4b3660f2b694f0e4eac6349da93116582d01e304)) - ([`fe20d5b7`](https://github.com///commit/fe20d5b7f6f0daebbdc1444e6a704991b921759b)) - ([`4e8cb7f7`](https://github.com///commit/4e8cb7f737efdb112011f85b7678ba571fadab74)) - Add standard parameters to create account #2661([`f192300f`](https://github.com///commit/f192300f226139bf58ae24e5eda14371c64cdc70)) - Missing table userres added to system contract ABI #2661([`ff4a83cf`](https://github.com///commit/ff4a83cf64e70eec15e8a6a56ca6d7ab3f67b3c2)) - Cleos system createaccount #2661([`6118acc0`](https://github.com///commit/6118acc073f07ee229e7b2bc1e2aa4db40738995)) - ([`344ac068`](https://github.com///commit/344ac0686739dc8638f628009a5f6434e6716475)) - Cleos get account printing stakes and nice formatting #2661([`eab24177`](https://github.com///commit/eab24177551323dfaf52b35c42d79d783438e687)) - Buyram and sellram added to cleos #2690([`1579729e`](https://github.com///commit/1579729e0f682cadd18387cc2b88a719358b4885)) - Cleos gets resource limits from chain_plugin and prints them #2661([`bc42fa36`](https://github.com///commit/bc42fa36ec993bbb4e9392cc029d8276e3bdf531)) - Chain_pluging returns data from system contract tables #2661([`6e90cafb`](https://github.com///commit/6e90cafb534afe380cf41cdbe4d7762eee26763d)) - Get_account API call should return info from totalband and voters tables in system contract, draft of pretty printing cleos get account #2661([`6eba12b6`](https://github.com///commit/6eba12b6f8778070ac301ea6a7ad2156b026b00b)) - Eager checks for the existence of accounts and permissions in actions([`0899b3aa`](https://github.com///commit/0899b3aabe3f120c434623d0f5c1965ac7f3b4ff)) - ([`2b3e863d`](https://github.com///commit/2b3e863df9efe04ed5fae9f3332095add1d0bc44)) - Remove commented out code related to removed send_transaction_expiring_late test case([`f5834d74`](https://github.com///commit/f5834d7462d97917473211fe5128b75a16d58660)) - ([`341c297a`](https://github.com///commit/341c297a712df52d3add0690c4a87aa4549a5e90)) - Do not pass payer and published to error handler([`2f7e7b5f`](https://github.com///commit/2f7e7b5f26419d3d852b5217766f68cbb23c0078)) - Transaction validation changes:([`d839ccc9`](https://github.com///commit/d839ccc9976c39eb55aed95eac257b4497fe229f)) - ([`5153e80f`](https://github.com///commit/5153e80ffefed72d058ff850fb474ee857715a14)) - Add comment to make_block_restore_point explaining lifetime requirements([`8ebc412e`](https://github.com///commit/8ebc412e058a22d3e5a755cc29faed6d7636868e)) - Include action_trace of action that failed in the transaction trace([`e21134e5`](https://github.com///commit/e21134e5e3dab178d80922686420849a87316ad3)) - New onerror action (which now includes published time and payer) is within the namespace of eosio again but is still dispatched directly to the sender.([`1936f394`](https://github.com///commit/1936f394dd5939976294fb51e763a102aafb407f)) - ([`00c37cbd`](https://github.com///commit/00c37cbdfa7790fc506c37a7a3e6b373cb47e2fd)) - ([`22d26f63`](https://github.com///commit/22d26f6309928787f7ee54d2ac7e247503d46c08)) - ([`46f85972`](https://github.com///commit/46f85972ea89e497823f0ee0c90c41de4e0f9cd0)) - Fix issue with any exception sent to cleos reporting get_account error instead of actual error([`12327b17`](https://github.com///commit/12327b17bee0ad5b66acbf74cd30c576add55783)) - ([`18d5f5cb`](https://github.com///commit/18d5f5cb99f23946703225627563043c2d4a628c)) - ([`0c96102c`](https://github.com///commit/0c96102cdbbb5f9a2047a58d071380e71b0d4933)) - ([`993215c1`](https://github.com///commit/993215c1501947db577b942de3e3a476464e71ad)) - ([`42e5670c`](https://github.com///commit/42e5670cb8a478d7a86f8e8a4fc5de87d68aa15d)) - ([`9505a309`](https://github.com///commit/9505a309a69f819884393447b37e5a55c879dacc)) - Remove nonce on the system contracts([`bad60b4d`](https://github.com///commit/bad60b4d419f00d1d82a233415cc501719cc4e34)) - Txn_test_gen_pligin nonce - use a dummy action on nobody account([`185d3797`](https://github.com///commit/185d3797a9d70f405a309cf1967f86fc833703b3)) - Cleos nonce - use a dummy action on nobody account([`4943633a`](https://github.com///commit/4943633a22c1e0a286b48c7f5a629f19c6a63545)) - Merge slim @ 7c1827cd6([`ea85e14e`](https://github.com///commit/ea85e14eff12afa77371e637f0076dceac8b5e79)) - Uniform logging for produced and received blocks([`7fc68041`](https://github.com///commit/7fc68041f50373c598f085e5e331af358af5400e)) - Merge remote-tracking branch 'origin/slim_net_plugin' into feature/integrate-slim-net([`bd3f977b`](https://github.com///commit/bd3f977b1f6050d58bf680c16646be88d48ce60b)) - #2625 clean up test generation([`4e13c9d5`](https://github.com///commit/4e13c9d52ccb116f99358c03483e2725b4484a08)) - Fix compilation problem in txn_test_gen_plugin.cpp([`1640f9ab`](https://github.com///commit/1640f9ab3dffd51abef2729cd4801f107d5caa72)) - ([`a3d0c7ef`](https://github.com///commit/a3d0c7ef9474454d5f47cd5c937bfc8b53e4c70d)) - Fix null pointer problem([`46337732`](https://github.com///commit/46337732b8ddbcb15fcb443074b9a49a099626c0)) - Fix packed_transaction bug([`f148f5de`](https://github.com///commit/f148f5de88fccf9a1606ae300a092b3386d0151d)) - Fix merge problems([`7d1dd398`](https://github.com///commit/7d1dd398ebb4b58db99ac26145650d7ee2cf1930)) - #2625 got blocks flowing([`709da9f8`](https://github.com///commit/709da9f816ac15dd86bcc62764788173c55ed2d6)) - Bare-bones changes to get net_plugin compiling([`72e92751`](https://github.com///commit/72e92751fff0aeb31250e74a01aaa2ec464f0693)) - Get the txn generator compiling again([`faa59470`](https://github.com///commit/faa5947029d8cc96c4bec4330589ffeb11757cdf)) - #2625 got blocks flowing([`3956ff7b`](https://github.com///commit/3956ff7b11f7bc96e1d732a1583306771aa274dc)) - Bare-bones changes to get net_plugin compiling([`2ec85354`](https://github.com///commit/2ec85354b56ab26ccf0efd3b65cf061800975309)) - Merge latest from slim branch([`7e5104c1`](https://github.com///commit/7e5104c1af7da4d98b4d73f4ce231275af2c6191)) - ([`f537bc50`](https://github.com///commit/f537bc50b21a7807ff0ee3af83d8f560ce09afa5)) - ([`3bcbfdd7`](https://github.com///commit/3bcbfdd7b13a139753f5f126832f76a027ea723b)) - ([`d82b27a5`](https://github.com///commit/d82b27a59866b4d8cac07384b5aa56a1bdeae2f1)) - ([`72138420`](https://github.com///commit/72138420d2acad5dba0af3c89c6431a4cffbbf02)) - Compatible with Ubuntu 17([`93cc5d11`](https://github.com///commit/93cc5d115d6ea26f6a0b597b56f60f674e71576b)) - Merge remote-tracking branch 'origin/master' into feature/2416-prefix-fixup([`a681abd1`](https://github.com///commit/a681abd1a8608c9c108cd8a4a3b0816a60950dde)) - ([`4cbf7217`](https://github.com///commit/4cbf721787e1c04075f1628afb5ecbe5bb576239)) - ([`429d3b61`](https://github.com///commit/429d3b61191eb708551d0cb2891bd7d919ffd512)) - ([`8795e3b5`](https://github.com///commit/8795e3b5cc686d0c89fe3ec11c947eeb56aa1d30)) - Unused import([`fdc484fb`](https://github.com///commit/fdc484fbf0db8c6fab8a532f6e5b1a644325f1ec)) - ([`c86a43c1`](https://github.com///commit/c86a43c166b17717363a2ea9a7512f9d494d68d4)) - Typo condtion -> condition([`8045109b`](https://github.com///commit/8045109b24f544d7e96eba083064fe0ae6e4ae7e)) - ([`520d5a5e`](https://github.com///commit/520d5a5e7cf3c4508fdc31036bf91e16462d3a21)) - Remove fc's bz2 unused linkage([`142ccba9`](https://github.com///commit/142ccba9b5e2f147a3c80eaf01aad549d84265ca)) - Fixed typo parmeters -> parameters in "hello"([`936dd2db`](https://github.com///commit/936dd2db50670a360dbaff9f5021187f596d4d40)) - Use underscore for key/signature prefix([`f55f431f`](https://github.com///commit/f55f431f8fb4d91e8d872d281ffd3a1cd9de3758)) - Resolve ambiguous prefixes on pub/priv keys and sigs([`573be193`](https://github.com///commit/573be193254661b1c9d47b4467080ed992dac15c)) - ([`5217e005`](https://github.com///commit/5217e005f72b8f949121e1c1c8b40760d062634f)) - Update eosio-s2wasm to generate new style call_indirect([`f5aced71`](https://github.com///commit/f5aced71d8941efc3bbbbdcd5d49e9178152a72a)) - ([`6fcc6606`](https://github.com///commit/6fcc66060b840b6cde4b1f5479adf82d7340eb7f)) - ([`7fa76fc4`](https://github.com///commit/7fa76fc46faf5446c07448f7c741216a20e683ef)) - ([`d933f16a`](https://github.com///commit/d933f16a921469c0444043b3d27f669f024e589c)) - Add --buy-ram-bytes to create account([`e26458b0`](https://github.com///commit/e26458b038a8104f111e98fbf0f3656889763128)) - Fix expected assert([`a213fb3c`](https://github.com///commit/a213fb3cae50c9a811b6ec425f62a896a93dcbf6)) - Cleanup([`9e790d6e`](https://github.com///commit/9e790d6eee2b3ae6a8040594cf0669bc036d823c)) - Add buyram to create account([`c628ddd8`](https://github.com///commit/c628ddd8a804c384156c942774cb6ee569bf3adf)) - Better assert message([`0d6ca70c`](https://github.com///commit/0d6ca70c8583090ffd2033aa8572037c6f6e9634)) - ([`e45c8c08`](https://github.com///commit/e45c8c0841073af4ec1cb7e87414d2d4ab7035ea)) - Remove double link statements for producer_plugin([`a0e79de4`](https://github.com///commit/a0e79de4f56af80b8c28c37e1bda17b362cd434e)) - - make sure the right exceptions bubble out of the sync calls but not the channel subscribers([`1a3ed86e`](https://github.com///commit/1a3ed86e6985f72e4873c445c2ad2f2c3d8b5c87)) - - removed unused runtime_limits from controller([`4d27afa6`](https://github.com///commit/4d27afa6ce7e39db44493bddf3e9c2ba87c6c6ee)) - ([`4ff18876`](https://github.com///commit/4ff18876b06b3d3dd702feff8636426519159c65)) - Contract destructor call([`5ba33dfc`](https://github.com///commit/5ba33dfc1416e7a36fc6ba8695945f11a54b7805)) - ([`eb9f34f2`](https://github.com///commit/eb9f34f2d48fe09bf48bdee60c293d0107be74ad)) - Add unitest cases for new api feature([`b26fbb2c`](https://github.com///commit/b26fbb2c6f6b39f0ac4cf93030d1ac01b490fef6)) - ([`aaae7167`](https://github.com///commit/aaae716720dfdb22c62a6664173afe9048408a0e)) - Deleted print statement([`7f73b459`](https://github.com///commit/7f73b459d1cb9b2ebfc6ba7dd03dcc99caa58031)) - Fixed eosio.token tests([`29b819f0`](https://github.com///commit/29b819f06d14864611dbc4802aae5090cbed176a)) - Fix for #2322 - issue and transfer quantities are processed the same way([`3b8e6d17`](https://github.com///commit/3b8e6d17f34f54f92065b9dbb9f333e690986965)) - ([`06aade1d`](https://github.com///commit/06aade1d472ae91a27f614f2eb902722fc0786ce)) - ([`936fc5e6`](https://github.com///commit/936fc5e61b630462ac70882d7bba06d560b0a191)) - ([`b247021c`](https://github.com///commit/b247021cafc38adc4c2ae92ebb81442a7dca0348)) - Only do the watermark initialization for producers on this node([`9df9aa7a`](https://github.com///commit/9df9aa7adfc32c41df0c702ce6a9e846f8c86b61)) - Producer plugin now tracks watermarks for its producers and sets DPOS confirmations appropriately([`75aa81f9`](https://github.com///commit/75aa81f94cd951c3edcc8ec88d44164c0bb77ba1)) - Adapt nodeos_run_test.py to slim branch syntax/semantics. Enable this test.([`5e67a3f6`](https://github.com///commit/5e67a3f6629b1b5ca6f2b4cc02c1cf35fcee92ae)) - ([`ba92266c`](https://github.com///commit/ba92266c92bd816a6d8b8150d7b4a34b5b75274f)) - ([`8a15c1ab`](https://github.com///commit/8a15c1ab9503aa7201b8ad328599047c899a225d)) - Clean up and organizational changes([`9270660b`](https://github.com///commit/9270660ba8db9a4799e9001104bd1a2f9963ad9a)) - Count down instead of up so that we can record how many producers we needed at the time a block was made instead of how many are active at the time we are updating confirmations([`0aa56848`](https://github.com///commit/0aa568486b55c6d8d21af180d751539ceca2413f)) - Move confirm block count to the start_block call, make tester track its own watermarks the same way any producer plugin would, fix off-by-one caused by not accounting for a block confirming itself; fix off-by-one caused by propagating the value of dpos-lib before it was updated; decoupled dpos-lib from bft-lib though controller still returns the max of them([`86b681f3`](https://github.com///commit/86b681f3e55114d38d958a1e32cf726154aa9980)) - ([`d0089510`](https://github.com///commit/d008951047923bc5d4be592184ff63f77317c979)) - Remove database_tests/get_blocks from list of disabled tests in ctest in anticipation of PR [#2740]({{ self::remote_url() }}/pull/2740) which should fix the test.([`36e0ccf3`](https://github.com///commit/36e0ccf37e05bf0aa4271e5bf838a692a426a8c0)) - Changed include path for softfloat in fp128.h([`d4b76b12`](https://github.com///commit/d4b76b12a1df438cd4cf181ec351141a84e3e967)) - Created builtins library for compiler-rt builtins we have to use, and reimplemented a few builtins as direct calls to this library([`5f8e3479`](https://github.com///commit/5f8e347947382c4b5237a433428016c974db264d)) - Add python script for exchange tutorial.([`3443bc2c`](https://github.com///commit/3443bc2c16dd455381ed8fe6fc0c8de9e13ccb0d)) - ([`45ad6f94`](https://github.com///commit/45ad6f9404a0c87b4674d6df4ccbc3c94d0ccae2)) - Add additional unit test of updating auth after the auth is linked([`72f500e3`](https://github.com///commit/72f500e317144752103ebd5b75b5901bf8c67f01)) - ([`fcd09682`](https://github.com///commit/fcd096822efbc112ccb8f9b399abca15cbe1fd40)) - Removing #if 0 to actually compile tests.([`7ea806c1`](https://github.com///commit/7ea806c14122794ec469f4fa5bf63e066adfd529)) - Making it easier to maintain list of tests not to run.([`a880a517`](https://github.com///commit/a880a517cd5fc1f3839f3e5742e9b5e457a391d5)) - ([`967f5f34`](https://github.com///commit/967f5f344e26efab68ebfae1e5e5087c6da5e82e)) - Change eosiocpp linker ordering([`a521a68d`](https://github.com///commit/a521a68dd625e759145cfe3ab61548539f05b7ee)) - ([`4779ffb7`](https://github.com///commit/4779ffb76bcc01cf2d27252dcefb3ee728289e34)) - ([`794033f5`](https://github.com///commit/794033f5a916a5cea34f73789329b0bb10a9f7c7)) - BOOST_ASSERT -> BOOST_REQUIRE([`5e83230d`](https://github.com///commit/5e83230d4eb21d172bcf05b0516877092ea4fa6a)) - ([`cdfcfdf4`](https://github.com///commit/cdfcfdf4f4c684f5743c9663489e5ebc9eec4c40)) - CFA execute immediately([`94847fda`](https://github.com///commit/94847fda7eacadc71c90089cb5e7f3f89c2a691f)) - ([`5654773d`](https://github.com///commit/5654773dc96e3bb9648039bef299439a5cbd2a76)) - ([`5e73b664`](https://github.com///commit/5e73b664a0478b2037f0390f8be1d0884eb77aaf)) - Update tests for new asset checks([`6805904a`](https://github.com///commit/6805904aee990315ec23a71c445da2a649c8c7a7)) - Additional asset checks([`6f4e9a0f`](https://github.com///commit/6f4e9a0f160e75b3341d6f4acdeddca2dcff1256)) - Add additional info to exception([`af3c7d6e`](https://github.com///commit/af3c7d6e6ed1761883f6eb3167a5d8ae59db088a)) - ([`75eb015f`](https://github.com///commit/75eb015fd7d1185414c2ebfdcf084a6d02958c89)) - Moved checks location in transfer([`5b7c5fb7`](https://github.com///commit/5b7c5fb7529b6107e2322b825599a7971011819f)) - Fix for #2322 - decimal digits count in transfer input([`5ea2ab87`](https://github.com///commit/5ea2ab87be767f224d24dee31026332ea2111ad5)) - Removing file that shouldn't be in git([`b619b0f3`](https://github.com///commit/b619b0f399b9837a4ffe30926a6d611e36dc67cb)) - Update system contract with buy with bytes and test selling([`16a0e98c`](https://github.com///commit/16a0e98cb8460215da0845a51669440a093fc493)) - Better error message for insufficient ram([`d993d71a`](https://github.com///commit/d993d71a9902d385e613d386e33059c23e774513)) - ([`4ec0996d`](https://github.com///commit/4ec0996d83559458ec27c7a01f69677728fcac9d)) - ([`aa579a66`](https://github.com///commit/aa579a664914404b793423cd1bf4bc07b824ea0a)) - Blockchain_parameters in eosiolib updated to be consistent with native side #2682([`f174cfc1`](https://github.com///commit/f174cfc173a6ddc4adfb777cc2c63d220bbae122)) - ([`1bdac8cf`](https://github.com///commit/1bdac8cf4bc98014e30a2aaf4f1434cacb811eaf)) - ([`bc0e763f`](https://github.com///commit/bc0e763f8b6d3359542ac74c6a3d157ae3f15ca6)) - Prevent over/underflow in asset::from_string([`ff19e6fb`](https://github.com///commit/ff19e6fb124eb899136fc63ea5eb8a09aa691424)) - ([`a339b5d6`](https://github.com///commit/a339b5d6380e76cf7e7a30a9f607b4cf02030eab)) - ([`c045881d`](https://github.com///commit/c045881d340fbc82ab02ec04937c215d4eedca31)) - ([`78615689`](https://github.com///commit/78615689f2f389e29c68924658c8a9dee2722c6a)) - Exception safety([`4089d763`](https://github.com///commit/4089d76394e7513f32326c562de80dfc8998ca27)) - Move the deferred limit to the producer plugin which now controls it; route all new blocks through producer so it can maintain invariant that there is always a pending block (whether for speculative execution or future signing); re-apply unapplied transactions and apply deferred transactions on a new block (NOTE: this needs proper throttling once subjective failures are handled correctly inside controller). Remove spurious calls to start_block in other plugins([`59785172`](https://github.com///commit/5978517250d225ddc243f0f156f0d3518eb30569)) - ([`5c59c5f0`](https://github.com///commit/5c59c5f0ce4d609891380dcefe375353ac1a5e72)) - Fix #2718 - Multiple Conflicting Last Irreversible Blocks([`430cac67`](https://github.com///commit/430cac67b3252d80a491bd5a3d7bde1e99cf5064)) - Remove explicit calls to abort/start_block in favor of asserting that there is/is-not a pending block when it is expected([`e2e37343`](https://github.com///commit/e2e3734311fc6271f79d984217b081f9695a2ffd)) - Allow for block producer configurable leeway for cpu and net usage during execution (still checks against new limits without the leeway at the end of the transaction)([`2df8fc72`](https://github.com///commit/2df8fc7283779a71f71cfad5cdd964b9d32db3b0)) - Bill cpu usage for recovering public keys from signatures([`d95f3231`](https://github.com///commit/d95f3231d4653177b2983621b870b6efe3f7262f)) - Bill extra cpu for setcode([`77317a9f`](https://github.com///commit/77317a9fcb20d878058170187077fc0830e037da)) - Add `fc_exception_message_is` to complete the set in tester([`09af9452`](https://github.com///commit/09af9452ddf36c10077be95443c181ba0897659a)) - ([`c64b137c`](https://github.com///commit/c64b137c76017b43ccfe8911070c9b4dd0ee61dc)) - Add new exception checker structs.([`e96253b8`](https://github.com///commit/e96253b87cd9c381e00f983980761eaeb1cf458c)) - Better dispatching of inline actions and point checktime intrinsic directly to apply_context::checktime([`f7a7030e`](https://github.com///commit/f7a7030e89f7a0651f96cf1e0d053eb36c18cb3b)) - ([`76e5a33f`](https://github.com///commit/76e5a33f05c0c6bec06ba66890dd449a66e4ff77)) - Added token tests.([`fea380d4`](https://github.com///commit/fea380d41c0ba2b03013e4bff1578fd7857512cf)) - ([`5762d135`](https://github.com///commit/5762d135c30f5aa3aa7d2d22f21519229c9f2f4d)) - ([`20b1d5e3`](https://github.com///commit/20b1d5e36e09210e566b48528ea9dde09e513b82)) - ([`78eda398`](https://github.com///commit/78eda39808a569a229458d2c998409a92ba28471)) - ([`c7f7e1d8`](https://github.com///commit/c7f7e1d8d56a61845672e5963eb918dab6dfcf8b)) - Actually fix api_tests/cf_action_tests([`5fe23b3c`](https://github.com///commit/5fe23b3c31aac34b04108a36832ab3023193a677)) - Move exceptions_macros.hpp macros into exceptions.hpp([`b5f94567`](https://github.com///commit/b5f94567c74db5267665cf377da39a2081a6b80e)) - Delete accidentially undeleted voting.hpp([`16fe3b8f`](https://github.com///commit/16fe3b8f5972eb2248a9a667c5c1d71ee5f535de)) - ([`18cf1e3c`](https://github.com///commit/18cf1e3ced9e7c698ac1b43170309a652ec5ee5f)) - Bill discounted cpu usage rates for context free actions([`38c05b84`](https://github.com///commit/38c05b842e8394662d1d1a119f84dbb10f1dd037)) - ([`5f92f93e`](https://github.com///commit/5f92f93efeb378580d3b7c42c0c3ffc1f545ce94)) - Cleanup of transaction_context, throwing soft resource limit exceptions if limit is due to block, and preferential network billing of prunable data (#2000)([`685b1a54`](https://github.com///commit/685b1a54aed7d03da3f76eecbfe05448ec37a74f)) - ([`84648949`](https://github.com///commit/84648949bf7a838d5da842c94f0eadd695275247)) - Reorganize exceptions and progress towards better handling of soft fails([`9bca2de9`](https://github.com///commit/9bca2de9e80f5d446165ad5793e6bd7a57b85f68)) - ([`fd76f372`](https://github.com///commit/fd76f372819efcf1a8fd12036526eafb79cd46b5)) - Add sanity checks to resource_limits_manager to avoid divide by zero errors later([`54309463`](https://github.com///commit/54309463a7eef320ca5e63a3b4ca502ee69307d0)) - More tests of delgating to account with min ram([`8b67af38`](https://github.com///commit/8b67af3827f8ed1e8ed44ea0e4252456658d32bb)) - Fix bugs with system staking([`9a1fd45b`](https://github.com///commit/9a1fd45bb063708246f9fedefcb246e244b58575)) - Turning off test_deferred_failure for ctest.([`32e73d56`](https://github.com///commit/32e73d560e6414fb57ed8a38c659bcb39e5cfd00)) - Changes to test based on slim design.([`7569c4af`](https://github.com///commit/7569c4afb11d8b1f2b87570c78288898caab7558)) - Fixed proxy contract for changes to onerror logic.([`69d3200b`](https://github.com///commit/69d3200bbc9bf23d0198241382a4bf58757a1c71)) - Fixed tester to track updated status for a transaction id.([`701d4055`](https://github.com///commit/701d4055ab076ef432de3ca5b21bdba37e0832a9)) - Adding currency_tests.([`88d45c74`](https://github.com///commit/88d45c744c8d26c5fe4b02c956568ed80e9327ea)) - Add in default value of transaction deadline time([`9065bbee`](https://github.com///commit/9065bbee731984262d9687a7b88ae31e8a8fd93d)) - ([`acbc4c2c`](https://github.com///commit/acbc4c2c29032a5589f14d923d34b19420e8e3c3)) - Progess on system contract staking/buying ram([`a34e9644`](https://github.com///commit/a34e9644b3ddc58bbe0549576eba9bcac5a7af06)) - Progress([`19b51619`](https://github.com///commit/19b516197d730f191af0eef504dd8d8c5232730b)) - ([`1504771c`](https://github.com///commit/1504771c0ca4a68625bb14ccfa9337d7e98f8765)) - Move deadline specification to chain_plugin([`610f1252`](https://github.com///commit/610f12520953174adbc59a60f63eb654d7762cf1)) - ([`c820a87e`](https://github.com///commit/c820a87e5cebdfd67ab99af66abe9ffe0b2d04c1)) - ([`1b15cf5f`](https://github.com///commit/1b15cf5f54b06d42227dbe88b94755f41c7f0705)) - Forgot debug output([`04d6c8c8`](https://github.com///commit/04d6c8c8b89b35308adaa21d5a237826852bb9ed)) - ([`105ac5d1`](https://github.com///commit/105ac5d184b79a98972b705cc64aae2ae7f4d873)) - Cleaning up for PR([`4f4c5324`](https://github.com///commit/4f4c532489190249a7d2493196a77c7ed6eb27b0)) - Refactoring checktime([`99a5e322`](https://github.com///commit/99a5e322c87d5f3a1d6ce0a5bfb5f5c2a3d861fa)) - Working fine for binaryen on Linux, wavm still fails because of compiling the additional injected instructions([`4eba2ae0`](https://github.com///commit/4eba2ae0adf81285da65b020b2625053df0e5900)) - Refactored vector operations to a buffered stream approach([`d21c4445`](https://github.com///commit/d21c4445792f3ba7e390494f968ec9357fd40be3)) - Cleanup of plugin tests([`8ae6d94a`](https://github.com///commit/8ae6d94a3f3b50a73f75f44307b37ffcbfb538e0)) - Update comments([`5b79ea0b`](https://github.com///commit/5b79ea0b9ca17485741fd75decdcc5476f96d1d7)) - ([`fdcf0073`](https://github.com///commit/fdcf00736be46e2242884ef45c8b4f109ce79e56)) - ([`57ca7304`](https://github.com///commit/57ca7304ed08469a4bca510c0d247f4b1aca69a9)) - Fixed deferred transaction soft fail crash.([`4a8d4d2c`](https://github.com///commit/4a8d4d2c83fd864b7d3eb257805eb4a897fa13d8)) - Api_tests moved to unittests([`61dbbfc1`](https://github.com///commit/61dbbfc1dfb25719c7d290e0c8bea4abfb900a4d)) - Move api_tests and remove dead code([`02a09c67`](https://github.com///commit/02a09c67a8870d04f546155fa348be9e0577da00)) - ([`417646b5`](https://github.com///commit/417646b54240e5c3714c51a76dffa400acc92abb)) - Add fix for block still in pending([`9c8efd13`](https://github.com///commit/9c8efd13b28f61a145877124f12c13e757d0a900)) - Switch to new history plugin([`483a6fb3`](https://github.com///commit/483a6fb306c7c916b200e786439e28ada58c6d00)) - ([`cfc8d586`](https://github.com///commit/cfc8d58624fe713161467b2fe32102eadc5c51e7)) - More builtins([`5484da3d`](https://github.com///commit/5484da3d2d8f0737bd6705d167662266dc9a1868)) - Quick fix to get going with f128 to i128/ui128 conversions([`405dc548`](https://github.com///commit/405dc54809a92a678620468fe56195bdd5b9d25f)) - Undefined for i128 conversions([`5ff52084`](https://github.com///commit/5ff52084533ae6756b01b36036a9f4eb7ebdeecf)) - ([`61be8d4e`](https://github.com///commit/61be8d4e7fd9eadcfc4bbc3233a66df564acc4cb)) - Update launcher to reflect history plugin rename.([`c23b8b2b`](https://github.com///commit/c23b8b2b30e40c692372456a71b5ef964b55b9bc)) - Temp fix build by converting errors to warnings([`33f936a4`](https://github.com///commit/33f936a4663f4fa345d85656bfd880855781ef0f)) - ([`9ff2ffcc`](https://github.com///commit/9ff2ffccd45faea516e3ec2e4ed07218d3b97ec5)) - ([`8acad45f`](https://github.com///commit/8acad45fc66840ab1ab5366b528832ad531a429e)) - ([`9d678b91`](https://github.com///commit/9d678b91670b5f72343972bd3d4dd51077b90721)) - Added builtins, build fails because of slim it seems([`327845fa`](https://github.com///commit/327845fa5ee3f77d5ce9eb41479405fbbc4705cd)) - ([`293cef75`](https://github.com///commit/293cef7549468fac80766561615782ec9955a9c4)) - Clean up eosio.system contract([`5c237588`](https://github.com///commit/5c237588fc2e72b92792d5c14cfc5d56d38901a3)) - ([`bdbe5cf5`](https://github.com///commit/bdbe5cf5e20cfd2fb36f2bcc4b253201f7a96878)) - ProgressS([`d439af7e`](https://github.com///commit/d439af7e6882144cdb7229d5bca5ec91659e22bb)) - ([`f074cd89`](https://github.com///commit/f074cd899f703a818b8a74087dde711a4ab68d66)) - ([`e301b2bf`](https://github.com///commit/e301b2bfdcda45a4b89658d755a674d2bf2fd73c)) - ([`b0b3a21b`](https://github.com///commit/b0b3a21b5efe07eaec768b0e3e7e299328a0c289)) - Update to catch header file fix in appbase([`b382c531`](https://github.com///commit/b382c5317ecc0338d81ad1d2cef9ca039827226b)) - Merge feature/add-channels-and-methods-for-chain into origin/slim([`1982cda2`](https://github.com///commit/1982cda2e9d0d6da0026bf74c0285b8902ce19c6)) - Minor updates due to controller api changes; provide methods via chain_plugin; publish data via chain_plugin([`a4ef8719`](https://github.com///commit/a4ef8719baefb54fb1b6eab5e5e83abd555c3ad6)) - Upgrade appbase and cherry-pick the chain plugin_interface from another branch([`1c35c212`](https://github.com///commit/1c35c212a5395e403712dc66e26eb82ea14354ee)) - ([`5f961666`](https://github.com///commit/5f96166673bc823e82232a9bc0619c3440c2ca0b)) - ([`4f857d06`](https://github.com///commit/4f857d06776a47da15c7b9142d366bae46377a02)) - Compress report directory before artifacting([`c70895a4`](https://github.com///commit/c70895a4e5811f299313b4d7af3d8e4a446fb040)) - Update coverage.yml([`b4a72c66`](https://github.com///commit/b4a72c66d565244b4c4cac1d190b99e455d60ab7)) - Update coverage.yml([`7bd4d3bd`](https://github.com///commit/7bd4d3bd89d52c0d236756f23da2b234edce4cbd)) - Update coverage.yml([`2d0813a9`](https://github.com///commit/2d0813a922bd0cab1526d116cb30e90d3c7f6f3f)) - Update coverage.yml([`1f4f40f8`](https://github.com///commit/1f4f40f8f12bed056fe27d36bdebcaed26fa6d25)) - Update coverage.yml([`7da4a832`](https://github.com///commit/7da4a832ed54bcdd0ccf465bfd39ee2f84f4f9c9)) - Create pipeline for coverage reports([`ce1b9f7f`](https://github.com///commit/ce1b9f7fe8746f7b8a2e455b68bb7bd6306c8d0a)) - Add back in --catch_system_errors=no to --wavm tests([`855a61be`](https://github.com///commit/855a61be4328ed82f86988c3e1941c8df6b9f6e1)) - Remove limit from push_transaction to kill checktime exceeded errors([`fa390ac0`](https://github.com///commit/fa390ac04a581b1ec1aaf33fe61fe5f39cab0c91)) - Update current failing tests([`76bad0b1`](https://github.com///commit/76bad0b10e1b8795c4feb7f1e7a9f53d60c92b23)) - Update exchange tests for slim branch([`fe5134ad`](https://github.com///commit/fe5134ad0d137c228dfaee63485bea85c71f13db)) - ([`3a8e900f`](https://github.com///commit/3a8e900fb79043c279de74eee53a9699ae4a3053)) - ([`ba97f73f`](https://github.com///commit/ba97f73f85148be15dd9d8f19e482f51eea98708)) - Add Ubuntu 18.04 Build/Test and timeouts([`4329b61e`](https://github.com///commit/4329b61ee5386949ac51e3d9c44138e15be36911)) - ([`91bf448b`](https://github.com///commit/91bf448bdf017e93d767b507c89039890f46f0a3)) - ([`98006fd6`](https://github.com///commit/98006fd67f1618c1345ad42a0295862c101d63b7)) - Fix for eos #2662, reorder logic and added unit tests([`c891694c`](https://github.com///commit/c891694c6995718ee28ba33fea8cfe10e4e864eb)) - Updated for expected exception type([`fa2f38be`](https://github.com///commit/fa2f38bea0d35b976fa8b2bdefb267e9d6c1cb8b)) - Remove already moved *_wasts.hpp([`f394acdd`](https://github.com///commit/f394acdd8962f68cd604828c8646ae186a20cfd1)) - Move multi_index_tests to unittests([`3120907a`](https://github.com///commit/3120907ac33ec1ed53b42a29f4761adc51fa84d0)) - Move payloadless_tests.cpp to unittests([`66bd9c74`](https://github.com///commit/66bd9c742fa8363a3d35d6a3441e5c72aa225798)) - Removing failing tests([`e7a38790`](https://github.com///commit/e7a3879085c04f6f34e214e6924e530742ac54c5)) - ([`b216781f`](https://github.com///commit/b216781fa2871a9999ec98df3981bde0d265073b)) - ([`79b49388`](https://github.com///commit/79b49388ddf8ded2fca70f4689ad38ac3da1ee92)) - Created forked_tests unit test from libraries/testing/test.cpp.([`280957fa`](https://github.com///commit/280957fae05d8d403ccb20309764a9209e921b3c)) - Wasm_tests.cpp moved to unittests([`3340ddc2`](https://github.com///commit/3340ddc26cfad3d82cd7c05090a0cb3e4adab971)) - Remove tests not ported to slim([`c776fb2d`](https://github.com///commit/c776fb2dfbf719f1b1332a8155022fa3e175d758)) - API tests - progress([`3434cd9a`](https://github.com///commit/3434cd9a35054307db34af611310994253ff88a3)) - ([`ff02963c`](https://github.com///commit/ff02963cbd07b00e778e514b5f2678c953d733c4)) - More API tests fixed([`b7244343`](https://github.com///commit/b7244343b41738588c12c17ae075a2771bf5007f)) - Replace eager memory usage checks with a deferred check at the end of the transaction([`d88bfa88`](https://github.com///commit/d88bfa88f7ffa726b4370a16722f5ac66a9a7d8d)) - Fix missing comma([`466451ca`](https://github.com///commit/466451ca3bddd893d2f44b89b7536a292496a822)) - Add cleos, test of buildkite([`f16581bb`](https://github.com///commit/f16581bb83c6cc7ed693ab014ff44a39cd773897)) - ([`5c8f9dfd`](https://github.com///commit/5c8f9dfd200e0d487818be09fe5800ecddc95056)) - Merge commit '08cab1dcf81bd2514adbfbe88a567296443a9ee8' into slim([`f0d9c914`](https://github.com///commit/f0d9c91425cf47f30159582daed5661f7e77837f)) - ([`08cab1dc`](https://github.com///commit/08cab1dcf81bd2514adbfbe88a567296443a9ee8)) - ([`c35823e0`](https://github.com///commit/c35823e0cc0692aece42a5fe277777b5ed32465a)) - ([`9aa57f99`](https://github.com///commit/9aa57f996afe9716936fa1e979b23c85c005d087)) - #2615 fix for interrupted syncing([`5843fde8`](https://github.com///commit/5843fde87a2d3009d23b30f3aab8596de0239fb8)) - Removed non-ascii from hello.abi and hello_rc.md([`34ffe6d6`](https://github.com///commit/34ffe6d6c6a8ccac38229f2d531ed1816ae74443)) - Moved binaryen head([`d9cdfab5`](https://github.com///commit/d9cdfab539fb388c84619cda5d923387b70871bd)) - Cleaning up a bit([`5a6cc9b7`](https://github.com///commit/5a6cc9b7cea60c198a7ad9485136b7670cbf108a)) - All tests look to be passing([`8aa1bc45`](https://github.com///commit/8aa1bc451b09074ec77c607d8c445e600d0847e8)) - Changes made for call depth, still breaking a couple of tests([`0e4a8dbd`](https://github.com///commit/0e4a8dbd7171afd10605a0eae9713f63f67afe6c)) - Problem is due to call_indirect, working on a fix([`5bbb7d4d`](https://github.com///commit/5bbb7d4d07eb9f68f905dd672ac783a05c47a180)) - Still problems with binaryen([`2fee3793`](https://github.com///commit/2fee37936a12ceb7311dd69cb6152390a35a7025)) - Working for wavm, but sigabrts on binaryen([`92e71d17`](https://github.com///commit/92e71d170163535cce4fc2d9efed98957abb08c3)) - Adding injections for this([`ee619569`](https://github.com///commit/ee61956989cab6263a4e41ac2a9af49d5d1404f9)) - ([`161955d9`](https://github.com///commit/161955d9f1e8c29333a1952e90828fb59b4ade4a)) - ([`a62fb7d7`](https://github.com///commit/a62fb7d7ca5a151cfdc52543076194e3561f16b7)) - Rename coverage build target to remove conflict. Finish code coverage even with partially failing tests.([`9055022e`](https://github.com///commit/9055022ecd7cee6d9be4ed24bca6ad738f6df942)) - ([`9b3d09eb`](https://github.com///commit/9b3d09ebddfaa3eb0d1e7abec821320453b24200)) - Add additional test for non-priv account sending scheduled transaction([`bc96ca29`](https://github.com///commit/bc96ca2914e5ef005c1b496acb4b3d06337a963f)) - ([`750c9bd7`](https://github.com///commit/750c9bd7afdbecca7705890cc73c8e1e990597f6)) - Remove utf8 api([`393499c3`](https://github.com///commit/393499c361aff1c9c01693b625d9243c63e8ef4f)) - ([`4f37b2f7`](https://github.com///commit/4f37b2f7a4bb2377c0ff5c43df296fd7365b58ef)) - ([`62af4e2d`](https://github.com///commit/62af4e2d8f1f23db688f7fdfffbed8f19f3d1545)) - ([`88386a4e`](https://github.com///commit/88386a4e32a46753c30bcebdab463135ed7bda7b)) - ([`ce1c8799`](https://github.com///commit/ce1c8799abc76785a2fe59f32aee36c6598aba29)) - By default do not compress the packed_transactions created when passing a signed_transaction into transaction_metadata because that breaks assumptions made in the tests([`8ba92961`](https://github.com///commit/8ba929612cfd2146d2f996a9bd36e8118ee6c2db)) - You may only delegate storage to yourself([`f4569c5a`](https://github.com///commit/f4569c5a28352c0be0ccff02861ad40a0dd8adc2)) - ([`fbe09bb7`](https://github.com///commit/fbe09bb71cf6fbbd77cc14db1c5b454c1ef8707b)) - Update abi for system contract to support voters table([`6a962936`](https://github.com///commit/6a962936e2f44bcf2ddfdad9367b17aa2f7cdd2c)) - Cleos now sorts producers([`05df0520`](https://github.com///commit/05df0520ff7cf7d1465576bd5fc6d456a2f1e860)) - Clean up producer reg and producer info table([`831cf175`](https://github.com///commit/831cf17526cebf935798ae0368672fb20aa033f8)) - ([`540f2558`](https://github.com///commit/540f255888c88b7c36af91c0836014dde668b767)) - Add abi_serializer support for shared_ptr and now reflect failed_dtrx_trace field in transaction_trace([`e382dfd8`](https://github.com///commit/e382dfd83a78ab5c3ab5a07dc15624aa4f3b3337)) - Update System Contract & cleos([`596a27bd`](https://github.com///commit/596a27bdc5e3dada5ef206106fbb62770f96c79c)) - ([`a32852d1`](https://github.com///commit/a32852d1400d8f83c1ed081b4ae0667e52689822)) - ([`185d0520`](https://github.com///commit/185d05202fc366eceb3da10d5ecbba6c2f04437e)) - Major clean up and bug fixes (changes to resource billing)([`1fca4238`](https://github.com///commit/1fca42387d69345fffd888beebae660d9ff38329)) - Add resource limits to get account rpc call([`b0a13afb`](https://github.com///commit/b0a13afb9ea88c08c0b87bd1c28c4899d33475af)) - Typo([`09bd86e2`](https://github.com///commit/09bd86e2d3d4dc6ad33d9f5d9a2935366306a58b)) - Clarity([`ad9d17ab`](https://github.com///commit/ad9d17ab4ffcc7d12c84af71ed8d59db6230e36f)) - Gramar([`914bb539`](https://github.com///commit/914bb539e62ad0ea5c35d2b45669b676eab95a70)) - Adding exchange README([`16d97c75`](https://github.com///commit/16d97c75997a7d2b8528b4f9ec71637b988661fd)) - Get transaction works([`581aaefe`](https://github.com///commit/581aaefed2180b25ca8f218784bde328c23e8cb4)) - Clean up action history and add trx id([`9cc476fa`](https://github.com///commit/9cc476fab54d30125caf10742a143bc319108488)) - Pretty print cleos get actions, add irriversiblity indicator and timestamp([`667e059c`](https://github.com///commit/667e059cb5311ea11befa40fef9c7e2790c2fcd6)) - Catch exceptions thrown from signals([`32d55ab5`](https://github.com///commit/32d55ab5e30fbe6476d5e976277393fe49c4997d)) - History plugin now returns pretty-json for action traces([`93b9ea2f`](https://github.com///commit/93b9ea2f4cbe3854d005b47085ec29c529e202a6)) - Fix #2641 - replay and restart work([`14de9d70`](https://github.com///commit/14de9d702cf67607bfc2eadb4f7b6ecb679d6e12)) - ([`0812f84d`](https://github.com///commit/0812f84d9c423e57cddd80bef196cc5d3df525c2)) - ([`fa3dd2ed`](https://github.com///commit/fa3dd2edd642c095a9d7be9446998544a18c255c)) - Reduce max_cpu limit for trx to what billed accounts can pay (and what the block limit can support)([`c8fc0e15`](https://github.com///commit/c8fc0e15dd090214c0134128a7d589141f406835)) - Several changes:([`fa71fad6`](https://github.com///commit/fa71fad6b9899cd7caa7a1c9a38389844b3c6f05)) - Potential solution to #2641([`1596467d`](https://github.com///commit/1596467de85498a0a45c7de49e0d26ff632fe185)) - ([`d9570129`](https://github.com///commit/d9570129592bd5e80ddb7407b204253ecfb7c5d4)) - ([`4f7a188f`](https://github.com///commit/4f7a188fa457ab42e4aa8c1a6b5779d8c0fde33c)) - ([`342738c2`](https://github.com///commit/342738c2075c11d9835908fa9b4b6510b677645f)) - Don't call check_authorization for implicit transaction, i.e. onblock([`3e5e5b28`](https://github.com///commit/3e5e5b28c1967140972d2ad1c2a83875d356ee8d)) - Complete implementation of update_producers_authority (needs tests)([`d1661d7e`](https://github.com///commit/d1661d7ed77cdcdb736f3804558b59cd0c861b57)) - ([`0eca825f`](https://github.com///commit/0eca825fea4273ad7e82fb3774c0439ac79156b8)) - ([`939b3355`](https://github.com///commit/939b335595aaf67ca3d0c95c78b4b8df4e6c1964)) - ([`e6bfe694`](https://github.com///commit/e6bfe69414083361f800f2a06e885a09228af93b)) - Removing the last remnants of math api([`7a9adbbf`](https://github.com///commit/7a9adbbfcb772d1931dc402f85ac3489f72f6112)) - Console output restored in slim branch([`d57bcb98`](https://github.com///commit/d57bcb9877fff02e8530cbb6c1d87624d546cb9c)) - ([`614be263`](https://github.com///commit/614be26309d4538f8313b424eb99e55035074168)) - Send_deferred transaction replaces transactions with same id (slim branch to follow master)([`fdc7e1a5`](https://github.com///commit/fdc7e1a5d87306997dff708b8a6b8bd7db68f5e5)) - Porting over wasm_tests, weighted_cpu, net and weighted_net tests still failing([`4fafc6ef`](https://github.com///commit/4fafc6ef5ae58db09f99c4d317bd5157cd2771df)) - Identity_tests moved to unittests directory([`660d870c`](https://github.com///commit/660d870c9c9e2041597d56406e1f461edbe9ef6e)) - Identity_tests fixed([`641ca350`](https://github.com///commit/641ca350f146bd1f1a4666a6c35730d800dec2fa)) - Many fixes:([`ac2f1b8c`](https://github.com///commit/ac2f1b8c5e09cc9b6d7557676be237fc04b1bdfd)) - Fix more API tests([`0ac23b64`](https://github.com///commit/0ac23b6447a5aaec9a455d5de03d19a7067976b0)) - ([`98dea8ad`](https://github.com///commit/98dea8adfb5752e48ee19aa26babaf7c3aa43e71)) - Porting over to unittests and getting part of eosio.system_tests to pass.([`ddaf0bf4`](https://github.com///commit/ddaf0bf40d6261fc9ea03a706ee2c4c5acbb4b74)) - Changed active_producers in controller([`b9332130`](https://github.com///commit/b9332130a8fe013782b9cf84cbbdfae81b8f7b9f)) - Add action_trace to requires abi list([`4837a0dc`](https://github.com///commit/4837a0dc279a433613bfe1eba3525054d0e18061)) - Remove unused params from abi_json_to_bin_result([`f9d53dd9`](https://github.com///commit/f9d53dd9dff865c641d56aca4a33549b235250a4)) - ([`0a3d8d50`](https://github.com///commit/0a3d8d5029d101791d247863e9ff9d9b8737bd30)) - Enable limiting of delay to global max_delay configuration parameter([`380bc5bb`](https://github.com///commit/380bc5bbcbb63ab5cbbb4c16bb1bf46b879548cb)) - Initialize new producers permission structure([`0ddfc40d`](https://github.com///commit/0ddfc40df4b70d6de9bb8b4c81f11a43562c6f81)) - ([`a2a7e154`](https://github.com///commit/a2a7e1546c4233c10e2f389a976fa22945f7fbb6)) - Fixed tester([`2cf4a65b`](https://github.com///commit/2cf4a65b7b145bad0d3515414030a1aa146d2644)) - Comment out failing tests for now([`6d9696ae`](https://github.com///commit/6d9696ae747ac11d666c4116eee0b69b621e7eed)) - ([`b5901dae`](https://github.com///commit/b5901dae097b9a6771e81ecfa728e87e55c7e6a3)) - ([`26afa696`](https://github.com///commit/26afa696d442c499835c9486c0ce95ba7d721cca)) - ([`ffb64d47`](https://github.com///commit/ffb64d478af105897a17fdf2e618d85115d36f30)) - Removed chain_plugin include from multisig_tests([`bf0de1e6`](https://github.com///commit/bf0de1e67a2be21d893fcdddfacfcc274a1bc4fa)) - ([`05b3fc1f`](https://github.com///commit/05b3fc1f8fc92f7027baede1693524c6163a0b85)) - ([`2f2853db`](https://github.com///commit/2f2853db10645de4d565a420520254d11f23b44b)) - Implement action history api([`b6292de4`](https://github.com///commit/b6292de4471a818517e11dac10a5b8936f73030b)) - Move wallet_tests back out of unittests([`e6074dfd`](https://github.com///commit/e6074dfda7f9ff6ac5ffab53a8502af6a25b4636)) - Temporarily removing remaining tests/chain_tests and tests/wasm_tests to get chain_test to compile([`b5b57242`](https://github.com///commit/b5b57242ca10819a96c476d2583d23d3c89778b6)) - ([`3bb69937`](https://github.com///commit/3bb69937ce9f7217423dc57215c00dcbeb0b5044)) - ([`1122a082`](https://github.com///commit/1122a0821d5257cf048cf99921cbdee785aea7b1)) - Multisig_tests move to unittests([`60734710`](https://github.com///commit/60734710b34e3b0086201d2f5cb415e2d65d6175)) - ([`ea60f374`](https://github.com///commit/ea60f3741ede84ae2951c8aeb74326bbdf6a2e14)) - Multisig_tests fixed, transaction_receipt::scheduled set and used, transaction_metadata::on_result changed to just std::function([`03f73772`](https://github.com///commit/03f73772d0b467d793ac8636fa10afa698684d83)) - Fixed multi_index_tests and multiple tests in api_tests - not moved yet([`7b0bebfc`](https://github.com///commit/7b0bebfc2391b7691935ab0bb010123b873f9abc)) - ([`367b257d`](https://github.com///commit/367b257d8341f5785d303c1ecfeac6a254f41d74)) - Add get_producer_keys to base_tester([`eeb56ecc`](https://github.com///commit/eeb56eccf1295485680893bd610914dd2617a93b)) - Move producer_schedule_tests to unittests([`510e337d`](https://github.com///commit/510e337dd2d26e07ff079dbf5ec78494e1b35d7f)) - Add rest of recovery tests([`c3292eef`](https://github.com///commit/c3292eef88ac5ad2b6df0f2b41034b67be3eca6c)) - Remove unneeded produce_blocks([`03afe040`](https://github.com///commit/03afe0400716f839eb7b732882eab7ecf709a3bc)) - ([`5aaa685d`](https://github.com///commit/5aaa685d7901b80457d63e890962800f05af7f79)) - ([`9f8493ca`](https://github.com///commit/9f8493cacd5539edadecdc1b5f23d30c5c5d985b)) - Deferred transaction fix([`78dcb90b`](https://github.com///commit/78dcb90b33fbd31c4a6c90f78ba1a905f7b12c08)) - Clean up cleos([`4f70b255`](https://github.com///commit/4f70b2558eba7d3f77256ccdd2f3d67dafa41524)) - First two recovery tests now pass([`703cc5ec`](https://github.com///commit/703cc5ece51164d9876309dbe96a3c95a6acbfd8)) - Add system_account permission to passrecovery deferred transaction([`99677a96`](https://github.com///commit/99677a96dbf49f631ccd66aafc57b9fc018ba5c9)) - ([`eb46b677`](https://github.com///commit/eb46b677039a9dc8a8095fd8c377e6c702c46302)) - Priviliged authorization fix([`b3fe9587`](https://github.com///commit/b3fe958792e7aa796891c50c04267ff4cc470d06)) - Round expiration up to nearest second since expriation is in time_point_sec([`98588872`](https://github.com///commit/98588872d10f18ceca1aec64d6cbe852f6d5beb5)) - Add expiration and pending block time to expiration assert([`73c9b726`](https://github.com///commit/73c9b7263d6023a639bfcee4402bd70cdeaf0d7e)) - Cleos builds again([`16bc1706`](https://github.com///commit/16bc17061da49e1c271cfbdb674906197aa9ff33)) - ([`a5c4b49d`](https://github.com///commit/a5c4b49d070fcf4fbdb0aeacc91598d7fe459ade)) - ([`77e790e5`](https://github.com///commit/77e790e542512eda07129b5009726aa1807e0886)) - Fix for delay_tests/link_delay_permission_change_with_delay_heirarchy_test([`fc41d96b`](https://github.com///commit/fc41d96b53e83eae68d63b1d77e724be78943f0d)) - ([`e6672292`](https://github.com///commit/e6672292aeec09401dcdf4be0c7eae23409cf749)) - ([`130f2a9a`](https://github.com///commit/130f2a9ab3b868691cdfbc21ed37d2395f1d9196)) - Moving over dice_tests.([`5c5b8ca6`](https://github.com///commit/5c5b8ca6f5599ec44316b7ff5160afd668e2faf8)) - Started work necessary to refactor history plugin([`85d646ce`](https://github.com///commit/85d646ce59fab304137c17614629619e7c9953f8)) - ([`8866c874`](https://github.com///commit/8866c8740e92062e2cb0b562c60971dd90fd0aca)) - Restore replay([`f7b4c261`](https://github.com///commit/f7b4c2610280a90721978692a7f74509f72409fa)) - Intrinsics to return current and published time now return microseconds([`5a72a4b7`](https://github.com///commit/5a72a4b7c37c430a479ecefe4c43811b1bfab08e)) - The k in kcpu_usage stands for kibi not kilo([`35af3e8a`](https://github.com///commit/35af3e8adc843775734dd9d95dc1f0b8a02d28cc)) - ([`1a1a8caa`](https://github.com///commit/1a1a8caa3c478c52bc15241079ab92ae245f71c9)) - ([`679eb404`](https://github.com///commit/679eb4049c4c6cd8a03f495a027b9f2394433361)) - Number of tests need large deadlines([`75ba6094`](https://github.com///commit/75ba6094f62c195194e58decd1dce1d9fa5e42a7)) - All delay_tests now compile([`88c0a92b`](https://github.com///commit/88c0a92b8d69f37f736712a088119a4fb440284d)) - ([`21dfb4a3`](https://github.com///commit/21dfb4a38f5162d7fb14d935ad4cdc0ff679df71)) - Fixes for number of deferred transactions. canceldelay is still failing([`849a04d6`](https://github.com///commit/849a04d65b646de28a24fd534b708e0c80836946)) - ([`2f6d7d66`](https://github.com///commit/2f6d7d66222080b79c750563e55c466e31c04b7c)) - Working toward delay_tests passing([`4650f9e7`](https://github.com///commit/4650f9e764eb2d3f33087d6aadcf1afee260efca)) - Add delay_sec to authority([`65fc4498`](https://github.com///commit/65fc4498b6062b683c72ea5b5b226b32af7a3952)) - Add delay_sec to authority([`b4c660cd`](https://github.com///commit/b4c660cd32a3d1080459a849217bdd5b4249ce05)) - Add delay_sec to authority, rename data to auth([`77d58121`](https://github.com///commit/77d5812178a70989bf637357235b1b7d42141685)) - Merging([`66847b73`](https://github.com///commit/66847b73cf665b1d6cf0581aee4346a6e2601edc)) - Temp disable delay_tests([`049b7985`](https://github.com///commit/049b7985d6bcf896059f4f6902d6d9522c4e6f36)) - ([`bf912dfc`](https://github.com///commit/bf912dfc47ac7f766ef3fe2f1b1dd2de0aac5d70)) - Bug fixes in controller to get auth_tests/delegate_auth working([`c7da3d21`](https://github.com///commit/c7da3d218723559e7adf8ea13954869d3ef4469d)) - Progress on nodeos([`2ad69f7f`](https://github.com///commit/2ad69f7f7fbf2771bf74a690b1ba0a805d8eea3c)) - Nodeos builds again([`295e0e0b`](https://github.com///commit/295e0e0ba99970481527a821d1f786a162e7caf8)) - Change digest of packed transaction to ensure data is prunable([`215d9bc4`](https://github.com///commit/215d9bc482752f33be002abe8df84fafc561e8e7)) - ([`df355153`](https://github.com///commit/df355153a90ff314977d09c6ac966e4dfa3c0549)) - ([`b15a8911`](https://github.com///commit/b15a8911f61ed70de378afa8cf4435a6f69225a0)) - Progress on finding the cause of auth_tests/delegate_auth failure([`4d1d6bc8`](https://github.com///commit/4d1d6bc8b717c6397b294dba04bb89e800792e7b)) - ([`5d13bf07`](https://github.com///commit/5d13bf078d4a085f6825044e868af3c9c444bb43)) - Fail earlier on transfer and test rethrown exceptions of tester::push_transaction([`bb77eaa8`](https://github.com///commit/bb77eaa848518191f2456e53c23ea01150d3a8b4)) - Progress on auto-boxed/delayed transactions with partial testing([`5661b7ac`](https://github.com///commit/5661b7ac5476c6c5280d2a8bfc7fb8d81591396a)) - Schedule delayed trx([`85b71cb0`](https://github.com///commit/85b71cb01c7acf5316c0d3563718b8a1c725af77)) - ([`db612027`](https://github.com///commit/db612027daac6d78a6e7c4ac41041ff84668ce1d)) - ([`f88705ca`](https://github.com///commit/f88705caa8fe25e0511fae7809bc5bfb2af19a53)) - Progress([`d10b8af6`](https://github.com///commit/d10b8af6a450781b39b1ea3ebaf50fad3774aa5a)) - Remove current_sender from tests([`83361e6e`](https://github.com///commit/83361e6e6159a1d6bb1b5f48d2c589c2f27cacd9)) - Abi_tests moved to unittests([`d0f75338`](https://github.com///commit/d0f753382ae1d87c8809c1734b7948f8ea1f352f)) - Remove types_tests.cpp, dead tests([`f9b4200b`](https://github.com///commit/f9b4200bbc3d73642782d3ad60c5a09b86def905)) - Resource_limits_test passing([`aad70b74`](https://github.com///commit/aad70b7408dac3bd4972853cc494c0f94ae30d95)) - Add transaction receipt via accepted_block for tester([`fa208807`](https://github.com///commit/fa208807364ca74f2a87efc5eab437a65481335c)) - :get_block_in_current_chain_by_num should returns null if not found instead of asserting.([`9aa5147f`](https://github.com///commit/9aa5147fe62ac7ecbabd56e3342bba1e0f239630)) - Moving over auth and resource_limits tests. Currently failing([`c0eb7a98`](https://github.com///commit/c0eb7a98fef30045b978285b40527da0af02740f)) - Sync push now throws exceptions([`56c47bfd`](https://github.com///commit/56c47bfd25a342654979d6301949000f313ec3fe)) - Removing tests moved over to unittests([`cd59c02b`](https://github.com///commit/cd59c02be7729058b1b13fcd0ea57f44a9de1eee)) - ([`b65d1bd3`](https://github.com///commit/b65d1bd3de594c8f958a7606e11b681ea323dea3)) - Add block_timestamp_tests([`74559ebc`](https://github.com///commit/74559ebcc440699ba47865fe2e90176bcc93b315)) - Remove plugin dependency from unit_tests([`b2157180`](https://github.com///commit/b21571809e35659aa8e0b23e2dbdbdb8e1de92c0)) - Move message_buffer to fc library([`31ed46cd`](https://github.com///commit/31ed46cd1f9a2c4040d18d0f1c4f66226c5d41da)) - ([`3816e47b`](https://github.com///commit/3816e47bc3d11389960402aeabdf1f93dc622848)) - Moved over misc_tests into unittests.([`f337b44c`](https://github.com///commit/f337b44c98da2d0c40dec477437d6c98afdac9b2)) - Update for new producer scheduling([`93eca30f`](https://github.com///commit/93eca30f66fda1c102cda0a9f86421eab70348db)) - Use diff temp dirs for db([`62d4da26`](https://github.com///commit/62d4da26bab14e7faeb3bfa29304337e7d8165bc)) - ([`b63d5b87`](https://github.com///commit/b63d5b87c9922cce02f2c81f089fcf84329d2cf6)) - Add tester plumbing([`a6c90912`](https://github.com///commit/a6c90912f151343a7d328f360924e5bbd854c805)) - Add message_buffer_tests([`71c37eac`](https://github.com///commit/71c37eac8f8157c5046a238d49bcc8f4835258c6)) - Set_active_producers instrinsic should return false rather than throw([`04af31a0`](https://github.com///commit/04af31a011077205ebf61401a9ff3725a9c3daad)) - Check for invalid public keys in proposed producer schedule([`e0e812bc`](https://github.com///commit/e0e812bcfab599d804e4ad5fcc1fbe259470160c)) - Some bug fixes([`6d8d6a36`](https://github.com///commit/6d8d6a364fc97742e546b2304606a5bb2db76703)) - ([`b57e6831`](https://github.com///commit/b57e68317789249f6104e5c975750d704e480061)) - Update appbase submodule([`68c59e42`](https://github.com///commit/68c59e427d1439942d2131700095dd030df4f762)) - Add a more complicated forking test case to chain_tester([`5e98deff`](https://github.com///commit/5e98deff8767d6a1627a5ebc13c3ccc8eadea8e3)) - ([`a4d3589e`](https://github.com///commit/a4d3589e3fd4d1e334fb2e578157463c03b1e5ef)) - Use three stage process for changing producer schedule([`f8cf28ae`](https://github.com///commit/f8cf28ae8378391a1c495eb04ae4e41d6dfd6257)) - Updating forkdb with logic for bft irreversibility([`e8613c88`](https://github.com///commit/e8613c887098701a35bd373a3eb0c3b1bab62804)) - Remove chain_plugin since it is not compiling([`b77a5e01`](https://github.com///commit/b77a5e015d69d9ce8f558202ea916a5793ead2a8)) - ([`1723748f`](https://github.com///commit/1723748f4e7944d7db55ea101afd6aa37a4e2e21)) - ([`ed6a5620`](https://github.com///commit/ed6a5620c751de401b50cb17ab12a289077c356d)) - Async push transaction api([`c0d4755c`](https://github.com///commit/c0d4755cda458a15c6d4f3ab278da86c3dc3f697)) - Async push transaction api([`76775f36`](https://github.com///commit/76775f36ad324fa24c4b65ebbb15297b8c73c12d)) - Bug fix to maintain invariant that controller head equals fork_db head([`407a0353`](https://github.com///commit/407a03537f4c5f826400feb19c44a966a1c12ad3)) - Update lib as soon as the needed producer makes the block rather than waiting for one extra block([`45a410e3`](https://github.com///commit/45a410e32c77b6aefbef25d564261533d8f2a1a0)) - Add forking test to chain_tester([`902053d7`](https://github.com///commit/902053d7f522028da7be97e7e8fe6fd75c24928a)) - Update abi defs for type changes([`89c12044`](https://github.com///commit/89c12044ccf55060ca79aa41a1ef13c63d1431e4)) - Add abi_tests.cpp([`37946611`](https://github.com///commit/379466119fedf55a69864410bcda4d060d2d4b32)) - Add config.hpp to unittests([`7f9689ce`](https://github.com///commit/7f9689ce27c9c864631d1db25d12036a2bf87832)) - Add new unittests dir for moving over passing tests([`78f5da18`](https://github.com///commit/78f5da18622c49dffcbf08d4758d060bbf6e29b5)) - Do nothing in push_block if adding block does not change fork_db head([`2e77b41f`](https://github.com///commit/2e77b41fac540c07fa41ba83a23904f4fab53d57)) - ([`41bd6ee9`](https://github.com///commit/41bd6ee922a25996226783ca4e432a97935bb463)) - Third times the charm I guess (fix for producer_plugin_impl::on_block)([`c3b67cf2`](https://github.com///commit/c3b67cf25d21c119dbb0ceff72364398bc019519)) - Optimize checktime([`bf663564`](https://github.com///commit/bf663564e70a7ab51912b30b227ddb0bee32672f)) - Merge([`999a9ecf`](https://github.com///commit/999a9ecf6e8c96f0f7b5664ff867801303858bbb)) - The real fix for the bug in chain_plugin_impl::on_block([`11711f0a`](https://github.com///commit/11711f0a927f250b09d7d498d14ca5f95828ec53)) - Remove abs_slot_num([`010eb08e`](https://github.com///commit/010eb08e1b15162017519be00f19ce53a19d3909)) - ([`45c94fca`](https://github.com///commit/45c94fca8679c6ccb491ca26806f780d84b418f0)) - Progress on getting producer_plugin to compile (does not yet)([`b0e7d271`](https://github.com///commit/b0e7d2711853eac79e6912e3880908063b6d4cca)) - ([`3ea6c37f`](https://github.com///commit/3ea6c37f9022c710eb05bbf6e57cac341bf653fb)) - Move id() from signed_block_header to block_header([`1e266aa8`](https://github.com///commit/1e266aa8270c7da4cc5eec859888d36057fe61a8)) - Work toward pushing scheduled trx([`2955c7db`](https://github.com///commit/2955c7dbc82105d803729af1e79910e4ea02ca22)) - Cleaning up apply context([`7829b7af`](https://github.com///commit/7829b7affc673f9638d0adc0864706bdd9397f88)) - Move authorization code into its own class (authorization_manager)([`b72535ce`](https://github.com///commit/b72535ce4087e6164ef8c471069d7e99a412bf63)) - Progress([`805b0694`](https://github.com///commit/805b06943731d9940140d62bf1c661c45cfe6079)) - Work on reintegrating resource limits manager([`d4d27e3e`](https://github.com///commit/d4d27e3ef32627c5f0b66a3868a76f289987e0a9)) - Resolve conflicts([`fb5d34f4`](https://github.com///commit/fb5d34f4d86299bc91de94daa94aab5409a677fc)) - Add parts of transaction receipt to transaction trace and progress on fixing build([`41975f31`](https://github.com///commit/41975f31360bfa80ad4be51bc4e2c7914ccb7d04)) - Updates and Fixes to Action Dispatch and Billing([`4d9d92a2`](https://github.com///commit/4d9d92a2bfc202b085d7d697db51a76e90ec36c2)) - ([`bb708396`](https://github.com///commit/bb708396d365369282f450d9127a775d8ed40974)) - Validating extra trx info([`d52f9700`](https://github.com///commit/d52f9700ed59c1dd318867d20b42378b480152fa)) - Adding tapos checks, expiration checks, and account checks([`a80359fa`](https://github.com///commit/a80359fa116c5ad4c51c7ac694ce634c52d81f7f)) - Reorganize header files of chain library([`09801603`](https://github.com///commit/09801603484503ec6fb0c4b67713fe578267b2ac)) - Progress does not build:([`333d66a4`](https://github.com///commit/333d66a413421a554063f9a81fdd40e582a482d1)) - Remove blockmroot from being explicit, it is now an implicit part of the signed block header([`8ef9af22`](https://github.com///commit/8ef9af227f4847c5dacd93f359532ea8c1a06723)) - Account auth and recv seq number impl([`e6bb2e08`](https://github.com///commit/e6bb2e0804720fdbe76a0cb053ae623455107ea6)) - Restore but not test the fork resolution algo([`feec37ff`](https://github.com///commit/feec37ff5e21c501d0960fc19e2cbc61bf956a3f)) - Merging trace diff([`6d9970b0`](https://github.com///commit/6d9970b03bcf823c1db7bb8be6fbc58461dc27f7)) - Cleanup contract abi([`a4b1d0d0`](https://github.com///commit/a4b1d0d076cd42c4572ff21feb81f7f1e7b3adcd)) - Cleanup based on bart's feedback([`b5387e3a`](https://github.com///commit/b5387e3a7abe68bd1b3ee358c014ce13bdc24709)) - Add some transaction trace data back([`93b00668`](https://github.com///commit/93b006682041b21169a807fa2dcf729f65e79f56)) - Progress([`ada997fd`](https://github.com///commit/ada997fd64d47001edcb96da682f9cc7b4a34965)) - Restore system contract([`da211d20`](https://github.com///commit/da211d20faf14215f38cb4902c7ce25b183458b5)) - Restore apply context...([`23a995b5`](https://github.com///commit/23a995b5a75466f9880e2da1059c34fd434e11b5)) - Restore apply_context to build([`5967bc77`](https://github.com///commit/5967bc77565ebc8f1684a7e7af9dbc02cba87dae)) - Fc smart pointer as optional([`117d65b2`](https://github.com///commit/117d65b27211bb66f6ce59f7738af8d047ab0617)) - Progress([`79942e85`](https://github.com///commit/79942e857bbf508d9bfe2da2b3e549f92e683b56)) - Integrated block log([`6496a6c1`](https://github.com///commit/6496a6c14dad1ece45dc1975203fad8078e689c8)) - Using std::move([`1cba47bd`](https://github.com///commit/1cba47bdb61e3b27775072c4fba2a96401da3736)) - Progress([`d45496de`](https://github.com///commit/d45496de1c411eb709d2db534cef8633b41a8dc8)) - Progress([`50f15075`](https://github.com///commit/50f15075b1bec26887a9b58477e6e2bcf9ab12a3)) - Progress([`bdb295b5`](https://github.com///commit/bdb295b502b0e1595a640cef6a98ea887a626fc5)) - Progress([`1bbe9db7`](https://github.com///commit/1bbe9db7abcad6feac9de6bedb9fa26d4dfa1e2e)) - Adding progress([`af9cb1f7`](https://github.com///commit/af9cb1f79b6eddc73ac0df6f011417e0ccf0ce15)) - Adding missing files([`1a0e4dd0`](https://github.com///commit/1a0e4dd0198759be98d2d3da1aebdd84ca875e90)) - Progress([`bbea2a44`](https://github.com///commit/bbea2a44a7d4281573ab8d21c712e9be11a1ec94)) - Progress([`4a12a006`](https://github.com///commit/4a12a006ab77de36968f9a47d35e9859b5c39597)) - Progress([`9a5dbab4`](https://github.com///commit/9a5dbab4b643ddeb57baef3d69e5944d735d89b3)) - It builds again([`bc836de8`](https://github.com///commit/bc836de8762201862b5a846cba883683b03e2a5c)) - Progress of refactor([`a9343907`](https://github.com///commit/a93439079b805ed102bd15f372f8f9cd80ca30c6)) - ([`3489781d`](https://github.com///commit/3489781d62e5e1987264da03410040e303313372)) - Chain controller cleanup/refactor([`a35b1120`](https://github.com///commit/a35b1120feabf0fc13efe99db15f3c32cd1b04f3)) - ([`e4494ac2`](https://github.com///commit/e4494ac21cc6c370c0ab63f9affe4d5885d2ca2e)) - Progress on bft-dpos([`833bce47`](https://github.com///commit/833bce47ab69ab9917570619fe2a82afaaff76a2)) - Progress on #2192 fork database([`fedded39`](https://github.com///commit/fedded397ba4b03c817c65d2a9b419b9e1bfcd02)) - ([`c10bf78f`](https://github.com///commit/c10bf78fab92f6f7a70a6acbba06a77423d11b41)) - Progress on fork database handling for BFT-DPOS #2192([`1894ea2e`](https://github.com///commit/1894ea2eebc101702c42e4b327bf44f760109409)) - Implement producer plugin generation of block confirmations #2192([`59a3a887`](https://github.com///commit/59a3a887c4af3dc4a006d917ac1922a31c5f0c15)) - ([`91d3de97`](https://github.com///commit/91d3de972846eb65d3084923d6c1b668b227ba20)) - Add additional assert to verify permission([`26637b82`](https://github.com///commit/26637b8259fa2e14fcccb1edc31ae7e54d9b288c)) - ([`4e99117b`](https://github.com///commit/4e99117b16037c3c3873916848354fa6d3acb438)) - Remove --log-level-net-plugin debug from python unit tests([`af22a16a`](https://github.com///commit/af22a16abfc6823d94f11c80c2884f90e58951d7)) - Merge remote-tracking branch 'origin/master' into remove_net_plugin_dead_opt([`c2b5c5d0`](https://github.com///commit/c2b5c5d0fa81494a25c34c063b4a9447266705de)) - ([`4a2746e0`](https://github.com///commit/4a2746e04991c371844690b54b1aa81ba1c950e3)) - Delete_auth_test should use eosio.token contract not currency([`d119479e`](https://github.com///commit/d119479e1acf2feda6b13dbb7f8085ab63819d08)) - ([`6a55ecf2`](https://github.com///commit/6a55ecf23fc5ce5107ada13ed82f437a66ed6366)) - ([`10aead6f`](https://github.com///commit/10aead6f5a20b5df4da440cbff7ad01a39f9e3d2)) - ([`08e4a183`](https://github.com///commit/08e4a1833588c33d964f70ea8417211c76c0490e)) - ([`3b9b7652`](https://github.com///commit/3b9b7652e6d4000a6b32c114938ea180b4161ad1)) - Move itoh function to utilities/common.hpp([`8f005961`](https://github.com///commit/8f005961ca0dc930e06a552b02692759cc117987)) - ([`57e70787`](https://github.com///commit/57e70787fd7982c08beb39b1e39e3597419f6056)) - ([`731123fb`](https://github.com///commit/731123fb00b5ce09050fc032e3119ce0c7509f6b)) - Add deleteauth test cases for 2437([`03cc29e3`](https://github.com///commit/03cc29e34521fd3499308a6c50b39006250c24b4)) - ([`ce9020fd`](https://github.com///commit/ce9020fd44d0d5ea9de0ed85414a1aeddda6c6f1)) - ([`2da0f0e5`](https://github.com///commit/2da0f0e5b1fc030f8f4b0637a52770b0fb7ad062)) - Add test case for #2438 disallow linkauth for some native actions([`704c82ed`](https://github.com///commit/704c82ed1a0855ce3a6d91fa4e77e6ce3a6f35f7)) - ([`57e58fed`](https://github.com///commit/57e58fed9ef4413ccc160c6c8aa33ed76f8abc3b)) - Fix missing semicolon after merge([`a1153f4f`](https://github.com///commit/a1153f4f8537c94edcf7f771930ecd49acee11b7)) - ([`10c94af0`](https://github.com///commit/10c94af0e58d91b7609314614f606615176227ae)) - ([`737d096f`](https://github.com///commit/737d096f974d7f6c5f85f4581cdebf8fff63f477)) - Merge remote-tracking branch 'origin/master' into cleos_https([`6853b516`](https://github.com///commit/6853b5165b538eca0c8e35873d62d73f0a1740e9)) - ([`47531363`](https://github.com///commit/47531363966c25fab29168bf972eee76476a8f5c)) - Make testUtils.py use new --url syntax([`45bba2bf`](https://github.com///commit/45bba2bf2b38748d107061fd437a9b56662a839f)) - Add HTTPS support (in addition to HTTP) for cleos([`cbac9107`](https://github.com///commit/cbac9107740c60a987de73de1a4d60eec259c3b1)) - Fix CLI::App clang5/6 warning wrt non-virtual dtor([`fe6961f7`](https://github.com///commit/fe6961f7600cf8334d5eb714caf26445e00d7ccd)) - ([`66412534`](https://github.com///commit/66412534aa2dc7021af75f0f21400f91d841259b)) - ([`7d078ca4`](https://github.com///commit/7d078ca49b865049ef410b2cf3f28cc576682d06)) - Delete redundant data([`dcc9f42e`](https://github.com///commit/dcc9f42ea5beb53ada3fced3c5f979fb37d81be6)) - ([`842d0a17`](https://github.com///commit/842d0a17fe1e07f8de9029f08860089468995fa5)) - Merge remote-tracking branch 'origin/1972-QA' into 2474-action-with-no-parameters([`c06d81fb`](https://github.com///commit/c06d81fbc0f3ec49f6bda85315356294cb0f9f62)) - Change hard coded tx_mroot to programmable one([`b61e810d`](https://github.com///commit/b61e810d3dc844623f4bd7da08265896555b5231)) - Allow proper execution of payloadless actions using the EOSIO_ABI macro.([`7dfba28d`](https://github.com///commit/7dfba28dc2badd1ed73796abe4df367b154416a7)) - ([`b454000b`](https://github.com///commit/b454000b5cba1d00ac0393302fad9873c1253fd5)) - ([`e8d30f48`](https://github.com///commit/e8d30f48df956c8c14691303c81b8092f553b830)) - ([`a768ddf4`](https://github.com///commit/a768ddf4ef3311f6da5c92231d5652daa9af9473)) - ([`6d0d733c`](https://github.com///commit/6d0d733c72d7056bdc319369e1c731b99d377b34)) - Identity_test bugfix #2562([`6a9b18ec`](https://github.com///commit/6a9b18ecdf478e794ed8f21a531a4781b30c29a9)) - ([`14112bed`](https://github.com///commit/14112bed4d3b4e9daed3557cb1c0af18b303f8ac)) - Identity_test contract switched to new dispatcher #2562([`e89cc64c`](https://github.com///commit/e89cc64c911dcf1461c74b19afc4248cd488be00)) - Identity contracts split into parts: contact itself, read-only interface for other contracts, common lib #2562([`2100b555`](https://github.com///commit/2100b555883b66e25fb5907f57d523646dcaa8ee)) - Unit-test fixed #2562([`c053a2cd`](https://github.com///commit/c053a2cd09e30a0b651dedad8ed9c8e78f0f4f00)) - ([`76a413d9`](https://github.com///commit/76a413d973469fd5cd5fe830173974d6d8a4f682)) - Identity contract code copied to .cpp, tests uncommented (ifdef removed) #2562([`50146f34`](https://github.com///commit/50146f342074edb63b787c93513dd94b351ef9ea)) - ([`301ec807`](https://github.com///commit/301ec80758b2e15efb3c5212a7fc031eead29da1)) - Update README.md([`2675195e`](https://github.com///commit/2675195ef56696773d4d4eeeda35c9f1a56e52b3)) - Minor update([`bb3a0458`](https://github.com///commit/bb3a0458ab672cee484e924a14e9bc329d78d2c2)) - Updated from Matt's recent description([`f4e928d6`](https://github.com///commit/f4e928d65efa7fc28635d73accdf5b55bf0a5653)) - Remove spurious carriage returns from various log messages.([`9de2d30f`](https://github.com///commit/9de2d30f4ac369bc0ef92620328b9c15014f71b8)) - ([`8693b668`](https://github.com///commit/8693b6680aa2183f367f9813fe8e6d21be0e6322)) - ([`5abf3060`](https://github.com///commit/5abf3060734f2973567bbacdd3e8af7cc1fc802e)) - Updated comments([`e51abc34`](https://github.com///commit/e51abc34512dc724e44f5f666692d01e484aef65)) - Update get_blockchain_parameters_packed for gh#2132([`3eeba3be`](https://github.com///commit/3eeba3be62547ef0400bba85b22a20a111139aa2)) - Update read_transaction for gh#2132([`ebcbfa87`](https://github.com///commit/ebcbfa873801e6ebb83e2c58769ba10377c03a11)) - Update read_action_data for gh#2132([`0f0e8fca`](https://github.com///commit/0f0e8fca00021e55e936e1be706295fbc1d9e88e)) - Update get_active_producers for gh#2132([`3b446c03`](https://github.com///commit/3b446c039db4237c67fb50d28a3e1971a9b73bad)) - Fix expected test results for updated db_get_i64([`10ea0ac4`](https://github.com///commit/10ea0ac4d57f3f35dc2a3d73858e2f53c00a3f78)) - Db_get_i64 now supports buffer_size = 0([`59de549e`](https://github.com///commit/59de549e01e22a200d604aba443e6991a89a8cab)) - Modify get_context_free_data for gh#2132([`13172d75`](https://github.com///commit/13172d7584ce5c2b12dd7559f8e08038c72c27c0)) - ([`5d6fa52e`](https://github.com///commit/5d6fa52e3a1ef4f2111b30ea882452d07335ed00)) - Peer Review changes and other comment cleanup. GH #2257([`e4da64ca`](https://github.com///commit/e4da64ca91210b2d0124f1c8a52ed49cbde31cdc)) - Fixed to require (and report) subcommands for voteproducer. GH #2257([`2467b414`](https://github.com///commit/2467b4148b523267269d798b6e0130cde035623a)) - Added standard transaction options for system contract actions. GH #2257([`a17b5224`](https://github.com///commit/a17b52240e0b8d89bd30885620026d4b0b061529)) - Fixed tests for abi changes for delegatebw and undelegatebw. GH #2257([`95de2f2e`](https://github.com///commit/95de2f2ebf928495d1b232bd674979f42e85becf)) - Added remaining eosio.system actions to cleos. GH #2257([`5e0eddfd`](https://github.com///commit/5e0eddfd4662a362308f1ff9702f5d6decbe0315)) - Fixed abi struct parameter types, added missing structs and missing tables. GH #2257([`40b41794`](https://github.com///commit/40b417944b3accc337685e93b2f9cb81032c71a5)) - Fixed abi not matching struct and fixed tests. GH #2257([`0d3dd7e8`](https://github.com///commit/0d3dd7e8d80bfee27d9223e347e262dd84ea0426)) - Added cleos commands for regproducer and unregprod. GH #2257([`65cfa85f`](https://github.com///commit/65cfa85fd112a1b3c1d5463284c02883a44e1469)) - ([`ba489d23`](https://github.com///commit/ba489d23daf6440ec53a79824780ee3b9a76b491)) - Changed boost version verification to integer comparison([`3bb62f96`](https://github.com///commit/3bb62f96680ea91098bbde28f30f0cce59eb7c9b)) - Changed boost version in verification check to 1.66([`347caad5`](https://github.com///commit/347caad5419c2f9aec22e5934d182ebec65d2b77)) - ([`a4457c6e`](https://github.com///commit/a4457c6e0fc4b8cd61f9e9cd23695b1d30431da8)) - Removed boost from brew install and added compiling boost from source version 1.66([`5070ded7`](https://github.com///commit/5070ded7acd48857aff6ec181aa7bccd7ee9471a)) - ([`3895bf22`](https://github.com///commit/3895bf22714597247eb2a3b4386f9ee881103adc)) - ([`87c3fe80`](https://github.com///commit/87c3fe80d25ddd2abcbda1d3c3c0b2353237819a)) - ([`b8351132`](https://github.com///commit/b835113204325420f62c30b418b18515ec220017)) - ([`0c2d877a`](https://github.com///commit/0c2d877a52ca18d30b1ef64163245b5e892a87b4)) - Add buildkite build status [skip ci]([`8a80ffeb`](https://github.com///commit/8a80ffeb8e386c744ff7a7099df283c2bd25d044)) - ([`79c283ae`](https://github.com///commit/79c283ae17f29fc8d3da709701e3511b378a6682)) - ([`dead9cef`](https://github.com///commit/dead9ceff595ae0e1914b83360692d0c2b5d47ac)) - Wording clarification: shared-memory-size-mb controls maximum DB size([`cf1be147`](https://github.com///commit/cf1be147c790027528fdc5f93364ef5f913ae528)) - ([`ab867cb4`](https://github.com///commit/ab867cb40149b57a85631cf018891d69a104286c)) - Fixed build issues([`5caf05f8`](https://github.com///commit/5caf05f8b56537e456c710d1ecb1c9f468563001)) - ([`18873ae3`](https://github.com///commit/18873ae36eeec3704fd4f1663194458b9b93f34b)) - ([`d4a4eedc`](https://github.com///commit/d4a4eedcbf6ef8a3b49b6148473de2fc13e6f66d)) - ([`15cdca6c`](https://github.com///commit/15cdca6c90f0dac073d02b152ab24aa9a1e1a038)) - Allow to use higher version boost([`0c420b78`](https://github.com///commit/0c420b78acb6dda5df34361658fa3dce6c3d610c)) - ([`ba990cb8`](https://github.com///commit/ba990cb84b8268ac64168e345174d1bd46946a19)) - Comment added #2227([`bd2a7de4`](https://github.com///commit/bd2a7de48141e4d25238c653308af6952b60668b)) - ([`8f933256`](https://github.com///commit/8f933256a4babbb4ac5030f60eacede5aff75f74)) - Public/private functions separated, code-style fixes #2227([`a1ae9d20`](https://github.com///commit/a1ae9d20b5c1608ef9bca56f0a11a5ce3a78913a)) - Apply.cpp renamed to eosio.system.cpp #2227([`5c41af66`](https://github.com///commit/5c41af6614239b8d990f56c920f21b7596261086)) - Compile entire system contract as single file, native actions fix #2227([`c048b9ff`](https://github.com///commit/c048b9ffae255b3b4078f43b3353e0581b6deceb)) - Wasn stack size increased to 8192 to avoid system contract crashes #2227([`a34a6e01`](https://github.com///commit/a34a6e013e3c9710a1fba895160a7037fd82c9ee)) - ([`a6544da6`](https://github.com///commit/a6544da6dbf60b45138d37fa036d82a592ebf6f5)) - Small fix #2227([`da924a5d`](https://github.com///commit/da924a5d6330b43ea682a1aa5a3eecfcba0e90a2)) - ([`a51bb3b5`](https://github.com///commit/a51bb3b5e1acbcb74b063ec1329e0c1f905a4add)) - Rearranged system contract .cpp files in CMake to fix linker problem #2227([`a7d42b07`](https://github.com///commit/a7d42b071121b3198047c769b2aa7cc2cef71745)) - Singleton takes code and scope as runtime-parameters, global_state_singleton restored in system contract, hack to prevent llvm-linker from removing apply function #2227([`230797b6`](https://github.com///commit/230797b6cf2137a20d33bd821a47aec62ade6173)) - System contract refactoring - move code from .hpp to .cpp, use new dispatcher (some code temporarily commented out) #2227([`5cc5fcfb`](https://github.com///commit/5cc5fcfb779fe2aaa0c8650361de1a61994e6c87)) - Unit-test checking that max_delay_transaction affects existing permission delays #1902([`7982795d`](https://github.com///commit/7982795d9d9a484b0d7f45ec8b9c40c813201cf4)) - Unit-test checking that creating permissions with delay higher than max is not allowed, gdefault delay fixed #1902([`b7c12523`](https://github.com///commit/b7c12523e6d4b556232307976c6508006ecd3934)) - Producers vote on authority delay limit, eosio.system unit-test updated #1902([`ae06b22a`](https://github.com///commit/ae06b22a4085ea2a90ba8641cf44a94d8593fc86)) - ([`a72eb895`](https://github.com///commit/a72eb895aaa6fadb4f335406c216186e30b4ef6b)) - Replace currency contract with eosio.token in nodeos_run_test([`32040c85`](https://github.com///commit/32040c85562d3026cdc2dcb37d20167b3b76dcc3)) - Moved transfer_args to eosio.token([`0dbe14cf`](https://github.com///commit/0dbe14cf6d877a8fdf9b76c818b692b3275a78aa)) - Fixed txn_test_gen_plugin, cleaned proxy([`af833613`](https://github.com///commit/af83361387cfb77c4f079bd5dd2a1692677a7695)) - Delete generic_currency and native_currency([`7b1113b5`](https://github.com///commit/7b1113b55a050459bca5dc85c3940a7765314471)) - Delete token class and currency contract, refactor noop([`85abd227`](https://github.com///commit/85abd2270c22abd84c96acb3aaf20ebd13403223)) - Remove currency contract #2232([`18df341d`](https://github.com///commit/18df341dbdf90119a40ea349198ba2f86efee5fd)) - Added zlib, doxygen * grpahiz back into dependency list([`94fd9d81`](https://github.com///commit/94fd9d81c0589362cfb449c1d1743933423522f8)) - ([`10d922c5`](https://github.com///commit/10d922c571f9fc62992170845e1d757225a6c6fe)) - Added installation of graphviz-devel.x86_64([`92499885`](https://github.com///commit/92499885965892b042b0421bc8105ddb58396799)) - Added install of lcov([`ba7bf871`](https://github.com///commit/ba7bf871fbd55293c32e30195deaef4541022117)) - ([`1344551a`](https://github.com///commit/1344551a78a1e10e768a5fd6b986f84fe9295ca5)) - Separate wallet not available and not existent exception([`45d2af79`](https://github.com///commit/45d2af7976b6a255d02ba9755b1480abe2c9b9a9)) - Add locked wallet assertion([`590c784b`](https://github.com///commit/590c784b1d82cb202a714d2d9e120b6a8c507fbd)) - ([`897e2ea1`](https://github.com///commit/897e2ea1062c6f4e69a949efd85ef8da4e47f76e)) - ([`d2dc26c5`](https://github.com///commit/d2dc26c5aa921337baafaee53dfe0bbc04c47765)) - Cleaning up([`0752c9e9`](https://github.com///commit/0752c9e9900b9069d8e36b74473e6dc2e72b2a95)) - Fix index offset and modified test to ensure this works after injection([`7c6f91a2`](https://github.com///commit/7c6f91a286d618d5a6ef16fac5e5d3467fd40a9d)) - Fix start index([`88c89350`](https://github.com///commit/88c893504cd08df0bac8c912ef3ddae169115c45)) - ([`3634e6c0`](https://github.com///commit/3634e6c0997cbb466696a0f3c3ca591acc2d44d9)) - Add shared memory size option([`c6287c2f`](https://github.com///commit/c6287c2f0ade4fd22c9deab282d9971ce12b196b)) - ([`8e723fda`](https://github.com///commit/8e723fda01d3e5ab49a4edeec7898a290ef13476)) - #2475 one more bonus fix. Get rid of the num_clients member, it is unneeded and counting errors caused screwy error reports([`212e7051`](https://github.com///commit/212e70519fdd5441592bb58bdb8b68b52e7f4b3d)) - #2475 fix a couple of math errors compuing the protocol version. Also tentatively increase the shared memory size limit to 32GB.([`ce13ebf0`](https://github.com///commit/ce13ebf0142c396437c8f1486b4381f34d98fc9d)) - #2475 adding in the rest of the notice/request code([`fa58da4f`](https://github.com///commit/fa58da4fae5cc69502d821faf1768bae247d808b)) - ([`fdaad3f3`](https://github.com///commit/fdaad3f31d6976fe301c89a62b31ffcd7162c0d6)) - Don't know why alignas is failing on Jenkins([`be9ec629`](https://github.com///commit/be9ec62916e53fa9e359691e3532db5872e3a161)) - Forgot something([`af321080`](https://github.com///commit/af3210805b098307e25055bc09bce876685717f1)) - Revert alignas([`36e6822d`](https://github.com///commit/36e6822dafedb3f5d71e325b8532882bea291552)) - Merged master([`c51f5fcb`](https://github.com///commit/c51f5fcb76998acda0f44959c78583c9173a8b90)) - Removing some whitespace changes([`e6fb0544`](https://github.com///commit/e6fb054443594235e6742fb4e0419ad6a3825aef)) - Finished changes, hopefully([`15b681eb`](https://github.com///commit/15b681ebbf13051370aa051b4874ab35333a4307)) - Added usage, but will probably remove this([`aa50f34e`](https://github.com///commit/aa50f34e5379d83c82c30d891feb317741004516)) - Finishing up tests([`406bd5c9`](https://github.com///commit/406bd5c923ed329baa0214f01180542e1371ec7a)) - Adding changes to test_db.cpp([`d0d85f85`](https://github.com///commit/d0d85f85655827e2ac7882b9c2033ec862dd1b81)) - Working on tests to ensure this works as intended([`62df0889`](https://github.com///commit/62df08896f19fe9b95c001e433081ccc55183fac)) - Test changes([`c03766dc`](https://github.com///commit/c03766dc44d8f5d132b27f154b52dc62b6349202)) - Working on hardware trap problem([`8f840163`](https://github.com///commit/8f840163c4bcfcbe939eaf15c79274f6e165fec6)) - Merge https://github.com/eosio/eos into fix/require_alignment_checks([`e0775e37`](https://github.com///commit/e0775e37033b83e74f6aee89e0245136cd96edae)) - Memory tests are broken([`d914423a`](https://github.com///commit/d914423afc5df3734de6fb096fbaeba227ed5d91)) - Fixing alignment issues, need to do something different for multi_index([`c7422286`](https://github.com///commit/c742228623d299aa06bde1639984a43da690f577)) - ([`2f2c8c7e`](https://github.com///commit/2f2c8c7e3811caca178a7553192c8fe59a22576d)) - ([`fe8ab8d6`](https://github.com///commit/fe8ab8d6e50d64b2c6aba8b26652abfd3d188a62)) - Changed is_nan float128_t to do the logic there and remove dependence of softfloat lib([`c062cd30`](https://github.com///commit/c062cd3035bff2f9b953587801041e530361e052)) - Use proper implementation of is_nan for float128_t #1954([`d578d5de`](https://github.com///commit/d578d5de3fa7da83c307080bedac034c50b02d31)) - ([`d00e2a20`](https://github.com///commit/d00e2a20bfc377fc932332c9ba860fc27130e9c9)) - Register long double db api functions and strange long double bugs #1954([`480e3c0e`](https://github.com///commit/480e3c0ed623bbf32311f4ecd8ea4841e73ab4ee)) - Merge remote-tracking branch 'larryk85/fix/long_double_rt' into 1954-long-double-secondary-index([`d7fe11e6`](https://github.com///commit/d7fe11e65e9d86fc7692abc020fcb82011dc17bb)) - Progress on #1954: fixes and initial work on long double index test([`45cb78bd`](https://github.com///commit/45cb78bdcdb7ec33454a8ca1fdaf77a813747100)) - Add print support for long double and cleanup print instrinsics #1954([`8514738a`](https://github.com///commit/8514738a1378efeadff20cabb54be46e0fab6b08)) - Progress on #1954([`cb7cd4cc`](https://github.com///commit/cb7cd4cc43a2221252aa035875d804995623e94e)) - Initial work on #1954: add long double index([`206292c2`](https://github.com///commit/206292c2fb91d498426649f5be2bb3ac1a40880e)) - ([`269f084e`](https://github.com///commit/269f084e3250986df09d26e34ee5a12abbe025cc)) - Grammar correction([`1d08f94e`](https://github.com///commit/1d08f94e7e904d9b8a291d0ecbeed41ca8ebde72)) - ([`15953cc1`](https://github.com///commit/15953cc1be7a4d4ff168d0235dbaba9464033b70)) - Use SIGKILL to kill processes. Wait for kill confirmation.([`5c642846`](https://github.com///commit/5c642846bde4d18ee2cd4ffdf61bbcf7238c5c62)) - Minor log change.([`a6a44add`](https://github.com///commit/a6a44add705a3103af953a576c85e35d67608882)) - ([`4e244c0f`](https://github.com///commit/4e244c0f62a642a0197bae084e44c270b5b38567)) - Add mongo_db_plugin descripition([`1f52b7b7`](https://github.com///commit/1f52b7b7f7860e7377be8cdb4aa976016d2729ca)) - Add stop containers([`f4fb5b43`](https://github.com///commit/f4fb5b4302d287002ce1b18c87b5d1fc87816662)) - Change docker tag in readme([`59e0db92`](https://github.com///commit/59e0db92d4991db597da886966b669f20232b32d)) - Add mongodb plugin in readme([`dce63afc`](https://github.com///commit/dce63afc48c168f96d222fb5ab269e330346e950)) - Add mongodb data volume mount([`d021a8cf`](https://github.com///commit/d021a8cf1239707cec8f7e385c596722af7cb103)) - Add mongo uri([`e2ae0a5e`](https://github.com///commit/e2ae0a5e347901933dabc7355c22821c2af7626a)) - Change dawn3x to latest to support mongodb plugin([`10cd2663`](https://github.com///commit/10cd2663de9bd4fd8d6181e6979383ff93999d83)) - ([`4413998e`](https://github.com///commit/4413998ebd40fc8e42a2a08f040d47b5ea791c90)) - Update help_text with proper flag([`6f5ca6e6`](https://github.com///commit/6f5ca6e6dfac97fb12fe55092fb5c07f400b7116)) - ([`9c4bb737`](https://github.com///commit/9c4bb737b007c7d5f640e2b5ba8299c6bc3f48fc)) - Add code insight for contracts to Clion via EXCLUDE_FROM_ALL target.([`08d6ace4`](https://github.com///commit/08d6ace43ae64ecb2f3120059aab8405872a77ec)) - ([`1b20accc`](https://github.com///commit/1b20accc35ceb080de25f9e83f81f189e175e768)) - Change get_supply and get_balance to use symbol code([`a331a25e`](https://github.com///commit/a331a25e8e281f2d62bf2531d3ea8539822d95cc)) - Fixed merge issues([`aa28d992`](https://github.com///commit/aa28d99258817df095143b0ec6df07119f3d63f2)) - Put EOS symbol into common and other minor fixes([`2c218fb5`](https://github.com///commit/2c218fb5a47d50ed2c3c8bbd45b769b39b4561c8)) - Added get_supply and get_balance methods to token contract([`5459f3ec`](https://github.com///commit/5459f3ec8ed4c9f57ac905166568e5e915d65607)) - Remove my pack changes in datastream.hpp that ended up being unnecessary([`72078faa`](https://github.com///commit/72078faa45b68d091e02a8a2a8b6b029e32044bc)) - Generalize sending inline actions through templates and macros([`fb4ed919`](https://github.com///commit/fb4ed919a1d39f28f6d5ffc44efec542751307b3)) - Cleanup datastream template magic([`e875e360`](https://github.com///commit/e875e3600ac18be1fdaa049b067a2acb86450e9b)) - Update to latest softfloat submodule([`e794a92c`](https://github.com///commit/e794a92cbf5667e1b3bda7b24cb51594934517a6)) - ([`26f69d93`](https://github.com///commit/26f69d936a4a6e0ff344514d49d781039d2de162)) - Code cleaning([`757fc9dd`](https://github.com///commit/757fc9ddf4b823c8541d73dafa21c9c454c61cfd)) - Code cleaning([`01b1cd97`](https://github.com///commit/01b1cd9768603854bc0f605a02406dd5303cd224)) - Fixed warnings - #1889([`a1c38a83`](https://github.com///commit/a1c38a835d6ec3d4bc228522d871a83b7040b7f5)) - Rebase on master, code cleaning([`7bc2046d`](https://github.com///commit/7bc2046d5a55cb49cab6f24ebe0585952339079a)) - Deleted inlinetransfer and inlineissue([`8c4806e0`](https://github.com///commit/8c4806e0251c67d8746316c2d8578e40b087abe6)) - Fixed producer pay and delegatebw, code cleaning - #1889([`77cfdb29`](https://github.com///commit/77cfdb296f39e2e119a7bcd181a291ebe685c68c)) - Fixed system contract unit tests - #1889, #2231([`e6496ca4`](https://github.com///commit/e6496ca4c68b4d092e99439d36ce288ebcc9d9f7)) - Migrate system contract to the new currency - progress([`67e68c18`](https://github.com///commit/67e68c18bd86f85efb290ceae23e3baecc582caa)) - Small changes([`c25ed688`](https://github.com///commit/c25ed688ede4171d6f08ba55885cf152d39b4fb5)) - Move system contract to eosio.token - #1889, #2231([`a0b4d1f1`](https://github.com///commit/a0b4d1f150f535b1f6b9297d775f389fbfe962db)) - ([`a32ec2a3`](https://github.com///commit/a32ec2a3c381be9d3783dcee39e5846c597e87a4)) - File check for preventing spurious errors.([`b4e8443a`](https://github.com///commit/b4e8443aed010f543e3df0536dab2129b0732c96)) - Include bios node logs among nodes error details.([`0abe43ba`](https://github.com///commit/0abe43bab87a0aee8175ff023de7422e804a8c81)) - ([`fe1f00bf`](https://github.com///commit/fe1f00bfb64b333fedefb754f4059501a896bd0b)) - Use ctest instead of make test([`0545edda`](https://github.com///commit/0545edda1065dd4bf85cff8af68347f1a38de8c8)) - ([`380ec6a4`](https://github.com///commit/380ec6a49bbd67af92ddd2477f45999d934a541f)) - Add unit test.([`507460f4`](https://github.com///commit/507460f4f646255d8527188f7a11d1d968f04b4f)) - Validate expected block signee of new block #2204([`fc61a26d`](https://github.com///commit/fc61a26dd92d68ac7e55b2ea061deddcf8c88dde)) - ([`ac60626a`](https://github.com///commit/ac60626a2b1be190eadd5733b8acf7b8ee39f85d)) - Fix indentation([`a36fcb32`](https://github.com///commit/a36fcb32bdd77f1ca522f8bcd8729267907f8ada)) - Fix test issues in debug build([`d75d7b38`](https://github.com///commit/d75d7b383f2ccc7b9744c4e0459c62d0baa55ae9)) - BOOST_ASSERT is not trigger in debug build, changed to BOOST_REQUIRE_EQUAL([`dcf85619`](https://github.com///commit/dcf85619a68b3c843ada5ecf5f87b42320e3acb2)) - Fix shadow warning([`104174f4`](https://github.com///commit/104174f4fac2633c009de7773aa04a6a0f4a9723)) - Fix doxygen comments([`668a37e8`](https://github.com///commit/668a37e83f231d84eec6a3b8575540b4b08ab901)) - Fix unused warning([`8ba836ae`](https://github.com///commit/8ba836aea1779466984cae6ab29c5bb9a31137c3)) - Fix unused warning([`26b18b60`](https://github.com///commit/26b18b60b3b7f3a7ce944032e94879c3effe7edc)) - ([`7b28e59c`](https://github.com///commit/7b28e59c16a16963592bcab171766fe1e2e84aa5)) - Add GELF tags for high precision time([`b2be8605`](https://github.com///commit/b2be86055896d81fcffb88b9c992cacb3f9ddb44)) - ([`07690ae1`](https://github.com///commit/07690ae12c1b7e47438e521aafc1d41ed496fba9)) - Disabling restart with replay test as it gets a segv.([`5c080d4e`](https://github.com///commit/5c080d4e446dcacb6d7e05ae4af43596a2e83e92)) - Remove passive alive check. This may have hiden problems by bypassing dead nodes.([`3f9a7937`](https://github.com///commit/3f9a7937c4072de77e5d13a0d65171dd5eb0a318)) - Move helper script llvm-gcov.sh into tools directory. Enable restart scenarios test. Add integration tests to coverage builds. Updated the restart test producer count to 4 to continue block finalization even with 1 node down. Use labdas to refactor wait based getter methods. Explicitly track node lifecycle to improve validation checks.([`74ed23f9`](https://github.com///commit/74ed23f99ed88850da55a6a58dc04678802c753e)) - ([`b8d5158e`](https://github.com///commit/b8d5158e8bfc511d7f207a649113eef671650b6c)) - Update README.md([`f828605d`](https://github.com///commit/f828605d75c44209d9511811b2de181a7590c200)) - ([`ab5e942d`](https://github.com///commit/ab5e942dd84f7e9225ba505fa01ec2e5d1ff1955)) - Added install of lcov([`31fb8b0f`](https://github.com///commit/31fb8b0f047631c7ce4936fe8be3a5ede184aacf)) - ([`21aef47a`](https://github.com///commit/21aef47abec04278cb7ef0121a105e375f893756)) - #2475 - added config option for implicit request size, aka just send it size([`eb07b879`](https://github.com///commit/eb07b879937d024f404d240d323ad2b902d303be)) - ([`cc739148`](https://github.com///commit/cc739148c4e9d3494d1737741b33cf90a47694b3)) - #2475 - added config option for implicit request size, aka just send it size([`27c85c7d`](https://github.com///commit/27c85c7ddfe4798ae3964c620057ca7e7a2b1adc)) - ([`d3fc1e37`](https://github.com///commit/d3fc1e3756114b81b745b037e949fa00c3a70351)) - #2425 document the commands used to find the base and range values and fix the base([`54abcb4f`](https://github.com///commit/54abcb4f1d8f1252cced5a35c3fb5a5bad7aa4a0)) - #2425 remove unneeded file([`ac4be080`](https://github.com///commit/ac4be080281d5f0b9645ef06374b38674ad7a49c)) - #2425 replace the git based version number with an integer([`4e5a0643`](https://github.com///commit/4e5a06430ff46c9cf34ba94cf71c6dae331c1438)) - ([`87e9f940`](https://github.com///commit/87e9f94041fc3dde0ef9f895575ad00d60783224)) - Improvate test cases for 2195: validate exception string details([`324cccc7`](https://github.com///commit/324cccc78d2b02a5e7d62237ea30673c3b5e0b3e)) - Replace try into BOOST_REQUIRE_EXCEPTION([`ec09b3f8`](https://github.com///commit/ec09b3f88670ca23f623d1d064750f528e271fa2)) - ([`58ac93ef`](https://github.com///commit/58ac93ef4834acc43539001b03f5f71aeaf5c0ca)) - Add testcase for #2195 (security delays)([`35d0d375`](https://github.com///commit/35d0d3755d6113524bf7aab17375912cf7be22b8)) - ([`ebdefd77`](https://github.com///commit/ebdefd778a85b180655050867f0cae9cf820967f)) - Add doc for change([`68dc6861`](https://github.com///commit/68dc68613007f8dc48f7f5cb922c5019cd99e869)) - Add keosd wallet dir in the main docker-compose file([`e9a1e115`](https://github.com///commit/e9a1e11578bb34f0dcf9d31196af9d22f5136306)) - Add keosd wallet dir in dawn3.0 docker compose file([`0bd8268d`](https://github.com///commit/0bd8268db3aef02c59d06e1dbef72d1e5a6aab1a)) - Add data-dir in main docker-compose file([`75021b9a`](https://github.com///commit/75021b9af95f0dcdeb4ea92c1f6a058f17c5dbfc)) - Add --data-dir in the docker-compose file to easily find wallet and blocks in the mount dir([`352116a1`](https://github.com///commit/352116a19eadbbd68e01490a0c099b750234b215)) - ([`ad91e49d`](https://github.com///commit/ad91e49d89fda15cd673805daf0a9c267cf9d998)) - Using constexpr for lowest() #2461([`9b78cd11`](https://github.com///commit/9b78cd11140b90569c4e1215e42d7e101151b0dd)) - Remove unnecessary \ at the end of macro and clarify ambiguity in get([`eadbb65b`](https://github.com///commit/eadbb65b923e8fce277c873fb982bf4b0e2fa274)) - Make multi_index::index lookup functions consistent with the rest of the lookup functions in multi_index and further cleanup([`1ab81826`](https://github.com///commit/1ab818265bd5995546860a068d41e9b9fe668eb3)) - Also some cleanup in multi_index.hpp.([`595fcb23`](https://github.com///commit/595fcb23c9a3043a8c34e12017bf5657b24d1f02)) - ([`c022f8f9`](https://github.com///commit/c022f8f98dc0f3244656a92161cf5fcb30bea502)) - More optimized producer_r1_key test([`755fbb73`](https://github.com///commit/755fbb737821d07f7c27d3f168a2b5156267f86d)) - Add unit test to verify producer can produce block with r1 signing key([`2961e1bc`](https://github.com///commit/2961e1bcdbd96131addd4c3dd96f3fb94efcdf1e)) - ([`004d6410`](https://github.com///commit/004d641088d640b8d6b11e0af5c4b4dd8af4485a)) - - Fix crash when calling get_currency_balance([`cb8b9c18`](https://github.com///commit/cb8b9c1893467e63e0c638fedddf0a6157b5e2ab)) - ([`0a04ff86`](https://github.com///commit/0a04ff86a6b8ab97a76dce4c9846a9f5c7b0b274)) - Fix word mixup([`a9416fb1`](https://github.com///commit/a9416fb1c4bc1504f0ecdd90e8a3d6cbd271c822)) - Update the http_plugin to support HTTPS([`7e7bc95f`](https://github.com///commit/7e7bc95f47a154d595cb686aed0dba0dc0ff72c0)) - Add ec_key wrapper to fc's openssl.h([`60d92bbd`](https://github.com///commit/60d92bbdba56e8723e55e417e14916d086670cc4)) - ([`5091c51e`](https://github.com///commit/5091c51e4a9667c580aec15863e1865d600f98f6)) - Remove need for idx_double_nan_setup to have cleaner tests #2460([`f05a40eb`](https://github.com///commit/f05a40eb017acab2e8159a4523c699ad1fa1df73)) - Merge remote-tracking branch 'origin/master' into 2460-disallow-nan([`a76f7a0b`](https://github.com///commit/a76f7a0bab1c395445ce3a12986c2af6121c3ac7)) - ([`e17fc27b`](https://github.com///commit/e17fc27b47cbbe27c741def3514b44247db8eae4)) - Build failures([`3b5e1e40`](https://github.com///commit/3b5e1e402a3170734d643d25037793aadf576123)) - Moved some functions and added isNaN for f128([`86ed072f`](https://github.com///commit/86ed072f191cdf4e0939e5d67892c5fb0150c296)) - Fixed missing compiler rt builtins for long double and added softfloat changes([`033bc051`](https://github.com///commit/033bc0511d1975a28ea26595ef59c17792969c2d)) - ([`5bc0a459`](https://github.com///commit/5bc0a4599b09b516c14a570f906ff112bc452190)) - Changes for Buildkite([`26e699e7`](https://github.com///commit/26e699e744413b8f0f3000a392845e0e4eb77247)) - ([`09915ef5`](https://github.com///commit/09915ef59f4137bbb733694aa643aa7d4c2f6bdd)) - Added check for perl installation before install lcov([`3136f98b`](https://github.com///commit/3136f98b507b71677c4bef6b3de4b636157adec7)) - Merge remote-tracking branch 'upstream_eosio/master' into eosio_build_lcov([`df37506b`](https://github.com///commit/df37506b4616df69099b502ca006f08054357a7c)) - Added dependency lcov to darwin build script([`2ed8e6fe`](https://github.com///commit/2ed8e6fe2321d0e458f3ac763e10fad7e791b7b6)) - Added dependency lcov to amazon and ubuntu([`24542823`](https://github.com///commit/2454282317eff22177284df492723c1dd12d3812)) - ([`355e624b`](https://github.com///commit/355e624bf8e97a563caf2df5793bbb8885ebebd1)) - Code cleanup #2454([`2851197d`](https://github.com///commit/2851197d1a8e89267a430bb599b841f7b55eac93)) - #2454 add a check for old version based on git commit id([`2c8a55a2`](https://github.com///commit/2c8a55a27396c20e38e08b98c01bba7d8624d996)) - Check if floating point key value is NaN and add related tests #2460([`f2abecee`](https://github.com///commit/f2abecee3318ff2104d1ef0c6b47f9ad460ebb90)) - ([`20866696`](https://github.com///commit/208666963d3dc5e8369b46c8e00383c3c81cefdd)) - ([`b86857f0`](https://github.com///commit/b86857f05e1af03bbda60f54b818dac069fe88ab)) - Construct transaction as a structure instead of json #2163([`c63f86de`](https://github.com///commit/c63f86def9f068f11252d6af07df21465e59b3dc)) - Proposal expiration parameter added, 24 hours by default #2163([`347d9062`](https://github.com///commit/347d90622ab6fd2828b6fa7b341942787c70082b)) - ([`ddebea2f`](https://github.com///commit/ddebea2fa35cbcded6ca4b5836253244f6632832)) - ([`6a44179c`](https://github.com///commit/6a44179c13c956a2bc8e2c6a783951368647f797)) - Cleos multisig cancel #2163([`1779c06f`](https://github.com///commit/1779c06fcc6df4bdc4db1fc10f6b107c59855344)) - README.md for eosio.msig with cleos usage example, small optimization in eosio.msig::cancel - unpack only header to check expiration #2163([`5b1e242d`](https://github.com///commit/5b1e242d80ef100c4586bf5caa84dfd8fe384053)) - Small fix #2163([`8b0ad0ac`](https://github.com///commit/8b0ad0acb1a984f1d7ee298ee7c3640bdc7050c8)) - Set transaction expiration in multisig contract before execution #2163([`9b8f43c5`](https://github.com///commit/9b8f43c532cb4f44e34d881056d9a07e3e2d0872)) - Multisig approve, unapprove, exec commands #2163([`b29c1eec`](https://github.com///commit/b29c1eec42c42a80ea65752cd4094bffece722d9)) - Multisig review temporary fix #2163([`3903cb04`](https://github.com///commit/3903cb049f8f712c2724f4ac3425b3852692251a)) - Multisig review draft #2163([`c2b625a9`](https://github.com///commit/c2b625a9e459c0776d19bf353a481f026142995a)) - ([`681ff890`](https://github.com///commit/681ff890686f16b484fed17d90c190714a560a6b)) - ([`43f4fd0c`](https://github.com///commit/43f4fd0ccb279ab184537982b210cf356c573eca)) - Propose command in cleos works (but doesn't allow to specify requested permissions different from transactions permissions) #2163([`9a2b29a6`](https://github.com///commit/9a2b29a6b4da6af5aa6ff6573d6f9264ef97587d)) - Propose action command in cleos #2163([`1939a7b5`](https://github.com///commit/1939a7b54623da22849890529b269025b0a3e7ce)) - ([`06f6d427`](https://github.com///commit/06f6d42796f79c9f9ef42d114b4574cdb45730f8)) - Multisig in TUTORIAL.md #1030([`31091093`](https://github.com///commit/31091093379a33b3aa6db05aa4362ed77f9864a8)) - ([`13effa55`](https://github.com///commit/13effa553a34ca689b6e8bd6d5818baa4a095220)) - Reduce number of loops and improve test case performance([`d6246668`](https://github.com///commit/d6246668609f384df0f6e222854eb0a0e70fbc57)) - Created unit test cases for 353(DAWN-472) for ram_limit, weighted cpu/net limit([`c85e061d`](https://github.com///commit/c85e061d53aabc889b5be947a51bbf087de1bcd0)) - ([`5e47cbd0`](https://github.com///commit/5e47cbd0cabebf19d83a5d1746e1a3cb91c2b824)) - Add docker-compose-dawn3.0.yaml([`cbc50d5f`](https://github.com///commit/cbc50d5fb75e6e1924d628835ceb31b9a6d7b6a4)) - Add dawn3.0 docker setup README([`8b2a21ab`](https://github.com///commit/8b2a21ab1f83cfda2fc1e23fa017b40aff4c0256)) - ([`e491b6c9`](https://github.com///commit/e491b6c9b9614aa037ad301184db9057e0e212bd)) - Retry asio::error::would_block, ignore all other exceptions in send_to([`1dc2b838`](https://github.com///commit/1dc2b8389cec2d6de22ae5e2bb21b8665214756f)) - ([`d5189ab6`](https://github.com///commit/d5189ab6dea40df7939327050981f855da9499a0)) - Ilog network version in hex with less alarming phrasing([`072f91df`](https://github.com///commit/072f91dfff205562ed3388a4d19308aa590449f8)) - ([`c842d2d2`](https://github.com///commit/c842d2d28e80e538c6c116d7ef8fd2a5836696f3)) - Optimization for string. GH #2350([`c3e6cdc3`](https://github.com///commit/c3e6cdc3040ac11a43d0bd88ad45e7ec201fe72d)) - Peer Review optimization requests. GH #2350([`c200c0a9`](https://github.com///commit/c200c0a9cacbed850f3cd76cddf9f1b21e678c22)) - Removed action::current_action_data and PACKED macro since all actions are packed/unpacked according to the abi definition and cleanup of tests. GH #2350([`a78e41f1`](https://github.com///commit/a78e41f103e47c85f4dc96c1dae6a073efade9f6)) - Changed fixed size type T v[N] to use format similar to std::vector, so that abi serializer can serialize both types the same way. GH #2350([`2164df8b`](https://github.com///commit/2164df8b666555395338279f1c6f5e03e724afa0)) - Fixed fc::array pack/unpack to work for fundemental and non-fundemental types. GH #2350([`50ceb9c7`](https://github.com///commit/50ceb9c719b0182e4a87001eac722bd7e2d162ad)) - Removed ambiguous datastream operator issue. GH #2350([`60b3b783`](https://github.com///commit/60b3b78355c300f5988b6b7146610627c4920f38)) - ([`6a491531`](https://github.com///commit/6a491531322ca8a78bdd293b50089c9159a85b14)) - Add Buildkite pipeline([`08734161`](https://github.com///commit/0873416196b7d579cc41cd9a1678ae46ccc03011)) - ([`6dbdf6ab`](https://github.com///commit/6dbdf6aba531e4722fd67059d137fc8bcc5b6c84)) - #2434 Changed return type of char_to_symbol(char) from char to uint64 to reflect its usage([`1ed548f1`](https://github.com///commit/1ed548f198c11e0054e1ed633d2a01ab0348eb29)) - ([`941558f4`](https://github.com///commit/941558f47b4a124095558abea5aa82169f34e259)) - Dice contract:([`93d5f971`](https://github.com///commit/93d5f9718ed68fe7fc139529459aa307a9d8c406)) - ([`aeb52052`](https://github.com///commit/aeb5205261ab91ba6485049b6ec654f1c053233f)) - Fix broken symlink of mongodb([`1aceb644`](https://github.com///commit/1aceb644cf06364eb1adff8bf8620aca1c6c9100)) - ([`17d61bca`](https://github.com///commit/17d61bca31999b54b970382cc8472026979c69a1)) - Remove set_tapos declaration([`4e7b109b`](https://github.com///commit/4e7b109bd84aa8bb67c53bee2c39c1f3e6f1015b)) - Restore OOB table unit test([`ec9b9fe5`](https://github.com///commit/ec9b9fe508b43e9392e2c6cbae8786ec6d0a5d04)) - ([`27ba4a6c`](https://github.com///commit/27ba4a6cea697274fbff07caddb9f7d3df550f0a)) - Fixed grammar.([`51ea2627`](https://github.com///commit/51ea262771943ea8128318413e74b7ef9c3c6c8d)) - ([`c195d5d1`](https://github.com///commit/c195d5d19b3e0e0b68582d3b3ca258a832473646)) - #2434([`a12a3239`](https://github.com///commit/a12a32390e2b0192c263f98df05b6f0e2c51c4f6)) - Refactored string_to_name(str) in name.hpp([`39865349`](https://github.com///commit/39865349aea94371b2fb14ab7e00c074453e342f)) - ([`814cee64`](https://github.com///commit/814cee64fb01837e7625def4b8c0a15e0d7e83e0)) - ([`de4540c0`](https://github.com///commit/de4540c0a14e643e82ca4cea24b240626045804f)) - Changes to canceldelay to fix #1994 and additional tests on canceldelay([`7826fc42`](https://github.com///commit/7826fc4296461c51ae8135443df5327d76dbf530)) - ([`de6e11e9`](https://github.com///commit/de6e11e91f4cae123b7f55509b75ff0a4decd5b0)) - Fix typo in eosio_build_centos.sh([`2e4899c1`](https://github.com///commit/2e4899c16e272e961e452696f86b2cb3c400d5c7)) - ([`0c4357b1`](https://github.com///commit/0c4357b1b996b835682a12f3280029422b5f8e1c)) - Reduce get_dynamic_global_properties() call([`87531e4f`](https://github.com///commit/87531e4f79faf562bc608a7ea7cb14f3a11208a8)) - ([`2a774eb5`](https://github.com///commit/2a774eb5e60faca56712a587496787aff3d7730d)) - Trying to fix vector_base_common problem([`45b58236`](https://github.com///commit/45b58236cff57d10926ef77ddae43c57c4a0b65b)) - Fixed abi test and changed warnings([`bd6ba1c5`](https://github.com///commit/bd6ba1c516d27823fddf4b4dfd56bbc6eaa0f909)) - ([`b6e3f66c`](https://github.com///commit/b6e3f66c2a51d784c440b26d7b0ee5ad8b5040ff)) - Removed whitespace changes([`f66224af`](https://github.com///commit/f66224afde64dff2755bdc9100c51156d648951a)) - Changed clause decl([`924d6642`](https://github.com///commit/924d66424bbaa80d79272a1d787abc71f16f4f0d)) - Finished abi_generator([`4371f1d9`](https://github.com///commit/4371f1d965e0c68a3e5c3c6c91e8f9ce567da974)) - Added clauses generation in abi_generator([`7d820fbb`](https://github.com///commit/7d820fbbfb7286e11d2ebd6234b29f27fdf4999f)) - Starting to add integration to abigen([`eeede040`](https://github.com///commit/eeede04017ab40ddee37a23b3a1ad6b7214f6143)) - ([`0ca7d7a2`](https://github.com///commit/0ca7d7a2e2c9dec2dd3e541419a42817059e095b)) - Fix failing tests that were using tester::get_currency_balance.([`14d714c7`](https://github.com///commit/14d714c76d6ebdba9b60dc3d715d7e100b2037b3)) - * Enforce max-supply([`39af9f87`](https://github.com///commit/39af9f87877cb2c1d64e34013f1dcf3a1354f4ca)) - ([`4ec2c52b`](https://github.com///commit/4ec2c52b4326be772a6022d0499bfe770a6e2e73)) - Forgot to remove one include([`243830f7`](https://github.com///commit/243830f7a12213d1e035a1fd5aad55a6d409f122)) - Cleaning up somethings([`1fe0031e`](https://github.com///commit/1fe0031e7b17cf43afc19930224e181309ddab37)) - ([`d9edcfdb`](https://github.com///commit/d9edcfdb64b089684e89bbec960b7c6504719560)) - Finished test case([`135e43e6`](https://github.com///commit/135e43e613fe3c155e0b203619c871ef1175f530)) - Crafting blocks to fit scenario([`5777896f`](https://github.com///commit/5777896f79a92ca1fb71266b0833931cbc5e2394)) - ([`2b25367c`](https://github.com///commit/2b25367c37655f7e6da6f2495fe4e6b6ad9f90e3)) - Add exception what to the thrown connection exception([`26bd5846`](https://github.com///commit/26bd58469ec751745a872fb6d33a4142607c3128)) - Fix error message for refused connection not displayed properly([`56985e41`](https://github.com///commit/56985e41304d79f0ee87de8af587595968a03a36)) - ([`41ea5d97`](https://github.com///commit/41ea5d972c8a71b81154ddfe0ab3bcb48428f725)) - ([`4f39e267`](https://github.com///commit/4f39e2673e3810a80df53a3383e491404127d961)) - Added var and caculation([`00fc6895`](https://github.com///commit/00fc6895eb57d1aef817dde4b2214b65cdceff94)) - Added print_instructions to darwin build script([`1c6d30c9`](https://github.com///commit/1c6d30c94c24643f02e7d9c9797a84c387221b19)) - Merge remote-tracking branch 'upstream_eosio/master' into eosio_build_verify([`5d4fd13d`](https://github.com///commit/5d4fd13d905a0fd90817cc3963b6e586a5f1643f)) - ([`16e5d16c`](https://github.com///commit/16e5d16c621de69d792c4cfc916c6a1567c15006)) - Added variable and calculation([`188794d1`](https://github.com///commit/188794d1f1fa9d0b43712275401596cbdb0d345c)) - Added instructions function to ubuntu, added JOBS calculation to make -j on ubuntu([`9b2b2a8d`](https://github.com///commit/9b2b2a8dccc18d6a25fef23878af269b180da198)) - Added instructions function to centos build([`e6446097`](https://github.com///commit/e64460970bb81e377284aae0c85b0facd1bc520b)) - ([`48578c55`](https://github.com///commit/48578c55256a408b2e6d2533ec19a7c15e2695ff)) - In coverage builds pre-check for llvm-cov([`b5bf1570`](https://github.com///commit/b5bf157008b4e8b733096742c8df910b75f67c38)) - Remove log-level-net-plugin option compeltely([`bc47be4b`](https://github.com///commit/bc47be4b19e04f01e1dc0ec1257327110514e944)) - ([`1a3584e3`](https://github.com///commit/1a3584e388e9ba7a3579977dd59ec2de0b82a4fe)) - Modify net_plugin's logging initialization([`79c516ae`](https://github.com///commit/79c516ae5b3ad2ff049111c8dcebf06c0a38528b)) - ([`ded96faa`](https://github.com///commit/ded96faa559cf5cca8d07c9bf22f680220594ac1)) - Fix UDP double tap in fc's UDP send_to fast path([`9224efea`](https://github.com///commit/9224efeaa8e47a124996c8e8f849ecd1eb85b224)) - ([`85d6fe40`](https://github.com///commit/85d6fe404e6b21ee72724e2e7e123cbccb1970c5)) - #2406 address review issues.([`f1d26a6d`](https://github.com///commit/f1d26a6d1b6ae2bce65751bebd85098ecf79b356)) - #2408 first pass at improving error handling([`c6977514`](https://github.com///commit/c69775144fdf7b940742ff2c85e9aaaec58dd60d)) - ([`9a1f307b`](https://github.com///commit/9a1f307b818117f0e36306747815969c7db5ad9c)) - Removed unused header([`041abe36`](https://github.com///commit/041abe36984aa41b3aa2cb4db510269492604e50)) - Add a configuration for the "lag" off of the head block for the reference block for generated transactions. This allows us to test Tapos to HEAD and tapos to LIB as well as many other options([`9364954a`](https://github.com///commit/9364954a492105741bd874ecbcc91157dac471a3)) - ([`d8a265e0`](https://github.com///commit/d8a265e0ad43f994ac4481e54d5218923c377d76)) - #2390 only start syncing on a notice from the peer, and reset the state if no peers available to continue syncing([`e0904489`](https://github.com///commit/e09044895a2435d042eef8fb8c7beb15d7ba713c)) - ([`07cc1e85`](https://github.com///commit/07cc1e85aacfaf741f0bf68098921ead2d657941)) - Add unit tests to code coverage build.([`932b2dfe`](https://github.com///commit/932b2dfefa11f70d08ec5c210204072bdd855750)) - ([`74a4c7a0`](https://github.com///commit/74a4c7a04d651688d63d958c27fb57b5d9ae01fb)) - Don't call backtrace() on WASM fault in WAVM([`1ed99811`](https://github.com///commit/1ed99811ed029160aed4582a679741e560a162a2)) - Use --catch_system_errors=no for WAVM unit tests([`0dc8244e`](https://github.com///commit/0dc8244e326c71285577c940356226a2b6b9125a)) - 1824 fix memory wrapping bug and add unit test cases([`4fbe9671`](https://github.com///commit/4fbe9671df7c0f80d23ff9432dd75dcdaa316340)) - ([`db674a7d`](https://github.com///commit/db674a7df1ed8120f60a53371fa43f9465057074)) - Elemtary OS support added([`282b3edf`](https://github.com///commit/282b3edf556fd721266b0e6532eeae0052024d3f)) - ([`b847e32d`](https://github.com///commit/b847e32d222b6c3c1a05f45dd6c92d3f81f6c99e)) - Removed whitespace change([`356651bd`](https://github.com///commit/356651bdbfbd58c5ca768848e54509adf57c917e)) - Fixed initial abi for system account([`3a624127`](https://github.com///commit/3a6241277fa0a51d706faceb305bee39a909261e)) - Merge https://github.com/eosio/eos([`d26dc93d`](https://github.com///commit/d26dc93d2cbb4904631f2272198c23baa9728bbc)) - ([`410501a0`](https://github.com///commit/410501a0aa7894a1e71697d1b4c02618c29df026)) - ([`b52d3255`](https://github.com///commit/b52d32550c12e033e51216179fbfa635383a5114)) - Added version check for boost and update boost with brew if needed([`21f32a0f`](https://github.com///commit/21f32a0f3d3c518b6e106255ebb2c590057d2098)) - ([`d2278238`](https://github.com///commit/d22782389a0725e685ee7ac0300157e39272a621)) - ([`07675d86`](https://github.com///commit/07675d865a1e4b0ff1374c39d805ce3a3c102460)) - ([`2cec2b69`](https://github.com///commit/2cec2b695f3b63649fd807f3c1f60c971214e1b0)) - Update resource_limits_private.hpp([`bf87cf09`](https://github.com///commit/bf87cf0999574c84dc9e6c6b8d1eb509dea7fb51)) - ([`4c10d6f4`](https://github.com///commit/4c10d6f468ebf05bf5aef22a4fb4c30ce29c1ac4)) - Also validate threshold > 0 for #2284, add testcases([`8367797d`](https://github.com///commit/8367797d82a49fa52b0916d9a09b816b6143ef0b)) - Renamed clauses to ricardian_clauses([`77110fa4`](https://github.com///commit/77110fa4e721b89fd1769333a23db94a75c7f082)) - ([`aa4ae921`](https://github.com///commit/aa4ae921c80f1bf7baaef59f9c34aeb067243c39)) - Added calculation to centos build script([`80781686`](https://github.com///commit/8078168640ab4fc852ed3793c4a3aff0848d79ed)) - Changed min ram requirements to 7 gigs([`2b4302fc`](https://github.com///commit/2b4302fcd162fd6846c41aec63f5fc6c61ea478c)) - Added MEM_MIN=8000 to eosio_build.sh([`57c476cf`](https://github.com///commit/57c476cf5a58847545917f2f39a504cfc66fa43b)) - Changed memory requirements for darwin([`cae71f12`](https://github.com///commit/cae71f12a97a2ddb7aa3a1fde21ce374fd17c381)) - Minor changes to darwin build script([`401df868`](https://github.com///commit/401df868a1a5dd12cf6a67e0878b93165ca17a8d)) - Added network call response checking, boost version check and numerous other clean up changes([`c620f0d5`](https://github.com///commit/c620f0d56feae46420725f6a296189d4f2440d51)) - ([`92b8ca92`](https://github.com///commit/92b8ca92268bb8cbd2ecee7a4a7ff4bd4b4dc3a1)) - Added centos linux condition to python test script([`00e0e259`](https://github.com///commit/00e0e259ca942b12649e09d71e54140c88ec6811)) - Changes([`1a010051`](https://github.com///commit/1a0100519cb9e8d3d5abfb65d71c3b0ddf39eecf)) - ([`f718e7ce`](https://github.com///commit/f718e7ceceaaeb23bae9b72badf103b10518e973)) - Add unit test case for #2193(double billing)([`27ba3f3b`](https://github.com///commit/27ba3f3b0483093b7616125d8e4b3a4c327fd023)) - ([`576aef8d`](https://github.com///commit/576aef8d0509b30184d6a820bc622d26fa307789)) - Wrong README([`b8a54c36`](https://github.com///commit/b8a54c3628553407917236af57a519b5f77e07ad)) - ([`acc8e346`](https://github.com///commit/acc8e34645f6ac742dc386304a07c8cf0679a049)) - Error out when no .git directory exists([`9b537cca`](https://github.com///commit/9b537ccabbc0611b82c3d3ad60700c4904aa4f2e)) - ([`841fc24c`](https://github.com///commit/841fc24c0572ac9440a6502982ce9997b39e5f8e)) - #2211, introduce block number as a criteria for purging old peer transaction and block state data.([`05dc1ef0`](https://github.com///commit/05dc1ef0b351af07dab46c960ca44c2004786eb3)) - ([`6102d7bf`](https://github.com///commit/6102d7bfbac4d24c1acf7000f9ab1751c80f66ac)) - Fix nodeos tests to work on arch linux([`57a238b0`](https://github.com///commit/57a238b0f4aac4b4f81df22c46491499e88967fd)) - ([`96ee0325`](https://github.com///commit/96ee0325cc925ff3e90f865ebc72b01341196e08)) - Fix txn_test_gen's nonce generation (again)([`33c584e5`](https://github.com///commit/33c584e572afcf66336a358ba4d6b015fd8076df)) - ([`9fe59e72`](https://github.com///commit/9fe59e72f7e5871753577e28c1dc24641cabaffb)) - Verify authority is specified #2284([`f84bec2e`](https://github.com///commit/f84bec2e85a378fcfdbe8a2b67c59a323d7c7dfb)) - Add test for no auth on newaccount #2284([`bb618846`](https://github.com///commit/bb6188468a5a7cd540f44de50bb1dcedd4dee087)) - ([`2a801a0b`](https://github.com///commit/2a801a0be1a959607c87cfa83c7f83849403746d)) - Switch to billing each distinct account #2193([`29502491`](https://github.com///commit/295024912b718ebc327e76c0999dac6ed2e81dbb)) - ([`e578e56f`](https://github.com///commit/e578e56f4588dd71890cb1930fcb17dfa266fa65)) - Added check to prevent sigabort in net_plugin #2324([`308c52a9`](https://github.com///commit/308c52a9adc380dc9563b0000da434c52908cc6f)) - ([`a53fac20`](https://github.com///commit/a53fac202e8cab64aa59814191c600bf437ef2b6)) - #2321 addressing the spam storm([`5b12cab8`](https://github.com///commit/5b12cab832c7155a2500ff432edbd2d14ef6918a)) - #2285 follow up to earlier commit. Remove dead/commented-out code.([`a2a7329e`](https://github.com///commit/a2a7329e0f3780995cc3d98b21da7a75dbfd56d0)) - ([`1332f9f6`](https://github.com///commit/1332f9f66e2f2af8a2b1ade62b2a6ffc1df78d3b)) - Simplify generating doxygen files([`9f1ef70b`](https://github.com///commit/9f1ef70b3e47313a4b0e88e109fcc31e96eaf2cd)) - ([`f5cc977a`](https://github.com///commit/f5cc977aff4c599e240ea3fb47d3e6f73fb7f9af)) - Set reference block to last irreversible block or user defined block([`f4591ac6`](https://github.com///commit/f4591ac6ddbf125a666189fb8020cbf1e5a4476b)) - ([`d962b101`](https://github.com///commit/d962b1010ce504e78a03354e320260b84d7cf2fb)) - Correct cleos eosio ABI get for nonce([`92357380`](https://github.com///commit/92357380d131bf5c89c94c7403a2186c642fcee6)) - Fix nonce usage in cleos & txn_test_gen([`d9d5e417`](https://github.com///commit/d9d5e417dc5af4d5502266ab26e186e49636b9be)) - ([`e9cfc949`](https://github.com///commit/e9cfc94936f3d55d2f5cbfcaf2d563553f4973dc)) - Same vector size fix in another function #2301([`1bb05a0d`](https://github.com///commit/1bb05a0d9e06d215b5eb68083026b49477a82a65)) - Memory corruption fix: resize array to write size #2301([`81e2a003`](https://github.com///commit/81e2a003c9bea258482df47362cc0267816b0757)) - ([`61c963bc`](https://github.com///commit/61c963bce8d259254205ae43eaf38f577d512774)) - Allow popping back to null, this is the initial state of the fork database and if you have overly aggressive test cases that do bad things on the very first block of the chain, we can and should pop back to null([`8b1d709e`](https://github.com///commit/8b1d709e4c33ed5f7b2d9fa5b4431e8c61f104b8)) - When a block is added to current tip of the chain and fails, clean up the stale _head pointer because in very rare and strange cases its used before the next valid block comes and corrects the mistake([`b6b2e695`](https://github.com///commit/b6b2e695d9d306a4c3912a8e982a8e30177cf00c)) - ([`8880a92e`](https://github.com///commit/8880a92e8f78e18594748548824e730683e64ea4)) - Check git submodule status before building([`7818a343`](https://github.com///commit/7818a34341e3c05a5d3bb7559abe59f9d282e140)) - ([`cc3f7a36`](https://github.com///commit/cc3f7a3611b1f1d554bf9bd1e4bf1fe7e5cf1cf6)) - GH #2198 Bring up to date with submodule HEAD.([`56dc3572`](https://github.com///commit/56dc3572a803458e1b98847b64ddc0dfe6246c01)) - ([`1420135e`](https://github.com///commit/1420135e35ec18c394a1c8e79aa415e51649a853)) - Fixed typo in version check for boost libraries([`c234986b`](https://github.com///commit/c234986b39b3128b08fa9ce50ebab95ec108ee45)) - Added error checking to all curl HTTP requests and all git network requests. Added version checking for boost libraries.([`bfc70ca1`](https://github.com///commit/bfc70ca15fdc002c021b57c93620dcfa0371304d)) - ([`17d11657`](https://github.com///commit/17d11657a6bef19ca45497fed929a3dd9f755001)) - Avoid subscripting errors when processing empty json arrays([`437eb13a`](https://github.com///commit/437eb13a8a3f5724595f06ec20bc89ef9f967fdc)) - ([`2ec414e0`](https://github.com///commit/2ec414e073111460f8c44ed310b6f704ab62a41d)) - Replace references to walletd with keosd. Add more bootstrap time logs. Add code to catch missing nodeos instances.([`533e3c50`](https://github.com///commit/533e3c501dd99cae0e52a7c34ac72c69f647fe59)) - Remove previously missed dawn2 code. Add check for transaction finalization between EOS issue and transfer.([`a33033be`](https://github.com///commit/a33033bebbc92fabb59c6a8965ed63dfb88b96a4)) - Remove dawn2 code.([`bfeba6d3`](https://github.com///commit/bfeba6d33ae87a142d8b9088352660880d3fadb6)) - Enable nodeos_run_remote_test, distributed-transactions-test & distributed-transactions-remote-test. Add multi-producer support to enabled tests. Remove dawn2 support.([`508e95ef`](https://github.com///commit/508e95ef73e3173b6e1bdc8ef6b0dc6c7296c73c)) - Add multi producer support to distributed transactions test. Enable test in ctest.([`6ed4b18d`](https://github.com///commit/6ed4b18da64d021c8b5d4018df709a2f234b1c73)) - Enable nodeos remote test([`4dfc9f5e`](https://github.com///commit/4dfc9f5e8ad0524e623aab4aa0b1a4be9b895166)) - Add bios bootstrap to nodeos remote test([`6a71ac69`](https://github.com///commit/6a71ac692dcd1d9b911890a7dd98350ebcd7626a)) - Remove dawn2 specific code. Add mechanism to bootstrap cluster nodes from bios node.([`d3b58aaa`](https://github.com///commit/d3b58aaa6b33e0a75c8216aac1aac8de24584a6f)) - ([`3fa432f8`](https://github.com///commit/3fa432f83313ed3f4bb6bd3269870368bdc3b715)) - Changed include to work with build and with eosiocpp for tutorial. GH #2214([`1cba8c82`](https://github.com///commit/1cba8c82343b6635793d03f9b1f519002190b969)) - ([`aaffb835`](https://github.com///commit/aaffb835430f1d1acbc3d8bbad21a49d18f2a765)) - #2285, fix for newly uncovered synchronizer issues.([`d4146a88`](https://github.com///commit/d4146a883d67731712d10d6a0713d8589c4a6587)) - ([`81908425`](https://github.com///commit/81908425ed39c9cdcd317a908741be6eaa7c6645)) - Whitespace only fix([`8807e114`](https://github.com///commit/8807e1145a03db63e8b4118910b8f29b5c9b7a9c)) - Fix for logic when signing via r1 key containing high S value([`33000640`](https://github.com///commit/33000640b60bd1ca60bfba91ad1c57aec99d8685)) - Add test_cypher_suites to ctest([`efb21bdb`](https://github.com///commit/efb21bdba8b75205a4a0e082239ec78bd4f0fce8)) - ([`d0ec59aa`](https://github.com///commit/d0ec59aaeca257724b3684bfa212e8d419e37101)) - Fixed comment. GH #2214([`57229cbe`](https://github.com///commit/57229cbef85dcc310d37e32bbb55db80d0c57e77)) - Added common test method to retrieve a table entry to Tester. GH #2214([`834ee1f2`](https://github.com///commit/834ee1f2273a4c1104e92a88fe7521657f555f1e)) - Fixes for peer review and extra cleanup. GH #2214([`3180c636`](https://github.com///commit/3180c636729ad83c3c0ad6c03b44b5b194f155fe)) - Cleanup. GH #2214([`7a1d5653`](https://github.com///commit/7a1d56533c4f4a29e38715bc600eeaea56495938)) - Moved common test method into Tester. GH #2214([`015b77a5`](https://github.com///commit/015b77a5d0f16fb70ed2e4d9f892c5d8aa57a482)) - Brought tic_tac_toe contract up to date and added to build. GH #2214([`b81ac07c`](https://github.com///commit/b81ac07c22d28bb9b20222ee13690cf374fbbc90)) - Added unit test for tic_tac_toe to ensure it continues to work with contract API. GH #2214([`16eaee65`](https://github.com///commit/16eaee650b073f4e91322d9bf8cc15dbcfb2c221)) - Made method name more accurate and added method for determining a message contains a given string. GH #2214([`878be869`](https://github.com///commit/878be869426c1fdbc51a5f79b78eef81fce78145)) - ([`5273c2dc`](https://github.com///commit/5273c2dcb3b9e60780382fe7421d245864c5cc92)) - ([`b645a987`](https://github.com///commit/b645a987812c803e513eb56f5cc6c8c52684d0b9)) - Verfiy add add unitest cases for 2015(cpu usage tests)([`421dd017`](https://github.com///commit/421dd017a0f65de11f8b07c7cea3db3778b2185a)) - ([`0aa1c999`](https://github.com///commit/0aa1c999a9e792ac812bbbb111e924fb19917ae7)) - Add additional unit tests for #1735([`38dc4792`](https://github.com///commit/38dc47923d7c7e1afc2f1a34f9bbcde85edcd2c6)) - ([`f899836f`](https://github.com///commit/f899836f2a4032f11f274d487bc2d00456903648)) - Make per-txn console print a debug-log-level print([`cc233b33`](https://github.com///commit/cc233b33ea7a6f1f1150c7131f63db27f519ae9b)) - ([`48f24da9`](https://github.com///commit/48f24da96baf2b67ee8d6fdbc939c5f9014a1ef4)) - Add test cases for max_net_usage test (2084)([`93dac09c`](https://github.com///commit/93dac09c8440204179cab1cde7ad8aedeb4973ad)) - ([`0ba77f2f`](https://github.com///commit/0ba77f2fafcfee23945bea05663607222e4ab490)) - No need to fetch again([`f9fe3319`](https://github.com///commit/f9fe33190a136b85773195606219a655d150f181)) - ([`b54da271`](https://github.com///commit/b54da271b3594485b5ab17e58e06c71fb3dd87ef)) - [Mod] with self and correct variable name([`c718af5c`](https://github.com///commit/c718af5cc16f4f4b5fdb01abc2c4addafaa2b931)) - [Mod] Correct the function name([`0764196a`](https://github.com///commit/0764196aa6e9e0bf61ca365a59b10bf3206879b7)) - ([`c2344ebb`](https://github.com///commit/c2344ebbe79e8bea102c70c9f4754c277f4959bc)) - Add additional test case for 1972([`c059de75`](https://github.com///commit/c059de756fd72c6185759eb07a3ddc4337c1b2c2)) - ([`0fb06357`](https://github.com///commit/0fb06357a43bbb893157321f41195d3725b75261)) - ([`124c62d0`](https://github.com///commit/124c62d0e1b3974bcd551b885518ff05301b39c9)) - ([`87b61126`](https://github.com///commit/87b611260bcdbf821e69e13c922b16d58523bb17)) - ([`f438145e`](https://github.com///commit/f438145e1b91dbb116622c4ff0ed55ff25e9d556)) - Fix boost file name gh#2175([`241e92bd`](https://github.com///commit/241e92bde6e6360cbc0426fa4ca412926c2beb5b)) - Added additional error checking to homebrew update install([`eeadc3fa`](https://github.com///commit/eeadc3fabcb07e7bb35619eff347c352686e3137)) - ([`c30dfb60`](https://github.com///commit/c30dfb6033f57f026113b3859503106ea91892d1)) - Fix for reading from default genesis file([`3777b8e4`](https://github.com///commit/3777b8e4adb221fcda51b2892fbb715baea99f9d)) - ([`31001216`](https://github.com///commit/310012165e4d7bfefce8b783108fae21173efeba)) - Remove genesis.json since no longer in repo gh#2171([`a2276b30`](https://github.com///commit/a2276b3002867df25372739f4acc49d09f0eedf0)) - ([`54d4d177`](https://github.com///commit/54d4d177ed80b37dcc93a9f7e7f310cb4542d492)) - Switch from privatewiki to public wiki([`15493004`](https://github.com///commit/154930047841a056a717b1b2dbbcefdcb97dacbf)) - Point to privatewiki temporarily([`2ccd10bf`](https://github.com///commit/2ccd10bfcebb838117dfe495f40e2c5207ece03d)) - Move content from README.md into the Wiki([`e4a7df4a`](https://github.com///commit/e4a7df4ad359226e3d380b8395ebd516c88961db)) - TUTORIAL.md content has been moved into the Wiki([`079e41a4`](https://github.com///commit/079e41a417e3285dba85736156bd3890696e2dfe)) - ([`d9ad8eec`](https://github.com///commit/d9ad8eec49c59fb107f472de3952d29c9e73a023)) - Fix for eos #2160, forgot debug artifact([`4b64bb6f`](https://github.com///commit/4b64bb6f1603f2f6f856e7dc0e7299ccb1d81d8a)) - Fix for eos #2160([`d30bd0df`](https://github.com///commit/d30bd0dfc7fc659ca166b16a0390f89fd1fa1440)) - ([`3c709d78`](https://github.com///commit/3c709d7830f9888a5b0c4907aa26eb36fc27759b)) - Fix #2140 - Check that producers are unique and corresponding accounts exist([`e311680f`](https://github.com///commit/e311680f312be07a455d2e309fdd6248317c29ed)) - ([`7a89f7b1`](https://github.com///commit/7a89f7b113c5aa3d2670907c8783266525884f93)) - Generate genesis.json in launcher. Fix up script.([`c609138f`](https://github.com///commit/c609138fc04f2f8a7ab93783e6308ad0aadfb2ab)) - ([`8cc500ee`](https://github.com///commit/8cc500eefbe77e11e95c9b9b3177457d080668b5)) - Fix DB memory leak in transaction containers([`8ac85b68`](https://github.com///commit/8ac85b68acb8082492c7bff5e3e99efcbe446a14)) - ([`4fd43e8a`](https://github.com///commit/4fd43e8a4cbe5d8b053e814c7d6b6fb28ce5a113)) - Remove irrelevant file not actually built.([`538f66e6`](https://github.com///commit/538f66e64fad29daf3d10db5e126833b5855f671)) - Remove unused and inoperable contract tic_tac_toe.([`470f1f29`](https://github.com///commit/470f1f2914dfcca8f2b7707a0e36e76c34397f6f)) - ([`addbe2fa`](https://github.com///commit/addbe2fa2d1427209200ed2c65193b3b5984a663)) - Don't install genesis.json any more (it's removed from repo)([`5cb77d7f`](https://github.com///commit/5cb77d7fab57db9eeda71069dfbb115850408e36)) - ([`9d286551`](https://github.com///commit/9d286551c1a35a58ff4ceedd790ce6d60f8fa092)) - Fix #2156 - replay fails due to access of non-consensus state([`075b7171`](https://github.com///commit/075b71713d04c9ba1ca87e5086eeaab3197913f9)) - ([`cd7b3b0d`](https://github.com///commit/cd7b3b0d3599bb7888530b290bbf762d0d19b21d)) - Read default eosio key from config.ini in addition to command line - #2149([`9ce3526b`](https://github.com///commit/9ce3526b0ad6cb6409d38189f832607c51b5301c)) - ([`caee3494`](https://github.com///commit/caee3494eb5e3ebcd68735c52fe0149309bc8e34)) - Remove duplicate info found in README.md and point to README.md([`a7aaf15d`](https://github.com///commit/a7aaf15dcf399befd88e17c762f0def1596d55da)) - Remove patch level from doc page([`7c4aae4d`](https://github.com///commit/7c4aae4d5391001b0f8724239dd2cb0a6fd3e1e6)) - Change patch level to 0([`23d0204f`](https://github.com///commit/23d0204f4ce075e370492c2cf7c6793ce04e8328)) - Fix location to mainpage.md. Modify format of PROJECT_NUMBER.([`e46e41f5`](https://github.com///commit/e46e41f5a1219f7440babe8835e70803924c44c5)) - ([`623143cf`](https://github.com///commit/623143cfb0faff9e6d629522e7c564c489bea4e9)) - ([`feb3a778`](https://github.com///commit/feb3a77804a8b88377712cd11b7a020847c0de4c)) - ([`df65f11f`](https://github.com///commit/df65f11f00d721a0bb42ff79ac705a8d9761ca58)) - Properly calculate the authority on chain initialization as well EOSIO/eos#2145([`eeb54194`](https://github.com///commit/eeb5419463ac8879f78a16babb5f0d0ff02028de)) - Calculate the threshold for producer account authority based on the number of producers as 66% rounded up. fixes EOSIO/eos#2141([`8dc7a27b`](https://github.com///commit/8dc7a27b7e891879c9561f277fcb6c9f19ca626c)) - ([`223565e8`](https://github.com///commit/223565e8d32d93048aef49439478197d0c474e70)) - Add back in get_required_keys test([`f1945dc4`](https://github.com///commit/f1945dc49577d15c1f667a04a760a5a605413043)) - ([`58045f64`](https://github.com///commit/58045f64123494fb503627a2ccab56ddd9f0bb0b)) - ([`0dc7734f`](https://github.com///commit/0dc7734f992cb0db4f415b38c31db2f9fefd4572)) - Add back current_receiver intrinsic and use it to provide a quick fix to multi_index bug (until the better solution is implemented for RC2)([`100495ac`](https://github.com///commit/100495acd7a86feb2876d4f9e0ed2f907c204e9a)) - Add check to see if object belongs to this multi_index in modify([`891d89ed`](https://github.com///commit/891d89ed62aac5ae6a7e373a59f8c2cec7852bbd)) - Put all secondary db functions into template struct to remove some unused symbols in wast([`6b44336b`](https://github.com///commit/6b44336ba73b68a34ed447b0ad3d5f1a9c461606)) - ([`c2f4e277`](https://github.com///commit/c2f4e2779f3352e92763e2b6abcee12c8afa2219)) - Added network response checks for curl and git calls, added --connect-timeout 30 to all curl calls([`74bd769e`](https://github.com///commit/74bd769e430dfaba288711e09ddc82d7d0829ee0)) - ([`65fb77ea`](https://github.com///commit/65fb77ea6256c02abaf95e12df8f1b80a3b24136)) - Oops, forgot the not([`272eba44`](https://github.com///commit/272eba442b7883beaef4d30bf2099436985c65a6)) - Changed to use empty([`7a6a8ffd`](https://github.com///commit/7a6a8ffd04fa91698f147d89293c080a4eb8c824)) - ([`d6d215cc`](https://github.com///commit/d6d215cc7de8fc158c1b763d78581f1bff0f8d54)) - Added better error message for cleos([`dc8d07be`](https://github.com///commit/dc8d07beb8c0ffe3f0088a99e4b30606da75aa80)) - ([`43dccfb7`](https://github.com///commit/43dccfb79cf78f7415ff679f2afb4e15acbfb596)) - Minor formatting changes([`2d043b31`](https://github.com///commit/2d043b311ca9f9f5f3ecb8c4b53f45d36c55b23e)) - Minor logic changes in checking for installed dependencies([`af5a07c8`](https://github.com///commit/af5a07c86c5ebaf5cacba7a2ad20d274b8f58309)) - Darwin added --connect-timeout 30 to all curl httpd calls([`4100563e`](https://github.com///commit/4100563ea85f7204185042ba871ae4e2793ca646)) - Added network response checks to all curl and git calls. Also added --connect-timeout 30 to curl http calls([`74917462`](https://github.com///commit/74917462d9564b295e3d9dce7dc14811ab569f80)) - ([`111f66c9`](https://github.com///commit/111f66c92c067154c4befa8682312e294bd30c3b)) - I should have built before pushing([`cb76adc9`](https://github.com///commit/cb76adc9e9396ad7321b5f142b550b448d588db6)) - Remove stale fields from mongo([`afb46353`](https://github.com///commit/afb463539bc72ee0b7df3e5e1c41e98f60970831)) - Merge master @ 935ba9c3([`556a94d9`](https://github.com///commit/556a94d9f675e8fbfd52df04333a26370a78e4eb)) - Remove redundant data from action_trace, add region indirection to action merkle root, fix tests(?) EOSIO/eos#2126([`7e1f600a`](https://github.com///commit/7e1f600a3dcf7caad6e5e21b54fffc0727036e03)) - ([`cd534550`](https://github.com///commit/cd534550c3927ffe39dccf2252447cd8f56a0ed9)) - Change definition of transaction_mroot #1972([`01ca6747`](https://github.com///commit/01ca67470c9d5930624d44210a20eb4c8af92574)) - Add `kcpu_usage` and `net_usage_words` to `transaction_receipt`([`db39ee31`](https://github.com///commit/db39ee31d4806ea54b7ef51c9c2187147cf69e24)) - ([`fdc7423c`](https://github.com///commit/fdc7423c6062a79738d333864b14efb3ec1c10bf)) - Typo in writing to db. GH #2125([`527b0374`](https://github.com///commit/527b03748395e3c0e96ed9ea94f351f86eadb646)) - ([`cf7cd377`](https://github.com///commit/cf7cd37785d31e0265aa12e29b547041b9198d8c)) - Specialized operators << >> for vector #2118([`c6311f25`](https://github.com///commit/c6311f255c56824149af203362d8624fc5ce934f)) - ([`eaa9b463`](https://github.com///commit/eaa9b463dd8abeb5472c78a681983d8656d62d79)) - Remove old rate limiting tests([`48a9545c`](https://github.com///commit/48a9545cb1c79364cead0241238974243dc55a67)) - ([`c1c7d2ee`](https://github.com///commit/c1c7d2eee555a59cbe2134b81f6910b56a6cf7dd)) - ([`9a029a96`](https://github.com///commit/9a029a96ef729abd2db5f5156e9c50685cbfe249)) - Minor error check change([`f606d1e9`](https://github.com///commit/f606d1e9fe900334038876d7aaab4cd509daea55)) - Fixed conflict in amazon build script([`48c6739a`](https://github.com///commit/48c6739ace4a586d456011ce120a46d7bc9f2c86)) - Minor changes to errors messages on git clone([`81d03ebd`](https://github.com///commit/81d03ebdb317326e38581ea52f43f8dd7fa48da7)) - Added status checks on all HTTP and GIT requests, on error notified user and exit([`9f16f79e`](https://github.com///commit/9f16f79e141194fcf41a2082c2db9ccccd62b867)) - ([`935ba9c3`](https://github.com///commit/935ba9c3bf6e4502297284b5be2a741da525ee8e)) - Restore the 20ms default where it counts([`acb76517`](https://github.com///commit/acb76517daf7c329310d3cf25cd3f5dcc13c80c8)) - Move limit on time spent playing deferred transactions to a chain_controller limit fed by chain_plugin like our other deadlines([`f5125f72`](https://github.com///commit/f5125f720fffce7eaeca29657548ad4bf65ccfaf)) - ([`9d1cf3f5`](https://github.com///commit/9d1cf3f5e7759f3857e74eb9a0bd2cf8f888c308)) - Now that the test _actually works_ the expected sha is the transaction id. This test now survives all manner of problems that used to plague it and some that would have plagued it had it ever actually worked. EOSIO/eos#2123([`d0a58434`](https://github.com///commit/d0a58434af2cdae294d85c366a9d173e57a74c55)) - Merging master at 4ec15c3a EOSIO/eos#2123([`9dba07fa`](https://github.com///commit/9dba07faa17c8a090a220a79930db3be62730b58)) - Update README.md([`4ec15c3a`](https://github.com///commit/4ec15c3ac141b29285cf15838d2da9be323d85c4)) - ([`206fbded`](https://github.com///commit/206fbdeda8f3c588b96a2ff1ed70616582f5359f)) - Removed old-timers section([`d25927d6`](https://github.com///commit/d25927d6f9057fbf9fd85aa01340fd8bee6ef5b2)) - Updated the master README.md: Setting up a wallet + Creating accounts for sample currency contract([`436e5410`](https://github.com///commit/436e5410097e343bcf551d9a47a6de24dc1a796e)) - ([`0a0741e2`](https://github.com///commit/0a0741e29ee8c1c435e10929882b8e7ae7461108)) - Generic fuzz testing of net_plugin.([`3c86d2ae`](https://github.com///commit/3c86d2ae8b2dd6aa2e1e171a83a25043381c5d11)) - ([`079fca71`](https://github.com///commit/079fca711d5d7da4c3823c3bd6e92094962af385)) - Correct spelling of MongoDB in error messages.([`c442c84b`](https://github.com///commit/c442c84b772f0e38bf3effdf2336b72e06bc08b2)) - ([`363c37da`](https://github.com///commit/363c37da3ca0364444a39bd62ade40fa0bef5010)) - Account for Brian's fix for accepting json filenames #2111([`bae74d1f`](https://github.com///commit/bae74d1f4e5eecfb8a5c8980aa18da76d19b5a7a)) - Update the testnet.template and tn_up/down scripts for #2111([`6e8f9ce3`](https://github.com///commit/6e8f9ce37d83f864954f0cf4bc300727cb1e2255)) - ([`18841275`](https://github.com///commit/18841275d47e3546049075b03ec8426f18074290)) - Properly handle arrays in long json params([`456e7636`](https://github.com///commit/456e76362ae1b4a92eece1b4d7f6f8453eba6e01)) - Fix problems with large json strings in cleos commands([`2b1f16e3`](https://github.com///commit/2b1f16e3426c858a46afd9e9c651e320b3ef9182)) - ([`b3cdb9c9`](https://github.com///commit/b3cdb9c9bb376a87d3a65d162b9abd864736732f)) - Merge origin/master at d25d249b([`1beb3a90`](https://github.com///commit/1beb3a90b9093beb15d4565b461354c85b3d6332)) - ([`d25d249b`](https://github.com///commit/d25d249ba4ffe1f1d945f8036dc1284bd7af65db)) - Fixed multisig break([`29408dcc`](https://github.com///commit/29408dcce6d791b945a776e0970d16d0e45984ec)) - ([`3b453b48`](https://github.com///commit/3b453b48cf7d58250ed7ac0d8fd73a870b1692cd)) - ([`a5012378`](https://github.com///commit/a5012378332169af379bc81fca0ef512dddb5e04)) - Changed push action/transaction to allow json files to be passed where json strings are expected, updated comments, and changed existing code to use new function. GH #2077([`39d399ec`](https://github.com///commit/39d399ec5dd5ea1981df58aa0dfd71ac98176068)) - Added printing out wallet password so can continue to use wallet when using --dont-kill. GH #2077([`6b3a4efb`](https://github.com///commit/6b3a4efbc026527ad805a7de813c9aaaac41f66e)) - ([`1c005940`](https://github.com///commit/1c005940dd0c81ddcff296f297fb7726e1be9557)) - Additional minor changes([`0b40e0e8`](https://github.com///commit/0b40e0e86acf21be91dc020079bde55c4c6923fb)) - Tutorial updates complete([`2b52aa54`](https://github.com///commit/2b52aa54bfd2393522a9602bcd581d8d85d2ccea)) - Next partial revision of this tutorial([`540dc49f`](https://github.com///commit/540dc49f233fb71038f4f0ebb4f94585259ee32a)) - Interim commit to save changes made to date([`0212da37`](https://github.com///commit/0212da37d825cae729becfee00151800368ac27a)) - ([`32fb0406`](https://github.com///commit/32fb04066f797d280eb818fa83a178652262fb77)) - Hacked propose function that reads input data directly, field names fixed in chain_initializer #1030([`99ec3d7d`](https://github.com///commit/99ec3d7d2b9027439b476dc37327cd88aac3f01b)) - Set max_net_usage_words to 0, big_transaction unit-test commented out #1030([`51fdfd00`](https://github.com///commit/51fdfd00d3db9fa0f021e7d7ef28a66bff5169f0)) - ([`7c9993c5`](https://github.com///commit/7c9993c5e71166b851793478d45e7dfb4516ffe0)) - Set kcpu_usage = 0 #1030([`455209ea`](https://github.com///commit/455209eaf476099e616b25128d02853169d76ccf)) - ([`06c89f86`](https://github.com///commit/06c89f86e54d93de240a61a31fe7e1b5b424acec)) - Don't allocate more memory on stack than needed #1030([`143579f5`](https://github.com///commit/143579f5b8b6156044e31b3f9182ddccc27a2b7e)) - Check that transaction succeded, not just attempted to executed #1030([`9adb819f`](https://github.com///commit/9adb819f407eec58d3b9dde938e1a6f994273896)) - Default_buffer size changed to 512 to avoid strange failures #1030([`6d847b60`](https://github.com///commit/6d847b606640bfdd1280f23c304345f4927960f7)) - Default_buffer size changed to 512 to avoid strange failures, warnings fixed #1030([`feb5c96c`](https://github.com///commit/feb5c96c6cd2be72f9082dafcd0b6c02a8e5c192)) - Remove max_generated_transaction_size #1030([`8120d517`](https://github.com///commit/8120d51723e14228554274a57290e5d95d7762c7)) - ([`180c6bf2`](https://github.com///commit/180c6bf24e6a1ba083856a287f65e41f2e35d914)) - Use heap for serialization/desirialization in dispatcher and multi_index in case of big objects, big transaction unit-test for multisig #1030([`4014ed4e`](https://github.com///commit/4014ed4e79722defa15707fe98189c8d5caf9266)) - ([`984bd21b`](https://github.com///commit/984bd21bb836e4bad81caf65a021636d733f0ef8)) - Require_authorization of payer only if sender is not privileged, bill multisig execution to executer, check for deferred transaction in multisig_tests #1030([`aa3717de`](https://github.com///commit/aa3717deb88caae8940c75b9d72b75b6e73c3b6b)) - Unit-test for multisig #1030([`6794aee6`](https://github.com///commit/6794aee665d96bfdc609eb27730b95b8143435fc)) - Support for permission_level in authority_checker, check_auth function #1030([`4bd9d865`](https://github.com///commit/4bd9d86561f77f128de8f74e54f849d29cfa3717)) - ([`a84fc47d`](https://github.com///commit/a84fc47d4ef58b0bd24861bd7d0c2ee8f87115e1)) - New require_auth, abi fixes, unit-test draft for multisig contract #1030([`5d4486ca`](https://github.com///commit/5d4486cac6d622b4a49651af9d5618f3d91cea05)) - ([`9ed57cdd`](https://github.com///commit/9ed57cdd97063f70a86fa56e1d78bc68403c9a8d)) - Forgot one comma([`b6a57e05`](https://github.com///commit/b6a57e054278228bbc4add09615a8734f5b0e8a8)) - Patched abi tests([`ffd585b3`](https://github.com///commit/ffd585b345ddeaba3d5ccfec25c45aea823181a8)) - Fixed issue with nodeos_run_test and removed setabi system contract handler([`232e4b05`](https://github.com///commit/232e4b051cb0360296f81f7acf767a5ce642e58f)) - Added clause_pair as native type([`6a9ac29d`](https://github.com///commit/6a9ac29dbbe2db9d263673f8d281188d61a1612f)) - Resolved conflicts([`8c4a3f0d`](https://github.com///commit/8c4a3f0d7b332082db1ddf9750f197b4af934894)) - Fully added back the abi_def stuff to system contract, will work on the errors later([`422a8352`](https://github.com///commit/422a8352b0f7434021a210000f8c71caaf7850ab)) - Added back setabi action to system contract([`bf2b3fa7`](https://github.com///commit/bf2b3fa7c65c80cfede67ad7117014435738f0d1)) - Addressed comments, might need to leave setabi in system contract([`9aa6d091`](https://github.com///commit/9aa6d0910bf7ac37713df863229e9ab022106221)) - Fixed merge conflict([`f7585bd8`](https://github.com///commit/f7585bd8e4f18d589d1d59bdc461b9b1bfcf177c)) - Removed setabi stuff from system contract([`cc555af2`](https://github.com///commit/cc555af2aceb48dd88e63ea9316c038a9c42a670)) - Added support for ricardian contracts and clauses([`5a84a693`](https://github.com///commit/5a84a693950c91ca97cc3b0990b282c4c263a77d)) - Move validation of ram usage to an explicit sync call. This is called per-cycle when applying a block and per-transaction when generating a block. This means that block generation is currently more strict but in a way that should never fail the parallelizable block validation EOSIO/eos#2098([`306f80f8`](https://github.com///commit/306f80f8a3e5c80a31d78688dfb65cac0625fa3f)) - Add unit test to check that the sender of failed deferred transaction is appropriately set as authorizer of the onerror action #2109([`49cfd90c`](https://github.com///commit/49cfd90ca96875ef6d737b6a1c0d8dab90fc8f26)) - ([`4bb629da`](https://github.com///commit/4bb629da59f21124de7b58d6efd68ce9a81b564f)) - Exclude producer_signature from block id([`3124a8b2`](https://github.com///commit/3124a8b21a1e1a6d0c960603bf9e673c355b09b4)) - Add block sign test from andriantolie([`bf6c468d`](https://github.com///commit/bf6c468d888178de81e08500cff1cea96ff56059)) - ([`c0898ecd`](https://github.com///commit/c0898ecdbe04231f113deea7c5777f0cd0ac3fe8)) - Derive signature count from signatures not recovered keys. Also do it the same whether in push_transaction or apply_block EOSIO/eos#2105([`55b09501`](https://github.com///commit/55b09501516699a1e3a7d8a23966e4e67dd5db11)) - ([`f1ceb366`](https://github.com///commit/f1ceb366cddd7f90147bd4520dcb78cba4265d55)) - Removed directives from install so that etc/eosio/node_00/genesis.json is not installed([`10bc2b1d`](https://github.com///commit/10bc2b1d6e7a9dc53e8642e2d630a073e7dc1b07)) - ([`bea08c88`](https://github.com///commit/bea08c8817e0e92d6e74f4534ba84efff06f377b)) - Check for conflicts in sender_id derived from delayed trx's trx_id([`f18445f0`](https://github.com///commit/f18445f0115678a1bdfc9242cf362ae6aa4c9900)) - ([`82cde96d`](https://github.com///commit/82cde96d9b66b291a1835a9641564196fe596e1a)) - ([`266accd8`](https://github.com///commit/266accd865470147e35f340ab287058eef677ca0)) - Fix a few remaining eos to eosio paths([`e0211ab2`](https://github.com///commit/e0211ab25c9f42a2c65ac6776559924a5b443024)) - ([`9acd2c05`](https://github.com///commit/9acd2c05028ac8ae6f6fd10c51aff30f43a57d74)) - Forgot one rename([`7783afbf`](https://github.com///commit/7783afbfffdf51123a91b14aaef43b78d57a9b46)) - Fixed merge conflict([`0f63daf9`](https://github.com///commit/0f63daf992a00dfc798f7392c8ea45599cee5024)) - Addressed comments([`a0ddb706`](https://github.com///commit/a0ddb706249c2836c4e61e4211ba6d176aaf1c7c)) - Forgot to add transaction to sender id function([`82369443`](https://github.com///commit/8236944389eae2933cad8b7af56acf3d964fa93f)) - ([`8f9bb9f5`](https://github.com///commit/8f9bb9f575bb04b4ca18f29448a95a2a8bf3720d)) - Changing sender_id_type back and other comments([`bd2835da`](https://github.com///commit/bd2835dab69d2fd183c686934a11af26de5909d4)) - Fixed aliasing issue on Fedora([`5138e736`](https://github.com///commit/5138e7363dcdfa69cd57ef67cf3cc7b10f8d6ad5)) - Moved to wrong line([`96d220ec`](https://github.com///commit/96d220ec731794bba196b2d3ecfcfdff91e0921a)) - Addressed comments([`be749c9e`](https://github.com///commit/be749c9e87ecf103d45bb795d5757afa886a4329)) - Resolved merge conflicts([`9e9c102a`](https://github.com///commit/9e9c102ad7c71507cb1035cae76a910807ea04f8)) - Finished changes and removed get_next_sender_id([`41d443c2`](https://github.com///commit/41d443c25a5c81c21009bee543d52e1e57386510)) - Added changes to postrecovery and pending_recovery and broke it([`29a8fe40`](https://github.com///commit/29a8fe40a6205900965049a49f730572e77090cb)) - Changed canceldelay to take a transaction id([`4acd63b4`](https://github.com///commit/4acd63b4cd8598a7d02ebc4db1722b2378079b52)) - Changing to use transaction id([`abffc0b8`](https://github.com///commit/abffc0b8d01c44a35e11fbbc968543720a5262e6)) - ([`7ca28a7e`](https://github.com///commit/7ca28a7e107863efdb111e4f17d7517708a9828b)) - ([`9e45052c`](https://github.com///commit/9e45052c51ffd4361a87a904d4e9e78a9b5d9710)) - ([`fe9d8414`](https://github.com///commit/fe9d84145b4f5d97449c17319cf7046ac5b81f1a)) - Remove commented out code (DAWN-386)([`edb032dd`](https://github.com///commit/edb032ddf307151c3a810df7eee70a97e9f9e2d2)) - ([`dea6cfb7`](https://github.com///commit/dea6cfb78c2398152e72e8a12a67ddce53da52be)) - ([`ffaf31a8`](https://github.com///commit/ffaf31a89fa7dacdbb986afcaa4c49127bc5c5ac)) - ([`41405d0b`](https://github.com///commit/41405d0bdd714f13cc4f012245cafd44644f1bfc)) - Enforce `delay_sec` of generated transactions in the same way as input transactions([`82ce671c`](https://github.com///commit/82ce671c2e65b3edcfadbd7b82147e956c6f72e5)) - ([`32c5af26`](https://github.com///commit/32c5af268c4e7bbc12f778b6d9ca0cfbef42b300)) - Made change suggested by @arhag which is objectively better EOSIO/eos#2042([`4ecb8424`](https://github.com///commit/4ecb8424a2aede0caeb5dd399eb87926269e4889)) - Remove testers estimation of cpu usage which was horribly broken by 18009d1eb07d51686f1c113b8170ab8224848927 but not detected due to a math error put into the chain_controller. Also fixed tests whose assumptions were now wrong after the removal of said estimation. Finally, fixed the dice contract which was expecting empty tables to exist. EOSIO/eos#2042([`ff707c0a`](https://github.com///commit/ff707c0ab2303e5df1f05e5160a145520bf894fa)) - Never ending test([`9faa7afc`](https://github.com///commit/9faa7afc9e1a0fe24469cee9e7ca987a8ca87b6e)) - - scan actions to find the first declared actor instead of assuming there is one on the first action([`08edb602`](https://github.com///commit/08edb602eceea01cca1583ebec3bc59eaf0c52a9)) - Re-type the pct variables([`f1091319`](https://github.com///commit/f10913193d45494bbc3947952109fc1b33201406)) - Add new config parameters for elastic rate limits parameters EOSIO/eos#2031([`af9a6d0b`](https://github.com///commit/af9a6d0ba6d7ba1b0d99a7e809a99f1dd74beaba)) - Move large stack allocation to heap to avoid stack overflow, silence warnings EOSIO/eos#2042([`6bbf4840`](https://github.com///commit/6bbf48407a3d3842531498e95432f4f8539fb31e)) - Merge master at 5b2695b and resolve conflicts([`33b54721`](https://github.com///commit/33b547212d9c06a682351a57eed645aba5f9732b)) - Wrong parameter order([`d8647906`](https://github.com///commit/d8647906c339c9215cae9c7622d4edd55eaea77f)) - Bill delayed transaction storage to the first declared actor EOSIO/eos#2031([`05a7f81b`](https://github.com///commit/05a7f81b7c0dc985269936cfd0ba973046502053)) - Move to compile time specified sizes for lots of ram users EOSIO/eos#2031([`d2915a0e`](https://github.com///commit/d2915a0e85f36f4630c8cde7832766c3f53870d8)) - Clean up silly assertage EOSIO/eos#2031([`de7ac825`](https://github.com///commit/de7ac825d7fae86a2375ef06be738d257f3ed63b)) - Bill storage of new accounts to account that creates them. EOSIO/eos#2031([`b9864973`](https://github.com///commit/b9864973512f09411a0ca812eb531dadaebf4006)) - Allow priviledge to bill anyone for DB and deferred TXs EOSIO/eos#2031([`2add6665`](https://github.com///commit/2add6665c34de3f0e2dfaf9c2aa66718b4a9419b)) - Disallow usage of 0 as implicit `receiver` for `send_deferred` EOSIO/eos#2031([`acc76c17`](https://github.com///commit/acc76c179bd97f3cdf9e4c1d67f5c57713ae9f18)) - Replace all walletd references with keosd in docker-compose([`57815245`](https://github.com///commit/578152454adf45628777f90458fa82d827960eb3)) - ([`daede96e`](https://github.com///commit/daede96ec26a00ab17745b7f06d94cd5a005d8f9)) - Fix mistake in chain_api_plugin's CMakeLists.txt([`e01abffc`](https://github.com///commit/e01abffcefb157150cfd38d7b7adb852224fa1af)) - Changes recommended by @wanderingbort for #2084([`f1e1d867`](https://github.com///commit/f1e1d86709b89ea0d46c76173a6cd835f5537f7b)) - Change `net_usage_words` to `max_net_usage_words` in txn_test_gen_plugin([`776dca25`](https://github.com///commit/776dca2557d8a36dc1718503d92ae536707d77b1)) - ([`e6b24b7c`](https://github.com///commit/e6b24b7cd3f6e19879591f0b60da19d5f15312ac)) - ([`cced2454`](https://github.com///commit/cced245424e1aa7f9f301e55a8042e874115d98a)) - Update README.md([`24561ddd`](https://github.com///commit/24561dddd83631c012e94c02a97a6aeba26c2993)) - Further corrections to default data names([`6d467566`](https://github.com///commit/6d4675669f2db9bb63f391142596c68e9eb88075)) - Removed redundant sections, cleaned up other sections([`dac52d2a`](https://github.com///commit/dac52d2aa5e5c0660d2a5b606d276fc52114c539)) - ([`5f8ec748`](https://github.com///commit/5f8ec74878fed3362d96ec1c24ff6465c4bacf0c)) - Construct an endpoint with a non-zero backlog length for listen().([`e2abffb2`](https://github.com///commit/e2abffb2b301dce189c8310c6a6b713e316a43ca)) - ([`133cca6f`](https://github.com///commit/133cca6ff083472df7b82ae7e8324e6ced2ea57b)) - Add new tests([`a7899404`](https://github.com///commit/a7899404aabc5295b088ffba413dee1daa9cced7)) - Add detection of EOSIO_ABI macro([`20a88a1f`](https://github.com///commit/20a88a1f77837259d72b6bdd8652ce81e08c6c35)) - Allow a contract that uses EOSIO_ABI macro to inherit from another contract([`68081d87`](https://github.com///commit/68081d87c972c63e2742a2d8f25b4334684c9179)) - ([`5d2c8b97`](https://github.com///commit/5d2c8b9784851511138f697395f05b047cb229de)) - Make eosio key a defaulted argument to wallet plugin - #2008([`ac9ba9b4`](https://github.com///commit/ac9ba9b4101bad05f40055e487f895e83ff971e6)) - Import eosio key automatically when a wallet is created - #2008([`cca62809`](https://github.com///commit/cca628097c1e1242e599a9f7a42f51bc15a9233b)) - ([`4ce83e34`](https://github.com///commit/4ce83e34f0e5cb1e438a75a8608e47a89e811158)) - Fix txn_test_gen_plugin w.r.t. net_usage_words & txn ordering([`c430cd13`](https://github.com///commit/c430cd1370837b187c463efebbf1009b1bd37c44)) - ([`48cd1b62`](https://github.com///commit/48cd1b62cde41215359f91d85667e65c82ba8a0d)) - Fixed authority validation, unit tests - #1996([`ec0b4d57`](https://github.com///commit/ec0b4d574a5e516e397215a05e9eb8b41cb72102)) - ([`2cb80305`](https://github.com///commit/2cb8030554d1e9145f44785b9a564cd6dd1e1cab)) - Unify template specializations for fundamental types, exclude fundamental types from the specialization that uses boost::pfr::for_each which appears unsafe in this use case for fundamental types EOSIO/eos#2069([`8013e11b`](https://github.com///commit/8013e11bb824044e817a9a66cce57122af4ca4ce)) - Compress context_free_data in packed_transaction and change bandwidth usage values in transaction header into upper limits([`d71cc397`](https://github.com///commit/d71cc3973c26fa0b205f56fd22693e8f8c74366b)) - ([`24cfeca8`](https://github.com///commit/24cfeca84800d7ac17ef99f0de45e1a1cbb80a8d)) - (appbase) Add option to print default configuration template([`2d9c61bf`](https://github.com///commit/2d9c61bf870b43e67c1249debdc8ff96688defb8)) - ([`f6f8c665`](https://github.com///commit/f6f8c66505cb6469e0c2e6027a03f72f1c9fd1a9)) - Enable verbose on the mongodb test([`c409c57d`](https://github.com///commit/c409c57da767fa184d6332df2f174e01d7190ff3)) - Re-enable mongo test and fix intermittent timing issues([`12e71273`](https://github.com///commit/12e71273c4d08e4ecb881c091b7918572962e1d0)) - ([`44bead4e`](https://github.com///commit/44bead4e02eb8e581278b6ff58ebee4f83bc3680)) - Add unit tests to verify that no empty region/ cycle/ shard can exist([`4885dc83`](https://github.com///commit/4885dc83769c2449e7b0dbff24c5129fb0277ce2)) - ([`dd243005`](https://github.com///commit/dd243005baacfbd0c1c1e0b742da98e4b5fc303c)) - 1753 add unitest cases for ta_pos validation, expiration check([`51210579`](https://github.com///commit/512105793e1722c99433dcf67a6b90b900c44048)) - ([`1aaf7cbc`](https://github.com///commit/1aaf7cbca8a14714844fc393d25bd0b4947779d5)) - Comment out misleading log msgs. GH #2016([`e7af81e9`](https://github.com///commit/e7af81e97cac9decd4e88d3974fc78bd339c68be)) - ([`5b2695b1`](https://github.com///commit/5b2695b1f2f529d17559dfdde9b44f86ee1df10c)) - ([`8cd3327e`](https://github.com///commit/8cd3327ee3586bc7adec4c9e7296424188dfe9ef)) - ([`638f5d72`](https://github.com///commit/638f5d72eb1e574b5b3c3465866820ab4b3765ee)) - Correct linux path([`c7b223c4`](https://github.com///commit/c7b223c47facbaf83d9e0fdc1d572918b0a01e58)) - Included updated config folder locations([`b36a9352`](https://github.com///commit/b36a935247e572d65a493091bfbacf96593cef0c)) - Prevent authority_checker from stopping its checks early due to exception no permission([`687e6ea1`](https://github.com///commit/687e6ea1f097b5674bddd22d2694ca138643dd1d)) - ([`036b8bcb`](https://github.com///commit/036b8bcbc685effa7f8ac873f36757462f5f7505)) - ([`3d6eec87`](https://github.com///commit/3d6eec87b88ababbafe991e801c7102078781625)) - Fixed merge conflicts([`d95e4051`](https://github.com///commit/d95e40516f447585bf15f4f68d78e6b9522f408f)) - Added is_implicit for reflection([`b8a4bc18`](https://github.com///commit/b8a4bc182f5eb0184625a901963192914751ee20)) - Fixed merge conflicts([`12036822`](https://github.com///commit/12036822d45268e72c02407540fc99e2625a3062)) - Merged master([`eb6e2914`](https://github.com///commit/eb6e2914912c0f41335b798ba2cad521dda1f153)) - Forgot somethings([`0fcd8d61`](https://github.com///commit/0fcd8d613416840a23ca944e7091a4ce1c2138cb)) - Removed some more things and fixed some tests to work with the new checks([`d3211e10`](https://github.com///commit/d3211e10983649b242992f197ff51db21767531a)) - Fixed merge conflicts([`748d9e28`](https://github.com///commit/748d9e280275c0659df6468e56845f9855e20657)) - Removed conciseness checks and code([`cd0447c6`](https://github.com///commit/cd0447c6e62b4ce3a6817b5ca52d5b6cbf6da3a8)) - Merging with master([`c566113d`](https://github.com///commit/c566113dd9bc91b79268eb71cdbe2b04baa4345a)) - Onblock as native stub([`4752ce39`](https://github.com///commit/4752ce391dba92ffcb8c7ffdebb7a3ff45b208fe)) - Head block time divergence([`4ff11bf8`](https://github.com///commit/4ff11bf81a7f6c5f67da7fdc6701065dd4882681)) - Fixed merge conflicts([`2693d1d9`](https://github.com///commit/2693d1d96fce4479c4f61c956a7c34091b4df23e)) - Merging with master([`569a8e6c`](https://github.com///commit/569a8e6c8a219e236fb9b4050c9d175c1221d5d4)) - Patched for onblock([`0ab56b79`](https://github.com///commit/0ab56b7973e618ad75f62e11c603be66275764e5)) - Switching branches([`571e1237`](https://github.com///commit/571e12374b5af3512c60b8ab387c1294d3b00ac2)) - Merge issues([`ec872979`](https://github.com///commit/ec87297991c597b2d65394094a64d0ee5b0fb91b)) - Patching tests([`3d5e07d2`](https://github.com///commit/3d5e07d2df82e2945566ad685906c1d0cbd61f21)) - Patching tests to use require auth([`43340af5`](https://github.com///commit/43340af5f839fd2beaa968c6747c0799c6700ac2)) - Added stricter authority checks([`7e56750e`](https://github.com///commit/7e56750ecab1a8c6e3e45a5d4fd7f1791f2a8b80)) - ([`5c1a5213`](https://github.com///commit/5c1a521384941961e147ff2658eee847b06b5cc4)) - Nodeos test updates to adapt to cleos modifications. Enabled test.([`58183e2d`](https://github.com///commit/58183e2dfa42721700458e3e7d1cdc9d38264da9)) - ([`4cb89967`](https://github.com///commit/4cb899672d3a5d8b405faabedfa01703ae049753)) - ([`6016c1e2`](https://github.com///commit/6016c1e2bd03a69eb2d56979c4654d1e0a58c867)) - Small fix([`b67f990b`](https://github.com///commit/b67f990b88cbcf3fb386a994f609c234076a96c4)) - Log number of missed blocks - #1987([`e397d81b`](https://github.com///commit/e397d81bbb387f69bd810afb73e0c2b93607eb3b)) - ([`9d6cf566`](https://github.com///commit/9d6cf566e1215a4c9dd40b12055375b5217c1939)) - Formatting changes and additional instructions at end of build script([`4ea0b01d`](https://github.com///commit/4ea0b01de7836678ce9d54ab685d513a72191603)) - ([`865a9c42`](https://github.com///commit/865a9c42684105acd9424b4aa22d0bd17b611f02)) - Fixed truncation overflow checks([`60572261`](https://github.com///commit/60572261d28ae93ac5fa02a7d52dba2f778e02a7)) - ([`ffec6db0`](https://github.com///commit/ffec6db0124c090d8c1960314871033ba84f4983)) - Fixing whitespace([`ae4f9916`](https://github.com///commit/ae4f9916b41311e419ab9554dee33a01d1a6aa21)) - Fixed all tests to use new validating tester([`9c8c90b1`](https://github.com///commit/9c8c90b100f4e0c0ea3fa6868e5a3dbfd528df1f)) - Adding new tester to unit tests([`a22f2bde`](https://github.com///commit/a22f2bde3fd0ec072976423acb8579e2a68899c8)) - Packed transaction deserialization issues([`53528ec0`](https://github.com///commit/53528ec03ddff22b0b39a2da63f76a5385b02a8d)) - ([`c8dbd1ed`](https://github.com///commit/c8dbd1ed62f389850811fb1c4aaa1ecce5f6a249)) - Merging with master([`470e2fcf`](https://github.com///commit/470e2fcfef742209c7da8644e1b5af856c53c8d5)) - First commit([`eb088251`](https://github.com///commit/eb088251c8cf2d897ae5689ab7cfa3a2011b827c)) - ([`4bbca00b`](https://github.com///commit/4bbca00b36e157a39c615014ef101576f0d70703)) - #1768 update the generated bios_boot.sh to conform to updated eosio.bios abi([`27eb8063`](https://github.com///commit/27eb8063982634bfc53cc63d4f1e8f32319b7cd8)) - ([`70f12c4c`](https://github.com///commit/70f12c4ca33d4595dc012aacc52a86cbaac02f9d)) - ([`2a514ab1`](https://github.com///commit/2a514ab1d06851f2f785235d059a21d8725381df)) - Fix type mismatch in transaction_metadata([`37f89d21`](https://github.com///commit/37f89d218714d8075ecfc77ecdef03c3ff9701c9)) - Arrange `_setup_profiling_us` assignment([`9486992e`](https://github.com///commit/9486992e9900fcccc8f3f5694483e52c207a54f8)) - ([`52e46c1e`](https://github.com///commit/52e46c1e2b329fc2f94143c9b22452dca55c05f4)) - ([`d2d8a720`](https://github.com///commit/d2d8a72019585caab4168e4d86a8e94073fe8836)) - ([`6ca2f6f8`](https://github.com///commit/6ca2f6f86741f3373338495570f64342bad4b738)) - Adding hello world example, #2008([`24e1c37f`](https://github.com///commit/24e1c37f38ae062c355b70ee6361f41a15c96dab)) - Don't make txn_test_gen_plugin a default plugin for nodeos([`cc8c6f56`](https://github.com///commit/cc8c6f5634da72e89ed84cfdb4969759b63b7109)) - Reserve all permission names that start with 'eosio.'([`e47ea81e`](https://github.com///commit/e47ea81ec95868e3c770c48fbd6ddd18677d7fd2)) - Progress on #1755 and on cleaning up delayed transactions([`f9ba80e7`](https://github.com///commit/f9ba80e7feaa63a2c7bf340bd41d761d9f76e924)) - Permission visitor should not consider visits that did not contribute to satisfying the authority([`587ee95e`](https://github.com///commit/587ee95ed9d3c046749ac5768c389fa2246ce215)) - Bug fixes for permissions and reserved names([`1678cbeb`](https://github.com///commit/1678cbeb49cfd30d736a296307b6837164ee47ca)) - Limits on authority size to prevent accumulated weight overflow([`42820ef0`](https://github.com///commit/42820ef01f41662b5e9c0253060c67ca98c68b90)) - ([`88c52f60`](https://github.com///commit/88c52f6007c6b7cc3e6830a573b501d1c75e737c)) - ([`7dbfadac`](https://github.com///commit/7dbfadace76efd8e38bee1f1885bec43548d4e6c)) - Adding TUTORIAL.md to document use #2008([`09affc02`](https://github.com///commit/09affc02fcc30fe7f04150087d4411b786775045)) - Support specifying active permission by default([`21912d7f`](https://github.com///commit/21912d7f6e7ecda598d47fbc7d18ce78cffc1b5c)) - ([`bbcc2d9b`](https://github.com///commit/bbcc2d9baaa12ec447a9e2f88a93e2b8c3acf4c8)) - Improve Usability #2008([`4a04efd2`](https://github.com///commit/4a04efd25ea3b465f7f2d83758806047503d5cb8)) - Usability Improvments in Cleos/Nodeos #2008([`e154aab2`](https://github.com///commit/e154aab2e5de14d21df1a156d31e98603188fe62)) - ([`6aa302d1`](https://github.com///commit/6aa302d1abab07c488b167871e08563367c2de70)) - Abi_generator: Add detection of actions in instance methods([`0694f5f7`](https://github.com///commit/0694f5f73b84e316a3f2f257414317b9e6a521e3)) - Fix dice tests([`497be902`](https://github.com///commit/497be90276e124246a279b2c60b8ae93fa138271)) - Allow passing types by reference to action methods([`0f52f925`](https://github.com///commit/0f52f925b15cbe6a8a37e9478ac0ce12cd1e0228)) - Refactor dice contract([`20846c7b`](https://github.com///commit/20846c7b5f5eaa98f4e59bd00278508ff3206132)) - Fix table name used in base_tester::get_currency_balance([`1502d556`](https://github.com///commit/1502d5566d7e32ad14ced5cdcb90c0539aaa9c24)) - Implement Dice contract([`2a082416`](https://github.com///commit/2a082416d15cf8ef83e91ea49125f7e9e531fbdf)) - ([`e4c6f91c`](https://github.com///commit/e4c6f91ccaa8a4551b7dcdf62c3417949da891db)) - Fixed docker compose builder issues([`c8010772`](https://github.com///commit/c80107721079472f4490fa731db39c509d5ad96d)) - ([`3722bc7c`](https://github.com///commit/3722bc7ce4fdb3264c4740478dc4ec677457b6b9)) - Create a default genesis.json if one does not exist([`2ca625b3`](https://github.com///commit/2ca625b319397cccbb84e2528a89030ef8ce3cdc)) - Prevent setcode from updating the contract to the same code it already has([`c453c360`](https://github.com///commit/c453c36086273abcd8634674cb598e0d44cf220b)) - ([`a51d9edf`](https://github.com///commit/a51d9edfd8bce13a3188b7010afc0cf46c89725a)) - Add delay_sec field, not yet using it #2001([`18009d1e`](https://github.com///commit/18009d1eb07d51686f1c113b8170ab8224848927)) - ([`ecc6ad7e`](https://github.com///commit/ecc6ad7e1abbfc16bd3beb33fe885a051293d109)) - Make same change as PR [#1719]({{ self::remote_url() }}/pull/1719) which can't be merged now because author has deleted their repository([`a67a1496`](https://github.com///commit/a67a14968164bc74222c9962c97958cf8fa0d7f3)) - Eliminate compiler warning about no newline at end of file([`a5d8addf`](https://github.com///commit/a5d8addf7308aa23103cb64d1806bfb17bf31cb9)) - ([`a30932df`](https://github.com///commit/a30932df044ca17aeafb99ed49d2af54b6d88215)) - Handle removal of current_receiver API([`4dfcb41e`](https://github.com///commit/4dfcb41e21480465bd69e10031e134c4d2d9c069)) - Use new db api to return permission tests results([`c463b93c`](https://github.com///commit/c463b93cbca1eebcdf38b81e429f73118130cee9)) - Add permission api([`4f94246b`](https://github.com///commit/4f94246b6f22aa2ca138662d9e4aeb1e8c2e827a)) - ([`69ac9cae`](https://github.com///commit/69ac9cae164c3931f8319252b7a3be92d7a13297)) - Add expiration to txn_test_gen_plugin txns([`60d98fe2`](https://github.com///commit/60d98fe239270ed363bb3beb2171250d10e633e9)) - ([`ddb1756b`](https://github.com///commit/ddb1756b88af968c7ad5666767fcae72bc04e7de)) - (appbase sync) When a plugin throws during startup, cleanup([`37dbaba4`](https://github.com///commit/37dbaba4ea2064a55d7197669661df700fb187cb)) - ([`ad0a1815`](https://github.com///commit/ad0a1815fdae654bf625cec4f6c7b47274cacf44)) - ([`d39eae2f`](https://github.com///commit/d39eae2f5688df3c4d0efbb1d9711d48baed89a0)) - Minor formatting changes for ease of readability([`53efaf4b`](https://github.com///commit/53efaf4bb0ba2cbcffdf61adbd75c6b24fd4f15b)) - ([`2576d29d`](https://github.com///commit/2576d29dbad60e68b9f32121628913eb7067d96d)) - Adding __apply_block validation rejecting empty regions, cycles, and shards. GH #1769([`34304e43`](https://github.com///commit/34304e43b7b746562e1a16cb8ab88d9014c43ba1)) - Returning a useful exception for inconsistent receipt statuses. GH #1769([`6cfc0f42`](https://github.com///commit/6cfc0f4272652a5d04dba0db38535a7b088a5358)) - Reuse empty cycles and shards. GH #1769([`fc4086f1`](https://github.com///commit/fc4086f17c46bc07ce1b5358cb5770a9554d2a94)) - Pruning out empty cycles and shards. GH #1769([`20acd793`](https://github.com///commit/20acd793a258398f107c11be4e4802ed2742534d)) - Indentation. GH #1769([`0029917e`](https://github.com///commit/0029917e23c50d540f5a52f3e3d3fe9ac117569b)) - ([`e22ac305`](https://github.com///commit/e22ac305bb921ee973a7c01bdce13a6d9744a154)) - Added comment in eosio_build.sh to explain how to use EOS_BUILD_TYPE([`509d4ee8`](https://github.com///commit/509d4ee82e3d06be685e5d37333106de6148e941)) - Build all dist's. Added dynamic CMAKE_BUILD_TYPE. Default is CMAKE_BUILD_TYPE=Release. Set env var EOS_BUILD_TYPE=[Debug|Release|RelWithDebInfo|MinSizeRel] to enable.([`7d231364`](https://github.com///commit/7d231364648af4a1248adf67ae55b33bca8d13fc)) - ([`309cde18`](https://github.com///commit/309cde18aa4ac8ab302a501d5d2fb31288cda63d)) - Added better exception handling for wasm serialization([`e01acedb`](https://github.com///commit/e01acedbd260fb0bc42933a5b026b7e5495854fe)) - ([`6a54c5cf`](https://github.com///commit/6a54c5cf220e9603af043fb1768ebcf5f60b21d6)) - Rpc.dox - remove stale merge leftover([`19bc82ea`](https://github.com///commit/19bc82ea4ed070ad15a493ffc45bfb0ae734b7da)) - ([`1d9df77c`](https://github.com///commit/1d9df77ce93fcae70e2663f5611bcfef07607451)) - - add support for estimating net and cf_cpu usage to cleos([`f086c9ad`](https://github.com///commit/f086c9ad6d3dd194c72d1090c9bf70d7a37eef06)) - Estimate cf usage and add support in tests([`60110104`](https://github.com///commit/60110104ebe2225d8367d7c740ff6c8ecacd4032)) - - enforce that the CFA cpu usage commitment is not violated([`1cac2038`](https://github.com///commit/1cac20380a3a697d155f327aa5bdbcd0f7f83ab1)) - - enforce the commitment to the transaction size is accurate([`99873b77`](https://github.com///commit/99873b771cd1f05d28dbdeac39779db1d492c538)) - - added missing parameters to eosio_system_tests variant object([`4e8a7469`](https://github.com///commit/4e8a74696bbc35189d0339b69a9aa3fa1abf88a6)) - Merge master @ 38b43a93([`3e43802b`](https://github.com///commit/3e43802b06e8a83fc998a4b43f37164caeda5440)) - - fixed typo in read lock accumulation([`26effdca`](https://github.com///commit/26effdca886d5585c1b27dde260d39ec86b7568c)) - - set more reasonabler defaults considering the max trx cpu usage was less than the setcode penalty... the smartest contract is the one that does not have to exist([`09d645b3`](https://github.com///commit/09d645b3c17ff6fa0272b9548b4364d97389c8da)) - - set and provide "reasonable" defaults for the new chain config parameters([`0fc72fec`](https://github.com///commit/0fc72fecb5f18f69d24ebba33ebb6d7ab4bde9da)) - - added in per lock net usage([`ed4fe2f3`](https://github.com///commit/ed4fe2f3d1bb3a482f4b9a3d52b9cd4ec974e142)) - Merging master @ c721c31d([`4074a36c`](https://github.com///commit/4074a36ca6ff18e014a5ce7e87bbf2b1accf14da)) - Disable system contract from manipulating actual resources until tests are straightened out... reverted tests to the minimal change to make them work([`ab970748`](https://github.com///commit/ab9707482d840aebef32d859b9769dddf208ce38)) - Merging master at 895f207c and fixing lots of bugs. eosio system tests are failing because they are actually assigning resources to people([`7dc7c914`](https://github.com///commit/7dc7c91486bb4160910a92a72e229fae896677c1)) - - add enforcement of block maximums at the time that transactions are accounted for([`1177b6a7`](https://github.com///commit/1177b6a76c7cf42f80480831e1429d6c1d2904ab)) - - change name and type of commitment to network size of a transaction to match the rest of the system and imply its multiplier. Additionally changed to a VLQ encoded unsigned int.([`06f499d9`](https://github.com///commit/06f499d9cda8d769c940f9b24e5e06256aedc76d)) - - added testing rig for resource_limits_manager([`a04607ac`](https://github.com///commit/a04607ac10687d26c3b615e14c5348c42e2bde90)) - - added a multiplier to ram usage for contracts([`fb50bb96`](https://github.com///commit/fb50bb96437a51ebc3a56a834f8428a9a6393d60)) - - added timing to the transaction and action traces for non-consensus use([`2afc9bfc`](https://github.com///commit/2afc9bfc5ac9fc6938a72fc9f1a7545df0ef804c)) - Plumb Ram billing for:([`2cb7d654`](https://github.com///commit/2cb7d65406a308e5d6867f2852cf5bcf833a92b5)) - ([`89e7da0f`](https://github.com///commit/89e7da0fc6572b5cf80b6168423d84047128f84c)) - Merge master @ 1a8bfeca([`9006a984`](https://github.com///commit/9006a984ef8070e2b3025146666dcdb8f3c29acb)) - Change rate_limiting.*pp to resource_limits.*pp([`0228d36d`](https://github.com///commit/0228d36d639db429d6cfebeadd3396ad427c34b5)) - Interim checkin([`40b5e618`](https://github.com///commit/40b5e6180536594e59c9b3c7efaa547546f0baeb)) - Update update_usage for checking limits([`7f269dd1`](https://github.com///commit/7f269dd1bf7a628feaa1ba180ea82bd757721fed)) - Adjust index to favor scraping all pending updates, update sync point processing to reflect the per-account pending([`95e93383`](https://github.com///commit/95e93383443dcbd9f77f2d030b6318f21d226877)) - Read from pending, mark as pending([`b3275e7e`](https://github.com///commit/b3275e7e67ad415f5e8709b9dbe13a2773af1340)) - Merging master @ 4be244f4([`f629efb5`](https://github.com///commit/f629efb5412fd7098ed5e3ce911e2804a5f43280)) - Interim checkin to move machines([`700cf813`](https://github.com///commit/700cf813c3652c9351007844461889e5ac19a170)) - Interim checkin to move workstations([`811e4b72`](https://github.com///commit/811e4b7236062cb8ec778f8818ea851c05046be0)) - ([`c8f1257e`](https://github.com///commit/c8f1257e6ca9be4b9a16ee6221e4a6b780f92d0c)) - Don't set OPENSSL_LIBRARIES, that's an output variable([`4a627308`](https://github.com///commit/4a6273088ab4be26b907c046b1c739858ee5fb7f)) - ([`1c1e93d6`](https://github.com///commit/1c1e93d6b7710cccf7dddc68af7a930e96e17a3a)) - #1985 - restore the default producer key pair for the bios producer([`841f1a06`](https://github.com///commit/841f1a0639ddcaff7188d2ad48ba87eb855fcd7e)) - ([`e4643c02`](https://github.com///commit/e4643c02dbb3d152f23f04970b4bc15b80bb3a34)) - ([`38b43a93`](https://github.com///commit/38b43a93074daca9a7442c8ee3502b334f30f29f)) - Moved template function into cpp file. GH #1022([`e733b337`](https://github.com///commit/e733b3373a56e4ed223dae10076980d3bd7a541b)) - ([`c721c31d`](https://github.com///commit/c721c31d6fb0da210dccf03e2d7edfa0910c5144)) - Commented out code to start mongodb at end of eosio_build.sh([`7cf0ca79`](https://github.com///commit/7cf0ca7984e9ed1f80e7cfcd2c7af29fe2492e09)) - ([`b5e1c26a`](https://github.com///commit/b5e1c26a283e8e18360f2f25872be48a0652248b)) - Moved mongodb install to /home/bhamilton/opt/mongodb formatting changes for ease of readability([`7e253148`](https://github.com///commit/7e253148a7ac3d360764323333fa79d7b255f1b6)) - ([`5af33d99`](https://github.com///commit/5af33d9994568ff157c5b6e9bca8d56bab4dcbb5)) - Rename eosiowd to keosd with script and documentation updates. GH #1968([`dc921e74`](https://github.com///commit/dc921e7473be58ee0abdbded1afcdc12cd5bee13)) - ([`f0f4fb2d`](https://github.com///commit/f0f4fb2d8eef98c754e6ad48c1a2154e9208e0c8)) - Merging in changes from master. GH #1022([`daf45278`](https://github.com///commit/daf45278c063b2b500bb5875f9d9cb18a99abebf)) - Refactored _push_transaction into a method to wrap transaction processing so that all the processing around _apply_transaction could be performed for transactions that get delayed. GH #1022([`8cba692b`](https://github.com///commit/8cba692b399eb0c94969d3e7a77ae1cefa5ea185)) - Handling received delayed status the same as executed. GH #1022([`f22e44a3`](https://github.com///commit/f22e44a3bf83b256686b070e6bb710f125b44e01)) - ([`e31083b3`](https://github.com///commit/e31083b3b2de4539d358bf32d53b3695f66a50b7)) - ([`92e1e46f`](https://github.com///commit/92e1e46fa65b46ff219c257890e18f87ea90a148)) - GH#1938 - Ignore unexpected actions in system contract instead of failing([`4d61a870`](https://github.com///commit/4d61a87083f36ab08457933991ab7f1b28f34e04)) - GH#1938 - Handlers for canceldelay and mindelay([`60fa9199`](https://github.com///commit/60fa91991fdcde9db110665a1ca99737605248c2)) - Small fix([`763b358b`](https://github.com///commit/763b358b4991181007fddc68d4dd238268a83836)) - GH#1938 - Added native action fields in system contract([`947b08cd`](https://github.com///commit/947b08cdba6c4d8e6b4993cd4c371250e310f068)) - GH#1938 - Add handlers for native actions in system contract([`352a4601`](https://github.com///commit/352a4601440c21d30e48f363ef1a6efd7139e53c)) - ([`1933e08b`](https://github.com///commit/1933e08b74aaa05c4438e2c396a31c5f32b1d117)) - Add additional unit test to verify that tx signature depends on context_free_data([`30b6b69b`](https://github.com///commit/30b6b69b4bd7f0148cc5b8af39f06d1203eed289)) - ([`5c420228`](https://github.com///commit/5c420228496c327516392d8d0934686a6fcf3ea1)) - Fix problem where schedule version is not persistent([`f0928458`](https://github.com///commit/f092845887d9d6b5d6c536db4f780cdeab9a0e96)) - Add unit test for testing schedule version([`8ab07fd6`](https://github.com///commit/8ab07fd62b48c09dd1f3866b898b62929dceabad)) - Tidying up producer schedule test([`c156068f`](https://github.com///commit/c156068f3f355af6d7e7e8012f552121035edbcc)) - ([`895f207c`](https://github.com///commit/895f207c6193086ea6907058a4d04d1a7cc01b32)) - ([`27956b83`](https://github.com///commit/27956b83b00c10acb997acea9163eb44e542da2f)) - ([`64e0246a`](https://github.com///commit/64e0246acd4f7787ec54ef1f7fe82844cdd21dba)) - ([`4819563e`](https://github.com///commit/4819563ee3124bd317f36a11c1a01001bf204597)) - More correct alignas #1853([`dff05b39`](https://github.com///commit/dff05b39482a257fe246fc4e30d3b94fdb61ed1f)) - Bugfix, hack in fc::static_variant (assume most strict alignment) #1853([`8cdb70be`](https://github.com///commit/8cdb70be306604d05559502c850ae9e2f5def3f4)) - ([`ca9468b4`](https://github.com///commit/ca9468b44e0abde6d1cac5e4b1f9d15a214f4a36)) - Reject blocks with transactions executed before execute_after #1853([`e84246b5`](https://github.com///commit/e84246b5a24ea87daec75cbef54a7ed0bcdef558)) - Deffered_transactions_max_time_per_block_us in config #1853([`62e26737`](https://github.com///commit/62e2673709d3072964e7e50a6659c4365bbd3598)) - Deffered_transactions_max_time_per_block_us in config #1853([`6b7524b9`](https://github.com///commit/6b7524b9b952a6ca1186b7d09e3273de68106d3c)) - Deferred transaction sender_id switched from uint64 to uint128 (missing file) #1853([`5329f6c6`](https://github.com///commit/5329f6c6d12c4de4d9ce97da622fc70179d301dc)) - Deferred transaction sender_id switched from uint64 to uint128 #1853([`581a3be4`](https://github.com///commit/581a3be421a5bdfe79cbc5d5324e3cf60e1b1386)) - Small bugfix #1853([`6fe04391`](https://github.com///commit/6fe04391bdffe8338445c0a8b4a14637401085a1)) - Currency_tests use produce_block() instead of push_deferred_transactions() #1853([`1d85ef43`](https://github.com///commit/1d85ef43ae8bb39fae7f72c2f2d9cacc14d520a7)) - Api tests use produce_block() instead of push_deferred_transactions() #1853([`063914bf`](https://github.com///commit/063914bf5373e4332aad21644f8fb388da8b956a)) - Private _push_deferred_transaction separated from pulic push_deferred_transaction (for use in tests) #1853([`41bf39db`](https://github.com///commit/41bf39dbcd3785c1d6cf40f8a9182d4cdcdf610b)) - Bugfix, system contract unit-test switched from push_deferred_transaction to produce_block #1853([`f017db0d`](https://github.com///commit/f017db0d798d041e2a4699de4d0c8b932351ab32)) - ([`48ed525b`](https://github.com///commit/48ed525b63fca7e4b6b689773923c9b5074ac91d)) - Shcedule deferred transactions (draft) #1853([`01ad855c`](https://github.com///commit/01ad855c8652a950ef8c5c533b0e396cb09cee41)) - ([`ede8298f`](https://github.com///commit/ede8298fd5596702a811357459eb7a5e98cc567c)) - ([`595e66d6`](https://github.com///commit/595e66d6a700ac11f518f73a8c27f69703fe842a)) - Add code comment.([`db81d836`](https://github.com///commit/db81d836b2a9cb845e8d44d65ca7166eea604468)) - Disable uninitialized launcher variable usage. Support for Fedora.([`1f55d4d5`](https://github.com///commit/1f55d4d5d856aa1220b1a72f42b1df246b01d05a)) - Dump stderr of all nodes in case of failure.([`aba17a65`](https://github.com///commit/aba17a6553e79dd402442cd0dd7fc643f93ed636)) - ([`569763ee`](https://github.com///commit/569763ee89947eaac5291264f7584b80e736732e)) - Fix a few remaining strings of "eosd" etc in nodeos([`ba3964c8`](https://github.com///commit/ba3964c82fc6271738ecd1c8d482e2b5865e7b22)) - ([`5ef31ab3`](https://github.com///commit/5ef31ab3d70fea7091eaf2dfdf624075d4b7028a)) - Fix EOSIO ascii art in build script([`98bdb4f5`](https://github.com///commit/98bdb4f5e064e8694304fa7fd404e543a680d276)) - ([`2943a947`](https://github.com///commit/2943a94767cd25a37fd5c738259d6bf08a751c7a)) - Fix unpack packed_transaction struct error([`d870e01a`](https://github.com///commit/d870e01a326ca012b917638f6c66a89618e001a8)) - ([`9120f16f`](https://github.com///commit/9120f16fbe8363224f4715dc04cb4a41ba4c3572)) - Resolve conflicts, #1030([`4b8851a4`](https://github.com///commit/4b8851a4855ae0b539fae5af50f1c6256c2b9e4f)) - Adding tests and fixing eosio.any permission level #1030([`44b8885e`](https://github.com///commit/44b8885ed475f5c10be3a7a9ad90e4205f711715)) - Progress testing eosio.any auth perm, #1030([`e7de47b6`](https://github.com///commit/e7de47b6df9aee18f052d5bf50850d44fd82deb8)) - Implmeent eosio.any link #1030([`b49eb647`](https://github.com///commit/b49eb6477c34cac2d00c2345a6dcd1c0f4e1f3e3)) - Reworked the python3 verification to be more accurate with apples default install of python 2.7.x([`5e4f4bb8`](https://github.com///commit/5e4f4bb8eeef86acc3ecc6677145b7e07826e066)) - ([`53ea459d`](https://github.com///commit/53ea459d0ec400e968fee24bfc1fb5669323334d)) - Add missing contract dependencies to chain_test. issue #1892([`b9e54a78`](https://github.com///commit/b9e54a78505b0c9f505f12061f5c7784eb2e97f1)) - ([`7ba3a8c3`](https://github.com///commit/7ba3a8c3d34d35bd62883f45a6df170a3dba96e4)) - Fixed line wrapping issues and TOC alignment([`750b9af2`](https://github.com///commit/750b9af2a58fa07557afdf41574244cff5674acb)) - Issue 1903 - Updated README.md for local testnet and pointers to dawn-2.x README for public testnet.([`603822b8`](https://github.com///commit/603822b83ac7a4b42e3702d2e6a77642298f0b1d)) - ([`d25cf0ce`](https://github.com///commit/d25cf0ce9d4481d37284f6992e3040123e9ea953)) - Added "Var" and {{ }} where appropriate([`38e42402`](https://github.com///commit/38e42402bd3f5acefa43b1a88e32e904dc24436e)) - ([`459165ea`](https://github.com///commit/459165ead3629ff26f7b02b0e03f934a3a16a069)) - Added unit tests for mindelay and canceldelay actions and other tests. GH #1022([`024810df`](https://github.com///commit/024810dfd637752a6427648e640df43a19cc8eae)) - Fix backwards assert logic for processing canceldelay action based on testing. GH #1022([`6aaf2207`](https://github.com///commit/6aaf2207adc255017bd28e4300d565ccb09db48f)) - Fix for master changes to transaction_trace. GH #1022([`6d1b12b8`](https://github.com///commit/6d1b12b8697edfde843dac5c1c1c39a0f8a73a39)) - Moved mindelay processing into context_free_actions because the action does not effect the context. GH #1022([`901ae5f9`](https://github.com///commit/901ae5f9977a2c30e3f1c3e899b50e818dcbe506)) - Added test case for changing the link away from a permission with a delay.([`bd6e7380`](https://github.com///commit/bd6e7380a736bde8d4c98682da77df90f0dab4e7)) - ([`af3fa927`](https://github.com///commit/af3fa9277455e38b68e46fb8ac2e94f3f9eaa326)) - Fix problem of checking creator’s privilege for creating account with eosio. prefix([`6ecc4a12`](https://github.com///commit/6ecc4a12f78881090819eea7b18b133d1f255852)) - Additional unit tests for eosio. account name prefix and account name length([`2ecfd703`](https://github.com///commit/2ecfd70315622764a2d27bfd5248d8b4dcf5e3ac)) - ([`7f854a61`](https://github.com///commit/7f854a6103d718a607ef0359c4243221dc87f326)) - Fix spacing([`c37c9cb0`](https://github.com///commit/c37c9cb03c44f4d4e21005fcd3eb34b34167ff9f)) - Fix failing test cases before different type of exception is thrown([`382db885`](https://github.com///commit/382db885f72ae6fb77fe0fdf4931556576e3e23d)) - Fix spacing([`8d253db4`](https://github.com///commit/8d253db4b3a78334fa427732a831cd3e8f3e086f)) - Improve eosioc error message for push subcommand([`9d28b51e`](https://github.com///commit/9d28b51ed305f4076db6558d813959ad4c435575)) - Modify RPC error response format([`96296e88`](https://github.com///commit/96296e885f356b5217eee84d4024ced21747376b)) - Use find instead of get to query account object([`8ff8598d`](https://github.com///commit/8ff8598d824ed3e8b6bd114a99124eaffba58852)) - Improve eosioc error message for get, set, and wallet subcommand([`824ea7e7`](https://github.com///commit/824ea7e7af04360e2129326323c3793f88b37440)) - ([`5a183899`](https://github.com///commit/5a183899bc3fa5207ac617c95756747fff357224)) - Blow aware previous clones of mongo-cxx-driver during eosio_build([`cdb6258f`](https://github.com///commit/cdb6258f03a9ac0cb3b20d22773abc3e481dc40c)) - Use --with-libbson=bundled when building mongo-c-driver([`353030d4`](https://github.com///commit/353030d47e145bb5aa61123014d9aaf5ddf43c27)) - Build the mongo c++ support libraries for static linkage([`4c00cce9`](https://github.com///commit/4c00cce944f79fb636f0a3486b7bc9eb604c163d)) - ([`331d4218`](https://github.com///commit/331d421876049f52b5cadc449fb1137049e41178)) - Fixes for changes on master to transaction_trace.([`4694ddb9`](https://github.com///commit/4694ddb9e2e721a4835b6a140aa032a21d4989b6)) - Adding system account active permission for delayed (boxed) transactions. GH #1022([`59c80b96`](https://github.com///commit/59c80b965c2330e828713d7743118cf55684e48a)) - Added db_store_i64 internal method to allow setting code. GH #1022([`9807563d`](https://github.com///commit/9807563d209cd95e8eb3e505d6d1fbbc7509a0bb)) - Test changes to set non-default expiration and added push_action that takes multiple actors for authorizing. GH #1022([`f2c6add9`](https://github.com///commit/f2c6add934db8519b6bf8b8723019beef501f4b0)) - Applied changes from GH #1730 for get_next_sender_id. GH #1022([`4ad0316b`](https://github.com///commit/4ad0316b60b2a8a031dc5078fe6be682d6c34a2f)) - Added tests for permission delay. GH# 1022([`34ba815f`](https://github.com///commit/34ba815ff333da97e45a3bc19aaabf633f528598)) - Test changes for adding delay. GH# 1022([`aa1f6980`](https://github.com///commit/aa1f6980003f2832d8a75ff5766368064e1c3fae)) - Added logic for determining the maximum delay associated with a linked action or with procesing a change to a permission's delay or a link to a permission with delay or an action to add a minimum required delay. GH# 1022([`edd17003`](https://github.com///commit/edd1700375c717cc9e1640fdbbf34c0b4e2c2888)) - Added logic for handling inline actions and deferred transactions. GH# 1022([`647f3ed4`](https://github.com///commit/647f3ed4f8f1d72d8fb987456b3626ab09513f96)) - Added logic for boxing a delayed transaction. GH# 1022([`eadf20dd`](https://github.com///commit/eadf20dd34dbcc311a16d97cf261d45664452f25)) - Changed satisfy to accumulate the highest delay found on any of the permissions traversed from other to this permission. GH# 1022([`f4804b68`](https://github.com///commit/f4804b6805a73d53da419fa4955cd5de14898676)) - Added delayed transaction_receipt status and added ctor for boxing transaction as deferred transaction. GH# 1022([`bbb89e9c`](https://github.com///commit/bbb89e9cb1c8c585c79bc5b24118996db336107b)) - Added passing a permission visitor to the authority checker to allow calculation of the delay. GH# 1022([`6aaefab7`](https://github.com///commit/6aaefab70f6639c051279b49ca288912e6388532)) - Refactored check***_authorization methods to return an optional delay and factored out looking up a linked permission. GH# 1022([`38279ea3`](https://github.com///commit/38279ea34c9cfc26a4ee2ce35c671aca2f9a0c08)) - Adding case for delayed with #warning TODO placeholder. GH# 1022([`343bb3dc`](https://github.com///commit/343bb3dc2f806327a5fe0c1691a451073c942f6a)) - Refactored storing deferred transactions to process later. GH# 1022([`0e371c61`](https://github.com///commit/0e371c6137548e78493e7c01331a1319980784b7)) - Added missing time operators. GH# 1022([`f2272260`](https://github.com///commit/f2272260135e706bf72188198105aa1f877b4956)) - Added delay parameter to permission. GH# 1022([`fb7c3141`](https://github.com///commit/fb7c3141c14f1d318e04d4d2f1fb886a497088ef)) - Added native canceldelay and mindelay actions. GH# 1022([`cec3306e`](https://github.com///commit/cec3306ee2368177d2dc6309140f911e23a511a7)) - Fixed logic for determining deferred candidates for execution. GH# 1022([`05a16e00`](https://github.com///commit/05a16e00696c68be34f192969bdce0a7692772be)) - Move get_next_sender_id into apply_context. GH# 1022([`c4364b2a`](https://github.com///commit/c4364b2aecc22662083b12cf7c36989ea063bc89)) - Fixed TOC indention in README.md([`13a30de0`](https://github.com///commit/13a30de00856495ebf57c9c6075d50a019a659a6)) - ([`423e602a`](https://github.com///commit/423e602a4e951ba65d807550abb4683809fdeb9f)) - Fix #1848 - signatures no include CFA data if it is present, otherwise are unchanged([`ebcf4e12`](https://github.com///commit/ebcf4e12f28965b764e582f18d7aef43df15559a)) - ([`133c0f84`](https://github.com///commit/133c0f84ee5a5b2127abaafa2fbdc6a09408f81c)) - Micro bug fix: remove wrong ; #1735([`0bd68537`](https://github.com///commit/0bd68537d3c10f0ab0edfc6f58a71b9aed3226a8)) - Update unit-test for system contract #1735([`aae12650`](https://github.com///commit/aae12650520e8831a7df33511415f791ce4f2f4b)) - Enforce deferred transaction uniqueness, fix ABI and unit-test #1735([`cc5c3270`](https://github.com///commit/cc5c3270d8a098e3321c8b1ec7387c8a6ab9930c)) - Check max number of deferred transactions fix #1735([`8a71b861`](https://github.com///commit/8a71b861b1e01aa0ea2216c964b609ec12158a8b)) - Producers vote on max_generated_transaction_count, check max_generated_transaction_count and max_generated_transaction_size right #1735([`948d3a16`](https://github.com///commit/948d3a16bf9dbcfc171ccf0e82c3e240072dd965)) - Unit-test for deferred transactions uses transaction_traces from push_deferred_transaction #1735([`dd7698d5`](https://github.com///commit/dd7698d5ddaf6d0a4a22ea3a1d4a5588049c4e61)) - Unit-test for deferred transactions uses table to communicate from wasm to native code #1735([`3be69301`](https://github.com///commit/3be6930100faf239591239c6a6cf91b95ce33989)) - ([`8939df0a`](https://github.com///commit/8939df0a174ce230ae953ac67a31f6c6c5207d5f)) - Unit-test for deferred transactions draft #1735([`b5f70f7c`](https://github.com///commit/b5f70f7c41ef12aa594e9244653ba18c24a4ac5e)) - Deferred transactions create/cancel requests in the same container, stub for abi_serializer with static_variant #1735([`8596fa66`](https://github.com///commit/8596fa66d8591493c04d81bbf788d781c757c65f)) - ([`d0b35320`](https://github.com///commit/d0b35320a83399803888e3200696b23d55a0ec00)) - Add back in wallet test GH#1873([`fb8b92c4`](https://github.com///commit/fb8b92c41f9be1beff1e56cc8de7bd0f79675d2b)) - ([`b97f979b`](https://github.com///commit/b97f979bc76acf284726137ed25ccc13a124483f)) - GH #1867 Test to verify unspecified transaction expiration throws.([`97c5af91`](https://github.com///commit/97c5af91ac5378cc2b89d25595ddc76d6f89e8a3)) - GH #1753 Test to verify duplicate transaction throws.([`c31082e5`](https://github.com///commit/c31082e5c9a02552a66ac0775bac9636f5c9efb3)) - Added signature/authorization check for input transactions. #1755([`b349c587`](https://github.com///commit/b349c5875af1299c9115e38a4ce79f1e96081ce2)) - Remove redundant validate_block_header when generating a block #1755([`e48dde71`](https://github.com///commit/e48dde718d470234e21da55f99da89b2cba66008)) - Unit test on deferred transaction expiring too late #1753([`6144bdfd`](https://github.com///commit/6144bdfd5b7ca35ebecdd5a5a260d98ae5fb7849)) - Check expiration time of deferred tx to avoid keeping the tx id in transaction_index for too long #1753([`cd48c1d1`](https://github.com///commit/cd48c1d19d4aac82e018bed9a1a6bd3be4de923a)) - ([`360e3329`](https://github.com///commit/360e3329a46ff7be2b0469d58440702df0d2f43d)) - Add test cases for negative asset([`e5ac473f`](https://github.com///commit/e5ac473f0bd86cd9600807cdd9d86f374e758987)) - #1616 - Allow asset without .([`cccd23ce`](https://github.com///commit/cccd23ce66e619f42bdc7bf9cbf21efca7b706e7)) - ([`8ea891fb`](https://github.com///commit/8ea891fb151d17f970266cf8d15f189758ac9472)) - ([`4249290c`](https://github.com///commit/4249290cde5f699b0d54e0e3d37d4869162631a0)) - ([`a6244dc9`](https://github.com///commit/a6244dc904619fb2e96a420dc5850ae048aa0a98)) - Get_table_rows_ex must use copy_inline_row and update currency.abi([`553364d0`](https://github.com///commit/553364d0d28232a6499a611e2041c5c312d184f0)) - Rename `symbol_name` to `symbol_code`([`7d7b3cb1`](https://github.com///commit/7d7b3cb16f10fbea87b1635cb20dcdb7bdddcc72)) - Move symbol_name out of abi_serializer.cpp and into symbol.hpp([`d450e528`](https://github.com///commit/d450e52872704c8771489d554bb5fce4bf84e906)) - Increase time limit of checktime_fail_tests to hopefully fix Jenkins test failuref([`238a141a`](https://github.com///commit/238a141a3d1532ac333e5cba5d7bec81d0494cf6)) - Make get_table_rows via chain_plugin (and thus cleos) easier to use:([`9f72d569`](https://github.com///commit/9f72d569d9f8274a240d1266c93c120eb23e7893)) - ([`d608fb5b`](https://github.com///commit/d608fb5b3a790c2f7eb19fae909c412105ef805f)) - Fix tests after rebase([`f093ba8c`](https://github.com///commit/f093ba8c9c407e150532de89d569893ff552a893)) - Modify eosio.system to handle current_receiver API removal([`4c38f674`](https://github.com///commit/4c38f674dd8bd0c28bb6829dbf2e10a73399a9ee)) - Update apply function signature for every contract([`826f2413`](https://github.com///commit/826f241330d531ac09af24ff49ea8656213a99fc)) - Remove current_receiver intrinsic([`a4277224`](https://github.com///commit/a427722494775168c41f917cff833f4872cff57f)) - Pass current receiver when invoking apply function([`6cac3d0c`](https://github.com///commit/6cac3d0ccee8fd96b5af5e702b11572be24e7e75)) - ([`4fcf8470`](https://github.com///commit/4fcf847040d921b8563830869ff63a7567731985)) - #1768 Found a couple of off-by-one errors in the config generator portion of the launcher.([`1d9282af`](https://github.com///commit/1d9282afc579141b7e7e4ae8b632aa90cd56ed8b)) - ([`1cd5cf86`](https://github.com///commit/1cd5cf86207cffcfbb59c949a6a383d06827a975)) - Remove unused old DB helper functions.([`a835f654`](https://github.com///commit/a835f6544473b4c3b4fc004f119b292de30826d7)) - Extend get_action API to allow readng of inline and cfa inline actions generated as part of the current transaction.([`8d99654f`](https://github.com///commit/8d99654f8196a94507e9ae6f0ba10c0e4ead46b6)) - Fix apply_context for cf actions([`4b81237e`](https://github.com///commit/4b81237e8ceb9a2ad89c4c44e338847e2684e61e)) - ([`d2753327`](https://github.com///commit/d27533277097248a569b6454299a2b9ba0724110)) - Deleting expired transactions, #1753([`47b646d8`](https://github.com///commit/47b646d8bd5e736f0348155c099922802102dcf7)) - Remove spam #1753([`fa32ed9f`](https://github.com///commit/fa32ed9fb265519e200a5a7e6a54a35e018dabcc)) - Validating expriation, tapos, and uniqueness #1753([`f6695d6d`](https://github.com///commit/f6695d6d049e4546bbaf09094f17c58d78892089)) - Added version check for installation of python3([`a2265a61`](https://github.com///commit/a2265a618e894d2f3d35f1337d57c3103b277749)) - ([`4fa9403d`](https://github.com///commit/4fa9403d825257d5fc825a8a9d31eac4b784806e)) - Add translator for unexpected exception when running test([`f55aa100`](https://github.com///commit/f55aa10026906aacd919e11c0ae0b43647185682)) - ([`3d882aa9`](https://github.com///commit/3d882aa9d9b86b611b642f790904ac755a2ce18e)) - Added additional system and build information to eosio_build.sh. Added EOSIO information and links to end of build([`313e6589`](https://github.com///commit/313e6589a19c6e1f04b194c9a4b97ece19a299b8)) - ([`221b6a6a`](https://github.com///commit/221b6a6a2a5db18a97b82249f8f116db2b9659d7)) - Include mutex header to hopefully fix linux build errors([`c87c8e0a`](https://github.com///commit/c87c8e0a9c487cc24852398cbf1687200a9ed1f8)) - ([`45967cd0`](https://github.com///commit/45967cd001946789b00436ed5a2e84f79f9b9e1a)) - ([`5d4daf1b`](https://github.com///commit/5d4daf1b2004377cea6fc69b2cbaaef1376eac71)) - Update blocks_per_producer to reflect actual value in the chain([`12194519`](https://github.com///commit/12194519fefbc08c97b256c94acfb0608cdc6fd0)) - ([`5bb8f014`](https://github.com///commit/5bb8f01474a243e077b1486414c7c8cac9a7e4a5)) - Initialize last_bucket_fill_time the very first time onblock is called and fix claimrewards([`0b526c59`](https://github.com///commit/0b526c5988178cf120ad156ec059a60fa3bbe152)) - Allow no one else other than owner to initiate the refund.([`3af2c7be`](https://github.com///commit/3af2c7be40d981c186e19791628a6bc9e78d5ece)) - Minor changes:([`56add325`](https://github.com///commit/56add32589cbf052bfae7aec1f941f4fce20fc15)) - Separate out C++ blockchain parameter setter/getter helper functions from C privileged API([`cda36cb9`](https://github.com///commit/cda36cb94bef01581314ca1a62924249695fd70d)) - Minor changes:([`c428b191`](https://github.com///commit/c428b19121c945f19fa07b568fe0dc998255c537)) - Improvements to optional([`06533740`](https://github.com///commit/06533740c8a6199581ebd16d7014a6234ab39ef3)) - Use floating point in payment calculations([`f138b563`](https://github.com///commit/f138b563ba71a715452c18529a456a08c77c44c0)) - Store implicit transactions like the on block transaction in the trace so indexers can get at it([`2ca7ce51`](https://github.com///commit/2ca7ce5138cb809560adbc40105b901fc616ad0f)) - Fixed build issue([`394be88d`](https://github.com///commit/394be88d7622b91a8d87c2c8185e9ec2dd4ab4a4)) - ([`909eb591`](https://github.com///commit/909eb5914c1fc1eeea5b954910b8c46975b16c6a)) - ([`b4f496b3`](https://github.com///commit/b4f496b3516d623d1bde7806ebe51134307d50a6)) - ([`8c50c335`](https://github.com///commit/8c50c3356ee4c586c30a8996174f35b397103b07)) - Deferred unstaking fix and tests([`56df3bdc`](https://github.com///commit/56df3bdc7e195ec2053029bec2277f816886aa25)) - Sender_id type changed from uint32 to uint64([`a8324689`](https://github.com///commit/a8324689db583e011db3b591801208b9c971fdaa)) - ([`e165dab6`](https://github.com///commit/e165dab61f5b338a0b1d2c61147f34eb9ae3aba3)) - Deferred unstaking first draft([`ab1e3d1d`](https://github.com///commit/ab1e3d1d0c8464f24de162dfa979654a416c6d3a)) - Nonce serialization([`649e359b`](https://github.com///commit/649e359b8ee74d2663cfefb1eb192623aace1ecf)) - Attempt to fix mongodb failure([`f2ffa70a`](https://github.com///commit/f2ffa70a53e93eda8139e1fd1112c68c178b2f8c)) - Fixed serialization bug([`a5e206ff`](https://github.com///commit/a5e206ffdbbb0910065af7ce110b7f4b71ff018f)) - Added optional field to serialization([`4ddfdc41`](https://github.com///commit/4ddfdc41459d6702d42b4d5512efb4c120bd69cc)) - Optional fields support in ABI serializer([`46d2a977`](https://github.com///commit/46d2a9776c86bfb27b3d400dc80adccc379f3330)) - ([`26aca2f6`](https://github.com///commit/26aca2f671bdaed3d08438914fe4e4879c2fc6ca)) - Move onblock abi serialization to native side([`43bac043`](https://github.com///commit/43bac04392c0354ad0a2246db5eee03c88590cda)) - Fix for onblock abi serialization([`43b3f17a`](https://github.com///commit/43b3f17a2843707afb084e0bba82377d930d360d)) - Temporarily disable block tests, abi serialization for onblock([`7d06a120`](https://github.com///commit/7d06a12055083a2567939d1a928b1f090cb0d52e)) - Compilation with gcc fix([`faa9015d`](https://github.com///commit/faa9015d1f8cd3d9f16f341a54186d7278df68b9)) - Fixed build issue([`329f06d7`](https://github.com///commit/329f06d7745c7b49f68d18d13a76242407abc3d6)) - Rebase onto master branch([`d6251d66`](https://github.com///commit/d6251d66d562c56df314c864a61d0aee326060bc)) - System contract code cleanup([`876de033`](https://github.com///commit/876de0336314c2496cc6ea0152cf09a8293ad283)) - Make block_test/sleepy_db co-exist and work with onblock message([`5ecfea01`](https://github.com///commit/5ecfea017393a2cd40ad9fd4a5ea4f993f9ee026)) - Code cleaning([`e017f410`](https://github.com///commit/e017f4105778d42cbd7864ac70d0159b3b5ca899)) - Fixed block test([`c2088367`](https://github.com///commit/c20883678d6629c27cc86cfd31d4195f1ad71454)) - Make on-block the only transaction in its cycle([`e53cfa55`](https://github.com///commit/e53cfa5594579748509ee036b389be79fdbb8718)) - ([`e6e65254`](https://github.com///commit/e6e6525483f39d64c3af5db1774591351554f948)) - Little code cleanup in the system contract([`a3535dae`](https://github.com///commit/a3535dae2966c46a30182233e9284b81dd76c3cc)) - Update_elected_producer updated to work with latest fix in DBAPI([`26c38eec`](https://github.com///commit/26c38eec4afd6df17f2e132c0daab1e9d25ed1d1)) - System contract compilation fix after merge([`8bc181ee`](https://github.com///commit/8bc181ee252148669d12cb4563fb199caeda6681)) - ([`7029ac2f`](https://github.com///commit/7029ac2fe48f2b55b68b5c8671bec5e3daac6265)) - Code cleaning([`b459e2d4`](https://github.com///commit/b459e2d4f8fdbdb38eef0eebad63e6404707864e)) - Compilation fixes after merge([`84d4b712`](https://github.com///commit/84d4b712757ad90b295acb30e4a3ef05528cc1ce)) - ([`5fc1ee2f`](https://github.com///commit/5fc1ee2f6dc25af45b4be9758d5cf7c5356e9564)) - ([`261c4380`](https://github.com///commit/261c438056d5d66ce0e0e45f60331174af81e22c)) - Fixed merge conflict([`aeca1ced`](https://github.com///commit/aeca1cedcb0b0ceb7e6f0904ff462982829a303d)) - ([`23b95693`](https://github.com///commit/23b95693f86cbba28b4756412cff28469b80fabb)) - Producer pay fixes, token issuing([`6d6600e1`](https://github.com///commit/6d6600e1e130029b02be64e6e9fdd7cd4412a5ef)) - Failing test for producers election (secondary index in multi_index is not soreted properly)([`320bb4da`](https://github.com///commit/320bb4da78114a296c891a9b097568b36a5f6c16)) - More tests and bugfixes for producer voting([`9d60b972`](https://github.com///commit/9d60b972e6c082a96c26b7df82aaafa1a697be30)) - More tests for system contract([`19594632`](https://github.com///commit/19594632f593089118930a3ea657013c10b99439)) - More tests for voting([`cbff805f`](https://github.com///commit/cbff805f2163b01a1b9b4567a07f52a1201a7ed4)) - Bugfixes and tests for proxy voting([`1209953c`](https://github.com///commit/1209953cc9bd26f8af0536a6fa514c3c457c48c8)) - Bugfix in staking for storage, test for proxies([`6082b654`](https://github.com///commit/6082b654573cc00000833956fe83d2078bc9a809)) - System contract tests refactoring([`6eb985a6`](https://github.com///commit/6eb985a622b378de96475176338a21105f5824a7)) - REQUIRE_MATCHING_OBJECT, system contract ABI fix([`d3d695df`](https://github.com///commit/d3d695df6f8bbeb0ef870fae3e5bfea5ca753dba)) - More refacroring, code size reduced([`13debb29`](https://github.com///commit/13debb292cc5924c8e6fe4185818ea2fad23315c)) - More refacroring, code size reduced([`23cec2b1`](https://github.com///commit/23cec2b1cc8ad1131268842fd95b1aa146bdd172)) - Small refacroring, code size reduced([`4d41f17b`](https://github.com///commit/4d41f17b28f2791a9ab69ec575428b68381c7bae)) - Disallow voting for the same producer multiple times, tests, convinience function stake()([`566ccfd2`](https://github.com///commit/566ccfd2a5fec3164be0cf749b3332624170bf67)) - Abi for register/unregister proxy, first proxy test([`022f83c7`](https://github.com///commit/022f83c7ca1ba9791743849a4c1173eee562484c)) - More tests for voting([`598a5a58`](https://github.com///commit/598a5a58386f90112f5da6cf962aa477312f0e98)) - More test for voting([`1a60535a`](https://github.com///commit/1a60535a7826efb97494d4e19ae1108818fe454a)) - First test for voting([`7832afba`](https://github.com///commit/7832afbaefc9c28180844796a4e9d329c75ad955)) - More checks for voting power in eosio.system tests([`7ebe187b`](https://github.com///commit/7ebe187b9877c24f69ffbc6c5ae02d02cfc0c90b)) - Checks for voting power in eosio.system tests([`477a1c37`](https://github.com///commit/477a1c37b9de1ebf7a833e676a124bbed92a6a22)) - Comparison operators for asset, check how staking for bandwith increases stake for voting (fails)([`0395b4c8`](https://github.com///commit/0395b4c895f709996a98ee836c1eb1d9f5724697)) - Ariphmetic operators for asset, on-block related bug-fixes, stakevote/unstakevote removed([`b94aeff3`](https://github.com///commit/b94aeff39f35c9ac0ab16015edd832f203e8a26b)) - Starting to integrate voting and delegating bandwith([`2b70675d`](https://github.com///commit/2b70675d6b4ab939fb4e0ba77c63e9cad0ebee71)) - Fixed merge issue([`f4dcec06`](https://github.com///commit/f4dcec0628b8cc366bae977be23929cd514f67b4)) - ([`2f80e621`](https://github.com///commit/2f80e621e2d41a5788b58c86f166882bc0c748f9)) - Unit test for system contract([`8c822d37`](https://github.com///commit/8c822d377dbb549b96915486abad1091e2e234e0)) - More tests and bugfix in variant comparison([`498bdc13`](https://github.com///commit/498bdc13d991c4012675a81254f321c72fdf4246)) - Unregister producer, more tests for system contracts, change in static_variant reverted([`4a79aead`](https://github.com///commit/4a79aead347126c2b09da23c0b566dc4f885135c)) - ([`c75a6ff1`](https://github.com///commit/c75a6ff158e88b79a16355610ce79f15c5af87d4)) - Better way to compare fc::variant in tests([`01316759`](https://github.com///commit/0131675943da609f8cfb0c1ed588b5bef3bc9f63)) - BOOST_REQUIRE_EQUAL works with fc::variant, field name changed from fixed_string16 to fixed_string32([`dcf05b95`](https://github.com///commit/dcf05b9550724ec07db50ea128f2f6975e1b41e0)) - Producer payment 2([`d5d6885a`](https://github.com///commit/d5d6885a10bf48091b277f270c34e355a84e5179)) - Producer payment([`88639d54`](https://github.com///commit/88639d542ca7dbea59ee1d9139a42355778ecebb)) - On-block producer payment([`a756ca80`](https://github.com///commit/a756ca80fba5fb2d43d4450d94e6a28f9805be50)) - Fixed build issue([`123193c8`](https://github.com///commit/123193c8d3067b80bd19f057f4bde559a562aac3)) - Reverted templatization of checksum types([`c7e0aeeb`](https://github.com///commit/c7e0aeebd601686f872e071bc4a99928de0855f1)) - On-block message - code cleaning 2([`be93bb33`](https://github.com///commit/be93bb33824b534649e1b2d220cd3501d8991bf7)) - On-block message - code cleaning([`18cae0e8`](https://github.com///commit/18cae0e8643852a5ced30bbeae3740eec34594d8)) - On-block message progress 3([`9c77b210`](https://github.com///commit/9c77b210bc600be9464ff81bd1bded5862da3a41)) - On-block message progress 2([`112c6cc6`](https://github.com///commit/112c6cc6e05e5a647e7eec512a6daccd6fa73057)) - On-block message progress([`267540a0`](https://github.com///commit/267540a036ea5269c93c6072db38d4b3fce52f7d)) - On-block message sent to system contract([`0756d08d`](https://github.com///commit/0756d08dac5706933cd4f7d5b1605187fc00d1fb)) - System contract fixes([`106a2997`](https://github.com///commit/106a2997d0616a15a939ebd02768fc158f24ad56)) - Use uint32_t instead of int in static_variant([`18689431`](https://github.com///commit/18689431c49616493b43ce2aeadc6ca54c625c97)) - System contract bugfixes (stake/unstake to vote), unit-test([`7edcd974`](https://github.com///commit/7edcd974b3a8b8c1cd38e16ab253cfd2d8f86f59)) - Unit-test for system contract (voting, first test), some variables and types renamed([`fc4c57b0`](https://github.com///commit/fc4c57b01d3d3b562217916bc2a1ceea227af86f)) - Call set_active_producers right([`44af2c10`](https://github.com///commit/44af2c1038cd7ec6fc8dea7f8430eb9d9e696ed1)) - More correct bill_to in system contract([`5653988d`](https://github.com///commit/5653988d1d6b62d9387c394d3b1e37f10de74932)) - Unit-tests for system contract([`9ad9bb69`](https://github.com///commit/9ad9bb6991e008b33f900bd9f3f38018cef9eb7a)) - Unit-tests + small bugfixes for system contract (delegate bandwith and storage)([`643db667`](https://github.com///commit/643db6676e686bb7733e2a193554c5299f8e0f8d)) - Negative asset amount from string parsing([`21f1a2b2`](https://github.com///commit/21f1a2b2cddc26467d53186f31eecb56d55a0b56)) - Unit-test for system contract (failing)([`e47b55c7`](https://github.com///commit/e47b55c7c4cbdf5619b41d52443c638a2e500624)) - Real_threads removed from tests([`27b72a3d`](https://github.com///commit/27b72a3d8573de05285af6502f218fa3d3e5f258)) - ([`3e78355f`](https://github.com///commit/3e78355f3944859a16fdeefd3b98f5afce241499)) - System contract test fixes([`afa5cc22`](https://github.com///commit/afa5cc22800c4b263c55791edce30dbe8e9782e1)) - Abi for eosio.system contract, draft of unit-test, get_blockchain_parameters API function, asset switched to signed int64_t, fixes([`5950dff1`](https://github.com///commit/5950dff1fa97c0c3f29f3f911c8fa480f48850b6)) - Revert wrong changes related to set_active_producers([`89867f65`](https://github.com///commit/89867f65ae8349e1f0ed78141cf6a2f4d2eacf1e)) - Immediate unstake from voting (temporary solution)([`bb7d7f29`](https://github.com///commit/bb7d7f29bf62603824480c5cade9ca9f0de900c5)) - Stake/unstake storage, producers vote for storage_reserve_ratio([`80ae5659`](https://github.com///commit/80ae56598692f42bef74b92764ecf8d194041290)) - Producers_election.hpp renamed to voting.hpp fixes([`f5b6df7d`](https://github.com///commit/f5b6df7d723ae125ef9724e46eb6080e254def37)) - Producers_election.hpp renamed to voting.hpp([`b657ba73`](https://github.com///commit/b657ba7356f2f188403f6fed552d137b221bc52a)) - Some types/variables name changed to more meaningfull ones([`7f065ae8`](https://github.com///commit/7f065ae8b7322529c1f29a0eb14d24d9ce48429f)) - Singleton for inflation voting outcome([`b897a82a`](https://github.com///commit/b897a82a34cb44529df6d4249ce19749a9cda07e)) - Draft of new vote unstaking code, set_blockchain_parameters, chain_config::real_threads removed([`c31cda3f`](https://github.com///commit/c31cda3fbe46fb3de704b0aa1ac2bd2020f88177)) - Median voting, check for producers existence([`d7e99872`](https://github.com///commit/d7e9987239433c5d680465704d9e4e2a3134a073)) - Push elected producers to active producers, calculate parameters elected by producers, back to canceling unstake requests instead of decreasing([`e8c8a893`](https://github.com///commit/e8c8a8938c0f3d84aa2c6b1b534db9fb5c80e5a2)) - Proxy voting fixes, unregister proxy, decrease/cancel unstake request([`617dd69b`](https://github.com///commit/617dd69b16cedbe6ffa901a3ba24747e425fef7a)) - Table name fix #1455([`e21cb1d3`](https://github.com///commit/e21cb1d32a0f56edc624a2e4558e7fd4f926918a)) - ([`f4aed2b4`](https://github.com///commit/f4aed2b46b1b9ee6d1050cb41aa378cb7c6ba074)) - Compilation fix #1455([`f1575f52`](https://github.com///commit/f1575f52e404abcd13641b1ea14f6217537f0b0b)) - ([`10d0da5d`](https://github.com///commit/10d0da5d3fcbcf42d489800ed9a075c471ab26e7)) - Improvements #1455([`61599a68`](https://github.com///commit/61599a68e9917572b5fa8c58f69796483a3f4508)) - Producers register desired system parameters, unstaking requests, proxy voting #1455([`98faba45`](https://github.com///commit/98faba45e9334abdecc9509533f308b9aa59c237)) - System contract split into 2 parts #1455([`5a3ff040`](https://github.com///commit/5a3ff040174d4614e7ebf9442ba07ce77fd6d9f9)) - ([`4ab0f579`](https://github.com///commit/4ab0f579c665f8f4e75225969ede5de86659ae4a)) - Remove the object/index types for the deprecated and removed old DB api([`9230b035`](https://github.com///commit/9230b035fb8bb823128057a3c3ae7e684b0c2b5b)) - ([`1a8bfeca`](https://github.com///commit/1a8bfeca993024f9a7624fc94b05a8bb648fadee)) - Fixed #1818 by correcting producer-name list([`d4632d8d`](https://github.com///commit/d4632d8d6327971e0fe7d2b99eb932b16679d547)) - ([`9a6db533`](https://github.com///commit/9a6db533021d0f92e858a4fbe0e9b8e7e8826970)) - Added missing parameter([`7192306b`](https://github.com///commit/7192306b4c6cc8a3a704a6656cc34e58d45070f3)) - ([`89cd1fed`](https://github.com///commit/89cd1fedf18284d495ddd9e926ad0141b2af0d88)) - Reapply GH#1717 lost in merge([`cc022ae8`](https://github.com///commit/cc022ae8ca95ec15dbf06397894cb891713c5d90)) - ([`dfd5c52a`](https://github.com///commit/dfd5c52adb90ca257750e0267dd3d32ab635e8da)) - Fix WAVM after the injection protection([`29c8fda0`](https://github.com///commit/29c8fda0e1f8374702b39ad6b65106633c35832a)) - ([`a51917c9`](https://github.com///commit/a51917c9c7838faa002a94e87b167735e2d468ee)) - Updated README with missing direction([`f0434550`](https://github.com///commit/f04345501f38d858b1264a7c162ac9e74585a6ea)) - ([`8425ff88`](https://github.com///commit/8425ff88a7f712c7df46b979de0e6e7de512f569)) - Deferred transactions to self require no auth check #1821([`b2e4e5dd`](https://github.com///commit/b2e4e5dde27f0e61cebfbcb0b5cbd498f48c8149)) - ([`c065ed6d`](https://github.com///commit/c065ed6d2ae5ad27f17c309302915cde3ae453f1)) - Adding tests for inline action permissions: #1821([`8a55f1a0`](https://github.com///commit/8a55f1a0292e967e73780bab2bba81335548c089)) - ([`e5390537`](https://github.com///commit/e5390537d956c189bc4e85b41e4fc95964885142)) - Protect injected WASM functions from being imported([`a1dee3fb`](https://github.com///commit/a1dee3fbb30860e365466f4831ca30b94a3c2a7b)) - ([`d1e3dfcd`](https://github.com///commit/d1e3dfcde55d5374c529fe749a5c008d4fbf9d15)) - Upgrade boost to 1.66([`9ba2f2dd`](https://github.com///commit/9ba2f2dd1aa64ee49e50065c92cffd1984b368d8)) - ([`0ef9ca5b`](https://github.com///commit/0ef9ca5b167e22a0f1b9a257300bc01ae9dc4b4a)) - Fix disk space issues if showing with TB instead of GB.([`a5d83c9a`](https://github.com///commit/a5d83c9ad68874ec77551f48e16f16c6508579f5)) - ([`83f6ce54`](https://github.com///commit/83f6ce54a78e60d91672f3cce5f6b0d5ba7bd18c)) - Cleanup Tests([`2a235da4`](https://github.com///commit/2a235da4ecb55cd2e36e49bb5584cad098fa6a1f)) - Add inline_context_free_action #1754([`75bdd188`](https://github.com///commit/75bdd1886fde54217593d31a63abeaa3af00bb7e)) - ([`5906180b`](https://github.com///commit/5906180b7cc19e09c7c3c499949cb87e926ac8d7)) - Refactor eosio.bios to use new contract structure([`efaee38a`](https://github.com///commit/efaee38a6ce9713d6b6a1d22ae95d9d2db607d7e)) - ([`9384262a`](https://github.com///commit/9384262a2206f68ea46742f31848fe0ed0bbecb9)) - #1809 - Remove unnecessary mongod shutdown([`906a0eeb`](https://github.com///commit/906a0eeb7b8d090d1094ddceef7786a0476772df)) - #1809 - Jenkinsfile fixes([`54b3f45b`](https://github.com///commit/54b3f45b6a9c338a6bf9ed95b40d1fa8316ec324)) - #1809 - Use full path to pgrep and mongod([`2259ad81`](https://github.com///commit/2259ad816730aa8eee40b7ff4f00cded2be804dd)) - #1809 - Ensure mongod isn't already running([`7ecc7212`](https://github.com///commit/7ecc7212aa4c37795ae7d29104a6e29d6ea707aa)) - #1809 - Spin up mongod for Jenkins tests([`ff60506f`](https://github.com///commit/ff60506f9eaa875186e91c80619d9f90601d0b69)) - ([`a7f26012`](https://github.com///commit/a7f2601252feefbf15a818348435bbd6535b9431)) - ([`793a01be`](https://github.com///commit/793a01be9d1521493b236a8fc69ba36dc265599d)) - Remove % that slipped in.([`375cab35`](https://github.com///commit/375cab35619a5197460ae4cf7de2c86721228096)) - Enable mongo test([`b163ba07`](https://github.com///commit/b163ba07f03aaf0bfc938a406f47589839b69b74)) - ([`3cd90b96`](https://github.com///commit/3cd90b965c6536cbe840b3254a2317d3d3c42e92)) - Remove extra %([`e661074b`](https://github.com///commit/e661074bb78d9c180982034d9dc5cd55e0f569ff)) - Third try at getting a clean commit pushed. #1614([`8ba2dcad`](https://github.com///commit/8ba2dcadf4c0be2b38fc57296bb2cd523e48e368)) - Enable mongo test([`4987bb7a`](https://github.com///commit/4987bb7ac53d748c36c81929bb9eee1ec41c7934)) - Third try at getting a clean commit pushed. #1614([`97545c82`](https://github.com///commit/97545c82f6a628c5336f3331fced165721fbb63c)) - Enable mongo test([`739fd527`](https://github.com///commit/739fd5274ae48ff5167bbbf44902ff198acbbe8e)) - Remove extra %([`1970fb56`](https://github.com///commit/1970fb56ee492e7c61e9cfbe7519eec1e477326c)) - Third try at getting a clean commit pushed. #1614([`1a185b62`](https://github.com///commit/1a185b62e4d258ddfaf3400e002040cbd118120b)) - ([`cc817b29`](https://github.com///commit/cc817b29d7164a2d7b5025f58a60f68331757146)) - DAWN-694 - boot seq Unit tests([`0ba686b6`](https://github.com///commit/0ba686b6b2b53b60f21b8774e0762fe9772a1122)) - ([`829dd70c`](https://github.com///commit/829dd70c3dfd9aa856e9290832ec32427945e135)) - Add color_output to chain_test to make it easier to read the output([`8c5a10a5`](https://github.com///commit/8c5a10a5693a07cbb7e43175644cae1b97b65552)) - Suppress chain logging when running test([`db0cc0c6`](https://github.com///commit/db0cc0c6a06a86b05a67b43d07e2e15ad99d33a1)) - ([`b0224083`](https://github.com///commit/b022408374f3e5e0fe296168c1e6d799bb3a9906)) - Low participation check changes:([`f53c81ed`](https://github.com///commit/f53c81ed07c2413fd205d0e0bd65b3bc25309a38)) - ([`e0f6a88e`](https://github.com///commit/e0f6a88ea422ed59b23ca7ba13b32eadd1506d2a)) - Update dispatcher.hpp([`0f1ad226`](https://github.com///commit/0f1ad2260e7b3cb03178fef1d4f9fb30c7a15958)) - ([`fe357d54`](https://github.com///commit/fe357d54bd2688b265c334f84f20366db2b961f5)) - Make simple.token.abi a valid JSON so that ctest passes.([`203930c6`](https://github.com///commit/203930c6ba66eab97cc6ec9fbb0a9389127f211e)) - ([`ad4e5cd0`](https://github.com///commit/ad4e5cd0c5747475406dd58509d6147b85348ccd)) - Fixed run time error.([`981c60cf`](https://github.com///commit/981c60cf91d29a2b372efe3e446536ff88f8371a)) - ([`93f43d85`](https://github.com///commit/93f43d85c885d28212c3fcc8918299fc37081ef8)) - ([`13144709`](https://github.com///commit/13144709f052ed651c372f4dc78c470424b889a9)) - Rename start_nodeos to nodeosd([`03684c96`](https://github.com///commit/03684c964583d46d697f3d5684485f78e9f762dd)) - ([`e2c4c50b`](https://github.com///commit/e2c4c50bf2da00407e049d85f5f02c6f88154f9e)) - ([`5600fcb6`](https://github.com///commit/5600fcb65cc7d83059b4e056926d500faa878321)) - ([`ea41ea5c`](https://github.com///commit/ea41ea5cd3bd3a7d7539d964542254f3568ef058)) - Added doxygen to homebrew dependency installation([`e0691ac1`](https://github.com///commit/e0691ac1aa7aff3a6833e1ba5195588ac6dae557)) - Change the libtool check to glibtool([`70b01599`](https://github.com///commit/70b01599d362e153562c8a149c3bbc288ae17318)) - New procedure for indentifying installed homebrew dependencies([`d629fe75`](https://github.com///commit/d629fe75bcf7b6ab56cf3e4dc22fd3306046a68a)) - ([`43f854f8`](https://github.com///commit/43f854f86eed9082717fb58ca17b5f351baeffaf)) - Updated readme([`9e6d4fe6`](https://github.com///commit/9e6d4fe6aad399dee802d291f2858225b03e9b5e)) - Used dictionary for substitute, removed help formatter([`23dc9814`](https://github.com///commit/23dc9814185554f005a264b7277de499bfa36c4c)) - Few more edits([`2caf0a67`](https://github.com///commit/2caf0a676b481cb349d002ce07260b4ff313209a)) - Cleaned up the readme([`86b1d89f`](https://github.com///commit/86b1d89fd1169533d93eeccd700fe47cac8e0b43)) - Made changes([`447e17c3`](https://github.com///commit/447e17c388a62e7245603819b1f00b8dafd0df35)) - Edited comment([`7c1d6d41`](https://github.com///commit/7c1d6d41e39778b77429d0a982f6ad8e64a247e4)) - Lowered the header size([`29833a8f`](https://github.com///commit/29833a8f7291a4bb9abd81b0641671a67b65c002)) - Added more info in readme([`288bdfe4`](https://github.com///commit/288bdfe445b34d12629148884853a727909ef027)) - Added abi_to_rc([`f90d7f12`](https://github.com///commit/f90d7f1238359368a9bab37ccee49293824acd93)) - ([`be987075`](https://github.com///commit/be98707584dfecd743b330c1328fd25cb843da89)) - ([`a76f76f5`](https://github.com///commit/a76f76f5520a64d84d32d61a372c61313e37394d)) - ([`08b38a60`](https://github.com///commit/08b38a60a0f03f2bf1c4d9a475718997af89010e)) - ([`4e967913`](https://github.com///commit/4e9679133e1c0792b79a777110c114e7488bf3dc)) - ([`7b3f3f41`](https://github.com///commit/7b3f3f41b9ab91092bd9582711cb544a34f4e791)) - Require “apply” function always exported in WASM([`a7d76dc9`](https://github.com///commit/a7d76dc993600c4534e50d8ebf608a18564d4ff6)) - Rename test.system to eosio.bios([`bf4fceb5`](https://github.com///commit/bf4fceb53585d0324fd6a018a0cce94cd6507ba7)) - Fix #1794 - require boost 1.66([`7845b994`](https://github.com///commit/7845b9941eeb079ba2b6bca9011ee74e29a03fda)) - Fix #1795 - install magic_get headers([`5c8bd6a2`](https://github.com///commit/5c8bd6a22c8997bd7025e4ee642791bf5b57e28d)) - Changed injected function location, moved call_indirect fix, and fixed one missing injection([`b00adca2`](https://github.com///commit/b00adca23262490d80a5c6167a927d26ce3fd4be)) - Simpletoken compiles([`99a634a0`](https://github.com///commit/99a634a0e814254984c635f0409965ca2315e9cc)) - Adding CMakeLists.txt to simple.token([`544358f0`](https://github.com///commit/544358f0cc81d70d539afc222553acf2980ec219)) - Move magic_get to external([`69d9d69a`](https://github.com///commit/69d9d69a7376836d49bba390095d2f657ec8f85f)) - Resolve merge conflicts with master([`0ae2d6a4`](https://github.com///commit/0ae2d6a459872ca9b37abe823b0f871023509175)) - ([`d3e289a5`](https://github.com///commit/d3e289a564065eca761fe34c201629e65121de35)) - Refactor format([`1c3cad40`](https://github.com///commit/1c3cad401e4305d2b51364a8a6b1e1985f39b6af)) - ([`511e2b81`](https://github.com///commit/511e2b819f610b26692972967d6310bbb7b21bab)) - Merge remote-tracking branch 'origin/master' into multi_wasm_runtime_cleanup([`b9baa39b`](https://github.com///commit/b9baa39bbba2049591dbe8e40bbd112d522405e1)) - Fix small merge gaffe([`bc2fa1ac`](https://github.com///commit/bc2fa1ac017dfa8db99e819f0f0ce2501cacee21)) - ([`631d2534`](https://github.com///commit/631d2534c64dd7c4a16228de735852f0ca3fa718)) - Remove alignment spot fix for now until consensus on proper fix([`b8dca1a5`](https://github.com///commit/b8dca1a55dd4aa33df2849b2da8056869a14a57a)) - Align binaryen linear memory buffer([`ea8c7a74`](https://github.com///commit/ea8c7a74ca64291c900feed716311048cd76776a)) - Spot fix for alignment issues in multi index tests([`a402f449`](https://github.com///commit/a402f4497bb170ac0764a22e4fe00dba72663d00)) - Fixed gcc and some clang build problems([`18978d77`](https://github.com///commit/18978d77ba8656ddbcd7cffaaa34aa1ff540887a)) - Fix a little fallout from previous merge([`b0e2e5e3`](https://github.com///commit/b0e2e5e39ff2f92677b9b051bb8ac6781fa9f297)) - ([`86d000cc`](https://github.com///commit/86d000cc215c8a99e3d246741594cb1d9e92bebb)) - ([`de4bec88`](https://github.com///commit/de4bec88e8269a3701af1e5631629619828c2cb8)) - Adding comment noting optimization that could be done here([`599287c0`](https://github.com///commit/599287c0b17b57ecb6082fed58e8d171bc8a5d9d)) - Stale comment b gone([`e57d78eb`](https://github.com///commit/e57d78eb65a17c6b38121f448b828d13553eeaa2)) - Remaining clean up for WAVM implementation([`e98a0ffb`](https://github.com///commit/e98a0ffb7855e803af37654f71e50f28286c32eb)) - Remove error() call in to a contract; this is no longer used([`706c7297`](https://github.com///commit/706c7297fa0b8621eddcc0aca614ea583d28fd7a)) - Give users hint on valid values of wasm-runtime([`8b0ee6e1`](https://github.com///commit/8b0ee6e12d5ddee91ab13866e8e7447569b6c16e)) - Reenable some ttemporarily disabled unit tests([`a06754ff`](https://github.com///commit/a06754ff2dde571e7552779bedfa80f86fab0bc6)) - Add max memory injection([`35f55297`](https://github.com///commit/35f55297b87207b5e189102740a3d3c7ad887965)) - Make sure to actually pass the injected wasm through to the new runtime objects([`8a4305a5`](https://github.com///commit/8a4305a55a7a279aefc510c4d0e749f1a973de88)) - Remove limit_tests.cpp([`1b99af28`](https://github.com///commit/1b99af280ecb260ea6b3439c34bee2625dbd6392)) - Integrate multi_wasm_runtime_cleanup branch closer to new injection system([`d295109a`](https://github.com///commit/d295109a1989fa582391bb3bae6a31fcc12ed181)) - ([`0216c5f1`](https://github.com///commit/0216c5f11b4286b8e247046d1788c05f7572cce1)) - Resolve some whitespace and misspellings([`d887cb51`](https://github.com///commit/d887cb51ff682bf90fafe60d722e55228839ceeb)) - Temporary removal of troublesome unit tests in this branch([`03ee13c7`](https://github.com///commit/03ee13c7434a13e07504f22ae0fd3c273f55895c)) - Refactor multi-wasm-runtime support([`00554049`](https://github.com///commit/005540490fb83ae2a06e0446355203dc66918804)) - Restore 33MiB wasm memory limit([`1a4463ed`](https://github.com///commit/1a4463ed5970985a58d002789b8568873e3835bc)) - Move sbrk to wasm([`e4b54f27`](https://github.com///commit/e4b54f2765b004ac940f5a6e6838a5f70e124400)) - Configurable wasm runtime for chain_test([`e7b618a0`](https://github.com///commit/e7b618a0d22c49034df2feb5d630fa6ac25f3738)) - Initial work at allowing wasm runtime to be configurable([`f5ed0b4a`](https://github.com///commit/f5ed0b4a1f8d922386f671432f0e2da3f69dacd7)) - Double check mutable_global_wast execution([`a276d30d`](https://github.com///commit/a276d30d41d0262b590129c8f9aac6ca82a8f579)) - Remove requirement to call check_wasm_opcode_dispositions() explictly([`852c88e9`](https://github.com///commit/852c88e90e4a4f02558a86bcea62970c34cb42d4)) - ([`74e32ad1`](https://github.com///commit/74e32ad16e6c5336ff92de9e640fcbb97fb06de3)) - Add additional multi index tests([`9feddba6`](https://github.com///commit/9feddba6f137c2478f35e9540c83f5acc159c8b5)) - ([`2c3a3b6b`](https://github.com///commit/2c3a3b6bf77f272f4594ff99f0097a3a3eef7fc8)) - Add producer schedule test([`63c41994`](https://github.com///commit/63c4199476866b70894af0785dcc2713f47366c8)) - ([`20f0dfa9`](https://github.com///commit/20f0dfa9de665a921a23d19192db6bffee7623b0)) - Update Pegged Derivative Currency Design.md([`aad5e64c`](https://github.com///commit/aad5e64c50a567b066e9d4fafa32ecbfd319a657)) - Remove redundant annotations([`a94e9b11`](https://github.com///commit/a94e9b11d893ac840ca12d102755a198565f5b3c)) - Change txt -> md and fix typo([`2cbe7792`](https://github.com///commit/2cbe779218d695b458edede181a89ff89fd6dd8b)) - ([`b18a5a25`](https://github.com///commit/b18a5a25f466721679268287421a910f0b5d4360)) - Switch to libc++ versions which includes hand-crafted implementations of some clang built-in functions used by libc++([`ec8ccee8`](https://github.com///commit/ec8ccee887f3ac3367f5def20e6ac808ade02418)) - ([`d697b357`](https://github.com///commit/d697b3570d3fc25a81b70bce05cf82ceaccd9bca)) - Changed recovery payer to be requesting account.([`8db6cabb`](https://github.com///commit/8db6cabb402cd05b79d19aa5569fb1358c1addd5)) - Made find*_table methods private.([`8ffe72d4`](https://github.com///commit/8ffe72d451f4045c283c66a225f5c5d2a0c43cae)) - Removed old table interface.([`cf82ceb6`](https://github.com///commit/cf82ceb6c98fcd780319693645ecfcb88a23ac02)) - Changed native contracts to use new table interface.([`e701020c`](https://github.com///commit/e701020c830ed91cfac9876cfd50c99ed6d5fe05)) - Removed lazy key validation.([`9d761c77`](https://github.com///commit/9d761c77d54eb8dfcfa921ee6970e2f47b0f53d3)) - ([`054620b7`](https://github.com///commit/054620b7bf3c3845261704c5a77fd3b4dc01e5cc)) - Fix the accidentally false commit 1613ad6([`f8d246aa`](https://github.com///commit/f8d246aad0de236e11dbec7a3255c99acc085c79)) - Change inital/max_supply from asset to extended_asset in abi([`1613ad6a`](https://github.com///commit/1613ad6acffd0bf06445957219d315ed495587e1)) - Merge remote-tracking branch 'upstream/master'([`1b6d8d91`](https://github.com///commit/1b6d8d91cc7f87a97fe34535e22e2ed8483412cc)) - Standardize shortccut of boost::filesystem to bfs([`f9ed92eb`](https://github.com///commit/f9ed92ebfeaec8f07c98a88b8c49c6a201c406a5)) - ([`ecd11da5`](https://github.com///commit/ecd11da5090d15c7d2e9299a06b94d0dc6c3efb2)) - Fix reserved byte serialization for call_indirect, grow_memory, current_memory.([`d18edaf6`](https://github.com///commit/d18edaf69f8bc89d3cc66a726fc596062d22dbc8)) - Require call_indirect/grow_memory/current_memory reserved immediate fields to be zero([`4b7c6cb1`](https://github.com///commit/4b7c6cb101060fe5d441a0ca6484deac929acc2a)) - Remove some vestigial debugging support from wavm([`2165b75b`](https://github.com///commit/2165b75b22af790b014c0dcaafe5754d2ea50be4)) - Remove WAVM injection code([`7e651bac`](https://github.com///commit/7e651bac11286e9dcba3b9acd4ff34a9b951ce9e)) - ([`739f505c`](https://github.com///commit/739f505ccd522546f42ea77126458f5aa7d24eae)) - Add new WASM constraint on function stack usage([`ceb28a7c`](https://github.com///commit/ceb28a7c93f04d7da6ee9165553bbb940a47ea32)) - ([`75488964`](https://github.com///commit/75488964823e8c0177826de289ef8da5b1ae1e03)) - Implement name limit of 12 characters #1710([`57f051c4`](https://github.com///commit/57f051c4421a8a0db1dcd1527a9ffa592656410f)) - Remove EOSLIB_SERIALIZE from structs in exchange([`d72e6975`](https://github.com///commit/d72e697506ec63b31e6112653d44245ceadad2d1)) - Patch for #1779 - call_indirect failure([`f39cba9f`](https://github.com///commit/f39cba9f9ed71529fb348ca038fe6cc5dbaa021e)) - ([`d6a727e5`](https://github.com///commit/d6a727e555c49c73df150bd80ac9cc8a063c13c1)) - ([`55df684f`](https://github.com///commit/55df684f7aaa01470cc596138566846841f5aa35)) - Remove comment asserting producer schedule should be ordered([`d17990af`](https://github.com///commit/d17990af0dc0503b65113088d5391bbb82d5e63c)) - ([`b4265f5c`](https://github.com///commit/b4265f5c42da58b93f50ce8ce8e38d9a9762e53c)) - Remove comment in cmakelists #1775([`84f04300`](https://github.com///commit/84f04300fd8ce9659ffe8f9af937a2f65d3cc6a6)) - Remove egensis #1775([`53a42b50`](https://github.com///commit/53a42b50bc9aad3d67029497fd9f98979e043658)) - Adding experimental boost pfr library to automate reflection([`941c1f75`](https://github.com///commit/941c1f75d88b8a425663b716aabdee62e36d66d1)) - ([`ac3fe1dd`](https://github.com///commit/ac3fe1dd522cd137821f0d8ac53cd8cae68fc57f)) - Remove extra space([`2dc59194`](https://github.com///commit/2dc591946549b5a02eb278e6ad22a3ed5eba811d)) - Remove Template of int_t([`7b68cc94`](https://github.com///commit/7b68cc94613f1db5edab999b2de8d89677c1b35f)) - Remove dangerous arbitrary precision int_t([`ad464f8a`](https://github.com///commit/ad464f8a9c60b79bf77d675427d8531dd0ddf6b5)) - ([`48e4b419`](https://github.com///commit/48e4b41928f404e30e0b13ea4c8f4decd3daadd6)) - Unit tests to ensure WASM validation on global idx enforced([`c79b0f6b`](https://github.com///commit/c79b0f6b3ecdded4cd6dbf8f58c0b75f4e70f1cc)) - Add a way to give binary WASM to base_tester([`04bd847c`](https://github.com///commit/04bd847cc5bb3a70947ece5de6f3aeaa0f5bbdff)) - ([`ff89a393`](https://github.com///commit/ff89a3936c807f6c3063b09810f9211aa798bf7f)) - Removed unused([`88339905`](https://github.com///commit/883399055298be28fbba534f89bdd1b38a4c9204)) - Merged master([`8279bcba`](https://github.com///commit/8279bcba07544f386558218aa22d50a0006a7897)) - Adding trunc tests([`242cf40c`](https://github.com///commit/242cf40c59d64676eb62cad4614a2d611ea98768)) - Fixing trunc tests([`a8c86a3a`](https://github.com///commit/a8c86a3a656749292f108282eac50ba55720ce85)) - Added all f32 and f64 tests, still missing trunc and demote promote tests([`d399a265`](https://github.com///commit/d399a26522d59b4e7a0c23a99279bbdf30157346)) - Working on capturing different NaNs([`0b9160e2`](https://github.com///commit/0b9160e21adfd982af2c6dad259ade830df2ccb3)) - Adding over WASM spec f32 tests([`42bcf46f`](https://github.com///commit/42bcf46f1ce8c7bb1f3fc430ee43f2eb451d1e15)) - Writing tests for injected functions([`d0ba5c16`](https://github.com///commit/d0ba5c16e5dd33ad040f11939b3259d7ae333fc7)) - Indexing issues([`bcd68f68`](https://github.com///commit/bcd68f6851c0dacbb63bf8cf29d2d46e747a418f)) - Merged master([`84baa4d7`](https://github.com///commit/84baa4d78df7c0eb298838d1b6d0c43589a558df)) - Getting abi correct for intrinsics([`66b37b94`](https://github.com///commit/66b37b9423b093f94c8ef924e9993b79314c9447)) - Fixed index mapping issue([`c2fb69d7`](https://github.com///commit/c2fb69d7c45a2036cb0e7420506eefda235bb974)) - ([`31755e57`](https://github.com///commit/31755e57f0f8ac902cebd36906736287095b6e9c)) - Better printing of WAST parsing errors([`59c61325`](https://github.com///commit/59c613254cec5a1b4dde6f3e679cd37557d36b94)) - ([`4c6f0b71`](https://github.com///commit/4c6f0b7127f454c6d65b9c81ea700eda67184954)) - Added argument to build.sh([`35971995`](https://github.com///commit/35971995dd0b30cc33e0f659ef666fedb5257d5e)) - ([`109b36f8`](https://github.com///commit/109b36f81b8895e459807a387bfb8bfb98cea05b)) - Merge master([`b925cb8e`](https://github.com///commit/b925cb8ec8b52cb2345c877a9a5fd540d022d09b)) - ([`2278be1a`](https://github.com///commit/2278be1a54ab70d0686cb729a996083fa589813e)) - ([`c1c7c065`](https://github.com///commit/c1c7c0653835c6a588ba3fd3b898c5fd4dbee430)) - Amazon Linux: export path to mongodb bin directory([`724f65c9`](https://github.com///commit/724f65c9cc0386716e4564e9ebbaa1c3a84fc2dd)) - Removed BUILD_MONGO_DB_PLUGIN var from eosio_build.sh, now all distributions will build EOS with the mongodb plugin([`9ac60572`](https://github.com///commit/9ac60572ea2e269c12972c7b11ba4ade86ddc468)) - Amazon Linux: Added instructions for installing MongoDB and mongo-cxx-driver to manual installation of dependencies section of README.md([`e574bc57`](https://github.com///commit/e574bc577fcba0a77f88e1b4da131f66da684a7c)) - Amazon Linux: Added installing MongoDB and configuration file. Added conditions to identify linux distribution to python test script nodeos_run_test.py when running pgrep([`1a278461`](https://github.com///commit/1a2784616b59263eb8a4bdd37ede700db6ca0d72)) - ([`346c3852`](https://github.com///commit/346c3852b25920e431bb286ca4d83a55aa0e7177)) - Update eosiocpp.in([`f332d550`](https://github.com///commit/f332d5503d9e69e9f273bfca20bf7c4fa218e326)) - ([`dc66712a`](https://github.com///commit/dc66712aa51784e7ebc914e1eb5ec46e9eaa45ce)) - Update binaryen submodule to fix uninit'ed load branching([`ffea1557`](https://github.com///commit/ffea15575ed722fa0bc90a2eec7c391b7cb3e5fe)) - ([`0a88e4be`](https://github.com///commit/0a88e4be40d0f823ae5c6431591c9ad10c24fd77)) - Removed make test from eosio_build.sh([`aa4e46b6`](https://github.com///commit/aa4e46b62b64b01af6804178df2442e79d0169a5)) - ([`34e74edd`](https://github.com///commit/34e74edd4b4a648514ab162f69e49b2cdabdb1c2)) - ([`aa0ffcc9`](https://github.com///commit/aa0ffcc968fe31b4caeaa583f3a5cfa674c94d6a)) - Remove sleep([`011c78f1`](https://github.com///commit/011c78f1af6ad88d9faebf6fb8dc72eb2f2f26ee)) - Remove sleep, improve error msg([`462fa4e7`](https://github.com///commit/462fa4e7e6e272d4897081fa452de55087d1dd68)) - DAWN-562 multi-threading support for stress test([`fe085804`](https://github.com///commit/fe0858044fca004a985de0a61c3d11f8279b58f2)) - DAWN-556 p2p_network testing containing reduced throughput, lossy & stress tests([`8fb37fcb`](https://github.com///commit/8fb37fcbbe16e339c32c5db9ef7286e85f29917a)) - ([`33c8f924`](https://github.com///commit/33c8f9246a1936358315f49a989d432c8ee5de29)) - ([`dc3177e5`](https://github.com///commit/dc3177e564b2dd7457fbf2c164480d571fd7b561)) - ([`6dd23185`](https://github.com///commit/6dd2318557853b6ab29c1439ea49daf8612a695d)) - Fix README.md build command for DAWN-2018-02-14 branch([`402754b2`](https://github.com///commit/402754b235e2102cac484446425ba7a33d2cf98f)) - Some versions of git do not permit --recurse-submodules on the checkout command so this switches to adding a git submodule update --recursive command instead. Also cleans up some whitespace to be more consistent.([`a5f10991`](https://github.com///commit/a5f10991a95a7c30b5fef2ea49dfd12f996df443)) - Added -DLLVM_ENABLE_RTTI=1 to centos build instructions in READMD.md([`3ee43dd6`](https://github.com///commit/3ee43dd6f7a3de75ccf293f66befbc5a4565a09b)) - Added build instructions to READMD.md for building mongoDB and mongo-cxx-driver to manual installation of dependencies section for Centos.([`7113f0a1`](https://github.com///commit/7113f0a15dd6947918e9829edd918610352af30a)) - Formatting changes for ease of readabilty and consistency([`2da08e62`](https://github.com///commit/2da08e62df2b3d6302c550abbaf42b4cb70fb95a)) - Added mongod.conf file and options, added logic for single command to start mongod accross all distributions([`5a7d12d1`](https://github.com///commit/5a7d12d161991605751b9fb574a9c3225048b874)) - Added installing MongoDB & Mongo C & C++ drivers([`088b6a76`](https://github.com///commit/088b6a76c8a7002519f47738307578ff8d63fe7f)) - ([`5521d1b0`](https://github.com///commit/5521d1b0e494caa1790e22672a2333f5a12d18c6)) - Rename start_eosiod to start_nodeos([`2d24d461`](https://github.com///commit/2d24d4615bdcfc67260a278b2f6eb39d0b77c46f)) - Rename eosiod to nodeos and eosioc to cleos and update docs and scripts.([`59fcb592`](https://github.com///commit/59fcb5925eb5c001ef530162047a098d5555ddb5)) - ([`2a2dba22`](https://github.com///commit/2a2dba22fd710664044552ea0e911e9ca0ab0563)) - Fix tests of eosio_exit #1611([`f5bda6c2`](https://github.com///commit/f5bda6c2df2929cef032d4f59d32c4abed3abdb8)) - Add eosiolib API and test for eosio_exit #1611([`6fefbf74`](https://github.com///commit/6fefbf74d93ccfee603810280795938701de2ba1)) - Implement hard exit for smart contracts - #1611([`0b64b294`](https://github.com///commit/0b64b294316be2a704ae7b772842d978f473bf08)) - ([`c17a31a0`](https://github.com///commit/c17a31a047142620a5c21cf36137814d5a350900)) - Removed contract apis for old database api.([`fb9717f9`](https://github.com///commit/fb9717f9e67e7abf3179966c39547099c4fc5004)) - Removing unused contract api database declarations.([`88f95fef`](https://github.com///commit/88f95fefd75ab87a5f9d5fff1a4848124781bfa5)) - Removing remaining tests for old string db interface.([`87dba921`](https://github.com///commit/87dba921b5800680ecdec5a442a5f40acf496f21)) - Removing unbuilt test files.([`4e47ee80`](https://github.com///commit/4e47ee8004b1735ea1f2872408c4f158b837a72d)) - Removed unneeded api contract headers.([`f84aa87b`](https://github.com///commit/f84aa87b3f956c2dd095b1ed74008813480f3c0a)) - Removed unbuilt tests and contracts.([`eabf962d`](https://github.com///commit/eabf962d8919c76ebb637bc1e3c0c3dc99c82089)) - Remove un-built contract.([`0263edaa`](https://github.com///commit/0263edaa2f81687e476980276f8b929adf1c24c0)) - Remove untested contract.([`90c9287a`](https://github.com///commit/90c9287a5709925adf7df301bc979087c68cda54)) - Removed unused wasm files.([`31793a99`](https://github.com///commit/31793a996f3b6d86ba01af275d51e06a31bede54)) - ([`521ddf76`](https://github.com///commit/521ddf767ecef22760b397d4380d74264be95a99)) - DAWN-509 - Add contacts to runner image([`55029d87`](https://github.com///commit/55029d877be3f3b0f21ba673bb198efb3dc3d64a)) - DAWN-509 - Split Dockerfile into builder/runner([`7d8876ac`](https://github.com///commit/7d8876ac071befcda6f2251765071977adf9f22d)) - ([`a4560edd`](https://github.com///commit/a4560eddcb3220874c8d00d7598d136b20139b8d)) - Correct CMAKE_BUILD_TYPE in eosio_build.sh([`272505e2`](https://github.com///commit/272505e2e8a116b097a911c5793fab7fc382082a)) - ([`37f763b8`](https://github.com///commit/37f763b8fc8ee2b65f69e9acdcad0097fc1d26dc)) - Fix indeterministic static initializer in wasm validator/injector([`a615789f`](https://github.com///commit/a615789ff81b4cb87fc8006cc6ff9a494f0003a0)) - ([`7162bbe8`](https://github.com///commit/7162bbe8ca0e3d67bdf2af56b4061ad07cf45a4f)) - Add recurse-submodules argument to git checkout instruction([`e83927d6`](https://github.com///commit/e83927d68a2c31138eee80e4986058d033c281be)) - ([`74e295b8`](https://github.com///commit/74e295b824c12ba0dee73c57ef62ae37b23e9f7d)) - Fix cmake file to ensure c++ standard picked up consistently([`e1bb401f`](https://github.com///commit/e1bb401f53f4b7481e9eeb6fe0109e03da7f72da)) - Fixed whitespace oddness([`b5d860e4`](https://github.com///commit/b5d860e464a71d262b406ac8da2a289d79e8eac0)) - Merge remote-tracking branch 'larryk85/feature/new_injection_validation_framework' into feature/new_injection_validation_framework([`75a2e9ea`](https://github.com///commit/75a2e9ea68e376b932bced813d1dfae24627e27b)) - Make injector/validation opcode structs final([`df7e26cb`](https://github.com///commit/df7e26cb94e9082b9aa14dc55380b3a28ce68923)) - Use gnu++14, part of our use of BOOST required extended numeric literals. The resolution was "-std=gnu++11 or -fext-numeric-literals"([`069da1e6`](https://github.com///commit/069da1e64ef0d48b413bee537bf1d1d597fe8411)) - Fixed issue with post injection being evaluated too early([`dedca102`](https://github.com///commit/dedca10290d5cd77e3c1d6b4b65edceee61f3966)) - Removed debug output([`4755892d`](https://github.com///commit/4755892d2564e34363a7af5c4a562e6022c6459b)) - Fixed whitespace and merging conflicts([`2b877fd1`](https://github.com///commit/2b877fd1216f93b65f785c3f575a4c0e0c51e2ae)) - Removed missing header file include([`f124167b`](https://github.com///commit/f124167bc1f7e8b17cfc9f5a444cfb6c80722347)) - Forgot a couple of things([`2d7cda9b`](https://github.com///commit/2d7cda9b4e4161ae7ca48007d981f694f0d35039)) - Remove some automerge artifacts([`270dbdc1`](https://github.com///commit/270dbdc166f2ef7d435777099526ec20af32837b)) - Forgot a couple of things([`40f2eea2`](https://github.com///commit/40f2eea2e4ff43206f8f0ddd2b44eb5ac1efa375)) - Removed generated files([`4f24519a`](https://github.com///commit/4f24519a1b20b0cd66a2d2ec3d1be2ee5fb6c174)) - Carved out all softfloat injection for now([`d4c66afa`](https://github.com///commit/d4c66afa1bd23bc601ee9595840a71ab39981907)) - Working out the kinks for softfloat injection([`fa77ff57`](https://github.com///commit/fa77ff5725677e894c2b598787a945479c108312)) - Started soft float tests([`83a4a26a`](https://github.com///commit/83a4a26aad1f41270208f16161bf0e842ea1624a)) - Fixed FindWasm([`71e801c5`](https://github.com///commit/71e801c529f6a0ff1ea5ac5d67bf48728585bd44)) - Merged master([`197e5582`](https://github.com///commit/197e5582027f05e253e435e6b1ed43027e9a77e7)) - Added float and double intrinsics([`308e4d94`](https://github.com///commit/308e4d940c57960c6bc26f778ea756057bb662b5)) - Forgot wavm.cpp([`f3d5ccfa`](https://github.com///commit/f3d5ccfa2b0b28fe2af97992e6a70f9ee460c4e7)) - Most things fixed, trying to fix call indices elegantly([`b3382339`](https://github.com///commit/b338233992cfb6ab4741da3bdc394cc61f2a81ff)) - Merged master([`c91465b1`](https://github.com///commit/c91465b1a0edbd9779195c7b95637e3b7f196e93)) - Issues with unresolvable intrinsic([`361abbed`](https://github.com///commit/361abbede6ffff47160820dc447447a55b5ecfb3)) - Issue with injected code failing unexpectedly([`748f75da`](https://github.com///commit/748f75da2334b9e2275b4cf302e686063ebebc33)) - Removing a fair amount to just use wasm-jit types as storage([`9c9d2243`](https://github.com///commit/9c9d2243b3bec4b83494a11d23396d0d6cfe9974)) - Added debugging functions and fixed issues([`2478612f`](https://github.com///commit/2478612ffdc3c83b6277ec3a05b3f6382a497bea)) - Hopefully starting actual injection([`5a7f4549`](https://github.com///commit/5a7f4549deea5c2547d386e8dee54a55d0f4e02e)) - Cleaning up and finishing up cached ops([`675f8a97`](https://github.com///commit/675f8a97c58eefd73309aff050e905741a6dff5b)) - Cached instruction objects([`cad995f0`](https://github.com///commit/cad995f03d3ad9ea0f45de5143ea39b291492248)) - Utilizing wasm-jit for certain parts([`1cac79ed`](https://github.com///commit/1cac79ede9c6bf9525fdc001be62e65a69d77f95)) - Starting validators([`363a6224`](https://github.com///commit/363a6224fe679b9e1ea706f37b8dbdb8afe1b802)) - Halted by a memory bug somewhere([`a181e89c`](https://github.com///commit/a181e89cae526b00b0c85b347d0cdcedb007465b)) - Still working on of code, off by one somewhere([`03e8d745`](https://github.com///commit/03e8d74501d4db79c63f1a3f3c2fc9f7a867e7cc)) - Restructuring and working at run-time([`6223109e`](https://github.com///commit/6223109e05ee17793e8d96692491bf4e4cf26bf0)) - Cleaned up a lot with boost and started on table gen([`466f57d8`](https://github.com///commit/466f57d8edbb566af5d0733f0971e4de876c3bdd)) - Starting the op casting([`abc7ec0e`](https://github.com///commit/abc7ec0ed39a0e02302409b7f18b8b4c738df90c)) - Added opcode rewriter system([`51342361`](https://github.com///commit/51342361c40f5a1f17ce22734dd5eea128b2d21c)) - Added wrapper structs for wasm binary operations([`76a8fe4d`](https://github.com///commit/76a8fe4d970ddfe5906bcfc5a3844392a255a7c5)) - ([`05bac683`](https://github.com///commit/05bac6839b3b6f2b5967ea080bb0e840fd8bb9c2)) - Fix renamed variable([`d8e6d99a`](https://github.com///commit/d8e6d99a0d785b1425eac980a319299336034155)) - Merge tests/tests/block_tests with tests/chain_tests/block_tests([`be1ab24a`](https://github.com///commit/be1ab24a5d4cd7ec02a520d2b6717126e1987519)) - Restore tests/tests/block_tests([`b0324050`](https://github.com///commit/b0324050dd861d2cfc57265ab7c9570a804e7c48)) - ([`51f24f4c`](https://github.com///commit/51f24f4c34a129c7beb0ea3f24e0a99013bd80e4)) - Salvage usable test cases from native_contract_tests([`26b55521`](https://github.com///commit/26b5552131d9846ba9cfcafa0cb1778212fdcb80)) - ([`2fee68c2`](https://github.com///commit/2fee68c282956e81603a02f9949559b38b751ec2)) - Fix applesedemo to work with either openssl 1.0 or 1.1([`fc4778e7`](https://github.com///commit/fc4778e7b00805ee36c7498e566f3027fb027f40)) - ([`f7350fd0`](https://github.com///commit/f7350fd00921aeba75106126513730e0e8e26a73)) - ([`a8020ba1`](https://github.com///commit/a8020ba196a882676fd76aaf1ce1b4aceb5c7cc9)) - Fix message buffer tests to work with boost 1.64([`9e529ad6`](https://github.com///commit/9e529ad6a3374e27e820fa5802b68a8f6915aa39)) - Fix bug in message buffer class. Add new unit test for this case. Re-enable unit tests.([`f7e050de`](https://github.com///commit/f7e050de5c2027f9bfca2370274dbb2cd5491bf1)) - ([`9c2cb5b1`](https://github.com///commit/9c2cb5b1cc4859550a1d58040cda52c604a1bc84)) - ([`e4422edb`](https://github.com///commit/e4422edb716084b8abd7d41f5029ffc8081ef4ae)) - Removed make test from eosio_build.sh when successfully staring mongodb([`b7cd1aba`](https://github.com///commit/b7cd1aba2ef1c28283f9b2aa6b93c78aa84e3280)) - Updated README.md to include instructions for manually installing mongodb drivers on Fedora([`31957081`](https://github.com///commit/31957081ffe8ef540a77a72416acdb6cab6e7f3c)) - After installing mongo c++ drivers changed code to cd into home dirctory before removing /tmp/mongodb-cxx-driver directory([`e4894e65`](https://github.com///commit/e4894e65beb973c54f2d0986a0b20279ec68370c)) - ([`7e355904`](https://github.com///commit/7e35590408a48f04807ecf516bb9448aec792fe4)) - ([`431be9b4`](https://github.com///commit/431be9b47dcf8ff5508e760a5702a3adea0c4159)) - ([`dda3fa34`](https://github.com///commit/dda3fa345872be02b7712e4e5df41409ee848c5b)) - Rename unpack_action to unpack_action_data([`bfb78e1c`](https://github.com///commit/bfb78e1c85cb92778773527a8c9f00aea8d8e76b)) - Revert work in progress of DAWN-617([`069fa48a`](https://github.com///commit/069fa48a6b87f6cfce02a4eee29e8d98123101e5)) - Avoid using vector to hold temporary buffer when unpacking an action([`07ad6e84`](https://github.com///commit/07ad6e84decf693c458677475e8ad1b929c585b0)) - Clean up (de)serialization of std::map([`46448bca`](https://github.com///commit/46448bca5ea5611b45bc2efb5dbca7c9fd85ffb3)) - Update comment([`d93c04b4`](https://github.com///commit/d93c04b42d0e88b0ab9e649aa6e278904417af4c)) - Change push_nonce, now called push_dummy, test code to use a require auth action since nonce is context free.([`7355fa03`](https://github.com///commit/7355fa03817c908f9dd6aad309e0c12d811211ea)) - Make nonce a context free action([`8c2e9e1d`](https://github.com///commit/8c2e9e1d44ae040cad75cfda7a9358bcf415f501)) - Fix issue when no context_free_data([`b2a9926a`](https://github.com///commit/b2a9926ab7798b97ae56f582817cea77b9510006)) - Fix compiler warnings([`609671dc`](https://github.com///commit/609671dc307a8f41d063b4614f6e221cf127334d)) - Update for new multi-index interface([`e9b0a0da`](https://github.com///commit/e9b0a0da8d5603d534809e710429a3134cf3b23a)) - Merge test([`7e6988e9`](https://github.com///commit/7e6988e983ae738dd41c21fe3ef4dbaf8cafcfb4)) - Add tests for context free actions([`e445a9de`](https://github.com///commit/e445a9dee40678897dc20fd9439dd45180ca7698)) - Add checktime, crypto, system, action, console, and math apis to allowed list of context free apis([`adf6b03b`](https://github.com///commit/adf6b03bb176f0ec5f8c44743cdc9bad5f798408)) - Kill compiler warning([`4a438ec1`](https://github.com///commit/4a438ec117ca980c8af933b578ed029426e16989)) - Cleanup of doxygen([`f3fa5a60`](https://github.com///commit/f3fa5a6058a4a973614ee91297bca65118a82180)) - Add context_free_data to packed_transaction and transaction_metadata([`a41b4d56`](https://github.com///commit/a41b4d56b5cbfd0346de34b0e03819f72e834041)) - Fix copy problem in get_context_free_data([`3b135e8c`](https://github.com///commit/3b135e8c2a8675c4a74731595139819adb2fb7f9)) - Change checktime_api and system_api to allow context free use([`ccb8c5fa`](https://github.com///commit/ccb8c5fa8a8c3af39daa97e79481f443d4d91163)) - Change checktime_api and system_api to context_free_api([`ef47e52a`](https://github.com///commit/ef47e52a4e2aebe3511316d7a755da60994ea5ba)) - First impl of setgen/claimgen([`d7efc018`](https://github.com///commit/d7efc018a1c1a12159b6d6a7bb39a66601dff208)) - Fix master rebase merge([`3b70e474`](https://github.com///commit/3b70e47480377ff002672475f9a79ae0636c56c8)) - Remove pre-bios unused native currency code([`f11e54b7`](https://github.com///commit/f11e54b719337c9f46adb27737c11d19501623c3)) - Add output of raw json on exception([`7f28c8a7`](https://github.com///commit/7f28c8a75e197f292d7c6966eeab3005da5645b2)) - Rename action.as() to action.data_as()([`1e651592`](https://github.com///commit/1e6515920189c15ade09e3a031c322884cd88ae2)) - Test passing again([`52c95a84`](https://github.com///commit/52c95a84aa3a30c31ca3baf387dcadcc320d1d03)) - Action interface work in progress([`21e05391`](https://github.com///commit/21e05391e415df8e051f162b560b9ab1a3f4bce1)) - Rename read_action to read_action_data.([`dd076de3`](https://github.com///commit/dd076de31e0e429f296a9d026c8d9189c4c21f3d)) - Fix spelling error([`28f2f3a1`](https://github.com///commit/28f2f3a16013906bfe38c78dfd615e1aee0c0da7)) - Add get_context_free_data([`aa25d383`](https://github.com///commit/aa25d383cf7526fdeacd2663be1fb4ab1aacd17a)) - Add less for checksum256 and uint256([`3d9a80fc`](https://github.com///commit/3d9a80fc6c9c92a76e0bc88f55fdd67209d31167)) - Add streaming of std::map and checksum([`24e759eb`](https://github.com///commit/24e759eb9e10db59cce760327373a2b1759a2ab1)) - Add const([`94975a3c`](https://github.com///commit/94975a3c773f41499ba7d71d4542f44a07d4b455)) - Add const([`3885af3f`](https://github.com///commit/3885af3fbb81b72445670e2d0cc8c701d7920711)) - ([`20af793b`](https://github.com///commit/20af793bcebdf04e3c0da06dd0734dd6e06bffbe)) - Fix testing ion Jenkins([`953215d9`](https://github.com///commit/953215d92ff6258f095128165fb7ffc8aef47632)) - Minor change to assert message([`e4f952a6`](https://github.com///commit/e4f952a6fc28ed996e30a255a0ab1f0dd477ecc4)) - ([`61df14ac`](https://github.com///commit/61df14ac1a89137e6fb24950b293440fe6e2effd)) - Default digest changed because of addition of schedule_version([`743d0987`](https://github.com///commit/743d0987045d07ea9a30aa2f11c5192180f3b4a4)) - Add Producer Scheduler Version to Block Header & Validate It #1671([`74f2c3b0`](https://github.com///commit/74f2c3b040d610289072a98e27d921bb4fcb7294)) - ([`3f08d6b0`](https://github.com///commit/3f08d6b061c527654a363ac43d07afa80b00ec6a)) - ([`9599f942`](https://github.com///commit/9599f9423a15e256af4c39ff6146457b6c3b26ac)) - ([`cfb57387`](https://github.com///commit/cfb573874110aafd0ab7e20c6b0a924a41e285c3)) - Adding peg design draft...([`de4f636b`](https://github.com///commit/de4f636b195f9eaaa2cb2961070ef51d9f6d405d)) - Fix json syntax issues([`419b1131`](https://github.com///commit/419b1131379c9077efd9883ac735d9aea1cd51e1)) - Disable currency contract testing via eosioc until we switch from generic_currency to currency([`9d4b3653`](https://github.com///commit/9d4b36536b5af1eba6e0a10c6aed971228bc4488)) - Merge new printui tests([`fa9362bb`](https://github.com///commit/fa9362bb99a0f4d25c1a4c0f9e17239e969deb48)) - Test fixes([`8b39db2b`](https://github.com///commit/8b39db2b7b3a96e0c61276f0f0a1d2b20184afd2)) - Add test for printui and modify printi tests to expect signed.([`e46da532`](https://github.com///commit/e46da532688252f8f0b4abdb14d9815d7bddbe40)) - Add validation checks on tokens to exchange contract([`2cc79af6`](https://github.com///commit/2cc79af669881ffd68181284d38fb31b6016205e)) - Rename is_whitelist for clarity and check if all transfers are frozen([`3eda8b07`](https://github.com///commit/3eda8b07abda2d5ccb817d6f4318ca3961816c55)) - Validation checks on create, issue, and transfer actions([`ff9b8bfd`](https://github.com///commit/ff9b8bfd650bd992f05634a6a73a54e082c8e4d6)) - Fix Unit tests:([`636ba25f`](https://github.com///commit/636ba25f35627c65402c78759fd2278e2e370422)) - Implmeent margin and cover... needs testing([`279c105a`](https://github.com///commit/279c105a624f37b14dd1bde235a50a3e347defe7)) - Adding upmargin to exchange abi([`2469de31`](https://github.com///commit/2469de31fd7f9de2b565c0552a4144dbf48faa91)) - ([`be56430c`](https://github.com///commit/be56430c69c3010a4a357df9a405f0fcf6a27186)) - ([`f36374ac`](https://github.com///commit/f36374ace4991de58e7c46a118571b40afbc0966)) - Progress cleaning up exchange([`58ae7b54`](https://github.com///commit/58ae7b54ad4f5ae21ddb0a64eb238093a0db5179)) - Update how deposit works, fix security issue with inline actions([`6ec4df61`](https://github.com///commit/6ec4df615c14a2262b8db95e6896f25ea79ffd08)) - ([`da156412`](https://github.com///commit/da156412220b045eb7639b7109488986aefb72cd)) - Progress on margin([`b4ea9ec1`](https://github.com///commit/b4ea9ec194aa7834760623af5f8166a791300727)) - Working Bancor Exchange Test([`9eb12ffd`](https://github.com///commit/9eb12ffd7eb9ec00bf82ea129085ed9870bcd247)) - ([`ff49e4ea`](https://github.com///commit/ff49e4ea977075da4153efb1bcf94c5284356f58)) - Generalization of currency([`895a5424`](https://github.com///commit/895a54245d6704241548940c0d929d21e39a9894)) - ([`cd7409c7`](https://github.com///commit/cd7409c76e9a1be2f0f3a69aa083a3bd73569d0d)) - ([`9eb68a97`](https://github.com///commit/9eb68a97503ad687930b5c1a958abf515f1c1199)) - Progress on exchange([`3e020407`](https://github.com///commit/3e02040710fc84f66500e869934f8b691d57700d)) - Progress([`4043ab37`](https://github.com///commit/4043ab37de4c397644ec010e8a53a2b8fcd7a1e3)) - ([`c5f7ec06`](https://github.com///commit/c5f7ec067c109ad9a23ffaa49313f544adb67321)) - Update README.md([`809de1cf`](https://github.com///commit/809de1cfc21c63ff2b105c56fe1ac74343cd7ab1)) - Update default user name in readme example([`de1f2ce5`](https://github.com///commit/de1f2ce54cb72024f4069c586d289a32331f84ef)) - ([`5c1d002e`](https://github.com///commit/5c1d002e1aff0e02bda7207e7d6e5d8df64921fc)) - Update eosio.system.hpp([`c264a40e`](https://github.com///commit/c264a40e9980c1427fe4f2a1c197760a75e332f4)) - Update eosio.system.hpp([`13c7b085`](https://github.com///commit/13c7b085567037f36364e92147d031108791e3ea)) - ([`a4f43fe4`](https://github.com///commit/a4f43fe41fe7f2f344e040d25def34ccd4e3ae6a)) - Removed make test from eosio_build.sh when starting mongodb([`b65d9d5d`](https://github.com///commit/b65d9d5db7bdc914ee7c6ea490f478927ae02fce)) - ([`48201d4c`](https://github.com///commit/48201d4c9b807e72b7e7282e5f8c35407a293c5a)) - Removed commented out lines([`32068f25`](https://github.com///commit/32068f25542075210b59c385178bdc8a6612b6a5)) - Fixed WASM_ROOT for Ubuntu in FindWasm.cmake([`1c7a5215`](https://github.com///commit/1c7a5215b6f4f0c490a6ac5ac8f6ecb0cc632f9e)) - ([`7829adab`](https://github.com///commit/7829adabe76ccfd88cb4d75c6d190af12fe4d561)) - Merged master branch to kill abi errors([`23819d8d`](https://github.com///commit/23819d8df9bd035e4372ca0c7944e816233a8571)) - Merge remote-tracking branch 'upstream_eosio/master' into eosio_build_darwin_mongo([`dfadc823`](https://github.com///commit/dfadc823ed1b6af51a9749d272090cefa840f5d4)) - ([`33ff9591`](https://github.com///commit/33ff95918b41ffe155628f26e6a860ba5f4640da)) - Change how the macro "N" is undef'ed wrt clang 6 fix([`88269d6e`](https://github.com///commit/88269d6eae3b50acd60b3a9f5ddcb4b6af2340ab)) - ([`28e584fa`](https://github.com///commit/28e584fa315c42533bcb9f504163bdc038205728)) - ([`46edbb07`](https://github.com///commit/46edbb07b548f4a1aecba73f71daabf20e5c4b4c)) - ([`a54e3811`](https://github.com///commit/a54e3811b99395bebf0fa22a072feb4706656db5)) - Ensure primary key does not change on modify([`69d39053`](https://github.com///commit/69d390533f315e0624c16e4cffc5fb29be83bda0)) - Indirect access to items, properly erase items, and code cleanup([`28771835`](https://github.com///commit/28771835d2934832ac4b1c50f4a6d891961e8a6f)) - Revert "progress on inheritance redesign of multi_index"([`ad33c2ee`](https://github.com///commit/ad33c2ee648c7afaab90a541e53853f1420ad89d)) - Progress on inheritance redesign of multi_index([`53350a47`](https://github.com///commit/53350a479a9aed339130dfd3ed22489f544dcf84)) - ([`b1bd7566`](https://github.com///commit/b1bd7566069843b302df5a1612bf4fb50d535678)) - Progress on redesigning multi_index([`e54a5953`](https://github.com///commit/e54a59534bc41776976e4180bc702ca78ecd4257)) - ([`a9692376`](https://github.com///commit/a96923761795c23cddd18ec3a74e31274cd28776)) - Added use of Authority so it would have found the error that existed in authority.hpp.([`8a3708a4`](https://github.com///commit/8a3708a45cc7f14614cd61466b5f6df2aaac26ff)) - Added tests to verify FC_REFLECT and chain_initializer abi_def are consistent.([`70561f25`](https://github.com///commit/70561f2514227734120f5ca1c21a74eeb5ec448a)) - Turning off abigen_all_types till it can be decided how it should work.([`62c4fc9b`](https://github.com///commit/62c4fc9b007ef29b84f1c913bce1e43fd38b5fa7)) - Test changes because of changing field_name and type_name to be strings, instead of fixed length types.([`8ec7107f`](https://github.com///commit/8ec7107f3986bdfe4102c17040d3b4a093af8edc)) - Fixed test abi inputs to actually match the current type definition (for fc reflect it silently dropped data).([`0854a536`](https://github.com///commit/0854a53634f54d1de1022dbb6f52762ee61e7622)) - Changed type_name and field_name to be strings to prevent silent truncation of field names and type names.([`7d0e13a9`](https://github.com///commit/7d0e13a9c311183db3e38b0151cc8a90d0f72b07)) - Fixed reflection order to fix failing unit test, since transaction is no longer a built-in-type.([`1d740b25`](https://github.com///commit/1d740b2533a671438112dcbf876a256d942f0a91)) - Moved abi_def and sub-types out of abit_serializer, into chain_initializer, so that the required fields can be queried.([`195e74aa`](https://github.com///commit/195e74aa97c2d65ef266ec1c8c1875f338d0f1e4)) - ([`f2bcd951`](https://github.com///commit/f2bcd951437d91adb00155681b1da0c8559da5f8)) - End of namespace([`ffd05fb2`](https://github.com///commit/ffd05fb2dc070c474532bcfae8f59581f44e30aa)) - ([`b1cb74ac`](https://github.com///commit/b1cb74ac3c3292f2566432214dea99422126d18c)) - Mention `--config-dir` for eosiod([`4219c4e8`](https://github.com///commit/4219c4e8138024fcfd4df5546dc118e275aa32c3)) - ([`dcf3bcaa`](https://github.com///commit/dcf3bcaaa1b7619a7378f1e35c9274ce903af933)) - Added softfloat as a submodule from EOSIO fork([`48471bfa`](https://github.com///commit/48471bfa98ef54efe106978b955a60ceff8ef319)) - Minor change to how disk information is calculated accounting for installation on an external drive([`f8e3ab15`](https://github.com///commit/f8e3ab158d7b921cc30aad44b4fccdc5905e8075)) - Minor correction in linux build scripts to accomodate small disk sizes that return float when running df -h([`7d40f025`](https://github.com///commit/7d40f025a2b1f4b5c007a511ccaf780c9392724d)) - Commented out openssl condition in eosi_build_darwin.sh for tesing purposes([`602538ae`](https://github.com///commit/602538ae646a6b5248a903531a83ac23e1f8a25a)) - Removed reference to LT_INIT when compiling secp256k1-zkp on darwin([`37e60477`](https://github.com///commit/37e60477c90cd4811c8d86b898971c0fe3e7bcc8)) - ([`c464de3b`](https://github.com///commit/c464de3b452eb6c99dedde7be888f0a3c5dab573)) - ([`1aeeb715`](https://github.com///commit/1aeeb7151a7b6311afad2de6b4ca3b28e568cb0f)) - Clang6 build fixes([`50dff487`](https://github.com///commit/50dff4876eeca548637a72eb41ca2bd8466b8227)) - Added build instructions to README.md for MongoDB to manual installation of dependencies for darwin([`e233e436`](https://github.com///commit/e233e436b81e79a31f63670378a574540de1d820)) - Added building mongodb_plugin to cmake options, fixed potential issue with libtool when installing on a clean darwin OS and the default version of libtool([`7fe0f624`](https://github.com///commit/7fe0f6242aa451b6b35856b4a4510a50d09bc684)) - ([`b7f4fd02`](https://github.com///commit/b7f4fd02063459282116c6fa2ec944dc59d11f2b)) - Turned darwin build_mongo_db_plugin=false for jenkins([`e50808fe`](https://github.com///commit/e50808fe075e1a50f5943642c78e429b4fb22e67)) - Turned darwin build_mongo_db_plugin=true for jenkins([`1c71222e`](https://github.com///commit/1c71222e0b8d5f7db52f881bb74e689eeb29615e)) - Minor changes to text to improve readability and naming convention consistency([`fc3e27e3`](https://github.com///commit/fc3e27e35eca83906f773a1389f46cc263078aad)) - Removed all references Ubuntu 16.x & higher from README.md([`815e626f`](https://github.com///commit/815e626f4d0b3fbceca6084f0094b3d35d13a43a)) - ([`6b48dee4`](https://github.com///commit/6b48dee4d24785ed650583a7cbb868bc38797126)) - ([`05cf77bb`](https://github.com///commit/05cf77bb891cdda772187a1e589b3c6eb37a1a45)) - Fix signed/unsigned mismatches.([`6ae3fc3e`](https://github.com///commit/6ae3fc3e7bc67042c506cc3670e56a9585761d5e)) - ([`885fd3e5`](https://github.com///commit/885fd3e53d3ddf6a2d5c7adda55097794e877372)) - Small changes to print_floats([`7b88ff49`](https://github.com///commit/7b88ff49f910ee69627dea7f779808a2f98ba39c)) - Switch to using standard library absolute value function([`45276bf5`](https://github.com///commit/45276bf59e96efe490ecc556883353f91583324b)) - ([`7ab4b6d5`](https://github.com///commit/7ab4b6d5c725800b107e3c380ca36ac88544a563)) - Initial work on print_floats tool([`bdba40c0`](https://github.com///commit/bdba40c0a797a55f53936870f2d2a54b3a6af321)) - Serialization and limited printing of double and a unit test([`51a5dd22`](https://github.com///commit/51a5dd22bb5eb5d1c7ef4c0cec3745bc8be076d8)) - ([`d078343f`](https://github.com///commit/d078343f14d84620328e5997ed04d9f6dc25d300)) - Rename double_less to soft_double_less([`f1ae4813`](https://github.com///commit/f1ae481325c03a74d76aab9b36c4dcbf4d7c7ef9)) - More progress on double secondary index([`6cc8e69a`](https://github.com///commit/6cc8e69a45be415c54391c432830b74264d64005)) - ([`f1524f16`](https://github.com///commit/f1524f161440d6eb23b7c6d47fcdba798c2eb0e3)) - Progess on double secondary index([`04eea47e`](https://github.com///commit/04eea47ea385ff799d4ee24485f48544e9b0ec6f)) - ([`2a5b299f`](https://github.com///commit/2a5b299ff400d59d1c0aa5498557a1e1fed23242)) - Update README.md([`96437e8b`](https://github.com///commit/96437e8b5da8c12cac704b26e1f53715314a61e4)) - ([`8ff71ca1`](https://github.com///commit/8ff71ca1496597640c8fea99bcdb9554716896c2)) - Fix conflicts([`5945f913`](https://github.com///commit/5945f91380c66e01c3b3f27b6d4b77749e2f0d36)) - [eosioc] Add missing parameters to 'get table' command([`61cddffd`](https://github.com///commit/61cddffd6f6f70c63b23f366ed8a708ebab24f73)) - [history plugin] Add controlling_account to by_controlled_authority index([`a37ba893`](https://github.com///commit/a37ba89345edf5f30652ecb48c63764ecae0f547)) - * Add flag to prevent transaction broadcast([`1b1b7598`](https://github.com///commit/1b1b75984ff82b4bfe8d359d7d9ac5cac4cf5283)) - Added dynamic cmake option for building mongodb plugin when building EOSIO for darwin([`1c836712`](https://github.com///commit/1c836712caf811ce8a2f7cd951b92aa237e0c0ec)) - Added dynamic cmake option for building mongodb plugin when building EOSIO([`7b2d890a`](https://github.com///commit/7b2d890a36eddade9a3d9409ffc8707d0dfa74d0)) - ([`5f63038c`](https://github.com///commit/5f63038c0e6fc90bc4bc0bc576410087785d8099)) - Update walletd binary file name([`4d744ceb`](https://github.com///commit/4d744cebe055c6edc67b49151773199d31f3d68e)) - ([`4be244f4`](https://github.com///commit/4be244f47f22fcaae75254d08247e17ce54e862e)) - Fix binary WASM detection in eosioc([`68fedee7`](https://github.com///commit/68fedee79198a8fe56cc3a17fd116733a7f7f7cf)) - ([`b78ddd27`](https://github.com///commit/b78ddd27ead68c51b4c6770a870aaebaa61e026b)) - Correct shebang line.([`8e6b281a`](https://github.com///commit/8e6b281aeb32f9b5f8c6e657f3d7de7a05f0507e)) - Validate JSON format of contract abi files.([`929b4f11`](https://github.com///commit/929b4f1124c149bfe33a234b0778ae429b3907c1)) - ([`34b0919a`](https://github.com///commit/34b0919af8cdaee8744f700ad9293c32de6932d2)) - Update libc to new version and fix CMake (compile math library)([`75b80c95`](https://github.com///commit/75b80c95d204dffe4ba3de4749530d307d399d7b)) - ([`74c32c4e`](https://github.com///commit/74c32c4ed2080de60addd4896add5bc0a9aa46b3)) - Fixes deps, failed intermittently when massively parallelized (32 cores)([`4c9eed11`](https://github.com///commit/4c9eed11291f4f65d74ba8a4422857dec53005c8)) - Fixup repititions -> repetitions([`a949247e`](https://github.com///commit/a949247ea1fb38f45072177180f6d6af198edb02)) - ([`f6905950`](https://github.com///commit/f69059507b673c89923a3b4e9f3bb24018313849)) - Fixed warning and error with initializer([`89c207d0`](https://github.com///commit/89c207d01d7f119305ac2a0d2ecd0cf019419b7d)) - Odd error on Fedora([`16ae6780`](https://github.com///commit/16ae6780d5ade6c663664b24151887e9e93130e7)) - Quad precision floating point builtins added([`10221d4d`](https://github.com///commit/10221d4d8bcc6135f0aef8226b5e312b8cdb1f2c)) - ([`aa9cb846`](https://github.com///commit/aa9cb846d7a7ad6561df65039494533d14e7705a)) - Remove leftover testing echo([`ee4ad407`](https://github.com///commit/ee4ad407e61c3a57db8c57ba05ea7d627027363a)) - Fix Docker builds([`5d339bb2`](https://github.com///commit/5d339bb232e5785a4dbb4a73118f61407620045a)) - ([`e3004363`](https://github.com///commit/e300436355526255742b4e3f897a787993fccedb)) - Bump libc version([`33be9ef4`](https://github.com///commit/33be9ef4835d556e1719953022e7f60ba6223636)) - Switch to next version of our libc and libc++ (with floating point support)([`f4a6290e`](https://github.com///commit/f4a6290effa02b9de26703b09d1b0faf0cec05e2)) - ([`50d6c11e`](https://github.com///commit/50d6c11ef74210545d41e362802719a1273bfaa8)) - ([`e999e75d`](https://github.com///commit/e999e75d9d72732a35d506d9e46350409dd09846)) - Update to latest appbase and chainbase submodules.([`d802911c`](https://github.com///commit/d802911c3a85735187e82c56b178d836055d1b8f)) - Add management of genesis.json to launcher.([`82af1329`](https://github.com///commit/82af1329f67c7a350ebf11e6ddb52db08d58a1e4)) - Add genesis.json to artifact capture list.([`b84ad7f2`](https://github.com///commit/b84ad7f292508dfe1b560d914812bb5717cd65bc)) - Bash Mac compatibility([`2cca38b3`](https://github.com///commit/2cca38b3d7eaa5f143116566b37b64f0a03ee4dc)) - Bad merge.([`d015abf1`](https://github.com///commit/d015abf17143bf3eb528dd143c3d43a7a8feade7)) - Move post section to the correct depth.([`4b8dbf44`](https://github.com///commit/4b8dbf44432d464856340c10ad69c8a0a7bfe6e8)) - ([`758c82e9`](https://github.com///commit/758c82e997c6c07b545879e79fb7d2493d33e0e7)) - Have Jenkins archive logs on test failure.([`1760bec1`](https://github.com///commit/1760bec1d64a115f88b4ced03870cece001e0d22)) - ([`12ddb15b`](https://github.com///commit/12ddb15b73759c3199a9a9df9c431fe681a14fb3)) - Add config-dir argument to launcher.([`a6ed22e6`](https://github.com///commit/a6ed22e6e085d04fa3725220e8e89076b0bce370)) - Create wallet dir in user home by default.([`e97dcd3e`](https://github.com///commit/e97dcd3e7cc1a771993f22b590433c840e1b65f8)) - Bash syntax.([`4373c48e`](https://github.com///commit/4373c48ebe3cfe4c46e6dd97f629c9615bca69e2)) - Correct bash script syntax.([`2b2efcdb`](https://github.com///commit/2b2efcdb81f5c6efa13474619eac9d6153235136)) - Add back missing contracts directory lost in merge.([`6f70c13f`](https://github.com///commit/6f70c13f6d1a581f32ca7bc9294b499165720dc2)) - Use GNUInstallDirs module([`7ec9455c`](https://github.com///commit/7ec9455c164f6e5512a0f382deae5b0a3cd3a08d)) - Use GNUInstallDirs([`3aebac57`](https://github.com///commit/3aebac57c8be71cf520f3a64890082db70436daf)) - Use GNUInstallDirs([`1d3f1660`](https://github.com///commit/1d3f16606d35e1a51c15f97073667b81f459e4e0)) - Allow overriding CMAKE_INSTALL_PREFIX.([`8c8384cb`](https://github.com///commit/8c8384cb21d5b02236432d97710c67db094c29c3)) - Be proper UNIX citizens in expected directory hierarchy.([`0d951d80`](https://github.com///commit/0d951d80250e490cbee4f6b9f6c81e7ea26936ed)) - Signed/unsigned mismatch cleanup.([`9356951b`](https://github.com///commit/9356951b581c75742e788e65e35cdfcabf782486)) - ([`5520fce3`](https://github.com///commit/5520fce32ce4f941b54c4b5d749ad25caa75aec2)) - Add support for Linux Mint (as an ubuntu variant) to the build scripts([`f668736d`](https://github.com///commit/f668736d7af06c93da8757590a69de2e74f03ba4)) - ([`0029c20c`](https://github.com///commit/0029c20cfe2bc2a8d2c073eefad72c5d3fb3aa84)) - Changes in order to get rid of contract warnings([`dbbd9717`](https://github.com///commit/dbbd97179333e956276448025d465b176c71fb58)) - ([`cba7381e`](https://github.com///commit/cba7381ea5ce7409dd4d92e5f915ba764b9ac0f2)) - Added back defaults([`550af84a`](https://github.com///commit/550af84acef90e92b2bfdee1b2a0cca002dc4917)) - Added back defaults([`6b826f82`](https://github.com///commit/6b826f8279cafd92a3eef5fa2c8259d93adcfc0a)) - ([`1f97a160`](https://github.com///commit/1f97a16083c508e4c5c5654a4c9615093e9eb050)) - Update permission without waiting on apply block check.([`ccd4c711`](https://github.com///commit/ccd4c7114eb4196baeab8b3fd55e0ae14f135dc9)) - ([`b9c678f8`](https://github.com///commit/b9c678f8513948752b0c2ebdee705e1751decc5f)) - Remove cmake defaults from previous PR([`ff4aeffe`](https://github.com///commit/ff4aeffee95c2320ae48c5fb0c73df22759ce338)) - Temporarily re-enable floats([`04195961`](https://github.com///commit/04195961cf1094da229a3396bced8d800d3ff3e1)) - ([`23e8746c`](https://github.com///commit/23e8746ccd967d77830c1e952c26c43987708f0d)) - Rename update to modify and remove to erase.([`077fd0f0`](https://github.com///commit/077fd0f0bffa06422807eaa5ff9df3a8d18a97c5)) - Change multi_index emplace, update, and remove to use iterators.([`9988c71e`](https://github.com///commit/9988c71e408119b7a03c61fc2655f3b41d174c0d)) - Change multi_index primary find to return iterator rather than pointer.([`ffd4b0c1`](https://github.com///commit/ffd4b0c11b18cb873af9eb81a6aea7a39beebfa8)) - ([`e3f97456`](https://github.com///commit/e3f9745671541fa720b2f35d13aac3093b5c5f99)) - Added cmake defaults for dependency root directories([`f3f62266`](https://github.com///commit/f3f622669328c0008bda6a06a24af4dbdf3093a9)) - ([`4d405d9f`](https://github.com///commit/4d405d9fb5bcc5285cfe4a905dfdb2ab42f8ec71)) - Cleanup FreeBSD fixes that apply to Linux/macos([`cc37e690`](https://github.com///commit/cc37e6904d82a7193a9eb22db8197238181fced9)) - Merge remote-tracking branch 'zrts/freebsd' into freebsd_fixups([`bead89f6`](https://github.com///commit/bead89f64a1fbc3468f762f542a44cadde6e7ec8)) - #1060 add support for building on FreeBSD([`d8d49172`](https://github.com///commit/d8d49172c7cffced4539239279db3624632ce336)) - ([`1590b618`](https://github.com///commit/1590b61842f32721ea0920de39a2ee3844bf23d4)) - #1542 ensure sync keeps going the best it can.([`200b6efe`](https://github.com///commit/200b6efe45fbf0f5534a4510c967fbdca5864677)) - ([`f9b7abf9`](https://github.com///commit/f9b7abf921a0d702c34906d76748a08a60e3cf3a)) - Added support for installing MongoDB via homebrew and compiling mongo-c-driver-1.9.3 && mongo-cxx-driver to darwin OS([`14a5e586`](https://github.com///commit/14a5e58635f6886e477dd6f3f66b81753eb75404)) - ([`8f5f4a4c`](https://github.com///commit/8f5f4a4c2381357e51e088891c82e40c38c8d854)) - Added SOFTFLOAT_ROOT to all targets([`ae39bd73`](https://github.com///commit/ae39bd736bda7067042767cc1030a4bfc4f1ebce)) - Forgot the module files([`c55c7e89`](https://github.com///commit/c55c7e8932f72c11efe3e3cc1656a9295f166e87)) - Added softfloat dependency and interface header([`cfa6e91c`](https://github.com///commit/cfa6e91cf4121aba9277b1cf69ee743122f21e83)) - ([`3d4a14f1`](https://github.com///commit/3d4a14f1ed0ce64bcf26343b6f926756a90634eb)) - Enable setting exchange contract in eosiod test.([`c0866bde`](https://github.com///commit/c0866bdec4bb15441b339849d4dbbec577a8fc79)) - Null nodes initialization to enable launcher issues debugging.([`5f1bcf78`](https://github.com///commit/5f1bcf7827f501f7502432a1a478bac86db72153)) - ([`29cdf331`](https://github.com///commit/29cdf331f1560a724790f478207fe8696b6854f8)) - Add reverse_iterator support in multi_index([`d2eb9d89`](https://github.com///commit/d2eb9d89e603c497ffb5a417fbe718106392513a)) - ([`8b50ffd7`](https://github.com///commit/8b50ffd7cac4727f88593ec1461ec578b5a72f9e)) - Changing game_exists variable name to make the logic more clear([`cf3da38a`](https://github.com///commit/cf3da38a46cb101ac99ea66894d2fcee52a3e278)) - ([`c182eb54`](https://github.com///commit/c182eb54dd787cec31fae3e1b80f2a9f29f023ff)) - Fixed Abi tables.name attribute, fix https://github.com/EOSIO/eos/issues/1550([`90c0d910`](https://github.com///commit/90c0d910eb8e959eebb1500a9a9a6506c7656d69)) - ([`598bf087`](https://github.com///commit/598bf0874abd5a69e5b4f3e03479f8c7a414de36)) - Fix typo([`2f000773`](https://github.com///commit/2f0007734cf606c5fdde30ab503045188601d643)) - ([`913be855`](https://github.com///commit/913be85549e3bbe468d51637885b3f1a4c33b06a)) - Allow construction of fixed_key with arrays of different word sizes([`845e382d`](https://github.com///commit/845e382ddb123fcf5175fa64bb872f291033069c)) - ([`0d7bc610`](https://github.com///commit/0d7bc610831899b84970f35052edb69d2ac441fb)) - Refactor of Dockerfile([`0c6dd3f4`](https://github.com///commit/0c6dd3f4976b72d98e6f2a7587f160596411b2a7)) - Add mongo-cxx-driver back to docker([`05b63898`](https://github.com///commit/05b63898869865ccd7fb902cb561f3e1e77f4c1c)) - ([`0c4d265a`](https://github.com///commit/0c4d265ac4781d31eaad300cbe376d437a27165a)) - Fix quote_base_orders type([`7fe90ca9`](https://github.com///commit/7fe90ca98a557873e470e3b302429fdd979393e5)) - ([`ddb6c113`](https://github.com///commit/ddb6c1136545d53eb802bb249018b237e814f6b1)) - Removed unused parameters from config([`bef562da`](https://github.com///commit/bef562da90aadfb2847b8213334b4f30758996ac)) - Fixes for Docker builds([`ecb0ca42`](https://github.com///commit/ecb0ca42b2746aea78ec55137fee3f75daf494de)) - ([`d21fd032`](https://github.com///commit/d21fd03233ccd79ae2e3a29f5b80804b2adcd32f)) - Use appropriate macro.([`bc1fafcc`](https://github.com///commit/bc1fafcc2d03ed27b9e7fffa38644b337cd7a0a8)) - Merge remote-tracking branch 'upstream/master' into supportMongoCxxDriver32-stat647([`a0c8bfe5`](https://github.com///commit/a0c8bfe5d9752dad30e4e3ad412c54e0be1cf7ef)) - Updating mongo-c-driver version. mongo-cxx-driver stable release 3.2 has an explicit dependency upon mongo-c-driver 1.9.2. Updated db_plugin cmake to handle mongo-cxx-driver 3.2 as well as older releases.([`c166966f`](https://github.com///commit/c166966fdb246213e2ad4ee5481692b39edfc0aa)) - ([`fb77459a`](https://github.com///commit/fb77459a66455613e1299eab59b1a7720a994c34)) - ([`c03f7cf1`](https://github.com///commit/c03f7cf179643f4d49beb4fa12321bf1472747b8)) - Removed references to install binaryen in manual install of dependencies in README.md([`17de3b67`](https://github.com///commit/17de3b677526fc992def352b343a25ef867d7957)) - Minor formatting changes to build scripts for readability([`1207d33a`](https://github.com///commit/1207d33a8a65edb9104bfcb0856bb2fd8de852f1)) - Added centos install instructions to README.md([`4b9a9c45`](https://github.com///commit/4b9a9c458c2cb31a53950800cb58b8b706de3993)) - ([`d0aca69b`](https://github.com///commit/d0aca69b8f8d43972255e732b1aa7eb0a805a93e)) - Minor formatting changes in eosio_build.sh for readability([`30dfc146`](https://github.com///commit/30dfc146ff289990ad685aa355d287c91d09e856)) - ([`bd375548`](https://github.com///commit/bd37554844b1252ff7938686cc86e519a40531ee)) - ([`cd7edf68`](https://github.com///commit/cd7edf6854c01a433fcbfd1159b3d11e45d21021)) - Added build script for Centos Linux([`288613ac`](https://github.com///commit/288613acec7fcbbb18326ba9ed64899dda8a1f47)) - Added support for building on Centos 7. Added file scripts/eosio_build_centos.sh.([`12f0daf4`](https://github.com///commit/12f0daf4f88102f454ee0023a7afa3522174a977)) - ([`c7f4d8ad`](https://github.com///commit/c7f4d8ad5d84a31d92009e03897f6062642fa563)) - ([`0d62c0ce`](https://github.com///commit/0d62c0ced44459f2b8a2151921e4e5c55f6f59c3)) - ([`d659e5fe`](https://github.com///commit/d659e5fec83778b7d4f188077e74efb69d6677d2)) - Get_block ref_block_prefix needs to return uint32 (not a unit64) fix #1513([`5068cfe0`](https://github.com///commit/5068cfe069c1d7ec0d370456fd060982b35fb3d5)) - ([`a66d0d42`](https://github.com///commit/a66d0d428c5e9e2e8853096e8386f09239df6638)) - Fix linkage of net_api_plugin([`9d42ce23`](https://github.com///commit/9d42ce2381648f6d396f786d455021d269a09669)) - ([`317606da`](https://github.com///commit/317606da15730c3c413d9b7ed8507934c14ae320)) - Update exchange, implement find for secondary index([`715b1219`](https://github.com///commit/715b121965c458a7b149974336a7b199d03cee75)) - ([`fee30e1c`](https://github.com///commit/fee30e1cf1cf993eba65bfb9996439b833037854)) - ([`02bd1472`](https://github.com///commit/02bd147205c7f3820672f4c768ef3618533d0e02)) - ([`a6faa2db`](https://github.com///commit/a6faa2db21c343569e9a7e10ec8095f76f811ced)) - Remove the EOSLIB environment variable from Jenkinsfile (hooray)([`5b51d98a`](https://github.com///commit/5b51d98acf4680e8d54e5908d86d1e9582766d93)) - Merge origin/master to pickup fedora build([`d726681a`](https://github.com///commit/d726681a4d826f8cd9d6375a0b0770cdf862db9b)) - Remove EOSLIB softlink, use config.hpp.in instead([`0196b78e`](https://github.com///commit/0196b78ebc3b5794dfed8481e3189f1a8764e465)) - * ABIGEN: Refactor abi_generator tests([`0f042f49`](https://github.com///commit/0f042f494f372adf84fc3a903c48b6e9e208fce1)) - * Prevent using of system headers when compiling a contract (use installed musl/libc++)([`03edeaa0`](https://github.com///commit/03edeaa08be7f68e4826a542ab546b66ca57efe5)) - Add vector support to ABI generator([`261edfd7`](https://github.com///commit/261edfd7175e1d1f765edd0162476660b8f08050)) - Add musl/libc++ to installation([`844586a7`](https://github.com///commit/844586a76ad664465abe4c887ae809e473b42d68)) - Fix simpledb contract([`76bb30fa`](https://github.com///commit/76bb30faee3dc1c0fb4bf542ba6d0d2a4dbe63b9)) - Remove eosio-codegen([`ffcc70fb`](https://github.com///commit/ffcc70fb1d8faddcc6b3980385f43b87f05486e3)) - ([`4cfd2e3f`](https://github.com///commit/4cfd2e3fa94950f19fea6a55233f6391d10f50d3)) - Add validation for updateauth creating new permission([`fc14e510`](https://github.com///commit/fc14e5104fa4c18208bb036563cc405deba01f8d)) - Fix problem where validation fails when creating new permission([`ed6a025f`](https://github.com///commit/ed6a025fb6f1f5807007220e933f35ab168a7d88)) - ([`e55cee35`](https://github.com///commit/e55cee358132a73893504e8c2a7b7f49b07b52dc)) - Improve error message for unknown endpoint([`c3ac1819`](https://github.com///commit/c3ac181969360c49caa7d91cb55768fe95c63937)) - ([`b7ab0827`](https://github.com///commit/b7ab08279ea95070c0a45c3f924b72276723af2b)) - ([`e8d6fef8`](https://github.com///commit/e8d6fef896a4fc172eeec4ec69804db7e67ff95c)) - Changed minimum disk availability for install to 20GB for all distributions([`136d822e`](https://github.com///commit/136d822eb3538be48dcd62cc6f0b058699ce00ca)) - ([`19c11730`](https://github.com///commit/19c11730bb2ccea681516fe6f7dd136353daf8ff)) - Sbrk fix for new wavm implementation([`ffd48de4`](https://github.com///commit/ffd48de43a2746b44a74a9e87a746b03b2785686)) - Improve test case for multi_index autoincrement([`85322aeb`](https://github.com///commit/85322aeb57b3d98ee2df955a7213e02b89cd5d5d)) - Get rid of uint256 struct that snuck its way back in via merges([`cf491653`](https://github.com///commit/cf4916532f003f6783fd1f5eb07c473e0fedf91b)) - Multi_index typedef removed from proxy contract([`04a526de`](https://github.com///commit/04a526de22a22d6f9194180d8786c4507b1709b2)) - Proxy contract switched to new DB API (C api)([`0248988d`](https://github.com///commit/0248988d74c09f4c392890f80d0cde433eb0e61b)) - Merge commit '873455336ca14c31cf9257a5afb8dee260873f09' into arhag([`a7db1a7e`](https://github.com///commit/a7db1a7ebee87cc3bc69c584018535ebb27ba6a4)) - Identity test cosmetic fixes([`87345533`](https://github.com///commit/873455336ca14c31cf9257a5afb8dee260873f09)) - Debug print removed([`dc9d9d53`](https://github.com///commit/dc9d9d53bfed32e9032b5b4cdf043704cea0ab81)) - :const_iterator made copyable, singletone implemented using multi_index, identity contract trust_table switched to multi_index, missing dependency added([`0287a54e`](https://github.com///commit/0287a54edad5c9f56478049babcba9c606080cc1)) - Debug print, should not go to master([`6c3ca1ce`](https://github.com///commit/6c3ca1ceaf3370ff9fb1e3f0d53b220f3a483d9b)) - Get_active_producers bugfix([`9f76a11e`](https://github.com///commit/9f76a11e7055bfd2ddf3a05e9becee7e89b26703)) - ([`db821807`](https://github.com///commit/db821807dd39c1a66aca0817d9f58ba09e72c393)) - Make const_iterator copyable([`37017576`](https://github.com///commit/3701757691728796a198e6efd8ab91e51a3577ef)) - Multi_index autoincrement change:([`cc2cf73e`](https://github.com///commit/cc2cf73eb4b47a855b80413134df184fcf6237a7)) - ([`af567a29`](https://github.com///commit/af567a29e6fac80891335b9de9742c98ac0293f8)) - ([`4529a31b`](https://github.com///commit/4529a31b939e99b104620116055ebefbc592e95b)) - Don't install fc([`f0c69d9e`](https://github.com///commit/f0c69d9e1de783c3bda18e3f472c45c8ec05ba23)) - ([`82f07e21`](https://github.com///commit/82f07e21bd78518c126e339b788444099e793d90)) - Compute the disk capacity based on block sizes and counts so ha terabyte capacity drives do not break the script([`f1be1a48`](https://github.com///commit/f1be1a48186f9e97e615ed87f9ef63f3b771dbad)) - ([`b84210c5`](https://github.com///commit/b84210c5b212a49b8c5eab6560eb413c1d6f5489)) - Fix error message is not displayed at all when it’s not recognized by print_help_text([`c5ab68ac`](https://github.com///commit/c5ab68ac346a20e70dc6ff3e99f608fd8fd63b27)) - ([`8c08fda7`](https://github.com///commit/8c08fda7aaba75a288dcc8c458dea70b44777fac)) - Restore expected sbrk() behavior for wasm runtimes([`aa5b1874`](https://github.com///commit/aa5b18744b85521845e1c0c4aba4b8688b73aaff)) - Make binaryen memory fault return exact exception unit tests are expecting([`4a77b308`](https://github.com///commit/4a77b30813afe3271ebc1fa9e4ba1ae82a1a6d0c)) - ([`2da16dc7`](https://github.com///commit/2da16dc732e2b8c6068dc647f7c3a6743545bde6)) - ([`726f8113`](https://github.com///commit/726f811373c95fb9713149049923ffcfdf314994)) - Chain build changes for binaryen as a submodule([`05622a56`](https://github.com///commit/05622a56d08ce3c1bad0248c0daf86454cc87eb4)) - ([`6657e8e7`](https://github.com///commit/6657e8e7863975a81e42d77544f3b741caffe7d4)) - Moved wavm::info constructor to the file which includes proper definitions of the internals([`2c8dbc56`](https://github.com///commit/2c8dbc567e1d493c7a4f5dde73c4ff7184c31904)) - Merging master at 77425cb1([`bfd9d487`](https://github.com///commit/bfd9d48708e68b2d17cb1affc1c7cfbe9a753f00)) - Copy the binaryen lib and src directories too([`a861ead0`](https://github.com///commit/a861ead0057757284442a00aeff265e6df86265e)) - Merging changes to master at 22b71a62([`95ced3b0`](https://github.com///commit/95ced3b0ca85e7fbe69641cf31d6189da7722d31)) - Added CMake support for better binaryen handling([`42be6eb2`](https://github.com///commit/42be6eb22ef9c8532e2396f911a646b1ca19f053)) - Added a look up table for imports at runtime, this moves resolving imports to "build" time which is identical to the JITer and saves us several string compares and log(n) searches when dispatching intrinsiscs([`ff934304`](https://github.com///commit/ff9343040a327ce403a4a98bcc8e42683e83d8b4)) - All tests pass with interpreter, soft switch to retire individual actions with interpreter or jitter([`0978f345`](https://github.com///commit/0978f34561170d640e5d13af9c5ce7debfbcf2de)) - Progress on correct memory assumptions([`458017c3`](https://github.com///commit/458017c30207d81e504229743e557105cfb9a080)) - Rough "compiling" interpreter layer"([`8d321000`](https://github.com///commit/8d321000df139f962d3b79bf5892f9f8b818d6eb)) - Rename jit to wavm to better reflect the implementation that uses([`4775dc27`](https://github.com///commit/4775dc275cac63287caafe7c3016e72c53c8e37a)) - Modularize sbrk([`90ce83bd`](https://github.com///commit/90ce83bd740a4ec46ac6442de6aa78068a57a831)) - Move more things to modularization, fix bugs i introduced with sbrk([`4ed1d1ea`](https://github.com///commit/4ed1d1ea070908dcb4753245f6715d9147f96b82)) - More modularization([`9a614ead`](https://github.com///commit/9a614ead052133e8fa5182c1f0347cfd160340e3)) - Move jit into its own isolated space (mostly)([`7ea3f14c`](https://github.com///commit/7ea3f14c9b748847f9b37374c02c6f9ca90830d8)) - ([`f6ed96a3`](https://github.com///commit/f6ed96a3e855c30daca8072e793e34567b7d235d)) - Add Fedora build to Jenkins([`96a3e57f`](https://github.com///commit/96a3e57ff25afec97221c30b0ecb1cac77a85499)) - ([`7a842019`](https://github.com///commit/7a842019af5ba0787c1463476bd38d2abd28cb6b)) - Added LLVM_DIR variable to eosio_build.sh, added RTTI support to LLVM build([`ebc003be`](https://github.com///commit/ebc003be6e0287974f7fa2ed63692ec95ed7f603)) - ([`6fc1e7c0`](https://github.com///commit/6fc1e7c0ba8e06de6567f4062043175864a56d6f)) - Fixed issues with the Fedora build([`33dd10c6`](https://github.com///commit/33dd10c60a62a16f3d82dfddc73f02764e176b20)) - ([`034ecc2e`](https://github.com///commit/034ecc2e6a712004c9bf2fd09d45f1f2f2d0680c)) - Added export WASM_ROOT=/usr/local/wasm to eosio_build.sh([`56a36805`](https://github.com///commit/56a36805c2d2331653b58e91561e85d592fbf4b2)) - ([`3885c221`](https://github.com///commit/3885c221cc90084cb525a079db360fc1b1c7b128)) - Removed reference to cd into eos directory before the user has cloned it([`9906cfd6`](https://github.com///commit/9906cfd61f90c7275fd42b6fc081643118e6258c)) - ([`4c5ca587`](https://github.com///commit/4c5ca587f2bdc5fc372c2b8307e54fd499a624d9)) - A few minor changes for finding WASM compiler([`5ff5903a`](https://github.com///commit/5ff5903af13d7293ebfcba8ce30531da7fb375b4)) - Throw error if contract attempts to do --begin() or ++end()([`8d884dc7`](https://github.com///commit/8d884dc7345c15d9e79a1b49758d4e3fc4b44a5d)) - Complete first idx256 test case and fix to fixed_key([`d2c972bc`](https://github.com///commit/d2c972bc2c1efca00e6a648795a819bbf5763e1c)) - ([`e1d462a9`](https://github.com///commit/e1d462a94200b3391b7859ec563e92adf225ccee)) - ([`b7caac8d`](https://github.com///commit/b7caac8d8d820d980fc732d47470bc16c74cb54a)) - Temporary reduction of wasm memory to 2MB([`64621879`](https://github.com///commit/64621879091a2e9281e873c2308fe873f1358726)) - ([`d3f30a5d`](https://github.com///commit/d3f30a5daa64fb681f983ca8a77c13128a1bf681)) - Updated abi format([`8fc78cbb`](https://github.com///commit/8fc78cbb69e2d1ef0b61020f8193c4965c74f5e4)) - ([`b69677a3`](https://github.com///commit/b69677a3cbabdc9ed6b1f36ba56d01d9067c418d)) - Update config.ini([`5ecc945c`](https://github.com///commit/5ecc945c50e339edf343acb45a732ce6604e46bc)) - Update Dockerfile([`743d37c7`](https://github.com///commit/743d37c765293d0e022e7af79b8e56129e7d7680)) - ([`4773369a`](https://github.com///commit/4773369a1a63f5e0d7164ddf7a2dc81dcdb5c836)) - Remove stale submodule files([`d1201ca0`](https://github.com///commit/d1201ca00bded4d583761f0282c005cab1616415)) - ([`502c5691`](https://github.com///commit/502c569155e1f6a7550266225e23dd6334657d0b)) - Update doc([`22ad4a83`](https://github.com///commit/22ad4a83dfa8ae2fbc29e69e6a504cfcf6cd45fe)) - Using WASM_ROOT in Docker([`c701f0c8`](https://github.com///commit/c701f0c85c87d5bd58d779e5dc8a252fe51f77af)) - Change binaryen submodule to point to EOSIOs fork with the changes for weak symbols([`1b74d359`](https://github.com///commit/1b74d359c9712908c4479de1a322ebddb5eac992)) - Merging master @ f66d188c to resolve conflicts([`7d65a18b`](https://github.com///commit/7d65a18b81b6dde85dde583375a0c05ae7ae7a08)) - [cmake] make WASM_TOOLCHAIN mandatory (for a while)([`6fcd58fb`](https://github.com///commit/6fcd58fb2247da315c741e3b258d8101e0cef401)) - Using binaryen submodule([`22e85630`](https://github.com///commit/22e8563058c1dfdd1102b67bde022b02b1391101)) - ([`c2305ef4`](https://github.com///commit/c2305ef49b612a57b12c0de860ee3e5441c3689e)) - Compile binaryen([`91e5133b`](https://github.com///commit/91e5133b5dd6071f00195df08907f8eb66108b16)) - Added binaryen into the source code([`87df0181`](https://github.com///commit/87df018177932fd77a252dafb4827c973fb0533d)) - [cmake] removed unusefull part of FindBinaryen.cmake([`403222d6`](https://github.com///commit/403222d6754f518d1617575d046dcece45b5c9ac)) - ([`b00680bf`](https://github.com///commit/b00680bf29c55915ce4c4c760d9d15a4baf44b69)) - [cmake] WASM_TOOLCHAIN found by cmake tools([`3b99d306`](https://github.com///commit/3b99d3067302a27d7b922648f4826db39f448f63)) - [cmake] removed space([`ff86b557`](https://github.com///commit/ff86b557edcf7156334cf4b2dfd95ba8d5277368)) - [cmake] FindBinaryen search for include dir and libraries([`bd6529fd`](https://github.com///commit/bd6529fd446ecb72900d523f49ed93be2d3a9447)) - ([`2ecf14c8`](https://github.com///commit/2ecf14c880a8cc467216a73edd6078ca199b7aae)) - [cmake] move TODO([`54c76157`](https://github.com///commit/54c76157e04b5da97fb950fc1e342cfb55d086b9)) - [cmake] WAST_TOOLCHAIN -> WAST_TOOLCHAIN_FOUND([`deeb4244`](https://github.com///commit/deeb424489d105373ca09e899e89ec93be847923)) - [travis] fix cmake defines([`6f835a30`](https://github.com///commit/6f835a30f1eccea3b50c88d6010c52bd3b6dabe9)) - [cmake] add FindWasm.cmake([`630b108a`](https://github.com///commit/630b108a0c934496cca17a2458a474e3b73bc835)) - [cmake] FindBinaryen([`6fd5d620`](https://github.com///commit/6fd5d620ac24f8bbf4b1d0e1e4eb42ed2cb6a609)) - ([`96e6c21d`](https://github.com///commit/96e6c21dfb76716bf912f429feeaf8f6d096a98e)) - Remove many useless cmake installs([`278cee54`](https://github.com///commit/278cee544c2d4d05416a00c99e2958f560d48aa9)) - ([`49ac3dad`](https://github.com///commit/49ac3dad8d8f0f05ff483833e20524843523b4ed)) - Bypass all prompts for Jenkins([`e87332be`](https://github.com///commit/e87332beee0aedb6e76923149a5c82611fbfcdee)) - ([`d8db1d3a`](https://github.com///commit/d8db1d3a05e768f5459b46ace8d2bba92aab89d9)) - Improve error details to display request error details([`47c0458f`](https://github.com///commit/47c0458f724474395dae854be9c8bc161db78440)) - Initial implementation to modify RPC Error Message Structure and eosioc display of it([`ff2c6f86`](https://github.com///commit/ff2c6f862fc9aee2dd5c115b0737b2afc37e0dcb)) - ([`116e5af6`](https://github.com///commit/116e5af6d2721785c84a56b50e52aff495dd7f5b)) - Add missing cmakelists for externals directory([`0760acdf`](https://github.com///commit/0760acdf47624e6c16fca8a74e2cec6e48221057)) - Remove change the snuck in on last commit([`ee3b5c7a`](https://github.com///commit/ee3b5c7a58416a8edc55fcab50cbfa8cb45150fe)) - Use eosio binaryen fork as a submodule([`bb2217c6`](https://github.com///commit/bb2217c65f42b9dc43e7a825df1922f3e397397f)) - ([`f66d188c`](https://github.com///commit/f66d188cf4536e0271d69882ee2385c003aaaad1)) - Clean up wasm_tests with 33MB memory([`00f8100b`](https://github.com///commit/00f8100b2b9bf3539a0e5e4bb2f9a10da5f8b994)) - ([`9a071d0a`](https://github.com///commit/9a071d0a5647ab5cccbabdbea6e3b0fd345db3f5)) - Increase max wasm (smart contract) memory usage to 33MiB([`709a68ea`](https://github.com///commit/709a68eaf7bf9f0c872ee94f20048fa131c911e5)) - Fixup two recent unit tests for new sbrk behavior([`2d4baa0a`](https://github.com///commit/2d4baa0adc5708b2c7ed9d62521648d1a3f57898)) - Explict static_asserts on some constraint variables([`9bfdcc6f`](https://github.com///commit/9bfdcc6f7d086c4b09b85c8365bba13a1a11d6b2)) - ([`90841706`](https://github.com///commit/90841706cd58cd6e4bdf3ece21bca10af46b82c8)) - Sbrk() return -1 on failure([`6db8bc60`](https://github.com///commit/6db8bc605b74a528d8ba23bb1e1074fb32c2641c)) - ([`3c503af2`](https://github.com///commit/3c503af223ec509f979a3b802c2f5eb16394ef98)) - ([`9718cbd8`](https://github.com///commit/9718cbd8f0de225239c3cbe2de2edc1604445b7e)) - Changed homebrew install name for openssl to openssl@1.0 to ensure openssl version 1.0 is installed([`1b7c29f4`](https://github.com///commit/1b7c29f48304d37be4637c57d64d8748bf69685c)) - ([`68380770`](https://github.com///commit/68380770fa2346a5b052cfa763e0a8355723a0a3)) - ([`2fee26ef`](https://github.com///commit/2fee26ef91a34752ac8e03b80d3634acb185d892)) - Forgot one last softfloat thing in this branch([`51cf15ce`](https://github.com///commit/51cf15cef2dec66a5120e1eeede48ccd82a3fb5a)) - One more clean up([`f6a8025e`](https://github.com///commit/f6a8025ee9bcf14973be18c7f64843209518e62c)) - Cleaned up stuff from another branch([`c7feaf40`](https://github.com///commit/c7feaf408f86725cc7a2145fae69a3364436dd17)) - Fix some problems with last PR([`f02806f8`](https://github.com///commit/f02806f8b3c219e485786e8459197b4bb682fcd4)) - Adding linkage for softfloat lib([`f5caf205`](https://github.com///commit/f5caf205ad3c956cd2829fbf0c178de52d8eaeb8)) - ([`356a8c21`](https://github.com///commit/356a8c21fb624e13acacd570077a51d6cefd61aa)) - Merging master @ b07081e0 to resolve conflicts([`734879fc`](https://github.com///commit/734879fc343d482f700ea48be3b2a52c089019b6)) - ([`b07081e0`](https://github.com///commit/b07081e0e9e037768737bb86a9f5c0bb006d7437)) - Remove duplicate make_pair([`6895953f`](https://github.com///commit/6895953f2fdc77998bc7acb8a1715323c6705a03)) - ([`af70f041`](https://github.com///commit/af70f0418f3267a2f3718800090a0bdd9c190148)) - Remove memset on malloc heap init([`685130b7`](https://github.com///commit/685130b75cceecfd317a941403dd5b47168b4419)) - ([`9a655f9c`](https://github.com///commit/9a655f9c6030ae5d420f6727f1e48cee83f41d5e)) - Remove producer pay from chain_config misc_test([`ae2c0ce2`](https://github.com///commit/ae2c0ce278ad93ef92356a8ffd8b60d62b6e4e2e)) - Fix misc test([`898d773b`](https://github.com///commit/898d773b610e814b34cd8a3419b5fe421b0575b8)) - Add ostream operator for chain_config so BOOST_TEST can print it out([`c5608d18`](https://github.com///commit/c5608d18ee8899980efc996c9e09d54c084868fc)) - Fix key permission is not sorted before account permission([`a5f81f05`](https://github.com///commit/a5f81f05a2ed031c815b18c10d9d43d747bb5cd0)) - ([`99e534e0`](https://github.com///commit/99e534e0415e91ba960f50654477a80cdccbf35a)) - Update signal slot config to match updated signal signature.([`6dd65978`](https://github.com///commit/6dd65978c40f327a343526c029695060e0713c5f)) - Process irreversible block regions/cycles/transaction receipts instead of just input transactions.([`1245431f`](https://github.com///commit/1245431fcd32939588017ae3783f6e7c30b5dccb)) - Make sure transaction is not pending before continueing([`559effdc`](https://github.com///commit/559effdc646a496458da10af606bfe43afe12f81)) - Add action_trace to mongo.([`5bd043af`](https://github.com///commit/5bd043af526c0be367c54eb33a93916546fc3904)) - Fix for abi not initially available on eosio #1403([`943bc5cc`](https://github.com///commit/943bc5cc9fd816d6a735338a50054e753dfe27b3)) - Eosiod_run_test.py --mongodb passing now([`53033a09`](https://github.com///commit/53033a09cd5d27af1a302df292a6f36164919a31)) - Add signals to controller_config for setting in constructor. #1403([`b89cf6dc`](https://github.com///commit/b89cf6dcdd4daa18480223805ea832778f7e88c3)) - Remove initial_token_supply #1403([`d1e6f7ed`](https://github.com///commit/d1e6f7edd1e1dc24b2f121f24ffe22822dfcd63b)) - ([`ab07b495`](https://github.com///commit/ab07b495b7842fb6df697168af2403a4a3f8f984)) - Add multi-sig recovery tests. Cleanup misc_tests and enable it.([`75dedbbd`](https://github.com///commit/75dedbbd1e8f8bc219b861fd3269ddd26e9a81e6)) - ([`f255ea63`](https://github.com///commit/f255ea63f75c84d93f40c65c22763c3340b2da2f)) - Replace Travis build badge with Jenkins build badge([`5e1c0061`](https://github.com///commit/5e1c00616f24fee33c5192d98c05b21d33bb4d9f)) - ([`c992c8dc`](https://github.com///commit/c992c8dc10b24b924ba5ddcc32bad12869e0fdcd)) - Add Darwin builds to Jenkinsfile([`d75eb431`](https://github.com///commit/d75eb4316839c9cd809289a5f90d4d02701b2e5a)) - ([`4a2a3975`](https://github.com///commit/4a2a3975518a8beac9641ad274569273d22bf319)) - Fix file name. Replace camel case options with underscore equivalents.([`ddaa22ff`](https://github.com///commit/ddaa22ff15c845731ddc46f9b151ee04e7c27a4d)) - Fixed shebang on test scripts.([`0c692940`](https://github.com///commit/0c692940b42d3c90ff8cc5bec0719d9211ca0971)) - ([`68af8fe1`](https://github.com///commit/68af8fe1de3de47fc157f60057360901e50d132a)) - Add eosio-abigen, really just want to trigger a travis build.([`a8330ebd`](https://github.com///commit/a8330ebd6d6f44af6d9c960fbba3b331c85bf162)) - Moved to Jenkins. No longer wish to maintain travis build.([`7031e2a8`](https://github.com///commit/7031e2a8afc78f568d63bde244d9387081e6c3a5)) - ([`ff52f1c5`](https://github.com///commit/ff52f1c5c7777a41e8247c118048e40e813e2a3e)) - Merging master at bb9a1dff to resolve conflicts([`44e505c7`](https://github.com///commit/44e505c780b8d7f72b96f11decb74c1c72a7b5d8)) - ([`bb9a1dff`](https://github.com///commit/bb9a1dff7dd08a2bdc3aa061d982351c1450193d)) - Strictly whitespace cleanup in wasm_eosio_constraints([`84eb27d8`](https://github.com///commit/84eb27d8959d9381f388eb8d45dbeae7d66732db)) - Make all wasm opcodes have an explicit central disposition([`da76cddc`](https://github.com///commit/da76cddc7f4a772934468879fd8774b2d10ae4cf)) - ([`d8f3fbfa`](https://github.com///commit/d8f3fbfa0684eb8d99a2fdb0c5c1185f4546e98c)) - Freshen the reference to the tagged version to checkout for public testnet access.([`3c6b64c8`](https://github.com///commit/3c6b64c81b9907a0a95b560d30da6c4ba15d39cb)) - More explicit block merkle tree calculation([`5aa2e3e1`](https://github.com///commit/5aa2e3e1c57d14694153601330127c7c0cb2ffe4)) - Initial work on key256([`8402a288`](https://github.com///commit/8402a2889e76547e22dce7a1e3e4620603943541)) - No need for disambiguating scope names in test_multi_index anymore([`92575742`](https://github.com///commit/9257574261b3e64af62036984e97b605c22d8d51)) - Switch to using generated table names for the secondary indices([`0c8b27c3`](https://github.com///commit/0c8b27c3e9bdcd402bed0f00a8bbc674f6120c9a)) - ([`739822ea`](https://github.com///commit/739822ea77d8c65a056ae4d78392986c2a4a204e)) - ([`77425cb1`](https://github.com///commit/77425cb1de0e68d239beac84bd8a90b8c1f55b27)) - Revert "Add a find_package(Clang) for abi_generator"([`f1884cf4`](https://github.com///commit/f1884cf481bec9f976996ea8eda84d90a6573864)) - ([`88d250f1`](https://github.com///commit/88d250f1e8db9eecfc2747881fe1ce7e06dde8af)) - Add a find_package(Clang) for abi_generator([`4ff69693`](https://github.com///commit/4ff69693a22df80b3f5538d81de7fedaa896a390)) - ([`22923514`](https://github.com///commit/2292351450fa3dd55622dc41ee8d6d403fa4ad9a)) - Merge remote-tracking branch 'upstream/master' into improveTestingFixture-stat576([`e3dc3082`](https://github.com///commit/e3dc3082d2b925410e07b09292cac9cd8060f4cf)) - Move method to child. Remove redundant constructor argument.([`fed461e2`](https://github.com///commit/fed461e2e3dc2d92ac9cefbd0476c6e470de0d68)) - Merge remote-tracking branch 'upstream/master' into improveTestingFixture-stat576([`2b005cba`](https://github.com///commit/2b005cba3c9673ab92a5f6db04992721baf71243)) - Move test chain boostrapping into child class to allow for granular bootstrap tests.([`76bc9af8`](https://github.com///commit/76bc9af80e39711c0cf870e49245b62a85cc8424)) - ([`f0bd4800`](https://github.com///commit/f0bd4800a26d7c3f8be1b955e1d8a2dab2bc1efe)) - Merging master at 098786dc to resolve conflicts([`7001eceb`](https://github.com///commit/7001ecebb2d47fb7a3471e519d875473af04d5ae)) - ([`098786dc`](https://github.com///commit/098786dc7f4ba1a57870aab5150d32e297cbd348)) - Re-updated submodules that were lost merging #1421([`84c07166`](https://github.com///commit/84c07166b66c65ba32d98e3923606dd18da5bc09)) - ([`77f6fe02`](https://github.com///commit/77f6fe02c9b76b7b852182adbcb4c5b8b7f9b173)) - Update contracts.dox([`3aba3e74`](https://github.com///commit/3aba3e74bc9526e7c8e17e224b43b4bdb019d965)) - ([`a4506654`](https://github.com///commit/a4506654a7cc6c298089258432d941c26c9394e6)) - Replaced base move constructor with a base copy constructor.([`febd3a5c`](https://github.com///commit/febd3a5cef813fe1af3798a1f68a2465e35e49f6)) - #1329, dawn 567, fix for initializing the signed_block for validation from the signed_block_summary([`62807d66`](https://github.com///commit/62807d6661fe57495254e8d49efad42d725389b4)) - #1329, dawn 567, really including support for passing block summaries rather than full blocks between p2p nodes.([`b7979782`](https://github.com///commit/b7979782f91b91dec9fe8db94949563226b45eb8)) - #1329, dawn-567, bring back subsequent work done on the dawn 2.x branch, and add support for packed messages. block summary support to follow.([`4abc2b6e`](https://github.com///commit/4abc2b6ef17f3892f2950f01a89c49a3b20832e2)) - ([`dc1f9464`](https://github.com///commit/dc1f9464b698ac2e03e5efd7998884e3c19189c9)) - Make Jenkins only run one build's tests at a time.([`4809a517`](https://github.com///commit/4809a5172d3517c8667cd7b0f184b5360e2e3158)) - ([`5a2e87b5`](https://github.com///commit/5a2e87b5db30932de44b86e0c22f6754afc65638)) - Changed git tag reference back to DAWN-2018-01-25 in readme.md([`6e0a5943`](https://github.com///commit/6e0a594340c4d3db4b7cd27d7244e6cfb1c55a9d)) - ([`816c54bf`](https://github.com///commit/816c54bf1daec3f3aa07d823f9eadb6fa5a5b82b)) - Change tag reference in README.md to DAWN-2018-02-14([`ff6dfa44`](https://github.com///commit/ff6dfa44873e338b52e28e1846ab7bdda4d2a1e2)) - ([`7115a089`](https://github.com///commit/7115a089517b70523b186e481199ff10717a977d)) - Cosmetic changes in build scripts for ease of readability([`98885574`](https://github.com///commit/988855741c8b23e5731a7804f9a7a9aefa037615)) - ([`4bf63d2c`](https://github.com///commit/4bf63d2c7e532d91cf7119c5825df387e31ba01c)) - Fix boost url for wget command([`27652616`](https://github.com///commit/27652616f0941b696cb376381d380183767506be)) - Fix typo([`5e2a37aa`](https://github.com///commit/5e2a37aa08c970954939833aa92157c66be6e74a)) - ([`7cea53dc`](https://github.com///commit/7cea53dc3ea33b66511bc778be6175f3a68d89f2)) - Import (from Dawn2x branch) script for testing malicious producers. Import updates to other test scripts.([`8343f83d`](https://github.com///commit/8343f83d135e0fda6a4a82bd0242d4bd2bb949e4)) - Finally fixed the eosiod_tests issue([`caca0aac`](https://github.com///commit/caca0aacebaf3ac037515fe363d13e7f13719c20)) - ([`023846f2`](https://github.com///commit/023846f2c9d21f283e5a74ff0eba080460bc290e)) - ([`e734fef2`](https://github.com///commit/e734fef2289ff210fefe4dfc97e76ad6d9426e22)) - Cleanup API for EOSIO MultiIndex([`02d8c723`](https://github.com///commit/02d8c723f6fa183668c6c7960af56f6f0e4e71dd)) - Adding eosio.system_tests([`689cce80`](https://github.com///commit/689cce8084703fe5bd08fb15ea79639e73294b41)) - Progress testing system([`bf230e9c`](https://github.com///commit/bf230e9c3544e14898fd9379a4350b5d43967a15)) - Progress on system contract producer voting([`e2c6a8b0`](https://github.com///commit/e2c6a8b02843240d0e2aba1358b00e2ffb7279f8)) - Add get() helper to multiindex, implement unstake bandwidth([`6dbbc4a9`](https://github.com///commit/6dbbc4a9b897c28df31d43f44fbd805f6268b044)) - Some things broke from master([`b5f7f832`](https://github.com///commit/b5f7f8322e1af3aa9761eb8996f6c0e16f1a46a1)) - Conflict fix([`ae21229f`](https://github.com///commit/ae21229f61c66594ab1b7acf82495e105a6632af)) - ([`b687ac0b`](https://github.com///commit/b687ac0b09f29845dff843cbf218dc57df2978ca)) - Change printf to echo([`869de281`](https://github.com///commit/869de281c9fa8ec0618f3155fb7405fb70fef5f5)) - ([`bee1f660`](https://github.com///commit/bee1f660b00fc90afdc67414922c6f977142ece4)) - Change darwin build to use "openssl" instead of "openssl@1.1"([`d8488fd5`](https://github.com///commit/d8488fd5ec50934340336fc565ee08ba0adb6f68)) - ([`bf2c8591`](https://github.com///commit/bf2c859125b1cfa6846620430cde62dd9469b682)) - Enable signed vs unsigned conversions and comparisons warning([`eb4ade53`](https://github.com///commit/eb4ade53f2454691582d203efb79fe710d39182e)) - Enable almost all compiler warnings on wasm side, disable all warnings from libc, libc++ and boost([`ddd2e0a7`](https://github.com///commit/ddd2e0a7c99869c51990bf2dba5e7b0a3f5b52c2)) - ([`d5be9afa`](https://github.com///commit/d5be9afaf901a214f8919145c5638b9456d59897)) - Updated the compressed expectations due to the inclusion of new header fields([`868c9ab9`](https://github.com///commit/868c9ab9fac3c9d94649c940f5d6ccc57e5f848a)) - ([`ddd18636`](https://github.com///commit/ddd18636df196b7934e0c96554b0978a800417ef)) - Added extra comma to Amazon, Fedora, & Ubuntu in table of contents in README.md([`a0b35614`](https://github.com///commit/a0b35614899561de222b702641aa50cc3f6ae4a2)) - Updated submodules in eosio_build_amazn branch([`f98e9677`](https://github.com///commit/f98e9677a3e7999206d40092386f7caa16c06fe5)) - Added new link to manual dependency install for amazon linux to table of contents, rearranged table of contents in readme.md([`0e14731a`](https://github.com///commit/0e14731a4c242e36a697acce671842278d181603)) - ([`7c406b5d`](https://github.com///commit/7c406b5d6c5573c9556d1a1f139d82618be0580d)) - Added amazon linux manual dependency install instructions to readme.md([`96c50d2d`](https://github.com///commit/96c50d2d1015128f3c97188eb8c65d5c2a6d702e)) - Added amazon linux install information to readme.md([`4d159ac0`](https://github.com///commit/4d159ac079dcc640adb39a0b998b5ae58713c1b4)) - ([`61fbffdb`](https://github.com///commit/61fbffdbc183269f58b87011378355eb0cc2ed81)) - ([`e3d777f1`](https://github.com///commit/e3d777f12c98def94b6bc42f42d86b42d639174a)) - Added scripts/eosio_build_amazon.sh([`8df35dbc`](https://github.com///commit/8df35dbcae770f12fe99dc714bcbf07298b9dab3)) - ([`15a9522c`](https://github.com///commit/15a9522c5eb2ece61b63c3f26810fcfff850d543)) - Make all wasm instances share same linear memory([`6ce813b5`](https://github.com///commit/6ce813b5dc678922a34abcb4025c0b38938395d5)) - ([`9a8c2c4d`](https://github.com///commit/9a8c2c4db6f10d50fe7d1c9278db38c8a4eb458f)) - ([`5e104392`](https://github.com///commit/5e10439245bc18ab684cdd639459413ab9d6e637)) - ([`7aca4847`](https://github.com///commit/7aca48478a4c026e5c30c36bd7ba0189ae2a238e)) - Add context free api([`596244e1`](https://github.com///commit/596244e18e6e32566a6238ce4add61dc79a87ad2)) - ([`eb5d3b80`](https://github.com///commit/eb5d3b80dbed9b85294322f7a0c5f79f98505df8)) - Have Jenkins run tests([`72e72bcb`](https://github.com///commit/72e72bcb5afac6ef004b59b18e6164456b3db297)) - ([`1196e43f`](https://github.com///commit/1196e43f35f89fdcba37a8ddd7b86820b28a1ecd)) - Fixes to get eosiod_run_test.py running successfully on mac.([`cd4e4cd3`](https://github.com///commit/cd4e4cd366a9178fbed3b1dea47a3290ea8afa2c)) - ([`38abb5e9`](https://github.com///commit/38abb5e93635408abdd2d1b8778dd1aa5c8f6300)) - Add Jenkinsfile, build dependencies with max jobs.([`f74fd97a`](https://github.com///commit/f74fd97a98d38b85639d514335df49563db0755a)) - Account.hpp conflict([`b4514bf9`](https://github.com///commit/b4514bf979ac09787660fbe5938a716aa1394a6f)) - Cleaning up for PR comments([`366bd588`](https://github.com///commit/366bd58865b504db3b7ef1ed83cfc60a0b9d6b11)) - Forgot musl and libc++([`98565180`](https://github.com///commit/985651806231056a45c91ee96909e62b49e7adf2)) - Hopefully fixed submodule problems([`345c7067`](https://github.com///commit/345c7067bb34acaf96c576936c7e4a18ab063b6c)) - Fixed submodule issue([`79195503`](https://github.com///commit/7919550310ce99145cad2089b73723b2bf3af4f9)) - Removed floating point tests, so can pass all tests([`3a59b9d9`](https://github.com///commit/3a59b9d9fd9bb16d8987b0c9d5bd9e32daa0b6cb)) - Removed privilege tests until finished([`722b64f5`](https://github.com///commit/722b64f5e533f9851b4a545435fc267a5b2d1247)) - Forgot to remove temporary file([`8d454a32`](https://github.com///commit/8d454a32a3c701de33198628409aa7173d80ac8c)) - Cleaned up a bit([`034679e3`](https://github.com///commit/034679e340c9d6bd8a9af11eb404270ae52668e1)) - Fixed problems with checksum type for abi tests([`a59f2ca1`](https://github.com///commit/a59f2ca188a3d9e2c98fb39bf6e048a71d4f6be2)) - Fixed a bug with recursive inline actions([`aa558a3a`](https://github.com///commit/aa558a3aa1fbdfc2ad5a2f5c5be3383efc6ab4d2)) - Fixed problem([`eead0048`](https://github.com///commit/eead004887d2ea95b74cd9467d9d684158cf16ea)) - Fixing problem with Travis build([`1c798239`](https://github.com///commit/1c79823997a1cc4fe78cc6310e26f6fd4b593da3)) - Fixed merge conflicts([`4bbe6522`](https://github.com///commit/4bbe65222134441e59c8f6f55122c9254b107dbe)) - Fixed some things and cleaned up, fixed support for set_active_producers([`076e1bce`](https://github.com///commit/076e1bced4c8c6ad94a77695034176441440b136)) - Fixed some tests I didn't realize were crashing, and added fixes for string keys for db([`134512b1`](https://github.com///commit/134512b1ce0c0fcc587f5b32412a9879fe1d3e7c)) - Cleaning up and fixing eos to eosio([`7957f446`](https://github.com///commit/7957f446227d1fa0b4873e63c14969940ced6d09)) - Merging master([`6eaeabdf`](https://github.com///commit/6eaeabdff01a9467168fc874f28572ac527f0375)) - Merging master([`e17da888`](https://github.com///commit/e17da88854f7700a7b3d7d3480f2188ffdd0973c)) - Somethings wrong with tester([`3eb3cf91`](https://github.com///commit/3eb3cf91a16719a1fed646921d07c662df350dbe)) - Most tests done([`87423ece`](https://github.com///commit/87423ecec45192ff12c1574851eb06649f221ac5)) - Merging again([`585fdf06`](https://github.com///commit/585fdf062ffbb14d65b9e4607569ed08cd4e8923)) - Still working on crypto tests([`9065c4f9`](https://github.com///commit/9065c4f9daaf947d8d37d63d91c0dd755c1262d2)) - More unit tests([`4cb4eecf`](https://github.com///commit/4cb4eecf9234f43bb64d9f70f127b9ae462a9fc8)) - Merged master([`fc709930`](https://github.com///commit/fc7099300526e20db8feeff95832283355aca8f3)) - Merge didn't complete([`365f103b`](https://github.com///commit/365f103bfa92ef3ead84a04d53f86fc6220e9a4a)) - Merged master([`9edd5d4b`](https://github.com///commit/9edd5d4bac14b73e39bab79af73738a432884618)) - Fixing merging errors([`e6f6ef01`](https://github.com///commit/e6f6ef01da7ef4d8af1ebd798c0966f303af10b3)) - Merged master([`ac06fac0`](https://github.com///commit/ac06fac0cf6be28e92dc66d8d3ac85610f8d3e46)) - Adding compiler_builtins.h([`d1940e7d`](https://github.com///commit/d1940e7d4bc9f7b4e94bdde9b3dce2bab48b7fa1)) - Oops([`f785e455`](https://github.com///commit/f785e455c4c1c6dfcf33425b6a49cf74595559a5)) - Sprucing up([`117cddc8`](https://github.com///commit/117cddc8c67462afc61d170b457930eebe3e0517)) - Finishing up compiler_builtins([`e4325d1a`](https://github.com///commit/e4325d1aa278d07d59c33757985ba1f0a3d4d054)) - Patching up the rest of the tests([`20e5cb44`](https://github.com///commit/20e5cb44ed43d3f3bff0a6689172e8ff9e3e6634)) - DB tests hopefully fixed([`5ce745de`](https://github.com///commit/5ce745dedc0fb8a6e7f1fd1d94c766eecebe3c32)) - Pull and merge from EOSIO([`e02ef3f0`](https://github.com///commit/e02ef3f06741c1d98919a974a93a6d081366ec79)) - Uniqueness constraint problem([`5a240821`](https://github.com///commit/5a24082128ecfc5760792942480c31dea97d3922)) - Still on DB([`59d9f91a`](https://github.com///commit/59d9f91aff885787f42ccb21ed4f832d91d0b5d4)) - Still working on DB([`3cf761c9`](https://github.com///commit/3cf761c93cac04b1fcddf39491211fe6099b7c1e)) - Rebasing to eos-noon([`51327e58`](https://github.com///commit/51327e58affd3e7ae34904c389c08e6653389512)) - Still fixing unit tests and intrinsics([`6f865078`](https://github.com///commit/6f86507873c4376b2251209337b866c2a2bd698b)) - Trying to get JIT debugger working([`94e509dc`](https://github.com///commit/94e509dc4108e3cc56e14c9f4b319d666141f2a7)) - Added in compiler intrinsics tests and restructered tests([`18d8c27e`](https://github.com///commit/18d8c27e913fe9874123e609c03a634ecaecc02f)) - Weirdness with string tests([`1b036a64`](https://github.com///commit/1b036a64ae8f25a78f44ee64f4f4ac8f4584647d)) - Fixed test_api.cpp merge([`a57e8b80`](https://github.com///commit/a57e8b8078620b66e267a35b33c417210f5ae3f8)) - Added back read_action tests([`36a14f21`](https://github.com///commit/36a14f219c5a6cc072d4e6a5e59aa93e1aade20e)) - @DAWN390, DAWN391, DAWN392 issues. Added missing intrinsics needed for some of the unit tests.([`efa7187a`](https://github.com///commit/efa7187acb4225375c7464b9cdc6af5099970b98)) - @DAWN390, DAWN391, DAWN392. Finished restructuring back to normal([`f5fef298`](https://github.com///commit/f5fef2987fe397b63307160c320ac3cdf65956ab)) - Fixing up structure and moving tests back out to contracts([`f87cb717`](https://github.com///commit/f87cb717c6c750ca556e1c16ba2587f149586fa0)) - @DAWN390, DAWN391, DAWN392 issues. Added a few more of the test_api tests to api_tests.cpp and added memory_tests([`0401bbb0`](https://github.com///commit/0401bbb0abdbd211fea1a4050a5223e4a5bf81d8)) - @DAWN390, DAWN391, DAWN392 issues. Porting of api tests, memory tests and extended memory tests. Restructing of test_api from contracts to solely in tests/api_tests([`0cbb339b`](https://github.com///commit/0cbb339b1dca1ba9e86745f55c513e45b75612e6)) - Add additional test case for multi_index autoincrement([`a6a2ea6c`](https://github.com///commit/a6a2ea6cb2efa19328db3efee21cd2dbb8e79e4b)) - Wasn't actually running autoincrement test; test_multi_index now works.([`246d3f89`](https://github.com///commit/246d3f891ce351934e789fae76dbef375199c5a1)) - Bug fix in decrementing iterator and add support for autoincrement([`d96b3872`](https://github.com///commit/d96b387265ae8c66c61c5415bb14409d7c755ade)) - Change the way iterators work to enable access to last item in table([`15cca1bd`](https://github.com///commit/15cca1bd7ae8bca0a4017d058963a86b19fd28d8)) - ([`78fa692f`](https://github.com///commit/78fa692f5b14631c84d4b8431d6b17d49ba5859d)) - ([`f6e4e3a0`](https://github.com///commit/f6e4e3a0fc1822ff0684faeb1b04fd42006f5ad1)) - Dbapi uint256 index, identity contract using new dbapi (in progress, tests failing)([`94647d8e`](https://github.com///commit/94647d8e0728a65c215557ac57b9faa2241b9491)) - ([`ed488a4f`](https://github.com///commit/ed488a4ff7b0e4261eff30d477dc95786c4adfca)) - ([`22b71a62`](https://github.com///commit/22b71a626f0867fd4a40128400db795f6530d941)) - Make the help text clear that the public and private keys are for the new account([`49f9fe0e`](https://github.com///commit/49f9fe0e69645129e6f4cfbb471e3ae3afbb3500)) - ([`93026fb1`](https://github.com///commit/93026fb15a06117603f5ca47f330e9e016ceeaa7)) - Serialization with new macro in identity contract([`73f01c55`](https://github.com///commit/73f01c55d35c15285bfcf899c305cb75c89118c1)) - Bugfix in database billing, correct billing for storage in generic_currency([`8fe1c212`](https://github.com///commit/8fe1c212a83edc07485e257f72fdc0ab561f9c33)) - Bugfix in multi_index::update, generic_currency uses new api, tester::get_currency_balance fixed to support new row format([`6a60322c`](https://github.com///commit/6a60322c65ddfc80d7c90827651eaf1d6311bed2)) - ([`76f75f42`](https://github.com///commit/76f75f42989406de7f2f4cf9529c0ac0e9871e24)) - Accounts table in generic_currency swtiched to multi_index([`bc5e3df3`](https://github.com///commit/bc5e3df3076bda68ca4fdb9ff90dcd52156735ae)) - Static_assert to catch improper use of multi_index and fix misspellings([`05421e30`](https://github.com///commit/05421e30a651a2b8f727d159918e50dc5fe8571d)) - Added multi_index test case and found issue with secondary index design([`05760a30`](https://github.com///commit/05760a302cde7fef9d1a6434745828f9d97a0d66)) - Reduce boilerplate in wasm_test.cpp([`4593224c`](https://github.com///commit/4593224cf800b244be75b82c16fccddbd42c3d44)) - ([`3c447919`](https://github.com///commit/3c447919ebec3a87ce2749c571850d0953c09172)) - ([`73d1cc5e`](https://github.com///commit/73d1cc5e8f5d6893cc507a8455b87014469fde57)) - Fix boost library link ordering([`412dcff2`](https://github.com///commit/412dcff21691b5e65c00b10f56d834541a06b352)) - ([`17c85864`](https://github.com///commit/17c85864f4c70567ec6f330be1f1a8770e3586ab)) - Fixed master rebase issues([`4e69fb71`](https://github.com///commit/4e69fb71c915a475877bec67ab8af77ac0976cc2)) - Unit tests for index API's - 2([`2e0eac0f`](https://github.com///commit/2e0eac0f6c23e9817c0c8531fcc738bb7721cec2)) - Unit tests for index API's([`cb9878c6`](https://github.com///commit/cb9878c6b5872de3434ebebd720e94ecebb1624f)) - ([`f6fb4f94`](https://github.com///commit/f6fb4f94d1079b8823620ecc4952e551b5a0eab0)) - Removed eosio-build.sh([`f5ada824`](https://github.com///commit/f5ada824cc56c00b0d6c846e2dcf56d625423cca)) - Added eosio-build.sh back into eosio_build branch to resolve conflict([`f4210ed3`](https://github.com///commit/f4210ed36a0c257e6ad86af97d263ee46227fb30)) - ([`27b89b2d`](https://github.com///commit/27b89b2d0b9ecc25fc0fc438e63a14b4541eaa37)) - Add now passing mongodb test to ctest([`dd717473`](https://github.com///commit/dd71747316636eed5e8eb36655304ddfc66ff255)) - Update test for mongo plugin changes([`b4e0db1e`](https://github.com///commit/b4e0db1e884bfe098fee6c3a4ee94e7a15f4cc1c)) - Update for bios and noon([`9c10e0eb`](https://github.com///commit/9c10e0ebc1f6ff43885458e7ccd76821eaa0ec9c)) - Move eosio abi injection to set_abi([`8c5ea8fb`](https://github.com///commit/8c5ea8fb897892c4f4690a611db7290f68aa9838)) - ([`7237920d`](https://github.com///commit/7237920df29c70d184bca1f811078b1c9d3f334b)) - Eosio.system del net bandwidth impl([`9bb757ac`](https://github.com///commit/9bb757ac4fb9fe5120b04dc1fa0561e8c7c3382a)) - ([`6b14e60f`](https://github.com///commit/6b14e60f08f7173a10de207679cc1dbb32403778)) - Libc/libcxx were not listed as dependencies on the identity test contract making highly parallel builds fail if it queued up that test before finishing the base contracts([`89ae3963`](https://github.com///commit/89ae39630dab6c2ccbee41990e5b43bbd0d75e0b)) - ([`5e74a88d`](https://github.com///commit/5e74a88dc7d8923f650d84f22e3e02c37ca88480)) - Missing CMake dependency added([`d6095f43`](https://github.com///commit/d6095f43e398a8c22c4343fe85ff25591cbba4c4)) - Updated to use latest revisions of eosio branches of musl and libcxx([`1850a63d`](https://github.com///commit/1850a63decf8c658d7a658d3a68d6dc48c6e27b7)) - ([`fe83dee7`](https://github.com///commit/fe83dee71529ca9f715fd75899fa3c1f4817e98a)) - CMake fix for musl (__lock, __unlock), calloc fix: fill memory with zeros([`dc1458dc`](https://github.com///commit/dc1458dc9c91386ed5996ae94e98d773aba31694)) - Musl CMakeLists.tx updated([`15d8f2ce`](https://github.com///commit/15d8f2cef7b3286f5b0f4879894bd5f41d3d17ed)) - Stltest - experiments([`59d5c8a2`](https://github.com///commit/59d5c8a26f9865afd96db4262fca066cf2e253c3)) - Includes that no longer exist removed from stltest.cpp([`297f78d3`](https://github.com///commit/297f78d301dcbf81e6bfd4379648a9fab700393b)) - ([`9459ed1c`](https://github.com///commit/9459ed1c61e6ed53d0186dd1ecc4363226a27fd6)) - Added bold text var to eosio_build.sh([`8cb70d31`](https://github.com///commit/8cb70d3123998bb6cef1b91a6e5c2c7208f91d2f)) - Made all pull request changes from Johnathon to readme.md([`cc2ceb56`](https://github.com///commit/cc2ceb565119a37f954e270b15af7b4dc2d74d6f)) - ([`7af36577`](https://github.com///commit/7af365774138592f4667f4c113dd740b2531319f)) - Merge remote-tracking branch 'upstream_eosio/master'([`dd81cbe9`](https://github.com///commit/dd81cbe97b2f944302e196fdae27683c9ffaaa64)) - Merge remote-tracking branch 'upstream_eosio/master'([`daad0897`](https://github.com///commit/daad08974fd4d1dc47a94c9bf259945b1cb019a2)) - Removed all reference to RHEL linux from build scripts([`d7024f86`](https://github.com///commit/d7024f865f1e59a6b6059c8fd2a0465a6f4653ad)) - Changed checkout tag to DAWN-2018-01-25 in readme.md([`0197d4d5`](https://github.com///commit/0197d4d551934b97cf3a75c82fa01da81dfb9599)) - Removed old build scripts eosio-build.sh & scripts/install_dependencies.sh([`225b317a`](https://github.com///commit/225b317a8b1229af580da46d17762a6ed0519bf0)) - Changed manual dependency instructions for Ubuntu to install in users home directory([`db9483a1`](https://github.com///commit/db9483a1887af348f8185e0f1f2973f5479d3348)) - Changed eosio-build.sh references in readme.md to eosio_build.sh([`d6cba089`](https://github.com///commit/d6cba089cbfd0f109635f23f383017e6be2d474a)) - Added supported operating systems to readme.md([`68ff6b41`](https://github.com///commit/68ff6b417d2de3d2389df2bb143f593991eee1e6)) - Added fedora to readme.md removed llvm rtti from fedora build script([`9bbbe679`](https://github.com///commit/9bbbe6797583e72932fd39a4856fe82fd7eb9425)) - Update README.md([`76a6bebf`](https://github.com///commit/76a6bebf16ae716dfe49b9e7c6ff0dc69915a354)) - First draft of changes to Readmd.md for build instructions on linux and MacOS([`0f3f2a12`](https://github.com///commit/0f3f2a12d4460cac8e21d8fe295980ea7ced1d4d)) - Added cmake/make error validation in eosio_build.sh([`427c0ea1`](https://github.com///commit/427c0ea1754160422609b122e8abba687f2b646e)) - Added new build scripts for ubuntu, fedora, darwin red hat (on hold)([`ebe7fe81`](https://github.com///commit/ebe7fe8137b66468ccf101df5393108733a53859)) - Removed new build scripts to move to seperate branch([`81b3db97`](https://github.com///commit/81b3db9765dc3d6e73483f5e682711e6f590a8b1)) - Merge remote-tracking branch 'upstream_eosio/master'([`0dcc033d`](https://github.com///commit/0dcc033db6469f96ac3535e51ee22649144e97ed)) - Added new build scripts for darwin, ubuntu and fedora([`14379398`](https://github.com///commit/14379398217ccaee7c65b3f8329d4d6e5178cd4e)) - Quick fix and some clean up([`61b9713f`](https://github.com///commit/61b9713f9f5c4fa3eb243d5563958c29eb0aa3d8)) - ([`da7957e1`](https://github.com///commit/da7957e1333884c30d86be0d685c1340d8152882)) - ([`2abcf4d1`](https://github.com///commit/2abcf4d1ae2757637c44d78c03e0413eae96ba69)) - Eosiolib/preprocessor removed, use one from system-wide boost instead([`572bb8cc`](https://github.com///commit/572bb8cce498e69eb3926f679e5ccf87ad8b2064)) - ([`9e96437b`](https://github.com///commit/9e96437b91fbdd3fd2363f409bbe2eabbac4599a)) - ([`782a847a`](https://github.com///commit/782a847add7579c8d78765f371faab1d08458fe5)) - Changes from Greg Lee.([`11ef1e5f`](https://github.com///commit/11ef1e5fb7cdaed955bc8c4e8fa1a20a21316747)) - ([`3d061601`](https://github.com///commit/3d061601d91e2c7503518a678013b35affaa5df1)) - Add block structures to the list of things that may contain ABI-related data in abi_serializer. fix duplicated native ABI when no wasm API has been published([`16221ede`](https://github.com///commit/16221edeb464c745e02c5c0bb5ecdbfb4ba95a32)) - ([`5cdd69c7`](https://github.com///commit/5cdd69c77a72a69cd8907641eb8c7cf207db72c4)) - Support proper spec compliant call_indirect wast syntax([`2c35a651`](https://github.com///commit/2c35a651987299a94d60a6d41a81618c62226ee4)) - ([`6e2ed058`](https://github.com///commit/6e2ed0586e8f0af51d9f77801392e79a8a44f6dd)) - Add now passing tests([`ed8d9f8d`](https://github.com///commit/ed8d9f8ddd8479ec8e6ce30c6ae1e76bc543edcd)) - Update for bios([`582bb057`](https://github.com///commit/582bb057b9cd86ee49caf997770c9599a362a8da)) - Temp restrict to one producer for bios([`5f4a7e35`](https://github.com///commit/5f4a7e3501c099146ade73d652df352bea0017c9)) - Add initial_key and remove initial_accounts for bios([`d355886c`](https://github.com///commit/d355886c309efb967429fdf402c9b78d1259257d)) - Rename eos_assert to eosio_assert, implement is_account() api, and move implementation from apply_context.hpp to .cpp([`ed825191`](https://github.com///commit/ed82519108efb48bc3fcaa43c173e8cdb8cc3ff2)) - Progress on eosio.system([`e71af89d`](https://github.com///commit/e71af89dd47fe7bb4556bd591ef2780e726f2374)) - Remove hard coded boost include dir and use cmake([`673b1928`](https://github.com///commit/673b1928d87074b29d5e5f8e45b954d9fae56d54)) - Migrate eosio.system to use multi_index([`58db172c`](https://github.com///commit/58db172cbafd82d2da83d7b291ec486e83ac9175)) - Start unit tests for the multi_index code([`ca139c40`](https://github.com///commit/ca139c40da6e96303fbb4e9a3aec6b72bb6aa0b7)) - Merge master, fix tests([`f2bd1302`](https://github.com///commit/f2bd1302ecc7337f366f796674d74064eca658f7)) - Remove eosio::string and vector, switch to std([`f45f2664`](https://github.com///commit/f45f2664914762ac889d2ed5f890c0bafc0f0528)) - ([`fa95e965`](https://github.com///commit/fa95e965aea830e60b147c94c5bac1bcd6d7b5b0)) - ([`41eba77e`](https://github.com///commit/41eba77eb80c6b8e171dfd3a17f8ea2ab77528cc)) - Remove from attribute from nonce([`30ceb897`](https://github.com///commit/30ceb897e91e91e70efc1199407b9bf5d4ee40e0)) - Fix eosio.system name and nonce struct([`f48b0cbb`](https://github.com///commit/f48b0cbbd376a14f7e5ff7cd7ff7becbdf135f1c)) - Add eos contract abi to eosio account abi([`352a5c0c`](https://github.com///commit/352a5c0c380decbcdfe5bfebcb1e405f4b237d62)) - Fix nonce action([`f801c8f9`](https://github.com///commit/f801c8f9191116dc1d6faec79cab3ffb250aadb1)) - ([`1eeec234`](https://github.com///commit/1eeec23486b24b21ade4dd180400c2e301b1a6fb)) - C compatibility for c header([`9a27cbbe`](https://github.com///commit/9a27cbbee905d1815e2fe30a22c793562209e9e3)) - Merging changes to master at 2b0e2045([`75e2efaa`](https://github.com///commit/75e2efaa5fb3eb65a148665bc27900a2d0c5d5c5)) - Move transaction limits from per-tx to deadlines based on when blocks etc start([`cb13f600`](https://github.com///commit/cb13f6005e163bfb1e1388ab10c50403ae43cc8f)) - ([`8ea266b0`](https://github.com///commit/8ea266b0067e8dd5966c0ac46741983c46af2e0b)) - Update README.md([`85e90036`](https://github.com///commit/85e900367504dd6015d93aa1bc43e5c9ec92f030)) - ([`2b0e2045`](https://github.com///commit/2b0e2045ae8d00c43a3f2d2f6769c7622aaf852b)) - Added back in changes lost in merge.([`8690492c`](https://github.com///commit/8690492c45b805f7b9c18902648a1ba313f617a9)) - Adding passing a integer value (hard coded currently) to checktime.([`e729fc0d`](https://github.com///commit/e729fc0d5e25020dafd679b88e9377b809b3a581)) - ([`7821d377`](https://github.com///commit/7821d3779491db17b361a40dbc98c6868e921f13)) - #1338 fix boundary check([`7d397722`](https://github.com///commit/7d3977228e8db8b3b72e32d03053ca7a015fbf8b)) - ([`d3e3f8c3`](https://github.com///commit/d3e3f8c3ae8e31b19309654272fa784068166695)) - Move musl and libcxx submodules to https urls([`64d4e65d`](https://github.com///commit/64d4e65deae0a5781e14860d5448b5b2874fb418)) - Relocated libcxx to a mirror of the upstream git@github.com/llvm-mirror/libcxx.git with our changes under a branch called `eosio` which is now a submodule mounted at `./contracts/libc++/upstream` build files have been modified to reflect this([`0c397859`](https://github.com///commit/0c39785900ac9edbd98c74f0e46022fda310c06b)) - Adjust abi test include path([`17bcd687`](https://github.com///commit/17bcd68780f53c5188bb6cf524207bca38639e4b)) - Relocated musl to a mirror of the upstream git://git.musl-libc.org/musl with our changes under a branch called `eosio` which is now a submodule mounted at `./contracts/musl/upstream` build files have been modified to reflect this([`9d051d5b`](https://github.com///commit/9d051d5b5a1ba56d6435c529dc79393ceffa61e1)) - ([`2b0295cd`](https://github.com///commit/2b0295cd52d3396ce56238b8390446303092eb06)) - Update README.md([`bf24de23`](https://github.com///commit/bf24de231f2004908b1688b60065e6f5a937155f)) - ([`f82fc06c`](https://github.com///commit/f82fc06c6ff940584bdce39af3810d5acab59e7d)) - Merging changes to master at bd3c613c([`12b62a9a`](https://github.com///commit/12b62a9a74e080d15ff9af94485d8a4fe9050159)) - ([`bd3c613c`](https://github.com///commit/bd3c613cb514bee9a6be7f7ee9f646d0ef00e009)) - Merging changes to master at 71c5f6dd and resolving conflicts([`a56a2e96`](https://github.com///commit/a56a2e969493964da65b70cec14037e1731a6757)) - Split nonce from the `require_auth` invoker for test system, unified users of such a thing([`ccd9ad7b`](https://github.com///commit/ccd9ad7b8538553b78ebc945027944555d1104e2)) - Temporary checkin([`86124b14`](https://github.com///commit/86124b14db78371c069c74799be4b929c785c933)) - ([`48c762f2`](https://github.com///commit/48c762f26c1c2f0acea5db7daf8cc4b0d7c41a5e)) - Disable table unit tests for now([`d95080e5`](https://github.com///commit/d95080e58405e3381aaf3c94a87d19f02c9ff2f3)) - Reduce wasm table vmem usage([`243b1b6a`](https://github.com///commit/243b1b6ae04ca164e771c2428488838d022cb972)) - Place wasm_constraints in constexpr variables([`db05664f`](https://github.com///commit/db05664f5792cac82eaeeaaf27c4b35db5018a67)) - Correct WAVM table index trap([`158f2e65`](https://github.com///commit/158f2e65c17b25a6897bb2407475e4e81a87e0b4)) - Rebuild on library update restored([`ce13ffc1`](https://github.com///commit/ce13ffc1e53df2767150fbd5527b82c7c798058e)) - Next attempt to fix cmake([`28e30ff6`](https://github.com///commit/28e30ff696857ea9546461ca5c8d5a333cbd6d6d)) - Yet one bugfix for CMake macro add_wast_executable([`43e6d089`](https://github.com///commit/43e6d0898ede6e835c289498a5aa51a2f100bd39)) - ([`796913d8`](https://github.com///commit/796913d83f1c4563f7ca9c7dbf79cf16c5f9a8fa)) - Fixed up ABI tests by including properly flags and include directories([`79801d58`](https://github.com///commit/79801d5837657bebb07131cb4ed1d028d230b917)) - Contracts/eoslib removed([`65e169ed`](https://github.com///commit/65e169ed2b087ad3bda51c03f5c26ec4b316fd08)) - Adding validation to new iterator interface.([`e4c384ee`](https://github.com///commit/e4c384eec8d04a1270d2552ddf9f54063dd2743e)) - Added table key enforcement changes for upstream added type.([`5fe67520`](https://github.com///commit/5fe67520faf391c6e95269c37da22bedf6ef0d2c)) - Added test placeholder.([`264bd585`](https://github.com///commit/264bd5854a992669cf43a93fb7f874a6fdd6b3eb)) - Add code to validate or skip or validate or set the key type for a scope-account-table entry.([`5a8ec63c`](https://github.com///commit/5a8ec63c30b6c7cc97351c36e87e6d38a30115b3)) - Added checks to all db writes to validate or set the key type and check db reads to validate or ignore if not yet set.([`6dced84f`](https://github.com///commit/6dced84fcaffbb6d3e37e399c63bd6e5742c7718)) - Adding key_type to table_id_object to enforce consistent key usage.([`9f7bd6e4`](https://github.com///commit/9f7bd6e4b02bdb0957dbfb365a6b87d086d1146a)) - Progress on multi_index([`afc46428`](https://github.com///commit/afc4642890bb1b75b09f2f68dece5d45eb51d202)) - Progress on multi_index wasm([`a27d856f`](https://github.com///commit/a27d856f81ce46483016934c510f538fe136e06a)) - ([`b5159bb9`](https://github.com///commit/b5159bb958a68e27cbb725ed2cef2f9943979eeb)) - Added primary key to next and previous APIs([`1c2dfea5`](https://github.com///commit/1c2dfea59538d3131abddc0f0e8ba0d466eb868a)) - Implemented lowerbound, upperbound, next, previous([`9e41f9a8`](https://github.com///commit/9e41f9a8c3113ea5d2e89e87a6ec1e53815ac23a)) - Adding multi_index_test([`a56aad58`](https://github.com///commit/a56aad58e2697606d0013a623a601153eb7c1776)) - Progress([`1086d21a`](https://github.com///commit/1086d21ab9332466b60af942b5289a60f8e8553c)) - ([`133477b1`](https://github.com///commit/133477b1bd09b1065559bf0b2b0ff67c4f2ae231)) - CMake macro add_wast_executable dependency tracking bugfix([`b68a88a5`](https://github.com///commit/b68a88a5e2c1696c4f99aa910ca3034487de8315)) - ([`a94c1b7d`](https://github.com///commit/a94c1b7d0328d3b0f3be7476409202663f3d8441)) - Missing file in libc++([`ebdfe870`](https://github.com///commit/ebdfe8702e2604dec3d0b9bb4f452e5bf388f993)) - Missing files in libc([`b811335e`](https://github.com///commit/b811335ec2e8ff7d9541bf6d6d5e6f6e08058842)) - Chrono header added([`74ee4ec2`](https://github.com///commit/74ee4ec29fc843ea08bd15a63828b1783e095578)) - ([`26b14452`](https://github.com///commit/26b1445277083616e6cef5bde2acd8d8700e1fba)) - Temporary hack removed([`e60798de`](https://github.com///commit/e60798de98b9129d2f6c5ab03de56b073df83c67)) - Libc++([`88aa8fee`](https://github.com///commit/88aa8feebbbf4df1014130f8b34899fde2d12688)) - Floating point to/from string functions uncommented([`a531309d`](https://github.com///commit/a531309df2cfab1faf49f9c533aa54cab8da71cf)) - Code which uses __map_file and __munmap removed([`243f70a9`](https://github.com///commit/243f70a9de13e74025e3a47cf8c90571c2021aac)) - More stltest([`5c0b02ed`](https://github.com///commit/5c0b02edab08a13cc086b8409fee3d7a73d31614)) - __dso_handle, CMake change for time functions([`8989013d`](https://github.com///commit/8989013d4618e8065f7d0595bbe0a48ed42a037f)) - Calloc, right order of libraries for stltest linking([`e99cef97`](https://github.com///commit/e99cef97b58af8c595bd3cdbdc6451ab419d5df1)) - Libc exit functions (because we need atexit)([`77a495ee`](https://github.com///commit/77a495ee2e5231013e8edf53d4547483d45e0cbc)) - Const_strlen without recursion([`2eea1f86`](https://github.com///commit/2eea1f86efb02dcdd37aa7092eff54822320890b)) - Include entire STL([`7c355bcc`](https://github.com///commit/7c355bcc8ff054dc5bdf74617e4e9948f0df4d1f)) - Bugfix for add_wast_executable DEPENDS([`8d8978cb`](https://github.com///commit/8d8978cbf46a9834eb7c553e5bd8ed9ac9aa6489)) - Libc work in progress([`5a9c4a70`](https://github.com///commit/5a9c4a7090ca4cc652b70e0441ab39bad49c23fe)) - Stdio source code([`e480f9c5`](https://github.com///commit/e480f9c57b36e7a995dbaf3c57fdd13dbbda977b)) - Compile stdio([`285c3233`](https://github.com///commit/285c3233d9321c2db6b059997cb67d09e16299a0)) - Compile part of libc with CMake([`859df478`](https://github.com///commit/859df478c5cd182cdefa341485f42f76ff2af1a4)) - Move memory manager from .hpp to .cpp, assert renamed to eos_assert in wasm_interface.cpp([`6e96fe67`](https://github.com///commit/6e96fe6734c318ed38877416ce986cb480539b23)) - Rename assert to eos_assert([`95b4d70c`](https://github.com///commit/95b4d70c2a6ff26c6eab682db1d9ae45bfafab7c)) - Change include dir, temporary hack to defeat lazy linking([`af7107f8`](https://github.com///commit/af7107f8adf809bc5b74fc36431f2731e629a9ab)) - Rename assert to eos_assert([`213fa8dc`](https://github.com///commit/213fa8dc64e0f69cb190937a34f4b8fa311f202b)) - Move memory_manager into separate compilaton unit([`2cf8fcc2`](https://github.com///commit/2cf8fcc22fa9576d33c457c7bc04270fee214586)) - Stltest includes all headers from libc([`db497b18`](https://github.com///commit/db497b181e1b4d71a3fd86ce88236e05b143e44e)) - Libc source code([`db272651`](https://github.com///commit/db272651b88d3d512e6aa27ad48eeaab28d6e54f)) - Move libc headers([`f39f339a`](https://github.com///commit/f39f339a71103a7762f551bc7814eba71f7f0091)) - Libc headers([`0ab6e8b7`](https://github.com///commit/0ab6e8b70323f1e3ea1760efe5f2e905433ad902)) - Include/bits first draft([`640fc619`](https://github.com///commit/640fc61921cd1af0f2d41ad8ffd3fb80ee321514)) - Eoslib compiles to own .bc file([`fd3e5fcc`](https://github.com///commit/fd3e5fccb8d55aabe105a785f0b407c73b54b849)) - Add_wast_executable and add_wast_library macros in CMake, paramters for llvm, stltest that works([`2e06b9ec`](https://github.com///commit/2e06b9ec42c2799deb4ca50010a5a8612748a3ea)) - Wasm.cmake draft to support separate compilation of libraries for contracts([`203c7c91`](https://github.com///commit/203c7c9132e8f9b49038d6164603984f0e7daf33)) - STANDARD_INCLUDE_FOLDERS macro for contracts([`2d7f539d`](https://github.com///commit/2d7f539df8f48bece8bed55b1c976dfee0ffa11c)) - Initial draft of STL support for contract's code, doesn't work for now (STL is not in this repository)([`fbdd8300`](https://github.com///commit/fbdd83004b6672d9b1a109a9e0bb6ebac160fbc8)) - ([`0bf2fee1`](https://github.com///commit/0bf2fee15c4419ce14f7a42f20f687299b2df1d4)) - ([`9977db71`](https://github.com///commit/9977db71aa414cfa0f4b7c8e2e1ad3eb0d9f388b)) - GCC compatibility.([`906ba00f`](https://github.com///commit/906ba00f9fb1bb11e41fed64a22d1b804bc9cddb)) - ([`6ea416b9`](https://github.com///commit/6ea416b9115f7fb1c254f0bb03ee2e5f082b5530)) - #1222, jira-536, import changes from the dawn 2.x based branch.([`c15ab667`](https://github.com///commit/c15ab667aa30cf9604fd7bb3955bedf54e0eeafe)) - ([`fda01d31`](https://github.com///commit/fda01d310cbd939ad040d81c14be51009d5eb0c5)) - Fix EOSLIB to point to src contracts dir.([`12a2b472`](https://github.com///commit/12a2b472915f4a747a48631bbe7ab480d8cd4a37)) - Fix test EOSLIB to in source contracts dir.([`aee28123`](https://github.com///commit/aee281234f389d873e946063d656c50e4c7b263d)) - Fix travis build location([`3f8a83a9`](https://github.com///commit/3f8a83a9cff148554dbdb3a222908ed49e2c454d)) - Fix contracts path([`cd43a67e`](https://github.com///commit/cd43a67effbae3f1057c95521ebb23726823b9fe)) - Add EOSLIB for abi tests([`1680e39d`](https://github.com///commit/1680e39d34ee58191930b73026d9cc4b2955bb71)) - Remove failing tests([`52369d7b`](https://github.com///commit/52369d7ba790baf042e1abb9eede1e2806987537)) - Remove native transfer struct([`0398b864`](https://github.com///commit/0398b864f9fe9ca2da92c1387cc48678fc6ce109)) - ([`e0c0767a`](https://github.com///commit/e0c0767a7b4e701ce8f1ea98dc081aee5bc9b1d5)) - Merge master at 6ff2a646([`719e69ca`](https://github.com///commit/719e69cae3177fe664e566fa68c8a6af461be226)) - ([`6ff2a646`](https://github.com///commit/6ff2a6466786b997429affb0c9ae71e7e80dc6ce)) - Fixes for the abi generator tests([`58300e92`](https://github.com///commit/58300e9207caff0babf7c14a9273e4fd7968be3a)) - ActionResult renamed to action_result([`6aad31ec`](https://github.com///commit/6aad31ece16876ae256d3736f5efe15764216c13)) - Bad change reverted([`79768834`](https://github.com///commit/797688341a8d2dc9240bc36a736d62230106d7e4)) - ([`9681498d`](https://github.com///commit/9681498d9a4623384dcbb62e32bddbad6b693a60)) - Making identity_tests work after merges([`9b87014c`](https://github.com///commit/9b87014cd7c5d1279434eaf54ab53d928fb65832)) - Adding exception::top_message back since for now there is no other way to get not decorated assert message([`d18939cd`](https://github.com///commit/d18939cdf517a6cbb664d55a8559d76a722b0bd0)) - ([`b19391cc`](https://github.com///commit/b19391ccee52b854aadbfb891f4069359eaab9e4)) - Small bugfix([`8e529257`](https://github.com///commit/8e5292571d70c3319256735188aef1a1d0741870)) - ([`2aedf9e0`](https://github.com///commit/2aedf9e0a33a7b0ab328223f13a613ca4b5f6bb5)) - More checks in idenity test([`c9ef3cd0`](https://github.com///commit/c9ef3cd04c07e44b9bb28c0a87b9dccd39517f56)) - Small refactoring of identity_tester([`87fe731c`](https://github.com///commit/87fe731c8835b8a270680daa3b014b14b1e13b18)) - Trustrow replaced with account_name (flag 'trusted' was redundant)([`3dbd4c0a`](https://github.com///commit/3dbd4c0a1166d2812cff074721e882558548afc3)) - Primary_next implemented using upper_bound([`86b0873d`](https://github.com///commit/86b0873d8741d22c0f046143afd97c7ce3cc56e7)) - Contradicaitons handling in identity contract + unit test for that([`fda49ec8`](https://github.com///commit/fda49ec8aead271eab321fbcf83c0f8fbc928bdc)) - Code cleanup([`2191a85e`](https://github.com///commit/2191a85ec6b86db4547bfd0cd74261a7b634452d)) - Using primary_upper_bound instead of next_primary in identity contract (next_primary doesn't work as I expect)([`7d7cb363`](https://github.com///commit/7d7cb3637ab83f05913af27fb3665869bc306147)) - Bugfixes in singleton, bugfixes in identity contract, more tests for identity contracts (one fails because of bug in next_primary)([`e80bcbbb`](https://github.com///commit/e80bcbbbb2c426f231a6d12cb7dea17c94797588)) - Back to singleton for accounts, bugfixes in db api, test for trusted owner (fails because primary_lower_bound doesn't work as I expected)([`8459d9f7`](https://github.com///commit/8459d9f7d17f04e42bfeec603eb9077bdf193066)) - Example multiindex([`9af1dedc`](https://github.com///commit/9af1dedc008c1e45173da71e46f7322b16ed95eb)) - ([`fc165dec`](https://github.com///commit/fc165dec290b4de05bd2f96fdef11bb43ef71209)) - ([`71b7096c`](https://github.com///commit/71b7096ca1a76e68a6d2a24bb42862f41d955f53)) - Add unequal size case to equality operator([`da1550c4`](https://github.com///commit/da1550c46e6f4244ba0af10aa631351bef6bda2b)) - Merging changes to master at 9d5f9e98([`c0177bd3`](https://github.com///commit/c0177bd3170a986c90abde6cde2891513e194bf1)) - Temporary fixes for `get_blocks` test([`d9eba724`](https://github.com///commit/d9eba724752e7e90dcd6cdde87ce006ead18251f)) - The removal of `init` from `setcode` moved compilation AND validation of wasm to the first action. We should do validation during `setcode` but doing this properly requires additional work. This is a temporary fix([`9c81d79b`](https://github.com///commit/9c81d79b1aef5abb432514be5e87142eba723930)) - Implement generic index framework([`49238b42`](https://github.com///commit/49238b428a10b586699aec977120ff903bb7a78d)) - Resovle conflicts with master([`19129a2d`](https://github.com///commit/19129a2daa5383784ea5d483b76aef39290eee86)) - ([`9d5f9e98`](https://github.com///commit/9d5f9e98813d9ef82c91bdb3d1c720ff46fdc9f5)) - Added bta to FC_REFLECT. Fixed after merge build issues([`a7551908`](https://github.com///commit/a75519086bae35f3c4adf8c99d0356f6d58de205)) - ([`0213826c`](https://github.com///commit/0213826c09f7cb96e998266f08118cdf786cd787)) - Modifications following code review([`1d5c082d`](https://github.com///commit/1d5c082d21344abc525d2075254f194dde0e2ed5)) - Added bta_index, reversed scope-code order([`7e19d137`](https://github.com///commit/7e19d1371d3868a36dbc20bd9d4f9dbf9e14face)) - Added bill-to-account([`895aac08`](https://github.com///commit/895aac08e796348352cc3d5824faa160263b0074)) - ([`2e866f9e`](https://github.com///commit/2e866f9e0adbc6604eeb213fc96fe86b818cd14e)) - Fix proxy contract for new eosio.system account([`9cbaac73`](https://github.com///commit/9cbaac7383536c8e6aa2d08565f1167ed661d0b3)) - ([`1cfd8a69`](https://github.com///commit/1cfd8a692bd8a9bcf5873afc319f8573c1366974)) - Use raw string literal for the error message([`047ed70d`](https://github.com///commit/047ed70d65a8692549371501f60a0bb09df457a6)) - Handle specialized exception in eosioc([`be6d0fdc`](https://github.com///commit/be6d0fdcc17ab799f6b2c4c41cce8a962b22e74e)) - Throw specialized exception for name check([`6c5fe9f9`](https://github.com///commit/6c5fe9f91761f72b42b4a5df8e2d65ea9f9cc832)) - Define EOS_CAPTURE_AND_RETHROW([`fcd13442`](https://github.com///commit/fcd134429f7e540c44b4efc24a550d44822413aa)) - Add chain type exception([`c69ceba7`](https://github.com///commit/c69ceba723fb21efb2d1c1974c7db0173cefac8b)) - ([`ce66af94`](https://github.com///commit/ce66af94237f0ad40f0ff54cf39bfde2fc7f70ec)) - Initalize sbrk_bytes based on initial memory size of wasm memory([`b4ddb189`](https://github.com///commit/b4ddb189bd5197452bbdb130af379d909f8e6050)) - ([`d04f85c2`](https://github.com///commit/d04f85c282e1d28e31ce6e3c11a72aa97b4e0547)) - Added commas to make genesis.json valid JSON([`4af8ab62`](https://github.com///commit/4af8ab627e37d73bc3ba9025823803bb5eeaa977)) - ([`25c6bcd9`](https://github.com///commit/25c6bcd9ed6485b521e81c4724a2de0643094d0d)) - Fix small typo in comment([`5ac26aca`](https://github.com///commit/5ac26aca5ac009d061a5f8e2c8ef12545f8da3dc)) - Add more constraints on WASM execution environment([`56604999`](https://github.com///commit/566049993665c6ff5aca2633b42821ebb329541b)) - ([`2e65e6c9`](https://github.com///commit/2e65e6c99b7ebd25c0574a3950b72875d549b74c)) - Fix abi test by removing nonce([`aef70a13`](https://github.com///commit/aef70a1363db74cc8dca24e175c10bde98be25a6)) - Fix constant typo([`88d0e052`](https://github.com///commit/88d0e05208951d547d586739eca2ecb5507e6a99)) - Fix include dir([`f717ebf8`](https://github.com///commit/f717ebf8e16c0eca4eda7dc25df1290d7ff034bb)) - Test expect 0 init value([`337d4d17`](https://github.com///commit/337d4d17c993b76dcc1ec663993f3b9c709ffff6)) - Add nonce to eosio.system contract([`80de7343`](https://github.com///commit/80de7343f5a22aca540634849f06691d2bb5f4c6)) - ([`a593cee8`](https://github.com///commit/a593cee868b96df3cf8e7b5ffa6f7ad85ccb009b)) - Move one of the testers in push_block tests to be non-genesis([`4567d7de`](https://github.com///commit/4567d7de1a9bdf9a012396de303a0302123a5ef4)) - Add parameter for tester construction to indicate whether it should push the genesis/funding transactions. Setting this to false creates a testr that can be fed those transactions in a block.([`0fd13fb5`](https://github.com///commit/0fd13fb5ded96267ae8464950c682d0ce504e4ef)) - Add eosio.system key to genesis([`b7da3576`](https://github.com///commit/b7da3576d135bd5d4be4b51522cd4cab8dee0557)) - Fixes for chaintest tests([`ed748dcb`](https://github.com///commit/ed748dcb3ea7c9daa3be80e86ba4e9fc34d93ecd)) - Move one of the testers in push_block tests to be non-genesis([`fd542998`](https://github.com///commit/fd5429982ff66fab3e8035864e404f27673326a8)) - Add parameter for tester construction to indicate whether it should push the genesis/funding transactions. Setting this to false creates a testr that can be fed those transactions in a block.([`d94b6d6e`](https://github.com///commit/d94b6d6e15899339cb949ed6e8f4abc47dc31ff2)) - Add eosio.system key to genesis([`fd8652b3`](https://github.com///commit/fd8652b321b34f0f8434b35cdbd729b65ad785f3)) - Fixes for chaintest tests([`37546c17`](https://github.com///commit/37546c17e193cf6656f77ac8eb3d4293fd6a9442)) - Add new iterator based db api([`352fa9b4`](https://github.com///commit/352fa9b4d38c373983ccbe3f0491e1b8df7fd292)) - ([`df878838`](https://github.com///commit/df878838676fa150656c3d9903b300ef0d1f30e9)) - Add more crypto apis to wasm interface([`fe10d802`](https://github.com///commit/fe10d802f2edf3be5de93524e5d2d113b14444ae)) - ([`103c6901`](https://github.com///commit/103c69015b94da6daa444b7d9b389fb07187d7ad)) - Add automake dependency to install_dependencie.sh([`aef2691f`](https://github.com///commit/aef2691f2a19c75d74f99252e924f7b6c1e4d6ee)) - ([`8b5aba09`](https://github.com///commit/8b5aba0940e4675e588d11528b8e2a76662039c8)) - ([`033d86eb`](https://github.com///commit/033d86ebec34e4c3045aaef30ddc7ebf0c2806cb)) - ([`922ea182`](https://github.com///commit/922ea182f7f1e70a6d1a64a21b7d42d00e1bd055)) - Add i64xi64 index that behaves like i128x128 index([`fa17b978`](https://github.com///commit/fa17b978aa5e609c802ad90dd1e1017f8f5dc84b)) - ([`05d359a0`](https://github.com///commit/05d359a0f6f8a9b5a79e998433f59e066d24ac00)) - Update cmakelist to require wasm now that system.contract is mandatory([`02c0dc67`](https://github.com///commit/02c0dc67b400a4ac2138fd03472e2ecaa82fcca9)) - ([`a8d8d65e`](https://github.com///commit/a8d8d65e05e225136382d140ee8313a1f0d489c6)) - Add links to public testnet builds([`85d1be22`](https://github.com///commit/85d1be223a6c56628c3681920b9d3d03abdfeba0)) - ([`44b83aba`](https://github.com///commit/44b83ababceacf5ecac4971cd657ad115e2b04dc)) - Add notification to startup instructions concerning master([`c7e0a9bc`](https://github.com///commit/c7e0a9bccd90e94d83b018514a8a4851f57edd05)) - ([`ac00d4b0`](https://github.com///commit/ac00d4b01d9d280429695ad3aa7a37bc2727bd88)) - Fixed build issues([`008aac52`](https://github.com///commit/008aac52245b4529d13de0aca99f02b0b7989d62)) - ([`9519fbf8`](https://github.com///commit/9519fbf8325ef06b6478b415f47a56691abfc267)) - Add --with-iostreams to `boost` build process.([`fe40377a`](https://github.com///commit/fe40377a4d4f8814137ed8c989ca22915babe508)) - ([`685313c8`](https://github.com///commit/685313c8cd1933e46e8b84023fd64332dbcdb2db)) - Removed staticany([`c8c39a28`](https://github.com///commit/c8c39a2809531d14cc85d4c61b119039ddc4670c)) - Created noop contract([`88d80c28`](https://github.com///commit/88d80c2889181624da612128cb6a65f0d4b42c36)) - ([`5f3c2bc3`](https://github.com///commit/5f3c2bc30dd0230e6b057355901cd1dcd4bdbf81)) - Use common assemble_wast for txn_test_gen_plugin([`11eb78f6`](https://github.com///commit/11eb78f69bcfeb6190fc7377229fb5d2dd22d4fd)) - Get txn_test_gen_plugin compiling again after bios changes([`b0ace8d8`](https://github.com///commit/b0ace8d8885004b270dffb6d0c133deb70b0781a)) - ([`29bbdfc1`](https://github.com///commit/29bbdfc11233ef265985779e1ddbfc97b6d00d50)) - Change txn_test_gen_plugin to use wasm currency contract([`1ba93a6a`](https://github.com///commit/1ba93a6ac70ff55190dd0f37502e2228ceeab706)) - ([`a407413e`](https://github.com///commit/a407413e234ed966f3ce62b3edf574e653bdbe24)) - Merging changes to master at 76c2b3dc([`3ced3f0e`](https://github.com///commit/3ced3f0ea83f3e1cce8e86541899caeb79c2d663)) - ([`296f49fa`](https://github.com///commit/296f49faa363eba32c42088a9290ef5f91434f2c)) - Add missed file([`8ae903a0`](https://github.com///commit/8ae903a023acbe64331be2286726995680f03ae0)) - Rename symbol accessor in asset to avoid confusing gcc([`aad7d9ab`](https://github.com///commit/aad7d9ab93ee216cd215891678bf18844f051b0a)) - ([`76c2b3dc`](https://github.com///commit/76c2b3dcf03a3c7c1b4c042df54b9fafe017c2a7)) - ([`0f9d1900`](https://github.com///commit/0f9d1900826eab7e759b2adcee4177850ad0a54d)) - Break up the base64 tar.gz data into heredoc variables.([`dad7996a`](https://github.com///commit/dad7996abe1952132c663082670a6b3bcda5ae1f)) - Fix test for Ubuntu platform and add it to travis build.([`db33f111`](https://github.com///commit/db33f111326038ba8f2f443cd7a145aed03c7737)) - New test case for verifying solution to issue DAWN-515([`7ebb8424`](https://github.com///commit/7ebb8424b4edc1039a643a2667d9fd5317e4eb22)) - ([`a5274419`](https://github.com///commit/a5274419afd4f3dac46b4d36e37b1a0c50f51b94)) - Fixed startFunctionIndex for injected code to be shifted to account for checktime definition.([`2ae8d482`](https://github.com///commit/2ae8d482107d3dd5512303ab039e60597ef888e1)) - Ported over checktime logic from dawn-2.x.([`5fd11eae`](https://github.com///commit/5fd11eae7e4e55965126d53ec26f9d33c4277e73)) - ([`5312c7f0`](https://github.com///commit/5312c7f0e1a0bbbfe477d382d2c04e8b311ddf2b)) - Remove code to enable mongo compile.([`60dae1da`](https://github.com///commit/60dae1da1ea25e4908db193d54fafb0f8f11d057)) - ([`aa1d6850`](https://github.com///commit/aa1d685053e85b4ffe6582b070fd3901eeed7716)) - Update README.md([`d8ecfe95`](https://github.com///commit/d8ecfe954551d6e10f30f4f25fdcecb355ed8cf7)) - ([`99489078`](https://github.com///commit/9948907824dce2c0f63546ecc0af13236d91a16a)) - Update rpc.dox([`c8bee058`](https://github.com///commit/c8bee058df5ce51e9fad175ba5358b5360c4b5ac)) - ([`effaf838`](https://github.com///commit/effaf838205f6db5b0f2e014835ce3de0584274e)) - Merging changes to master at 841b6d8c([`78cee2e8`](https://github.com///commit/78cee2e8b08a74d1c5ec9bafb06a45fa0ad4ce25)) - Add eosio.system contract on chain init([`434a718d`](https://github.com///commit/434a718d1ef2d2b15ec4c4cea133b21599d94028)) - Remove deposit from newaccount abi([`b2b2f514`](https://github.com///commit/b2b2f51483cd8289e51f6db8a8ccf7e0de50c07d)) - Remove . from generated wast and abi const char* variable name.([`92adb6e1`](https://github.com///commit/92adb6e1e2ca96bfc047792b11b0633e69370c24)) - Start of updates to system contract([`864a6e32`](https://github.com///commit/864a6e32aa3dfc6f4d6dcaa7fa87abef06937b05)) - Adding priviledged API check and registering calls([`cb3ca15c`](https://github.com///commit/cb3ca15c1e1c6a4af682773a21bf056a97a81ffa)) - Added API for setting resource limits from wasm([`1404de95`](https://github.com///commit/1404de957e280d975e3cd116d681c39c544d67d9)) - Start implementation of set_active_producers([`607267a4`](https://github.com///commit/607267a4f5e39509620de65efac34037a2e347e8)) - Block production with single producer works([`e92ab033`](https://github.com///commit/e92ab0334f7fa60fb6ce90b272f9d83744c60df2)) - Moving to non-native transfer([`6f0cac9d`](https://github.com///commit/6f0cac9d8ff8d5e3fd76009eaa79e389a6e2d94b)) - Initial refactor of bios([`aff77933`](https://github.com///commit/aff77933d76dce9c2f540f2c3128c2f77a3ae41c)) - ([`4df1b433`](https://github.com///commit/4df1b433982b0ebc767751c9bdf9bdc3c698593d)) - Add iostreams to boost build([`a7ea0be4`](https://github.com///commit/a7ea0be47e7b8725ac1fa4febbc4fcacdbb97fc4)) - Fix compiler errors on master([`9d84d93c`](https://github.com///commit/9d84d93c3abe0c2725b69b1edc102f740c493fc7)) - ([`841b6d8c`](https://github.com///commit/841b6d8c8838ffcc26797a81623fe29635d7d7d1)) - Manual merge much of identity and master([`08267006`](https://github.com///commit/082670060c666323157914a17d383e20f2bef0e2)) - ([`6c6d1075`](https://github.com///commit/6c6d10758b2efcf940c18bb26d18a6fd24ad588e)) - Implement review comments for DAWN-529([`8474c54f`](https://github.com///commit/8474c54f0912ba981ae6e0fe9c74db6ae67976db)) - DAWN-529 Reject Invalid Handshake Messages([`9efeefc0`](https://github.com///commit/9efeefc0c9e21d632badd40cf476ac96ac8e5983)) - ([`57b8283b`](https://github.com///commit/57b8283ba42eeecfc8f3c248ca3af4122795d193)) - Merging commits to master at 04637977([`3ff13c49`](https://github.com///commit/3ff13c496ecdc3687a842b471b68a997748f9e6a)) - Add test for deflate bomb([`402cd09f`](https://github.com///commit/402cd09fef4ff83dbb9ae12d7361559c3c487e16)) - Signed_transaction is now composed of a raw packed transaction or a zlib compressed data buffer([`1af6e5c0`](https://github.com///commit/1af6e5c02a8132e699d5ceb73f49dfec394df37e)) - ([`503f1f3c`](https://github.com///commit/503f1f3ccac70bc75e0bac45477b4a4bde615b4b)) - Moved just-in-time transaction packing to `apply_context` instead of the intrinsic, added/renamed intrinsics to match precedence set by the action api, added entries in the appropriate eosiolib hpp file([`e08b9b8c`](https://github.com///commit/e08b9b8c94e4791007181a83bcd41faeff99bf61)) - Merging changes to master at 04637977([`b2ef7b3b`](https://github.com///commit/b2ef7b3b04dc333d144cb87a1ab89206369dbdaf)) - ([`04637977`](https://github.com///commit/046379771825170cece786668cd5838634f7024e)) - Fix a couple wasm tests affected by lack of init()([`31b21540`](https://github.com///commit/31b21540b69f04146d77e160b82be688825d80d5)) - Remove init method call from setcode([`cbf6a130`](https://github.com///commit/cbf6a130afa7161a570b0e26cb03970d3d1a089e)) - ([`d1b5dfd6`](https://github.com///commit/d1b5dfd6342b05886c3fb23696beec02775d7952)) - Removed price from the native code([`c5641772`](https://github.com///commit/c56417728d382a285c4c9161ff23ffb9572fb3b8)) - Merge in changes to master at 3fbc4cc1([`219b887b`](https://github.com///commit/219b887b988aff436032cbb1092d6ff0a803392c)) - Modifications following code review([`0e4bfc96`](https://github.com///commit/0e4bfc96a5c5a71edbe28db61017076d93c57927)) - Class symbol - added name validation at runtime([`bc58c7e4`](https://github.com///commit/bc58c7e45901a899e5622a21562b0c70b7e6e6fe)) - Symbol class - unit tests, bug fix([`aa6258a9`](https://github.com///commit/aa6258a99a34ba34d63dfb3cb94cfda430b5d961)) - Created symbol class([`c1dde7af`](https://github.com///commit/c1dde7af67feeaa44df0fd927a9b5ef809054141)) - Adding apis to expose transaction to WASM([`d2619eec`](https://github.com///commit/d2619eece754eb0cf5f49dc6c3750a16a003fdfa)) - Update launcher path one more time.([`815d60a8`](https://github.com///commit/815d60a82ac4611003d8a37aa4fd81e8de090bd1)) - Update path to launcher in p2p tests([`0eeff039`](https://github.com///commit/0eeff03989d51658d0242c131437c6ac34086638)) - Also fix eosiowd directory([`3c5dd153`](https://github.com///commit/3c5dd153ab4c8a6566b395603832bec670198060)) - Change launcher directory to new name.([`4da98693`](https://github.com///commit/4da986938a6fadbf8164044dc9c93d2a0d1f8e56)) - Update test script with new name for walletd([`d5187bd3`](https://github.com///commit/d5187bd3bd642c237521fffce04860664765093b)) - Rename installed scripts and binaries with eosio- prefix([`1fec3ff8`](https://github.com///commit/1fec3ff867b02305c60e22096ad26b4f320d32f5)) - ([`3fbc4cc1`](https://github.com///commit/3fbc4cc15cbc8e0adf4f6cd64256bcf80d22f882)) - Add code coverage build.([`1906d29a`](https://github.com///commit/1906d29aa37aff7a810ae8ecddce41e5e161aa10)) - ([`5a75ef0a`](https://github.com///commit/5a75ef0a7c6dd2bfa76fd7a808ab229a077d4446)) - Remove Boost unit test library linkage from chain_unit_test cmake([`c2cf8989`](https://github.com///commit/c2cf89893c474d24b3ba975aacb7f32bb804275a)) - ([`601f3fa8`](https://github.com///commit/601f3fa85c57908b34f3d9318737733a4d26b64c)) - Rename contracts/eosiolib/eos.hpp to eosio.hpp([`c11cf28f`](https://github.com///commit/c11cf28f9af848de17763a624e38c443dfd439aa)) - ([`d75c30e1`](https://github.com///commit/d75c30e1ce43678066b7559c0e78894896279dc7)) - From asiniscalchi, automated travis upload of binaries for tags([`ce0aac4e`](https://github.com///commit/ce0aac4eaa072a028a1f04ff3b138df9558df55f)) - ([`84553e02`](https://github.com///commit/84553e02c1f87f73594f44c497e31687dec8f250)) - ([`dd26db47`](https://github.com///commit/dd26db474969c25b934f1bfdd75be62012189642)) - Missed eoslib in install names.([`83fd8dcb`](https://github.com///commit/83fd8dcbc7194cf6f18b5f3a59df5fd440e545fe)) - Rename all remaining eos strings eosio.([`84566581`](https://github.com///commit/84566581097bc71f9473fbcfe3888841463b9b07)) - Missed eoslib in install names.([`35ca7c8c`](https://github.com///commit/35ca7c8c24b377e9d9469b8feda810eaac7089a9)) - Rename all remaining eos strings eosio.([`a5f9eadc`](https://github.com///commit/a5f9eadc7bbd76f0a93788c63a62253be717c4aa)) - ([`c6ed03f9`](https://github.com///commit/c6ed03f9bac1b12524fd198df8cbfcf70230ed40)) - Added proper code accounts to data access info and serials([`3ec982f4`](https://github.com///commit/3ec982f4b9a33ac4a5a33e98249194ad87e1cb04)) - ([`53d3c735`](https://github.com///commit/53d3c7351b61a2c21c8389c09f5061863c3334c7)) - Disable implicit conversion from number to asset structure([`4bbc45eb`](https://github.com///commit/4bbc45ebe87d877b8132d4ed6c6accb2a80b813e)) - ([`eb20a714`](https://github.com///commit/eb20a71483b7ddc34d01e626bedfd2b248ace8d4)) - #1189 fix indentation in net_plugin.cpp, take out redundant self reference include of protocol.hpp([`a47fdcb0`](https://github.com///commit/a47fdcb00903c4200191155a3b648d7bfe9ffbaf)) - Bringing over changes from the dawn 2.x branch to ensure no pending fixes are lost.([`eb5a6057`](https://github.com///commit/eb5a605707aec867776b6f22e76032aa88622310)) - ([`2d8c930c`](https://github.com///commit/2d8c930cb9541e52ee462b17d18408335759c3f8)) - Stand up own walletd in distributed transactions test.([`e8ab3429`](https://github.com///commit/e8ab3429b39adc802e44182005f1083aa1178f1c)) - Add support for running test against remote nodes. Input file can include init private keys.([`c341504b`](https://github.com///commit/c341504bffe80f1f8155d06a60a64d0c58d36eec)) - Make eosiod_run_test work against a remote eosiod instance.([`3a628142`](https://github.com///commit/3a6281421ca5d081758fdbadc36fa68ae68f14bf)) - ([`e24ec153`](https://github.com///commit/e24ec1537dba06592508172e46c8a30dba1db46c)) - Modify .gitignore for executable files([`9734b5db`](https://github.com///commit/9734b5dbe5d89a833b91309da3b107937fbb17d3)) - ([`68cf2b56`](https://github.com///commit/68cf2b56f3a05074b48a9468a9530dbeb66f88d6)) - Remove unused include definitions in fc([`9ba461a0`](https://github.com///commit/9ba461a00d5b1ec8706f664aed3fd263c83b09a5)) - ([`ecafed5a`](https://github.com///commit/ecafed5aa4ee38034163b6d393b39ac0d0ec7785)) - ([`37312a4b`](https://github.com///commit/37312a4b8573fa2c2a4c70e7e699bf46a35cfe97)) - Clean up resulting from review comments([`39d52a37`](https://github.com///commit/39d52a37614b38e5707e0e0e768455af1703cdfc)) - Add better error messages for --roll and --bounce options([`fa4ec076`](https://github.com///commit/fa4ec0764c438218da90daa8d6ac8d1973606373)) - Add launcher support for 'all' parameter for bounce and down options([`ad7cb24c`](https://github.com///commit/ad7cb24c6616bee567bc31aa4bd465c27e217169)) - Refactor new launcher down option([`f7e28680`](https://github.com///commit/f7e286805f3d52edba03f6735a77e6b6a8780740)) - DAWN-249 Add --down option in Launcher([`027e6e93`](https://github.com///commit/027e6e938b060bb983f10e5694c23b5125dadd6e)) - ([`00d118df`](https://github.com///commit/00d118df783d34952ff7d15e5ac4395780567c28)) - Remove raw pack/unpack and switch to operators([`edb96370`](https://github.com///commit/edb96370c011e0fbcaa38d9bbe6d37c7c40a8887)) - Defining helper macros to simplify code.([`8af3a16f`](https://github.com///commit/8af3a16ff7d749013b79aa383151dee214d79814)) - ([`8d245066`](https://github.com///commit/8d245066bd10610a65acbb9b1768bff0f71ef750)) - Add message_storm test to travis. Remove eosd_run_test early termination flag.([`ac9e1a21`](https://github.com///commit/ac9e1a212a55862e1259612ec0b506d012cffaf5)) - Merge p2p message_storm script into p2p test.([`3e6b9535`](https://github.com///commit/3e6b9535bb8905e322595c8468d8bf24da9e30e4)) - ([`f392891c`](https://github.com///commit/f392891c12334c7339e0533461fa1f18552092b9)) - Update snapshot submodule([`95adf6c3`](https://github.com///commit/95adf6c32d1456525058a5911890a4f9b2680c0e)) - ([`257eeae2`](https://github.com///commit/257eeae2d87a249e33694a68941e5609fba6fa40)) - Updated Doxygen in order to get rid of the broken links([`a75eee0f`](https://github.com///commit/a75eee0f7e8bfcf730d978c0fecc7a5770276a6e)) - ([`7a0d099d`](https://github.com///commit/7a0d099d4f80e02764ea6cf6f95031d57c12220d)) - Removed the utility thread which was in charge of compiling as we were seeing locks under load and a sufficiently multithreaded version would likely need a more robust solution([`e989e395`](https://github.com///commit/e989e395cde70b05f42f67f91aefbface0cac564)) - ([`34de0c72`](https://github.com///commit/34de0c725a0ff3acbd61570a60097313b7458a15)) - Update actual version # to 3.0.1([`521ea4cb`](https://github.com///commit/521ea4cbd3a20a16bf49726308898c70a4ffc597)) - Update doxygen generated docs for Dawn 3.0.1([`9fd34eec`](https://github.com///commit/9fd34eec99f1a27425179f572354230a4b978a70)) - ([`fbdacd5a`](https://github.com///commit/fbdacd5a522946401d88fce8e7e33054d001c4a1)) - Provide link to public testnet Doxygen documentation.([`57967249`](https://github.com///commit/579672496d2673f7ece49962e16450bcc32b6ff3)) - ([`1e5e1f96`](https://github.com///commit/1e5e1f96571cce3fc29ea6ef265a6c2342983b96)) - ([`d666bfaa`](https://github.com///commit/d666bfaaa5a07224305452105031ad12756b0443)) - Import noon script changes/fixes.([`d38ab28a`](https://github.com///commit/d38ab28aff5639f97a1262b333f091ccfe86ef2a)) - Import Noon branch script changes.([`bfee5294`](https://github.com///commit/bfee529418c2301941d7b3ad5c1f62180f7a2be9)) - Remove eosd_run_test.sh from travis build.([`65e607b9`](https://github.com///commit/65e607b9fe82b8d32bc601a4c932cca462640aa5)) - Fix script options in travis script. Bring over script updates from noon branch.([`140aac0d`](https://github.com///commit/140aac0d8b835bf914c83832ecd162044fec7b00)) - Remove older test script([`4778d64e`](https://github.com///commit/4778d64eb0dd1c4579747a9ca3968b1e1671cdd9)) - Unify test scripts for master and noon branch. Review recommendations.([`36df7adf`](https://github.com///commit/36df7adf083013098a62aa562316248ea52a2d91)) - Merge eosd_run_mongodb_test.sh into eosd_run_test.py.([`dfd3c090`](https://github.com///commit/dfd3c0900614b134ee0f2ef6717db908e024f828)) - ([`e1657243`](https://github.com///commit/e165724321c1395efb50c9cf7a8ac9c3e7bad8c2)) - Client-side only solution to the problem of improper duplicate detection([`74f9333f`](https://github.com///commit/74f9333f34db8339ab655e13204b40aea6d58461)) - ([`22acff0c`](https://github.com///commit/22acff0c733e1c9eb74d35873fc9e6ca28cab2b7)) - Added empty space before eosd_extra_args([`791a9011`](https://github.com///commit/791a901174c54b9690516d47905711a5b04b6841)) - [test] added unit test infrastructure example([`2dc8106e`](https://github.com///commit/2dc8106e764b059c19d88e92a63c91c97d93cb56)) - [ctest] add infrastructure to add eosd_run_mongodb_test.sh when hardcoded path are fixed([`a4f8d5ee`](https://github.com///commit/a4f8d5ee5f9701938ae51f27144e5a9279b41bc0)) - Style refactoring([`41891922`](https://github.com///commit/418919222befb2cef0338ca436703666310b982c)) - [ctest] OSX will not run chain_test, slow_test, api_test([`6660e5a9`](https://github.com///commit/6660e5a98d744e3eb3eb528ff8c9da125596134c)) - [travis] removed chain_test, slow_test, api_test([`d18d028c`](https://github.com///commit/d18d028ccc21f28a247b420aae32862f3b9472ec)) - [ctest] chain_test, slow_test, api_test added to ctest([`98d2a5d9`](https://github.com///commit/98d2a5d917c44ed28fd768b2b88a97523b9f3af0)) - [travis] using gtest for eosd_run_test.sh([`a1750b94`](https://github.com///commit/a1750b9442cd0b6cb3256e5ecfdf3b32d1eeca98)) - [ctest] set test name properly([`0a9888a6`](https://github.com///commit/0a9888a6e37af0f2f0d767bcc50f14a78170816f)) - [test] set relative path of genesis.json and contracts([`6eac73e8`](https://github.com///commit/6eac73e8d4a4499f96b730e96156f96c60b72555)) - [ctest] added eosd_run_test.sh in ctest runner([`5af16aee`](https://github.com///commit/5af16aeee6d2aa9f6e4fe1b19820a9092598565d)) - [test] eosd_run_test.sh independent from running dir([`90f5df7f`](https://github.com///commit/90f5df7f627743700ce1ff16a7bae39b7e6d7a2c)) - [ctest] enable_testing([`adc41965`](https://github.com///commit/adc4196505f7079065da0b83dd2cb69931ee19a4)) - ([`a83b12f9`](https://github.com///commit/a83b12f93f794e69ac169af171fc3fa7ad66db6c)) - [cmake] missing )([`c9eed0ee`](https://github.com///commit/c9eed0ee72c1dd4fe8d22b3f6405bbadb1f5cfd1)) - [cpack] added mantainer of the packages([`219170d3`](https://github.com///commit/219170d34c774a03daf0a2809a20c88e7977ac5e)) - [cmake] ollow cmake output style([`40c22300`](https://github.com///commit/40c22300f52862b2a2eb1f16983b1f1989b28ba9)) - [cmake] removed duplicate command([`e2f85600`](https://github.com///commit/e2f8560081657802c1237c57d1f08b82f867dd33)) - [cpack] creating deb package([`26987837`](https://github.com///commit/26987837ab4a8631c4c5c488345c04f2aed55a2c)) - [travis] added creation of packages([`e04e3204`](https://github.com///commit/e04e3204c2d4575548948682f3011f417a606e88)) - [cmake] removing unreachable code([`7276a6bc`](https://github.com///commit/7276a6bc61fe33d0f6e8bdfefd8471475ef48ad8)) - [cmake] Boost block more compact([`b57fb163`](https://github.com///commit/b57fb16310f4c0ac652877dcac68e2878b9bc478)) - [cmake] 3 commands into 1, same level clearness, more compact([`6a03e226`](https://github.com///commit/6a03e22625035ce33d68e3c8882b78e114a16dac)) - [cmake][win] remove check for Boost 1.53 after require Boost 1.64([`5b7e40e6`](https://github.com///commit/5b7e40e65305aa7be340bef89523acf0959c189b)) - [cmake] set software version first([`229d0b85`](https://github.com///commit/229d0b85c150624027571444a5ad70476be31d89)) - [cmake] populate CMAKE_MODULE_PATH in the same place([`809d0ba8`](https://github.com///commit/809d0ba8647a4f42e6cca490a5ea512b49df38b5)) - [cmake] reorder for elegance([`742968bd`](https://github.com///commit/742968bdb62d7ef8e16c92c097774b4583191ea9)) - [cmake] doxygen code extracted into doxygen.cmake([`9b414650`](https://github.com///commit/9b41465099d63495e8c4c8ea1101020d994dee3a)) - [cmake] LICENSE.md -> LICENSE.txt in the installer([`c3ebc261`](https://github.com///commit/c3ebc2619a77c9245c13e529cef1759961de3481)) - [cmake] installer script are created always cause it need to call cpack explicitly([`3f1b4db6`](https://github.com///commit/3f1b4db65826d8ba55be8883c596cdb344061fd8)) - [cmake] extraxt installer code into installer.cmake([`cb8f161a`](https://github.com///commit/cb8f161adf99a2592cf0dcbd94338daa3e9c751a)) - [git] not ignore *.cmake files([`d74ec1d8`](https://github.com///commit/d74ec1d88c257acf4ab3c967c3875e93a1a5c3da)) - ([`13f440d4`](https://github.com///commit/13f440d465a8ca06d65f0087906f3be390cf1586)) - DAWN-250 GH-1081 Incorporate review comments for roll/bounce in launcher([`9ba3d503`](https://github.com///commit/9ba3d50315b0100337e7c51a8059b75212305cb7)) - DAWN-250 GH-1081 Add roll and bounce launcher changes. Update roll script.([`10ef7590`](https://github.com///commit/10ef75909e5f4242ad8c57b63bc773cb39be1606)) - Script cleanup([`79d4eb73`](https://github.com///commit/79d4eb73b80ecfc951ba53b3c8535132329421d5)) - Updated testnet launcher helper scripts to manage restarting nodes as needed([`925b55dc`](https://github.com///commit/925b55dc1fceb871ad1877bd7e10cf0665587d6b)) - ([`cfb0bf30`](https://github.com///commit/cfb0bf301fa711ede3d877063a33d727ec43cd5b)) - Addressing reviewer comments([`f34c1467`](https://github.com///commit/f34c1467555d6dde05f906f9a6a6d92231df8872)) - Make token accept smaller/larger unsigned integral types for NumberType([`270d4c70`](https://github.com///commit/270d4c7047110cca57906a7dc345c8f63d348c50)) - ([`83990a64`](https://github.com///commit/83990a6494a8e2dfcd445c098a677cbec8f71d7b)) - Fix partially filled existing order([`1ed13279`](https://github.com///commit/1ed13279a4e3ddcb60f9b9bc9e9909f56d03f8d2)) - ([`1aa61283`](https://github.com///commit/1aa61283e5d6a0553be149014fa8bf676c5ba0ae)) - Fix for travis build failure due to Python 3.5 specific code.([`956a771b`](https://github.com///commit/956a771bb8f30ef49ca8ef5c8a7c57a2eb2e8be5)) - Revert previous python3.5 change(48eb9c2fcd34208d126866bf20878f5d6a939f0f). Test cleanup fixes.([`e63fa07e`](https://github.com///commit/e63fa07eb449e5f8bc472ce862f0fdb62934875a)) - Add eosd_run_test.py test to automated builds. Add json support to more methods.([`336b0ecd`](https://github.com///commit/336b0ecdff2de25caefcb56d6ef706eb8e7bda70)) - Variablize executable paths. Convert more methods to use json library.([`6e1de5e6`](https://github.com///commit/6e1de5e69ed6f78346d54a5e209c17b8f0107081)) - Update existing test scripts to work with testUtils.py([`c875cb65`](https://github.com///commit/c875cb6544f400db2ffc06ebf77bcdefd2e85ca9)) - Use Python json library for parsing eosc responses. Add support for more eosc functionality. eosd_run_test.py is now functionally complete. Update distributed-transactions-test.py to use updated testUtils.py.([`4fb20520`](https://github.com///commit/4fb205204554412d4d6e44f4abb347fc6e66e55a)) - Add support for contracts publication and sending messages.([`97b8b24c`](https://github.com///commit/97b8b24c0c3723fa6e7cf1f4d2491c50334f0828)) - Create a Python version of eosd_run_test.sh. Refactor and extend the TestUtils.py classes.([`0aad7186`](https://github.com///commit/0aad718623f8b10fa99a2e763bf05c36d370c0c6)) - ([`148f2363`](https://github.com///commit/148f2363feeaa337452d26e81440d53f9f6fa0bd)) - Fix wrong table name in exchange.abi([`3c068a6f`](https://github.com///commit/3c068a6f40d88a4b5b2198746738b615414e75cc)) - ([`2cc40a4e`](https://github.com///commit/2cc40a4eed76b797ba1382ab461fe8b6d3f518c4)) - Adds a few grammar fixes to the readme([`0493d8d4`](https://github.com///commit/0493d8d41c71339af58934387b51713d7d1ae79c)) - ([`553ed7df`](https://github.com///commit/553ed7df6a9b42eb8e22f06694c8ce6b5112391d)) - Update README.md([`91c892ae`](https://github.com///commit/91c892ae1d2d576b2a95596c824f7b793ab04b0a)) - ([`2f2e9c57`](https://github.com///commit/2f2e9c57e43ed631fe77134cdfc12df315957e23)) - #1024 add one more explanatory comment([`bbe9f88b`](https://github.com///commit/bbe9f88ba18c8d86e8dbef84550943e0ae4049f9)) - #1024 add explanatory comment([`eede4fe1`](https://github.com///commit/eede4fe14c84407ccb68b27ddc694eceb4bcd74e)) - #1024 address formtting issues([`cac4385e`](https://github.com///commit/cac4385e49fce6ad230b1ab322ff5e95ee1498c0)) - Adding in a peer identifier when reporting connection closing errors/exceptions([`288a9e43`](https://github.com///commit/288a9e432251d709e45ebd6b716d42a1958b60cb)) - #1024 Fix to allow at least block 936299 to be successfully added to a new node's chain, Also addresses a secondary issue involving blocks with messages that take very close to the max txn processing time, sometimes the deadline is exceeded which then causes a fork and there is no recovering([`30d4170a`](https://github.com///commit/30d4170a04cb228c70d877d645b615e540859715)) - ([`580e54eb`](https://github.com///commit/580e54eb038f21a1ca0f00ecf8d77e87dd8506b8)) - Add documentation. Update run_tests script to output test config and stderr log in error scenario.([`4c16e43e`](https://github.com///commit/4c16e43edc67b29d25eb99f60e8eec18f00abb09)) - Revert comment deletion.([`7a59200c`](https://github.com///commit/7a59200c3be71b62ccbd68140a34e6c4689cea65)) - Refactor python test code into reusable classes. Add additional options to restart script. User can specify kill signal as well as kill count.([`ec734354`](https://github.com///commit/ec73435416e01653b6c14b6d94dc1ad57883bb75)) - Refactored test methods into helper classes for easier reusability. Use transaction id validation to make a lot of the api calls more deterministic.([`d93d46ff`](https://github.com///commit/d93d46ff9089da2c1559e3685aa4bde538b7187d)) - ([`4150739a`](https://github.com///commit/4150739a4c85fa6cb007bab3a6dc5c968f3c1c8c)) - Update group__console_cppapi.html([`65216ec6`](https://github.com///commit/65216ec6c09c7f2b8b8d30987f402b3bc3f83b17)) - Add const to char([`178e3610`](https://github.com///commit/178e3610981ab4a8e7b03de4e13a866b63d3db58)) - Update print.hpp([`184e57da`](https://github.com///commit/184e57da48942fe8e62d3076fa5358c593595bed)) - ([`9b8e6321`](https://github.com///commit/9b8e63211f57811c365a24783a9e8cf9fd89eb45)) - Delete CONTRACT_DEVELOPER_API.md([`6e3f7a3c`](https://github.com///commit/6e3f7a3c50e73f55afcd0012447518fb53220cdb)) - ([`1e65f88c`](https://github.com///commit/1e65f88c9d5adfd0e1a87ca4fe3c5fc06b0faeea)) - Updated Doxygen to fix broken links([`e0811227`](https://github.com///commit/e0811227bbe4e7018626f9ef741da74e68ade177)) - ([`ea09b974`](https://github.com///commit/ea09b974c89cd0072a32aa6a44264fbf48739c55)) - Compatibility fixes for boost 1.66.([`b56edc72`](https://github.com///commit/b56edc728d35cc76085d5e38823ef1fac2aa11a6)) - ([`251c6a10`](https://github.com///commit/251c6a109481b2f82d726a1bfd409d4a5336e87d)) - Improve nodes synchronization using transaction ids. Improve logging. Some logical simplifications. Disable test scenario of default chain synchronization as thats not deterministic.([`841e26c0`](https://github.com///commit/841e26c0be8af58d91fc45e54e44a01f1bfa665f)) - Restart previously killed eosd instances with various sync strategies. SpreadFunds() will skip over dead nodes. Add test calls to driver script.([`5b411d09`](https://github.com///commit/5b411d09619d37b28c2b30ee4efad78dd52bc137)) - Add more logic to restart test([`877d520c`](https://github.com///commit/877d520cdef989f940f9ae68665473eaa13a23ec)) - Initial commit of script for testing various restart scenarios.([`4574f946`](https://github.com///commit/4574f946f0a4e9b19a5e821026543925a4df7e4e)) - ([`9654703c`](https://github.com///commit/9654703c120d04e37d5561ec77755f64ada91684)) - Make sure the new sync manager attribute is set #916([`54b092cb`](https://github.com///commit/54b092cb1bc4452db7814f049a0b0bc7fb2f2f3e)) - #916 one more round of performance tuning of the synchronization feature, and also dead code removal.([`f44f19aa`](https://github.com///commit/f44f19aa69fe8cb5c5336b30513e52ed84eee4df)) - ([`0fb60ac1`](https://github.com///commit/0fb60ac1ac9ace607b8b35bf496ead3bf2b12565)) - Address an unfortunate side-effect of a notification storm that was caused by the fix for other sync issues.([`cdb55c5e`](https://github.com///commit/cdb55c5e870efeebd4761cdd25dc3b006eb6ebca)) - ([`767fb346`](https://github.com///commit/767fb34694249b10e4d92eca2dd499779ec25305)) - Update config.ini([`9cd08125`](https://github.com///commit/9cd08125d5fc68559e034de5fa07c6eb07f4b845)) - ([`2c5af868`](https://github.com///commit/2c5af86844c347f18fe6bf309395b6e9c3bdd87e)) - Update config.ini([`00f46117`](https://github.com///commit/00f461179316a233edee36e74ab7d01c03909233)) - ([`2ef633eb`](https://github.com///commit/2ef633eb10589473a5da1b274db0be194ff69628)) - More fixes related to issue #916([`4dcdbec7`](https://github.com///commit/4dcdbec772b3ca9eb51e9f92b5171a5d5c18cf10)) - Not for pulling into master at this time. several fixes for synchronization.([`07a9e64f`](https://github.com///commit/07a9e64f98260cf6bffc3470be5f95fed94e0656)) - ([`93d05a9e`](https://github.com///commit/93d05a9e3457add6ed9dad91bf59f280daff4ff5)) - STAT-306 #970 Replay causes assertion([`3361b576`](https://github.com///commit/3361b576c2f798a1c342f67b8040bde748f86bf0)) - ([`f5c17325`](https://github.com///commit/f5c1732526c35e1037488beb133cf205757ee860)) - Adding distributed transfer transaction validation test. Add python3 dependency to travis script. Explicitly invoke python3 in test script. Cmake copies test script to builds directory. Test driver (run_tests.sh) tracks test failures and returns failures count.([`0cfd2d99`](https://github.com///commit/0cfd2d992bb61f05dda1a6e5d6437bad52eec755)) - ([`9e200ca5`](https://github.com///commit/9e200ca50f1807f63ecf5cac466f27061b9e093b)) - Changed creator account from inita to user argument([`d9779fe5`](https://github.com///commit/d9779fe5cad895f1437a020abbe30c49daa0a626)) - STAT-205, STAT-198, STAT-197([`e5dfe2fc`](https://github.com///commit/e5dfe2fc1e93dbc2a29587d2bcd156d3a13103d2)) - ([`60e2194a`](https://github.com///commit/60e2194a0e01d851aff99ce89829329374d1afdc)) - Fix for stat 298. Configure eosd to load wallet plugin.([`5129252b`](https://github.com///commit/5129252b600484582dd07cde854d884e11ecc755)) - ([`79752710`](https://github.com///commit/7975271038b6f4e08a40da975acc16652899909b)) - Updating doxygen.([`6f2cace6`](https://github.com///commit/6f2cace6a3df4014e13b18f5472bd230bcd9e3bb)) - ([`6bfa9cc3`](https://github.com///commit/6bfa9cc3689e8206ab75ed4ea9d63483bb6bd297)) - Update Smart Contract API - restore contracts doxygen and delete tutorial markdown instead([`8c79f757`](https://github.com///commit/8c79f7577f8d2af523e2a4a1b9ba747163a891c8)) - ([`941fa2fb`](https://github.com///commit/941fa2fb611f6cc835dcb53276dffa0e5cc896a3)) - Updated doxygen.([`109b95f9`](https://github.com///commit/109b95f95babadfafd16018517df5006994019b9)) - ([`0aa2d426`](https://github.com///commit/0aa2d42646877475f5b03c5e928de5a689b5bee5)) - Simplifying alternatives logic.([`6a9c9c08`](https://github.com///commit/6a9c9c083e8ccfa357ca9979df72fe07f516486b)) - Removed unintended debugging change.([`533d2ac3`](https://github.com///commit/533d2ac39d173bc361c23b0bf7e80e4052ceda39)) - Removed unintended debugging change.([`3e45a384`](https://github.com///commit/3e45a3843e54a59fcc2ccf6b43f0b83968bbd928)) - Faucet_testnet_plugin to provide easy creation of test accounts on testnet.([`ff0be1e1`](https://github.com///commit/ff0be1e14b73774d15d3706af959002adc55c619)) - Added faucet_testnet_plugin to create accounts.([`5700ae78`](https://github.com///commit/5700ae784ce52f556f179a6057f8787a64e41525)) - ([`2fd99c38`](https://github.com///commit/2fd99c380bbe3a90e21d244fb2a9b18d29977688)) - Add documentation for public testnet script.([`6be3a092`](https://github.com///commit/6be3a09283bc71fae166db9bf84e3e261ba6b319)) - Add script and configuration to launch eosd synched with testnet.([`71e43e8c`](https://github.com///commit/71e43e8ce00eefe237ca4d22da500e3f813ff12c)) - ([`1d1e1f4d`](https://github.com///commit/1d1e1f4d80cc12c76116ebb60fcc56200d7b69e0)) - Relax str index detection in abi_generator #854([`57a277f8`](https://github.com///commit/57a277f8b4b0b17459129da77f09644f20e67105)) - ([`eb5328cf`](https://github.com///commit/eb5328cf7f71e4e5adb7434e4a8f944cae853b4b)) - Fix bug caused by packing unsigned int instead of unsigned_int as size([`bb74d3ae`](https://github.com///commit/bb74d3ae4f262272be364a937bd644e82bc0f295)) - Serialize arrays of user defined types in the abi([`bb51aece`](https://github.com///commit/bb51aece30e3e73550e5c18277fe2610157368d3)) - ([`00db493c`](https://github.com///commit/00db493c551cd6cfada3a68cd01c994552349ee3)) - Revert primary genesis.json to local testnet version.([`8d63e46e`](https://github.com///commit/8d63e46eef6130c6eb2455323a0716814e5e725e)) - ([`3af8f630`](https://github.com///commit/3af8f6304411ff3ca33d6a8d115932727f013606)) - #931 fix for issues discovered on testnet 2 last night([`ef752bb0`](https://github.com///commit/ef752bb07cfe6b1568f3a2e35ee23a6632190c70)) - ([`4d744e51`](https://github.com///commit/4d744e5105f1deb8bea08e14e62033fd0b013546)) - Add -f/force option to launcher and default to false.([`ab6b9074`](https://github.com///commit/ab6b9074d936d1e672e73c9e2100741938b718ec)) - ([`2ea9f867`](https://github.com///commit/2ea9f8679b55bc20b08c1ad01357bda64ff69c1a)) - Fix runaway memory usage in the p2p([`17e7d7ea`](https://github.com///commit/17e7d7eaa83621cc87e42affd9b380544c3c5313)) - ([`60fa5fdc`](https://github.com///commit/60fa5fdc11c4683dd15bb7239aaad548a53621fb)) - #916 Updating the genesis file to match with the testnets.([`108207ca`](https://github.com///commit/108207cad7c30051b8087d643f7937f36317f009)) - #916 - add log output on the forced termination of the eosd process and set a non-zero exit code([`edf68ffc`](https://github.com///commit/edf68ffcef81e7fe03c2da3fdf1dbc1d14bc376c)) - #916 - add log output on the forced termination of the eosd process([`e9547cc8`](https://github.com///commit/e9547cc87e42c5abdbec3c4e90fa6ad3edd0250e)) - Cutting the verbosity of non-debug runs, make sure the sync process can tolerate restart of peer([`387ef2ea`](https://github.com///commit/387ef2ea549ae1348e79921b1db090eb91f1c7ff)) - Heavily annotated for debugging remaining buffer overflow issues, not for merge([`6ebe9346`](https://github.com///commit/6ebe93465ad322ae47ae8ba8439b7818dc09dce1)) - ([`a5c0c12d`](https://github.com///commit/a5c0c12dedaecec5c4538dd6fb1afbee8311ecb6)) - Fix json parsing issues([`9aa838e9`](https://github.com///commit/9aa838e9a7ebdc69766ed1f1e465465d52f921e9)) - ([`79523e45`](https://github.com///commit/79523e4573a2ac851abc53537693a0c9a8734498)) - Add wallet rpc api([`b41ea3ad`](https://github.com///commit/b41ea3ade2946e5742aec23187be2bd1e2ba1bd6)) - Update chain api([`e2f4c048`](https://github.com///commit/e2f4c0483c4072fd0c125f6b9200adb992715539)) - ([`6ec8cffc`](https://github.com///commit/6ec8cffc5e97287e50531c9616371d5808dfdb43)) - Remove unneeded doxygen page([`e9a4f927`](https://github.com///commit/e9a4f927c96b2a884cc3a71aa245745417ca9a8b)) - ([`a6ff4773`](https://github.com///commit/a6ff4773592b7320372bb7af76a88613aacbb960)) - #903 refactor the sync manager to do a round-robin block retrieval from only one peer at a time. added more logging too.([`aad63f37`](https://github.com///commit/aad63f37ea16b94c14645bbfb8b9e6258172789f)) - ([`b775b041`](https://github.com///commit/b775b041294b6da9bd399808616c830de673cad8)) - Appbase with data-dir logging configuration default.([`3c219c61`](https://github.com///commit/3c219c610d217d705fa9f701d21ac681cec889b3)) - Make GELF logging optional and endpoint customizable in launcher.([`91ff7b94`](https://github.com///commit/91ff7b944a14d483936ba49b52623b6ff489593b)) - ([`a24ebc6d`](https://github.com///commit/a24ebc6d487a06fdca97e9d0a248217e90319ea6)) - Removing wallet_api_plugin from general config files.([`7cf88f5a`](https://github.com///commit/7cf88f5a48ea0163fc30d3ed90d88b062ea08eb1)) - ([`c9ecd7df`](https://github.com///commit/c9ecd7dfcf84c5fd69551d7677d5f2ff954c8247)) - Remove github usage process([`bab32435`](https://github.com///commit/bab32435aa6712263ee35809070af054896e8deb)) - ([`be63de9b`](https://github.com///commit/be63de9b05ccdbce6b337a38ca0af008758097ca)) - Remove automated abi generator([`d07f726f`](https://github.com///commit/d07f726f1360a8a593e529cf5c24b269e7352274)) - ([`5d74425b`](https://github.com///commit/5d74425b34f1efd5d05ca059ba89f1fb37d015f5)) - Move doxygen guidelines to wiki([`772cfa4e`](https://github.com///commit/772cfa4e54d36d5f7921e66d240b52f2a472b98c)) - ([`6f0dbe46`](https://github.com///commit/6f0dbe46ba0d9e4a9fa8aaf4b6d7b0260962edc5)) - Update version to 2.0.0.([`7b4958be`](https://github.com///commit/7b4958be470717edef8bf4d641896b54b4781931)) - ([`88738f58`](https://github.com///commit/88738f582560383b4d2885c126505401eb6b3c9f)) - Fix for SIGSEGV in std::regex call #876([`86bffbf9`](https://github.com///commit/86bffbf94611afc7ff89c0fc72dc38ac04374b34)) - Prevent localize from throwing exceptions #876([`3b45822e`](https://github.com///commit/3b45822ed045ee2242fe6e79bf847563007f2157)) - Add missing header files. #876([`f56139b9`](https://github.com///commit/f56139b92abb9956e1cdf7eeb85477bedce1574b)) - Add shortcut out of calling print_help_text #876([`a5219921`](https://github.com///commit/a52199210dbfecd67d65ff729a2fe7efccc89c80)) - Add test that reproduces eosc crash #876([`ee439701`](https://github.com///commit/ee4397019b42ead97bc61fd2d9bb6a89b5f78164)) - ([`b2eb1667`](https://github.com///commit/b2eb1667c457011fee517ee0f9d5bb0e3e6a4f3d)) - #879 implement sync_manager::reasign_chunk([`7bcf0b19`](https://github.com///commit/7bcf0b19c0993ccfec31d5dc5f50f4888a46f385)) - ([`59cc5e08`](https://github.com///commit/59cc5e0873356cba544ca8411b583bb0cc5e5d8d)) - Extend launcher to generate logging.json.([`d88bed9a`](https://github.com///commit/d88bed9acc3762160a70fcc5bdbf27e7c1aefe78)) - ([`88c52945`](https://github.com///commit/88c529456fa19fb5c330f2adc9ed0f9c7209b66b)) - #881 make the sync-fetch-span value configurable([`d386d26a`](https://github.com///commit/d386d26adccca7b8637f760111eec7fad1800528)) - ([`fbdc9136`](https://github.com///commit/fbdc91367b712623cd00d7e7dc4f7a5a497814d8)) - Fixed handling for getenv returning nullptr.([`fe2ae294`](https://github.com///commit/fe2ae2948500036f916aacf99aa52005cb4321b6)) - STAT 250 - Removed end of string character that causes nohup process to not identify ampersand at end of command.([`c390973a`](https://github.com///commit/c390973ab127a8f31e9a0281d14f745cc82f3279)) - Remove shadowed variable in launcher.([`56c998be`](https://github.com///commit/56c998be0c5f9d5eb2febf16cc261bb1be4ec2bb)) - ([`4f78575d`](https://github.com///commit/4f78575de356999ce9b43c874501e58a59b8db05)) - Update eosc.sh([`04558c7d`](https://github.com///commit/04558c7d188b72020c1ba02ef5cdf406ee4f8269)) - ([`67c312f8`](https://github.com///commit/67c312f8449c96cdd84bb9a2d7c583dd2e792e61)) - #864 fix reconnection sync crash and bump the sync fetch span to 100 blocks([`9205f3da`](https://github.com///commit/9205f3da16cf363d8c6d15a838b1bb2d57618c2a)) - ([`b2dd2a1b`](https://github.com///commit/b2dd2a1b9d0485376d767e8fb85087b01332fe03)) - Rename table to table_name([`ff43b732`](https://github.com///commit/ff43b732a9f83141c5b435d3ac250595139ad638)) - ([`a5dc127b`](https://github.com///commit/a5dc127b0d8e36755b77f45681596c62c10f2657)) - Fix overriding of configuration for max-clients.([`0ccd0fab`](https://github.com///commit/0ccd0fab82c0c7c61bc1f386682e1b331e073402)) - ([`3163e98f`](https://github.com///commit/3163e98ffd3673761a9145138467de172ca12e17)) - Misc. fixes to grammar, formatting, and punctuation in the eosc dox([`c4d58987`](https://github.com///commit/c4d589876694ca0c675ec78cf851a5206accb6f6)) - ([`9703495c`](https://github.com///commit/9703495c0ae896eed7bbc91bb44e64db5c4725d5)) - Update doxygen for Dawn 2.0.([`b62eed6f`](https://github.com///commit/b62eed6f0fee92c9fdcab8ed1b0357adb3eb604d)) - ([`f51eb291`](https://github.com///commit/f51eb2912ce02ff2c02b9c52385d7ea809d1c9b9)) - Prevent using default parent (active) when changing owner permission([`9329326a`](https://github.com///commit/9329326a4ec7566bac6233d10efacf8893d5791a)) - ([`7451e092`](https://github.com///commit/7451e0929a0a20364fb32657d126f08de912bc67)) - Update http-server-address commnad line arg name.([`aaf2e288`](https://github.com///commit/aaf2e288d8461ff228c48185be2312dfa183846a)) - ([`37a14902`](https://github.com///commit/37a14902a8e7ad0db8422983809707a26028d263)) - Add explicit this-> to lambda. gcc 5.4 went strange.([`55d24e6e`](https://github.com///commit/55d24e6e4b05c7bc28d1200450e3cbdafaa26ebc)) - ([`622e2ecb`](https://github.com///commit/622e2ecb22f2c044e76e8ef685cca5e5631cb881)) - Revert #846 which broke chain_test([`589c3fb1`](https://github.com///commit/589c3fb136698c00318b0ad9b8c05423f8906c6f)) - ([`ef5a9418`](https://github.com///commit/ef5a94184bcfdb1329de9bb4e9f32f07e879c63f)) - Initialize add_enable_stale_production and ints for safety's sake.([`6ad179df`](https://github.com///commit/6ad179dfe363d18ff2ee73a456d2194f42685ba1)) - #842 mix in fix for STAT 220, and the bounce feature for round-robin deployment([`75be78a2`](https://github.com///commit/75be78a2bc625c3177ceda61d8731146dfc95631)) - Changes related to STAT-220([`f102b16d`](https://github.com///commit/f102b16daf58c6b70ae0f76c5e3ce8b7031a03c7)) - #842 changeset 1([`b17cb014`](https://github.com///commit/b17cb014d9790a03e5a1a82ebbf9224d999ff414)) - ([`2c854e3c`](https://github.com///commit/2c854e3c81883003cbfa0547225e5b64eef49149)) - Stat-226 Fixing invalid merkle calculation for no accepted transactions.([`1ba9ea28`](https://github.com///commit/1ba9ea287edaa515aea1ef5c8254da02a4da1bc9)) - ([`4d18020f`](https://github.com///commit/4d18020f5ad66d74a854080cfc05d01d78743d4c)) - STAT-186 (GH-736) Missed parameter changes in test scripts.([`11b398d1`](https://github.com///commit/11b398d1d8e2786a5bb9e5ad62f5380c6cb7ec0d)) - STAT-186 (GH-736) Changing http-server-endpoint to http-server-address.([`b0bc39fd`](https://github.com///commit/b0bc39fd1e66cd870b791686da4ce217d14d5418)) - STAT-186 (GH-736) Changing remote-endpoint to p2p-peer-address.([`a89b8c48`](https://github.com///commit/a89b8c48175f681070b1cc330e5e8cbc1721686e)) - STAT-186 (GH-736) Changing public-endpoint to p2p-server-address.([`2e21ef35`](https://github.com///commit/2e21ef35b183b1b0ea243b4995166741498b23fe)) - STAT-186 (GH-736) Changing listen-endpoint to p2p-listen-endpoint.([`7640b3eb`](https://github.com///commit/7640b3eb4772d2d260dc134474a3649475bd5174)) - ([`be2b9950`](https://github.com///commit/be2b9950d1e1df450d6f07fbe66a82cd4db9cc3d)) - Check the incoming message length before allocating memory for the message([`1463dca0`](https://github.com///commit/1463dca0580d8e88baa898d3a6c51161c3ab65b4)) - ([`e2fbf7d6`](https://github.com///commit/e2fbf7d61565e9ded77dece45c5b71585a8dab87)) - Create key recovery cache on transactions([`3470c218`](https://github.com///commit/3470c218d0b6911ede66787957d8a3bad6ab7d93)) - ([`bf7b7f59`](https://github.com///commit/bf7b7f59745bf4807b73e32188a482259ee85387)) - ([`622a3deb`](https://github.com///commit/622a3deb5d74286fdcea9fe7a17fe5b3c55f087b)) - Ensure only single async_write ever queued([`721c286a`](https://github.com///commit/721c286a40cd8e6b9450b9dc4460df4747765cfe)) - ([`89a1b9b0`](https://github.com///commit/89a1b9b0188168cf786d33ade92d004cad8d2ea0)) - Support connection mode 'none' in launcher for test purposes.([`9b9536b0`](https://github.com///commit/9b9536b0dcc1629195b564ea1533e59a653335b1)) - ([`a7510ad5`](https://github.com///commit/a7510ad58d795a2e16ddc92ef3372f62ee871621)) - Adding todo statements to ensure tests are revisited.([`1fe11cfc`](https://github.com///commit/1fe11cfc61716a44d1a614ce7bc41a4608d2e645)) - Adding todo to ensure tests are revisited.([`b9cf2a18`](https://github.com///commit/b9cf2a1808830b6c5c6aafb82f8a942dad2b846c)) - Test design no longer consistent with ABI Table validation only on block generation.([`445ce440`](https://github.com///commit/445ce4407210cb634ee59c06b425b787b837ec73)) - Fixed tests for voting disable changes.([`cac3a919`](https://github.com///commit/cac3a9194ee23666f4defc1c7b99cf7889f86bf6)) - Disable producer voting for test network.([`cf21da8f`](https://github.com///commit/cf21da8f061bdeb719a3bc9085771c136d7619bb)) - ([`98dc2726`](https://github.com///commit/98dc272677f634b759cf785b3d2946c6373f7933)) - Update to latest appbase.([`995c729e`](https://github.com///commit/995c729e3d0510709562c7fd60686c8798f2b461)) - Address review comments, add copyright, remove extraneous header.([`48c7ec75`](https://github.com///commit/48c7ec75fde2984e96e505e616654d0e4ccfca90)) - GELF logging([`7feac6b8`](https://github.com///commit/7feac6b8b1e2ca37f8ecf6727610956a5ddad832)) - ([`cf60c2e9`](https://github.com///commit/cf60c2e908fa1736a788814a46066dc32ad66f34)) - Potential fix for de-sync due to subjective differences in time([`698556eb`](https://github.com///commit/698556ebb0a692b255252c8d7d0306e7b240c370)) - Update to match version syntax of latest appbase. #724([`2c76c674`](https://github.com///commit/2c76c6741f69db93b4729709830a6c98d07de369)) - Pulled in latest appbase([`dcb9212d`](https://github.com///commit/dcb9212d921457960a557fc2cf8eff21ff7d88a8)) - ([`1f0ab7c2`](https://github.com///commit/1f0ab7c26ae2824770b2bd42e28a369158419f4f)) - Cleanup txn_test_gen_plugin readme markdown([`7ca94b1b`](https://github.com///commit/7ca94b1b604b75563532fa8014e9f9278dcc28e6)) - Remove a duplicate plugin definition([`7af3de9f`](https://github.com///commit/7af3de9f20a381ecabe9c14c7f631a106b623f0f)) - Stop generation of test transactions on failure to push_transaction([`a079ddb5`](https://github.com///commit/a079ddb58ce9386a505d6e96c869249a170c67b2)) - Add readme for txn_test_gen_plugin([`284c2373`](https://github.com///commit/284c2373080e8d5a3e084156884b09d7a4b49d02)) - Add plugin for generating test transactions inside of eosd([`e45b7a2c`](https://github.com///commit/e45b7a2cab828e2037a3ccece08f704bcf938cd3)) - ([`de42c5c3`](https://github.com///commit/de42c5c32e108e4fecca047f2b91df8805263acf)) - Update apbase to reflect merged PR([`f8dc7748`](https://github.com///commit/f8dc7748173f48dec2b08a7baaab244ad6736349)) - Made our read capture a shared_ptr instead of a weak_ptr to guarantee the lifecycle of the message_buffer object which is weakly owned by the boost::mutable_buffer s we passed to async_read_some([`feb97a1e`](https://github.com///commit/feb97a1e96e64411c57845132f76dd21df3846c8)) - Pulled in latest appbase([`42edb15b`](https://github.com///commit/42edb15b3d7958e7ed0956026162a431cd689f49)) - ([`336306e3`](https://github.com///commit/336306e3e706c2f7c9a65cf34dcd3290e22358a3)) - Create copy of send_buffer so it lives for life of async_write. #704([`6c2b776a`](https://github.com///commit/6c2b776a83bbefb81fadfd2ea491215af84e21d8)) - ([`066a271a`](https://github.com///commit/066a271a8a4c3bf473c5f29931fd5a62a95b45f7)) - Add some additional ignnores.([`bc0f05c3`](https://github.com///commit/bc0f05c37c3bfdcd810582ded3eac5587dc28bec)) - Remove use of hashed unique in chainbase::shared_multi_index_container. #826([`74c2997b`](https://github.com///commit/74c2997bb80d30cd6e00a11c84d12f479f1d33e3)) - Don't remove tn_data_00 if running agaisnt an already running eosd. #826([`5b53574d`](https://github.com///commit/5b53574ddf20f77d41611d07b45c0f651c46509c)) - ([`02b2152f`](https://github.com///commit/02b2152f0b1de177f70dbf86182c36592c7c7602)) - Clean up restart code to avoid exceptions([`4d7af345`](https://github.com///commit/4d7af345f1a211ec07656b1a2d7757b1f9dceba5)) - GH-743: Fix eosd restart issues([`49ec4c03`](https://github.com///commit/49ec4c034642a4811b6b520420d7c87c807d3bf9)) - ([`2393fa0a`](https://github.com///commit/2393fa0ac1f10374981158d488b7c53c9e12a1c6)) - Update README.md([`80a8d3a9`](https://github.com///commit/80a8d3a98f0f92977e34f597448a01778a11f0aa)) - ([`42b080c3`](https://github.com///commit/42b080c37b31adcf4e562659f1bc922357dc4bec)) - Modified benchmark to take only 40 transactions at a time also updated([`38664ea5`](https://github.com///commit/38664ea5bc190846a8440de55c14966f3527228e)) - ([`b42aee97`](https://github.com///commit/b42aee975082216c2366a83f562e9361a5393cda)) - Construct from shared_ptr and my_impl is a static global([`42363529`](https://github.com///commit/42363529209c5a3773673775c4b37e8b7f0cb88e)) - Safely capture this([`bb52e277`](https://github.com///commit/bb52e2774abb9df3a7fad3f2e048911f152bc428)) - ([`6f38e1bd`](https://github.com///commit/6f38e1bdb2e1059367540a24f3adecfac49858c4)) - Cleaned up logging info.([`dc1de8c5`](https://github.com///commit/dc1de8c5b0b91a3cff7ff8720e645f496fa9ebea)) - Adding logging for contract load time.([`b04de8d4`](https://github.com///commit/b04de8d4517088b1840a2c7c055b6c88117f2072)) - Added limiting transaction time for recursive messages.([`1ee7d512`](https://github.com///commit/1ee7d51207192cca0f978239519ccc493fe24077)) - ([`85ffc9c3`](https://github.com///commit/85ffc9c3cef2aeaab3b49984145d1913648dfa99)) - Add log when producer less than 50ms from next whole second and([`0817a8c3`](https://github.com///commit/0817a8c31a0cf7c35448e1b22f90812ce3650f56)) - Remove extra quote. #704([`f5e316dc`](https://github.com///commit/f5e316dc856f368a1209506a42b11e2986be2227)) - Add error log if block not produced in block_interval. #704([`1d2ca2dc`](https://github.com///commit/1d2ca2dc5c535add32ad61d0362e142262e76b1e)) - ([`4c388cab`](https://github.com///commit/4c388cab230b40b85f8a2f4c64153348ac80eeb7)) - Rename action to action_name([`37879aa0`](https://github.com///commit/37879aa0e9b663a9089b0fc5ea254989776d0af6)) - Rename capitalized struct to lower case and remove unneeded line([`2a95530a`](https://github.com///commit/2a95530a8785afe051363de7abef407274ac6aae)) - ([`358052dd`](https://github.com///commit/358052dd1543bf00d2f36ba2ba687d7954520660)) - Destroy chain_controller during chain_plugin shutdown([`e1b4d6c2`](https://github.com///commit/e1b4d6c2504cf2ed34b651ed764bd696f041bb9b)) - ([`c588e4a7`](https://github.com///commit/c588e4a7cc31852924be88c72e2ac9232c77a57e)) - Update doxygen for str table functions([`912195ca`](https://github.com///commit/912195ca354c458654cd77bfdcf8a92e6f445705)) - ([`bb323692`](https://github.com///commit/bb3236923bc392915061b07152474e4bf9fc9b60)) - ([`758507d0`](https://github.com///commit/758507d0997135148369df65829202c3a909a7e7)) - ([`892ab541`](https://github.com///commit/892ab541b761704084d8c6a8465c21ce948d2eda)) - Add network-version-match option to make exact match optional.([`fa061d6a`](https://github.com///commit/fa061d6a5559b12efbd792113ce3210df06c49e4)) - ([`89395a6f`](https://github.com///commit/89395a6f38e7d3f517cc61a479bcf8672be6c16f)) - ([`4f44a6cd`](https://github.com///commit/4f44a6cd3b7c44c197ccdfea6abbd03e6f68ec6f)) - Update api for net plugin to query peer status([`bb423829`](https://github.com///commit/bb42382945bccad4aa3fe1e8c9e780e8df79b240)) - Add plugin to enable dynamic addition of new nodes([`2ef202c0`](https://github.com///commit/2ef202c0bd2bf66891f6cadb73d517f7a6eeb774)) - Clean up network code, remove reconnect tight loop, default to allow any connections, fix style issues([`70ff9e77`](https://github.com///commit/70ff9e77818db7c13b17aa9538ba125f164aefa1)) - Capturing field-applied pages.([`7b574f0e`](https://github.com///commit/7b574f0e07d61ef261af2b9b40117423fe492a92)) - ([`9d159706`](https://github.com///commit/9d159706443e3ea78a4ca47aab684ee7b37b89d3)) - Add try-catch in handler to prevent asserts from propagating([`6bdf8909`](https://github.com///commit/6bdf8909f0019d0a1727bd54de90e6135fd1fd14)) - Add try-catch to close connection on asserts. Also added missing destructor and buffer reset.([`f1509d09`](https://github.com///commit/f1509d0935d15bd750621dd312db4ca5e63f7af5)) - Fix memory issue with full message_buffer([`9076a875`](https://github.com///commit/9076a87551daac02596815e6cbec1f300adf9d3a)) - ([`e12ab554`](https://github.com///commit/e12ab5543d42a9d5bd4c65b58daf4105c906bbb7)) - Add loading ot exchange contract to test. #798([`91825898`](https://github.com///commit/918258988df87205e38f6e9c3ad58103fb20fcc5)) - Modify exchange.abi to match types in exchange.hpp. #798([`623e43e8`](https://github.com///commit/623e43e854d1984111f7f22d2c0900bd79d0eaf0)) - Print less verbose error unless verbose output requested. #798([`c3860250`](https://github.com///commit/c3860250bb1ef4683d8b0abd5096d95664400ae8)) - Add --enable-stale-production to test since not automatically([`6dcb4c5c`](https://github.com///commit/6dcb4c5cfa7e381d2941a7f05dd3e1bb7b693b2f)) - Fixed rm of incorrect directory.([`390dea53`](https://github.com///commit/390dea53e28bfaacb1a12c8f792954e4fedcbcab)) - Cleanup spacing.([`3610d6a8`](https://github.com///commit/3610d6a8b4350e114be7a823df8f82ab54ab522c)) - Adding better error reporting.([`46772203`](https://github.com///commit/46772203fc30598c68e7f00be389b670a5200053)) - Update the launcher to address failure restarting locally and add testnet scripts to repo, #790([`b9f144c9`](https://github.com///commit/b9f144c9a8e77c93eb8f418d6ec9db55fafeeb2f)) - ([`00c1e534`](https://github.com///commit/00c1e5349520c806fac5569be3d0f06336a5fc9b)) - Add assert to make sure async_read_some is behaving and fix off by one error([`4f639c94`](https://github.com///commit/4f639c9474febf0b4554d375a9e61d8362cedd25)) - ([`83de4fd5`](https://github.com///commit/83de4fd5965ae971e1de59b8a6c1258d795a7610)) - ([`4732711b`](https://github.com///commit/4732711ba32307f6d71f904a2b7bde09db78b204)) - Specify length of short revision hash. Resolves GH #792.([`3274452a`](https://github.com///commit/3274452a845e1f32c66d0e38b6e687ba2189f8cf)) - ([`ccd29bbd`](https://github.com///commit/ccd29bbd6ed40459ef30a7b0e9f40c6ea60bf60a)) - Restore logging of dropped pending transactions([`81b21a86`](https://github.com///commit/81b21a86c34783020c0f5b81aa133078015bc829)) - Use internal _push_transaction which assumes lock is held([`a3e14250`](https://github.com///commit/a3e142501f1a66d993dec412a73f5082fe727139)) - ([`78a2796d`](https://github.com///commit/78a2796df903f0fff1f67141f72624539770e1e3)) - Change single quote to double quote to make it consistent([`bcb66675`](https://github.com///commit/bcb6667508400a78f3989790c86f304c8ba77163)) - Update gitignore to ignore stress test result([`ad4a85b5`](https://github.com///commit/ad4a85b5bb342f1ea41903f205dc9736ad910912)) - Update stress test to write log([`63cf64e8`](https://github.com///commit/63cf64e8118bcabfb08d75466381b4aca5cb9304)) - Update npm package([`c6a288c9`](https://github.com///commit/c6a288c9d95e9bf52314203958174ff382fb5951)) - Add stress test script([`314976d3`](https://github.com///commit/314976d3cc522d826b5376fc20f54e4f4eaca980)) - ([`d3adeae0`](https://github.com///commit/d3adeae0d895fe186c624fac992c40eb359902a3)) - Added configuration for block generation time limit and moved pending transaction depth limit into rate limiting configuration structure.([`6f156066`](https://github.com///commit/6f156066be3da18e19f2b7c2db04fb354f7e6c43)) - Added configuration for pending transaction queue depth limit.([`49e48d1b`](https://github.com///commit/49e48d1b1adbf028c0284943a0115cc2a53d79b5)) - ([`313cf3bb`](https://github.com///commit/313cf3bba22701db1555e7cbfeb032c504c54f6e)) - Address some review concerns #777([`023405f7`](https://github.com///commit/023405f73af6c65c1ee6f4a9c5269e3e7512b864)) - #777 fixed up test script references to renamed data directory([`4a2ebcf0`](https://github.com///commit/4a2ebcf03772a5ba2c1c57ab4bdb2ef207f0a8bb)) - #777 separate config file creation from deployment and cache generated configs in a separate staging directory, also add time stamps to log files([`c88f0eb3`](https://github.com///commit/c88f0eb3f6740cdb10ecfc0be507df5a8d80ba9b)) - #777 add instance counts and ssh arguments to make the new server_identity class a more basic means of configuring a deployment. Also removed the requirement for redundant values in the host instances definitions([`ee3a61c2`](https://github.com///commit/ee3a61c28554e5ae0ce40ab3d5b7c1dfcb2f04cc)) - More cleanup of deployment options #777([`8af6eb16`](https://github.com///commit/8af6eb167327a395e277760fedd1b78949aa42c8)) - Clean up debug output and fix up the new topology changes.([`84757a44`](https://github.com///commit/84757a44ddc95478a6ee1b04d28a0dd806edc7e3)) - #777 deployment improvements([`9b033994`](https://github.com///commit/9b033994af388016a61de05357f29709dc85918b)) - ([`84ae5b23`](https://github.com///commit/84ae5b23b6bfc9473a2120334025d9e3cd769cf2)) - Modify limit tests to work under 1000 pending trn limit.([`a78f8c9b`](https://github.com///commit/a78f8c9bdf1947c8a539a060b2a993a50c9d8367)) - Only report block generation time if >10ms.([`75294f19`](https://github.com///commit/75294f19876b16f4e958cc8c00da0ccad63bc8fd)) - Restore proper state of pending trx([`297746e1`](https://github.com///commit/297746e142c69e9007173c03774fe20eead8d1be)) - Refactor block production to have limited execution time and block size([`3a3977e8`](https://github.com///commit/3a3977e8f8182bd2027a445d98c86c36abef3813)) - ([`6de62900`](https://github.com///commit/6de62900876af8816a6ad4557b1b816a2bc1161e)) - Fixed coding error([`c9bf4ac5`](https://github.com///commit/c9bf4ac5d2ce8d12032dd9e9dbc2bc1a6ace2380)) - Modified transaction expiration to use the program options callback([`022d937e`](https://github.com///commit/022d937e7fc9b3b132760253b4478164ff1974ad)) - ([`b27eef4e`](https://github.com///commit/b27eef4ecc0db65b9621fba7ccddd7a88fef5150)) - ([`7cbfd8f4`](https://github.com///commit/7cbfd8f419c4ff66b88ab253b9f1da830de865d2)) - Remove realpath dependency from eoscpp([`e9696949`](https://github.com///commit/e969694933727cc64f71b54035c235b52a1755a2)) - ([`bd979dcf`](https://github.com///commit/bd979dcff4a6f44ce200e6b3b0a9b0a28b1ea479)) - Update README.md for recent changes. #764([`c6c9311e`](https://github.com///commit/c6c9311e5d5ab92455a4f553506d9509f6802522)) - ([`1e84cb5b`](https://github.com///commit/1e84cb5b7d6379cc7170e838aa1ef2ac0609a72a)) - Put in explicit explected times for rate limiting tests.([`dc8a2227`](https://github.com///commit/dc8a22271da47c703633965b1f7ae36c3f95f445)) - ([`6c0392ec`](https://github.com///commit/6c0392ec06c30959dd94c64bb559ce7e9311abd8)) - Add Xiaobo Tian back in as author. #756([`dc7bc4ca`](https://github.com///commit/dc7bc4caa6f2396a7033456e8fff5b39cdfb50e8)) - ([`517975fb`](https://github.com///commit/517975fbc8333fa2df7ce1dc47b2d4b376c2609b)) - Avoid overwrite old database value when republish smart contract([`c5f52118`](https://github.com///commit/c5f521183a8a15821d5ea75e7fe1d1b0a9d9dc79)) - Updated expiration in seconds for benchmark transfer command.([`41a4c367`](https://github.com///commit/41a4c367b1dd2968083403aa9742ea4ef4878a6a)) - ([`063e0743`](https://github.com///commit/063e07439e2c1f5991852808f12824be65903c46)) - Benchmark fixes for signature([`6569fcdc`](https://github.com///commit/6569fcdca427cc9b84fa671cad412e96eff2ba97)) - ([`a8c6a935`](https://github.com///commit/a8c6a93515dac8d4db0fde6b7025b85f9473c0d7)) - Add intro blurb about the public testnet.([`8cca0087`](https://github.com///commit/8cca0087992480a12d1a870c1d9a60ec0ece7bb6)) - Merge from master and add sections for split of current vs public testnet([`f899c919`](https://github.com///commit/f899c919c8f539f5158b842418b8a31b1a204bc5)) - ([`6f0fceb6`](https://github.com///commit/6f0fceb6e23cc159ed40e398c31ee1c853844a52)) - Prevent R/Wable "code" section from WASM (????)([`aabe8d68`](https://github.com///commit/aabe8d682a928ef9d64f48a9b47af35871e78981)) - ([`712285eb`](https://github.com///commit/712285eb72784434bed17d54db9ad7b48226294f)) - ([`322d08eb`](https://github.com///commit/322d08ebd0c4f46a25cc34533ea6bd0ea9d46567)) - ([`a3760d8c`](https://github.com///commit/a3760d8c4bbf02ded7a578800741ab12f34ff446)) - Update for eos-noon branch. #1139([`433f0aee`](https://github.com///commit/433f0aeed8b92446991876fd1ea487bf513a176d)) - Add action constructor for eosioc usage #1139([`c8389cd7`](https://github.com///commit/c8389cd796ee83981579a0a97a80231c57176d95)) - Remove --scope #1139([`3fc7d1f1`](https://github.com///commit/3fc7d1f10d26abbb757e6de1012abfea2181b49f)) - Update FC_REFLECT get_table_rows_params to match struct declaration. #1139([`589aeff7`](https://github.com///commit/589aeff76c2cf32cc7e1e5b415efa2ea676a0a88)) - Fix for slow machine. #1139([`6042131e`](https://github.com///commit/6042131e2a5b148e9c7953b088bf79e8522ab9b6)) - Fix for finding account. #1139([`1a24f807`](https://github.com///commit/1a24f807b57b5bcdfa2e54c9d25f0553989de2be)) - Update for eos-noon branch. #1139([`2e8028a4`](https://github.com///commit/2e8028a48f30a754340bde03111bd77157b7a338)) - Add action constructor for eosioc usage #1139([`82b2f3fc`](https://github.com///commit/82b2f3fc3f12bf5640a1b5fe2225b4d523f4b7cb)) - Update FC_REFLECT get_table_rows_params to match struct declaration. #1139([`e842b1d2`](https://github.com///commit/e842b1d2d463b81c56e4dd969e26d05b101be01c)) - ([`2e8de73e`](https://github.com///commit/2e8de73ea02e83dd6ed8dfb55d0cb2e2cd77ba91)) - Provide a more natural interface in apply_context and have wasm_interface provide the shim code to accommodate the contract API.([`3b123f10`](https://github.com///commit/3b123f10edeaf655fb06d420317d413f21b7f074)) - Fixed get_active_producers for c API passing buffer byte length and added returning the number of bytes written, so user knows how many bytes were populated.([`6e813776`](https://github.com///commit/6e81377686c0db83dc28dca437f3350e758e5c03)) - Fixed array_ptr to correctly interpret the trailing length parameter as a byte length, and made comments clearer.([`7c7b4d3d`](https://github.com///commit/7c7b4d3df00c1805843deb7ea971b119751b4cd0)) - Removed unwanted changes and removed commented out intrinsic code.([`0b916ba9`](https://github.com///commit/0b916ba9967cb5145ae42b78e9436546af6b083b)) - Removed unneeded specialization.([`d8cceb81`](https://github.com///commit/d8cceb813196cc4bd44f2f01ad9678ce23907094)) - Fixed get_active_producers.([`86fb7177`](https://github.com///commit/86fb7177aa9fdd59b62e75738105e612ab7bbcd0)) - Fix array_ptr and null_terminated_ptr to handle negative I32 values.([`fd3f75e1`](https://github.com///commit/fd3f75e13154e632ef96395bad40ca9272edcb38)) - Added missing producer_api, crypto_api, and string_api to intrinsic definitions.([`404401eb`](https://github.com///commit/404401ebd5cc77582cff62bd8353ad24996b31ce)) - Added missing eoslib header definitions for new intrinsic methods.([`05ae7073`](https://github.com///commit/05ae707345366e0f62c59ce5e4e17fb2db87cf09)) - ([`3696ff79`](https://github.com///commit/3696ff79a5b06de680cacb1f97f86693c7ec396a)) - ([`efadb729`](https://github.com///commit/efadb7293d1e263353e8f49c9ba86fef8777c957)) - ([`dde0c6b8`](https://github.com///commit/dde0c6b863f6384c314e26e504355d106761e838)) - Migrate p2p test to Noon branch. Add p2p tests to travis builds.([`475b5c73`](https://github.com///commit/475b5c73e3c925cbaf4d77a18331346e5c756c13)) - ([`1f89792c`](https://github.com///commit/1f89792c08755651a755b56ca6486fd73ca6b406)) - [cpack] black.one -> block.one([`c9962cf8`](https://github.com///commit/c9962cf813db3626c6afec234e9cedf6d60c32a5)) - [cmake|doxygen] using code from eos-noon branch and expose doxygen conf file always([`1cfc3ffc`](https://github.com///commit/1cfc3ffc494b388a31d27b54fa28f18cc24717bb)) - [cpack] setting package name, vendor, description([`510e3cae`](https://github.com///commit/510e3caef6c20fa71516e760a5054eeb5a6591be)) - ([`b288a305`](https://github.com///commit/b288a3054251f4ababb1e715d5050516d718cc40)) - [cmake] handling doxygen config file([`04a0e107`](https://github.com///commit/04a0e107b218c535187f82a6b76f728952e3b374)) - [cmake] removed unused code([`0dd842ec`](https://github.com///commit/0dd842ec6927b3d131dbdce2eaf04fdaf818d530)) - [cmake] CMAKE_MODULE_PATH set in single place([`e9028611`](https://github.com///commit/e9028611ea655e1fb5c7d0470eab22ba84d48a73)) - [cmake] boost set in one place and removed unreachable code([`628f5999`](https://github.com///commit/628f59993d8c3767726c6ab160def43850232a9f)) - [travis] running cpack([`c78d0d04`](https://github.com///commit/c78d0d042420407313fd06573724407676c480cc)) - [cmake] using doxygen and installer modules([`76fb6a6e`](https://github.com///commit/76fb6a6eb76d3c3514a761c35f705604621c24c8)) - [cmake] doxygen.cmake created([`a9212043`](https://github.com///commit/a921204309d36dfad1020f71e3c21396aa7a8790)) - [cmake] installer.cmake created([`ab7b28aa`](https://github.com///commit/ab7b28aa65fabb5abf9e35045d7a0eb1a7a491a2)) - [git] not ignoring *.cmake files([`dd47eab9`](https://github.com///commit/dd47eab9749fe4b99aaf38f287aa6ae07387f6b5)) - ([`a6996ed8`](https://github.com///commit/a6996ed8f2300a1c74a7a217280c021c40460b94)) - DAWN-510 GH-1155 Changes resulting from review changes([`f773f850`](https://github.com///commit/f773f85099e03ba8c66fafd7f0d58e3a7a7919cb)) - Fix resync problem that results in spinning. Clean up some launcher issues([`fe713b5c`](https://github.com///commit/fe713b5c9440d8cbf1e657fdf3c88eae13be0a13)) - ([`82275a10`](https://github.com///commit/82275a108c3db7b1f03da8f36d1f9cd751ab8dff)) - Move the currency calls to the chain/http apis([`2c2022f4`](https://github.com///commit/2c2022f491faab75abc752ff37933d8e8177bace)) - Add stat table to abi, add eosioc commands to query a specific/all balances/statistics for standard currencies([`8fdfabbc`](https://github.com///commit/8fdfabbc094d0e70c2afa3e206598f946dda286f)) - ([`c6891cb9`](https://github.com///commit/c6891cb93fc552f0c96c0559841d85dc62a78c03)) - Use produce_blocks instead of loop([`3b592439`](https://github.com///commit/3b5924393d3700aee9ff619f4cfb199600d189e7)) - Restore database test([`55d192e3`](https://github.com///commit/55d192e358ede40884a33936f2f05970c93fd3eb)) - ([`6a877939`](https://github.com///commit/6a877939058f807732fe25238e9b8d73e75c8d94)) - ([`26eecaac`](https://github.com///commit/26eecaac79e2bf5dc183f9420762475bbe08ae69)) - Small changes to readme for currency contract usage on noon([`506711ed`](https://github.com///commit/506711ed7d8df7ad2a3dfe3029bfe3488a13c45f)) - ([`a7df0cda`](https://github.com///commit/a7df0cda1ac4002876aed61059544230cd9f3e15)) - Up stake for new accounts made with eosioc([`db7a28e7`](https://github.com///commit/db7a28e73a3e9b185484317579b0e56673877a06)) - Disable mongodb test when mongodb plugin build is not enabled.([`23daa49d`](https://github.com///commit/23daa49ddf8bdbed1ebd643f140956888790c6b9)) - ([`8aaf129e`](https://github.com///commit/8aaf129ee9d361fb0fecf9a8d3ce1a6e467c4a2f)) - Updated the ABI, fixed implementation of `get_currency_balance` in the tester, separated out currency tests, added verification that balances are what is expected([`adab76fb`](https://github.com///commit/adab76fb2d34305e2d7a0a2d329741792f4ff6d6)) - Sync appbase with noon([`7cd3825f`](https://github.com///commit/7cd3825f95a2ac9377d88f566fdcd0a859656ffa)) - Update appbase, update vector usage([`cb3caa38`](https://github.com///commit/cb3caa380a10ebbbf255edc5c9300a516e9b8bc2)) - Adding missing table64([`71e3a3f1`](https://github.com///commit/71e3a3f1ab210d4e446cb7870c3f296119d31c2a)) - Progress on currency contract([`e6a5ee2c`](https://github.com///commit/e6a5ee2c608bddbe9e8dc1f3a3c0fb1891615509)) - Update currency issue to do inline transfer to receiver([`48e0889f`](https://github.com///commit/48e0889f6a7204173eb5fbf28dd0c03ff6efa1e8)) - ([`8f6d7e77`](https://github.com///commit/8f6d7e774790c754052bb78d5d869e089a8d2b74)) - Changes eosio's 'push actions' to 'push action'([`446a47e2`](https://github.com///commit/446a47e23ebec7d08259b6b2481918a66646fcb9)) - Eosc->eosioc in help text([`eeea334d`](https://github.com///commit/eeea334db2991fd34c665ea9950450d6157309c5)) - Fix a help text line in eosioc([`545ca985`](https://github.com///commit/545ca985247eda97685f02b92b45ada7b065d101)) - Create actions in eosioc push actions command([`8878a38e`](https://github.com///commit/8878a38e7f69996d17ed20774ba08a0d91567c58)) - ([`f8380785`](https://github.com///commit/f8380785a2a571e0f8f1e539389be768c2658ec9)) - Make Noon branch logic the default so existing tests won't need to be updated. Fixed a bug in --dump-error-details handling.([`2559a7bc`](https://github.com///commit/2559a7bc78cb0ff97a0cc057a37011d73f66999a)) - Make ctest names unique. Make noon branch behavior the default (Changed option '--noon' to '--not-noon'.([`43d64db6`](https://github.com///commit/43d64db645dbc1f277c0e259fa2e53441bdf8626)) - Remove deprecated test script. Single test script for noon and master branch.([`b2a080d0`](https://github.com///commit/b2a080d03db5b9f4598c80cf1861f7530b4121ef)) - ([`46860fea`](https://github.com///commit/46860fea1a907e7dc70da56c5a5dd424ff91b8f4)) - ([`124f8a24`](https://github.com///commit/124f8a241bc9ae5a11a85b887cc7ec89b28789b7)) - ([`89552b08`](https://github.com///commit/89552b08d59e1361bb5ad006f9e345aeb908b642)) - ([`a1c09acb`](https://github.com///commit/a1c09acbb6a08dd5bf9ab0e1a8fbe82482486641)) - ([`673e2786`](https://github.com///commit/673e27862ca4cb69631d74a3275ef80971b27313)) - Increase the threshold on which net_plugin just sends the txn([`9e4d3034`](https://github.com///commit/9e4d303493582640f2709c7343b0db6693d84d9f)) - ([`f21e239d`](https://github.com///commit/f21e239db7503c555e504d5ec9c8594e91477628)) - Remove WASM's standard memory operators([`045098b2`](https://github.com///commit/045098b29649616285d6f5ba27d1b8610bde4666)) - ([`0e4a7aea`](https://github.com///commit/0e4a7aea634252f57308060c653e73e701fc6568)) - Clean up console_append w/ null_terminated_ptr in prints()([`c93cf7fb`](https://github.com///commit/c93cf7fbf4a5e9613e51b1e33e43399e120b7193)) - Fix check for top_of_memory in null_terminated_ptr dispatcher([`6438ab38`](https://github.com///commit/6438ab3812c3b6d71b06ca7d23427d7dbb921237)) - Validate "string pointers" for wasm are entirely in active pages([`58c3c51f`](https://github.com///commit/58c3c51fbe0175e7604adce415f646d2911fc54c)) - ([`0ad10243`](https://github.com///commit/0ad1024331e186d72e5c72b8f5e4fb44a3e88f36)) - Error and exit on missing explicit config file. Resolves #1109.([`ad183c08`](https://github.com///commit/ad183c08e6ce0128058700e049f59c80d9a5e7f2)) - ([`e0392eb7`](https://github.com///commit/e0392eb7a0b3a5e4e6ad4a34315aa7b4d3452fb0)) - [test] dafault_to_string -> default_to_string([`a6d30742`](https://github.com///commit/a6d3074229f7883731ddd29f71bf74ce35169200)) - [travis] skip test run on OSX([`04b80286`](https://github.com///commit/04b802866bf7e7bbf45ebe9cdb2a4eef6e738c92)) - [ctest] all test added for any platform([`d8aca2c7`](https://github.com///commit/d8aca2c79a5d0639f2ab4724dc1dd705e9c303fd)) - [test] removed unused tests/run_tests.sh([`2038eb99`](https://github.com///commit/2038eb992cee963a1ca896b09d27dc36977f9266)) - [travis] using ctest runner for all the tests([`d37c6a5a`](https://github.com///commit/d37c6a5acea923d8c6511676af28ad523615de74)) - [ctest] added all tests([`64a36270`](https://github.com///commit/64a3627051d03d9030dbdeefcffba43105796141)) - [test] waiting 5 secs to make eosd stabilize([`cc9e7bb7`](https://github.com///commit/cc9e7bb7481af78eefba1a7417257168a93a1c2e)) - [ctest|travis] chain_test executed by ctest([`d4965e20`](https://github.com///commit/d4965e20caa01c43a054a935b22ade615836ae98)) - [travis] using ctest([`e9f2f964`](https://github.com///commit/e9f2f964d2c0107b4d3854137490a77c8cb1be29)) - [test] fixed compilation and expecteds([`981f0612`](https://github.com///commit/981f0612668eb6ca393d54c092b37b972297fabe)) - [cmake] fixed link library([`642bc58c`](https://github.com///commit/642bc58cfd6ccd51b9c85f95c5dead40c1a18368)) - [test] fix headers([`d0bb05fd`](https://github.com///commit/d0bb05fd973e2967c770e3ce9acd04c1eab29a0e)) - [ctest] added minimal unit tests([`b8f95832`](https://github.com///commit/b8f958328da632e834648e068a30b554c53e41ad)) - ([`cf20be24`](https://github.com///commit/cf20be24b907f5aad52161574798667fc8a97709)) - Restore getValidatedMemoryOffsetRange to upstream([`dc42dfa6`](https://github.com///commit/dc42dfa62bc91d8754600c98fd21f5250f1c805c)) - Check wasm->native pointer validity based on active pages([`e187a346`](https://github.com///commit/e187a34658925955497a2e780c7b9d4047a9ea00)) - ([`0390ae70`](https://github.com///commit/0390ae705c5125c6303ed4bbfaa3af2fbd46c636)) - Add cmake support for new bounce and roll scripts([`907321d3`](https://github.com///commit/907321d317792daae8a388e696aa1916d9607fa6)) - DAWN-250 GH-1081 merge to noon branch([`7b289dea`](https://github.com///commit/7b289dea46b0833c8eb74408db46be3a07510c9c)) - ([`796510c1`](https://github.com///commit/796510c14caffab648690c355b8e3d2aaf176f8b)) - Commented out line removed from wasm.cmake([`26c887f9`](https://github.com///commit/26c887f91253fda7ee0303b500039df15ff5d824)) - #1132 cmake macro add_wast_target fix - now it correctly handles list of include direcories([`231947a6`](https://github.com///commit/231947a645c698a95ce9438281fc5b0d5d963343)) - ([`466b4ce0`](https://github.com///commit/466b4ce024d16451ccea0b080ebc3f498116f3a6)) - Compile wasm contracts that are part of eosio source with -O3, like the eoscpp tool would([`4a435737`](https://github.com///commit/4a43573770da12d2fe4436c26b607814d31ad3b8)) - ([`56d246ed`](https://github.com///commit/56d246ed8a9a4d049d5e385f608e13e8a5b344d4)) - Enable test driver in travis build. Name change from eosd to eosiod. Turned off confusing error message.([`b7cdd4f8`](https://github.com///commit/b7cdd4f81b3ba59e4f09ed6c3077604ba4cf7034)) - ([`c6cac561`](https://github.com///commit/c6cac5611cac9a8a12be47c392c03e19d3953d93)) - When a shard locks a write scope that should be sufficient to retire transactions that require that scope as read([`119b26ee`](https://github.com///commit/119b26ee80b3ff35cc322dbda5148b552e9852d9)) - ([`72a1f80b`](https://github.com///commit/72a1f80b59c25b48ca4c3c19936d0a54b0c57fc6)) - Add new exitEarly test flag to travis script.([`292f6709`](https://github.com///commit/292f67096695eff32675f66a1e920b41817ba39a)) - Add additional account creation stake to get test passing. Add option to exit test prior to known failure point.([`5ff4aab8`](https://github.com///commit/5ff4aab80f9c03caec5004e1bd52d396139dc377)) - ([`03f0c391`](https://github.com///commit/03f0c3914dace47a505814c83933f986c02fe01b)) - Minimal changes to restore proxy and currency contracts so that unit tests may be re-enabled([`c5bc077b`](https://github.com///commit/c5bc077b16f349edd4e4ec4baf52136014cb06bc)) - ([`2cf8a998`](https://github.com///commit/2cf8a998d3f6b9b7b9ebaf6a79e95e702c487b81)) - Fix a few .wast files that ended up in the wrong place during the cherry picking from upstream([`81083514`](https://github.com///commit/810835140d1a20764da858e8746043494510cc89)) - Remove a vestigial struct declaration([`56329c8d`](https://github.com///commit/56329c8dd3c6cd827ff3ed17f456290151267776)) - Update tests from spec repo([`80888502`](https://github.com///commit/808885022ede296e369c23f3d24f170b99a0f25d)) - Add atomic tests and fix some bugs they exposed([`199cf420`](https://github.com///commit/199cf42089f482a6aa94f2d43f4792550c8941b8)) - Fix clang error([`333b5250`](https://github.com///commit/333b52509e5fad132de0e04d46ab41ce1b124be1)) - Update spec tests([`ebdfbad6`](https://github.com///commit/ebdfbad6ae0d5e190b6b59303091576f8ea5f0e2)) - Support parsing of references to types declared later in a WAST module([`dd4cc579`](https://github.com///commit/dd4cc5790e431683928849ade4a37a1bebaafc60)) - Recognize some spec test expected errors by their message prefix instead of the full message([`9dcc9bb5`](https://github.com///commit/9dcc9bb5b59ac3f7da7c1091f790050e82c3c8ee)) - Allow underscores in WAST numbers([`d5aa0988`](https://github.com///commit/d5aa09880beafa7c3a9cc271a1f504774da10bd2)) - Remove LLVM IR translation for the removed boolean vector operators([`68aad5b6`](https://github.com///commit/68aad5b60bae6e380960d579eed13edc5bd1dc69)) - Disable experimental LLVM disassembly printing([`65573fd4`](https://github.com///commit/65573fd4da357ca0cb0e1de84c575658152e1734)) - Use correct preprocessor define (__arm__ vs __ARM__) to detect compilation for ARM architecture CPUs.([`252ecb9b`](https://github.com///commit/252ecb9bee7368f1952ff9648ffdc63a88642d5a)) - More fixes for 32-bit x86 and ARM([`d5728638`](https://github.com///commit/d57286386f17d1a485cff60f377fb9560b796e50)) - Fix crash when waking more threads than are waiting on an address([`f3f8c748`](https://github.com///commit/f3f8c7483d2731f0c2ffe54def65fab437a2a670)) - Update serialization of shared flag on tables/memories([`4f7364ac`](https://github.com///commit/4f7364ac2aa75e530d77886e5c5d2b72583edc1d)) - Fix some 32-bit compile errors([`93019cda`](https://github.com///commit/93019cdaa228ee1ab2fd5c55fdf33e1cee997104)) - Allocate 512MB of address-space instead of 1GB for memory objects on 32-bit. This allows the test scripts to have more than one around at a time without exhausting 2GB of user address-space.([`2cdb8373`](https://github.com///commit/2cdb8373e1125864d0038696c049e947304aa809)) - Fix crash when deleting a partially initialized MemoryInstance after its address-space allocation fails([`36e14209`](https://github.com///commit/36e14209058d435ed87fd80f8f1416d579b60c55)) - Fix invokes after an invalid module in a test script reporting redundant errors([`ef2371f6`](https://github.com///commit/ef2371f6820e5af099adef4895869dd3440bc181)) - Add missing type.wast test file from spec repo([`11f9cfb9`](https://github.com///commit/11f9cfb9fdac3b4066658bf07363278352444f45)) - Explicitly trap on (INT_MIN / -1) to ensure LLVM DCE or constant folding doesn't eliminate the trap.([`aef8e50f`](https://github.com///commit/aef8e50f53cb0335a68ca1a18807a7c531de42da)) - Use David Gay's strtod for hex floats as well to fix incorrect rounding in my code.([`0be993c0`](https://github.com///commit/0be993c0d242a8eb39f6695604d452a226ae7544)) - Support updated WAST function result syntax([`6bce2f7c`](https://github.com///commit/6bce2f7c9b0a2d889b54ea9d882c68ff8c232a5e)) - Remove "infinity" case when parsing float infinity literals: only "inf" is supported now([`a231b887`](https://github.com///commit/a231b887d770916dabbb6e9d22903a9d03386e15)) - Round 32-bit decimal float literals before checking their range([`0f3e5119`](https://github.com///commit/0f3e5119745d5c05439ccd18fe79355f5704d756)) - Remove "infinity" case when parsing float infinity literals: only "inf" is supported now([`3038cf36`](https://github.com///commit/3038cf36ae43800799cf36cb663a2c5d944aa77c)) - ([`0616aae2`](https://github.com///commit/0616aae25fbeddab79d23b73c7494dbfdbea8057)) - Add block_trace for genesis block #1047([`22aa3d23`](https://github.com///commit/22aa3d232b4dc432f78453cad3e406fc703405bc)) - Remove unneeded #define MONGODB #1047([`343be23e`](https://github.com///commit/343be23eb2309c2fb807b5f684cd3f4c25f0a026)) - Rearrange conditionals to reduce optional plugin affects on build scripts.([`b5c8f359`](https://github.com///commit/b5c8f35957071d1bf73bf7a57d4885810ad87ac1)) - Update for scope removal.([`89f78eb8`](https://github.com///commit/89f78eb816f39afd7c944293ed16511ad2731346)) - ([`2551370a`](https://github.com///commit/2551370a9eccc53c8d7dbe00f1b32908bd300c94)) - Enable mongo_db_plugin build on travis. #1047([`f081e5c1`](https://github.com///commit/f081e5c1fc5a87dd7835f9e99a32bcb81b8d9783)) - ([`c2e1a2bf`](https://github.com///commit/c2e1a2bf23b0f5801398096415b90f477e28d071)) - Provide manual selection for building mongo plugin, default off.([`23a5eda6`](https://github.com///commit/23a5eda6adb32ce540bddd5ac44886ffda00c0f6)) - Add auto register to account_history_api_plugin #1047([`215dec53`](https://github.com///commit/215dec5315a8e4f872a509de1b3ae373dcddff36)) - ([`b78ea927`](https://github.com///commit/b78ea927920ccdf1d5e06af957b52f5fecc1207f)) - Add in a "fake" block so irreversible genesis block is available([`ea9bd04c`](https://github.com///commit/ea9bd04cf6d9647953d187ed3564be4e471f2ac1)) - Add plumbing for applied_irreversible_block signal callback([`900cdf88`](https://github.com///commit/900cdf882a3d7a0881570aa505a9a26f89f111ca)) - Add mongo_db_plugin to eosiod. #1047([`470b5186`](https://github.com///commit/470b518612db21edf9fc67a91722403efb6d1112)) - Renamed class db_plugin to mongo_db_plugin #1074([`90011940`](https://github.com///commit/9001194093abc03d5ae9463a791c82eb782994e8)) - Renamed to mongo_db_plugin([`3f13f837`](https://github.com///commit/3f13f83742cd720f84e5fccec13c211041d4e1f6)) - MacOSX compatibility redux. -noall_load no longer works.([`431fd301`](https://github.com///commit/431fd301ce45a81c5ff650ca719835f4b63fb18f)) - MacOSX compatibility.([`fcb6c158`](https://github.com///commit/fcb6c158ba87b5e9fab14e2699efb01a5523a181)) - Conditional compilation of mongo_db_plugin.([`9c76b1da`](https://github.com///commit/9c76b1dae6a83412e76aec104025fde8b25c0940)) - Self-registering plugins in eosiod.([`40dbe633`](https://github.com///commit/40dbe633727a3aaa32ddd887c1282163a1d81380)) - Pulled mongo db_plugin over.([`4db2357f`](https://github.com///commit/4db2357f41a098c72e459795c4fdae86089265a4)) - Add in a "fake" block so irreversible genesis block is available([`8e7c1231`](https://github.com///commit/8e7c123199f23496b9da0dcf95e5dc1563dc934c)) - Add plumbing for applied_irreversible_block signal callback([`6f3ff5a4`](https://github.com///commit/6f3ff5a4f25a2929e1056d12dfd74c86bebb1bad)) - Add mongo_db_plugin to eosiod. #1047([`450b39bb`](https://github.com///commit/450b39bb02179309091fd8b85983a9d4413b91b0)) - Renamed class db_plugin to mongo_db_plugin #1074([`683ebc37`](https://github.com///commit/683ebc3760676e52ee198cc83beb2cb62f072118)) - Renamed to mongo_db_plugin([`516d7f2b`](https://github.com///commit/516d7f2b53dc65ecb1817925806566fa43307129)) - MacOSX compatibility redux. -noall_load no longer works.([`0b00ea1f`](https://github.com///commit/0b00ea1f30cd60f176dea02b6b0050c27a52d84f)) - MacOSX compatibility.([`e51de5b0`](https://github.com///commit/e51de5b05d1b5ef838909f9b15ae272da7b8d3cb)) - Conditional compilation of mongo_db_plugin.([`75289167`](https://github.com///commit/7528916761ca0083d1caa6930bca0242f2c7878b)) - Self-registering plugins in eosiod.([`6d55b503`](https://github.com///commit/6d55b5034b75d96ea1e7b4b98d891d7239a1ed2e)) - Pulled mongo db_plugin over.([`ab3306ac`](https://github.com///commit/ab3306ac3a93b9ec3e8936bc9759c6a50b4ea00f)) - ([`c8099c6c`](https://github.com///commit/c8099c6c3415e3fa384b90bf6e706b60fc09742b)) - Option to specify the initial staked deposit on a new account.([`28147279`](https://github.com///commit/2814727960ebf5f362aa6657ecf0ca3d1d8cd548)) - ([`e7dc5e38`](https://github.com///commit/e7dc5e383ce6d3d3ade5c7b30f8e1401e4d8bbb2)) - ([`cc6147ea`](https://github.com///commit/cc6147ea8d29ec9891269b7bb39a3981dcfdea91)) - Patch (from Brian J) to enable transfering funds between new accounts.([`2c8235f7`](https://github.com///commit/2c8235f7190038831220c5a12eb576251618ff3a)) - ([`537871c3`](https://github.com///commit/537871c3414a4759f707d7cdb7743b32bb118a53)) - Making block_trace creation with signed_block to be explicit.([`5e3c22af`](https://github.com///commit/5e3c22afae2ca0472d655eddacf5556039f991be)) - Fixed applied_block call.([`12fa33db`](https://github.com///commit/12fa33dbd970e064c20b9019116570d432012602)) - ([`3fbdd406`](https://github.com///commit/3fbdd406a1363c0c5934eecd9c0868ec2fe561e7)) - Migrate python test scripts to noon branch. eosiod_run_test.py is short-circuited to exit before "get table" which currently fails.([`cc801d6f`](https://github.com///commit/cc801d6fe48c892dd64ba9aa5ff3bca1da98e53a)) - ([`7c0a7bb9`](https://github.com///commit/7c0a7bb9d1bebec4a81a2d78ff606acfaffc585a)) - ([`8b0997b1`](https://github.com///commit/8b0997b141d37a4a94707ecb775e16004ab90c62)) - ([`7729f7da`](https://github.com///commit/7729f7da217c870fc3d050c70af6ddbe1c728560)) - Import master test changes.([`7b2161a8`](https://github.com///commit/7b2161a8b8c532456d0de4493d10e9e839e9ad31)) - ([`468d21ce`](https://github.com///commit/468d21ceb02152dea8c55b66ac518b79f4c98d39)) - Update executable paths. Renamed script.([`5c6c3d88`](https://github.com///commit/5c6c3d88fec83478f0983100ae133d6a8d519586)) - Moved scripts to correct directory. Created path variables for the various executables([`08a09e35`](https://github.com///commit/08a09e35c296bc294315f7db6a7006ddc875b34e)) - Import test scripts from master branch.([`0ef7d707`](https://github.com///commit/0ef7d707ee438ce96f8c7047c07db50f39408d35)) - ([`2702cb0a`](https://github.com///commit/2702cb0afe15aa1e4d5ead1a1673da1bfb546e5b)) - Comment out includes too([`5bb45097`](https://github.com///commit/5bb45097f795f3580e16d4022fcdc933ed90354a)) - Disable tests that use proxy contract which no longer builds, remove dependency([`8114b0c0`](https://github.com///commit/8114b0c07ed555db4b91a11987741339e27652de)) - Disable the broken currency tests after the changes to the generic currency contracts([`de86ce4c`](https://github.com///commit/de86ce4ce0581659544df977cf22b3325659204d)) - Disabling bancor contract which has build issues and is not currently part of our test cases([`e13e73a5`](https://github.com///commit/e13e73a587f9e10ffcfc7e251ec32bccee12a1eb)) - Merge missing file from `eos-noon`([`721ddc06`](https://github.com///commit/721ddc064843a4f1cd71dbb628fd34e00a117afe)) - Adding missing file([`a5df280d`](https://github.com///commit/a5df280d227973212fa77acf22f451f21f131481)) - ([`3a2d90d2`](https://github.com///commit/3a2d90d23049a27c17cdad547986305a9a5afc35)) - Implement test case for generic_currency, fails due to missing memset([`1e6ea9cf`](https://github.com///commit/1e6ea9cf42c544579955ea819eef7fe38ee356e5)) - Update currency contract to use asset struct for transfer amount([`eda597ce`](https://github.com///commit/eda597ceec852eeeed5e408d9198fe696683f64b)) - Progress([`0057e255`](https://github.com///commit/0057e25562a936b3cc9b6c0bcce43bd05fd427ea)) - Progress on bancor([`c3d33620`](https://github.com///commit/c3d336208bab2d081342ae8070f3ada7aad27282)) - ([`02212951`](https://github.com///commit/02212951f86e6253d1f059330c6a1cabbf2d0edb)) - Missing closing parenthesis([`f3d03a64`](https://github.com///commit/f3d03a64f519a39f7430d69d38b55aad9a902373)) - Merge remote-tracking branch 'origin/eos-noon' into reset-wasm-globals([`2bd7a750`](https://github.com///commit/2bd7a75070a6ca41b10aaf805888ea051b7ff2c4)) - ([`433af74d`](https://github.com///commit/433af74dbe677b50fc1a8fb5d4248a0e74f92e27)) - Merge remote-tracking branch 'origin/eos-noon' into feature/scope-to-blocks([`c8625c20`](https://github.com///commit/c8625c20df535e6c85a592f398e9196462872bf1)) - Addressing changes from review([`6960bcb1`](https://github.com///commit/6960bcb1ebff14b3d872f36e84a072ea8a4a00f8)) - Merging in changes to `eos-noon` at 9d49bbf([`63e0a75d`](https://github.com///commit/63e0a75d6e2aff5781bb70093f12cd77f33ef268)) - Properly use the account for read locks in data accesses, rename some "scopes" to locks where appropriate([`1a516242`](https://github.com///commit/1a51624235d46a3ac703dd779e6d9f361cf84cf8)) - Rename scopes to locks from the perspective of the contracts, add account to the locks in shards and then deal with all the problems that caused([`bd408ae3`](https://github.com///commit/bd408ae3e0f6e2c1d87f7c189ad68057ef480f50)) - Added basic validation for incoming blocks WRT scopes in shards([`60455838`](https://github.com///commit/60455838148604ceaced458acd1938560b0e0b45)) - Work towards EOSIO/eos#1062([`7de1b8b7`](https://github.com///commit/7de1b8b7b45339edbac006571618c223bcfecab6)) - ([`c6b483a5`](https://github.com///commit/c6b483a5dbdcbd2ee98e1cc13f6b8cbbc0c15817)) - ([`81194e4f`](https://github.com///commit/81194e4fd4f9e5dd9f3e02e99761367ab3796989)) - Protect against crash on WASMs w/o linear memory([`4e8feec4`](https://github.com///commit/4e8feec4f5ffda00001a9d5fd0ddbf4ade2cc791)) - Reset WASM globals on each invocation([`42d703ab`](https://github.com///commit/42d703abc732ab6f51c991c264dabfe82cbc487f)) - ([`3c8d979d`](https://github.com///commit/3c8d979d4f179edfd452c14e52a6e3228b713362)) - Add abi test for post recovery, pass recovery, veto recovery, set abi, set code, nonce native contract action([`ea1a6dca`](https://github.com///commit/ea1a6dca29574ded2287af4c7e6e210cab2d9c84)) - ([`6e6d3441`](https://github.com///commit/6e6d3441bf4df909c2a0e10a1ea1d99c41908381)) - Restore test cases of abi_tests.cpp (starting from first and third)([`4a192e73`](https://github.com///commit/4a192e734de20eac27840d8bd22247d26de7ef48)) - ([`91c5cbbe`](https://github.com///commit/91c5cbbe2ff458c0306a2ab9d89913f70c1cbc77)) - Small change to check_entry_behavior test comment([`2567ff08`](https://github.com///commit/2567ff08ce6e23f726ddac7632c95ad6062e66dc)) - Add missing cmakelist modification for the wasm start func feature([`14ce5b10`](https://github.com///commit/14ce5b10809d0ec85346d8a6b1bc23df89e309f4)) - Make tabination of our hacks in WAVM match what the rest of it is written in([`a0737a0f`](https://github.com///commit/a0737a0fea7aad6beb7b79cc037021c306d65d6b)) - Call WASM "start" function before each invocation([`ba5fb318`](https://github.com///commit/ba5fb318c4ae23a8ff58ae1dae711148ed936811)) - ([`145ee080`](https://github.com///commit/145ee080b4ffa1bd754e3267de4dac64bd6b80d8)) - Fixing gcc's poor handling of captured variable.([`c4e4ab89`](https://github.com///commit/c4e4ab89d5295df19471379932d37af77b96ef3a)) - ([`cf719c84`](https://github.com///commit/cf719c8434c99472c625cac768f12231e85fe60c)) - @DAWN-390 fixed issue with sbrk not clearing between actions, and added page resizing to cache checkin to ensure page size goes back to default([`45681a76`](https://github.com///commit/45681a76124e68484136958be7d88bf516a58f66)) - Hopefully got rid of tabs([`035f701b`](https://github.com///commit/035f701b85209a7922858a1bcb6b6c05fccbb39d)) - @DAWN-391 house cleaning([`1eb34a6e`](https://github.com///commit/1eb34a6ee07dd39e674b89b4351e216548eec10d)) - @DAWN-391 added sbrk and fixed the function signature of memset([`a1a2dcfa`](https://github.com///commit/a1a2dcfa2f431d120c63a9f9d4da273a4af6fe48)) - ([`47a2fa2a`](https://github.com///commit/47a2fa2ae71ac87558df8d9fdcf6f80f4d8c2fcf)) - Changed to all indexes to ordered_unique.([`e487a365`](https://github.com///commit/e487a365a4398205f250f9208161c12a4beb09a8)) - Adding back in account_history_api_plugin (account_history_plugin will come along with it).([`45147a31`](https://github.com///commit/45147a314ee924a607c86ba9a9a9f016ac1a028b)) - Changed name back to account_name.([`4b766429`](https://github.com///commit/4b766429cf567ec32adbb94c700f26f08d543db5)) - Cleaned up test log statements.([`d9582136`](https://github.com///commit/d9582136b3548a3ee8aa4c4c25f713df14dc2bc1)) - Merging account_history*_plugin changes from master to eos-noon.([`9c49dd58`](https://github.com///commit/9c49dd587ed129a9b83f33388f9fac694559be6d)) - ([`43793614`](https://github.com///commit/437936144934962c5d6a5628cad61806f21caa80)) - Unified import style.([`e7be8340`](https://github.com///commit/e7be8340369a2927c17ec061231c11b1b08ddd24)) - Import eos-walletd from master and rename it to eosio-walletd.([`b648ac9a`](https://github.com///commit/b648ac9a9a4eabf99ffc5a77d1903e08051ee27a)) - ([`11d7a400`](https://github.com///commit/11d7a4008363649dd03c8885fdaa4a72abb30100)) - Change eosioc push message to push actions([`288f8ac4`](https://github.com///commit/288f8ac4106c9a68cb8727f63f59b30202f488ce)) - ([`b9e6ca25`](https://github.com///commit/b9e6ca25f22f08de7f9c4e7acf86f88af4994574)) - Update to appbase revision that fixes config filename customization.([`1710dd56`](https://github.com///commit/1710dd56298037f513798b5d4301e393a7a5c538)) - ([`94d3733a`](https://github.com///commit/94d3733a0d9cd28e6bee8a46214bf367312ce609)) - Requested review changes.([`e5b4ac44`](https://github.com///commit/e5b4ac444dc39d5b0010306d696bb786479729c0)) - Reload logging.json on receipt of SIGHUP.([`357198ff`](https://github.com///commit/357198ff9bc1e70c9674ed7386195fc982d86b03)) - ([`b2570041`](https://github.com///commit/b2570041272da11891634b7b46a619fb86f901a1)) - Put a more clear identifier that we're looking for binary WASM header in this particular location([`ae6f0258`](https://github.com///commit/ae6f02583ed3cd3f484a46298d6f27d630f7b480)) - Allow passing binary WASM to eosioc set contract (in addtion to WAST)([`9fd51548`](https://github.com///commit/9fd51548de9b2a3e2024dc527ea79632f6a4076a)) - ([`ede87e68`](https://github.com///commit/ede87e689ec32171a0b51aa2a60de5b93a2dc697)) - DAWN-365 Launcher updates([`edea5e9d`](https://github.com///commit/edea5e9d0cc13947143bbac631738a70d60a5860)) - ([`87059b67`](https://github.com///commit/87059b67bb6f22d1f2a0d9733488f2db78e3906d)) - Create account write_scope fix.([`066f864b`](https://github.com///commit/066f864bb0e3e1d39291be45c221aaa3d8cb40e1)) - Add initial stake to producer accounts.([`80b9aa92`](https://github.com///commit/80b9aa92faee889c3bd9ecbf22b7eeaf09c07f62)) - ([`488a261b`](https://github.com///commit/488a261bf5c53b1f6d440b85b009a1a5ec4847c9)) - Updated README with eos -> eosio changes([`7321abec`](https://github.com///commit/7321abec3b46c3a6b4309ecdc9f9d5d274f0489f)) - Revert "Add explicit this-> to lambda. gcc 5.4 went strange."([`727b688e`](https://github.com///commit/727b688e2ddc5b77cb35e69c1228a22c22b38dfc)) - Renamed eos -> eosio. Untested.([`6af3424c`](https://github.com///commit/6af3424cbac711687db4fa4785d33d64eb8c4f3e)) - Adds a few grammar fixes to the readme([`6df36cfd`](https://github.com///commit/6df36cfd690e3393081709bc158474584e5aa64c)) - Update README.md([`2e63136d`](https://github.com///commit/2e63136d669248df98132a173891c904b31f2529)) - Revert action -> message([`f1a2e865`](https://github.com///commit/f1a2e865dc11ff17f9c43d89998e31c5269e899a)) - Update message -> action([`0b7468ad`](https://github.com///commit/0b7468adb52fb232e9b11d2a9401e4074ed61719)) - Update doxygen version([`1ea429a8`](https://github.com///commit/1ea429a8eeb2425d7960524efe79bdf342bd06bc)) - Delete CONTRACT_DEVELOPER_API.md([`2979d4a8`](https://github.com///commit/2979d4a8644c5ec5f1a4b545f774f51b44cbecd5)) - Fix for comments.([`c1527410`](https://github.com///commit/c152741032551304b78e7401eb54e5c72aabf768)) - Update config.ini([`b61e0fb4`](https://github.com///commit/b61e0fb4b7b8aeba4214273c5677a5973c6b2da6)) - Changed creator account from inita to user argument([`ce289971`](https://github.com///commit/ce28997127171a5763628a6d3c13cb014c8bda1a)) - Update Smart Contract API - restore contracts doxygen and delete tutorial markdown instead([`9b5247a0`](https://github.com///commit/9b5247a072b0fc2dd16c0911c7c6889610a47a4e)) - Simplifying alternatives logic.([`fad769cf`](https://github.com///commit/fad769cf5d593c6a87b42b54422069722af59a2a)) - Removed unintended debugging change.([`b04995ae`](https://github.com///commit/b04995ae55a3a418c9ca4ec67ba0d2e2cf0561d8)) - Faucet_testnet_plugin to provide easy creation of test accounts on testnet.([`07605534`](https://github.com///commit/076055345ee5b74d703007dad4c6e524f57583ac)) - Faucet_testnet_plugin to provide easy creation of test accounts on testnet.([`e0a9a982`](https://github.com///commit/e0a9a982dad12f506c3970951fb300a3c1b05685)) - Added faucet_testnet_plugin to create accounts.([`42cfdb02`](https://github.com///commit/42cfdb023b550269b206fef61abaabd440d04522)) - Add wallet rpc api([`e0c04164`](https://github.com///commit/e0c041643010351ddddd899a4dbb389c07abb8bf)) - Fix json parsing issues([`4162f42f`](https://github.com///commit/4162f42f3140d6f73bf643a141bc6451220854f1)) - Fix bug caused by packing unsigned int instead of unsigned_int as size([`aeada7b2`](https://github.com///commit/aeada7b2839dd1639ae07e13ae35765b134acd67)) - Add fix for eosiod initialization problem that prevented a custom log file location.([`310b7584`](https://github.com///commit/310b75848db746adb8820d9715a00bb4bd17edaf)) - Update chain api([`f4d35a92`](https://github.com///commit/f4d35a9252166996d9dc4277259d1c51fa090155)) - Relax str index detection in abi_generator #854([`77222f72`](https://github.com///commit/77222f72cab17dee0dff1d62ef87b8d0a5c9ef84)) - Update version to 2.0.0.([`ebbb1af0`](https://github.com///commit/ebbb1af041cb617b5625e066af431ffb42e3a498)) - Serialize arrays of user defined types in the abi([`0fe4a2bb`](https://github.com///commit/0fe4a2bb54a646cfa016c84fb50fb0f8553b360b)) - Remove github usage process([`047f51ca`](https://github.com///commit/047f51ca08238af41f11a624fb89e57b6457ed54)) - Remove automated abi generator([`1914766b`](https://github.com///commit/1914766bbb365caa5c6fb4fda1dc3ccbbb8e5ec4)) - Move doxygen guidelines to wiki([`69f1db51`](https://github.com///commit/69f1db5164b244b3368722786c9b2783802fe2a7)) - STAT-205, STAT-198, STAT-197([`3443ce3d`](https://github.com///commit/3443ce3d9c39b46e4c3fad11db70743c08cc0460)) - Remove unneeded doxygen page([`ebdfb727`](https://github.com///commit/ebdfb72774fab08002020bf9d211dc3f5353903c)) - Fix for SIGSEGV in std::regex call #876([`3d65e4c7`](https://github.com///commit/3d65e4c7153f14da10e5c300e37f7c8bb8b869da)) - Prevent localize from throwing exceptions #876([`b9f32ab7`](https://github.com///commit/b9f32ab7aae5f524c4060760e2a8f388fb2d45fe)) - Add missing header files. #876([`a6c5e204`](https://github.com///commit/a6c5e20442222ae85dbd811605ad817a0c2189bf)) - Add shortcut out of calling print_help_text #876([`a802b611`](https://github.com///commit/a802b611efb633320c156d7ef7588cb3dc347378)) - Update eosc.sh([`cdebe97b`](https://github.com///commit/cdebe97b344dec5eef39907b142fe072156875dc)) - Prevent using default parent (active) when changing owner permission([`281b4329`](https://github.com///commit/281b4329397e7a2b148e8cdc79e03e8b52ca311c)) - Add explicit this-> to lambda. gcc 5.4 went strange.([`13f7e147`](https://github.com///commit/13f7e147da873d499ed421423fc22b50e46ed1f5)) - Fix indent([`a5f57cf9`](https://github.com///commit/a5f57cf991ea181ea4e2b4d4970d2facce6fa6b1)) - Modified benchmark to take only 40 transactions at a time also updated([`05c5adb9`](https://github.com///commit/05c5adb912c707dd97d4d45130e460c55f754807)) - Update README.md([`5c03699b`](https://github.com///commit/5c03699b8fce4113b35699b169aea609250870ca)) - Add log when producer less than whole block #704([`46d356fd`](https://github.com///commit/46d356fdbc0562b0ca60e970d407807bd6542578)) - Destroy chain_controller during chain_plugin shutdown([`9d5d69b9`](https://github.com///commit/9d5d69b9be95ab9c94a302a0a73d376aa026ab06)) - Remove extra quote. #704([`697dc246`](https://github.com///commit/697dc2465ada9f8330a2258e0334f54498e17eff)) - Updated #704 for new branch([`d681d490`](https://github.com///commit/d681d49044dee00908ec696d683cdceb3815a004)) - Add error log if block not produced in block_interval. #704([`273cef43`](https://github.com///commit/273cef43a22651ded3dc7e274effb6bf90f3e549)) - Add error log if block not produced in block_interval. #704([`eb4e9e69`](https://github.com///commit/eb4e9e69a64d9b978929bfcd72f2206ba2f9d915)) - Rename capitalized struct to lower case and remove unneeded line([`9c09d8ff`](https://github.com///commit/9c09d8ff2b26e7465cfffbbd3887ce398988654d)) - Update doxygen for str table functions([`afec91fb`](https://github.com///commit/afec91fbdc27d7dfbde07ce9d68ca91f5cc7fa6d)) - Print less verbose error unless verbose output requested. #798([`34d968af`](https://github.com///commit/34d968affa2cc06bffeb758ff0e7eb12c247289a)) - Specify length of short revision hash. Resolves GH #792.([`5fea448d`](https://github.com///commit/5fea448dd0fea517ed0e6bf68ce52a7a08f2374d)) - Updates to eoslib to support reflection and seralization([`13022ca5`](https://github.com///commit/13022ca52de518538863aa8a4c03c959fc3daffe)) - ([`c5685481`](https://github.com///commit/c5685481cf82761241f271ac52c8ad5976c39502)) - Started implementation of eosio.system contract as wasm contract([`9baf84ad`](https://github.com///commit/9baf84ad8381151609ffcae5e9a639b020a23e85)) - Remove broken producer proxy voting([`49ea3373`](https://github.com///commit/49ea337322e7494a4ae93ca1b27c6f9b1436a3d7)) - ([`303f2bb9`](https://github.com///commit/303f2bb91cd46413cfb87090177405aed82cecf3)) - Added includes to fix linux builds.([`07c77364`](https://github.com///commit/07c7736459f66d566ab42bfa8ab7212497ab3b2d)) - ([`2a98e37c`](https://github.com///commit/2a98e37c96aacd06920ec2e837a6f09d79757385)) - Optimize empty string comparision([`a4d91443`](https://github.com///commit/a4d91443ae032faeb99bb2470481c3683146c397)) - Restore fc thread logging([`5ada9174`](https://github.com///commit/5ada91749f56e1597dd8d0f8f498f04ac24a6fcb)) - ([`154de93e`](https://github.com///commit/154de93e600c18efa37b537fba410b9f476b90e1)) - Removed unused environment variables.([`75dad40a`](https://github.com///commit/75dad40afc219aa3886f25632fc8958e11cbafdd)) - Commenting out the correct tests.([`29d25a8d`](https://github.com///commit/29d25a8d358ee9db3e694f4ff07c416642e2f8c0)) - Commenting out travis tests that do not currently work because of executables not currently being built.([`cf5d6cf1`](https://github.com///commit/cf5d6cf15b33b14d1b86c4d1debbec9ca4cc7303)) - Remove commented out code, group APIs([`e734789b`](https://github.com///commit/e734789b889d92340becd6d319dea3fc567d3fd3)) - ([`418883e8`](https://github.com///commit/418883e836d3055911e90bd6200b82dcc953bc91)) - Restore the call to `record_transaction` accidentally removed from `chain_controller::_apply_transaction` in 35f98e09d([`c6d25ecc`](https://github.com///commit/c6d25ecc163e37929131ab32fc522f7b72a392f6)) - ([`3de6fc9c`](https://github.com///commit/3de6fc9c06f5c65767060c631ee9303211aa9b6d)) - ([`61b819b6`](https://github.com///commit/61b819b625b04459e1768c3f224264d3a5ee56f0)) - ([`93ba5f8f`](https://github.com///commit/93ba5f8fc64320fcf0cc43b3a90fd298db4bed5c)) - Added test cases for recovering when your multisig owner partner is no longer trusted([`01fb3474`](https://github.com///commit/01fb3474d13fcdb8b872a2ff0e3866a69e1fa197)) - Added basic veto test; removed erroneously committed ilog([`c917da91`](https://github.com///commit/c917da91cd8e4d66fca6f22f5ee3a86cf219890d)) - Basic recovery test and fixes for all the bugs it exposed([`e11f524d`](https://github.com///commit/e11f524d4a3a5dce0123676b3b40e6164578a2eb)) - Initial (untested) implementation of recovery and cancellable deferred transactions([`2bef5f16`](https://github.com///commit/2bef5f164d0dc3d0cb6ed05f192b99ca52368c16)) - Add in tracking for when account permissions are successfully used on the chain([`5a14c1e7`](https://github.com///commit/5a14c1e755557a44f29f1198a1ac206724b72042)) - Remove a couple of old unused cpp files([`a9cf2b9c`](https://github.com///commit/a9cf2b9cd3014b95aa1514c0fd4db64cb26e756c)) - ([`4bc5b4e8`](https://github.com///commit/4bc5b4e8a19af48b43dc662538969b63b0255980)) - Simplify txn_test_gen test account creation([`a01245f1`](https://github.com///commit/a01245f1bbe5f6dbe6610788d2e7d92e506893a0)) - ([`eb06b93c`](https://github.com///commit/eb06b93c757ada4c427a6cdfe8b1713d834d6051)) - ([`f626d422`](https://github.com///commit/f626d42298cf8602ba12e3085ce71bc36bb04f8e)) - Various fixes for gcc 5.4 (aka Ubuntu 16.04 default)([`ec58b685`](https://github.com///commit/ec58b685c8e1c73e1cb053b47d4cee971c603aab)) - Add a little bit of stake and prime the chain to resolve rate limiting issues in unit tests([`9d26d14c`](https://github.com///commit/9d26d14c68f3fb9eb4e51b6df62b0acefabeb77f)) - Fix compile warning of non-override decoration in gelf_appender([`1712babd`](https://github.com///commit/1712babd41ab0722f470a8980f314c1baf1c0fa4)) - ([`82089f93`](https://github.com///commit/82089f93d950a66362a650b51cf355461a3b75ae)) - Add key recovery cache([`57b80e80`](https://github.com///commit/57b80e80960877f162ca754f3fd3417dd54af1b4)) - Add a hash_value() for fc::cryto::signature([`9eb3e125`](https://github.com///commit/9eb3e125b61df41d54c4cf0c017e4c186def0951)) - ([`4d18f8c7`](https://github.com///commit/4d18f8c72b3b23fc51c770bd3ec0844dba8eb8ac)) - Changed test to excercise deferred delivery mechanism([`2a6e106e`](https://github.com///commit/2a6e106e51a6b7cbc60544d626e6f95651d5ce2a)) - ([`953a7beb`](https://github.com///commit/953a7beba3d2aeae04a5941acda4d1252acbf603)) - Temporary commit to pull in changes([`35f98e09`](https://github.com///commit/35f98e09d8dde5228884950f07158d4c77f8f115)) - Add in wasm interface for inline actions and deferred transactions([`38b50df9`](https://github.com///commit/38b50df9b29f354a4bc6c23fa4737e4123aaed36)) - ([`893d6b21`](https://github.com///commit/893d6b21a7bfeb961d592020e0d94337096d2137)) - ([`2a905aa1`](https://github.com///commit/2a905aa12217352404e96a5a25cca452fd56c610)) - ([`3f435246`](https://github.com///commit/3f435246998ccf3878c5651c61dcb8fee6a45c2d)) - Remove old runtest executable from libraries/testing([`4ed15e7b`](https://github.com///commit/4ed15e7bb9f7fc84a6998569010eee662581b8a7)) - Ensure record_transaction is called([`40aeff56`](https://github.com///commit/40aeff5646eafc72d54afa8b563abb7ea1818474)) - Make sure eosio::chain::signed_block is FC_REFLECTed correctly([`e7b2c103`](https://github.com///commit/e7b2c103fcb476d734a5059c1190d614d7cd6905)) - Make net_plugin a default plugin again([`52fe4709`](https://github.com///commit/52fe4709f280a7bbda3cd970f6053f822b47d1f1)) - Update to match version syntax of latest appbase. #724([`c3f2bbcf`](https://github.com///commit/c3f2bbcfbeb0546836bc97f098c6d1f4cd8d8781)) - Update to latest appbase([`9ec6b93f`](https://github.com///commit/9ec6b93f5528755128632a8f9d55e9438eece38d)) - ([`e3047184`](https://github.com///commit/e30471845cdca1ed0aaccf6332e21c0d364eb9be)) - Implement rate limiting with dynamic reserve([`396fa810`](https://github.com///commit/396fa8105c1a147d2f71857ec14b605ce9c00c91)) - ([`b348a5df`](https://github.com///commit/b348a5dfa5f5ce20f3dda1e32ae04fde5663a6c6)) - ([`ec70cbbf`](https://github.com///commit/ec70cbbf038db1010e08d7bd76325c454513d819)) - ([`e32ae6ba`](https://github.com///commit/e32ae6ba01eadb93582502cadce2064300590f12)) - Have producer_plugin indicate new blocks to the net_plugin([`c59f5f47`](https://github.com///commit/c59f5f47aaff5eab8407c13f1c7046555c194490)) - ([`a50935c5`](https://github.com///commit/a50935c522627cbed25e161a2f0dc839fa40bcc8)) - Fix building of net_plugin on noon([`63b5a956`](https://github.com///commit/63b5a95640a7c40f0116115a94711b014adaa053)) - Add missing inequality test for crypto::signature([`ab6f443d`](https://github.com///commit/ab6f443d7d800f60d9a26270b173833a17e4edab)) - ([`62dc96f9`](https://github.com///commit/62dc96f9d5aefc1c4ed08b6a47de9144e67e1b83)) - ([`ddbaa2e8`](https://github.com///commit/ddbaa2e8c921fccc58d1840cec4b7c5ab01acaf2)) - ([`91290792`](https://github.com///commit/912907927881a58ee10bf48412c234102688089d)) - ([`97a6a7c4`](https://github.com///commit/97a6a7c4e8607d05622f0ae208586f70de4165ab)) - ([`46a83adb`](https://github.com///commit/46a83adb1d79d2c8a6795c1460396f1b195c7648)) - ([`0703e7cf`](https://github.com///commit/0703e7cfbecb5f741c27b2875ec747ccad67780d)) - ([`c15894c6`](https://github.com///commit/c15894c610b61a45449979eec70bdc49fadaa84b)) - ([`bfa13a2c`](https://github.com///commit/bfa13a2ce7a508ccea57c354912b5c1ab66fc40c)) - ([`14128dcf`](https://github.com///commit/14128dcf348ee1bc0220f20982fec02eacabb9a0)) - ([`9f217b22`](https://github.com///commit/9f217b2271aace1f6101584cb52ab86ad36760d2)) - ([`2792b37b`](https://github.com///commit/2792b37b9df3560faae5d82927d46338bf6821b9)) - ([`158cd20b`](https://github.com///commit/158cd20b146c341fdd843b1716b508637a8f7b95)) - ([`6aff3afc`](https://github.com///commit/6aff3afc2119a60f872e081c6e3acef10257a4c2)) - ([`89d6a0e5`](https://github.com///commit/89d6a0e50c51218877a54ad802a113aa29b34b62)) - ([`30d1c990`](https://github.com///commit/30d1c9906915f34926513ef23cde5dec2f378472)) - ([`03b9c596`](https://github.com///commit/03b9c596f1f1301771ad5d9b459f0648072e8c95)) - ([`d4e0f7fc`](https://github.com///commit/d4e0f7fc09770bdbfbefdcaf82d325f3ac5facae)) - ([`6935a7ad`](https://github.com///commit/6935a7ad45f1ef2ebde5ad7a3b6f9cae750f0d53)) - ([`e1afcec4`](https://github.com///commit/e1afcec417d45b36ad842b81e49558f238dde002)) - ([`281a7caf`](https://github.com///commit/281a7caf73b80949d5c394746530d77d47f1b3ce)) - ([`5acaed5b`](https://github.com///commit/5acaed5b538e31e7b245447220bc1c90a316a55b)) - ([`65d27993`](https://github.com///commit/65d27993931934c831b4d9a89afd41577c34884b)) - Revert "Renable building of net_plugin"([`fdc44be2`](https://github.com///commit/fdc44be21381599724476f982e15e8bd3f87d63e)) - Revert "rename eos directoy to eosio for net_plugin"([`c199040a`](https://github.com///commit/c199040a77653b5cdeb4e1689962eb8f0fd88b4e)) - ([`f24978d7`](https://github.com///commit/f24978d7b9e9ffefb30158db15913ad53a9bb94b)) - Added tests for the WASM currency contract and fixed issues it exposed, refactored contract initialization as a require_recipient where the logic of init vs apply is now in the wasm_interface([`ad84240f`](https://github.com///commit/ad84240ffab8c38fdb0bd2b975095b6bb08b53d7)) - Restored db table objects, extracted scope,code,table triplet from tables into a table id, moved EOSIO tokens to use the same data model as wasm token contracts([`3f94e2a5`](https://github.com///commit/3f94e2a5742b55ed83dfe2a078b38f02f6bfb52a)) - Adding missing header([`eb8387ca`](https://github.com///commit/eb8387ca82e8d3d8c7f85a9aad83a69655d863dd)) - Progress toward rate limiting, checking in missing file([`a101df9c`](https://github.com///commit/a101df9c1e835b638bd17cbfb23bf8b90ec32d47)) - Adding target block size configuration([`14e28742`](https://github.com///commit/14e28742a70211c8cc9b0c1584dc2393ebfdb614)) - Basic bandwidth tracking implemented, but not tested([`a91abf6f`](https://github.com///commit/a91abf6fd34a3aca43d5bd9818c40c661fb5ea44)) - ([`74b47cb7`](https://github.com///commit/74b47cb71e7d1b5dff7bd0a09feab63b64b18fc9)) - Changed path names([`71d2d7a4`](https://github.com///commit/71d2d7a40b589108a268d3abca91923bb7a175a1)) - Renamed serial to sequence WRT scope transcript proving([`43e8ada5`](https://github.com///commit/43e8ada52ef6530f55b57dbeeb4546f10b0b8497)) - ([`4bd850b3`](https://github.com///commit/4bd850b3e6094858fe63717d1c5d0c8a80b2ab1a)) - Merge remote-tracking branch 'origin/eos-noon' into feature/action-merk-and-more-wasm([`ebbb7bb0`](https://github.com///commit/ebbb7bb0423762cd5de10dcde0ee7f2a08b58102)) - Start some testing for proofs we want to do, modify merkle tree to make proofs more concise. fix bugs([`4eccfc4b`](https://github.com///commit/4eccfc4b5beaa6203763883b76ccbfd17f940dca)) - Merge remote-tracking branch 'origin/eos-noon' into feature/more-intrinsics([`5545c5df`](https://github.com///commit/5545c5dfa25a2e35d4337bb794c300ebb967726b)) - Added region to block header, everything still assumes region 0([`9aec1382`](https://github.com///commit/9aec1382988ae7db28e249580a89e7845a44f661)) - Rename results to traces, add in merkle calculation for action_mroot (still missing data serials)([`edeed953`](https://github.com///commit/edeed9538a5beab1e7e4d995540c4e4c79fe6ea8)) - Begin restoring the test_api contract interface, pull results out of the apply_context into chain controller([`28f73e60`](https://github.com///commit/28f73e60b713263d8cb863bf8b2f6f861a883e98)) - Interim checkin to switch gears([`f86de996`](https://github.com///commit/f86de99655a0508ec54cf1c3505da7fa339fa02b)) - Temporary submission to switch gears([`7e171f3d`](https://github.com///commit/7e171f3d326140ede8679c40c978a35e0ce8cc57)) - Adding producer schedule version number([`b1a3536a`](https://github.com///commit/b1a3536a51685e5deeb1e4400dbf825e4a873933)) - Comment out launcher because it doesn't build([`dc5efa8d`](https://github.com///commit/dc5efa8dc9e85d4ad0ae34623ceda848f1c08172)) - ([`9471ca04`](https://github.com///commit/9471ca0400baa611d8bb797a7b9fb9d9f00174e5)) - This brings us up to a merge-base of 4900646 with origin/master([`fd70bb5b`](https://github.com///commit/fd70bb5b2fdddc6279320c3b92c2774e8cda0e8c)) - ([`7200616f`](https://github.com///commit/7200616f5b7eeb23ea226f3b04a03195a71d1651)) - ([`49006466`](https://github.com///commit/49006466aac2e37b00ade91860cf6335ffd9938c)) - STAT-182 (GH-725) Fixed missed eos namespaces and comments([`523243cb`](https://github.com///commit/523243cb6b66fd293d4c52430ccac325421f7375)) - NOTE THIS PR WAS MADE IRRELEVANT BY THE REFACTOR([`8ce88bc2`](https://github.com///commit/8ce88bc2cd469f3a664acd281575949a732ca7bc)) - ([`edf0b26b`](https://github.com///commit/edf0b26bef7fb6d68759a2b18217dcc7c66fcd45)) - Remove redundant namespace aliases that confuse gcc.([`ea286c5f`](https://github.com///commit/ea286c5f75e64e245106a7952d9a609ad1343de0)) - ([`e0558f7e`](https://github.com///commit/e0558f7e3eedc74802493f80197cdd43980ed8bb)) - ([`ec638a08`](https://github.com///commit/ec638a089f1e195fa83bfe5b0c8f677d04fae9a8)) - Fix for test broken by #701([`8f29b99e`](https://github.com///commit/8f29b99e3fd49a1020dea24d4118a5c3118ccce6)) - ([`8101ad9d`](https://github.com///commit/8101ad9ddac02c8ae1cce73a37555f6a9dcc9596)) - ([`66d23b89`](https://github.com///commit/66d23b8915b62184c230218e5490d3a07552215e)) - Fix for compile error. #701([`288eac1f`](https://github.com///commit/288eac1f0d53e74e7883decff620a534d0e0a3fa)) - NOTE THIS PR IS REVERTED AS IT IS NOT RELEVANT TO THE REFACTOR ONLY TO THE STAT RELEASE([`ad5a08e0`](https://github.com///commit/ad5a08e060218542e783ebc086a06720d264fbfa)) - ([`7cf99c2f`](https://github.com///commit/7cf99c2fb11f4cf6cbbf3383a4081fedec3a4f01)) - STAT-156, GH#683: Fix test failure([`d913bc1d`](https://github.com///commit/d913bc1dd450e2486a1404bec02845248b00e7d6)) - ([`f39eaaa2`](https://github.com///commit/f39eaaa267d6c18a56b4b48af1ac45f9e2c2288b)) - ([`414fd15a`](https://github.com///commit/414fd15ac374cfe0aca21f2fa974b1a6d767e4cb)) - #701 addressing issues raised during code review.([`8677c18b`](https://github.com///commit/8677c18b73ff9066d211901bf49ef05022a66cc4)) - #701 fix for a crash caused by too agressive editing([`273099aa`](https://github.com///commit/273099aa914b251c5645760f20fc50f0b982c6a4)) - #701 Refactored launcher app to separate out the eosd instances from the hosts they run on.([`2ba2b03d`](https://github.com///commit/2ba2b03deadd1f2dd2f0f1d6dcce715e11987e7e)) - NOTE THIS PR IS NOT RELEVANT TO THE REFACTOR AS IT IS A RELEASE ONLY CLUDGE([`29169ec3`](https://github.com///commit/29169ec37b8a1e3230d4a2f394ac733c9d9885f2)) - ([`eea85bf9`](https://github.com///commit/eea85bf9496334d787996f3b4f635d385d6ca740)) - STAT-156, GH#683: Rework to preserve interface and assert when used.([`fa10f803`](https://github.com///commit/fa10f8037822ea3cc71f1be95a0b9575a89e95ac)) - STAT-156, GH#683: Rework to preserve interface and assert when used.([`47d45d03`](https://github.com///commit/47d45d03266f7f466cf2fb995d872daeebe2413a)) - STAT-156, GH#683: Disable creation of generated transactions for STAT([`f6f5dda7`](https://github.com///commit/f6f5dda7f5107c22901082a0fa7820a7a6928a34)) - NOTE THIS PR WAS PARTIALLY APPLIED AND IS MISSING INTRINSIC SUPPORT IN THE([`a4e4a269`](https://github.com///commit/a4e4a269c9c493c4d525dbad30aabd0f785d7c45)) - ([`7280404a`](https://github.com///commit/7280404a105d142a40600fe3466f214b2e699aaa)) - Fixed comment.([`e7d4e460`](https://github.com///commit/e7d4e46045cb4fedb50c3998d878a6ab3955e409)) - Peer review fixes.([`7e172632`](https://github.com///commit/7e172632d132fefa77c107ec1451eef0672b7d08)) - Added tests for account balance api.([`e1a0cad1`](https://github.com///commit/e1a0cad1f4d11be063b32d516af550abccd1f9ef)) - Fixed account api based on testing.([`ba3ce62d`](https://github.com///commit/ba3ce62d4fbb3d0d546229003afe8cb6b71c8614)) - Adding account balance API.([`6c5f252f`](https://github.com///commit/6c5f252f9b68ad3b96006ed0f06c8f06d13094bd)) - Moved objects out of native_contracts and into chain lib.([`92cbff7e`](https://github.com///commit/92cbff7e56f3263e83ae8c0b923a5fc5fb9267dd)) - ([`78d7e506`](https://github.com///commit/78d7e50687e28139fc896f15d8a81445499f2d9b)) - ([`f51bcfd2`](https://github.com///commit/f51bcfd2b55f4adadb10a17def9d9e357921c3df)) - Update README([`4ee9da5e`](https://github.com///commit/4ee9da5eee8d72e734201de3aaec2632e2be8bfe)) - Fix path problem([`74c44907`](https://github.com///commit/74c4490761dd94cdd1a2708ffe0187e451b97cda)) - Eos-walletd integration([`5582c0a3`](https://github.com///commit/5582c0a32cf0fc86a03812590cfa73bd49e9d90e)) - Update Dockerfile([`871f10a5`](https://github.com///commit/871f10a5b7f5a719ab56d76e4a35ebd5d1a4d2d5)) - NOTE THIS PR IS SUPERSEDED BY CHANGES IN THE REFACTOR([`0a8993bf`](https://github.com///commit/0a8993bfdb40705d05af577e6c69b94a74dfc01e)) - ([`9e09b882`](https://github.com///commit/9e09b882d5ea29e9afa1f2017277c0cce5ac0700)) - Add message processing recursion limit.([`3b26da78`](https://github.com///commit/3b26da789cb915a5378f5a341290ec7e5cbb662c)) - ([`4a0d4225`](https://github.com///commit/4a0d42257da22c3ec1c610d1c743fb6ee1d1125f)) - ([`1cb426a1`](https://github.com///commit/1cb426a18605193470e332916b22928c1a7c5eda)) - Travis mac build is too slow most of the time,([`171ce93a`](https://github.com///commit/171ce93a694c7e94b1176ff2928a98571f0a082c)) - Increase time for db api tests. #691([`315f3529`](https://github.com///commit/315f35295312c67c207bcda6d8c46aba4a0b5a37)) - Travis now has 90 mintues for mac build, adding all tests. #691([`fec5ef75`](https://github.com///commit/fec5ef75925dab0f20934102954d2946cc2fb3d7)) - ([`c0c9fa64`](https://github.com///commit/c0c9fa6402b046f240a7385884a4ae4fc87ced46)) - ([`81c66f9e`](https://github.com///commit/81c66f9e04deae179b9bb84e74173731b13f36ef)) - Add server_version to get_info results.([`d5dbf995`](https://github.com///commit/d5dbf9951c232fb1277290513c1224ef02796b66)) - ([`72b670fe`](https://github.com///commit/72b670fe368a7802bbcafc35f1cd580fb653d6e0)) - ([`e3b0f31c`](https://github.com///commit/e3b0f31c0d175094e2f0ff6af05c940c64d159e3)) - Update test scripts with currency changes. #702([`193be2f3`](https://github.com///commit/193be2f3ffbab6738367edb07cbfd66fbdab40e9)) - Update docs to match changes to currency. #702([`1f1c3362`](https://github.com///commit/1f1c3362539ab7df18aeae5bc1e3c650ef0bf926)) - Make abi match currency.hpp #702([`bb61da0e`](https://github.com///commit/bb61da0e3e88ed9d3c443a6df5bac35070586353)) - Change default scope name from currency to defaultscope to make it([`1848fd00`](https://github.com///commit/1848fd00f426616c325cea599e4cc15edaf4e265)) - NOTE THIS PR IS SUPERSEDED BY CHANGES IN THE REFACTOR([`f8faff47`](https://github.com///commit/f8faff474ddfe1dfc909933768f09b955fea693f)) - ([`bedf9441`](https://github.com///commit/bedf94417669bccc13a27e53786ff78cb9343430)) - Delete obsolete function([`fbf89852`](https://github.com///commit/fbf89852bcc21d6c323c4d8d396d7311ae86394d)) - **GH-682:** Remove signed_transaction from transaction_object so it can be stored in shared memory([`589a41b9`](https://github.com///commit/589a41b9f6ef1b011b8798c9c4c82a7c61ebab9e)) - ([`3ec89c18`](https://github.com///commit/3ec89c18606f11d51198f5d53b98bc5fcb41a9a3)) - ([`761409ea`](https://github.com///commit/761409eabd534ab51dee6b356b1e339ad27204f4)) - Compatibility fixes for clang lib linking.([`d2fa8475`](https://github.com///commit/d2fa8475e69390fa9543e502b5731d1abe9e3ef0)) - NOTE THIS PR HAS BEEN REVERTED AND WILL BE REAPPLIED LATER IN THE REFACTOR([`70f76fd4`](https://github.com///commit/70f76fd4a39cc90ef33e2920b20351ae805a61a4)) - ([`7b4e9225`](https://github.com///commit/7b4e9225bd9ae3b30584240b29bd80901c406154)) - Reverse priority order of peer private and producer keys.([`86147f96`](https://github.com///commit/86147f96f0b8ec925356ea34cccff61138115403)) - NOTE THIS PR IS SUPERSEDED BY CHANGES IN THE REFACTOR([`0f777cb9`](https://github.com///commit/0f777cb93acf76437dfa013dfa17068f7f5607b9)) - ([`352b165d`](https://github.com///commit/352b165dde5d029b63c4e554c3f42283c9d22a3b)) - Simplify block-interval-seconds command line processing. #733([`4ff45bff`](https://github.com///commit/4ff45bffc3ea45170c2a610cae88cd1722773434)) - Default block_interval_seconds changed to 1 and made configurable([`f046b03a`](https://github.com///commit/f046b03a17170847054d763b8f4cc85408cba247)) - Log not in tn_data_0/ when script doesn't spawn eosd. #733([`b170a525`](https://github.com///commit/b170a525370316c5faefc0ee3d7dc7feb146baa2)) - ([`504482f7`](https://github.com///commit/504482f73cfd5e2c5dcb0b530e1903a8c8b2a42b)) - ([`7e12d605`](https://github.com///commit/7e12d605db1ca77bcb9d07179e770cdaf421a85b)) - Remove chain_controller move constructor. #731([`b8945d05`](https://github.com///commit/b8945d05f1531991213a68fb00d775292306ed0e)) - ([`62d99800`](https://github.com///commit/62d99800efe725fa763226f7e0e639bb40696f14)) - ([`e5b65f79`](https://github.com///commit/e5b65f791c747ecf5da49b93fc33bd5eb8e5516d)) - Renamed refBlockPrefix => ref_block_prefix #728([`7a8d637e`](https://github.com///commit/7a8d637edf40c9cac6ca896aff00f50bce5a7b18)) - ([`9182c124`](https://github.com///commit/9182c124fe9df5ee3d56906c18c8376e2a786dd9)) - ([`628c8fcd`](https://github.com///commit/628c8fcd16ed40f52d8415f91890af7e52699521)) - STAT-169 (GH-696): Fix travis script typo([`7adbd7c7`](https://github.com///commit/7adbd7c7789f8f23840c249e1536763b41e335a1)) - STAT-169 (GH-696): Disable new test in mac build.([`34ff50be`](https://github.com///commit/34ff50be2e301d7162754fe0367a73a7e2ffb3f4)) - STAT-169 (GH-696): Fix args parsing([`0d68bd6e`](https://github.com///commit/0d68bd6ec1113fa1c77842b4ea0d836fa5c918bd)) - Test options now match launcher option semantics.([`26270c9a`](https://github.com///commit/26270c9ab52b6001f8013a4bac0fe79fdbb25642)) - STAT-169 (GH-696): Test script to validate trasaction synchronization across cluster nodes([`24d2f018`](https://github.com///commit/24d2f0183268a1d61bcfff5b7f3e59b8c40395a1)) - ([`4b18b20f`](https://github.com///commit/4b18b20fb6a30e1974e35086b80c801e86dfd968)) - ([`2685c9f8`](https://github.com///commit/2685c9f8aeae3f15046c8437bdc8095ad0991d6c)) - Change to static_cast from C-style.([`17bada2f`](https://github.com///commit/17bada2f4b5f08fd5cd01fbdb491a2680fd81341)) - Stop having two types of version.([`5b52f6ad`](https://github.com///commit/5b52f6ad9bd51ae5461a3b2a5bf687059ba1af67)) - ([`e2946f08`](https://github.com///commit/e2946f0820d111b584923adbd17f780d1b452a0a)) - ([`7acdd596`](https://github.com///commit/7acdd596e6fa8a167d515b97ba5886af71e5d72a)) - Add walletd to git ignore.([`644e4452`](https://github.com///commit/644e445261e7c50317f229c25ae313f58d0ff012)) - ([`460bb053`](https://github.com///commit/460bb05317e575b99bf5764711b261dd203e7f96)) - ([`b312eb5a`](https://github.com///commit/b312eb5a83a361692bccd6dc29d23141205fec03)) - Add missing set of integer version.([`1f4d6e77`](https://github.com///commit/1f4d6e77888027fde0fdb28d1ee7bc79eef5d8d3)) - NOTE THIS PR HAS BEEN REVERTED AND WILL BE REAPPLIED LATER IN THE REFACTOR([`86827db4`](https://github.com///commit/86827db46a9f89d48c969ce0f11ccac2d1ccaa13)) - ([`3962cee8`](https://github.com///commit/3962cee8b1bd2f118055b8138a4e3d34745b770c)) - STAT-81 (GH-717) Relaxing the default execution time.([`b9b8fd07`](https://github.com///commit/b9b8fd07ca61f590c27bd7729f4cbbfd41b19a65)) - NOTE THIS PR IS PARTIALLY APPLIED AND THE REMAINDER WILL BE APPLIED([`75dd56c1`](https://github.com///commit/75dd56c1c4f3e7feea23e9c50c27916275673837)) - ([`a0531654`](https://github.com///commit/a05316540dc342d03b3b594423cd0b1895d0b0c9)) - STAT-81 (GH-717) Removed test code.([`b8359201`](https://github.com///commit/b8359201a751f1948859fac4b28e1488737f1d69)) - STAT-81 (GH-717) Imposing limit on ever database write.([`d2b1cc01`](https://github.com///commit/d2b1cc0136e8cd7b27a24487364b0c7ce2e9b1ab)) - STAT-81 (GH-607) Fixes for rebase to upstream.([`fd75e48d`](https://github.com///commit/fd75e48dab4855f1bd0ea8bd19dba47cecf3e7d0)) - STAT-81 (GH-607) Added logic for tracking db usage and limiting.([`9dfa4ede`](https://github.com///commit/9dfa4ede1f7b7a9695d19a2606be111acfacb3ce)) - STAT-81 (GH-607) Added new parameters for db limiting.([`b89b918b`](https://github.com///commit/b89b918b3932b1b34ec7dc6f0d376dbdb8d97e96)) - STAT-81 (GH-607) Changing xxx_record methods to return previous records size([`20d78c79`](https://github.com///commit/20d78c79f5b6dcedcedd34213929b165428294c0)) - STAT-81 (GH-607) Fixed bugs from previous commits.([`4b6d1ade`](https://github.com///commit/4b6d1ade46cceb4f2e56389829dca0fdd2969a3e)) - STAT-81 (GH-607) Added tests to verify db limits.([`38e21d62`](https://github.com///commit/38e21d628343d62b6332220f2a65fb0bb8387849)) - Test framework changes to allow increasing allotted transaction time.([`de39e015`](https://github.com///commit/de39e01538a5b53627910273579b135dda066ded)) - Missed identifying in skip flags when blocks are created.([`5b37444a`](https://github.com///commit/5b37444aa51b9c49cf941aeba6e680d2a56c87f3)) - Renaming limiting parameters and struct to prevent ambiguities with new per code account db limits.([`034da0b5`](https://github.com///commit/034da0b55632eeef88a3c35b00fbd1c3c63291fe)) - ([`d1c95c50`](https://github.com///commit/d1c95c50c6381fd5c43e5a134a5910d24b1e7732)) - ([`e9b9dfab`](https://github.com///commit/e9b9dfabcb3ecc51b68850f24be468c45d58e94d)) - Change to 1 billion initial supply of EOS. #716([`a8b393ba`](https://github.com///commit/a8b393ba6dad9ef42f732d33544a3d1735d8d186)) - ([`b08c9904`](https://github.com///commit/b08c9904a1d671839c3941a2af3e76b4180266cf)) - ([`c4523a0c`](https://github.com///commit/c4523a0c37fe97aa930aebe6af549fa4105bd252)) - Fix for accidental abi change. #702([`a64ad9b3`](https://github.com///commit/a64ad9b31e2c31c4cc5bf19eb0ee78063b0039c5)) - ([`07c7146b`](https://github.com///commit/07c7146bfc960e139027b2ee88a76ed14c30954c)) - ([`babcf075`](https://github.com///commit/babcf07526174c2de221320341d057e5107e8aef)) - Fix typo([`d437b108`](https://github.com///commit/d437b108c0d6770de6eed10a2526c504015e4934)) - Restored the code_gen program and fixed compile and style issues for abi_generator PR([`cf7a2502`](https://github.com///commit/cf7a25020c9b15dc6a730cf9f679cbc46722d1ba)) - Moved things to the eosio tree from eos and fixed some header paths([`e5787593`](https://github.com///commit/e578759349cb9b71e25757d44b6b0f4603235aff)) - ([`44025b62`](https://github.com///commit/44025b62fb2925e8de5f410c294780e85ac43863)) - ([`b2af4daa`](https://github.com///commit/b2af4daa8acb64bbb341fd85f7e8a2cd54fa4de4)) - Following instructions from travis output. #197([`a84215d3`](https://github.com///commit/a84215d3c490ef9539102600905b543f5581abd7)) - Possible fix for mac build #197([`75a7ba68`](https://github.com///commit/75a7ba68d436239b8a71ef42828a44ab2ba7c22a)) - Possible fix for mac build #197([`6e8965ba`](https://github.com///commit/6e8965bae03e45b30488a7420184fd925e48f95d)) - Add libclang when building on osx([`b9907f56`](https://github.com///commit/b9907f5694dc903b142cb876fb1cf3bbe777ed04)) - Move abi_generator lib to cpp file([`cf932326`](https://github.com///commit/cf93232674985faccba531de69b6e9f8989f7266)) - * Fix examples in AUTOMATED_ABI_GENERATOR.md([`6afdb793`](https://github.com///commit/6afdb79373cdb79db32949e75f30add3f0dc3528)) - Namespace / type names fixes after rebase([`fdc52061`](https://github.com///commit/fdc5206118a5a16327121ed206b4c0a8ae61bf15)) - Reduce amount of code generated by eoscpp([`70d54217`](https://github.com///commit/70d542174d55a138ef54a695006f33ce999b0f74)) - Update to new coding standard([`fa808615`](https://github.com///commit/fa808615ed3e2505ce562f015635e9f7fa202b95)) - Remove unused build steps in wasm.cmake([`a2756c95`](https://github.com///commit/a2756c9595f38384cd242cf5601d90c9dfd5c529)) - * Add documentation on how to use eoscpp for ABI generation([`f573cdd2`](https://github.com///commit/f573cdd24a42bc79698e2e43955b3853f34634b4)) - * Remove explicit "context" declaration in ABI annotations.([`89b20249`](https://github.com///commit/89b202499d724e543f8286476760ca80127362c6)) - * Change the strategy to export types/typedefs from C++ to the ABI definition([`8c59f38c`](https://github.com///commit/8c59f38ccf58cc8c4d3a5c0e08af928b32d9b710)) - * Refactor abi_generator lib([`8da864d9`](https://github.com///commit/8da864d963a7ffb2eb18b91bc810163c5de524ec)) - * Create library for abi generator to allow for unit testing using clang *runToolOnCodeWithArgs*([`d380a9f3`](https://github.com///commit/d380a9f3216800161bc9eaba415b6ea8a32815eb)) - Add ABI generation to eoscpp (marked as EXPERIMENTAL)([`152c4278`](https://github.com///commit/152c427830e0664418ffa0fd603acc73e6a33b09)) - Fix keytypes name([`79d78a94`](https://github.com///commit/79d78a94c7e6cf07879fba6d62ffc7cd7ee30569)) - Remove abi_generator from the build process, leave it as a stand alone tool to later integrate with eoscpp([`9dd0b651`](https://github.com///commit/9dd0b65121d2fdfd76f996bedca611d2c634c31c)) - Fix eosd_run_test.sh([`c4b83d2d`](https://github.com///commit/c4b83d2d1139977099c3af32819d42f525957757)) - Add libclang-4.0-dev([`79f1f1d6`](https://github.com///commit/79f1f1d65922fe398c9ec3b544be30351082c6c3)) - Re-enable NOABI environment variable([`15a8a603`](https://github.com///commit/15a8a6032b8ca84a4a984d75c4a649c8019d3ce5)) - Change how a key/value table is detected by the ABI generator([`7df16896`](https://github.com///commit/7df16896f376d00861eceaf327a391c4d1a1a0c1)) - Make abi_generator a stand-alone tool using clang libtooling.([`6033e057`](https://github.com///commit/6033e057bbb4c3666349ad1970328b09d071e458)) - AbiGenerator support for indextype + general refactor #197([`2ed319fe`](https://github.com///commit/2ed319fe2f8af23c7adcd6ecc448b44a252cb8ed)) - Progress on #197([`dadf5aa0`](https://github.com///commit/dadf5aa0faa6be26a29582aeeada27b4db93a841)) - Add @abi anotations to exchange, currency and simpledb contracts([`5d11304e`](https://github.com///commit/5d11304e5cd5f4f9c668f8461dff839dbacb860c)) - Replace typeid with BOOST_CORE_TYPEID to allow using fc library in a project with -no-rtti([`75fdf0ee`](https://github.com///commit/75fdf0eeae0b908c3d793a2f458519832716c39b)) - Change the way abi_generator plugin is called in the build process([`3fd41bab`](https://github.com///commit/3fd41bab1c7be6c4a8b7b18e1434f9723c95c7a2)) - General improvement of generator + Add pragma handler([`9871d02f`](https://github.com///commit/9871d02f71fb1bcea3e360188a36fc670315453d)) - Set CMAKE_POSITION_INDEPENDENT_CODE (-fPIC) to project([`3fd3aa49`](https://github.com///commit/3fd3aa49fc23f7017e80d8f7240ccc6afd831af9)) - Progress on #197([`73a852da`](https://github.com///commit/73a852da78ad981e763c576e49796cc4350f86a1)) - ([`3c4b9d03`](https://github.com///commit/3c4b9d030ecbc22315c906a85fab3ef17a689d3b)) - ([`b360c186`](https://github.com///commit/b360c186216691d448b8ae57568a386c46860e82)) - Fix test script variable name.([`5c92986e`](https://github.com///commit/5c92986ed249976b3c3e29f44a74af828151bf96)) - NOTE THIS PR HAS BEEN REVERTED AND WILL BE REAPPLIED LATER IN THE REFACTOR([`449a2505`](https://github.com///commit/449a2505f744859c811583505254c0806955a00d)) - ([`0991d1f9`](https://github.com///commit/0991d1f993195ebf16840427e83f5299dbce2c2b)) - #697 adding in the additional documentation changes([`3627402d`](https://github.com///commit/3627402d860cb263bd90e62d2d8d40ce07d9c150)) - #697 rely on command line to set the block production enabled state([`86711127`](https://github.com///commit/867111279f2ab86b70468a963d78c2ac28d7812c)) - NOTE THIS PR WAS MADE IRRELEVANT BY THE REFACTOR AND IS INCLUDED FOR([`0f5ef4c5`](https://github.com///commit/0f5ef4c53900b4f4a3bb86fa3ca04f0ba11feb40)) - ([`70b474ad`](https://github.com///commit/70b474ad718d8dc0a20353393ce725fffd6489a7)) - Next_pending_message_serial is not initialized in apply_context([`04bbc29d`](https://github.com///commit/04bbc29d5df5f297dd0cdcd58413597701b4e12e)) - NOTE THIS PR HAS BEEN REVERTED AND WILL BE REAPPLIED LATER IN THE REFACTOR([`0e9068cf`](https://github.com///commit/0e9068cf764f03bb600e0f8641f5c134768ff5cd)) - ([`4a36096e`](https://github.com///commit/4a36096ef3741ffcaf94d93ac2de6beddd335630)) - Add copyright comments & reduce recv buffer size([`f276d67e`](https://github.com///commit/f276d67e85c6fbb264656b4a9224f824533a7d5c)) - STAT-118 (GH-618): Use Scatter/Gather for reads([`0b7b28c1`](https://github.com///commit/0b7b28c11bfb15a6e3455d3529d9ea8efdc7731e)) - NOTE THIS PR HAS BEEN REVERTED AND WILL BE REAPPLIED LATER IN THE REFACTOR([`c335b1bd`](https://github.com///commit/c335b1bd85a17d4581f6fabbedbc6e315a6ec2bd)) - ([`19e38f1d`](https://github.com///commit/19e38f1dfe27e4a1e944119fc4bbac042b459fa0)) - Authenticate peers during network handshake.([`7ddef42d`](https://github.com///commit/7ddef42defdc6ebbc24e886467fab8ae37ae195c)) - ([`86c6005a`](https://github.com///commit/86c6005aec0fef18dc7754032cf24a0db8ca9e42)) - ([`fc2ce2b7`](https://github.com///commit/fc2ce2b7fb699490c071199adde9a502b64e4a2d)) - Update Name to name inside skeleton file([`aba1fc47`](https://github.com///commit/aba1fc47adcc3774cff3014752756399df4e288f)) - Update skeleton abi([`6da32d59`](https://github.com///commit/6da32d59344b2bef730ff31d2c5c7563a8dedb22)) - ([`dac586e6`](https://github.com///commit/dac586e6c0e66cc2f99b77e52b4b467b91811456)) - ([`f5871d1c`](https://github.com///commit/f5871d1cf9a8cff802e49a031e6419cb00c77350)) - Update to required revision of appbase.([`c84ce64a`](https://github.com///commit/c84ce64a34431c5d520ece924c613d60f6aeaecb)) - Bring appbase up to the required revision.([`71498c52`](https://github.com///commit/71498c52c89cf4817b6bfc39d26e18e663e94554)) - Add integer version number used in network protocol. Resolves #687([`6752c159`](https://github.com///commit/6752c159b75c3d21916e0fabb458b4f3b418f512)) - Embed git version in eosc/eosd/launcher. Log in eosd. Resolves #664([`d1ab9c36`](https://github.com///commit/d1ab9c361fe42dbd5702cc46cb7cd1f9c337f9d7)) - ([`9015802b`](https://github.com///commit/9015802bc3a76d0eb5f3219b8a02618d2000dc12)) - ([`ad6c8b99`](https://github.com///commit/ad6c8b9977fe4279aa0e7688ba0bb5e59ffccc0e)) - Modified build with Release and debug info and increased ulimit to([`e26346b3`](https://github.com///commit/e26346b313a0630c37bdc12285c2b08d2d08cb28)) - ([`be0f3cc7`](https://github.com///commit/be0f3cc7af163c5765c7395414c7300b61a29962)) - ([`c9868d40`](https://github.com///commit/c9868d40b3bfd8376b7a88a7fbb818c27c439f19)) - ([`140b328e`](https://github.com///commit/140b328ef1651facb1d30ca837829b56a8a00b3a)) - Add check for Assert in stderr.txt #686([`2386c787`](https://github.com///commit/2386c7879cb000913bbed9a94d0b58993724307e)) - QA test script was missing wallet-port for failing steps. #686([`802fe775`](https://github.com///commit/802fe775a29ae27c366e189c954800af9656a889)) - Merge QA test script with original script #686([`fb49d408`](https://github.com///commit/fb49d408a8143fad11bf5b40332b293a8b154bae)) - NOTE: THIS PR HAS BEEN REVERTED AND WILL BE RE-APPLIED AS PART([`e12548ae`](https://github.com///commit/e12548aef9cef3c9aaed794d99a0458be7e1953c)) - ([`18a86545`](https://github.com///commit/18a86545169231fbf9fdead3f073183135d2f26f)) - #674 solution for problem of starting a new network piecemeal,([`31c3aea2`](https://github.com///commit/31c3aea22a07b111fc443135b0624e30e752856b)) - Fix for improper coordination between active block producers and those catching up. #674([`1492da5c`](https://github.com///commit/1492da5c24b9d618e2e6639ec848646780f467b3)) - ([`5e04bf7c`](https://github.com///commit/5e04bf7cfdce540c80e44ef59f957f7f18f3498a)) - ([`ccd57652`](https://github.com///commit/ccd576524c46fa1301692393dddb9e80fd59dab7)) - Added back -j4 as travis hangs without it. #691([`a2075339`](https://github.com///commit/a20753397c8cbd1971ae56ae96462be619dcf947)) - Remove eosd_run_test.sh in attempt to fix mac build in travis time([`ab04636e`](https://github.com///commit/ab04636e388ba7170d260899d26b4a4899b4cd33)) - ([`eaee6b0d`](https://github.com///commit/eaee6b0d323d68a2637f21a3f1cb502deeee6b93)) - ([`345b66ae`](https://github.com///commit/345b66aec592e5cb5a879806fd3dbedd2d50e0c9)) - Add nonce as native type for cleaner support. STAT-159 #677([`88e051a6`](https://github.com///commit/88e051a6680babf061d712f1a813f59e992cd925)) - ([`4c916b10`](https://github.com///commit/4c916b101a45510b4539d1f3e42035ccc0394f59)) - ([`4571ea3d`](https://github.com///commit/4571ea3d960adcc5ef585d104fe052bb2c844740)) - Set CMAKE_BUILD_TYPE for eos([`07498e6a`](https://github.com///commit/07498e6a437892af60b6c6ce606c0daad313a701)) - Marking 150184b as merged([`ece532cd`](https://github.com///commit/ece532cd408af0a49a284ce260c974665e76a6ac)) - ([`150184b0`](https://github.com///commit/150184b0d73f61891f82b291c7687d08246c3aa7)) - Another account_name account_name #665([`cfccb9e2`](https://github.com///commit/cfccb9e26b8498d216492c5d0c9af18035f91d53)) - Fix for account_name account_name #665([`cff8a872`](https://github.com///commit/cff8a872561229a85896e6eb8a0b094afb4faa69)) - Renamed addition attributes gcc doesn't like. #665([`1987a7da`](https://github.com///commit/1987a7da1c31919552d2f5b798662e7032850eb0)) - Fix for gcc compiler errors #665([`d2574cfa`](https://github.com///commit/d2574cfac63771585385222634b3da73f1fe5807)) - Manually merging in([`031473e1`](https://github.com///commit/031473e146b4d31061118b03ceee9fa0ae1659f2)) - ([`d9f880fd`](https://github.com///commit/d9f880fde4a52af270b24d3b43651fde673927a1)) - ([`74034e8d`](https://github.com///commit/74034e8dcd3d1bac2dcf90abccb98c7aea311166)) - Dump log files if test fails([`e55bd7d0`](https://github.com///commit/e55bd7d07c78ea5ead352a6b0eebfde97469aa5e)) - Merge remote-tracking branch 'upstream/travis-logging'([`e5a13580`](https://github.com///commit/e5a1358011f34fa4058a1c87f9e9e815db0f3037)) - Log and configuration echo for Travis on failure.([`d8c7b518`](https://github.com///commit/d8c7b5185ebd0871125ba844f1af909efea8cf6b)) - Fixing yaml syntax([`a560a302`](https://github.com///commit/a560a3024edb53875d9d50ec255b5d474b755bb0)) - Skip slower tests on macOS([`ab5f697b`](https://github.com///commit/ab5f697b15975c78cee1a2d1b7468337851a0450)) - Merge remote-tracking branch 'upstream/master'([`921fe140`](https://github.com///commit/921fe140187e1dac2bcb7ab1bdc14dc30d4677de)) - Cleaned up messages output from CMake([`8560c600`](https://github.com///commit/8560c600177926dbb5c06cf778ec8faa5a9c407b)) - Travis config([`83de6f81`](https://github.com///commit/83de6f816ac38584f6cf923e6bc05b363d91c7b5)) - Attempting to fix boost config on Travis([`367e562f`](https://github.com///commit/367e562fa44ea54f3045994b8025b7f72ae4515d)) - Travis CI config([`d3e50c07`](https://github.com///commit/d3e50c07ce1f84b273f21d3e8763846f3dfece24)) - Travis build and mongo library configuration([`e47ae41b`](https://github.com///commit/e47ae41bf2fd52541afb213f306d1654e70a6488)) - Attempting macOS support in .travis.yml, no Mongo yet([`f4f85503`](https://github.com///commit/f4f8550377f49ee9bafc7c89b031046c1905c388)) - ([`ce144b35`](https://github.com///commit/ce144b352b822079adbc586829fdf8143b6adcce)) - ([`688593d2`](https://github.com///commit/688593d21288600fe8beb5ea5c99b0e537d80172)) - Rename comment([`ab0ff6cb`](https://github.com///commit/ab0ff6cbebc07a9c87130546761c59d858a91d59)) - Rename Checksum to checksum([`989ccf6f`](https://github.com///commit/989ccf6fcfb709a19146a8dd71ce0327629b2941)) - Use Checksum type instead of uint256 for sha256([`64e9fd89`](https://github.com///commit/64e9fd89deee70a4a8d109eceb7ea98ec3e3e238)) - ([`eb96e90a`](https://github.com///commit/eb96e90aba2e500ca303fa9821a9b7b697013f5f)) - ([`d12c9ca1`](https://github.com///commit/d12c9ca1574f18a21e400145646769dd06558e38)) - Fix inconsistent name of function([`3f9028b4`](https://github.com///commit/3f9028b4ad74cb9dd315a97b09cff0369673716b)) - ([`8e3155f4`](https://github.com///commit/8e3155f4cd9e5e6342c0f94c2a03625b613ddd84)) - ([`3439ca26`](https://github.com///commit/3439ca26320be9c89d63fad360d02dea7b880633)) - STAT-110,87 - fixed_point and real class([`e730d29b`](https://github.com///commit/e730d29bf17b7c9cc4c3571676c2347087dd16ac)) - Initial version of fixedpoint template for 32,64,128 bits([`3449a9b7`](https://github.com///commit/3449a9b75c1a4b13f73490a2da63bdce2e1787ca)) - Merge commit '6495814' into feature/merge-in-master-changes([`c721fd3d`](https://github.com///commit/c721fd3d5993f65a6e8ecede353dd2c2ba06fb5e)) - ([`64958143`](https://github.com///commit/649581433784bea8d72f6ce481e461311ff40e00)) - Handle string assignment with 0 size([`832cf2f5`](https://github.com///commit/832cf2f51cb0cc0402a608e7cbd3e8a439b6d66a)) - Use size_t instead of uint32_t for string to fit datastream specification([`dce25fd8`](https://github.com///commit/dce25fd83d4bd668a9b3998b00b720772b1ec9e0)) - Add support for the string literal([`0c782c54`](https://github.com///commit/0c782c54b591d767691dd58543e3c5b414e044c6)) - This is to maintain history and merge roots, changes were manually ported in([`b6954de5`](https://github.com///commit/b6954de5ed891f664ac0c676347b6911dd2a8cad)) - ([`b6ced95a`](https://github.com///commit/b6ced95a63af7c86dec95c891291fd119e46b264)) - Some additional renaming. A few that were missed before.([`1866c470`](https://github.com///commit/1866c47042e6c6f68e7a15f3f80e99e035278f6f)) - CamelCase types and names converted to under_score names and types. #624([`079e71c5`](https://github.com///commit/079e71c558ab30fa00857b97c8938fa391c6a0ff)) - Manually merging changes to master from 079e71c to b6ced95([`9644eeeb`](https://github.com///commit/9644eeebe92808fd8de5ca1967ed27b1fdba215e)) - Start implementing some scheduling of cycles([`4ee3b983`](https://github.com///commit/4ee3b98384a4e2cc4a898ec91594db64c39225d8)) - ([`38c74a2b`](https://github.com///commit/38c74a2bc9a548bdf1f7acd97d16570356d49284)) - Clean up some cruft in wasm contract generation and fix abi.hpp generation for asserter([`7a9c8263`](https://github.com///commit/7a9c82635d32fab7ff2df5a297283d75eae018f5)) - ([`53d20fc3`](https://github.com///commit/53d20fc3cc2f0893398c5feac983d4aa42078a2b)) - Re-added the ability to serialize and deserialize transactions from ABI-aware variants and JSON([`06709516`](https://github.com///commit/067095168e179d401df37f2646416e55bceb7fc8)) - Updating auth checker to validate deferred transactions([`3ea85fee`](https://github.com///commit/3ea85fee97d6a9bfb36d4a0638cced65c2dcecb0)) - Rename eos directoy to eosio for net_plugin([`0b731064`](https://github.com///commit/0b731064a3ec6bafa016ded8c00d9ef39418a797)) - ([`1425c8c9`](https://github.com///commit/1425c8c938b303299893703c5a1e1f382b201eeb)) - ([`11562ffc`](https://github.com///commit/11562ffc8f256c5254c2da2714eb801719d2572e)) - Added test for basic wasm contract loading/unloading. Fixed bugs in the intrinsic code and made it impossible to complile with the same class of bugs in the future. Did some basic style/renaming in the contracts directory and in the enclosed tutorial/doxygen files([`b799fed2`](https://github.com///commit/b799fed2dd5c0b4ab02fc73eb47a6803c1653475)) - Start implementation of deferred transactions in apply_context([`89ad9777`](https://github.com///commit/89ad977712a20f0c14ec50bb6e571a4c34d52a83)) - Update apply_context to track and execute notified and inline transactions([`8622c15f`](https://github.com///commit/8622c15f3c76abe31a099120b33bb070d9cabf0d)) - Renable building of net_plugin([`eddf91d4`](https://github.com///commit/eddf91d4f9c4762ae5b3235be33ec352cb5a97d5)) - Clean up errors/warnings in cmake([`7f6e41b5`](https://github.com///commit/7f6e41b5e35575131e33189e73eb17e732e4fc88)) - ([`adebc58d`](https://github.com///commit/adebc58d0d330879367bdc8f592b72b09daaa9a8)) - Add readme for applesedemo([`673a432b`](https://github.com///commit/673a432bfe9e0f64a8410ccfa588311ebfbc8cf7)) - Reject high s values in key recovery for r1 key type([`52db9388`](https://github.com///commit/52db9388209671832b603bd369ddac7e90d3cfea)) - Remove canonical checks for r1 curve([`9cdaa252`](https://github.com///commit/9cdaa252717c800833c31f8e2f5348cf7d109743)) - Remove a couple of includes that are not required any more([`446e0ba9`](https://github.com///commit/446e0ba97b5144066610ba5ebadc746e1ad02857)) - Applesedemo - Demo application showing how to use the Apple Secure Enclave to sign (and then recover) via eccr1 keys([`0f0f632f`](https://github.com///commit/0f0f632f525eed3c291fdf94cb7b3d3689b7aadb)) - Full Build Works on OS X([`353800eb`](https://github.com///commit/353800eba839483c6811ff15757476bf00037612)) - Clean up producer_plugin([`8ab9e258`](https://github.com///commit/8ab9e25860326b03be2868a3e090c02f05e769a0)) - Adding Transaction Merkle Root Checking([`fe37aaad`](https://github.com///commit/fe37aaad0987466a42f41bfb21040b20773331c3)) - ([`18b7515a`](https://github.com///commit/18b7515a9d2f8bbfd90f0d509089a460632881c4)) - ([`cf96345f`](https://github.com///commit/cf96345f5f5019fc233b4cff72dc4cf881605f76)) - Initial support for wasm cache with serialized compilation and off-crit-path memory reimaging([`cb1409e6`](https://github.com///commit/cb1409e65185fe7caa4c60b83632e68a00dc6968)) - Progress toward updating block producers with block header([`21e5edaf`](https://github.com///commit/21e5edaffffcebfcde7de520195aedffb25ea4f4)) - Rename eos_contract to eosio_contract([`635abdb6`](https://github.com///commit/635abdb684397fca6e0e8938c0748e6fb25bfc5a)) - Adding missing tests([`9d6f96bc`](https://github.com///commit/9d6f96bc2dfabd8c6f6975a33945b43c00779537)) - Adding checks for read/write scope([`bbca959d`](https://github.com///commit/bbca959d257bbb93637015b88d3aff1f80fc204d)) - ([`50148ccc`](https://github.com///commit/50148ccc9d9ae22506cf1ddba20b9bc629513fe3)) - Revert change that re-enabled test executable([`5eff6924`](https://github.com///commit/5eff692461ab01746104d3085a786aa937359e60)) - Progress on unit tests for permission delegation([`de062e73`](https://github.com///commit/de062e736648019ec4e07447e85f2a2486fce4e0)) - ([`aa5e2130`](https://github.com///commit/aa5e21303b7ef2eacc518903842d9fe657f49eb8)) - Switch to using unique_ptrs for intrinsic functions, the internal class for that library has copy and move constructors but if they are used then the classes will segfault on destruction due to the use of a singleton mapping that breaks semantics necessary for copies and moves to work([`1b8dcab4`](https://github.com///commit/1b8dcab4c13e164ba5e6319e2f89f64496d33d5f)) - Start of the new intrinsic interface([`fd15199b`](https://github.com///commit/fd15199bf4f93cbb71a4d87a07023f725e61f7bf)) - Moved intrinsics to a more automated linkage([`23b8c2ad`](https://github.com///commit/23b8c2ad446d4aa533cf45bd52cf61b3278ad789)) - Remove unused plugins and start unit tests([`895deb04`](https://github.com///commit/895deb04a6c3b5d4ff20aa8906aae972d52c5f20)) - Save and restore pending transactions when pushing blocks, add transfer helper to tester, and adding get helper([`c942eb6d`](https://github.com///commit/c942eb6d9c9a04a43f09bd6c3507ab3adb375385)) - Progress with testing framework, pushing blocks works([`2e847cbb`](https://github.com///commit/2e847cbb06c072d5602407ea638477ba0bc21205)) - Creating testing library for new unit tests([`f3c69990`](https://github.com///commit/f3c69990356ac3b748eb93d3bdf0a8539559d77a)) - Merging in the database plugin removal and restorating of ABI serialization([`19561e85`](https://github.com///commit/19561e85b22a39f6e2b1cff71581b51dde9dd854)) - Merge remote-tracking branch 'origin/eos-noon' into feature/nuke-database-plugin([`be4f90ca`](https://github.com///commit/be4f90ca7b9d4d763648d06d5bccf4a13cc17816)) - Nuked databse plugin, restored abi_serializer functions in chain and chain plugin([`7ec9ea6c`](https://github.com///commit/7ec9ea6c00d8bb4228b33309eb32d5053ce981a9)) - Block generation is working([`acf3eea4`](https://github.com///commit/acf3eea484b55d4f716623835bd69441580637a5)) - Get_producer works([`1c2982d0`](https://github.com///commit/1c2982d03b78b9c6ed3f96fb05a558647b568694)) - Merging feature/build-fixes-for-chain-plugin([`62ef3faa`](https://github.com///commit/62ef3faac4054ce161896f8fa950185b90c04623)) - Chain_plugin builds allbeit with many features disabled([`fd936964`](https://github.com///commit/fd9369640f110ef37f2bccd80c06659bf58a6982)) - Re-include headers from the new eosio path([`1915e4c2`](https://github.com///commit/1915e4c2d55b0349977765dc6257b4e7c9b65ad9)) - Committer's Note: this was pruned to changes in the programs and plugins sub-directories([`d4e3a734`](https://github.com///commit/d4e3a734a79195c5c01aeee2e14dce48383da690)) - Committer's Note: this was pruned to changes in the programs and plugins sub-directories([`94e2fe76`](https://github.com///commit/94e2fe766285594770a15bcf4125a5605b10b4ba)) - Start refactor of apply_context([`5da0b6a3`](https://github.com///commit/5da0b6a3c2a4c99976a9ede70feedf9f594da280)) - More style fixes([`257a8750`](https://github.com///commit/257a8750cb0232d0f18d589c49f003090468475d)) - Getting closer to proper genesis init([`6c1f9448`](https://github.com///commit/6c1f944809d1dfe5434ea217000d34a6f840981d)) - Create test.cpp for quick testing([`462369bf`](https://github.com///commit/462369bff3ad0163186b78081abf6f92923d9c4e)) - Clean up controller([`c7a81963`](https://github.com///commit/c7a8196370741b50e2dc10b16d3ae0c83e33442a)) - Add millisecond to/from string support to fc::time_point([`200177ec`](https://github.com///commit/200177ec7b9d934a69d721553c65e84d8b752fc2)) - Egenesis buids([`2e891966`](https://github.com///commit/2e89196624ff0c1e0f2b0173e3f996d011e62360)) - It builds([`853c35e5`](https://github.com///commit/853c35e5b9b467fe6e3acb3ce9db8c085e793d37)) - More fixes([`168994ae`](https://github.com///commit/168994aec5f1bf99696e6992b333629d4f889cdb)) - Imported asset from types library, more fixes([`a69f5076`](https://github.com///commit/a69f5076724491ce3d73523573255339375ed7ee)) - Redelete moved headers([`93b11d93`](https://github.com///commit/93b11d93efda1ff10c1e26556a77b79041c91b55)) - Moved new header file to match eosio paths([`0bdd53aa`](https://github.com///commit/0bdd53aab8825e7f0d3c23229180721c985cf79d)) - Merge remote-tracking branch 'origin/eos-noon' into eos-noon([`096812ae`](https://github.com///commit/096812aed1e1ca5be3df7ef0967b0e96663041ca)) - ([`fb7e191e`](https://github.com///commit/fb7e191eea51d9b1dbdb6f13a452db84d91cc0ab)) - Rename/remove chain_initializer([`0d44caf7`](https://github.com///commit/0d44caf77b19874d6ce840f5c914d1172d5cfba2)) - Move include files from "eos/chain" to "eosio/chain"([`750443fb`](https://github.com///commit/750443fbf90e616e39b566616b64a41062d249f0)) - Nail in coffin([`686b146d`](https://github.com///commit/686b146d3659968f6c7ba84131f88cea5464b7c7)) - Merging changes to import native contracts([`e4db7558`](https://github.com///commit/e4db75581242143b4335fd316ca1d220f024e5fb)) - More style fixes, import native action payload types([`5c5e3e0b`](https://github.com///commit/5c5e3e0bf4e4b057138ce9b294324d443140523b)) - Initial header changes to import native contracts([`970ad2c6`](https://github.com///commit/970ad2c64d4037fdff2b89ea5c1ae49239370613)) - Chain compiles...([`5056effe`](https://github.com///commit/5056effe2d896bbaddc0cfa4447fc9b9ec979d9d)) - Progress([`a771c5f8`](https://github.com///commit/a771c5f85464cd99c90e62472303f8bab7763789)) - Progress([`fcdd8170`](https://github.com///commit/fcdd8170fae6dfe3fac8be033e5dec5212d1dbb0)) - Get block.cpp building([`28470276`](https://github.com///commit/28470276cdfa4d9a9764c5ff38b614513f85f782)) - Got transaction.cpp compiling([`b4bc4764`](https://github.com///commit/b4bc4764cace17f1fbda75a757538a9eff04f6cc)) - Progress([`867c1aac`](https://github.com///commit/867c1aac3c0b0172409c3c3a544074f8203fa302)) - Update chain_config.cpp([`575d9087`](https://github.com///commit/575d9087f78f30406f0b09a335f575fe6c3171bc)) - Broken noon, god help us all([`3dbcd511`](https://github.com///commit/3dbcd511512967a057662da73a7ebb4fc7262477)) - ([`31458635`](https://github.com///commit/31458635ea19e532e52a71d5ab0973adbb50dd60)) - First implementation of block_timestamp([`c81abdc8`](https://github.com///commit/c81abdc8e1eafda2c360a40c90e48823d8d0fd4c)) - Added an r1 test cases and fixed errors([`24844228`](https://github.com///commit/24844228951816de019c073c9d5b7ff3dc6b2f4f)) - Stubs, tests, fixes, passings([`348802ec`](https://github.com///commit/348802ecd7fbf42145b2e50ded9128ad104d3d41)) - Checkpoint for integrating changes to main branch([`1a9fe5e5`](https://github.com///commit/1a9fe5e5d67b04b5d4d8d31c9030d264d6397148)) - Add secp256r1 (prime256v1) ECC classes([`186eb2f4`](https://github.com///commit/186eb2f4da86dc0db20506597601e4ca12f2c4ec)) - ([`66bcdbb0`](https://github.com///commit/66bcdbb06c9700f72b6f19762f77412d20866809)) - Added an new p2p sync test that includes a delay before starting([`6a35fa82`](https://github.com///commit/6a35fa82332940a9f8086fb8645152db66a3df2e)) - Remove .idea file([`55cfc7ae`](https://github.com///commit/55cfc7ae13d566f20aa64e1ae5bf5b410be84e3d)) - ([`55ac52fa`](https://github.com///commit/55ac52fa5f7db4d28f9beb3a142c96688f8979be)) - Renamed eos namespace to eosio (STAT-136)([`7ab2429a`](https://github.com///commit/7ab2429afd368296cff4ad6cf779633737e6d781)) - ([`6ff40389`](https://github.com///commit/6ff40389aaa94ce771847f8602b3a2007e486078)) - Change default txn timeout to 30s.([`7f0b3a42`](https://github.com///commit/7f0b3a4269b2545b590e4655468519bcb7de339e)) - ([`0ee6a46d`](https://github.com///commit/0ee6a46de596ec10b14f15cc2c72f337a1cf9afd)) - Fixed some missed types and cleaned up comments.([`8cf894ce`](https://github.com///commit/8cf894ce7234104290ca2fe859fc50ac075fbf3b)) - Changing structs, classes, types, methods, and macros to coding standards.([`a43fd581`](https://github.com///commit/a43fd5817d6efd389382d1a3a3ff29912e6bba95)) - ([`295f1465`](https://github.com///commit/295f14653574b0a143272db381175c89de174167)) - Ignore .DS_store([`d30e2dd8`](https://github.com///commit/d30e2dd87185ee92b6ed18d20b074fbdac23282c)) - ([`de7409d9`](https://github.com///commit/de7409d977dc665da7b744f23b4e9b019b7c84e1)) - Use local loggers in net_plugin classes and enable cli logging level.([`a5f0deb4`](https://github.com///commit/a5f0deb447e0f7a04e43980f71e2134028173489)) - ([`1c0f8b20`](https://github.com///commit/1c0f8b202675ec678e784284807dd4c0bb617071)) - Use eos for fake producer of Block 0. STAT-106([`ffb2fd27`](https://github.com///commit/ffb2fd274b7a17e7dd60f89555e5c93584305979)) - ([`6e846aa2`](https://github.com///commit/6e846aa25682803eb5e7bf2be007ab67806f7621)) - Add 201 and 202 to allowed status_codes #614([`96c6d825`](https://github.com///commit/96c6d82501cfeb080f1405d1e00faa4095f344aa)) - ([`d96edbf7`](https://github.com///commit/d96edbf7872ca70ea3e58095a019acae40958c86)) - Revise wallet API to return 200 or 201 as appropriate.([`ed3b05b0`](https://github.com///commit/ed3b05b0d14a07d8d94eab591e4a90c8b549238f)) - Revise chain API to return http response 200 or 202, as appropriate.([`7aa0c838`](https://github.com///commit/7aa0c83892ea2144518729e837e5a6d689c63fd5)) - Add content-type header.([`674a5449`](https://github.com///commit/674a544955011c9b52fcdc05969418ab79031a9f)) - Add required header.([`fea9f330`](https://github.com///commit/fea9f330f359c79b0d26afdad71ad8233f66619f)) - Interim commit. Does not build.([`773cc257`](https://github.com///commit/773cc257eabcf0332a8b9cdc9b70fd023c89088e)) - Revise API error return values to be valid JSON.([`e36384b1`](https://github.com///commit/e36384b142c2548d22972b096ff7116f2312dbaf)) - Revise wallet API to return 200 or 201 as appropriate.([`001c8671`](https://github.com///commit/001c8671660432d03992b8a52580c883a6b01da7)) - Revise chain API to return http response 200 or 202, as appropriate.([`7e1dfa8a`](https://github.com///commit/7e1dfa8aafe04ff19485a6ed0223d9325e6e9ed5)) - Add content-type header.([`7a05597f`](https://github.com///commit/7a05597f332426160aa73465cb2ce7a3e900df7c)) - Add required header.([`badbc684`](https://github.com///commit/badbc684bca5b2bfde8c1e1a8640300903e58265)) - Interim commit. Does not build.([`3b888062`](https://github.com///commit/3b88806272d2bf6e8a300b6ed9e5abda0e659edd)) - Revise API error return values to be valid JSON.([`929e2447`](https://github.com///commit/929e24478df89c2cf6b3ff29069a800cf13b08b3)) - ([`e251fc53`](https://github.com///commit/e251fc53bdf7f58b76293131e6a4ac8a488182d1)) - Fixed peer review comments #172([`ce30439a`](https://github.com///commit/ce30439a11e56d9d5b75f0f14d1f1f6a7f3a3264)) - Move eos_run_mongodb_test.sh to build dir #172([`3ef0567c`](https://github.com///commit/3ef0567c19d4b065376e2db53f4459d6875ef81a)) - Cleanup of travis build #172([`0d9a340f`](https://github.com///commit/0d9a340f871c7fdfb168e59553d3d3f38f6fbfed)) - Export CC and CXX #172([`983804b2`](https://github.com///commit/983804b2db551182ece6343a6135b97bc424fd05)) - Use cmake 3.9 for mongo-cxx-driver build #172([`8dfa33a5`](https://github.com///commit/8dfa33a531a65d0101e9bfef8327214d34695b8a)) - Add clang options to cmake #172([`fa22e0ac`](https://github.com///commit/fa22e0ac19e8cb82c5cc7473e41dd6dc1dd7a2be)) - Move mongo-cxx-driver to script so logs can be viewed #172([`8468a9c6`](https://github.com///commit/8468a9c68ff3ab881272c4da02f2ec53c9388559)) - Add cat of log for travis debug #172([`3d45ec35`](https://github.com///commit/3d45ec351db9976beb620b1e89558290fe795ac2)) - Add CC=clang to mongo-c-driver #172([`31f3b6fa`](https://github.com///commit/31f3b6fa7fdd153aa743aac77f0cf45e37b6a37b)) - Add sudo to before_install make install #172([`2a448283`](https://github.com///commit/2a448283f33d59e3793dc07b1d0c59eb7cf24797)) - First attempt at travis mongodb build #172([`9967b021`](https://github.com///commit/9967b021566e5e54bebd1b8838636de0d97dc410)) - Add comments on existing approach #172([`a0a530ce`](https://github.com///commit/a0a530cee8fa579beeaff2a07ecf76b655845900)) - Add transaction array to block #172([`3b6e07c2`](https://github.com///commit/3b6e07c203e2c0e6307b440a6bdea9b063e9b78e)) - Changed to use microsecond timestamp instead of sec #172([`68bd75cd`](https://github.com///commit/68bd75cd58e670e3c8577f3fd1a76a5055938082)) - Changed 'fake' block_num to 0 from 1 #172([`3f32aba0`](https://github.com///commit/3f32aba081408c1f9092f6359dc1f4e5b6384283)) - Add copyright header #172([`1951b255`](https://github.com///commit/1951b2553043ac7eacb707ce2154414a5eaf7909)) - -Add updateAt to Account, createAt to all documents #172([`767410ea`](https://github.com///commit/767410ea7872d9f36628d577ebc7098b1ec476d9)) - Fix for resync startup #172([`46387eba`](https://github.com///commit/46387ebafad986f6181046e7da524060650785f9)) - Account ABI now stored as document instead of string #172([`5a7553b4`](https://github.com///commit/5a7553b4d34ec9ed0f4294b2611543de1281065e)) - -Add test script for db_plugin #172([`a3a6fa76`](https://github.com///commit/a3a6fa7617dce19f190e55db7e881b11248fff2e)) - -Disabled now by default unless --mongodb-uri specified #172([`85498564`](https://github.com///commit/854985644047f2b4feff586d56dece459625a95c)) - - Database specified via mongodb-uri cli is now honored #172([`e84ba4d5`](https://github.com///commit/e84ba4d5c01e26ed5a08233862508119eda90527)) - Switched to blocking queue to avoid busy wait #172([`d559fe66`](https://github.com///commit/d559fe665d505ec8ee5a9d6afa4dd19df005451b)) - Add ability to build without mongodb #172([`72cecfcc`](https://github.com///commit/72cecfcc5f2dda7d06278bb89c83ee0729dafca6)) - -Add ABI for user types via setcode #172([`3962475a`](https://github.com///commit/3962475ae3b05f4c2ebe85b62cf70ad5df6dc27a)) - Add missing setcode #172([`bb873659`](https://github.com///commit/bb873659b910861b098402939c9a41aa4cfa4611)) - Add indexes #172([`941ac456`](https://github.com///commit/941ac456470bbd984d3a464beb451b1512f8ba33)) - Add eos ABI and Account msg handling #172([`89f29257`](https://github.com///commit/89f29257d62a670f2d0eb91722e9b32e52112e8a)) - Account newaccount, transfer done #172([`295d7b38`](https://github.com///commit/295d7b38bd7c77315f312ef3c9f64aaaa4a2ff6b)) - Add start of Account update #172([`8f9b25aa`](https://github.com///commit/8f9b25aa652c48d99d55205dfe980f894780a4da)) - Add fake block call to create initial accounts #172([`e2cd7ff2`](https://github.com///commit/e2cd7ff21757ed83faffa512c154d12a49f3b107)) - Messages now pushed to mongodb #172([`a6f7ef6a`](https://github.com///commit/a6f7ef6a6e3f84d8dee627a16ff79344e1750a0b)) - Transactions now pushed to mongodb #172([`4446b3c1`](https://github.com///commit/4446b3c19fd2ca67ad335c26695deebca33f6062)) - Setup to write to mongodb #172([`a5050279`](https://github.com///commit/a5050279db1e80363b5dbbac0e32321b895abdb9)) - Added boost lockfree queue and consum thread #172([`4b9e7a13`](https://github.com///commit/4b9e7a1369f8ead5559881e6aea2bbfbd23e5581)) - Skeleton of db_plugin created #172([`a727f57d`](https://github.com///commit/a727f57d42db3c90402b1243565ee8a79a0ca6d0)) - ([`0df45a7d`](https://github.com///commit/0df45a7dd408ea4dc2faf709b9762f9b72bee563)) - Removed require_scope from Contract API.([`47076035`](https://github.com///commit/4707603556112308a9a84c5877f06e4834665c33)) - ([`7a815e75`](https://github.com///commit/7a815e7564a20aeb6d477fde4d4f14cf9aa648e5)) - Removed spaces for peer review.([`a30aa018`](https://github.com///commit/a30aa018c09c949cd9ddc630faa49de61e0b727d)) - Changed currentMessage to current_message from upstream merge.([`4b96a587`](https://github.com///commit/4b96a587e9c56d7926adfba50f6b5541a5ba3fda)) - Making Contract API functions and methods conform to our naming standard.([`b9f10200`](https://github.com///commit/b9f10200d3031877265654040512b4533a6f4b65)) - ([`7435d469`](https://github.com///commit/7435d4690ca48d5bf194a682b5c7e07a083b0181)) - Change is_valid_utf8 to assert_is_utf8([`c7ec5abf`](https://github.com///commit/c7ec5abf62404da34b5e509d20ea2c85b7d783eb)) - Use utf8 validator from fc library instead([`fb96d12b`](https://github.com///commit/fb96d12b6be632b22441577524ae0f01309d8574)) - Add validation for utf_8 string([`29c9a2f9`](https://github.com///commit/29c9a2f937148e632baa2035f33a53dcbe728a83)) - ([`f343de7c`](https://github.com///commit/f343de7c57c66d4170ed863321686dce2b16d33b)) - Removed test code that shouldn't have been committed.([`2e57bfcf`](https://github.com///commit/2e57bfcfeb324671c9c10c7fd850896961175e81)) - Pull request review changes.([`8168af7e`](https://github.com///commit/8168af7e15384de262543cf7fe437b2b14595abe)) - Added test to verify both types of rate limiting.([`606f5db9`](https://github.com///commit/606f5db96fd958cc8fdbb6ae54c08e713c267ce9)) - Removing unneeded file.([`d775bec3`](https://github.com///commit/d775bec3b9bfaf96d5c5fc002d6e9ffe6b72e99d)) - Made tests to verify reporting each type of rate limiting exception.([`5347ee87`](https://github.com///commit/5347ee8725319b36e5141fce1f8547c75b40bb80)) - Changed to report different exception for each type of rate limiting. Fixed name for authorization account parameters.([`ceb04d10`](https://github.com///commit/ceb04d102d908d2b048525e2fbd3e717027a897b)) - Split rate limiting exception into authorization rate limiting and code rate limiting.([`eac0424f`](https://github.com///commit/eac0424fd56365f0f53a8ec04bdec0817e26993e)) - Added db data members and logic for rate limiting code accounts and refactored rate limiting parameters into a rate limiting config object.([`4437573c`](https://github.com///commit/4437573c45a0a5d4474d517bb3b55933b1268ecd)) - Refactored rate limiting parameters into chain_controller config object and added configuration parameters for rate limiting on code account and made all constants lower case.([`307d8984`](https://github.com///commit/307d8984d1adfa1d4964fb70d523a145ab504dfe)) - Added new rate limiting configuration parameters to test framework and cleanup of const parameters.([`6fb38f5b`](https://github.com///commit/6fb38f5b095eb788cbc149fca18f34ecc56bf21e)) - ([`9a35620f`](https://github.com///commit/9a35620f177bdbf72b8a766032072ed74c5ba531)) - STAT-90 Switch to using greedy reads([`d52e27dd`](https://github.com///commit/d52e27dd94c3786a90389d18c1622b24b1cf67f1)) - ([`2636503c`](https://github.com///commit/2636503c0499ffeb2f81a5107fc2568347fdac36)) - * Modify pack/unpack functions for new eos::string type([`379686a1`](https://github.com///commit/379686a1ba02144423481ac46a98aaeb716af07d)) - Add standalone tool that generates serialization/deserialization([`4759cd06`](https://github.com///commit/4759cd065e9ed5678812cfa86aee6883dab8770a)) - First approach to support reading of variable length messages.([`37ba0cd9`](https://github.com///commit/37ba0cd9d28927564aa55f1b1b3867a719d1633f)) - ([`7d691817`](https://github.com///commit/7d6918174ec9a9f513cbc2756039657a26f9953c)) - Changed default eosc transaction expiration from 0.1ms to 1s #600([`02ecf6fa`](https://github.com///commit/02ecf6fa33216b14d74a5417169d60ed91d97fa1)) - ([`329cf743`](https://github.com///commit/329cf74360344495fe955a0ef4cc69a115304b86)) - Cleaning up previous commit.([`daed25eb`](https://github.com///commit/daed25ebd50bd40aafcd3d5395b1ad8191803557)) - Revert the default for sent-whole-blocks to true, fix up remote kill command for launcher, #597([`df792eac`](https://github.com///commit/df792eac718813f9fc82121428b271b300a37302)) - ([`e0da6578`](https://github.com///commit/e0da6578e49e06644c36fd0aedda32081e1eb51b)) - Fixes for peer review.([`dc1a007a`](https://github.com///commit/dc1a007ace4aa0258684bf8d71e26f3b3c7ce869)) - Fixed cmake and including for out-of-band builds.([`76e12f54`](https://github.com///commit/76e12f54b43f483969308feadae2e3b49230b478)) - Fixing performance test that is exceeding rate limiting.([`e0bf215b`](https://github.com///commit/e0bf215b24862de9584a90ff07603d324e244ec9)) - Added rate limiting logic to transaction processing.([`581d176e`](https://github.com///commit/581d176e988b3a0c30f16507d808e4587bd7460d)) - Adding config parameters for rate limiting.([`c9730020`](https://github.com///commit/c97300200ff713b7a520fe699f416fd7e3eca0d7)) - Adding rate_limiting_object to db.([`b18e2015`](https://github.com///commit/b18e201514e2b80e6bc0f5563c6980ba4c7ecaf6)) - Added tests for rate limiting and added some structure for contracts.([`527c3077`](https://github.com///commit/527c3077cf9516a5bac821a5da944a996328cc67)) - ([`e66e54e6`](https://github.com///commit/e66e54e6391b775d61b3873682ab5234f2efba41)) - Relocate to /docs instead of /docs/html.([`3c62b770`](https://github.com///commit/3c62b77075af7bf465151b88f379320eacb53c9e)) - ([`271a836d`](https://github.com///commit/271a836dd55c1a26f475751685ce5cda15264902)) - Temporarily re-add doxygen documentation until it can be published elsewhere.([`c2c09dad`](https://github.com///commit/c2c09dad3cc51b0249e24772963569e88d450c5b)) - ([`e1a6984e`](https://github.com///commit/e1a6984ee9d23209ba42522da01bde42a7ce5ff8)) - Add sample contract tic-tac-toe([`d43a47ad`](https://github.com///commit/d43a47ada8d562177dcf106ee8864086678613c5)) - ([`54c34646`](https://github.com///commit/54c346468ed8de069fa68ac40c8d4fb404cb3ac8)) - Fixed the last of the block summary issues, added output messages to the summary. #571([`6363f2de`](https://github.com///commit/6363f2de39bb8d056ba20723ffc03aabecce2b64)) - Fix sending block summaries for #571([`6cf872c6`](https://github.com///commit/6cf872c6e67ec438a3b261c91f289d032878f836)) - Checkpoint commit, not ready to merge. see issue #571 discussion for details([`c6dcc3db`](https://github.com///commit/c6dcc3db67e4137087f3554957685a20554dbbf9)) - ([`224e2381`](https://github.com///commit/224e238179bbbcfb17cc72f22b80c2eee8de47f0)) - Merged upstream changes to wasm.cmake.([`373eb6b4`](https://github.com///commit/373eb6b4faaa5f61717df3b7645ade19389eb849)) - Fixed cmake to be correct for out of band builds.([`0916f358`](https://github.com///commit/0916f358607df1df6484408093e453e61c6e5811)) - Added tests to verify table tests, and renamed existing macros.([`287a9714`](https://github.com///commit/287a97140d89fb5055a641d325cde8e8682cd513)) - Made static method on AbiSerializer to convert json abi vector to Abi.([`daebb35a`](https://github.com///commit/daebb35a6cc0a162308f0b8cb32e5eb628a016d7)) - Added tests to verify table reads and writes enforce consistent table keytypes and cleanup of previous tests.([`866ad638`](https://github.com///commit/866ad638ddab7c4cc74b9543dd513337485fbdcb)) - Added unit tests to verify abi cannot define the same table with a different keytype.([`3c6bb3e3`](https://github.com///commit/3c6bb3e3f3de3edd212313dc7e6acd125e5c2c70)) - Changed table names due to lazy keytype identification.([`598321cc`](https://github.com///commit/598321cc7de2a438149a43488d4b44cbb42268e5)) - Added code to parse abi for table's keytype and verifying for reading and updating tables. Changed code to use AbiSerializer static abi string to Abi method.([`14cd14cb`](https://github.com///commit/14cd14cb2561c272654cead017861a3f74f66502)) - Added function to create includable abi files for testing.([`3d97c9eb`](https://github.com///commit/3d97c9eb58a584f8e21915c77e86702326fbb558)) - Fix duplicate args for launcher scp command([`c3746c35`](https://github.com///commit/c3746c35d7b67825b595fac6369ec37c95c7b782)) - ([`69272200`](https://github.com///commit/6927220086c1e019d480ea9aa0f001e45274e86a)) - Changed to only compile a wasm target cpp file and require multiple cpp files for a target be included in the target cpp file.([`ae5673d6`](https://github.com///commit/ae5673d6e57ce2e33e3a9afb79652a1fe54e154b)) - Changed to include non-target cpp files in the target cpp file.([`3a3e92e2`](https://github.com///commit/3a3e92e22ad1b82ec5755825dfb4b3ed68738d02)) - Adding comment to indicate that memory_manager is not intended to be created locally.([`93232c24`](https://github.com///commit/93232c24b8963a0a2f0832795911d9bb86820d3d)) - ([`6969e403`](https://github.com///commit/6969e403dbb4ef1bdd23e38c8b4b102b8d1dabed)) - Vote power calculation fix([`15929141`](https://github.com///commit/15929141e27921f8fe8430c05a13f49467d81b1c)) - ([`feb65aa2`](https://github.com///commit/feb65aa2eaff11f705163b2ca07a1fa79f5ea8c1)) - Add remove of existing wallet from map before adding so add acts([`b7a39cc7`](https://github.com///commit/b7a39cc7b50cec5c8116b82ba752abfae4d5a1d5)) - ([`9fada43a`](https://github.com///commit/9fada43a2e5da580974a681e375ca543e56b8aa4)) - Add -y to apt-get([`55ffab42`](https://github.com///commit/55ffab423401ad038d87b5198861618bbc8617d4)) - ([`fd38d22d`](https://github.com///commit/fd38d22d0d887521fee072a266e6e691b8199ffa)) - Added tests for new heap pages and free.([`f2ad66c4`](https://github.com///commit/f2ad66c47532906fbc43974b6c681a7eae4e33b3)) - Refactored to use sbrk to allocated new heap pages.([`ab203d68`](https://github.com///commit/ab203d687c361293d8e8c91ba8a281c566146309)) - Shelving incomplete tested free and tests need to be changed.([`0aee9ca5`](https://github.com///commit/0aee9ca55ff0f5346d50f023779ccb8112be540f)) - ([`0beb9a1a`](https://github.com///commit/0beb9a1a5f8af87b15609d24502769d16c135b81)) - Test changes to use the plugin default config values to pass in for transaction execution times.([`5c3206ca`](https://github.com///commit/5c3206ca6be9a0416cbb050cdd3df663c032ab9f)) - Added configuration of each type of transaction execution time and passing them in at the appropriate API points.([`f2537d42`](https://github.com///commit/f2537d4272dee8dc4ca2ebb3bbc1cc34798231ef)) - Added plumbing to pass in the execution time for applying a transation.([`e01fcbd6`](https://github.com///commit/e01fcbd61081650b5209eb88ae1e41bc339f84a2)) - ([`f21c658b`](https://github.com///commit/f21c658b9103b1b64b52607be7bf4166b84fa67a)) - Add more documentation([`496c11c1`](https://github.com///commit/496c11c1553584822c3262fbc9ddb19f11b0cbd5)) - Use memcmp to do string comparison([`17d7ae4c`](https://github.com///commit/17d7ae4ca04cfbd69d17196bcb772832fce9beeb)) - Expose memcmp([`8f86f534`](https://github.com///commit/8f86f534dd2a84a169e98186b51cd3c5c16e78af)) - Add string class([`e544dcfc`](https://github.com///commit/e544dcfc7265341234b0e49bf7067df9827b3a84)) - #550 replace the cut&paste placeholder code with the correct impl([`65cc2524`](https://github.com///commit/65cc2524c6614d983436068ecedc586864b6e78a)) - ([`30c5c22e`](https://github.com///commit/30c5c22ee78f803aea34dec8c1e3012db641ffdb)) - Fix db tests([`16ddef44`](https://github.com///commit/16ddef44a71745b4cb576cbaa87b66a72974908e)) - * Patch applied to support non-unique {secondary,tertiary} and {tertiary}([`70d557ea`](https://github.com///commit/70d557ea14196791f50fc99efdb21e93a08dcbcc)) - ([`5fabfcee`](https://github.com///commit/5fabfcee1f83129e38afcc877f02f2dc0abc5e20)) - Update the README.md, change contact to contract([`ff0c14a4`](https://github.com///commit/ff0c14a4a531586798eb5c984f4d5fa7bb242e67)) - ([`b5207a1b`](https://github.com///commit/b5207a1b47efa0bf739b92b8c6b126cc9fd58d5b)) - Add license to files inside contracts folder([`9a70099a`](https://github.com///commit/9a70099aa45b66d736d445e848d39e3414f797b4)) - Add license to files inside libraries folder except fc and wasm-jit([`482c7c91`](https://github.com///commit/482c7c9171ed89811f31723ea5015845c968b215)) - Add license to files inside tests folder([`4bbb6460`](https://github.com///commit/4bbb64606f5ec3b54ffa499b53632997ae5f5f3d)) - Add license to files inside programs and plugins folders([`624f6d18`](https://github.com///commit/624f6d1844a273c41fa146c02147aa07599fe9f8)) - Update outdated license([`8939b558`](https://github.com///commit/8939b558cc45270733ba19ce9d1026df8c640359)) - ([`af37612e`](https://github.com///commit/af37612ee5e80652687f9863d245cd9a6f284160)) - ([`d5640bdb`](https://github.com///commit/d5640bdbb268a66ecfbe4b5c4c02bf2a6aff6816)) - Assume the script is run from the eos directory([`56719efe`](https://github.com///commit/56719efebb19a069a2cec322cf04baa48dda42c7)) - Fixed another typo,([`3bb05302`](https://github.com///commit/3bb053029a66a7657704654606f5449c14d4ae86)) - Added p2p sync test([`3d1fe8b5`](https://github.com///commit/3d1fe8b5d3562ec725c775872ba97c8411664fdb)) - Added p2p sync test to travis([`9fc51049`](https://github.com///commit/9fc5104967949f4f660b7aefd52aead830e2f000)) - ([`59e29254`](https://github.com///commit/59e29254f0adeb13ddca7c5612a509498f8b2b69)) - #291, #421, #515, Address launcher bifurcated tenwork, finalize the locaition for test verifying this solution, suppressed debug output and added a config option to net plugin([`e445707f`](https://github.com///commit/e445707f6b8eef465582f3b1b271ed83a1413b94)) - Make the launcher generate a graphviz source document, testnet.dot([`ab96a06e`](https://github.com///commit/ab96a06efd8337dbb1333d6c8d7464927a081ca5)) - #515, fix the launcher for some star patterned deployments, add code to fetch remaining txns and blocks.([`2bbe4c18`](https://github.com///commit/2bbe4c186a5471e59ae20bfda7af09d17d9867cb)) - Completing branch merge after rebase([`415fb6c4`](https://github.com///commit/415fb6c473dad94a423ad79d787c10c720a48343)) - Initial pass to construct block summary with transaction threads and cycles intact.([`8b153b4e`](https://github.com///commit/8b153b4ee0a5fa6a7585ca78f9b6e2ccf046e38a)) - Initial pass to construct block summary with transaction threads and cycles intact.([`c34d935d`](https://github.com///commit/c34d935d36a57d8122c8925edd23ff230263d2f2)) - #291, #421, #515, Address launcher bifurcated tenwork, finalize the locaition for test verifying this solution, suppressed debug output and added a config option to net plugin([`1d3914a2`](https://github.com///commit/1d3914a2685fd3e8144d8616a66a5ddb3590c818)) - Make the launcher generate a graphviz source document, testnet.dot([`59271532`](https://github.com///commit/59271532334e2a3ccb18bd496107f2120f7eedd1)) - #515, fix the launcher for some star patterned deployments, add code to fetch remaining txns and blocks.([`bf795d0e`](https://github.com///commit/bf795d0ed56312d9ea0887b538c61d5aa6cf6106)) - Initial pass to construct block summary with transaction threads and cycles intact.([`6957f6a0`](https://github.com///commit/6957f6a04949b0fe6acb44b38cf919634ca64b83)) - Initial pass to construct block summary with transaction threads and cycles intact.([`4b23f887`](https://github.com///commit/4b23f8874d394c998c4d827e1503c5a62e5e5a0b)) - ([`36d14842`](https://github.com///commit/36d14842cea5b23fec6f64a3ef996d6ad0867ab6)) - Added gettext as a dependency for darwin([`17a24e5b`](https://github.com///commit/17a24e5b9f608a4bf963c2512c7d1a518ff25875)) - ([`d96e528b`](https://github.com///commit/d96e528b3c7766b1c651c74f9b6b5e2e86fc594c)) - Add tests to change owner/active permission([`50e4eb1c`](https://github.com///commit/50e4eb1c710871156e22530e739483db8eb3387d)) - WIP #534([`d68c984d`](https://github.com///commit/d68c984d00a1dc59c988583596f4046668a0980e)) - ([`699d1736`](https://github.com///commit/699d1736513deea58f8d342b49288dee9d1ab571)) - Refs #530([`75c96ce4`](https://github.com///commit/75c96ce43fd44a11b517a4ec91eabbb7d4b2137e)) - ([`610e2d75`](https://github.com///commit/610e2d75688c9a5a6373b0dfe2def62106a0055d)) - Simplify ABI circular references detecion([`1c5b4ed8`](https://github.com///commit/1c5b4ed8aca729e5a1d3fe91d67d034de5f0af6e)) - Remove log([`73dc9b7c`](https://github.com///commit/73dc9b7c2f52165983d3bb645eebc610df0d0afd)) - Prevent circular references in types/structs([`405f8581`](https://github.com///commit/405f8581c510de58398c3bccfef36fb28ec6dcde)) - ([`9b85e8cc`](https://github.com///commit/9b85e8cc6c58f7533bce6b2dac99a2410a136128)) - Cleanup.([`4e2b2ec4`](https://github.com///commit/4e2b2ec47d66ef3625cf7c2aebb16f2928c0dbf1)) - Added tests for page memory management.([`dd4b7a31`](https://github.com///commit/dd4b7a31a8fec62ab21aa8b66caa2910c98612a4)) - Added page memory management.([`d4b7208e`](https://github.com///commit/d4b7208ec1cb39e9d2756609a14f134077358c0f)) - ([`b2ba71fa`](https://github.com///commit/b2ba71facbea4ac625699af02a40a76f2a21c05b)) - Found more strings, fixed some errors, updated template([`0e9dbf88`](https://github.com///commit/0e9dbf88bc83b49e83be260b837b57acc5441feb)) - Localization with embedded defaults and less dependencies. ref EOSIO/eos#419([`755666d9`](https://github.com///commit/755666d940aff12cf371483e9c61c961148480b2)) - ([`3a34f3e8`](https://github.com///commit/3a34f3e8115a0e68dfd2cbd36683967362d73986)) - Add curl to dependency list([`899279f2`](https://github.com///commit/899279f2109eabb02e1a1db5b7c40bf7123b851b)) - ([`7cfbb912`](https://github.com///commit/7cfbb9120952e4beef05f6d8e1461f3b7c118425)) - Adding cmake option to disable doxygen builds without editing cmakelist.txt([`3574d32a`](https://github.com///commit/3574d32ae781391a50f49d054ece882c001b0759)) - ([`1dd3f043`](https://github.com///commit/1dd3f04372453e9985d0981848c4ee796efbee41)) - Keepalive with clock skew measurement.([`8b796064`](https://github.com///commit/8b7960649e09e64be622bf32f6c20e8033a1ca48)) - Keepalive with clock skew measurement.([`940f31a9`](https://github.com///commit/940f31a944929833b01b3679ed057e50cd9f75c6)) - Keepalive with clock skew measurement.([`181e47cb`](https://github.com///commit/181e47cb4d5eb589d0a38fa2a963294b2166b976)) - ([`b506836d`](https://github.com///commit/b506836d88a532c9032a3f405dec508d6a8338c1)) - Rename Table keytype to keytypes (plural)([`d74fbdbe`](https://github.com///commit/d74fbdbef0f2290a325942d65a121cc498c57e47)) - ([`cc6bba3f`](https://github.com///commit/cc6bba3f0391dd7235f04184a0c26127b8e3c5f2)) - Update eos rpc documentation to list all Chain API([`1fff5fea`](https://github.com///commit/1fff5fea393b39bc8be2c16791a88d3e9243a069)) - ([`e31e6b0d`](https://github.com///commit/e31e6b0d4f7a74edba7a9c69fbe8ed331d22d3ff)) - Ref #213: Set unsatisfiable auths on eos([`fcfc82be`](https://github.com///commit/fcfc82bef503159994f85baefcb35a0d6d176ff7)) - ([`c7035324`](https://github.com///commit/c70353244f3c656b6982a5def52b8f96024f6f16)) - Remove localhost restriction #333([`db283dd3`](https://github.com///commit/db283dd3c6dbb18260de4167a42c0eb37b5aad85)) - ([`d8d1727e`](https://github.com///commit/d8d1727e2235f64feffd8a61cebc324067ebe049)) - Added more test cases, better comments, and cleaned up.([`138a1e80`](https://github.com///commit/138a1e80a58264285f1bafa06da06e9100628690)) - Refactored existing handling of malloc and realloc to add new pages of memory. Currently, memory pages are fabricated.([`53e47e25`](https://github.com///commit/53e47e256552ef1d2c875b885be750d3ddca432b)) - Improved comments to make it easier to identify where errors occur.([`70e0930d`](https://github.com///commit/70e0930d192a5e48cb6a45161dec423b5fce349f)) - Added new tests to verify the logic for adding memory pages.([`6c4843ce`](https://github.com///commit/6c4843ce0c634e2e020a12d6427a0a9c1c5ead94)) - Fixed to correctly find the end of the memory. Fixes bug #481, and is part of #425.([`e4d741b6`](https://github.com///commit/e4d741b6b7d3f44a4764cc2eb678107c8039e890)) - ([`0a28dcaa`](https://github.com///commit/0a28dcaa5565beccc6b87f4cac74f144048a11a4)) - Moved command generators into structs so the lifetime of there parameters can be properly managed on the stack. ref EOSIO/eos#402([`e5b4bb4d`](https://github.com///commit/e5b4bb4d57608cb8719f9d3449cf5240b12b4c63)) - Add basic commands to set permissions on accounts and actions. ref EOSIO/eos#402([`84a1b5ba`](https://github.com///commit/84a1b5ba44fae6ed80107fad690fd91d8ba952e9)) - ([`c1e9f763`](https://github.com///commit/c1e9f7638f168060440e6f533a4159118b2b5419)) - Added storage contract([`10985cca`](https://github.com///commit/10985cca46e2e9d0a3260a3839a48c1224fd8d72)) - First cut implementation of storage API contract.([`9f6552f9`](https://github.com///commit/9f6552f9a3f33f71b0924ee06eb9d52c533df1f4)) - ([`7a28abfc`](https://github.com///commit/7a28abfc0e41d6176287483bb013fafce24e21e1)) - Automated Doxygen Generation #196([`dae96788`](https://github.com///commit/dae967888151222ac0083c5546c7d224d8269734)) - ([`7ab9c130`](https://github.com///commit/7ab9c130ed4e7036ac6e20a134f940542cca4d61)) - Removed experimental connection state enum #291([`cde6f7f2`](https://github.com///commit/cde6f7f2e2dd5d6652353a2c7f877eff52909c5c)) - Addresses slow sync peers as well as dead ones. #291.Remaining oustanding tasks identified by TODO compiler comments([`14496b2e`](https://github.com///commit/14496b2e201ca6d2fd0c2efd88b74142dfceeac6)) - ([`5b7cd37e`](https://github.com///commit/5b7cd37eaf5903ced25d517c84c9fe1360b4fc86)) - Snap commit, net pugin not ready([`44097fc4`](https://github.com///commit/44097fc481476bafaac412498da760194550d284)) - ([`48925783`](https://github.com///commit/48925783681d911528a2dffa6e379c6d49b04d2d)) - Updated db C++ API with VarTable for string type primary key([`1a23958b`](https://github.com///commit/1a23958b9ecadeca948ed7842edb0e63da681522)) - ([`4350a4d7`](https://github.com///commit/4350a4d7f1851c3ffdbaf4526167ac657137dbe6)) - Touch ups([`2137258f`](https://github.com///commit/2137258fa06f613d965c8eabc9ebca7445552091)) - Docker Docs Improvements([`fbd787b2`](https://github.com///commit/fbd787b21d7e7d18fb3a112609b624d3ca723e3b)) - ([`7d5b3515`](https://github.com///commit/7d5b35157004f048f19754743c233edfed3e1944)) - Add command line option to eosd for scheduler #303([`598d17ac`](https://github.com///commit/598d17acda2f1c7abf43dd20e68a6a0f4262d4e1)) - ([`88a54fa2`](https://github.com///commit/88a54fa229f9ab1c69175c076727116fba1671fb)) - Add getActiveProducers API([`3832b0fc`](https://github.com///commit/3832b0fcdd4314c6018c1f758a2e83e7d2b8ce77)) - ([`bbfa3765`](https://github.com///commit/bbfa37650be4f63fe68bc519bf2ded0d9f8f0390)) - Add build prefix to automated path([`8dcf624e`](https://github.com///commit/8dcf624ed3409e961783e84e3d6787afbfa3e261)) - ([`7e87ec7a`](https://github.com///commit/7e87ec7abd709ed7e0b7d706e61fa0e2825a48ce)) - Added parameters to automated build([`e9269164`](https://github.com///commit/e9269164d06b71bf139b14fee71f20394390ced7)) - Updated build.sh with an optional input to specify install/build. updated readme.md to reflect this.([`ecd08e92`](https://github.com///commit/ecd08e9284ddf82307751791de9a5b498928fb10)) - ([`76d54238`](https://github.com///commit/76d54238ce7779aa7be7a03d29b9bddffe1d7175)) - Modify to_[u]int64, to_double to eval entire string #148([`96fdae92`](https://github.com///commit/96fdae92d3cc89c36880a3b8f91488a8bcf3dfc6)) - ([`18ea62b3`](https://github.com///commit/18ea62b3e462d4412db9baeb426f74b9b333e4e8)) - Move compiled contracts instead of uncompiled contracts for docker([`53941672`](https://github.com///commit/539416722c4c1a64508d1a991781ec04fe8a69d9)) - ([`f1d14a5a`](https://github.com///commit/f1d14a5afb92ccfe7aa1711ffded7d95f680f3e4)) - Add complex type example to simpledb([`20b6de4c`](https://github.com///commit/20b6de4c5dd529835b9d121bb5d3b6a4dc7ede55)) - Fix copy_row for str index type([`7420f0db`](https://github.com///commit/7420f0db34400a5035c922b35aa7a30938ee1955)) - Remove RealString and KeyValuePair types([`cedc13a1`](https://github.com///commit/cedc13a11e303f21c2d9b70f7de801ce6704aabe)) - Add pack/unpack functions for bip::shared_string([`c7080382`](https://github.com///commit/c708038282ca2a4a4a9feba6f72ce8ed5fe1bf1c)) - Add more tests to str tables([`459b969e`](https://github.com///commit/459b969e47f6451d9caa2e3a015d63578327787b)) - Handle str tables in get_table_rows([`13c6c159`](https://github.com///commit/13c6c1590b21638da0cc5694fea96b012ed4cfc4)) - * Change front_str/back_str interface([`f61d3eda`](https://github.com///commit/f61d3eda109af7b21b6b2a8e4598a19ba4363a4f)) - Change simpledb contract ABI to use KeyValuePair type for str table([`f1cd9541`](https://github.com///commit/f1cd9541e73085db9de45b0e957f767e19cbb39c)) - Add KeyValuePair type([`71dff6ef`](https://github.com///commit/71dff6ef63eab946911d46b8cf3a43a0c5e19ba4)) - Add missing file([`5d1f03cd`](https://github.com///commit/5d1f03cd7482e5752fdf33e3e1c7a287d2784370)) - Add first test to db str functions([`606d1623`](https://github.com///commit/606d1623a3532ba541f694958cdcca0249a62fd2)) - Add printhex api function([`8d709263`](https://github.com///commit/8d7092639425036390e6d07708042358a97d31e1)) - Implement db str functions([`c56e69e0`](https://github.com///commit/c56e69e0e425a98227d7d764e8227ad009b341a2)) - Add DEFINE_INTRINSIC_FUNCTION7([`f80383f7`](https://github.com///commit/f80383f7ff2d6726e863e8c2b5359bff4a3c434d)) - Change Name to shared_string in keystr_value_object + fix record helper functions([`cf0d690c`](https://github.com///commit/cf0d690c37eb1dea8b01a84e7cb90a1b3e31020f)) - Handle variable string length in simpledb contract([`2e068b59`](https://github.com///commit/2e068b595ecffc64dc8a609656b1cf10b3029230)) - Rewrite db str api functions([`adce5ae7`](https://github.com///commit/adce5ae754e86d50680c0d01f995ff20d07473ea)) - Handle str tables in get_table_rows API([`e2d881cd`](https://github.com///commit/e2d881cda7317c88a40fb31db10b9b9a56820b7f)) - Add keystr_value_object([`52c1a040`](https://github.com///commit/52c1a040b06fa18fff6107d7ca44b55a0ef78197)) - Fix tests([`a2b57ae4`](https://github.com///commit/a2b57ae484a46c63f5b6cf36efd1b90783beedae)) - Change base32 enconding charmap to support alphabetic sort of 64bit strings([`92de8849`](https://github.com///commit/92de88493f5062f6abface7b8a1a7c2ba90e394e)) - Add new str db functions([`bcd89702`](https://github.com///commit/bcd89702a92d96af6cefb4273c3c03da176b6052)) - ([`566609b6`](https://github.com///commit/566609b654bde41b92a55df8e54b74485756c65f)) - ([`6563370b`](https://github.com///commit/6563370bf1e809c144c1a7641d5dad1b665d4f2a)) - Updated documentation with correct path([`19861aad`](https://github.com///commit/19861aad224553d942016e8cae6c98f3ebdc0712)) - ([`89be9e58`](https://github.com///commit/89be9e587c67459253a77428214b90db00c28e75)) - Discriminate clang compiler name when calling cmake in build.sh([`6a6ca7ae`](https://github.com///commit/6a6ca7ae4ec1f7f56623731b99752eeda5e8c793)) - Use clang/clang++ to build EOS in build.sh([`04b01be6`](https://github.com///commit/04b01be6509e9e6affc4890947b39a7a9bc79efd)) - ([`5ee900a6`](https://github.com///commit/5ee900a6b323f7a864dd227fbff76d933ba97569)) - Fix strict weak ordering issue with std::sort comparator #261([`f08ce983`](https://github.com///commit/f08ce98396d120421d06308b0680201210c71436)) - ([`38c6554f`](https://github.com///commit/38c6554f30ea8e755d23b7382bb7511795b1e857)) - The default setting for build.sh is to install dependencies([`0c521f4b`](https://github.com///commit/0c521f4b1c6ca87d5f2ac298e54ae4aa1f1ac274)) - ([`344b30a6`](https://github.com///commit/344b30a6c6760d01adf595bdc27a458ab7cf134c)) - ([`315e1bd3`](https://github.com///commit/315e1bd3e13f9d0f4337cdbf4406eccb0fd7c7ab)) - TOC + Bad Link([`44318d50`](https://github.com///commit/44318d50d0a751e708a1d27668057f7f797251a2)) - ([`6294deae`](https://github.com///commit/6294deae76c2876464a45bfcb99753ab7cddd372)) - Added help messages for various errors induced while testing currency contract. ref EOSIO/eos#431([`f9b76807`](https://github.com///commit/f9b76807dcdda23f896e8ac79708a6d1e6fe4c91)) - ([`c65c5d14`](https://github.com///commit/c65c5d14fe44dea1b1d7b7a033713d6623ce1c16)) - Adding in more error handling and restoring notice message for blocks. #291 #393([`e99283b9`](https://github.com///commit/e99283b94177b21806f331fb171970c23095596d)) - Improved error handlng([`50eb86a9`](https://github.com///commit/50eb86a913d9d731e75f17ce1353312b7f543522)) - ([`d65caf87`](https://github.com///commit/d65caf87e0716a9c8e3fd91f89f105b3de6bb7db)) - Reverting change to output.([`6656712d`](https://github.com///commit/6656712d39d06a4f874507e9846272707ffef324)) - ([`3f646768`](https://github.com///commit/3f6467682aec04562b751f9a09ce96caafdda461)) - Updated Readme & Generated Doxygen([`a2571c78`](https://github.com///commit/a2571c780a2a711a2ca8fa380637f8b8f3e18919)) - ([`da5ce85a`](https://github.com///commit/da5ce85ae2a146239cc87772c47d128390993d51)) - Fixing macOS permissions issue([`5246eff0`](https://github.com///commit/5246eff0b365be3a8db7726bdf0d015f7035ac14)) - ([`af04c7dd`](https://github.com///commit/af04c7ddffb235ae00b480cce2e57ee203a94df7)) - Updated build.sh such that you can build without installation dependencies([`7d847e4e`](https://github.com///commit/7d847e4e71a7db8c74ca043da6004e11d9f0a76f)) - Few fixes([`84b3a3e3`](https://github.com///commit/84b3a3e36ffb758622220fce41bb919571c0f468)) - Updated to reflect some changes on output and command line([`6f42a59b`](https://github.com///commit/6f42a59b9aa46b69fd13c228fb910c40436272b4)) - Fixed bug where eoscpp was being copied from source folder and not build folder.([`7d31bc94`](https://github.com///commit/7d31bc945f71845b72245012ec0fdbb87f6d8d15)) - ([`76e819c1`](https://github.com///commit/76e819c19c2482ae72a6c84dcfb5b6b72b7ef413)) - Changed owner to active([`6b2964f2`](https://github.com///commit/6b2964f29bdb03f2cf0a9c89f30f79bfae50e48e)) - Typos, generic language case([`2ee4bbed`](https://github.com///commit/2ee4bbed6a2430193481185e30e42c2d545402bd)) - Remove navigation artifact from adjacent branch([`c6c2d087`](https://github.com///commit/c6c2d087831bebfbdbc515c98f680dff9b6031d6)) - Currency contract walkthrough([`fd09989e`](https://github.com///commit/fd09989e9cb31b02108a6af9c70d17215eabc2a2)) - ([`e3071b7a`](https://github.com///commit/e3071b7a7e695692d337301c2f22b725e016dda9)) - Updated end user section to doxygen links([`f1d8b3cd`](https://github.com///commit/f1d8b3cd7adde84d49a9b161f1aef8ea0dae4876)) - Outline of main page([`1446025a`](https://github.com///commit/1446025a0fad1aa2b19fdc4fc21cb161db40f0cb)) - ([`f40752cb`](https://github.com///commit/f40752cb19632da1365d229de105a3cbcad78ba4)) - Update outdated how to build doxygen([`be78dbb6`](https://github.com///commit/be78dbb609ecce93eef8b5306dc35a9113e3b01b)) - Fix doxygen syntax which cause the comments not to appear([`cfbe756d`](https://github.com///commit/cfbe756de540131242560d196939f0584d864e09)) - Put currency contract under example contract tree([`a28b7994`](https://github.com///commit/a28b79948841c24374e5c2ed3f183195d0e29a7e)) - Fix eos contract content doesn’t appear([`84b223d1`](https://github.com///commit/84b223d1f03623a609e430c6bb43380af256d4e0)) - Put memory in contractdev tree([`4b40a92b`](https://github.com///commit/4b40a92b33228301fabfcbbc34051f143e656263)) - Clean up token hpp([`f46912c8`](https://github.com///commit/f46912c890851715b6f0a066f016d447744be1a5)) - ([`99801c7b`](https://github.com///commit/99801c7bf83e96ac2c95960748023be3c2f450ef)) - Print is not recognized bash command([`181580b5`](https://github.com///commit/181580b5570966a089543cfb4dc21191f3ad74c0)) - ([`3fc3d3db`](https://github.com///commit/3fc3d3db5196b188e7097f1adb37caa0c197d0df)) - Remove printing of wallet password([`ecd8919c`](https://github.com///commit/ecd8919cd24465a0e0ce07ea273ead90b3f97ff4)) - Start Tutorial on Writing Smart Contracts([`2651123a`](https://github.com///commit/2651123a3515f0e9eff82ffc3c9450a8da3df532)) - ([`04a34b19`](https://github.com///commit/04a34b19d5d429a533d7c9a939a588cd58de7fd9)) - Removing the macos installation command from Ubuntu autobuild([`c2859b54`](https://github.com///commit/c2859b542592dabbbe0f00b37666c54be1e45f0f)) - ([`a03b66ba`](https://github.com///commit/a03b66baada5a7294d95881ce75d91eee8c62bc6)) - Added options for expiration and forcing unique, started a help system. ref EOSIO/eos#384([`0fc07fc9`](https://github.com///commit/0fc07fc9d5aebb7cc22e2958d05b05ddfe6ecfdc)) - ([`c66156f3`](https://github.com///commit/c66156f3bf627857d81030c8e1fd542ff0c17624)) - Adding unit test for serialization of each native type.([`abf65ff7`](https://github.com///commit/abf65ff77d3a4cdaef9044a60b0f3cbe2d1eb7e6)) - Moved abi definition into its own class to be used by abi serialization unit tests.([`87ad57c4`](https://github.com///commit/87ad57c484c7dcd4de123c0c82e1e8d680b14f32)) - ([`a21f2d20`](https://github.com///commit/a21f2d20c064b228fbb00de6ac65619b9b20e923)) - Move dependencies list to the manual dependencies build section([`c009b8c6`](https://github.com///commit/c009b8c6401f5fb97c174b85ad626095f95fc2c0)) - Table of contents title fix([`58c511d9`](https://github.com///commit/58c511d933593ea072703e9970187417c9235c6b)) - Tweaking README for automated build per platform([`87d5a8f3`](https://github.com///commit/87d5a8f3de915805da19d4af8b11d133cae1625c)) - Skipping steps after automated build in README.md([`2f696ac5`](https://github.com///commit/2f696ac5d3b5cd7e9753d1e85ac6a2748d960eaa)) - Fixing missing private key import for account inita([`02bbb94a`](https://github.com///commit/02bbb94a0f9453512648d41467632712daa8edaf)) - ([`3928a9d7`](https://github.com///commit/3928a9d7c539f67832a6385dcc53fbf9c141c344)) - Set version for llvm from brew([`b3c53003`](https://github.com///commit/b3c5300361e1a036764b0f656a72eb0175614319)) - ([`5bff35cc`](https://github.com///commit/5bff35cc241974a23d7e35b0be145d8b77f6dd3d)) - Add -eosd option to pass args to eosd #396([`9c05d051`](https://github.com///commit/9c05d051a7738f9c86186fa3e8b59b04238339a8)) - Add wallet_api_plugin #396([`aabe85d5`](https://github.com///commit/aabe85d5dfd66d94114557ba7034874437457b5f)) - Add filter to prevent duplicate connections #396([`2b24d709`](https://github.com///commit/2b24d709847b5e035049848a894fa4ed9bb85eaf)) - ([`73a41588`](https://github.com///commit/73a41588578d3fba66a1c83eaee866f3cc96a782)) - Updated with automated build description([`4a42425f`](https://github.com///commit/4a42425f13fe35af39e083c322c7e9669da18c61)) - ([`2a0ce3b0`](https://github.com///commit/2a0ce3b07458a35f49d93a3036b0e92e40ffc183)) - Binaryen fix for build.sh([`45ead967`](https://github.com///commit/45ead967c444588f9a05d952dd24493a118948df)) - Bugfixing for install_dependencies.sh([`f1f8bc29`](https://github.com///commit/f1f8bc295c09f72bf12540eec73b3540b6c31a92)) - Eoscpp bugfix([`9ec2544d`](https://github.com///commit/9ec2544d008bc34d307d1abab6e43d5268af0e59)) - Bugfixing for build.sh([`663cec31`](https://github.com///commit/663cec31d735ff2d5b176beb3d48f3ca673fd571)) - Bugfixing for build.sh([`fd71ff2c`](https://github.com///commit/fd71ff2c54a5aa8150f2eb5df8abc8d9d1067afb)) - Bugfixing for build.sh([`69ee3c66`](https://github.com///commit/69ee3c6636606e466b02c223abdfdbb188ef3d93)) - Bugfixing for build.sh([`a78ede70`](https://github.com///commit/a78ede705a228e78c9cf307ed0908b3cd38c12dc)) - Bugfixing for build.sh([`f962d7de`](https://github.com///commit/f962d7de777f46c6cc2448044c0b160ade6fac7c)) - Bugfixing for build.sh([`cbf4aa0f`](https://github.com///commit/cbf4aa0f3a65604715049cb8abb814a915856a02)) - Bugfixing for build.sh([`147df4c5`](https://github.com///commit/147df4c56fdfad60190d787853afa1f38c70e685)) - Bugfixing for build.sh([`09312de7`](https://github.com///commit/09312de7c902f8ffad515de38a4c1bc23623c575)) - Bugfixing for build.sh([`60b0a91e`](https://github.com///commit/60b0a91e626a345dd89522c04d8265ab73dc6b2d)) - Bugfixing for build.sh([`af6436d2`](https://github.com///commit/af6436d2793b9a079fed0b788cef6328d7c30d99)) - Bugfixing for build.sh([`32b6d5bb`](https://github.com///commit/32b6d5bb357b141328469954fba59368ab527525)) - ([`aa43e0c4`](https://github.com///commit/aa43e0c4a02344b16832719ced76a2bb6e05e12e)) - Issue 246 - eoscpp changes and readme.md fixes([`eec8b9f5`](https://github.com///commit/eec8b9f5f287d8d8c3a05c918105f6e03d5a8bcf)) - Bugfixing for build.sh([`f6b92dde`](https://github.com///commit/f6b92ddee6360d46cb34826d08f9973646301f04)) - Bugfixing for build.sh([`8896c330`](https://github.com///commit/8896c330c8d381f338a55fd50d3621649642dbed)) - Bugfixing for build.sh([`cb411b6a`](https://github.com///commit/cb411b6a704d7d1eb438bf98e57f6741177225a7)) - Bugfixing for build.sh([`58cef1c5`](https://github.com///commit/58cef1c5c7c9f1bf833aa1397f8d5a5a9bf136e0)) - Bugfixing for build.sh([`3945c75b`](https://github.com///commit/3945c75b891ecbb594e0f6a2de3de8c45c5b6431)) - Update build.sh for Mac([`68f47833`](https://github.com///commit/68f478337747052672e1d1fdc12b1d35235c36ed)) - Initial build.sh([`f4dc538c`](https://github.com///commit/f4dc538cb6c20e5f90903e12e0ba23236352d8b6)) - ([`35a29d78`](https://github.com///commit/35a29d7806fad62ac52678b7a019b42ae18926e2)) - Update readme and doxygen([`b1628992`](https://github.com///commit/b16289929f883eaa4888a4ef638673b670f86160)) - ([`c09f16ac`](https://github.com///commit/c09f16ace225d5b909995e5b6aed513e02973b93)) - README spelling error([`7f3a7032`](https://github.com///commit/7f3a70328a0d18a2da46c01d1f911469a0845c51)) - ([`f8a25a67`](https://github.com///commit/f8a25a6705e30aa20694211009b21d1dec6cf232)) - Https instead of ssh([`7cd7d827`](https://github.com///commit/7cd7d82706dad85f571dd68b992746434d8da7f8)) - Genesis submodule([`e9e14125`](https://github.com///commit/e9e141251211a4f5bcdb98e56ef9ee661c5104aa)) - Added genesis git as programs/snapshot([`1858bfa3`](https://github.com///commit/1858bfa374ece0d36fcdba6f2283fa4e221b49b7)) - Remove lingering snapshot files([`b0cad23b`](https://github.com///commit/b0cad23b4152cb6aef496b583835bd2fbf3a5c10)) - ([`e135bfa4`](https://github.com///commit/e135bfa4eef3538a1198fb2b2cf583648c123cd1)) - #393 tying up loose ends with transaction forwarding([`840eef8f`](https://github.com///commit/840eef8f1fe7186d124f32aba8980c07bb2fa4ec)) - Resolve merge conflict #393([`256ada64`](https://github.com///commit/256ada6445cc6ca6460d939c0021dbca4c4a0f7a)) - Added named constants for magic numbers, set TCP::NODELAY on all sockets, add a max_clients count, and clean up transaction forwarding. Also started framing sync response message timeout handling.([`b78294fa`](https://github.com///commit/b78294fa3637eb329eb1c38e562933853641ae79)) - A little more default value tuning. and note that commits 6588c4d and 4f96e1b also refer to #393([`f1256177`](https://github.com///commit/f1256177d94647497e1b70dd2410d3bb6c97a1d5)) - Added named constants for magic numbers, set TCP::NODELAY on all sockets, add a max_clients count, and clean up transaction forwarding. Also started framing sync response message timeout handling.([`4f96e1bb`](https://github.com///commit/4f96e1bb410fb41ce7bb3301357952f13895229c)) - ([`aaa97736`](https://github.com///commit/aaa977369db4726cb364b5c2456ec35f591a8f6f)) - Fixed include directory.([`54fdfea4`](https://github.com///commit/54fdfea40f1baa1876a92cdb8a3380e82e72f192)) - Moving memory_test to api_tests.([`e58d9242`](https://github.com///commit/e58d92428b4432ac5079501e17be4fa349809177)) - Fixed CMake for memory_test wasm outside of contracts.([`a3dce480`](https://github.com///commit/a3dce4808f62714d33b5d5687b659196a8784e2d)) - Fixed order for generating memory_test wast.([`179975b2`](https://github.com///commit/179975b22d9bf97da14b5ab38ab37fdf48b2a8bd)) - Added more unit tests for memory.hpp.([`76a00113`](https://github.com///commit/76a00113281f58d61ca9fd701444b8aad6a618c2)) - Added more tests([`5efb0ca3`](https://github.com///commit/5efb0ca384252b73c8f77e10bcea9018849c6369)) - Fixed logic errors exposed by tests.([`02cc93d3`](https://github.com///commit/02cc93d3a893f71f58b64939adb68bb48cd1bd91)) - Replace c stype casts and cleanup.([`16948245`](https://github.com///commit/16948245910f5f29fa857d5c372ea84de85842ec)) - Added slow_test for memory functions.([`c6f1eb62`](https://github.com///commit/c6f1eb62e029a010dd608d97c2d46441033bc48c)) - Added malloc, realloc, and free to eoslib.([`4d17e237`](https://github.com///commit/4d17e23727c27d0e56203b8353ddc2ee1b3ec1a4)) - ([`dbe42a60`](https://github.com///commit/dbe42a60c774c04a72c899a5ef6710b6ee408842)) - Fixing two dashes merging into mdash([`41b58d07`](https://github.com///commit/41b58d0727ced4435bfeaab9d67b29af3e471898)) - ([`69e166ab`](https://github.com///commit/69e166ab874389434b00af177001cdd58fc77b03)) - Add producer tests #375([`42dc0133`](https://github.com///commit/42dc013341227aab8be01af90453af19e3cf08a4)) - Add set proxy command #375([`18951fc3`](https://github.com///commit/18951fc30cf3913579d2467b947f7c629bdcbf20)) - Add create producer, set producer approve commands #375([`6f654293`](https://github.com///commit/6f654293e96fcc55ddd17a4382f8de65067ddcef)) - ([`1f06a481`](https://github.com///commit/1f06a481dc5a79cc1526b2f5aeb9eb1aa559dfac)) - Fixed issue 283 where node crashes if type are empty in Abi contract([`c562cb93`](https://github.com///commit/c562cb93b1d13df45e8b1189b665b8c59da2feb1)) - ([`a2cdb800`](https://github.com///commit/a2cdb8009aa687bc029453f582cf50cf4a755315)) - ([`8595fe05`](https://github.com///commit/8595fe05c43d192c3a2673b9743453de1a14a412)) - ([`0dd7291f`](https://github.com///commit/0dd7291f72588de4fb79c3639dc0e90c54a72034)) - ([`0fc21678`](https://github.com///commit/0fc216784ffb549a0d8d42bc0a10ca834ba9006d)) - Merge changes from master @ 40caeaa([`b858a261`](https://github.com///commit/b858a26192e7196bc87471685c3c6c9371130aa7)) - Add an explicit constructor for PendingInlineTransaction from transaction([`35cb9297`](https://github.com///commit/35cb92974b053ec66986448becf2a2acc9ddab74)) - Merging changes to master @ 481217b([`695b59db`](https://github.com///commit/695b59dbc2dbab3126f94dc1191369523375e1ae)) - Changed inline transaction to be optional ref EOSIO/eos#175([`cd7d0c67`](https://github.com///commit/cd7d0c6790b2e557c9399e1aab16fe6d485ae65c)) - Move transaction and message size limits to blockchain config so producers can vote on them ref EOSIO/eos#175([`4f3ee206`](https://github.com///commit/4f3ee2069966f3c613b1115d9e85bf1a8daa595f)) - Merging changes to master @ 90862d5([`4a881463`](https://github.com///commit/4a88146366cc100521df507d93033b6ee086699d)) - Catch proxy contract up to the latest changes to contract building, add ABI. ref EOSIO/eos#175([`738e29a5`](https://github.com///commit/738e29a5fad73290567c9c407137e0b061e34b96)) - Merging changes to master @b180419([`528fc7a8`](https://github.com///commit/528fc7a8b3a41a2040f086571c1b518421db02b5)) - Allow zero length messages, test for inline failure propagation and empty transaction failure([`befe1876`](https://github.com///commit/befe1876071454efd70b373632cb6f2e0dcd4fae)) - Add test for recursive inline messages, and add soft-concensus limits for recursion and total TX time([`8dd711dd`](https://github.com///commit/8dd711dd57a70b48a2215bc42cefde0b671b651b)) - Basic tests, more incoming ref EOSIO/eos#175([`9e22215c`](https://github.com///commit/9e22215cfd29dbc85353747a3d859e59b8677b7b)) - Changed API to be inline messages and deferred transactions([`59b5c209`](https://github.com///commit/59b5c209a982b28f1cb71e2cb2b2d37d0fe7ebb6)) - Initial implementation of wasm interface for transaction contract api ref EOSIO/eos#175([`45ad2937`](https://github.com///commit/45ad2937b949e0fb4b46d58bcbf5accce6271bee)) - Add basic transaction contract api ref EOSIO/eos#175([`f7158527`](https://github.com///commit/f715852775d8320eaa5dc8109a36d122ccbdcf8a)) - ([`d1c4407d`](https://github.com///commit/d1c4407d18a95b519d1a32dc57407be08274c641)) - Fixed problems with doxygen groups and submit latest generated version([`3b0057a8`](https://github.com///commit/3b0057a832b5bcab8f9dbec752c5d72925b22fe1)) - ([`6d18481b`](https://github.com///commit/6d18481b1837955c21124851897e8543fb93b9de)) - Add Currency Contract interaction #372([`11fb4046`](https://github.com///commit/11fb40461dc017327a4d2ae10fe04ce66cdee117)) - #372 - Change ilog to cout since all other usages are cout([`9414234e`](https://github.com///commit/9414234e76d9b7c1887a98268294eca6e83d5e7c)) - ([`f8f69d3b`](https://github.com///commit/f8f69d3b0cf8cec206a6347b3ad56977dad71695)) - Doxygen for wallet and currency contract.([`9f81447a`](https://github.com///commit/9f81447a61d5f51eb941439ff24b4bd0750e6d17)) - ([`bdbc2290`](https://github.com///commit/bdbc229044456bf987aa1f8f465b225ea92c165d)) - Perfect README.md([`072cd666`](https://github.com///commit/072cd666d9c056e66050f888f88b1bb7fd74bd9a)) - ([`a656579d`](https://github.com///commit/a656579da9e8cecd1750b9b362b5811dfe8e44b5)) - #374 - Add Access-Control-Allow options([`7782c20c`](https://github.com///commit/7782c20c5f6510394175583b91470ed9a932aa6d)) - ([`40caeaa3`](https://github.com///commit/40caeaa373c6d683a802f4fbe4dfa9555a1d8a4a)) - Restore missing initializer and use Google/Github constant naming convention([`421d06a6`](https://github.com///commit/421d06a620e705e8a32b9c787bcc10fce80d5421)) - Turn magic numbers into a named constant.([`fd9bfb66`](https://github.com///commit/fd9bfb6688a1e2acebd0f13ecd6ec12250b6339e)) - P2P Linux platform fixes([`9e9a6445`](https://github.com///commit/9e9a64454739f98ce97abb6e67bc187b1c7e6917)) - ([`b327cafb`](https://github.com///commit/b327cafba5fd233094729839980120ecee61f753)) - Fixed formatting of GITHUB_USAGE_PROCESS.md([`6763da7b`](https://github.com///commit/6763da7b99f12c2c4ba82e1d06f8a80ac5731c77)) - ([`18f8b840`](https://github.com///commit/18f8b840c54fba667a5d27705de2ee716e6e2e41)) - Copying over genesis.json and tests/eosd_run_test.sh so tests can be run in out of band builds.([`368dfd0f`](https://github.com///commit/368dfd0ff14b03b4df7d78684de58b0b991843c4)) - Fixed relative directory([`c230add3`](https://github.com///commit/c230add348b1e11f8c2fbf5e7d746752e2a75e09)) - Changing travis to perform an out-of-band build([`fddeaaad`](https://github.com///commit/fddeaaad50c26474f0a2195f366df14b321b4c32)) - ([`90862d5d`](https://github.com///commit/90862d5df59126fb4644d4588e51e74795405a4f)) - ([`f2b742e3`](https://github.com///commit/f2b742e392a12d1704bd9dd778efd29ac29338bd)) - Clean up the debug spam, fix up the last of the loose ends. #344([`e13ca538`](https://github.com///commit/e13ca5384f5026389c4efb32f7a586a786c841bb)) - More revisions to clean up syncing, lots of debugging #344([`9548350c`](https://github.com///commit/9548350c3832667ba4f6eef292ab04872b11869a)) - Clean up debug output. #344([`18331b2a`](https://github.com///commit/18331b2a3a04e56819acfa6b10bb1e3f2c530aac)) - Incremental fixes and debugging output.([`cfd2ecff`](https://github.com///commit/cfd2ecff012e4eb60d0c90e4fe40d06cb908c6fc)) - Fix for continuing the download of chunks until done. There is still a problem dealing with any new blocks created since the initial lot was requested. Also need to add managing timeouts or connection loss during a sync up. #344([`a93ac344`](https://github.com///commit/a93ac344a02b4e10ebdb76635fc885a66c19d628)) - More fixes still verbose logging #344([`89ccffc3`](https://github.com///commit/89ccffc36b480a9169e4f02f3d9b141fea40270a)) - Clean up the debug spam, fix up the last of the loose ends. #344([`8a3d24fb`](https://github.com///commit/8a3d24fb9fc65d4151efa58f487123e6e809c18a)) - More revisions to clean up syncing, lots of debugging #344([`6c4320a2`](https://github.com///commit/6c4320a2a9f0a3cf855d6c5ece4385c0e6155296)) - Clean up debug output. #344([`330fd542`](https://github.com///commit/330fd5427dcbb4ec852219c37936cbf880b7a8cc)) - Incremental fixes and debugging output.([`6fe60002`](https://github.com///commit/6fe60002f4f0b59eb82430f4304480b1a1d33299)) - Fix for continuing the download of chunks until done. There is still a problem dealing with any new blocks created since the initial lot was requested. Also need to add managing timeouts or connection loss during a sync up. #344([`b4078bc8`](https://github.com///commit/b4078bc8a2107b93ba050fad1c8e2a47544c63a7)) - More fixes still verbose logging #344([`cb13b5b3`](https://github.com///commit/cb13b5b37345b10d8b2575d8b0be8d570f1c493f)) - Multi-lining some of the source code comments([`a250a42a`](https://github.com///commit/a250a42a4fad15e129cd9e644de7e19d77a6b911)) - - Simplification of the command to use launcher([`b64cbed7`](https://github.com///commit/b64cbed70044db61da1585d47faa1c9336eff52d)) - Fixing -s flag to -o flag to correctly output the config file on launcher part of README.md([`0fc8c7ef`](https://github.com///commit/0fc8c7efd3f41d643640adfb8060f5602d8e1df8)) - Minor styling fixes([`3f74e09a`](https://github.com///commit/3f74e09ab45c879b1759841ddb5b11a167696112)) - Adding missing bash syntax highlighting([`05f04b73`](https://github.com///commit/05f04b7322d1a55304f7ee4a8268bd17b2f17266)) - Change commandline to bash syntax highlighting in README.md([`c6f4e355`](https://github.com///commit/c6f4e3556fe3c8237473872080fe7f8cf7364eef)) - Styling fix for README.md([`56732863`](https://github.com///commit/567328632ef3b60e3dd1e6242a3991ac4d276c4e)) - Final language polishes for README.md([`e47f6862`](https://github.com///commit/e47f68623225184939a543740f5c6d0cd57a2ea3)) - Removing {: .warning} tag([`3cad9f3c`](https://github.com///commit/3cad9f3c5529f4e9bc6c96114451f446b1cb6987)) - Changing a title of the item in Table of Contents([`4cb562ae`](https://github.com///commit/4cb562aed83a8c88e45bf9946936abfe99f83679)) - Changing position of anchor links([`ec15175d`](https://github.com///commit/ec15175da22262cdeda5dad7cd44ad01c853e74e)) - Fixing links in Table of Contents([`7fbf64ef`](https://github.com///commit/7fbf64ef0b806e4d38f7d056390f281b920c073f)) - Styling fix for README.md([`a325fba8`](https://github.com///commit/a325fba812a1ab97c5e0d91e0f158e4f89a2ff78)) - - Align README.md with kub styleguide([`b33d1748`](https://github.com///commit/b33d1748a89d6ad37b9faa6a8337df38715450f4)) - ([`b1804199`](https://github.com///commit/b18041998b8ca4348baea505215fa6a380fb0d45)) - Replace utilities::assemble_wasm with chain::wast_to_wasm([`0fc3e05c`](https://github.com///commit/0fc3e05cff0b9a9cea16f76a880b6b47b2ba30ae)) - ([`eaaa8b92`](https://github.com///commit/eaaa8b923bc1519ee41a982589509bd6f2c03ed8)) - Revise star diagram per Phil's explanation.([`e40d9366`](https://github.com///commit/e40d936676125333afeabd132a73f5fc2490bbbc)) - ([`703952d0`](https://github.com///commit/703952d04f385b0cda03878c3c87085a965bde3d)) - Update eosc doxygen guide split push message and query contract to different section([`be5631dd`](https://github.com///commit/be5631ddb82b348458acd81952249948ee90cdd5)) - ([`928a3326`](https://github.com///commit/928a3326ee019d0f821da203c2f5e9604362f839)) - * Fix deployment of compiled smart contracts to /build directory rather than sources([`ab7b8318`](https://github.com///commit/ab7b83185e2633544d1ae6dea8aac2dadab605cb)) - Styling fix for README.md([`4f427d30`](https://github.com///commit/4f427d307cd679541c2de424536c11cd85a19b08)) - ([`5e7a242c`](https://github.com///commit/5e7a242c425f1853891bcfe6d8ee5cdbcd819e36)) - #358 - Add account, transaction, servants tests([`e29ac8ee`](https://github.com///commit/e29ac8eeb8fea0b48e9352dbb943a20c701c8210)) - #358 - Add account history plugin([`7d46bb1d`](https://github.com///commit/7d46bb1da66e08c855d13ed16dfa109fd95cdaeb)) - #358 - Create multiple accounts and transfer funds([`01e3bc9d`](https://github.com///commit/01e3bc9d481c8840f960cd594c9ec68500f3c985)) - ([`e0dad4a8`](https://github.com///commit/e0dad4a825be68ff14ef2904b9f971f4165ef77b)) - #271 - Add check for return code([`9e599d25`](https://github.com///commit/9e599d2571a62cabf05ae2ec05ce136b7e6a5a00)) - Add create key, walletd, newaccount, transfer w/ sigs #271([`95fbf68e`](https://github.com///commit/95fbf68ea78a1b2280f71e6ed9fbd69ee3ebccc2)) - Add -skip-signature to launcher #271([`eef04962`](https://github.com///commit/eef049624deb7bd13e9a8b38eb86859099c9f744)) - Add -skip-signature option to launcher([`a54725dc`](https://github.com///commit/a54725dc8880fbab884b71020326a8b56b5c710b)) - ([`c6cff96d`](https://github.com///commit/c6cff96de34d9743a76af4c6b291954ede421ff1)) - [Testing] Add Set_Code macro([`ee984184`](https://github.com///commit/ee984184749320ed7f149bef57f0cbf6eefef84a)) - Add eos::utilities::assemble_wasm function([`44865dcf`](https://github.com///commit/44865dcfd6944857a7ea43bcb8320099f948b966)) - Fix installs([`08d11683`](https://github.com///commit/08d11683999dab96f57412aefb925d0fc47f2732)) - ([`85a1607a`](https://github.com///commit/85a1607aad197ab0447e96dd6c03d3e2004b5845)) - Update eosc doxygen guide for more wallet_api operation and account_history_api operation([`7c04b2f8`](https://github.com///commit/7c04b2f84f31e33ef69f2d02015bf773f79cc9fb)) - ([`6bbf1b88`](https://github.com///commit/6bbf1b8882ffcbb9aef7a1a0d638db0da8c2f1d5)) - Typos fixes in README.md([`06da7a72`](https://github.com///commit/06da7a72c8c7f485b632b317375049732b883205)) - ([`ccda92fb`](https://github.com///commit/ccda92fb9129b9ede6364d225717585d0d97ea15)) - Rename doxygen guidelines([`18e0bd8b`](https://github.com///commit/18e0bd8bef7f94452c4a7d6088e81d0b13d2531f)) - Add github usage process([`ff99152f`](https://github.com///commit/ff99152fc41a5148575ab8d2d5852fbbb8ca88c7)) - ([`6d147a91`](https://github.com///commit/6d147a91303b30fa258903c3bb893a92f1ac3a85)) - Add network topology diagrams([`df8e6191`](https://github.com///commit/df8e61912cb34ecb7b0b7d02ccd74e92eaecf43d)) - ([`24a21e65`](https://github.com///commit/24a21e65870f28ef7ef62d9f67b249176a35694f)) - Add Access-Control-Allow-Origin to config.ini([`914c526f`](https://github.com///commit/914c526fd7fce8971d7dbbaff69bfa5927a240c7)) - Add Access-Control-Allow-Origin to http([`ec68dc76`](https://github.com///commit/ec68dc763e6fe69fc717c73d599af4bf65182295)) - ([`d98f57a0`](https://github.com///commit/d98f57a0002c96bbad2a7a23242da50e0b3ceb47)) - Small print.hpp doc fix([`412aece3`](https://github.com///commit/412aece32853bb7461f16f5f4e053f05504eb919)) - ([`3492c967`](https://github.com///commit/3492c96760b7a254626c271d166ed99594dd18d3)) - Updated with doxygen and require_subcommand for wallet.([`fa5a80b2`](https://github.com///commit/fa5a80b21483def1607f685ff444c7244bf27ba1)) - ([`2fc527a5`](https://github.com///commit/2fc527a550f321f1930e6751778b89b3e7e3b0ec)) - Update eosc tutorial doxygen to match the latest eosc([`7d2d6572`](https://github.com///commit/7d2d6572340e53567d664e9c0d649089086b9033)) - ([`78ca338b`](https://github.com///commit/78ca338b30ac0bb6aa3466d3b5c55d2cf78d964d)) - Update README.md([`8a7e36cd`](https://github.com///commit/8a7e36cde871a7e6851e54dc604eb330c0e4d053)) - Remove eos-walletd and custom port from README.md([`76b11431`](https://github.com///commit/76b11431ee8d9dd1c52c4794d200b26a88163ec9)) - ([`f2709440`](https://github.com///commit/f27094401a45f3a81060e44502032faa4f47c910)) - I think this should be a const([`a8886a89`](https://github.com///commit/a8886a898f261ede9b3a9c1550b84fb74c6e7bb3)) - ([`84220331`](https://github.com///commit/842203314e6b1dcd451ece4d71763385ce980e51)) - Cleaning up the README.md([`f9e65d12`](https://github.com///commit/f9e65d126f231b3b5cca326f60f82539d60b7389)) - Cleaning up the README.md([`2fe2db89`](https://github.com///commit/2fe2db89a00d96eda2139e5aef33551838713668)) - Cleaning up the README.md([`2aabcf9b`](https://github.com///commit/2aabcf9b1c6ee92c4e349f34ced30ea90ade8ed0)) - Cleaning up the README.md([`2c589442`](https://github.com///commit/2c589442b62300d1dd346d800ba5761ce1912007)) - Cleaning up the README.md([`be555f9a`](https://github.com///commit/be555f9afef1aae32d9f6814fb050d89194059b4)) - Cleaning up the README.md([`f182583b`](https://github.com///commit/f182583b76dea3d021ade45bbe09c9e5f16bbfb7)) - Cleaning up the README.md([`1c8d2a6a`](https://github.com///commit/1c8d2a6a65949bbbcb95132f93af25ccf991f56e)) - ([`b6f21f31`](https://github.com///commit/b6f21f31fa39734a73cc2d63e93752f8418e047e)) - Improve interactions with eosc([`d16254c3`](https://github.com///commit/d16254c3e2eedb007927ec3c4304bf6cad5c8a33)) - ([`c84ee985`](https://github.com///commit/c84ee985bb538b3a369b65857febbc6dff9cfd8d)) - Implement the purger of entries in the local transaction cache. Ref #291 and #318([`23748ae0`](https://github.com///commit/23748ae09ffc7eaf9443eb575c3d60ee924b38a1)) - ([`dc2bfb91`](https://github.com///commit/dc2bfb91f60842cca6d146dc4c44a56e68839c41)) - Enhance eosc and eosd API([`f34354ac`](https://github.com///commit/f34354ac46779f53fce7f9dfc3c9a843a86e21ec)) - ([`487d424b`](https://github.com///commit/487d424b33edacf2ea9c379861084fa6289b8aff)) - Cleaning up the README.md([`084cd347`](https://github.com///commit/084cd347c99227559e8c48eee8d0650de52bb6ff)) - Cleaning up the README.md([`ed10e42a`](https://github.com///commit/ed10e42a85ce1304f08fbf73835482c5e7f83ac5)) - Cleaning up the README.md([`364ee68e`](https://github.com///commit/364ee68e589bb2017c1a716d1bf20034f7c575aa)) - Cleaning up the README.md([`86c5f52d`](https://github.com///commit/86c5f52d0cf7716519c75b6e1ccee3745033e440)) - Cleaning up the README.md([`99ac9acd`](https://github.com///commit/99ac9acdbaf37a7f9d74f4fae41957187c8f8677)) - Cleaning up the README.md([`e7102494`](https://github.com///commit/e7102494d0ab7269bb95710fcb544ed5e3ee578e)) - Cleaning up the README.md([`f3800604`](https://github.com///commit/f380060445017e4dd6aca83d9001eb92db67fe7b)) - Cleaning up the README.md([`0b226e19`](https://github.com///commit/0b226e1918b636f28d670701ec61f9a6e023a007)) - Merge remote-tracking branch 'origin/environment-setup-update' into environment-setup-update([`dd089d1e`](https://github.com///commit/dd089d1e062937442fae6a85f6e99ce726df1b75)) - ([`708f7ccb`](https://github.com///commit/708f7ccb077170ccff4986fadd251349c7c1fc79)) - Cleaning up the README.md([`bc2dc4fe`](https://github.com///commit/bc2dc4fe3f851b06c79abfb320e8d2d4fdcbc76c)) - Cleaning up the README.md([`b858441c`](https://github.com///commit/b858441c7bf4b824ceb31fce700ebc25e21f3288)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`540f356d`](https://github.com///commit/540f356ddf2c3d35d2572cb1b0b20f289269fba1)) - Clean up README.md([`ba914639`](https://github.com///commit/ba9146393ce3d6652e758ec726a612d47ce111e1)) - ([`06952aef`](https://github.com///commit/06952aef06e1326dc0f72c0f8de9734140842400)) - Fixed the bug to push messages unto blockchain using eosc([`a42c7c5d`](https://github.com///commit/a42c7c5d3f3e4b170aa84130beb0478a9202d83a)) - ([`70b6718c`](https://github.com///commit/70b6718ccd651d828194104fcbe2d361e9a4b201)) - Implement ABI for Native Contracts #215([`b2229d4a`](https://github.com///commit/b2229d4ae7abc9b9e92e5188929cbec41cdea741)) - Update info returned by git account to include properly formatted EOS and accurate parent authority([`39c7151f`](https://github.com///commit/39c7151fbab823d946698e11a25db9637da54f4a)) - Improving get account([`2c08d520`](https://github.com///commit/2c08d5203f0c57b0988d84e486122849e588dafb)) - ([`a198cf3f`](https://github.com///commit/a198cf3fb937e5e221606dc92b5543d5cb618469)) - Add back necesarry setps for acccepting a client connection. ref #291 and #306([`5a5cfe81`](https://github.com///commit/5a5cfe81889317615368d263c9787297a9d38da6)) - Intermediate commit, still has TODOs. Not ready for a PR, ref #291 and #306([`fbc0a1db`](https://github.com///commit/fbc0a1db11e8bd5de4dbff6317b681bf565a562c)) - ([`1fd9aa24`](https://github.com///commit/1fd9aa249a37bec60a2abe5e2c7f8b0dcb7cae26)) - Readme add binaryen chapter for WASM compiler([`de17fe3d`](https://github.com///commit/de17fe3d410bd561c6373fe8f2e9256bdb752acc)) - Fix travis cmake use -DWASM_LLVM_CONFIG([`9d04aede`](https://github.com///commit/9d04aeded9fc8afdad9e30897e75b8f015f713ae)) - Standard optimization Docker build([`f1b6897a`](https://github.com///commit/f1b6897a1bbecd61bb75f1ec5aa492097c578295)) - ([`f5d9d6c4`](https://github.com///commit/f5d9d6c4f2e533cbb7d9353fe67c89dee2a9dd6c)) - Removing unused files from source tree([`6a95c79f`](https://github.com///commit/6a95c79f200609df4f81ba092eaa37234d81a32c)) - ([`643ce34d`](https://github.com///commit/643ce34da48c39e8b3b54de91936caa196767ad4)) - Fix header include([`46a78486`](https://github.com///commit/46a7848614b45bea5c043b5d6c7f291a7253be69)) - Make sign a flag instead of an option([`65321b2f`](https://github.com///commit/65321b2f2f1e62cd2d6dd50f0d4106dcebe4c430)) - Add signing option to eosc([`c285b099`](https://github.com///commit/c285b099d38f166d954e537f3ff2e59334a35be4)) - Add get_required_keys to eosd([`f23048a0`](https://github.com///commit/f23048a0c60db06d9e1b2b7cc542b65228181f03)) - Add chain_controller get_required_keys test([`50bf83a6`](https://github.com///commit/50bf83a67043b996a8b0008bfc8246700eded89d)) - Add get_required_keys to chain_controller([`1c9a29f8`](https://github.com///commit/1c9a29f8e1f85ae144c72d93f0504a5baa9e7cdd)) - Added temp eosc wallet interaction([`28e0cf0d`](https://github.com///commit/28e0cf0d2039b059a7aafebcbc5cc48c41d86d35)) - Added timeout to eos-walletd([`68037370`](https://github.com///commit/6803737043cb0a3de694e14677a299c1516cdd32)) - Moved wallet to eos-walletd([`9b29b091`](https://github.com///commit/9b29b091c3d23eb30c62f1fc96d4feb241ac7d38)) - Added comments to wallet_manager([`784f1b59`](https://github.com///commit/784f1b59e5263567e87a0ffff74ebcf1e6cf1c62)) - Added tests for wallet_manager([`c7786893`](https://github.com///commit/c77868936642ab80d06522a9273d4fafa4f4350d)) - Added wallet_manager. Moved wallet to plugin.([`e6101f52`](https://github.com///commit/e6101f52b6607f353260de8f37cf985865f96799)) - Simplified wallet plugin([`e9b550b2`](https://github.com///commit/e9b550b28b8946653bddd80f293043d23c15e945)) - Removed explicit initialization so can be run with only the wallet plugin.([`fe466dbb`](https://github.com///commit/fe466dbb96d6ad935805a083cdb8f150a277c2ad)) - Framework for wallet plugin in place.([`0441a275`](https://github.com///commit/0441a27545e688c5e798bb9e37900c7dfeab7ded)) - ([`97deaebe`](https://github.com///commit/97deaebe8b989677ade36ad1dc3209b897f7cb87)) - Adding back in transactions subcommand and fixing merge error from master.([`34ff95fa`](https://github.com///commit/34ff95fa629969ff799696d5f74f8fd72617c268)) - ([`fb33d8d2`](https://github.com///commit/fb33d8d22ce708724e8977ad77a6653fc53f8f35)) - Interactive input+history to docker conv script([`ae3f049c`](https://github.com///commit/ae3f049ca7fe597e24d42bce00e1f58057233e3e)) - ([`59d3fb5d`](https://github.com///commit/59d3fb5d411fddaa0cfb65462806c57c39b440ba)) - Update definition of require notice([`ef1854fa`](https://github.com///commit/ef1854fa54ce9a2dc9c4e85ed5e1aeb6c9b542ee)) - Updated doxygen([`42d484ba`](https://github.com///commit/42d484ba064ffde7bdb1e84f3367f40c680a5243)) - Add examples for message.h([`75c1d9b2`](https://github.com///commit/75c1d9b230b0248c78f2dd269fc8bcfece7d3b12)) - Updated with doxygen and examples.([`81550dee`](https://github.com///commit/81550dee73680bbcae46f95aad47dc67c463e154)) - Documented class API with examples at class level.`([`a4258b74`](https://github.com///commit/a4258b741fa7b0a7ec64f2c9785ef39261c6d876)) - Update Doxygen guidelines.md([`eff9ce47`](https://github.com///commit/eff9ce478913212ed09e300f1970744cd89bf13f)) - Modified example documentation in math.h([`992c5774`](https://github.com///commit/992c57740c221e7df5ab33d626ea80b512e95af3)) - Add example for Smart Contract API print and math([`08f9becf`](https://github.com///commit/08f9becf270e960e29309c28d70ee6b579af74b3)) - Add documentation for Smart Contract API Message and Token([`2031cde5`](https://github.com///commit/2031cde523db4b055364478b0159d07e28ce9f00)) - Add documentation for Smart Contract Math API and Console API([`0829788a`](https://github.com///commit/0829788af46f05ece0c76a49c8cb8c65cc9cbabb)) - ([`817dd2de`](https://github.com///commit/817dd2de5817273e54de6b2a080cb168bd2b9b04)) - Added docs([`cd1cc3b9`](https://github.com///commit/cd1cc3b984d0f82ea2dd08706268cfdc3fa6deb8)) - Added argument support([`96cf7f48`](https://github.com///commit/96cf7f4806207a68a2207a41da38d66e47381d16)) - Docker eosc convenience script([`670078e8`](https://github.com///commit/670078e8c361e6d131c7ad2462f55aefb73da5b7)) - ([`3af3ae68`](https://github.com///commit/3af3ae682ca7505cc2b4ced22155319c32443915)) - ([`7b745f9d`](https://github.com///commit/7b745f9d06d9c5e9a2bca7b9f37c9bb942a83456)) - ([`190ea1ee`](https://github.com///commit/190ea1eed16c2bf228dafb5ef1d83180a6508842)) - Fix #288 (P2P hang) and remove unnecessary protocol message([`1566bf95`](https://github.com///commit/1566bf9559363f393937daf23004a4e562e303ef)) - Fix for 287, skip signatures respected while resyncing([`396291ff`](https://github.com///commit/396291ffc5d1495f914b5433a6785eb8fc463ff0)) - ([`05e9ae32`](https://github.com///commit/05e9ae32dc0e4817dcc944d7d7d347129edcd9bc)) - WASM_LLVM_CONFIG -> -DWASM_LLVM_CONFIG([`00c6f0ea`](https://github.com///commit/00c6f0ea61253b380fc42fea2c76ff05974d18ab)) - Update genesis.json([`74465ac4`](https://github.com///commit/74465ac472f5ced0e1eb4c6cc4c0775db56682b4)) - Removed unnecessary whitespacing([`0031055e`](https://github.com///commit/0031055ed1bfb59a301d6e6a8eeb37dd028d3947)) - Fixed Dockerfile according to #293([`c22a062b`](https://github.com///commit/c22a062b3bb0384a28c61118e46639fb8029f24f)) - Updated Dockerfile maintainers([`dfa7d7c2`](https://github.com///commit/dfa7d7c27c42c969121c5f01bb2cabb71b5676bd)) - Updated readme([`12845730`](https://github.com///commit/1284573014e5bf78bfd2059d7818e8aebe5dbb98)) - Updated readme([`a80283b1`](https://github.com///commit/a80283b119860949fafd827946bdd858451bc094)) - The genesis is in the repo root([`bd976b8e`](https://github.com///commit/bd976b8eee87f8f6128bd15de506be57a5973435)) - Readded gitlab ci([`f3c23f6f`](https://github.com///commit/f3c23f6f68ee53e7840146f2c5beec45591eefce)) - Moved Dockerfile and fixed build errors([`4bdd2be0`](https://github.com///commit/4bdd2be0489c758a8590fffd589d0e1dd40a5218)) - ([`256e95e9`](https://github.com///commit/256e95e962d4ec0d173b3ba219de81f4c5aae0d5)) - Adding duplicate docx how to build steps for binaryen.([`5078f93c`](https://github.com///commit/5078f93cf01d370b6e79c462331577a8eb2fa9ea)) - Missed passing BINARYEN_ROOT to travis.([`da2a0b2e`](https://github.com///commit/da2a0b2e021f4666c12389a16daa5f9caa0a80cb)) - Fixed to only use BINARYEN_ROOT if set to cmake.([`5132efba`](https://github.com///commit/5132efbae77d601b396d8568d2c5e9a68a7f3bbe)) - Cleanup and fixed env var to cmake var.([`0367ba35`](https://github.com///commit/0367ba35ad88c055a6ba60fdc1181667e6fa1bff)) - Changes to cmake to locate binaryen binaries.([`41321bde`](https://github.com///commit/41321bdef1b9cb03a316a002754cd150144baa77)) - Removing binaryen submodule and making it an external dependency([`7b51c0cd`](https://github.com///commit/7b51c0cd13a6ac94c090018fb764e18ddb90d685)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`b9a2e54d`](https://github.com///commit/b9a2e54d3d77d42203aa0438314723707b99e4d2)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`d7ab31c5`](https://github.com///commit/d7ab31c531c5015cd3d9b6aab3b98f13462b8a95)) - ([`1e5c3498`](https://github.com///commit/1e5c3498d6631aec993b30cd593a5d4e010afcda)) - ([`7a76f684`](https://github.com///commit/7a76f6849aafb2ae11866d6430f13909415be9e8)) - Add missing quotes around doc string([`a5f22173`](https://github.com///commit/a5f221733e25eeac3ac755c3e0757c630a30eda7)) - Cache WASM_LLVM_CONFIG value([`599471a3`](https://github.com///commit/599471a34bb9db642604114e2c1ae3fa6ae75dd1)) - Fix typo.([`b127c00b`](https://github.com///commit/b127c00baef14e6793cf62b535f93e881410f972)) - ([`0dc2c398`](https://github.com///commit/0dc2c398be0bf46b5dfb9bb83d41186a376f79e9)) - Update .gitlab-ci.yml([`d6715f43`](https://github.com///commit/d6715f430e503ee31ad882f247fe0706c4e0cd07)) - Specified the commit([`42c7063a`](https://github.com///commit/42c7063a8093acc0cdb8a4a845c6d5e00db5a3d1)) - Added gitlab ci docker building([`f2ed40d0`](https://github.com///commit/f2ed40d07e66ecd711b91057108a47732f4a9404)) - ([`c49a820e`](https://github.com///commit/c49a820ea41820fc08fe56b34edd608d7c5022bb)) - Added argument propagation with docker([`59a4ff72`](https://github.com///commit/59a4ff720885827914ea3ce140d0d841d2033a96)) - ([`08db6851`](https://github.com///commit/08db68515e617db9320c8bf21e36f80ee6dd2893)) - Remove snapshot files([`b381f7fd`](https://github.com///commit/b381f7fd7247a131a4d6c172682dcf0ac3d394d6)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`5eb31f5b`](https://github.com///commit/5eb31f5bba13f3587fe11c05ee9dab61517fa60e)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`f6a93239`](https://github.com///commit/f6a93239b018309ee3093b9f1d5818cd2527ad63)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`6c53c027`](https://github.com///commit/6c53c0279be922c187c3fcb432d539f861b806e6)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`e9fece5f`](https://github.com///commit/e9fece5fe3217bc09e41f4213488c0038939ee17)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`b526fcd6`](https://github.com///commit/b526fcd6c1d2ed02656f4519b5cece55ee9d3015)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`d6222a91`](https://github.com///commit/d6222a9193d962fbd6af4b02ce99ee00f15e01d9)) - Updating README.md to show a clean path to setup a simple node on clean install of Ubuntu 16.10([`295c302c`](https://github.com///commit/295c302c29475ba7d7533f2e40e1c6e0c7ad9503)) - ([`34b1c7fc`](https://github.com///commit/34b1c7fc82282e6896d11e4f29af07ea4158ce78)) - Resolve conflicts([`889212f3`](https://github.com///commit/889212f3c8269264527a25b3ba3c0ab523781a27)) - Making pending transactions accessible via public method([`3f426bc3`](https://github.com///commit/3f426bc3a4a4ca2b5cc32b44528599bd1e97f3b4)) - Update default max block size to be 1 MB([`f6026439`](https://github.com///commit/f6026439cbf9106fc0465fe17665230b86001357)) - Update producer plugin print statement to report trx counts([`d4cb8b39`](https://github.com///commit/d4cb8b390856e8cd04693fe00e4e9bcf767094a8)) - Comment out http log messages([`ed4eaf28`](https://github.com///commit/ed4eaf2800677c25a21904d6f8b924e440eb50b4)) - Update eosc with benchmark commands([`6f371a35`](https://github.com///commit/6f371a35b357aeaf7128b44002fff03edfc04fb3)) - Update max block size, fix performance of chain_controller::head_block_producer, and increase batch sizes for benchmark([`34a6cd84`](https://github.com///commit/34a6cd846ffe3aea99a387c111fb29f2138b8fe8)) - Making pending transactions accessible via public method([`b7eaf11c`](https://github.com///commit/b7eaf11cd978784ae11262723a2df5f433c6221a)) - Update default max block size to be 1 MB([`2b658f28`](https://github.com///commit/2b658f28cf9f49fd415ec3431bbaa96686e3fbe7)) - Update producer plugin print statement to report trx counts([`ff122125`](https://github.com///commit/ff12212508998cb5a8dded700289e8f552d8d96d)) - Comment out http log messages([`daa0081b`](https://github.com///commit/daa0081bf4727b30b2a4f0268ee8f4365c1f2930)) - Update eosc with benchmark commands([`6abf27d4`](https://github.com///commit/6abf27d4ac0473fc9fbb0c3b8cbbdcb47b2aa938)) - ([`91b0e33f`](https://github.com///commit/91b0e33f1ebf445784e88348cd5c06dedfedf0ab)) - ([`666e0d56`](https://github.com///commit/666e0d56e2501d370a0c3f49e88c90b8ac66e35f)) - ([`42172d3f`](https://github.com///commit/42172d3fbe0b2302298c678e901915af231215df)) - Fixed grammar([`96cd8108`](https://github.com///commit/96cd8108860d054baba3fbd5c3e4dd5073b40a6f)) - Added skip-transaction-signatures requirement([`961e3db2`](https://github.com///commit/961e3db20314535e2206e10638f980f14798a4aa)) - ([`d5093abd`](https://github.com///commit/d5093abda9c743faf9ef5f32a5ef14a7bccef3e3)) - Fix typo #258([`e54c4ccb`](https://github.com///commit/e54c4ccbda205a448bd17690f099656f0dadb68d)) - A new test for launching eosd, giving it time to produce blocks, killing it and verifying the result for #258([`871f9cd1`](https://github.com///commit/871f9cd10d0859547b1813243f9e8a4f24e4f4b5)) - ([`4d98e29a`](https://github.com///commit/4d98e29ae94ecedabc91e352d9292db603d89fe7)) - Add a single threaded scheduler and make it the default ref EOSIO/eos#263([`4d96684b`](https://github.com///commit/4d96684b1a989457cb85577ebae5522c52577675)) - ([`2534e052`](https://github.com///commit/2534e052f7fd130949d7a81ae1709946a244d5c8)) - Add doxygen guidelines([`a17d19f4`](https://github.com///commit/a17d19f4604f1ea1732535122b9340c482842be8)) - ([`5255ae5a`](https://github.com///commit/5255ae5a8b3be657402b795fc23d20031deb7c74)) - Clean up push_transactions and performance enhancements #243([`acbf7130`](https://github.com///commit/acbf7130562809dffa90dfa5245a4b1780acdba5)) - Implementing push_transactions api #243([`c23a8f05`](https://github.com///commit/c23a8f05c13404ec781f65907a553bc81ba7c666)) - ([`d301478e`](https://github.com///commit/d301478e6da9c3e564bba36d30a05eca5d9c9e4b)) - Merging changes to master @6c355fb ref EOSIO/eos#203([`5df4a75a`](https://github.com///commit/5df4a75a02515c549da79515f4522cb084252dc7)) - ([`fa57a756`](https://github.com///commit/fa57a756dd3a8442b28d78976da595c92ba506dc)) - Added lookup of controlled accounts by controlling account name.([`d79c72b2`](https://github.com///commit/d79c72b2e45a963408abeabbeeab0d4f5542fff2)) - ([`ba749f3d`](https://github.com///commit/ba749f3d62f12c78a426247b1ef07d2accf8fee8)) - #180: Merge branch 'p2p-txnmgnt-180' of https://github.com/eosio/eos into p2p-txnmgnt-180([`a7f507f6`](https://github.com///commit/a7f507f62f1a3477d8f771e4ef69dbf0f717fbf7)) - Ref #180: Add in issue referencing from the commit. Also fixed a couple of runtime bugs, more to come([`5157315b`](https://github.com///commit/5157315b369a9925bc47380dc7cc9c26d1225f98)) - Adding in more transsaction forwarding logic([`b1b5109f`](https://github.com///commit/b1b5109f96e66a1369d5845b40ef38a68fcbeaeb)) - Add node specific transaction cache([`e903472f`](https://github.com///commit/e903472fcd9df395cbd5afcafdca54e4620f5a6c)) - Remove obsoleted script([`1bdd35eb`](https://github.com///commit/1bdd35eb05538076edca257d7d099c645938d334)) - Ref. #180: added optional signal option to launcher kill command.([`5a6b38c1`](https://github.com///commit/5a6b38c1fbcd85300a2861bc002585a28abc166f)) - Ref. #180: add incremental fixes for block storage and sharing. Also minor mods for launcher and testnet.md([`1e7cdff5`](https://github.com///commit/1e7cdff593e623f2538b73cdec3b99f4d5a2f333)) - Ref #180: Add in issue referencing from the commit. Also fixed a couple of runtime bugs, more to come([`ff5733e8`](https://github.com///commit/ff5733e873aaa62b54fd61c4e4d9d1c1adf26808)) - Adding in more transsaction forwarding logic([`2e184af0`](https://github.com///commit/2e184af0a7443c170cc98b49cb53e59c9f726a25)) - Add node specific transaction cache([`d83ba553`](https://github.com///commit/d83ba553d70be9266dc5cb6e32ff9e7aeefacfe7)) - Remove obsoleted script([`f5d4b8bb`](https://github.com///commit/f5d4b8bb1803f886a65ebb1ce97be81e308f5f84)) - Bugfix from bad merge ref EOSIO/eos#203([`92080f5c`](https://github.com///commit/92080f5c6cdedd08a827439c77ed9b1e76cdd4f8)) - Merging changes from master @fa57a75([`9146960d`](https://github.com///commit/9146960d920fe6a46b4daf2dfdffc58df38c6647)) - ([`31a76a10`](https://github.com///commit/31a76a104549133329e3aa5c90f915bef73ad6c2)) - Merge changes to master @913639a . ref EOSIO/eos#228([`8c34cd9a`](https://github.com///commit/8c34cd9aa601f6449f0872316fdb6b884b8aa86e)) - ([`438bd694`](https://github.com///commit/438bd69449fd29c2bae142a815c73befda1d5139)) - Fix eosc reference to transfer, #248([`7b48656e`](https://github.com///commit/7b48656ef86c9f8a6a2f26957b981b034878d938)) - Fix build errors caused by memo #248([`b6f98b8d`](https://github.com///commit/b6f98b8d50ef839f99fbbe4a2a9b0d1c66e5a2e3)) - Adding memo to transfer type #248([`77313603`](https://github.com///commit/77313603d5a654a14071792407c9827a9cb04541)) - Adding early draft of EOS block architecture([`5ce0054e`](https://github.com///commit/5ce0054e0042ded4e6c5174e4a76d1048f061ad2)) - ([`d41c7cce`](https://github.com///commit/d41c7cce765ce54dc3d99ed5c402725941fda4da)) - Fixed merge error from rebase.([`2aaacad1`](https://github.com///commit/2aaacad135fb5fd7fd5fd7c779f5fe502d24982d)) - Adding tracking accounts by public key.([`1a1ec658`](https://github.com///commit/1a1ec658f338d33e075b122307a93273d25e0b1e)) - Adding object for tracking public keys and renaming account_history_object to correctly identify transactions.([`f9d61140`](https://github.com///commit/f9d6114078d44900c154ce03198e7047bf6d40f8)) - Fix bug I explicitly introduced to test exception paths (then forgot about). ref EOSIO/eos#228([`1a472b5d`](https://github.com///commit/1a472b5d6987fdf98bd4131b09aba0bf47b91947)) - Remove transaction_helpers namespace in favor of method prefix, ref EOSIO/eos#228([`81e92613`](https://github.com///commit/81e92613aa0f58e68ca9bddee08f92bed6c009f1)) - Put `inline` inline... see what I did there? ref EOSIO/eos#228([`65a07be4`](https://github.com///commit/65a07be4649b7ad26d17fe92d1c01cd221ab5083)) - Remove try/catch spam with immediate strings concatenated only when exceptions are thrown. ref EOSIO/eos#228([`ea8648cc`](https://github.com///commit/ea8648cc3e647aaa285947bc63de3a161468ef05)) - Ref #203: Update docs([`0b55c250`](https://github.com///commit/0b55c250732ffa8485b657bcde8f8180b3a62e56)) - Ref #203: Document eosc updates([`ce454c47`](https://github.com///commit/ce454c478785d70e6c7e5943cb21ad2f9b903add)) - Ref #203: Bugfix([`f60a18d3`](https://github.com///commit/f60a18d3b8b41525e390cba76a181f2a084405bb)) - Ref #203: Fix bugs([`0d24cfb9`](https://github.com///commit/0d24cfb908b3c971fe468bf8718c420f71b31371)) - Ref #203: Cleanup eosc([`44156ccf`](https://github.com///commit/44156ccfeda0b53ab64aa7cffc2a36758e55037f)) - Ref #203: Updates to eosc([`4e6a6450`](https://github.com///commit/4e6a64500e66382f957e71b90a839ca8b3859984)) - Ref #203: Update push-trx command([`6b83fc47`](https://github.com///commit/6b83fc472dabf1cf4c3ef6fbbeb3e14d3ec1aa74)) - Ref #203: Add transfer subcommand([`1ed1dc70`](https://github.com///commit/1ed1dc7020cdc9a2f7677af10816b80eba0c8d08)) - Ref #203: Initial work on eosc overhaul([`f40f189d`](https://github.com///commit/f40f189d3647d682f46a900c7fc42bfda93a4a48)) - ([`62458375`](https://github.com///commit/624583754d5425ae8a03e08b4b11d09db41ddd5d)) - Split out transactions lookup by account into its own index and removed unneeded db locking.([`afbb5994`](https://github.com///commit/afbb599434f18a8dc6af994559df7c0dc0007dec)) - Splitting out tracking account transactions into its own index.([`6283188f`](https://github.com///commit/6283188f41aa5c418447f30c4b0a3cbe03329121)) - Peer review changes to rename to is_scope_relevant and change get_transactions interface to indicate the sequences to skip and the number of sequences to return.([`f0d14a0c`](https://github.com///commit/f0d14a0cb64211b23dfb4cb27be19fb9a3266fe0)) - Renamed file to match class name.([`c35c6423`](https://github.com///commit/c35c6423bd86bc25e98de5d70b6fe2c126d53d1c)) - Changed time limit to be in milliseconds and improved config parameter description.([`3cdc5c03`](https://github.com///commit/3cdc5c031ab132f5987f976d4e90048ff0d7ce76)) - Adding limiting of time retrieving transactions.([`9aac8679`](https://github.com///commit/9aac8679e5857d0b95ba14afbff44049bca6c7e8)) - Changed to sequence transactions from most recent to oldest and use start and stop sequence numbers to limit transactions returned.([`fae6de72`](https://github.com///commit/fae6de7283e8a6a23fec8f7a470c1241b3ae0e8c)) - Added retrieving transactions for a given account and also added configuration to limit transaction tracking to specific accounts.([`6052e7e9`](https://github.com///commit/6052e7e9ac2bded4072acc0ea4bf8e5624abcdb5)) - ([`3deb6f4d`](https://github.com///commit/3deb6f4d784375f69ed6f7f970297ae620a5ffed)) - Implement get_table_rows for every table type #193([`0313558e`](https://github.com///commit/0313558eca5bbe58bd6ee34dc98bfde1d810c9c8)) - Add simple db contract([`43b85228`](https://github.com///commit/43b852282c171b602a060de30e9d6d4b0de79596)) - ([`72656e5e`](https://github.com///commit/72656e5e9164c53d45884b1ece9fcf5cf900485a)) - Remove threading from http plugin, potential fix for #202([`f24e686c`](https://github.com///commit/f24e686cb5fe3411729702a66cec7c2fb2a79309)) - ([`9efdcbff`](https://github.com///commit/9efdcbff00275f7198a4cbee26075e8676923026)) - Check derived output against the outputs encoded in a block. fixes EOSIO/eos#224 ref EOSIO/eos#174([`96ebf959`](https://github.com///commit/96ebf95921a55457d7d931e9dd4cd34abac2f6b9)) - Add processing of GeneratedTransaction sharing code where possible. ref EOSIO/eos#174([`d54bc83c`](https://github.com///commit/d54bc83c095fb8a2689ce9a41ffe31f045173427)) - Allow validation of GeneratedTransactions and unify as much code as possible. ref EOSIO/eos#174([`d432b6c2`](https://github.com///commit/d432b6c20db31db3f731497e1581c7eb000892dd)) - ([`54b2387d`](https://github.com///commit/54b2387d49d170bf2c6a9c5f1e7a0e17f080edbe)) - Merging changes to master @cc2e790([`77a52185`](https://github.com///commit/77a521859ec40c2a15a41098815603b87b4bbf84)) - Merging changes to master @8f8a022([`43e04d3d`](https://github.com///commit/43e04d3d5b6f50635c183996ee07c203f788c158)) - Merging changes to master @85e4c46([`e0bbe06d`](https://github.com///commit/e0bbe06d7c2a3dafe7809f2ed721c2f769da1f91)) - Address the resolution regarding code accounts irrelevance to scheduling([`64005536`](https://github.com///commit/640055360017f50454ff0c14eb64fcbdfe7eb523)) - Merging changes to master @7f1080a([`9758cc1a`](https://github.com///commit/9758cc1a9c01059cfeb1012aec926b0ec41d75d3)) - Changes to resolve review feedback([`daed208b`](https://github.com///commit/daed208b46c1931e1de3083f94810b5697033772)) - Merging changes to master @27281ca([`b05922ea`](https://github.com///commit/b05922eae2667666e06337c698a54244b72b351d)) - Merging changes to master @ce52012([`73a665fb`](https://github.com///commit/73a665fb2dd55eb7f7342762a385a183e8f9bacd)) - Merging changes to master @73434fe([`81248dfe`](https://github.com///commit/81248dfecce5c9720f6b292984fb23865b5b873b)) - Clean up bad merge resolution([`19d3500d`](https://github.com///commit/19d3500dff5cde6520e046c9df3f7cd2d5cd1650)) - Merging changes made to master up to @5ccf1e4([`e36d52bb`](https://github.com///commit/e36d52bb02afa9523a5f6b888d049e9a534c9ec6)) - Merging changes to master up to @4a18bde([`d29465c1`](https://github.com///commit/d29465c191ca49ea1f9142b12b553e4057265d4c)) - Respect `AccountName` s mentioned as the `code` member of a `Message` when scheduling([`5d76c1ed`](https://github.com///commit/5d76c1ed292d7a89e4f32645a1d82e267e409cd3)) - Add include needed on travic([`67293736`](https://github.com///commit/672937360ae33fef5a67c98fa0e684881b4725e3)) - Add some fuzzing meta-schedulers for testing([`f24e7176`](https://github.com///commit/f24e717607ad0d21830ae694c096c6ad6f09a8e1)) - Make the scheduler potentially vary per produced block, controlled by the producer plugin([`e3f22656`](https://github.com///commit/e3f226567a189f130f655b2a2fd82a094dd9ee34)) - Include pending generated transactions in scheduling([`d0828b2b`](https://github.com///commit/d0828b2bce1812c045c94bf024a01aef658061c1)) - Add naive scheduler to block production([`133442b6`](https://github.com///commit/133442b6f94e165610eb20d7acd4c2910c4b4439)) - ([`01cce886`](https://github.com///commit/01cce8867dd61dcd65fd14113b6679fce503873c)) - Use cpp_bin_float instead of cpp_dec_float([`2b5e2d4a`](https://github.com///commit/2b5e2d4aed9cf0082aa3203a714cae83af1dbbd1)) - ([`df3cd1e0`](https://github.com///commit/df3cd1e0667b098a5c0ca5e27ae89c9bd2d6cd46)) - Edited readme and file formatting([`1986d4b6`](https://github.com///commit/1986d4b6d39b9ac9bfc83dc4aa045df8a4b091b0)) - ([`0c389709`](https://github.com///commit/0c389709dc488598133a2653be355a8e2ee34f3f)) - Reverting unintended revert of chainbase submodule.([`b05cad10`](https://github.com///commit/b05cad109462577c789a998d32b9a8ccb862f641)) - ([`ea65d0cc`](https://github.com///commit/ea65d0cc3660759b2b98e14f13c1e16077adee68)) - Changed balance threshold([`fe919a54`](https://github.com///commit/fe919a54007ef2c928ba56c8f5d2997bcf1dd2d9)) - Removed deprecated reference([`bf622da3`](https://github.com///commit/bf622da3e46eb23472947c90942e6bccb63bf485)) - Removed deprecated reference([`a99fbc08`](https://github.com///commit/a99fbc088400a0d8f72825aad92f5fc0d783c8a5)) - Some ocd([`dca403ac`](https://github.com///commit/dca403aca063e55e597861070bcdf3a19d2d1b74)) - Move instatiation to init([`771e8116`](https://github.com///commit/771e811639edf2f549bba2d827546554c45009ff)) - Added loader([`6349b1d2`](https://github.com///commit/6349b1d29ca9d6de2409e6a7e8aeabdfe548cd8b)) - Syntax error([`9ca3f8b1`](https://github.com///commit/9ca3f8b16b908261b6f52c4bdc7e6c45d51e3a28)) - Cleanup([`b66f679a`](https://github.com///commit/b66f679a4bbf6e953a68a447610b8e03da1fd504)) - Update fn reference([`97d30a07`](https://github.com///commit/97d30a07bd235890db1021f924e6af7c78e333da)) - Housekeeping([`f906653b`](https://github.com///commit/f906653bf47b1f6646900404615bd1bff3cf4a0e)) - Helpful comments([`a0871f14`](https://github.com///commit/a0871f148619f778c9c5b8986a2bd5d7dddef043)) - Changed font size([`5a1457f3`](https://github.com///commit/5a1457f38e6acd15b6c5b15b1a0019759d5ab79d)) - Move fix key fn to Registrants([`a6896431`](https://github.com///commit/a6896431a1b20b07eb8ad9cf1ce7abb38b1d550d)) - More logging([`d3e79c3f`](https://github.com///commit/d3e79c3f4bfab3b9d268315e8b5981643b88ac7e)) - Added some logging to export([`f1d1330e`](https://github.com///commit/f1d1330e456066482345aea3a3c3a002bb9a033f)) - Moved logging to Registrants([`cbe24722`](https://github.com///commit/cbe2472222e9a62d32e3e24a8935eba921aafcf3)) - Improved checks([`441635a4`](https://github.com///commit/441635a49171b2dec6c32509f3145c14902b11d0)) - Uncomment try/catch block([`72dac33a`](https://github.com///commit/72dac33ac69518381c25867e35185d221dbd6a7b)) - Added better status([`1baf393d`](https://github.com///commit/1baf393d017b661d752dbfc8823e7ba5051e2cfd)) - Cleanup reclaimable, remove index([`74718752`](https://github.com///commit/747187521e177f1aa0d152406dafe1b361656a92)) - Move acceptance/rejection in Registrant scope([`e9ebb72d`](https://github.com///commit/e9ebb72de7bf50147dd7a8df9fd1f5366131f43f)) - Simplification & logic separation([`2a3caf03`](https://github.com///commit/2a3caf03003c1896e0697e6b8f5cc522a271517e)) - Registrant/tx getters([`4f596929`](https://github.com///commit/4f5969290f92c4b92ad0ac6c74a99703b06e1c59)) - Add Transaction class, remove RejectedRegistrant([`707b9ade`](https://github.com///commit/707b9ade492e5d45630daf52b5bfaa68232cb6d7)) - User config variables from const to let([`de285f2f`](https://github.com///commit/de285f2f68bf92328e2b3ab60e1c74a2b929bce5)) - Updated note([`9c4c6923`](https://github.com///commit/9c4c6923fc0f4f2bbb045d9dffdb5b19f9392498)) - Changed verbose registry logs default to false([`3231d284`](https://github.com///commit/3231d28452daae0757cb2dca9de27fd925043e41)) - Readme formatting([`f218febc`](https://github.com///commit/f218febcf2831b566553151fa70120969abc92fc)) - Deprecated download from series([`c6086ccd`](https://github.com///commit/c6086ccdde1f8211cdf4ce5e799ba48af9803514)) - Last bug([`2a210fb6`](https://github.com///commit/2a210fb6f983b23e42272b6589e42a04ce9f57d5)) - Added ui into anonymous function, scope bleed([`acdc32c3`](https://github.com///commit/acdc32c349043511efe95bb88e8c66dbe9f67502)) - Tiny gui bugs([`f7185538`](https://github.com///commit/f7185538643b658b9179d072f5cc5d266250e73a)) - Change to wider block range for final([`b50f973f`](https://github.com///commit/b50f973f33dc6d929c804a43f338864bc8656786)) - Remove clutter([`c334a3e7`](https://github.com///commit/c334a3e7cada5296528f5f31c648a80405abd44b)) - Delete eos img([`07876199`](https://github.com///commit/078761993cdcdd0809ce73a93c94f3ea9b6ff95f)) - Snapshot initial commit([`daf1fc5c`](https://github.com///commit/daf1fc5ce7c109fab43d760cb9d9fbd87d3be7b4)) - Nathan requested a couple more changes([`63ecb350`](https://github.com///commit/63ecb3503bc5ace47de925c97326639d98de052a)) - Change requested([`593625fe`](https://github.com///commit/593625fe159ca67ba1ad9b63bc3403f1e92459d2)) - Not keeping this for now([`fc4f0135`](https://github.com///commit/fc4f01356dac603009ee49456ef999a3e8a8731a)) - Not keeping this for now([`3ba5b737`](https://github.com///commit/3ba5b73710788fdbf26619429a3c8d595a618780)) - Not keeping this for now([`604bc621`](https://github.com///commit/604bc62106c23fb0d322882297f008e144cfcf7f)) - Not keeping this for now([`8abcadfa`](https://github.com///commit/8abcadfac43cc778129d299acf7070ae550c2b6e)) - Block number, timestamp, producer, duration to apply, transaction count, pending transaction count([`0e9ddd84`](https://github.com///commit/0e9ddd847e61c6e59c8430a3ede38baf2f96755e)) - Block number, timestamp, producer, duration to apply, transaction count, pending transaction count([`e63f8272`](https://github.com///commit/e63f82721d1b957f98988704be6333e373cc16b4)) - ([`366e70f8`](https://github.com///commit/366e70f800f849ee718fde7e0307a2168ec755a3)) - Minor fix for README typo([`eccb137a`](https://github.com///commit/eccb137a919a35a18d35039707b3a25d16fb43b2)) - ([`8e44dc6f`](https://github.com///commit/8e44dc6f1d8df3ec41cb32252d2dec708751ef33)) - Implement floating point API([`92b6612f`](https://github.com///commit/92b6612f7c6a7acad84d7a1652580770133c03f2)) - ([`cc2e790d`](https://github.com///commit/cc2e790d469a40aec8a688b560d1989df591ca31)) - Fix failing test([`613e256a`](https://github.com///commit/613e256a51ada6c4b50bb632599680f2343c3dde)) - Resolve #153: Make irrelevant sigs a soft check([`9781e5ef`](https://github.com///commit/9781e5ef9751a67e6a8be6c55e31abf593dc0636)) - ([`236569d4`](https://github.com///commit/236569d4b779e7e66fbccb04c43b7b445782eed7)) - Make AbiSerializer work the same way as FC_REFLECT macros for UInt{64,32,16,8} types([`34378ff7`](https://github.com///commit/34378ff73a13557153a859e9daafaca865ff3c9c)) - Remove test for non built-in types([`2bc5aa6f`](https://github.com///commit/2bc5aa6fd4d93554049623dea9a3e25078591758)) - Add from_variant/to_variant specialization for UInt{64,32,16,8} to prevent the catch all([`f8e5c543`](https://github.com///commit/f8e5c5431c8ec3d00dc5e5f0295e4315ae41a68d)) - Remove native contract actions types from built-in types([`ebab9480`](https://github.com///commit/ebab9480e1300f5d3f1c2e3df88639d9ebf8e073)) - Updata the params in exec contract([`07e05d32`](https://github.com///commit/07e05d32c96910989048dfb1e1fcb79b81fb1908)) - ([`8ff41f24`](https://github.com///commit/8ff41f24f837637fe4fbeaaeb6983f70d6698acb)) - Minor changes from pr comments([`b976510b`](https://github.com///commit/b976510be5bc2947f7ee8a4652f21af35255ec0c)) - Updated doc to indicate --skip-transaction-signatures needed.([`a2267410`](https://github.com///commit/a2267410b27e6823af6247a7cf991084b7c6da72)) - Added skip_transaction_signatures check to block production([`f24b6f77`](https://github.com///commit/f24b6f77033b2c6417c64f5573b9c8864a32b668)) - Added --skip-trancation-signatures to eosd.([`6221138f`](https://github.com///commit/6221138f1aeb662719cebcd2ad060991af51698f)) - ([`d5c30e59`](https://github.com///commit/d5c30e59a7a512a97d3026877c69115226a19859)) - Fix docs([`1c706af1`](https://github.com///commit/1c706af1a550fae0140dbd6e623e5704df874973)) - ([`0dec0230`](https://github.com///commit/0dec023095b34dc3c124608935d344822dc09565)) - Added specific note for building on Ubuntu([`17c77850`](https://github.com///commit/17c7785015515f1c092fd61cc2409681943e17a0)) - ([`e0a007da`](https://github.com///commit/e0a007daaa260c781bacd042bac14b85ded20cbd)) - Ref #123: Cleanup and improve test([`d8e254e1`](https://github.com///commit/d8e254e132e495eef7b5052ce4b16f323364bf11)) - Require authority for eos::lock([`2d10131a`](https://github.com///commit/2d10131afa3daff77cbee84f71366c1480786891)) - Ref #123: More testing([`8441bc3e`](https://github.com///commit/8441bc3e966f97803a4964e4235b56b5d1a71eda)) - Ref #123: More testing([`94f22681`](https://github.com///commit/94f226819df55432a70f5eed9e62140941e6b84e)) - Fix in check_transaction_authorization([`c69cd8df`](https://github.com///commit/c69cd8df93a01fbd5f9f98eab6338409a32b092d)) - Update test framework, add review_transaction([`a2ea69a1`](https://github.com///commit/a2ea69a1aba68cb6d91f684a7a398fe7cebce3c1)) - ([`d181fa4d`](https://github.com///commit/d181fa4d0bdf35edf0131f39146a5161ba5cacd2)) - * Refactor db rows access functions([`a7fbd948`](https://github.com///commit/a7fbd94889306f28e2940d2d169544b09baa0e48)) - Fix invalid names in api tests([`62239d72`](https://github.com///commit/62239d723c651acc4db0050358668f0ae8fe693e)) - Add i64i64i64 functions to db module([`dfe003fa`](https://github.com///commit/dfe003fa958a46020cb4f26ce7ea8b56b045ccce)) - ([`06d69d40`](https://github.com///commit/06d69d40b8e6a797cb7dfe7121cf68c265797db2)) - Removed defunct perl script for starting nodes. p2p tests should use launcher app instead.([`8a676417`](https://github.com///commit/8a676417365b08604e88f328cad069deefd98674)) - Edit the testnet document and make the launcher aware of local host name and ip interfaces.([`237e4715`](https://github.com///commit/237e4715d72eb2eb4d11fcd3a7678c852953f2c3)) - More features for launcher app and first edition of testnet description([`28a22683`](https://github.com///commit/28a22683bee5d37bfb0015c39e2ec5b4070f5438)) - Minor improvements to launcher app([`cf1feb24`](https://github.com///commit/cf1feb24f3d40eff45ac3ff1bdfba45728f5dc50)) - ([`3625d5a4`](https://github.com///commit/3625d5a4907d50a183fd080adac21f923c51868b)) - Update the launcher program, revert previously committed changes to the net plugin([`a1852a29`](https://github.com///commit/a1852a2985e96141757d1d573927f3cfeee0a177)) - Added launcher application([`be4c4fea`](https://github.com///commit/be4c4fea1a636922fe2a55a80bb3312fb6b4d85a)) - Refactored testnet launcher app now supports launching eosd instances distributed across a cluster.([`ee6b0910`](https://github.com///commit/ee6b091071b094aef5de09715857482e07bdca6e)) - Incremental improvement to launcher command line arguments.([`4ce0c339`](https://github.com///commit/4ce0c339c0092643a36dd71f2f7be0c9b364e15d)) - Update the launcher program, revert previously committed changes to the net plugin([`6cc3c57d`](https://github.com///commit/6cc3c57dba8219d80967a6e6cc64ad5279acc8d5)) - Added launcher application([`8d59d86d`](https://github.com///commit/8d59d86dd579dd1ec599c5b5f7fd1d21a8cb781e)) - ([`85e4c46e`](https://github.com///commit/85e4c46e0a3ba58b56931b30d11c27fa5b5eaae6)) - Increasing the allotted time for contracts to complete.([`15487cbb`](https://github.com///commit/15487cbbf3b38ca0669cf39862f9ea9031ab1325)) - Requiring the correct authorities([`adc8fd00`](https://github.com///commit/adc8fd009d325c1cee9bf3ddeae4b07522f26614)) - Fixes to get create_exchange to actually run and pass.([`0289d48a`](https://github.com///commit/0289d48a4cfe03b04482905bc0cc65b6afc91768)) - Fix peer review error([`0817c411`](https://github.com///commit/0817c411d06a424316dd8a40d7f9a51414861a50)) - Replacing eos string with config::EosContractName.([`5d748542`](https://github.com///commit/5d74854212cb253a40aa82fcf9dc100e7c2053d9)) - Added api_test to travis build([`97103de1`](https://github.com///commit/97103de195bccf62132a946dafe92e3b868aee59)) - Fixed account name use of _ and fixed wast string.([`848071c2`](https://github.com///commit/848071c22663a58de90748e263a7fba6bc483ded)) - Fixed tests based off of new requirement that account be created in and in a block before it is used.([`1051b6df`](https://github.com///commit/1051b6df7a9fe2ffd71ca9b4caf083008ab3b01f)) - Fixed scope for STAKE and removed unneeded permissions([`345c409a`](https://github.com///commit/345c409ab253d6c74529f8358a66e6e8cab20e78)) - Adding slow_test to travis build([`5021140a`](https://github.com///commit/5021140a191bcaecc32df21fa443c0faaf986df4)) - Merge apply_staked_claim into apply_eos_claim([`4a881dad`](https://github.com///commit/4a881dad1d4b4dad0f12afe619cebffdf9d9dc7e)) - ([`7f1080a7`](https://github.com///commit/7f1080a76265b7b5a6221176f17649ee97dd5850)) - Add missing require_authorization([`5a60917c`](https://github.com///commit/5a60917c5352be06766e8cc5b70252624b218c60)) - Fix tracking of used_authorizations across notified accounts([`84252701`](https://github.com///commit/8425270150e0026279532cf1d6eed0768f959739)) - ([`ae26e966`](https://github.com///commit/ae26e96603c03eda249fc0172bca3509307bf733)) - Ref #91: Fix ordered_non_unique index([`9d4384a4`](https://github.com///commit/9d4384a462dc6238c6dce4d9ca0aa68d79008ef6)) - ([`5819d268`](https://github.com///commit/5819d2686061285bc2d73ea956ba3b5b52ecd46a)) - Fix template spacialization issue([`d0098e80`](https://github.com///commit/d0098e80021a0aeb35568e0106c3f507e0a2fa7b)) - ([`27281caf`](https://github.com///commit/27281caffb4dccce766226adbe3dfdd047470168)) - Docker instructions for fixing Http API port (0.0.0.0)([`12990e86`](https://github.com///commit/12990e86ed2bdd104fa5349bab33568d96d027c6)) - ([`7e21097e`](https://github.com///commit/7e21097ef0866f81f0c6aaefcbb2e47d2dc2e7b0)) - Ref #152: Add with_applying_block([`4b9752a3`](https://github.com///commit/4b9752a3a59f1f74c557c947b311f38188d966c3)) - Resolve #152: Disable auth updates in pending transactions([`040218fd`](https://github.com///commit/040218fdf18f616973c2a93146e777a4ad7baa96)) - ([`ce52012d`](https://github.com///commit/ce52012d8596a1495efe24554c3e27c116f345e8)) - Use normalized names in tests([`4759e109`](https://github.com///commit/4759e109c74cf1a1804a510695e39edf2968f0e6)) - ([`4bc62670`](https://github.com///commit/4bc62670540c407c08fa2fbffada20f8e5b0b9da)) - Resolve #66: Add authority recursion depth limit([`543a6876`](https://github.com///commit/543a68764abf40707338efd362adb89dc67080ff)) - Add missing test([`19c1a3e8`](https://github.com///commit/19c1a3e81a31a88691332b3e5b4cfa8d19d07920)) - Add one more test on AuthorityChecker([`1c91f3ef`](https://github.com///commit/1c91f3efe6c167a774535539b84e261e9a5d7bc0)) - Ref #66: Add issue number to TODO([`a4dcd51e`](https://github.com///commit/a4dcd51e03ac1073c5d245707b0f1bbd0dc7d9ee)) - ([`73434fe2`](https://github.com///commit/73434fe2fb7dfddb38af0bc6f89c0c09093146ba)) - Throw error on name overflow #149([`9f46f49b`](https://github.com///commit/9f46f49bc60c0ec1efa18e8c70d890e4b1f7f683)) - ([`c405fc9c`](https://github.com///commit/c405fc9c212f321a4c7f1d95cc5b4cdab23a724c)) - Validate(Authority&) -> validate(const Authority&)([`afa2fe2d`](https://github.com///commit/afa2fe2d755cdfa42d11196ef454b670ce09791b)) - Fix test broken by last commit([`2b30499f`](https://github.com///commit/2b30499fdb479c61f9cf7c0f9a42ec3e50807feb)) - Move validate_referenced_accounts call to block/push level([`4bb63e76`](https://github.com///commit/4bb63e76ecaab3b2609e7fc258a14b522a7597fb)) - Add support for auto-signing testing transactions([`7eb2013d`](https://github.com///commit/7eb2013d7be2fbf761c052157962ced4d72c4402)) - Ref #7: Upgrade AuthorityChecker([`16306e9c`](https://github.com///commit/16306e9c03df786c1d604c3886d4094a715bca0d)) - Add utilities/parallel_markers.hpp([`1f4753d0`](https://github.com///commit/1f4753d06fba3ca87aaf26c03dff73f54cac4b03)) - [FC] Add cancel() to scoped_exit([`ae4e4c7f`](https://github.com///commit/ae4e4c7f533e3eb7c31e4370e37a5030a5ba97dc)) - ([`5ccf1e4f`](https://github.com///commit/5ccf1e4fde8be6d6d95eb681c93c6924972baae5)) - Improve error message([`f7c60216`](https://github.com///commit/f7c6021645c7ae180bc10034781c6413996c2c77)) - Ref #123: Add test macros, testing, and fixing([`35c4740f`](https://github.com///commit/35c4740fd8172db90031aaa7d339b669fa7b6d89)) - Ref #123: Testing, fixing([`806508a2`](https://github.com///commit/806508a2092ed49e0114f6ab12010a0fa592a6e4)) - Mark submodules 'ignore = dirty'([`0ec8c9d7`](https://github.com///commit/0ec8c9d7831f0a085abf90a32920f5f8dc7985c8)) - ([`8d0b97fb`](https://github.com///commit/8d0b97fbc87090e79d12fe6c275a1eff5812a48f)) - ([`4a18bdee`](https://github.com///commit/4a18bdeece1ad6969cfba1aefe785ccfb5286749)) - Removed erroneous word in comment([`809bb823`](https://github.com///commit/809bb82345ce0c6b6c1139ac1e61c2bd1c29a6a8)) - Minor review fixes([`91da0303`](https://github.com///commit/91da03039e3e2722927e624a781c7c89b407f200)) - Moved object and multi index definition to its own header file and added type comment([`4a4026eb`](https://github.com///commit/4a4026eb83679535fd690c8ec238d7f433c6fe0c)) - Merged in upstream changes([`69f0bb13`](https://github.com///commit/69f0bb13828cef5115adc1f346c442b23ef98b48)) - Updating chainbase submodule([`3122cabb`](https://github.com///commit/3122cabb39bf5f219a4b6517416d9162413b19d0)) - Moved transaction tracking into database([`a251af2f`](https://github.com///commit/a251af2f4c9f5357110bc5f3f7822f03181e65e9)) - Added plugins to cmake and removed unintended commit([`65c1ceb7`](https://github.com///commit/65c1ceb7e8453657e80412efcff20d529203cf05)) - Added account history processing to applications([`991165e6`](https://github.com///commit/991165e6e8083821d09956408853b06da3c05b9c)) - Added account history plugin([`14762062`](https://github.com///commit/14762062e6e7b76909087eaea5b380992160c01e)) - ([`fab1fcb8`](https://github.com///commit/fab1fcb856a45202afeba36e094baa43ad992cb8)) - ([`867a5380`](https://github.com///commit/867a5380826dbcd170d94a90c57ae48faa2345d2)) - Implement missing db functions([`a484af6f`](https://github.com///commit/a484af6f09d3db52f044005df9374d5bccddaef4)) - Specify missing compare function for index([`f1f42c50`](https://github.com///commit/f1f42c5016ff4a1d64df9d227a94ecffedee0533)) - Add i128i128 update function([`9eccec96`](https://github.com///commit/9eccec96c9de142862fe19afbb9da2081af53a17)) - Add new i64 functions (next,previous,lower_bound,upper_bound,update)([`42c04b7e`](https://github.com///commit/42c04b7e93a4f50e25783b4cc8e6db87ba5d8177)) - ([`4ae8042c`](https://github.com///commit/4ae8042c0f522b833e6f9375e89e7f0e7898a502)) - Minor code clean up for consistency([`4d9ef301`](https://github.com///commit/4d9ef301faa02d6102a7d24075d61d4d99922b5e)) - Merging into main([`a613dea5`](https://github.com///commit/a613dea5664bf848a0e32c2b61353a2b8ec254cf)) - Added the ability to provide commands to eosc via std::cin. This may be interactive if reading from the console, or batched when a file is redirected for input.([`98b018aa`](https://github.com///commit/98b018aa5877b9c3d0d2bde1abe64766a2892c1c)) - Added the ability to provide commands to eosc via std::cin. This may be interactive if reading from the console, or batched when a file is redirected for input.([`73de1ca9`](https://github.com///commit/73de1ca9d114609dc3a9e62320cc27e16d72f920)) - ([`68b42868`](https://github.com///commit/68b428686c34b6d8482847040b08173e7b9a8138)) - Test every type (T and T[]) in AbiSerializer([`b226d5e2`](https://github.com///commit/b226d5e2a08315d668c9706409596a3370942be7)) - Add missing built-in types to AbiSerializer([`e2859db6`](https://github.com///commit/e2859db626a87a7a2ee2ca604273bd1493bbfea1)) - ([`1e873a37`](https://github.com///commit/1e873a37576b35b5038a8ca031bceba683e20273)) - Assign docker image tag([`a25234c2`](https://github.com///commit/a25234c23b3eb711e0576ec77cae6c00bceed40b)) - ([`7d9acdaf`](https://github.com///commit/7d9acdaff29a5a823bd2586547a1386d94784ed7)) - Merged apply, precondition and validate contexts into apply_context([`4e7655e1`](https://github.com///commit/4e7655e18ec09b5a3af1b94b919a87d6c4c1f900)) - ([`c35b0bd3`](https://github.com///commit/c35b0bd3b6739e8c93230b09a272f8048381b2d8)) - Add build status([`4473d344`](https://github.com///commit/4473d344730089992ac5d664b422558bf647224d)) - Add packages for ci([`2f5a2dfd`](https://github.com///commit/2f5a2dfd41b3bb24f211b41548872aaa176550e2)) - Adjust standard docker makefile([`46427eeb`](https://github.com///commit/46427eeb0d882f71660cc2189299addd9e00c3d1)) - ([`de5f47de`](https://github.com///commit/de5f47de2f657e835c8c885f3b42778fd973362c)) - Temporary add help command([`dc5d9067`](https://github.com///commit/dc5d9067975b7b120ba7cdef72839a19536eda8f)) - ([`f62c6729`](https://github.com///commit/f62c6729fad987017e2014d2a7b46c44deb63add)) - Fix typo([`7b994a2e`](https://github.com///commit/7b994a2ef9000cc714c2d0d3291614b63dd4e520)) - Remove conflict marker that snuck past([`4adbf0b8`](https://github.com///commit/4adbf0b81d6252d4118cfb373879caa1ba10dc71)) - Use C++14, not 17([`a210f9cb`](https://github.com///commit/a210f9cbc1eb222d1ae975789195e9549ea90994)) - Ref #123: Testing, fixing, 1 behavior change([`6218ccbd`](https://github.com///commit/6218ccbdba97ba47f6a47cc68d9921b446a2980e)) - Ref #123: Write tests, fix bugs([`d4989d49`](https://github.com///commit/d4989d4996db6ad194442351acad5bc7f1614da3)) - Ref #123: Test macros to set/delete auths([`d6f89ca4`](https://github.com///commit/d6f89ca4c13a49f59be3d87454772f2db16724f5)) - Add Complex_Authority test macro([`d15ce5eb`](https://github.com///commit/d15ce5ebbc58869aeaebbd78b3fddb73343e4d46)) - Ref #123: Implement updateauth, deleteauth([`fbff3c3f`](https://github.com///commit/fbff3c3f0ad08dc51b8e0742e1c4f3c2a4b11229)) - Add satisfiability check to validate(Authority)([`d78f1a63`](https://github.com///commit/d78f1a6360fc6d609c1e498828064a69380742b7)) - Ref #123: Define/Implement unlinkauth([`12dcd352`](https://github.com///commit/12dcd352dba3ce163f4c542cf390da59dcf12fd2)) - Ref #123: Implement linkauth([`8c5a0e70`](https://github.com///commit/8c5a0e700c9b5bc80c6faeb902a76dfe5b2a9810)) - Ref #123: Rename requirepermission->linkauth([`05550b82`](https://github.com///commit/05550b8258a1e0d9329556e1f460f56261d1dae6)) - Ref #123: Implement lookup_minimum_permission([`e4f39796`](https://github.com///commit/e4f39796749a6e8eac8c8046803387c16c3037ad)) - Ref #123: Define types([`94fc4331`](https://github.com///commit/94fc4331de974e2aceb18d970da29ce1a778e924)) - Ref #7: Check all declared auths get required([`ec03f1f0`](https://github.com///commit/ec03f1f08edfdc93bc91efe28ebfa221dc44c50f)) - Ref #7: Implement require_authorization, fix tests([`0393f95b`](https://github.com///commit/0393f95b0bf4fafc1c98ddd0ed492c6e7786eb54)) - Ref #7: Progress towards auth([`9ad3260d`](https://github.com///commit/9ad3260d65cb2f186f47ecc731fa1d3e83009d04)) - Merged apply, precondition and validate contexts into apply_context([`9b981907`](https://github.com///commit/9b981907d072f4f29f4daa6322eb21cfc3d3f195)) - Add build status([`45926310`](https://github.com///commit/45926310ba0c5d9bdd6a7261650d6ca9af5fabb6)) - Add packages for ci([`aa057ccc`](https://github.com///commit/aa057ccc7be8e2507e8a0471e3c59af6e4c911e1)) - Adjust standard docker makefile([`f30ccb00`](https://github.com///commit/f30ccb006d45f8d3b30bb62b8ab0415064d49dc4)) - Temporary add help command([`8b1fbf78`](https://github.com///commit/8b1fbf78e15accadbd2b47761750edc5835b618a)) - Fix typo([`824bea01`](https://github.com///commit/824bea0182b805532843465f700fad370e05b7ea)) - Partially revert 67c9b8b4615f412ec8f47cadc90ca98bd73386ef([`eaef8b18`](https://github.com///commit/eaef8b18d9cc6c1ae4217bd3a984948d209582c7)) - ([`e1f0aa0f`](https://github.com///commit/e1f0aa0f1bab0e746ae51130cc1022283e4ad6ee)) - Added active key creation([`9c04b4c0`](https://github.com///commit/9c04b4c0729f7d0a518f1834d42fb2766a330113)) - ([`9b37e1e3`](https://github.com///commit/9b37e1e39da381dbf7c456b262980f8bc7ee890a)) - Add basic test for AbiSerializer([`edd007e6`](https://github.com///commit/edd007e654a5c84a2ed65927948cc4b8a6fe5a05)) - Refactor AbiSerializer([`e3fbddca`](https://github.com///commit/e3fbddca2a312742660890200f6807bf8ad7283d)) - ([`3722f033`](https://github.com///commit/3722f03393da1fffcc1fa63c0c81b3ee778ad24e)) - Copy example contracts before cleaning up source([`4f3b72f0`](https://github.com///commit/4f3b72f07079f7a29da7b941d5491b94c7d3033b)) - Added plugin for eosc([`988dbccf`](https://github.com///commit/988dbccf98bd0d67a46bd01d5bfea732645ed526)) - ([`eac11143`](https://github.com///commit/eac11143d469d3a9c5ca05bb92005158d8c7ad95)) - Fix require_notice test and handle crypto calls([`6a47de5a`](https://github.com///commit/6a47de5a53e531aebbc69a8d9657663010d62caa)) - Document clang params used for contract compilation([`1c2921b9`](https://github.com///commit/1c2921b976355c7bd31faf9095ae53f9f9a0d00f)) - Add C linkage to crypto functions([`05fbc144`](https://github.com///commit/05fbc144c228826653331c658f963b173ba58111)) - Add tests for crypto api([`4c826bc7`](https://github.com///commit/4c826bc756d2fc61db46a6e92aaa2d644f0f4dad)) - ([`5ab11964`](https://github.com///commit/5ab1196473577f4e1a1ef8658fd9d6f64481523a)) - Incremental improvement for the p2p networking([`cf670d5c`](https://github.com///commit/cf670d5cbc716734631c4d8a2e192a3734b046d1)) - ([`87bf4b36`](https://github.com///commit/87bf4b36731fcd61c064333a42ba55beac8afd01)) - Adding some tests for wallet([`8531b006`](https://github.com///commit/8531b0062adaef617996a402a357d1f88290ec4f)) - Adding initial implementation for wallet([`56ffe903`](https://github.com///commit/56ffe903d21f8739433d94a69ee54c4bd0db1ee1)) - Add email([`464c6d01`](https://github.com///commit/464c6d019f0e8a277fb24c3b79e38e6ec9127926)) - Update more caviots([`2b83af96`](https://github.com///commit/2b83af968bf357d5404acb343ae8675078030ac7)) - Add README for dice example([`92f14d0a`](https://github.com///commit/92f14d0a2e165f52e519132c1515faed76e6db44)) - Add sha256 crypto functions to C API([`0f1c7217`](https://github.com///commit/0f1c72172a71e27b24d3b1274b5cbb798c08bdce)) - Adding bin_to_json API([`5773dad9`](https://github.com///commit/5773dad92fee4e007e189a4cc04318703d3e8d79)) - ([`6ebcbc3a`](https://github.com///commit/6ebcbc3a99c45dee8c7749fc9db68df228e4708c)) - Travis CI: attempt to build faster - trying again([`49b7eefd`](https://github.com///commit/49b7eefd31bae46fc591f9f5230e548846487c51)) - Travis CI: attempt to build faster - trying again([`8319fe83`](https://github.com///commit/8319fe835e92afdf8115644e4b94498fcad59b18)) - Travis CI: attempt to build faster([`3245b324`](https://github.com///commit/3245b324cd102b84b82b858e8daee7eed74f4814)) - ([`82643204`](https://github.com///commit/8264320491b8ab3d5a008dd8a281585edaa4bd4f)) - ([`b434f23d`](https://github.com///commit/b434f23d95bcb6659240ba4a54e4d5c92fac349f)) - Update protocol.hpp([`62bfe0bb`](https://github.com///commit/62bfe0bbf2b08ffd343b7de010dbf4641e61df11)) - ([`79b73d97`](https://github.com///commit/79b73d97c2fe1d43cdd7a8e978b65514d1732bfd)) - Add liquid_balance to initial producers in genesis.json([`5bdceadc`](https://github.com///commit/5bdceadc80cee549da00a76044d42fc4b9a5453f)) - Fix previously introduced error when calling contract apply function([`331c2ece`](https://github.com///commit/331c2eced4f26da6cc00d3a6de54e95ec812d9e3)) - Add get_table_rows_i128i128_primary api([`b28f5cf6`](https://github.com///commit/b28f5cf63318f3ff9cf77ade2a72ba407c72f98d)) - Add abi spec for exchange contract([`b4618ace`](https://github.com///commit/b4618acec827a7bc53e858dee075e77580b9eaaa)) - * Add cancel_buy / cancel_sell actions to exchange contract([`eb6abd18`](https://github.com///commit/eb6abd181f38f496a7c4b93ae60f07e9a0b983fd)) - Add more types to AbiSerializer (wip)([`9945bd3c`](https://github.com///commit/9945bd3c1f7e79a7f61f57f4480b9453385f4a4a)) - Ref #2, #7: Progress towards authorizing transactions([`67c9b8b4`](https://github.com///commit/67c9b8b4615f412ec8f47cadc90ca98bd73386ef)) - Travis CI: added tests/slow_test([`9573b886`](https://github.com///commit/9573b88650f41e69031a801f3ae93f03e45cb835)) - Travis CI: include WASM optional dependency([`ae48913e`](https://github.com///commit/ae48913ed297a2374fe34cbf1642b1db2265c1f0)) - ([`cb9abc2f`](https://github.com///commit/cb9abc2fd1e5debe6e3057f482721b81191f8b2f)) - This is one more intermediate commit of the p2p networking feature.([`9b76ee82`](https://github.com///commit/9b76ee8228a3a27f566bef661f50833c564ad966)) - Prefer static libraries for secp256k1 and its dependency gmp.([`1aa8d576`](https://github.com///commit/1aa8d5765252fc190bbc5bf01fdc3841bde1aa5d)) - Updated how fc/CMakeLists.txt interacts with FindSecp256k1.cmake.([`6086a7c2`](https://github.com///commit/6086a7c296a6904a942a47aa626ffa07266ab3b8)) - Travis CI: updated dependencies([`4c629044`](https://github.com///commit/4c629044bf2d41ca345b167e2bd5a712d9c1ab29)) - Travis CI: updated Boost config([`352157c3`](https://github.com///commit/352157c36e266f1632a77b593bb5d71f6d04de0a)) - Travis CI: fix bug(?), run tests([`9f323187`](https://github.com///commit/9f3231872282ebdcc10fda6f523bac9631f24a13)) - Travis CI: get a newer CMake than any apt repo can provide([`68617418`](https://github.com///commit/68617418131f9913bc6cd0e3d375259521d0b812)) - Travis CI: adjust some build params([`575cb492`](https://github.com///commit/575cb49273d211517c553271054a72ba5a14410a)) - Travis CI: more fun with yaml and quoting([`584625e7`](https://github.com///commit/584625e76e6fa4a2de92104cf5c3d101e0583ea5)) - Travis CI: trying valid yml syntax([`bd571ebe`](https://github.com///commit/bd571ebe2a7ce43861371fc4263e21c8447bd632)) - Travis CI: download and build boost and secp256k1([`98e7fa3e`](https://github.com///commit/98e7fa3e238fdc26640b71c37cd6579c0c20860b)) - Merge remote-tracking branch 'refs/remotes/upstream/master'([`0d15bf21`](https://github.com///commit/0d15bf217e5d349df9cbfdaf21693a3b2e58ac0e)) - Resolve #95([`842e12fb`](https://github.com///commit/842e12fb3cbf7c939762458cb125a7b203e64110)) - Initial script for Travis CI([`99b1e318`](https://github.com///commit/99b1e3188eec25aab4036abc40f49992cfcea332)) - ([`039def81`](https://github.com///commit/039def8190fc01e6c58b21d6ca0a600a585bf354)) - API unit test refactor and first test case for i128i128 db api functions([`3344491d`](https://github.com///commit/3344491d851e31c25095b9cf6a7ef110e58d8ab4)) - Remove key parameter from load_secondary_i128i128([`73e3a6cf`](https://github.com///commit/73e3a6cfa44bcd8349b403a17374488a24018a6f)) - Remove recipients from message contructor([`6065bce9`](https://github.com///commit/6065bce9000ed3d8a551e71f26a8dfe76edbe435)) - Make store_i128i128 to work like store_i64([`04a6b716`](https://github.com///commit/04a6b716fbbdf89e3421022ba3850235f880d998)) - Implement load_secondary_i128i128([`5963104e`](https://github.com///commit/5963104ea5036cd5a6f6058cdf50dfb5eda9c55a)) - Normalize store and load functions precondition checks and skip keys from raw data([`6ba6a5c7`](https://github.com///commit/6ba6a5c77bdee99a12b57d2fb8628233aee49306)) - Group load functions of i128i128 objects([`e1a074c1`](https://github.com///commit/e1a074c128a233fcae1c4bf57164cf3a6402452d)) - Use code from current context to invoke the correct recipient([`e515509f`](https://github.com///commit/e515509fd9f1084ef2961a471eeb42a4e6b3e209)) - Add -fno-builtin -ffreestanding -nostdlib options to wasm compiler([`f150cb85`](https://github.com///commit/f150cb856dbb83d964fbe6448e095fffc1349093)) - Add tests to db module (i64 functions) + tests for print/math modules([`c1d0fbd8`](https://github.com///commit/c1d0fbd877e771cacb8fcb2aec99f5a9d6c7be89)) - Rewrite base32 encoding/decoding([`3fdbd630`](https://github.com///commit/3fdbd630a2b548046a073f98048e35dd5f4991ae)) - Make db.h functions have C linkage([`b476e53c`](https://github.com///commit/b476e53c1b0ae21ce7bf621c19461b3f34439d3a)) - Contract for testing API (wip)([`a0757448`](https://github.com///commit/a0757448e2564ed5d22ceb9254f6e59667dbdc97)) - Adding missing docs files([`597ba4f9`](https://github.com///commit/597ba4f9b18008cea2eea08872b9ccbca2bea9b1)) - ([`9a47bc60`](https://github.com///commit/9a47bc60dcccccdda1e8a736e039ab2f6fbf071a)) - Changes to test based on upstream code merge([`bc962d12`](https://github.com///commit/bc962d12c96958b1f5b99780802432a4999da91c)) - Fixing upstream compile errors([`6b473609`](https://github.com///commit/6b473609a54c1441ed3ec4573f44dce4ee5fdb6f)) - Merge remote-tracking branch 'eos/master'([`952d39f8`](https://github.com///commit/952d39f881b1da2b77246510d55f820bdde1c6a7)) - Merging upstream changes and review fixes for execution time limiting([`dca8fc38`](https://github.com///commit/dca8fc3875bf0d5d20c0dc5750c0d0675865ce9d)) - Changing to use make_pair instead of tie to fix compile errors([`096c2235`](https://github.com///commit/096c22355a9a057f3130b7d70b41668c3a667a7b)) - Adding infinite contract for checktime test verification([`c62d5256`](https://github.com///commit/c62d52560c931b0b54e6ca3d9453a4a8d7fc6ba4)) - Merge remote-tracking branch 'eos/master'([`b988ed19`](https://github.com///commit/b988ed195c86fc16be78dbb1b2f3d284c49f0e49)) - Merge remote-tracking branch 'eos/master'([`ae022081`](https://github.com///commit/ae022081dc509e2117eca9287515012ad0849eb1)) - Fixed checktime to loosen execution time limit for debug builds([`06998dcf`](https://github.com///commit/06998dcf34dd28b8c5ce4f6258e34b19b8042e71)) - Fixing test based on upstream changes([`acca2dfd`](https://github.com///commit/acca2dfd987b28e1d9edcf61e73b97721271b948)) - Added code to inject checktime to wasm to prevent infinite loops([`1e5dba31`](https://github.com///commit/1e5dba31b05154d6f094262411b9bf99f2fa8b16)) - Adding documentation for eosc and fixing build([`914870e7`](https://github.com///commit/914870e74b8b71cd5111fec9a893a762b57a9eae)) - Added support for uploading and calling contracts to eosc([`b6553c8d`](https://github.com///commit/b6553c8d04b4eb017e01043b6fb52ff2af44dcf3)) - Clean up output of eosc([`a39b4340`](https://github.com///commit/a39b434029f49923ce70328a9e78506593919c42)) - ([`a6a652a6`](https://github.com///commit/a6a652a6a782643ae033e173958824c7ce65c31f)) - Continuing to close in on a complete networking solution:([`91ec1399`](https://github.com///commit/91ec1399c08cd89a890a9dede0e1301d083c2c55)) - Major refactor of System, Staked, and EOS into one native contract([`43f4e617`](https://github.com///commit/43f4e6179e337e5f9b5808df3b89158ae28519db)) - Started eosc client for interacting with eosd from commandline([`f79e3472`](https://github.com///commit/f79e3472be72d96c915fe55f071c531057f0ee58)) - Many changes:([`a97251d3`](https://github.com///commit/a97251d323280b51e9380d99a32d05a4db18a50a)) - Adding missing files, checking in doc changes([`8fa97e10`](https://github.com///commit/8fa97e10ca0d75e12ba642b4c5e5b110cf648db7)) - ([`f01431d8`](https://github.com///commit/f01431d85be38c150e155011f98f6ca1d17a72e6)) - ([`8bf4f7c6`](https://github.com///commit/8bf4f7c6c4e225d5f15d49ca2b4420a9c7431dc5)) - Docker use WASM compiler([`64e05a98`](https://github.com///commit/64e05a983ebc1ec9cce1245d10196de9415fcd0f)) - Initial work to general purpose binary to json and json to binary via abi([`c3e9d545`](https://github.com///commit/c3e9d545263c7db30d27672d97dfb5adf22b4dbd)) - Some tweaks to documentation([`6359b180`](https://github.com///commit/6359b180cb027171851f8105a4de6131a2462cb4)) - Update documentation on using eosd via RPC([`568c4d28`](https://github.com///commit/568c4d281b5d5f036561810e0119ef4606d45fd6)) - Fixed exchange contract so it fills bids([`f038f6fa`](https://github.com///commit/f038f6fa386345791805fe0ba97ae7307687a745)) - ([`4190d532`](https://github.com///commit/4190d5320f278db6cab9389d4b2f0c884be56463)) - ([`400d57d2`](https://github.com///commit/400d57d2384e38c9cb5dd1a0e308df4a831f25c0)) - Set INCLUDE_DIRECTORIES property for every WASM target. This allows the scanning of implicit dependencies of every contract source file to work properly (IMPLICIT_DEPENDS)([`54f0b61e`](https://github.com///commit/54f0b61ef801f3241d5b758243149aa3ff2ffa8a)) - Update Documentation and Segment eoslib api([`f068ca99`](https://github.com///commit/f068ca99196efee9278862ff6668a5aee537616d)) - ([`3c118627`](https://github.com///commit/3c118627ba0b7df6dfa0fa98403d5b01e46f0755)) - Update README.md with instructions on how to perform a full build with the WASM toolchain([`d1878372`](https://github.com///commit/d1878372684796f4b432a9d5f0668a7198fa5340)) - ([`1328af5e`](https://github.com///commit/1328af5e0d442faaafb129530a76a432f6868292)) - Add exchange target as dependency for slow_test([`927e21be`](https://github.com///commit/927e21bed768681600c53d6e9258d5ed9ca82211)) - ([`f53084c2`](https://github.com///commit/f53084c2d9225da2b605e99e199b7405e72c91c9)) - ([`84750046`](https://github.com///commit/84750046ca33281dc885afedaecd6ab363ee842f)) - Spelling error([`44a60dba`](https://github.com///commit/44a60dba40c81507746be5ef909f4cb53677b218)) - Update README.md([`8c1d847c`](https://github.com///commit/8c1d847c94c56b0805a9d8a146fa3a8ee30e198c)) - ([`d288f304`](https://github.com///commit/d288f3046080c90df1dda406ac8f4c7c56eb2a8f)) - ([`e7f72aed`](https://github.com///commit/e7f72aedef537a6bc203823b394218814ebb98c9)) - Update Docker file([`ad0fc8cb`](https://github.com///commit/ad0fc8cb37a1a04a90c1812ee8640aae2c1c37ca)) - ([`7178ea57`](https://github.com///commit/7178ea578ae5f295920e730ca00ad387e72f0e38)) - Change ProducersAuthorityThreshold type to UInt32([`1265a870`](https://github.com///commit/1265a870efe7b3894fd0f116fd72fb02998f93cf)) - Add test to check producers account authority when a new set of producers are elected #78([`4756d368`](https://github.com///commit/4756d368c1b42d595bb4eae946cdc84f2e988fcb)) - Fix error getting permission_object from db([`a0dbe299`](https://github.com///commit/a0dbe299232248a6e21ba46d986a46ba120d5c5d)) - Add test to check for producers/nobody accounts in genesis([`2b159386`](https://github.com///commit/2b15938689a935461b24920934e28acc40fad0b4)) - Change producers account active authority threshold to 2/3 of active set([`fc82a83d`](https://github.com///commit/fc82a83d25db005f3c8d3186ad37eea83159c1c9)) - Update "producers" account authority on every new round([`29de3ca9`](https://github.com///commit/29de3ca9fb70dfd0507f8ddd265116769317b74e)) - Create special accounts (nobody, producers)([`d2bccfd7`](https://github.com///commit/d2bccfd70c4a248d74f94096f9a596eeff530be2)) - Start work on Doxygen for Contracts([`908f9a3d`](https://github.com///commit/908f9a3d2b6518b612dbcbdbe7d8b64ac32b7f9b)) - ([`86d89491`](https://github.com///commit/86d89491727bd686e69d687805ed73639f6bebc7)) - Add missing wasm.cmake([`44f3d9bf`](https://github.com///commit/44f3d9bf4dd09cdf0d5edef32735d983cc22492e)) - Create CMake custom target for wast generation #82([`15c29369`](https://github.com///commit/15c29369a67461863ebc05dd5c7dbd8fc0298aea)) - ([`2e90ccdd`](https://github.com///commit/2e90ccdd6794f9075c407786ae36f567db0c97b4)) - Another round of incremental improvments for the p2p node networks.([`d3bd4248`](https://github.com///commit/d3bd42485057bbd452fb01ff0612b55b15b59d5a)) - ([`a6a9ead2`](https://github.com///commit/a6a9ead249f6a9f8f1e61397f823b001ef47ebd1)) - Limit active connection establishment to the identified seed nodes, but send forwarded messages to all connected peers([`4965a928`](https://github.com///commit/4965a928274b40cde350acfd4d43d61cf191251a)) - Progress on testing exchange contract([`fb2fa941`](https://github.com///commit/fb2fa941d5b5c4604ed8348b4cd3a2e138c4bdbc)) - ([`a1c52eed`](https://github.com///commit/a1c52eedaf5657388431e8e0cf4ae6e7d8e906fc)) - ([`11592d05`](https://github.com///commit/11592d05db034045f3d6a2098c59bd4af9cf50bd)) - Adding a script to launch multiple eosd instances in order to test the p2p networking.([`d48b34c6`](https://github.com///commit/d48b34c69b25a81e0d6a3736bf7621e8f6b8c7fb)) - Adding in implementation for sharing peer addresses between the network nodes.([`366219e9`](https://github.com///commit/366219e98ca87c108a72a3813ff873d440178a0f)) - Incremental commit, paring more incoming messages.([`7c61282e`](https://github.com///commit/7c61282ef7ad5ea967b1139579883aa7bcae41ef)) - Checking in build product until makefile can be fixed([`22a1913d`](https://github.com///commit/22a1913d2bd78a705f565a767f6b5075b3d172d0)) - Progress toward testing exchange contract([`0a301c4c`](https://github.com///commit/0a301c4c26f3420984d47bf8322bc84c86782eb3)) - Add missing files for exchange contract and libeos([`2890b469`](https://github.com///commit/2890b46978f04de876c64ae5874c4432a4594fb7)) - Refactor Exchange & Currency contracts to be type safe([`40aaea13`](https://github.com///commit/40aaea13648fd89304b00ccbbfc5b5214051bfd9)) - Refine EOS standard C++ library([`c5dba14c`](https://github.com///commit/c5dba14c09bb1b039165ded55e1481b1a9c8e0dc)) - Fix Unit Tests with Scope Requirements([`84b75188`](https://github.com///commit/84b75188b32a6ba5b4d0f2f60f8d1839b52a5fd8)) - ([`8c88cdc3`](https://github.com///commit/8c88cdc3c6fd3d75658a5c40663e4da9d0648f43)) - Adding an empty contracts/CMakeLists.txt to satisfy cmake.([`b0e5af05`](https://github.com///commit/b0e5af0547d2e1bd49f259869e8179b804a99137)) - Progress toward enforcing scope, authority, and notices([`bbaebccb`](https://github.com///commit/bbaebccb38c41f9371113261b4cccd386181ec38)) - Update create_script test to use contracts/currency([`0cb05fe3`](https://github.com///commit/0cb05fe3e4501cec4f74c33c485bc179443cfe45)) - Partial update of scripting API([`2bd46dae`](https://github.com///commit/2bd46daebd6be5a342ebf954715cf5fe7f834e26)) - ([`dfab42ee`](https://github.com///commit/dfab42eeb21f813f16656bb95e8f7b16618cffa3)) - Fix *all* the tests([`422c40f7`](https://github.com///commit/422c40f7237552c539f65a2c0ebfe54936831dfe)) - Fix more failing tests (but still not all)([`477afee4`](https://github.com///commit/477afee46ce45cf3f3a1a056ca351afe89188cac)) - Currency contract builds to .wast([`e36c629c`](https://github.com///commit/e36c629c7b63fd258c714f0d9d4a308b0fad82f1)) - ([`0ae627f0`](https://github.com///commit/0ae627f0a61f7377b1ff2d4b8b53ea3f42814105)) - Fix many tests, but not all([`9a9e3c7b`](https://github.com///commit/9a9e3c7b42cda31b5ee259fce9b0ed93c4a3aa1b)) - ([`78301c69`](https://github.com///commit/78301c69e6420590184f5e307c20acacb6ac13d2)) - Adding more p2p functionality, including enhancing the synchronization of new joiners, and the processing of peer addresses.([`7b348c01`](https://github.com///commit/7b348c0168a5717c9a8fe2df737d18be358bb3a0)) - Add dispatch method to contract([`4bf688ba`](https://github.com///commit/4bf688ba82cefec7a9e9249ca5029bfc5f5ac082)) - ([`898947fc`](https://github.com///commit/898947fc59a364f4ba83803ca38fa242345c3549)) - Fix build, but everything is still broken([`17528b21`](https://github.com///commit/17528b217ed47a6b8cb3b45510635cf71b01ec86)) - Progress refining currency contract APIs([`5c4f1e9e`](https://github.com///commit/5c4f1e9ef9dc1e13de03b5dc9ac3045100ba62db)) - Draft contracts([`f0c0ed78`](https://github.com///commit/f0c0ed782a5e9d1865fffd02ea9a1ec16244102d)) - ([`40544bf7`](https://github.com///commit/40544bf70860c03bd99c6e67491f9c960536c716)) - Ref #2: Check transaction carries expected signatures([`15898a06`](https://github.com///commit/15898a06f8396e07a0f53fb808a4d8f7cf2f5f95)) - Separate slow tests([`330185e4`](https://github.com///commit/330185e4df0b686f9911e2e71d938534f5f3590e)) - ([`91910902`](https://github.com///commit/919109023f65b29e47786fd9bff5b4cb90c714e0)) - Clean up and add more debug output([`ba89ee09`](https://github.com///commit/ba89ee09159b3bd26feaa072b672d05bc1a31183)) - Add logic to try to catch up missing blocks.([`22f488ec`](https://github.com///commit/22f488ec285c0c724c4fa5828997c0f2af4206b1)) - Adding in block broadcast([`5aa500b5`](https://github.com///commit/5aa500b50cb09a856413645e8fee91ce577057e6)) - Continue with p2p messaging([`ad1a56bb`](https://github.com///commit/ad1a56bb63a79e7dea23b910e1c6c7488e8c1761)) - Simplify the incoming message handler([`a11ae5f0`](https://github.com///commit/a11ae5f0cfe6d587b994a4a4877823c6525e02f1)) - Update types definition([`4b41467b`](https://github.com///commit/4b41467bad8e196b04a105cbc4ee14473f10a62d)) - Fix all tests([`f6082c41`](https://github.com///commit/f6082c4119a49cf6c322319f5390472bb31376ef)) - Fix more tests([`25dadb03`](https://github.com///commit/25dadb0396d2c037a3179c378d39ce63ba92984c)) - Fix setproducer regression([`241c738f`](https://github.com///commit/241c738f114bcbb43e792d07d36f4ba306768a0d)) - Fix test: order_dependent_transactions([`6b5d0570`](https://github.com///commit/6b5d05704da088a0a4bec3130d41bde549f063ab)) - ([`a5a879c5`](https://github.com///commit/a5a879c5252e7596479714e93e08245c8d7c5649)) - ([`568f439e`](https://github.com///commit/568f439e72b01e67a4328d073799bd02251c23f6)) - Replaces pcg_random for more portable high performance generator([`78696ca3`](https://github.com///commit/78696ca3e555b869f50c736a455031467bbe5d24)) - Fix some unit tests, improve performance, update simplecoin to c++([`916c3683`](https://github.com///commit/916c368324b5a40d8f8cc9ac8ac2419f89b033e1)) - Add test for locking/unlocking EOS([`de27811a`](https://github.com///commit/de27811a649ceb752db00159ae57fe0a01822442)) - Cleanup in chain_controller([`692c49a8`](https://github.com///commit/692c49a845d128f1c87d8d34527ab29a72282757)) - Remove outdated comment([`8eb17ff1`](https://github.com///commit/8eb17ff19a2b1ed59b6b37f0fe0fcb4760584422)) - Implement Name base 32 - #56([`557cf4ba`](https://github.com///commit/557cf4ba98cd27f67ae1b8e816bb31f0883fa3cf)) - Update WASM to apply precondition and validate methods([`14ad6430`](https://github.com///commit/14ad6430ff2148c28f1fa320be0650b01c6cb0b1)) - Adding draft developer API([`7c16fb93`](https://github.com///commit/7c16fb93f81852b03bf3b770bac8dbe654dd04f2)) - Fix #55([`d874eebb`](https://github.com///commit/d874eebb25012a00225f9b9e3cfbf82d225ee09e)) - Update naming in test framework([`6c4e89f3`](https://github.com///commit/6c4e89f3a5d20e5150a6f1e3b6e2462475dd2097)) - Reorganize tests([`528fedf8`](https://github.com///commit/528fedf818da3494c9f0c9fd91f7a81b49672ca1)) - Fix reflection of permission_object([`2b6fb8f6`](https://github.com///commit/2b6fb8f6d77883e0abf8d8e6d9736b93213c023f)) - Fix several warnings in FC([`de5d3ebb`](https://github.com///commit/de5d3ebbdd8ce8e249916c08fe5157b462b71b84)) - Bump chainbase([`e1e1d837`](https://github.com///commit/e1e1d837ae0cf23500d24bd2e05859da6b415007)) - ([`7c6e6371`](https://github.com///commit/7c6e63717b9fd8650320f134dd9f3e40af25c4fe)) - Bump chainbase([`b705f3df`](https://github.com///commit/b705f3df6b38a328660160e7e0c82be13cb164cf)) - Close #19: Test proxy voting([`0549ce57`](https://github.com///commit/0549ce57d0214c4ab8bb722d82010150024bf0f0)) - Remove DefineStruct and Fix Unit Tests([`44e34285`](https://github.com///commit/44e342857e2399324b058033e51564d62ffc8282)) - ([`c4768c29`](https://github.com///commit/c4768c290f00a9892c3cd9c485d4e5a86fcd83e4)) - ([`3e22ac9a`](https://github.com///commit/3e22ac9a52bee480b451cc9d74be240fa455b4e5)) - Make necessary changes to make it compile with g++([`deeade18`](https://github.com///commit/deeade187484fa07b579d83981717a2f6acf2606)) - ([`7f936630`](https://github.com///commit/7f936630a9fddda234e2e157703a5e32145cfe0f)) - Fix the missing genesis.json file causes the docker build to fail([`ecf4c4e0`](https://github.com///commit/ecf4c4e0dd721b568e65f9dd6b0efd398dcb1c98)) - ([`32037a41`](https://github.com///commit/32037a41175811e63afbcb28823bcd6726a5ce75)) - Adding float opcodes that were removed from the non-float opcode macro, but missed being added to the float opcode macro([`b047925f`](https://github.com///commit/b047925fa600f73f01c61f6622d6b030cf20bb7e)) - ([`a27f1892`](https://github.com///commit/a27f1892359bbd14cdea5e421955035f05048087)) - Removing float opcodes from non-float macro([`36fa1158`](https://github.com///commit/36fa1158c7a686d0036eeca88231c20c17b6420b)) - ([`293f7200`](https://github.com///commit/293f7200c6e44718c80a2700b1a83692668ea292)) - Eos run in docker([`9632da2e`](https://github.com///commit/9632da2eaa7aa7806bd2b1f4c0dc96d400f36dd6)) - Started work to convert types to/from binary and json([`ca253828`](https://github.com///commit/ca253828c8060bb563f54f13a0096e51eba3cd8f)) - ([`cdc2291d`](https://github.com///commit/cdc2291d931cc3146bb31b8519dd2601544ec092)) - Added test to verify float instructions rejected([`132294d9`](https://github.com///commit/132294d9771be4d86c9dc99a8e9e0c247711ed11)) - Added support for rejecting float instructions([`184a2de9`](https://github.com///commit/184a2de9a92bb3b0842623ee64d43c3b6ab3b71f)) - Adding webasm hook for generating transactions([`b5f1b792`](https://github.com///commit/b5f1b7922b3cdd81f794ca397f778574b915d3a5)) - ([`c917e3e0`](https://github.com///commit/c917e3e0e683c79b7227d48e136a2260cd136180)) - Send blocks to a peer that starts up in the past.([`d8fc310f`](https://github.com///commit/d8fc310fe29a32a51cf331dbe387b7f17e6e6f3c)) - Removed emacs temporary file([`385b5a24`](https://github.com///commit/385b5a2418d521d83989cca9e6418aea22d1bb82)) - Start message handling([`61cd39f3`](https://github.com///commit/61cd39f3022404f3ae86fd78044f0a0b9ecc1d2e)) - Added more data collection code([`9f0b1348`](https://github.com///commit/9f0b1348fd07af02d3f1094b87e8072d1d5f25a4)) - Start message handling([`da552bbd`](https://github.com///commit/da552bbd7fb58161a9370d1a2cee6d0ae7e12d50)) - ([`deaaecf5`](https://github.com///commit/deaaecf598989a3439c6856f6c2c867e38464df4)) - Fix #34 - deterministic_randomness test failures([`3801c0f6`](https://github.com///commit/3801c0f6759593c897833004f1be1d6e8a655780)) - ([`8fa449ef`](https://github.com///commit/8fa449ef65ebac368d4b9d5d90fbb55b33481d12)) - Fix dereference of DataStream struct and use memoryArrayPtr for strings with length([`725c4e73`](https://github.com///commit/725c4e73ea7699ea86c0ad95253203a1567b0718)) - Ref #19: Finish vote proxying (untested)([`55ce1180`](https://github.com///commit/55ce1180f8cfa4f12f50f4463cb45c6d83191009)) - Fix some warnings([`53a0a631`](https://github.com///commit/53a0a631225caf76c6fc71ede5d3434936e81464)) - Ref #19: Preparation for proxied voting([`0bd3bc84`](https://github.com///commit/0bd3bc84a69ff67d1301183f8e4de9d0ba4a2a38)) - Rename sbc and sys native contracts([`22506c02`](https://github.com///commit/22506c0281097b6fa0c657126199151001c5ed99)) - Replace another memcpy([`23c6b09f`](https://github.com///commit/23c6b09fbe1c54ee780578b3c6cb15917ae20468)) - Replace memcpy, again([`1aafe934`](https://github.com///commit/1aafe9340f736b854632d29b2f67dc128a7305db)) - Remove old expected failure from tests([`8eb01dcc`](https://github.com///commit/8eb01dccf443af330caff7004c6b83632754b363)) - Up the minimum required boost level to 1.64 to fix problem with string::data() only returning a const char *([`baf7596b`](https://github.com///commit/baf7596b486ea244dd3f791fd7ae209194add294)) - Adding ROADMAP([`d1d4e16e`](https://github.com///commit/d1d4e16e3ba1a98c2280545dfcc49d2f289ac9ed)) - Fix #36([`41f8f2d3`](https://github.com///commit/41f8f2d35b941fbc2e92fe9356e3a66ccbf94cf1)) - ([`ecad8026`](https://github.com///commit/ecad8026c83b2a20f83ef4cdf0bd7fe535ddf091)) - Fix build([`214d2b22`](https://github.com///commit/214d2b2296e2ee362371b867fb073fb7855f3253)) - Ref #36: Mark failing test as expected until fixed([`ecfde5a6`](https://github.com///commit/ecfde5a658d2c49ced866af7b266729719f4973e)) - Ref #19: Update round in generate_block([`0688238c`](https://github.com///commit/0688238c7d848b386c0ce4c8892aa5baf06607bc)) - Remove wren from cmake([`019a2dcc`](https://github.com///commit/019a2dccb94c86f25074904aeef5a7f710a3dc0a)) - Remove Wren which will no longer be used.([`7b3a8f45`](https://github.com///commit/7b3a8f45ab0064be445bc2577e3fb1074e9b13e9)) - Ref #19: Progress, tests([`37e32542`](https://github.com///commit/37e325429172363d4a9636f876b2ed22a678f76e)) - ([`62e74184`](https://github.com///commit/62e74184632480cd9b749ec7c76c6e90d960579f)) - Ref #35: Fixup genesis.json/docs([`1c3fddd4`](https://github.com///commit/1c3fddd45b1e3470d66daa4ebae7c63fb63c8111)) - ([`bbc311f6`](https://github.com///commit/bbc311f6c8642b62e4f562b34508cc7593b07467)) - Replace memcpy function to avoid compilation error. Some trailing whitespace eliminated too([`7159ee6a`](https://github.com///commit/7159ee6a80c1b15d03f2ff97da8faf99832c51ee)) - Address Apple LLVM compile requirements, and get eosd using net_plugin([`875f7826`](https://github.com///commit/875f782690c484bee78e362d66a95a39b8fa599b)) - ([`603e5e18`](https://github.com///commit/603e5e180d86cbf98edf195a123d462018138920)) - Add llvm dependency to Docker([`2418f50c`](https://github.com///commit/2418f50c53e15c41a5e11aa907c77dd1ca9ee810)) - Try to fix non-MSVC compile error([`3cf05bad`](https://github.com///commit/3cf05bad137493c0d3ddbe20215976b7976bea50)) - Possible fix for issues with indirectly including math.h inside namespace([`9dcc107b`](https://github.com///commit/9dcc107b5ca75cf4a6fc346d7acba0a5ae138ab8)) - Update license([`b3c5e6ec`](https://github.com///commit/b3c5e6ec9a54b62fa792db404c65bbd873bc6d7d)) - First smart contract coin created and tested with web assembly([`60a30466`](https://github.com///commit/60a30466bc505ea0b2cf3f579c00ff38223d369f)) - Adding missing cmakelists([`27b5b1ed`](https://github.com///commit/27b5b1ede7b572a127b6b3da2de8fdeae0ecb1de)) - Adding missing CMakeLists([`4b0949d7`](https://github.com///commit/4b0949d7ed713ef6b39b364ee5d6d4bb64becd76)) - Add issing cmakelist([`134a2eef`](https://github.com///commit/134a2eefdb08c5aaf7710fb738bb73310522a340)) - Update benchmarks with memory caching / restoring([`a3639661`](https://github.com///commit/a3639661bbbe989e4f116a206152b5228ce5d6a1)) - Merge and fix build errors([`9a553cb3`](https://github.com///commit/9a553cb37eb76554c980ba8a6148f9157dee3872)) - ([`ef2f7419`](https://github.com///commit/ef2f74197373ca8f7774600e4d551fee592e82c7)) - Ref #19: Implement ApproveProducer([`fe962e60`](https://github.com///commit/fe962e6049fdda56d864911fe247acb0bf14b3f4)) - Fix build([`f28757d2`](https://github.com///commit/f28757d22ebc7dacf4150589a39461535cb3110b)) - Ref #19: Implement producer scheduling([`566c1da9`](https://github.com///commit/566c1da9c2417a1a52833077d7b24ea895292a8e)) - Small Refactors([`cb13ff0d`](https://github.com///commit/cb13ff0d5efb9cc47d831989c8b971302070d56b)) - Implement basic WASM scripts with unit tests([`276658c2`](https://github.com///commit/276658c243e6a62c0e263141a07420466b60c89c)) - ([`f52851b4`](https://github.com///commit/f52851b4cf461ed6acf562995abf0ba8b6584f27)) - Ref #19: Progress towards producer scheduling([`67114624`](https://github.com///commit/6711462484cf1d14dccc34134167317e79ae1cd2)) - Resolve #17: Update blockchain configuration on round change([`d0e2c256`](https://github.com///commit/d0e2c25605206e45345655934eb49504c81b6c10)) - Add chain_administration_interface([`dc91c3ca`](https://github.com///commit/dc91c3cadc39d9e81e1774572ec35065ad49af75)) - Move chain_initializer to its own header([`37f2b650`](https://github.com///commit/37f2b650ad0c7db2cb7853cf3a238d56fddcec27)) - Create initial producers with messages([`411da9d8`](https://github.com///commit/411da9d859cc9a913c62f18bd33907a9a9036e7d)) - Adding wasm-jit code([`3111f0ea`](https://github.com///commit/3111f0eabb813a3e4928306f99b042904934c292)) - ([`ceb37eb8`](https://github.com///commit/ceb37eb8e58c8c05d2d58b9f02034d3d5dcb303a)) - Move genesis_state_type: chain -> native_contract([`d0b21702`](https://github.com///commit/d0b217029b95008640a0e4f16150bea4c01c8577)) - ([`185dc632`](https://github.com///commit/185dc6328ed5e4b8b8fffb682ed8fd08acfff631)) - Fix initial supply config constant([`994ae092`](https://github.com///commit/994ae0921e95bc76f3a3cb713cb45f22c9afca10)) - ([`e1a17df6`](https://github.com///commit/e1a17df6e3de0ab6c732809c03dbb4a79aa9b17e)) - Add API function to return account registered types([`c3c5f413`](https://github.com///commit/c3c5f413c354d850c25ce62de8a9705eae1ed2c4)) - Add necessary functions to support type_object serialization([`f84c0287`](https://github.com///commit/f84c02873c4d5238aa04c1eeda109db6fb9071f5)) - ([`cf631a66`](https://github.com///commit/cf631a66ee818554d763a90f14768b9595a79321)) - Rename context.recipient->context.scope([`e1691416`](https://github.com///commit/e1691416a8ce57f7a2b35e90d16682493943b551)) - Exodus of Genesis([`55a84709`](https://github.com///commit/55a8470929e0ea2ebda9c7cfb9ff45038b640391)) - Update cmakelists([`e096dbd6`](https://github.com///commit/e096dbd620b308dcbfc04827068f8857b24fd8fa)) - Adding binaryen([`0c2140ad`](https://github.com///commit/0c2140adf33214230d89e8ed83121336e97639fc)) - ([`37862898`](https://github.com///commit/378628987e41957e8e24a4d4d84657112dfb65f3)) - Fix fc::variant deserialization of boost::multiprecision::number([`196a681e`](https://github.com///commit/196a681e30220a21b06f6a1ebc14a05f115f7c60)) - ([`7072c6fe`](https://github.com///commit/7072c6fec9b61e94aaf38a9757eec24a3588d983)) - Update the ignore file to include more build artifacts and to exclude some legitimate *.cmake fles. Add to lib/fc/ cmake to add explicit reference to secp256k1 location for an issue on mac.([`f270eb48`](https://github.com///commit/f270eb48ca7e296eebc2d2abf928a91f85b9f4c7)) - Ref #15: Add some TODO warnings([`ef3c0377`](https://github.com///commit/ef3c0377fceda39fce22f2d19f9d6a6b8937544f)) - Ref #15: Further integrate native contracts([`b743a1a8`](https://github.com///commit/b743a1a8ce35f72dde294cf3d18794aa20917f5d)) - Ref #15: Break up system -> native contracts([`f89c3ab7`](https://github.com///commit/f89c3ab74f2f39480c4ff9526c4429f1873cc9aa)) - Updates to wren api([`9a697197`](https://github.com///commit/9a6971974a0b293e47ae6bb66b1f1c64ccf2cdb1)) - ([`6d59a307`](https://github.com///commit/6d59a3072757b195877e48f0bb91e23897b54731)) - Ref #15, #19: Progress Un/Locking EOS([`ae5cf81f`](https://github.com///commit/ae5cf81f74191dca3fa373cb3a81276285031446)) - Ref #19: Progress on producer voting and race([`8c8e555f`](https://github.com///commit/8c8e555f3dfac2c299322c28f6b5af63dc52b81f)) - Refactor native_system_contract_plugin([`0e03af75`](https://github.com///commit/0e03af75acd46fbc107a7256ef60fc8aaa0643f9)) - Resolve #20 for now([`9b1cb2c1`](https://github.com///commit/9b1cb2c15390e4c00ef25cccab535e476b588cf9)) - Tweak README.md([`a8ce27cf`](https://github.com///commit/a8ce27cf9d9ea3112f01b23ebe1e163753d3a3d2)) - Update README.md([`f2181d42`](https://github.com///commit/f2181d42b51eca9fa86398523b6e82dd8195760d)) - Update wren([`17a9b764`](https://github.com///commit/17a9b764cbbb9e27ac69af0a0a058d509c7e95b7)) - Bump appbase([`f34e7c20`](https://github.com///commit/f34e7c203eb127c0037f4c4c8b71c964a70815d1)) - ([`7325ca51`](https://github.com///commit/7325ca510e69d131c16324c3121bef584898a3f3)) - [WebsocketPP] Update for OpenSSL 1.1.0([`c5bb9ef8`](https://github.com///commit/c5bb9ef84236bf8fff12e138053cb4f3a2f298f6)) - Remove deterministic_openssl_rand([`cace9261`](https://github.com///commit/cace926198062bb5be700007fd231151641e4349)) - Add OpenSSL 1.1.0 support([`8a60c29c`](https://github.com///commit/8a60c29c8b1288af71fd042b6dba35193bdddde6)) - Fix build([`46435864`](https://github.com///commit/4643586411a08e5e53851d9f41785b63dc975217)) - Removing old code([`450f9bf5`](https://github.com///commit/450f9bf57d2c949f5a8827459a022d1d7a99c695)) - Update README([`3a0d13b0`](https://github.com///commit/3a0d13b05b1d2d95542f2759dcc6e494e958470a)) - Removing ssh from fc([`f5b384f5`](https://github.com///commit/f5b384f5f78ddee8c4b8ab39afc2dfcb53b34911)) - We arent using Wt([`c2f9a372`](https://github.com///commit/c2f9a372184b368937adfe4fa286b7842d3d4ca9)) - Adding missing CMakeModules([`198a19f8`](https://github.com///commit/198a19f8dafc42eda6c45a3ad15ac3a364c7d0a4)) - Adding copy of websocketpp([`7204f6a4`](https://github.com///commit/7204f6a4a491c7f40956551438e07b4a7deed990)) - Adding fc source files([`af648f70`](https://github.com///commit/af648f70a7d4cc90760c1e5e140e07b4b452354e)) - Adding GitVersionGen([`f737dfa8`](https://github.com///commit/f737dfa81a1cef02276425b5931f836022b06b2b)) - ([`6ae7e5c5`](https://github.com///commit/6ae7e5c5826fa81e3eb472690a7df9e14385263f)) - Bump appbase submodule([`9e15ffec`](https://github.com///commit/9e15ffec18e6b5fcb875ccf70fd6e6ca6df5502d)) - Removing Dependencies on Old Boost([`a431618e`](https://github.com///commit/a431618e05f9698d805d28d2f7c8608633769b17)) - Create README.md([`b4fb074e`](https://github.com///commit/b4fb074e3db75189a336a21f31f169b589e32d4e)) - Fixes to resyncing, block_log, etc([`a12d0bb9`](https://github.com///commit/a12d0bb952dc17df70c75a98ce87a5d93acd27dc)) - Post-refactor bugfixes([`f83884c6`](https://github.com///commit/f83884c668850af4dbd713f8f0785621f15305d3)) - Bump chainbase submodule([`19a4a685`](https://github.com///commit/19a4a685912b9a1c7a9b67dcfb90055ac769cd37)) - Refactor Complete([`842ef395`](https://github.com///commit/842ef3950a5d07f2c784b147623ac5040456166c)) - [INCOMPLETE] [NO BUILD] Refactor in progress([`750da775`](https://github.com///commit/750da77556411662581b45a54dacd8b25b4633f5)) - Whitespace tweaks to template_plugin([`6c2e2dcb`](https://github.com///commit/6c2e2dcbdebdddfb305dbd8abf240a97a8b6360e)) - Database->chain_controller([`1c6d3f7b`](https://github.com///commit/1c6d3f7be21842ee79ead04ac4ba5f5f40165900)) - Ref #12, #17: Progress on chain configuration voting([`5e8b89bf`](https://github.com///commit/5e8b89bf7b99344cb648657836b50fff15de9b4a)) - Update a couple of tests([`a78a3545`](https://github.com///commit/a78a354557efb288e45984d0cb551e93a18fb372)) - Rename testing macros([`693e0e13`](https://github.com///commit/693e0e13f7865368fae83e7b49736b71e50d1ad4)) - ([`6dd94559`](https://github.com///commit/6dd9455932a15fa5eb7549fbf8928f615b4ca95a)) - Eliminate diamond inheritance([`74ff5713`](https://github.com///commit/74ff571372f1261203ea384b3fb3f7d3b63d4a0c)) - Unify types:: and chain:: types([`b5b3dbb8`](https://github.com///commit/b5b3dbb857961ee9e807bfac3775ab45ae6aa4e7)) - Ref #17: Define types, logic, tests([`0204bcdc`](https://github.com///commit/0204bcdcb05ead2a99eda1c38c2c37685df574d5)) - Tweaks to type system([`296ef5d1`](https://github.com///commit/296ef5d12c1425e02d6f0d2cebc7a88132d4e549)) - Redirect appbase/chainbase submodules to eosio repo([`0569065e`](https://github.com///commit/0569065eae526c2e236d341d48255f10c5d39746)) - Simplify tests([`a4dc32ea`](https://github.com///commit/a4dc32ea403002ecf3499ea97e34ebc1b5f7adc8)) - Ref #15: Implement create/update producer([`a3fa6ecd`](https://github.com///commit/a3fa6ecdb0a6422fa9b156bf4ec47f34788ccab3)) - Ref #15: Fix code generation([`e09354ea`](https://github.com///commit/e09354ea2526153bc45a9c768d6f97dec753b328)) - Update test case([`97b87b05`](https://github.com///commit/97b87b05a370b870057cb3b4756535fe4c9650f5)) - New test and bugfix([`215af932`](https://github.com///commit/215af9322d67536f8e6b7f7a181f928ff9cf257a)) - Ref #15: Implement CreateProducer([`9ebb2dd9`](https://github.com///commit/9ebb2dd9576fbc9f873fb5d3facb2af4434c0ab9)) - More tests/fixes of Types stuff([`83d57405`](https://github.com///commit/83d57405d108b471ec938000ddb466a82c2f9549)) - Improvements circa Types([`44548f35`](https://github.com///commit/44548f35bef23fe9f41bae668c2aaf0aac1a3e26)) - Cleanup/fixes([`5599ace3`](https://github.com///commit/5599ace331adb1b56abda73d9192d9efe32edc64)) - Fix build([`36ae434b`](https://github.com///commit/36ae434b25273a76e5330e3535e20aad819f901f)) - Change one comment([`aa483a4a`](https://github.com///commit/aa483a4a2ba8aea13d0615176fe9f34c836ba142)) - Initial Support for Wren Scripts([`fab7bd53`](https://github.com///commit/fab7bd53538acc0c3b7e065fa14201b42e8aea03)) - Moving type definition over to code generation([`bdc2a324`](https://github.com///commit/bdc2a324cfc76168f63e5f60b5e647de9e5baf06)) - Adding TypeParser.hpp([`2dcb6c45`](https://github.com///commit/2dcb6c456ac1835732deb85972f2a97c728dfe76)) - Ref #15: Test CreateAccount([`50f2bef9`](https://github.com///commit/50f2bef935c06b27364774461b5aceba41f52149)) - Ref #15: Implement CreateAccount([`3d8fc22c`](https://github.com///commit/3d8fc22cad164f01f8e5542c2f0b6c7864dc3377)) - Fix tests([`76148312`](https://github.com///commit/76148312ee6fff1cbb69561b1a8891ad0b9511a2)) - Change transaction IDs from 160 to 256 bits([`b8793389`](https://github.com///commit/b8793389012792aa5048194ce90fb430b46c0cd0)) - Ref #15: Cleanup a bit([`f3d1450a`](https://github.com///commit/f3d1450aa4a26ad4f1b9b325035dc757591ea589)) - Progress([`ed7cb321`](https://github.com///commit/ed7cb3218ea58d3d9262c1a9349dc813224e923e)) - Move chain/protocol/* to chain/([`5d8fab9a`](https://github.com///commit/5d8fab9aec6b93f67d12905a411987ddec23e241)) - Fix some docs, tweak some names([`604f60b2`](https://github.com///commit/604f60b2f13884e04892281821fbf02616145d30)) - Replace some FC_ASSERTs with EOS_ASSERTs([`6e73146b`](https://github.com///commit/6e73146b35149b9bf321a36ad545cb23b60303cb)) - Refactor trx expiration check into its own function([`59577f73`](https://github.com///commit/59577f73d2061a19de70ee1bcf50bc54f2eb024c)) - Ref #14: Add read_write chain API([`e15b6359`](https://github.com///commit/e15b6359dbdcbc3a95ac2cd89f61678183d2e032)) - Clean up system contract([`4e10a2db`](https://github.com///commit/4e10a2dbb38e35407e8b6a0be841f3f1e15ff8b7)) - Move system contract impl to plugin([`20d9c9b8`](https://github.com///commit/20d9c9b8610601b052bcae0b68d96c29df109a17)) - Add a template for plugins([`0175c308`](https://github.com///commit/0175c3087c2f1422bb786c14d057c6dad6a20c21)) - Spelling fix([`cf903679`](https://github.com///commit/cf903679a02aadf9dcce8b0281f6a49f98698616)) - Ref #14: Kill some boilerplate([`108a8b51`](https://github.com///commit/108a8b517987491a746e8c3a8817daeccba7f2e3)) - Resolve #13: Fix simulated network propagation([`288f489e`](https://github.com///commit/288f489ed3974165a5ac102b19cac253491aff96)) - Clarify names([`169c6a1e`](https://github.com///commit/169c6a1e0f4e4ea30eb4f8520bc3cae5e9055793)) - Progress #14: Add get_block call([`5e61e56d`](https://github.com///commit/5e61e56d84f596223d53248d766e8ce26feb40c2)) - Progress #14: Restructure API([`ead686b6`](https://github.com///commit/ead686b609ffe6868e07eb7765a325171cc9edf2)) - Bump fc([`2e08c14f`](https://github.com///commit/2e08c14fcacd5d309e8f005620aed977fc388058)) - Progress([`cbc7793a`](https://github.com///commit/cbc7793aaf50d819bcfd3b2a099e7084aebe0706)) - Refactor Sys Contract([`4cfcb97b`](https://github.com///commit/4cfcb97ba2668d683e2fdc1b12199566a7ef9e15)) - Adding missing file([`02dada8b`](https://github.com///commit/02dada8bd920567d407db59081fcb4c679e0d89c)) - Basic transfer working for base token([`248049c5`](https://github.com///commit/248049c5f41b0754d8a2fd3449e00c550906c4ed)) - ([`4bf961e4`](https://github.com///commit/4bf961e4b35b70f36bc072177efe9a47285842c4)) - Resolve #12: Implement basic chain API([`fcb8198b`](https://github.com///commit/fcb8198b0e8c8e4ab828b20d6fe52c580b3ac6b7)) - ([`9f709329`](https://github.com///commit/9f709329aa5254857a572562bfc7027050ae4c95)) - Resolve #11: Replace block_database with block_log([`f3f27b11`](https://github.com///commit/f3f27b1162beccc243a7a645abdc80724517bb4f)) - Convert macros to constants([`5d75e4c8`](https://github.com///commit/5d75e4c862686fe699701074ec81f08e358c9cfb)) - Resolve #10: Tests Fixed([`861cd06c`](https://github.com///commit/861cd06cc2de111fb748437fe8166cdbd96f3edd)) - Progress #10: Fix rsf test([`1209d326`](https://github.com///commit/1209d3265101b6ae1a22ec29df3ee78bd9c2c32a)) - Define a means to register handlers for actions on particular contracts([`a84be567`](https://github.com///commit/a84be56768868b89d140a54dc239b0746e363a77)) - ([`fcf98b65`](https://github.com///commit/fcf98b6578d63d236128c5bac495a636f58a795a)) - Resolve #6: Get P2P working([`bdd2c9a2`](https://github.com///commit/bdd2c9a2cf28c3ac14334db5f2b80085fbd1a17a)) - Start to define permission structure([`4e59a500`](https://github.com///commit/4e59a50097c9a13b73daf25948db65cec6e4739f)) - Misc cleanup([`b0d596bd`](https://github.com///commit/b0d596bde072907c9f97eb307c12e4b57ce5571b)) - Temporary fix for unit tests([`44a679b8`](https://github.com///commit/44a679b834304a9beacd9bc66850ab09772dc102)) - Try/fail to fix tests([`9ff00d89`](https://github.com///commit/9ff00d89a42fa927fd59ffe0878c51f843fb25e7)) - Build fixes([`f9deda7e`](https://github.com///commit/f9deda7e66ee7e353234944af58c27d9662f287a)) - Bump appbase submodule([`bf089d08`](https://github.com///commit/bf089d08814ae5739d458ba346856aca2df0025e)) - Whitespace cleanup([`2fd79f4e`](https://github.com///commit/2fd79f4e411f2878240c93ead0f6c7f809929fe2)) - Clean up / refactor database([`556ca4e1`](https://github.com///commit/556ca4e195a2e2098582cacf4096d628c288a9dc)) - Update merkle calc, docs, and todo([`cacec0ad`](https://github.com///commit/cacec0ad4d2ef870527802f31bd8acd123a64591)) - ([`d153ca0b`](https://github.com///commit/d153ca0b62be775990a2f0f7b310185ab1c4d071)) - Fix build([`41a81a83`](https://github.com///commit/41a81a83c8b8f76cbea336a805df97e0eee4ce2c)) - Adding missing files([`0655cce9`](https://github.com///commit/0655cce9edfc059bdb63a1caabe9f1e7db179af1)) - Change block interval to 2 seconds for testing :)([`26156af1`](https://github.com///commit/26156af1d2593f12d206f5f66ee762cb45d4baad)) - Progress #6: Port producer plugin([`ca396310`](https://github.com///commit/ca396310b2d2eab419270f271ca9b0554ad98ab1)) - Progress #6: Add appbase submodule, add to build([`50209446`](https://github.com///commit/50209446b0c0711d3da4b828ac07d065edf36bc0)) - Minor cleanup/refactor([`9278694a`](https://github.com///commit/9278694a84d859406d5c0f13c02a8508f5750db0)) - Add types([`acddcffc`](https://github.com///commit/acddcffcbd41bb90a526c3bdb897f2b76b47bd0f)) - Cruft removal([`79d305e9`](https://github.com///commit/79d305e9131759bf9da6fe160bb665575f3b2f9b)) - ([`344b8ce2`](https://github.com///commit/344b8ce28fb241f33e964cbe572ecfbb29440d7e)) - Cruft removal([`e44d170a`](https://github.com///commit/e44d170a254aee4bea131e903abbb6a09446259c)) - Progress #5: Hash IDs for generated transactions([`88cf4352`](https://github.com///commit/88cf43523e3fdc20cff19de113df321d4a8c5b0e)) - Importing Types Library for Code Generation of Serialization([`0a52fa69`](https://github.com///commit/0a52fa69c8178c39b571053528d9ebdae8a2fbf2)) - Progress #5: Structures([`935c7016`](https://github.com///commit/935c7016127a83766553fa55c31768ce4f64c069)) - Docs on the test cases([`dd72f346`](https://github.com///commit/dd72f3463ccc5c4a8d6b79d8b0fc209ac0ee7459)) - Docs and whitespace cleanup([`38a1ed35`](https://github.com///commit/38a1ed35d251a989c958e1a08cab706afb6729a5)) - Progress #2: Define types([`7836ec1b`](https://github.com///commit/7836ec1b70438974cb5548a09cf0844736009838)) - Remove cruft, rename BitShares -> Eos([`7584ca2f`](https://github.com///commit/7584ca2f927cb4179b8b02e9ca90884b661750dc)) - Remove unneeded lambda capture([`26777134`](https://github.com///commit/26777134c1b3c1a8ff920ab12fde806713dd9947)) - Trim histories([`11f73bce`](https://github.com///commit/11f73bcebbda7f5061a09486440e3270cca24c7d)) - Progress #4: Only write irreversible blocks([`a35b54ae`](https://github.com///commit/a35b54aea90ccf759ae8f12463a1ed9866dcc6d0)) - Progress #4: Groundwork for part 2([`effa7fab`](https://github.com///commit/effa7fab637c6db8a215a767da435ce636a22e19)) - Progress #4: calculate LIB([`acf31a6d`](https://github.com///commit/acf31a6d657c62d2ca143e74cbf4fa1b591a2b8a)) - Resolve #1: Replace operations with messages([`897dbaf5`](https://github.com///commit/897dbaf5843a0d577f9835d0183432debde96d8b)) - Remove operations and evaluators([`07f027c4`](https://github.com///commit/07f027c47673b36dee8f1ca39940d5febbab4567)) - Kill some warnings([`f986bb3b`](https://github.com///commit/f986bb3b840df7ecb5c7ef05cb108d9a1be55663)) - Remove operation_history_object([`af0e91a2`](https://github.com///commit/af0e91a214bd9f62eb161de54d36cb17fa078a00)) - Unify db_*.cpp files([`f414fe04`](https://github.com///commit/f414fe04ada5493d529b7de825c093e9497e069b)) - Resolve #3: No maintenance([`0e43c707`](https://github.com///commit/0e43c707394b971b9f2697649252c8e66141a69d)) - Bump chainbase submodule...([`712d0b97`](https://github.com///commit/712d0b971a396a6cc71786326a1c822ac0716126)) - More work on testing([`7215da1f`](https://github.com///commit/7215da1ff7536701f95eb2f31cd275f10e444868)) - More test framework, test cases([`4faabfe6`](https://github.com///commit/4faabfe6345a47e3d8eeba92fa5e6d1ff1b2e0ab)) - Add missed_blocks test case([`a73488c9`](https://github.com///commit/a73488c9165890d512dd47d65b6e11e213662cc2)) - Initial commit([`e03269e8`](https://github.com///commit/e03269e8ed2a2544f85573f0a8028724b8a57e4c)) **Full Changelog:** https://github.com///compare/v3.1.7...v5.1.0-rc1