Commit Graph

20 Commits

Author SHA1 Message Date
greg7mdp cfbef391f2 Merge branch 'main' of github.com:AntelopeIO/spring into gh_796 2024-10-16 15:26:54 -04:00
greg7mdp 775997b711 Use action constructor instead of directly assigning members. 2024-10-16 15:20:46 -04:00
Lin Huang 5c66a05c1d Update tests for changed tracked_votes constructor siganture 2024-10-15 21:34:30 -04:00
Lin Huang 3c15c1393e Update tests for compiling 2024-10-09 20:18:43 -04:00
Lin Huang bd17cd4709 Update test_chain_plugin 2024-08-12 22:44:46 -04:00
Lin Huang df7a7b1f8d Update tests to accommodate chain_apis::read_only constructor changes 2024-07-31 13:33:43 -04:00
Kevin Heifner ef6d68d8a1 GH-264 Remove production of unneeded blocks in tests to speed up test runs 2024-06-11 14:16:51 -05:00
Lin Huang 26472a1ec7 remove chain_pacemaker and qc_chain related files and tests 2024-01-26 15:24:58 -05:00
Kevin Heifner fffbe1ef11 GH-1941 Remove controller::head_block_state() 2023-12-20 14:49:37 -06:00
Kevin Heifner 9516660464 GH-1916 Move hotstuff lib into chain lib, rename eosio::hotstuff namespace to be just eosio::chain 2023-11-28 09:12:27 -06:00
Kevin Heifner a0a2d76f4c GH-1916 Move hotstuff.hpp into hotstuff library. Change ownership of chain_pacemaker from chain_plugin to controller. 2023-11-21 12:40:29 -06:00
Kevin Heifner 9873720c97 Move chain_pacemaker from producer_plugin to chain_plugin. 2023-08-18 14:36:03 -05:00
Matt Witherspoon 6e9d776532 test contracts' _abi() return string instead of vector 2023-08-03 16:24:19 -04:00
greg7mdp 5310436d20 Fix -Wsign-compare warnings 2023-08-01 18:55:03 -04:00
Kevin Heifner 20cea10050 GH-259 Removed unused NON_VALIDATING_TEST 2023-05-01 09:33:27 -05:00
Kevin Heifner a7d268df10 GH-668 Move subjective_billing to chain library. Break circular dependency between producer_plugin and chain_plugin. 2023-04-24 13:40:37 -05:00
greg7mdp b2d1d890c1 Update calling convention for get_account() 2023-04-18 15:07:44 -04:00
Kevin Heifner 62903c04ab GH-677 Use std::move for abi into abi_serializer to avoid string copies. 2023-02-07 11:58:41 -06:00
Kevin Heifner dd66bfc075 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. 2023-01-12 16:00:33 -06:00
Kevin Heifner b9e99f0902 GH-54 Split contracts.cpp.in for libraries/testing and unittests. Remove dependency of libraries/testing on unittests. 2023-01-04 07:25:19 -06:00