21 Commits

Author SHA1 Message Date
Kevin Heifner 20281737ee Merge remote-tracking branch 'origin/release/4.0' into GH-2228-return-value-5.0-merge 2024-02-20 13:48:00 -06:00
Kevin Heifner 2a10c5d0db GH-2228 Correctly handle action return value conversion by ABI 2024-02-20 11:48:04 -06:00
Kevin Heifner da28bc91e3 Merge remote-tracking branch 'origin/main' into GH-1062-time-limits 2023-05-04 06:18:03 -05:00
Kevin Heifner 1f60ff9143 GH-1062 Rename time_point to_string to to_iso_string 2023-05-03 13:53:40 -05:00
Kevin Heifner 18190c138a GH-1062 Remove time_point implicit conversions 2023-05-03 11:39:29 -05:00
Kevin Heifner bbeafe9eff GH-1062 Remove deadline from trace_api_plugin 2023-05-02 11:40:43 -05:00
Kevin Heifner e07fe4365d Fix merge issues. 2022-05-13 00:05:00 -04:00
Jonathan Giszczak 7ffd2c52ab Remove history_plugin
Does not pass all tests yet.
2022-05-12 19:42:50 -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
oldcold 04b3e7a7be add more info in block trace & transaction trace. 2020-04-25 01:27:03 +08:00
Bart Wyatt a576cd386a remove base64 related code 2020-03-10 17:02:09 -04:00
Bart Wyatt 2d0e1adebd Sort response actions by global sequence in response formatting 2020-03-10 08:59:19 -04:00
Bart Wyatt f22559fdd7 renamed the trace_api_plugin namespace to trace_api; renamed the _trace_api_plugin to trace_api_plugin 2020-03-09 11:21:04 -04:00
Bart Wyatt 2503196e30 move responsibility for checking a function before calling it to the type of the yield function instead of the caller 2020-03-09 09:16:28 -04:00
Bart Wyatt 162f2543fb move to a yield function pattern instead of any concept of time or deadlines. 2020-03-07 19:47:34 -05:00
Bart Wyatt 7a4a94032b migrate to the new read API 2020-03-07 15:50:54 -05:00
b1bart d92a3aa592 Merge pull request #8774 from EOSIO/feature/trace-api-params
Change action data handling and output
2020-03-07 10:18:28 -05:00
Kevin Heifner 46de43ca01 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. 2020-03-06 16:50:11 -06:00
Bart Wyatt 4bd23349c0 change action output such that hex data is always present and params is present IFF a data handler can process the data 2020-03-06 17:02:26 -05:00
Bart Wyatt 7e462f89fa basic abi and base64 data inspectors; need to work on error conditions for ABI 2020-03-03 17:13:52 -05:00
Bart Wyatt 67144455a7 first draft of request handler; does not yet handle ABI decoding at all 2020-03-02 14:37:29 -05:00