Commit Graph

11 Commits

Author SHA1 Message Date
Lin Huang 3598fda51b make custom_appbase as an interface so its users do not need to use relative include path in their CMakeList.txt files 2023-03-07 08:36:21 -05:00
Lin Huang 8f83e49f90 Merge branch 'main' into parallel_readonly_trxs 2023-03-04 21:10:16 -05:00
Lin Huang 655c1c58da move custom_appbase from under plugin to under libraries directory 2023-02-27 16:42:51 -05:00
greg7mdp ad6a0969df remove HTTPS support from http_client_plugin 2023-02-23 15:19:51 -05:00
Lin Huang 0b1b2a26eb customize appbase to support two queue executor in Leap, add tests, update Leap to use the cusomized appbase 2023-02-22 10:18:12 -05:00
Steven Watanabe 0c4f36db6f Migrate fc::static_variant to std::variant
Cherry-picked from 9eaa571932159b7bdb522ac83a70e6e741564a42 (https://github.com/EOSIO/eos/pull/9235) with additional fixes for later changes to 2.0.x.
2022-01-28 09:10:44 -05:00
Bart Wyatt 2a6f974b5d remove the incorrect license header from the code base
resolves EOSIO/eos#7684
2019-08-13 18:01:22 -04:00
Jeeyong Um 9b036b432c Update LICENSE path 2018-12-02 19:54:13 +09:00
Andrianto Lie e27c304489 Update FC_ASSERT for abi_generator and abi_serializer
Update FC_ASSERT for apply_context, authorization_manager, authority_checker

Update FC_ASSERT for all the plugins

Update FC_ASSERT for block_header_state, block_log, chain_id_type, eosio_contract

Update FC_ASSERT for fork_database, resource_limits, transaction, transaction_context, cleos main, asset

Update FC_ASSERT for warm, cleos http, controller

Update FC_ASSERT for resource_limits, action, block_timestamp, fixed_key, symbol, wasm

Update FC_THROW to be more descriptive using EOS_THROW

Update mongodb FC_ASSERT

Fix rebase conflict

Cleanup
2018-07-11 15:36:48 +08:00
Kevin Heifner b99989ce4f Add FC_LOG_AND_RETHROW to log errors in plugin init 2018-06-18 11:39:22 -05:00
Bart Wyatt 9769fcde19 EOSIO/eos#2586
- consolidate http(s) parameters and http_client management in a new http_client_plugin for any appbase-based app
2018-05-31 12:04:44 -04:00