eos
eos copied to clipboard
An open source smart contract platform
## Change Description Breakdown the base-images pipeline in pinned and unpinned to improve image registry structures and isolation. ## Change Type **Select *ONE*:** - [ ] Documentation - [ ]...
## Change Description Boost::beast uses hardcoded zlib which was vulnerable to CVE-2016-9840. This updates unpinned builds, and build scripts to use newer version of Boost, and for pinned builds to...
## Change Description Boost::beast uses hardcoded zlib which was vulnerable to CVE-2016-9840. This updates unpinned builds, and build scripts to use newer version of Boost, and for pinned builds to...
## Change Description Boost::beast uses hardcoded zlib which was vulnerable to CVE-2016-9840. This updates unpinned builds, and build scripts to use newer version of Boost, and for pinned builds to...
## Change Description This PR removes the -Werror flag from CMakeList.txt and enforces it for CI build only PR #10957 ## Change Type **Select *ONE*:** - [ ] Documentation -...
This PR adds new CI pipeline for eos repo such that it builds smart contracts in `eos/unittests/test-contracts`. This pipeline runs only on Ubuntu 20.04. Unittest and integration tests are executed...
Address possible issues building or running Nodeos on Apple's new ARM processor.
Was syncing a StateHist node on the WAX Mainnet and was 1.5weeks into sync when nodeos suddenly crashed out with the following error in the stderr.txt log: ERROR: EOS VM...
## Change Description ## Change Type **Select *ONE*:** - [ ] Documentation - [ ] Stability bug fix - [ ] Other - [ ] Other - special case ##...
**post** v1/chain/get_producers resp ``` struct get_producer_schedule_result { fc::variant active; fc::variant pending; fc::variant proposed; }; ```