id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
1749946549 | LICENSE file is a concatenation of several licenses
Apparently, one should have been chosen by the templating engine, but it did not do anything
https://github.com/ENCCS/gpu-programming/blob/bfbc1fd6c21788bcaebf877fa745c6a47e06ed64/LICENSE
{% if cookiecutter.lesson_license == 'CC-BY-4.0' -%}
Attribution 4.0 International
[....]
Creative Commons may be contacted at creativecommons.org.
{% elif cookiecutter.lesson_license == 'CC-BY-SA-4.0' %}
Attribution-ShareAlike 4.0 International
....
....
Creative Commons may be contacted at creativecommons.org.
{% endif %}
Same with LICENSE.code
The same issue remains with LICENSE.code. I can push a fix, but not sure which license to leave. MIT for simplicity?
| gharchive/issue | 2023-06-09T13:55:57 | 2025-04-01T04:32:29.925945 | {
"authors": [
"al42and"
],
"repo": "ENCCS/gpu-programming",
"url": "https://github.com/ENCCS/gpu-programming/issues/74",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1115125271 | [Issue 10]:Search field bug in animated icons
While switching to animated icons tab and selecting them, the current behaviour of code is that search field is not populated and url also doesn't point to icon. The code fix aim to fill the input element by setting searchValue state and setting url.
@capedcrusader23 The search field as well as URL seems to be updating correctly but we also need to make the icon shareable as mentioned in https://github.com/EOS-uiux-Solutions/eos-icons-landing/issues/10.
I tested out your PR:
https://user-images.githubusercontent.com/54861487/151439533-953a1991-922e-4bd6-bfb0-624a341da80a.mp4
The URL seems to be opening the Static Icons tab. Instead of this it would be great if we could open the animated Icons tab
I think this will require us to add another URL parameter
for example, type=static or type=animate
@vinayaksh42 , i have addressed the comment please check this
Nice work @capedcrusader23, It seems to be working perfectly now!
| gharchive/pull-request | 2022-01-26T15:06:22 | 2025-04-01T04:32:30.097466 | {
"authors": [
"capedcrusader23",
"vinayaksh42"
],
"repo": "EOS-uiux-Solutions/eos-icons-landing",
"url": "https://github.com/EOS-uiux-Solutions/eos-icons-landing/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1804582689 | 🛑 eosc-performance is down
In d2f5d80, eosc-performance (https://performance.services.fedcloud.eu) was down:
HTTP code: 0
Response time: 0 ms
Resolved: eosc-performance is back up in 75ef63a.
| gharchive/issue | 2023-07-14T09:57:13 | 2025-04-01T04:32:30.099935 | {
"authors": [
"vykozlov"
],
"repo": "EOSC-synergy/eosc-perf-status",
"url": "https://github.com/EOSC-synergy/eosc-perf-status/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1711407463 | 🛑 O3api - testing (API testing endpoint) is down
In 9be643e, O3api - testing (API testing endpoint) (https://o3api.test.fedcloud.eu/api/v1/ui/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: O3api - testing (API testing endpoint) is back up in 1f2163b.
| gharchive/issue | 2023-05-16T07:20:35 | 2025-04-01T04:32:30.102309 | {
"authors": [
"vykozlov"
],
"repo": "EOSC-synergy/o3as-status",
"url": "https://github.com/EOSC-synergy/o3as-status/issues/107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1185932725 | 🛑 SQAaaS API - production is down
In 9b72c6b, SQAaaS API - production (https://api.sqaaas.eosc-synergy.eu/v1/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SQAaaS API - production is back up in 0d0ffb8.
| gharchive/issue | 2022-03-30T06:09:38 | 2025-04-01T04:32:30.104653 | {
"authors": [
"orviz"
],
"repo": "EOSC-synergy/status",
"url": "https://github.com/EOSC-synergy/status/issues/306",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
358967315 | avoid plugin through irreversible_block signal change block before apply_block
avoid plugin through irreversible_block signal change block before apply_block, so that apply_block faild and keep signal according to the order of accepted_transaction, applied_transaction and irreversible_block.
I'm curious what failure you are seeing. Do you have an example log?
@heifner In sql plugin, when irrevesible_block_queue block, it will print this error and only happen in replay. I haven't used this version of sql plugin, so I can only find the previous log.
2018-08-16T07:28:59.449 thread-0 controller.cpp:897 apply_block ] *trace: {"id":"669edd2341042bdb6c53999354e03b47671c9c706793020253b2099fead5e002","elapsed":0,"net_usage":0,"scheduled":false,"action_traces":[],"failed_dtrx_trace":null,"except":{"code":3040000,"name":"transaction_exception","message":"Transaction exception","stack":[{"context":{"level":"error","file":"controller.cpp","line":1636,"method":"validate_referenced_accounts","hostname":"","thread_name":"thread-0","timestamp":"2018-08-16T07:28:59.448"},"format":"action's authorizing actor '${account}' does not exist","data":{"account":".......5icus"}}]}}
2018-08-16T07:28:59.449 thread-0 controller.cpp:935 apply_block ] e.to_detail_string(): 3040000 transaction_exception: Transaction exception
action's authorizing actor '.......5icus' does not exist
{"account":".......5icus"}
thread-0 controller.cpp:1636 validate_referenced_accounts
2018-08-16T07:28:59.449 thread-0 controller.cpp:959 push_block ] 3040000 transaction_exception: Transaction exception
action's authorizing actor '.......5icus' does not exist
{"account":".......5icus"}
thread-0 controller.cpp:1636 validate_referenced_accounts
{}
thread-0 controller.cpp:939 apply_block
2018-08-16T07:28:59.450 thread-1 consumer.hpp:178 run_blocks ] reversible draining queue, size: 0
2018-08-16T07:28:59.450 thread-1 consumer.hpp:200 run_blocks ] Consumer thread End run_blocks
2018-08-16T07:28:59.450 thread-3 consumer.hpp:306 run_irreversible ] Consumer thread End run_irreversible
2018-08-16T07:29:00.399 thread-2 consumer.hpp:259 run_traces ] Consumer thread End run_traces
2018-08-16T07:29:01.349 thread-0 main.cpp:125 main ] 3040000 transaction_exception: Transaction exception
action's authorizing actor '.......5icus' does not exist
{"account":".......5icus"}
thread-0 controller.cpp:1636 validate_referenced_accounts
{}
thread-0 controller.cpp:939 apply_block
rethrow
{}
thread-0 controller.cpp:959 push_block
{}
thread-0 chain_plugin.cpp:603 plugin_startup
@heifner I also meet this error #5470 , but i cann't find the log.
@firesWu What version are you running?
@heifner I running 1.1.6 version. Now, I try to reproduce in v1.2.5. It was happen.
this is my plugin.
Only happen in replay.
2018-09-14T04:59:31.014 thread-0 wasm_interface.cpp:929 eosio_assert ] message: read
2018-09-14T04:59:31.014 thread-0 controller.cpp:975 apply_block ] *trace: {"id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","elapsed":0,"net_usage":10378,"scheduled":false,"action_traces":[{"receipt":{"receiver":"eosio","act_digest":"a2f84287148bddb4984b226223a4d6c80a0cd971f50836f1e50560f4203c9ea8","global_sequence":182033,"recv_sequence":85543,"auth_sequence":[["eosio",182026]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a95896901000000010003c4d8ad80247d4e7d27dc62139def23bad7bfff4cf1a678f251580150d675c7020100000001000000010003c4d8ad80247d4e7d27dc62139def23bad7bfff4cf1a678f251580150d675c70201000000"},"elapsed":775,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"df9b10cc0a3a870f3fe6c73acc65d9e65bee8c35d3e86e9ccb9c57958225fbb3","global_sequence":182034,"recv_sequence":85544,"auth_sequence":[["eosio",182027]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a95896900200000"},"elapsed":1490,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182035,"recv_sequence":48247,"auth_sequence":[["eosio",182028]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":497,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182036,"recv_sequence":85545,"auth_sequence":[["eosio",182029]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":48,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182037,"recv_sequence":12062,"auth_sequence":[["eosio",182030]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182038,"recv_sequence":48248,"auth_sequence":[["eosio",182031]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":373,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182039,"recv_sequence":85546,"auth_sequence":[["eosio",182032]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":43,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182040,"recv_sequence":12062,"auth_sequence":[["eosio",182033]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"1319f0136e312a8afbee4228ab2cfde5a189f68733a047f41cac5bea1155b08b","global_sequence":182041,"recv_sequence":85547,"auth_sequence":[["eosio",182034]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a958969daef9b000000000004454f5300000000d9ef9b000000000004454f530000000001"},"elapsed":1355,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"89c17a9224f759a709455e391fb1e08abd6f4b45ea66568e8239dca7a9c0435d","global_sequence":182042,"recv_sequence":48249,"auth_sequence":[["eosio",182035]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b3df37010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":436,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"89c17a9224f759a709455e391fb1e08abd6f4b45ea66568e8239dca7a9c0435d","global_sequence":182043,"recv_sequence":85548,"auth_sequence":[["eosio",182036]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b3df37010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"89c17a9224f759a709455e391fb1e08abd6f4b45ea66568e8239dca7a9c0435d","global_sequence":182044,"recv_sequence":12062,"auth_sequence":[["eosio",182037]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b3df37010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"7439a86c74100df369fbdc5636679f0ecc463c0f7e6092a85ba7b547a11b6c1d","global_sequence":182045,"recv_sequence":48250,"auth_sequence":[["eosio",182038]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a958969a08601000000000004454f530000000004696e6974"},"elapsed":350,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"7439a86c74100df369fbdc5636679f0ecc463c0f7e6092a85ba7b547a11b6c1d","global_sequence":182046,"recv_sequence":85549,"auth_sequence":[["eosio",182039]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a958969a08601000000000004454f530000000004696e6974"},"elapsed":43,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temrqgege","act_digest":"7439a86c74100df369fbdc5636679f0ecc463c0f7e6092a85ba7b547a11b6c1d","global_sequence":182047,"recv_sequence":1,"auth_sequence":[["eosio",182040]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64a958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"ff93b46b2762bc1e8c6655743e2fdbaf1426992670f20a5f694108c1752385e2","global_sequence":182048,"recv_sequence":85550,"auth_sequence":[["eosio",182041]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff4995896901000000010002cebc9b852429a4f34d5cd16abb36e7ca6fd63941845fbab09553deaf57eca0ab0100000001000000010002cebc9b852429a4f34d5cd16abb36e7ca6fd63941845fbab09553deaf57eca0ab01000000"},"elapsed":543,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"e244fad20ec439791544ed715bb612e99654e68c03a29873e67bf0d13407b966","global_sequence":182049,"recv_sequence":85551,"auth_sequence":[["eosio",182042]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff4995896900200000"},"elapsed":1360,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182050,"recv_sequence":48251,"auth_sequence":[["eosio",182043]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":477,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182051,"recv_sequence":85552,"auth_sequence":[["eosio",182044]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":63,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182052,"recv_sequence":12063,"auth_sequence":[["eosio",182045]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182053,"recv_sequence":48252,"auth_sequence":[["eosio",182046]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":366,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182054,"recv_sequence":85553,"auth_sequence":[["eosio",182047]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182055,"recv_sequence":12063,"auth_sequence":[["eosio",182048]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"f32fb3468ade4c6f26a8250990777da05cf07e2dce55d609a0cd2290fa3a77d5","global_sequence":182056,"recv_sequence":85554,"auth_sequence":[["eosio",182049]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff499589697588cc000000000004454f53000000007688cc000000000004454f530000000001"},"elapsed":1180,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"4400994bad95813d6583adefb05f97ecb5d82053fca60a73c85b316e650c5785","global_sequence":182057,"recv_sequence":48253,"auth_sequence":[["eosio",182050]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055eb1099010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":389,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"4400994bad95813d6583adefb05f97ecb5d82053fca60a73c85b316e650c5785","global_sequence":182058,"recv_sequence":85555,"auth_sequence":[["eosio",182051]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055eb1099010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":43,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"4400994bad95813d6583adefb05f97ecb5d82053fca60a73c85b316e650c5785","global_sequence":182059,"recv_sequence":12063,"auth_sequence":[["eosio",182052]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055eb1099010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"5a73b2cbf4a40b933d229ced8985c87c3584dd1be394def508920f822fee9506","global_sequence":182060,"recv_sequence":48254,"auth_sequence":[["eosio",182053]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":323,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"5a73b2cbf4a40b933d229ced8985c87c3584dd1be394def508920f822fee9506","global_sequence":182061,"recv_sequence":85556,"auth_sequence":[["eosio",182054]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":42,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjzhage","act_digest":"5a73b2cbf4a40b933d229ced8985c87c3584dd1be394def508920f822fee9506","global_sequence":182062,"recv_sequence":1,"auth_sequence":[["eosio",182055]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"147d527c9c67d9a3440cc1a6536d7fa4752bf8c268dad777ff235278acc8386c","global_sequence":182063,"recv_sequence":85557,"auth_sequence":[["eosio",182056]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff499589690100000001000213611b3ca53b21994697a5c40bc6b8072dda5cf236c74e8e24d96724198d1f49010000000100000001000213611b3ca53b21994697a5c40bc6b8072dda5cf236c74e8e24d96724198d1f4901000000"},"elapsed":683,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"ef52231c1f34af32a493de7a9126661026089e2595c7b9d755049c69ba046cf1","global_sequence":182064,"recv_sequence":85558,"auth_sequence":[["eosio",182057]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff4995896900200000"},"elapsed":1496,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182065,"recv_sequence":48255,"auth_sequence":[["eosio",182058]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":520,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182066,"recv_sequence":85559,"auth_sequence":[["eosio",182059]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":58,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182067,"recv_sequence":12064,"auth_sequence":[["eosio",182060]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182068,"recv_sequence":48256,"auth_sequence":[["eosio",182061]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":449,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182069,"recv_sequence":85560,"auth_sequence":[["eosio",182062]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":56,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182070,"recv_sequence":12064,"auth_sequence":[["eosio",182063]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"15e9fad1671bc8d987988a58db7437e0a1975421ea3bef236605a45091bd32db","global_sequence":182071,"recv_sequence":85561,"auth_sequence":[["eosio",182064]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff499589693b050b000000000004454f53000000003b050b000000000004454f530000000001"},"elapsed":1477,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"3ceed489d1d28ca67c6be6981c33590f8638031641d4772a694ab91e58dc41f3","global_sequence":182072,"recv_sequence":48257,"auth_sequence":[["eosio",182065]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055760a16000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":658,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"3ceed489d1d28ca67c6be6981c33590f8638031641d4772a694ab91e58dc41f3","global_sequence":182073,"recv_sequence":85562,"auth_sequence":[["eosio",182066]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055760a16000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":122,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"3ceed489d1d28ca67c6be6981c33590f8638031641d4772a694ab91e58dc41f3","global_sequence":182074,"recv_sequence":12064,"auth_sequence":[["eosio",182067]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055760a16000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"544ea9511374d79a88697f55885812a85b3adf1351e58536ae8730e70641972a","global_sequence":182075,"recv_sequence":48258,"auth_sequence":[["eosio",182068]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":445,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"544ea9511374d79a88697f55885812a85b3adf1351e58536ae8730e70641972a","global_sequence":182076,"recv_sequence":85563,"auth_sequence":[["eosio",182069]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":58,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjzgyge","act_digest":"544ea9511374d79a88697f55885812a85b3adf1351e58536ae8730e70641972a","global_sequence":182077,"recv_sequence":1,"auth_sequence":[["eosio",182070]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867ff49958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"d9980cfa8724f9f1a8f251309d118488b37d60df5b6feb0a423d6b7331ddf6c6","global_sequence":182078,"recv_sequence":85564,"auth_sequence":[["eosio",182071]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff4995896901000000010003f09073987dcfaa2b9eb7762e63742d00e5169f58a6d9d01760c04c22a8d13e310100000001000000010003f09073987dcfaa2b9eb7762e63742d00e5169f58a6d9d01760c04c22a8d13e3101000000"},"elapsed":569,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"70c06c0dee17c10f2c16aa4921ea4944df0f7f6e3bd0d1f9182c1188d9ad5648","global_sequence":182079,"recv_sequence":85565,"auth_sequence":[["eosio",182072]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff4995896900200000"},"elapsed":1389,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182080,"recv_sequence":48259,"auth_sequence":[["eosio",182073]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":392,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182081,"recv_sequence":85566,"auth_sequence":[["eosio",182074]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182082,"recv_sequence":12065,"auth_sequence":[["eosio",182075]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182083,"recv_sequence":48260,"auth_sequence":[["eosio",182076]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":354,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182084,"recv_sequence":85567,"auth_sequence":[["eosio",182077]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182085,"recv_sequence":12065,"auth_sequence":[["eosio",182078]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"0ff599075a254974bcd8caadb23fff349d4fac81e4b31bef1434d9bcbd86e969","global_sequence":182086,"recv_sequence":85568,"auth_sequence":[["eosio",182079]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff49958969a08c00000000000004454f5300000000a08c00000000000004454f530000000001"},"elapsed":1285,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"2aeccb3dbe5d5f9fe576b4f633be6421a58a9a816988befba98b83aa3cff34a1","global_sequence":182087,"recv_sequence":48261,"auth_sequence":[["eosio",182080]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055401901000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":423,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"2aeccb3dbe5d5f9fe576b4f633be6421a58a9a816988befba98b83aa3cff34a1","global_sequence":182088,"recv_sequence":85569,"auth_sequence":[["eosio",182081]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055401901000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"2aeccb3dbe5d5f9fe576b4f633be6421a58a9a816988befba98b83aa3cff34a1","global_sequence":182089,"recv_sequence":12065,"auth_sequence":[["eosio",182082]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055401901000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"426f410ef6688d1ce814da0133be4f11b2666e9c5ac55e7af17ed2a9ec0a6514","global_sequence":182090,"recv_sequence":48262,"auth_sequence":[["eosio",182083]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff49958969204e00000000000004454f530000000004696e6974"},"elapsed":414,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"426f410ef6688d1ce814da0133be4f11b2666e9c5ac55e7af17ed2a9ec0a6514","global_sequence":182091,"recv_sequence":85570,"auth_sequence":[["eosio",182084]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff49958969204e00000000000004454f530000000004696e6974"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjzgige","act_digest":"426f410ef6688d1ce814da0133be4f11b2666e9c5ac55e7af17ed2a9ec0a6514","global_sequence":182092,"recv_sequence":1,"auth_sequence":[["eosio",182085]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863ff49958969204e00000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"b2058492255e7c70a7429eac16ac4eebda88bc168445b0559fce34cd54cec504","global_sequence":182093,"recv_sequence":85571,"auth_sequence":[["eosio",182086]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe499589690100000001000200baedec943f3d1a8b7c61b201d113e0b15873136c5a7069f7838526d7aa51eb010000000100000001000200baedec943f3d1a8b7c61b201d113e0b15873136c5a7069f7838526d7aa51eb01000000"},"elapsed":498,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"f362ed7cf681b973cc8ff69f48eb95da64d5ee56beb50fca8edaa7653a1ac9f0","global_sequence":182094,"recv_sequence":85572,"auth_sequence":[["eosio",182087]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe4995896900200000"},"elapsed":1381,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182095,"recv_sequence":48263,"auth_sequence":[["eosio",182088]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":412,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182096,"recv_sequence":85573,"auth_sequence":[["eosio",182089]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":75,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182097,"recv_sequence":12066,"auth_sequence":[["eosio",182090]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182098,"recv_sequence":48264,"auth_sequence":[["eosio",182091]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":459,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182099,"recv_sequence":85574,"auth_sequence":[["eosio",182092]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":49,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182100,"recv_sequence":12066,"auth_sequence":[["eosio",182093]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"787d2edb439fd2107385947ecdeeed2e4a2b1781e65750066899188c0a0f4783","global_sequence":182101,"recv_sequence":85575,"auth_sequence":[["eosio",182094]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe49958969f01c060b0000000004454f5300000000f01c060b0000000004454f530000000001"},"elapsed":1179,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"2ea496df489e57987d20950e1f85a7790dfe13f363cc8f40b3ff11c826b2d676","global_sequence":182102,"recv_sequence":48265,"auth_sequence":[["eosio",182095]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e0390c160000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":410,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"2ea496df489e57987d20950e1f85a7790dfe13f363cc8f40b3ff11c826b2d676","global_sequence":182103,"recv_sequence":85576,"auth_sequence":[["eosio",182096]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e0390c160000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"2ea496df489e57987d20950e1f85a7790dfe13f363cc8f40b3ff11c826b2d676","global_sequence":182104,"recv_sequence":12066,"auth_sequence":[["eosio",182097]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e0390c160000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"36f7ba241ea8d22120cdc5c0416899b8e61c771ecd0fe9775e31172d5e034ecd","global_sequence":182105,"recv_sequence":48266,"auth_sequence":[["eosio",182098]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe49958969a08601000000000004454f530000000004696e6974"},"elapsed":346,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"36f7ba241ea8d22120cdc5c0416899b8e61c771ecd0fe9775e31172d5e034ecd","global_sequence":182106,"recv_sequence":85577,"auth_sequence":[["eosio",182099]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe49958969a08601000000000004454f530000000004696e6974"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjyhege","act_digest":"36f7ba241ea8d22120cdc5c0416899b8e61c771ecd0fe9775e31172d5e034ecd","global_sequence":182107,"recv_sequence":1,"auth_sequence":[["eosio",182100]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986afe49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"3d2fd37d56793bb42c3a164823a9480f77a53956eb1b296487a634dc3ea25c00","global_sequence":182108,"recv_sequence":85578,"auth_sequence":[["eosio",182101]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd49958969010000000100022ed7a2d6ed661c7b46752bf5f55b6fceeb32237800b36c7e70bfa4b71d2fbe2401000000010000000100022ed7a2d6ed661c7b46752bf5f55b6fceeb32237800b36c7e70bfa4b71d2fbe2401000000"},"elapsed":503,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"d3944810ae187827a9bc8a843425b1ddea8e0fdd63d8c18d5fab6996d76e14e6","global_sequence":182109,"recv_sequence":85579,"auth_sequence":[["eosio",182102]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd4995896900200000"},"elapsed":1392,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182110,"recv_sequence":48267,"auth_sequence":[["eosio",182103]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":367,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182111,"recv_sequence":85580,"auth_sequence":[["eosio",182104]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182112,"recv_sequence":12067,"auth_sequence":[["eosio",182105]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182113,"recv_sequence":48268,"auth_sequence":[["eosio",182106]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":409,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182114,"recv_sequence":85581,"auth_sequence":[["eosio",182107]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182115,"recv_sequence":12067,"auth_sequence":[["eosio",182108]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"6157ba74f374fd1904135d6c587b28d947fc2953d724db096f8a5ede297e5090","global_sequence":182116,"recv_sequence":85582,"auth_sequence":[["eosio",182109]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd49958969740306000000000004454f5300000000740306000000000004454f530000000001"},"elapsed":1198,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"1cdbd60b21b04e39267ee551a7bfecb0f2f0316e72fc2f6be7fb2319d6d31ce8","global_sequence":182117,"recv_sequence":48269,"auth_sequence":[["eosio",182110]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e8060c000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":410,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"1cdbd60b21b04e39267ee551a7bfecb0f2f0316e72fc2f6be7fb2319d6d31ce8","global_sequence":182118,"recv_sequence":85583,"auth_sequence":[["eosio",182111]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e8060c000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"1cdbd60b21b04e39267ee551a7bfecb0f2f0316e72fc2f6be7fb2319d6d31ce8","global_sequence":182119,"recv_sequence":12067,"auth_sequence":[["eosio",182112]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055e8060c000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"0d25dc85ddf557c1acc8140d0b90dad58cb0954c73b863c8c4025e4a768613d4","global_sequence":182120,"recv_sequence":48270,"auth_sequence":[["eosio",182113]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":416,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"0d25dc85ddf557c1acc8140d0b90dad58cb0954c73b863c8c4025e4a768613d4","global_sequence":182121,"recv_sequence":85584,"auth_sequence":[["eosio",182114]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjxhage","act_digest":"0d25dc85ddf557c1acc8140d0b90dad58cb0954c73b863c8c4025e4a768613d4","global_sequence":182122,"recv_sequence":1,"auth_sequence":[["eosio",182115]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":19,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"e984543da3e4a12d95c217f94a7410800581447c2f74eb72980747bccd3a7e2c","global_sequence":182123,"recv_sequence":85585,"auth_sequence":[["eosio",182116]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd4995896901000000010003cf14be758c9f817d707edc72140e47febae3031531c82e083afac714de762c1e0100000001000000010003cf14be758c9f817d707edc72140e47febae3031531c82e083afac714de762c1e01000000"},"elapsed":469,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"1461a612f4f2e616de4d0dc0354f304263407530ccb1217c2034a973aa7ba4d1","global_sequence":182124,"recv_sequence":85586,"auth_sequence":[["eosio",182117]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd4995896900200000"},"elapsed":1235,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182125,"recv_sequence":48271,"auth_sequence":[["eosio",182118]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":319,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182126,"recv_sequence":85587,"auth_sequence":[["eosio",182119]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182127,"recv_sequence":12068,"auth_sequence":[["eosio",182120]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182128,"recv_sequence":48272,"auth_sequence":[["eosio",182121]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":306,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182129,"recv_sequence":85588,"auth_sequence":[["eosio",182122]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182130,"recv_sequence":12068,"auth_sequence":[["eosio",182123]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"6845a1899830f371a695687cfe40f488b57da12896956fb606c75f24fd617805","global_sequence":182131,"recv_sequence":85589,"auth_sequence":[["eosio",182124]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd499589691356c7000000000004454f53000000001356c7000000000004454f530000000001"},"elapsed":1171,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"df7d52afe251c293fcadf6eb779c4a5b56b666e67d0c779ed675c975053f25da","global_sequence":182132,"recv_sequence":48273,"auth_sequence":[["eosio",182125]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ac8e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":542,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"df7d52afe251c293fcadf6eb779c4a5b56b666e67d0c779ed675c975053f25da","global_sequence":182133,"recv_sequence":85590,"auth_sequence":[["eosio",182126]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ac8e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":59,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"df7d52afe251c293fcadf6eb779c4a5b56b666e67d0c779ed675c975053f25da","global_sequence":182134,"recv_sequence":12068,"auth_sequence":[["eosio",182127]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ac8e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"bd49c86e7451ef124f805cb75ee594d9db28d7087f5cb016be937ace4f25e2aa","global_sequence":182135,"recv_sequence":48274,"auth_sequence":[["eosio",182128]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":441,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"bd49c86e7451ef124f805cb75ee594d9db28d7087f5cb016be937ace4f25e2aa","global_sequence":182136,"recv_sequence":85591,"auth_sequence":[["eosio",182129]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":56,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjxguge","act_digest":"bd49c86e7451ef124f805cb75ee594d9db28d7087f5cb016be937ace4f25e2aa","global_sequence":182137,"recv_sequence":1,"auth_sequence":[["eosio",182130]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"0f8d523074957bfb6eb77abe976bc58d79ffa55603bd9bf50a7533b795e3e2c8","global_sequence":182138,"recv_sequence":85592,"auth_sequence":[["eosio",182131]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd4995896901000000010002539aac00ad3404051d6b9c2bdc58ea8eca0b22b95b8801178fe98a7666c187f30100000001000000010002539aac00ad3404051d6b9c2bdc58ea8eca0b22b95b8801178fe98a7666c187f301000000"},"elapsed":614,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"e9971f66cf6cf9257a16da8a4d114df8c303f7c486f161a093009a2736f513da","global_sequence":182139,"recv_sequence":85593,"auth_sequence":[["eosio",182132]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd4995896900200000"},"elapsed":1935,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182140,"recv_sequence":48275,"auth_sequence":[["eosio",182133]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":356,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182141,"recv_sequence":85594,"auth_sequence":[["eosio",182134]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182142,"recv_sequence":12069,"auth_sequence":[["eosio",182135]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182143,"recv_sequence":48276,"auth_sequence":[["eosio",182136]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":338,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182144,"recv_sequence":85595,"auth_sequence":[["eosio",182137]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":42,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182145,"recv_sequence":12069,"auth_sequence":[["eosio",182138]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"3fc72ca71c56517962ce5beab0ee3e25144ff3813e18afdd5b5637f4a2292590","global_sequence":182146,"recv_sequence":85596,"auth_sequence":[["eosio",182139]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd499589693c6427000000000004454f53000000003d6427000000000004454f530000000001"},"elapsed":1445,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"d87ebcbf6f74e6f7b91224f9d6d54b02d784624c48afa6967e4da0d2f9ec8b4e","global_sequence":182147,"recv_sequence":48277,"auth_sequence":[["eosio",182140]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305579c84e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":429,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"d87ebcbf6f74e6f7b91224f9d6d54b02d784624c48afa6967e4da0d2f9ec8b4e","global_sequence":182148,"recv_sequence":85597,"auth_sequence":[["eosio",182141]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305579c84e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"d87ebcbf6f74e6f7b91224f9d6d54b02d784624c48afa6967e4da0d2f9ec8b4e","global_sequence":182149,"recv_sequence":12069,"auth_sequence":[["eosio",182142]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305579c84e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"fb998ed2297ec3ea9fb1a6f4766d7a9180ae72d4da37cc211392626e47191e9e","global_sequence":182150,"recv_sequence":48278,"auth_sequence":[["eosio",182143]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":356,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"fb998ed2297ec3ea9fb1a6f4766d7a9180ae72d4da37cc211392626e47191e9e","global_sequence":182151,"recv_sequence":85598,"auth_sequence":[["eosio",182144]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjxgmge","act_digest":"fb998ed2297ec3ea9fb1a6f4766d7a9180ae72d4da37cc211392626e47191e9e","global_sequence":182152,"recv_sequence":1,"auth_sequence":[["eosio",182145]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"d1cbe16348cfa0979dfd6926be5e08f02e34b9ce0e86a1907f1454c7b8aa5290","global_sequence":182153,"recv_sequence":85599,"auth_sequence":[["eosio",182146]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd4995896901000000010003d388f91f88a92e4bf8e6eb47529c02d4cf58a6f8604a90c2ada89e0718cd60120100000001000000010003d388f91f88a92e4bf8e6eb47529c02d4cf58a6f8604a90c2ada89e0718cd601201000000"},"elapsed":521,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"c66a5326cd222adc76fae088cf3a6112f29b9401dbb414b5927339a64476bcbb","global_sequence":182154,"recv_sequence":85600,"auth_sequence":[["eosio",182147]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd4995896900200000"},"elapsed":1449,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182155,"recv_sequence":48279,"auth_sequence":[["eosio",182148]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":367,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182156,"recv_sequence":85601,"auth_sequence":[["eosio",182149]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182157,"recv_sequence":12070,"auth_sequence":[["eosio",182150]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182158,"recv_sequence":48280,"auth_sequence":[["eosio",182151]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":354,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182159,"recv_sequence":85602,"auth_sequence":[["eosio",182152]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182160,"recv_sequence":12070,"auth_sequence":[["eosio",182153]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"70f10741007a18bef66f085588587c7339c477f9b688fb783762af774eae1699","global_sequence":182161,"recv_sequence":85603,"auth_sequence":[["eosio",182154]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd49958969ce7705000000000004454f5300000000ce7705000000000004454f530000000001"},"elapsed":1191,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"b386aec3da685b60a1a028cdb615600000ae931c93fea1433f021f32b89eb275","global_sequence":182162,"recv_sequence":48281,"auth_sequence":[["eosio",182155]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30559cef0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":408,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"b386aec3da685b60a1a028cdb615600000ae931c93fea1433f021f32b89eb275","global_sequence":182163,"recv_sequence":85604,"auth_sequence":[["eosio",182156]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30559cef0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"b386aec3da685b60a1a028cdb615600000ae931c93fea1433f021f32b89eb275","global_sequence":182164,"recv_sequence":12070,"auth_sequence":[["eosio",182157]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30559cef0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"594b3c49958a809115be3bd7a556a87f70a6463181fb03ec3cc1b4cac1f40f91","global_sequence":182165,"recv_sequence":48282,"auth_sequence":[["eosio",182158]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":371,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"594b3c49958a809115be3bd7a556a87f70a6463181fb03ec3cc1b4cac1f40f91","global_sequence":182166,"recv_sequence":85605,"auth_sequence":[["eosio",182159]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjxgege","act_digest":"594b3c49958a809115be3bd7a556a87f70a6463181fb03ec3cc1b4cac1f40f91","global_sequence":182167,"recv_sequence":1,"auth_sequence":[["eosio",182160]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fd49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"288de60483b143791de3774ddc340c3a31dc2cf650cbccd7a6f0356db97f20e8","global_sequence":182168,"recv_sequence":85606,"auth_sequence":[["eosio",182161]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc499589690100000001000398bd0bef72e0e363b444859783a33e6926850063b1f5df7986ef0306b6b4e5c5010000000100000001000398bd0bef72e0e363b444859783a33e6926850063b1f5df7986ef0306b6b4e5c501000000"},"elapsed":453,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"832b7c54032585f50261dc46d44df3236daf6cae341362ebb36661eb2bc8257d","global_sequence":182169,"recv_sequence":85607,"auth_sequence":[["eosio",182162]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc4995896900200000"},"elapsed":1263,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182170,"recv_sequence":48283,"auth_sequence":[["eosio",182163]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":361,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182171,"recv_sequence":85608,"auth_sequence":[["eosio",182164]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182172,"recv_sequence":12071,"auth_sequence":[["eosio",182165]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182173,"recv_sequence":48284,"auth_sequence":[["eosio",182166]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":311,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182174,"recv_sequence":85609,"auth_sequence":[["eosio",182167]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182175,"recv_sequence":12071,"auth_sequence":[["eosio",182168]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":1,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"2c07a8024cc23d3b1ed6bab7e78b0a10290177d8dc69e4d2fec6c5791103291a","global_sequence":182176,"recv_sequence":85610,"auth_sequence":[["eosio",182169]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc49958969795118000000000004454f53000000007a5118000000000004454f530000000001"},"elapsed":1081,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"23444d994b5ce5d273be616b327a79873f12f1ef0426a164648c1cc26604a546","global_sequence":182177,"recv_sequence":48285,"auth_sequence":[["eosio",182170]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f3a230000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":355,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"23444d994b5ce5d273be616b327a79873f12f1ef0426a164648c1cc26604a546","global_sequence":182178,"recv_sequence":85611,"auth_sequence":[["eosio",182171]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f3a230000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"23444d994b5ce5d273be616b327a79873f12f1ef0426a164648c1cc26604a546","global_sequence":182179,"recv_sequence":12071,"auth_sequence":[["eosio",182172]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f3a230000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"7a2e48cfd1727f001c4df21a428d4a8e6a09f4693478b6f4312d2afed13bd9d4","global_sequence":182180,"recv_sequence":48286,"auth_sequence":[["eosio",182173]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc49958969a08601000000000004454f530000000004696e6974"},"elapsed":297,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"7a2e48cfd1727f001c4df21a428d4a8e6a09f4693478b6f4312d2afed13bd9d4","global_sequence":182181,"recv_sequence":85612,"auth_sequence":[["eosio",182174]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc49958969a08601000000000004454f530000000004696e6974"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjwgege","act_digest":"7a2e48cfd1727f001c4df21a428d4a8e6a09f4693478b6f4312d2afed13bd9d4","global_sequence":182182,"recv_sequence":1,"auth_sequence":[["eosio",182175]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fc49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"73d25e9769c61d0bba52e007d7f21e16c7aa13656fd88f812e42b3a19c313562","global_sequence":182183,"recv_sequence":85613,"auth_sequence":[["eosio",182176]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb4995896901000000010003430353d9d26c0a98ae1bc8b237946d5f09151c1596c73751b6d3c33dc74fe1760100000001000000010003430353d9d26c0a98ae1bc8b237946d5f09151c1596c73751b6d3c33dc74fe17601000000"},"elapsed":436,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"f0e9e02b364d83e5150bb4d5929a97fb42c6fcb6f28ac96a82c3adc64ae60862","global_sequence":182184,"recv_sequence":85614,"auth_sequence":[["eosio",182177]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb4995896900200000"},"elapsed":1146,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182185,"recv_sequence":48287,"auth_sequence":[["eosio",182178]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":325,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182186,"recv_sequence":85615,"auth_sequence":[["eosio",182179]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182187,"recv_sequence":12072,"auth_sequence":[["eosio",182180]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182188,"recv_sequence":48288,"auth_sequence":[["eosio",182181]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":460,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182189,"recv_sequence":85616,"auth_sequence":[["eosio",182182]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":43,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182190,"recv_sequence":12072,"auth_sequence":[["eosio",182183]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"5c123d2427d0303abb17e4fbe836387b43fb817ce1eb0885c055e4ead853aadd","global_sequence":182191,"recv_sequence":85617,"auth_sequence":[["eosio",182184]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb499589698d3607000000000004454f53000000008d3607000000000004454f530000000001"},"elapsed":1151,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"ac91fcae78baa8250d94453e34a6d4c37dcbec5766899243387ad59460ad45ab","global_sequence":182192,"recv_sequence":48289,"auth_sequence":[["eosio",182185]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30551a6d0e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":365,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"ac91fcae78baa8250d94453e34a6d4c37dcbec5766899243387ad59460ad45ab","global_sequence":182193,"recv_sequence":85618,"auth_sequence":[["eosio",182186]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30551a6d0e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"ac91fcae78baa8250d94453e34a6d4c37dcbec5766899243387ad59460ad45ab","global_sequence":182194,"recv_sequence":12072,"auth_sequence":[["eosio",182187]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30551a6d0e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"fcbb8db50ef613938b37393aaee5774f89887bdd66b258a139de1db1e2221a87","global_sequence":182195,"recv_sequence":48290,"auth_sequence":[["eosio",182188]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":298,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"fcbb8db50ef613938b37393aaee5774f89887bdd66b258a139de1db1e2221a87","global_sequence":182196,"recv_sequence":85619,"auth_sequence":[["eosio",182189]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjvhage","act_digest":"fcbb8db50ef613938b37393aaee5774f89887bdd66b258a139de1db1e2221a87","global_sequence":182197,"recv_sequence":1,"auth_sequence":[["eosio",182190]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09869fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"5dbe0c620f9fd70a0c87697e1dad98cd377318f0682b2157348951b20e792b0c","global_sequence":182198,"recv_sequence":85620,"auth_sequence":[["eosio",182191]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb499589690100000001000369dddc4fd386c2f61b116e7468dbd1a95fc4408077cc3386963803974888366c010000000100000001000369dddc4fd386c2f61b116e7468dbd1a95fc4408077cc3386963803974888366c01000000"},"elapsed":442,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"2458e5cfba891f2b4b9c13308c7b51aabd4bca37cbd18fb375ba21f1bb2655a9","global_sequence":182199,"recv_sequence":85621,"auth_sequence":[["eosio",182192]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb4995896900200000"},"elapsed":1341,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182200,"recv_sequence":48291,"auth_sequence":[["eosio",182193]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":356,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182201,"recv_sequence":85622,"auth_sequence":[["eosio",182194]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182202,"recv_sequence":12073,"auth_sequence":[["eosio",182195]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":1,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182203,"recv_sequence":48292,"auth_sequence":[["eosio",182196]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":317,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182204,"recv_sequence":85623,"auth_sequence":[["eosio",182197]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182205,"recv_sequence":12073,"auth_sequence":[["eosio",182198]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"4801b37fb11669ed175aaa0ac7e9c5ca929e054867f9745b86bd5be379e637a9","global_sequence":182206,"recv_sequence":85624,"auth_sequence":[["eosio",182199]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb49958969a4e921000000000004454f5300000000a4e921000000000004454f530000000001"},"elapsed":1017,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"7351dc46479655aa4ee8e8652e525b3cedf21fb1ec67e5fe2acbc2d6dc661105","global_sequence":182207,"recv_sequence":48293,"auth_sequence":[["eosio",182200]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305548d343000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":355,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"7351dc46479655aa4ee8e8652e525b3cedf21fb1ec67e5fe2acbc2d6dc661105","global_sequence":182208,"recv_sequence":85625,"auth_sequence":[["eosio",182201]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305548d343000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"7351dc46479655aa4ee8e8652e525b3cedf21fb1ec67e5fe2acbc2d6dc661105","global_sequence":182209,"recv_sequence":12073,"auth_sequence":[["eosio",182202]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305548d343000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"5b9ea17d7894183148394c2bd058b96279ef2f1e6bc1cd234f1b9e3528fc229b","global_sequence":182210,"recv_sequence":48294,"auth_sequence":[["eosio",182203]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":296,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"5b9ea17d7894183148394c2bd058b96279ef2f1e6bc1cd234f1b9e3528fc229b","global_sequence":182211,"recv_sequence":85626,"auth_sequence":[["eosio",182204]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjvgqge","act_digest":"5b9ea17d7894183148394c2bd058b96279ef2f1e6bc1cd234f1b9e3528fc229b","global_sequence":182212,"recv_sequence":1,"auth_sequence":[["eosio",182205]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"4d56f935bfefba4f39da266e06b482de0c17a598068292269f395b94c3f159e3","global_sequence":182213,"recv_sequence":85627,"auth_sequence":[["eosio",182206]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb49958969010000000100031e106b35c7e0686f9986f0d49e1be69998feab7339dca18c174da8e277a4255301000000010000000100031e106b35c7e0686f9986f0d49e1be69998feab7339dca18c174da8e277a4255301000000"},"elapsed":427,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"ceb3f64eb0c1b76e594c8e8566e3514c32e53eb4273118224ec5205b2355e658","global_sequence":182214,"recv_sequence":85628,"auth_sequence":[["eosio",182207]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb4995896900200000"},"elapsed":1143,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182215,"recv_sequence":48295,"auth_sequence":[["eosio",182208]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":319,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182216,"recv_sequence":85629,"auth_sequence":[["eosio",182209]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182217,"recv_sequence":12074,"auth_sequence":[["eosio",182210]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182218,"recv_sequence":48296,"auth_sequence":[["eosio",182211]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":305,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182219,"recv_sequence":85630,"auth_sequence":[["eosio",182212]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182220,"recv_sequence":12074,"auth_sequence":[["eosio",182213]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"9366e7921a5010e33357333e39abe02e9fccabdcc04d65aa715dd705078a4690","global_sequence":182221,"recv_sequence":85631,"auth_sequence":[["eosio",182214]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb49958969bf3705000000000004454f5300000000bf3705000000000004454f530000000001"},"elapsed":998,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"2da3c6eb75cede2686b7bb27d83b0553f0966c06c12e23e78885633966ce614d","global_sequence":182222,"recv_sequence":48297,"auth_sequence":[["eosio",182215]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30557e6f0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":350,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"2da3c6eb75cede2686b7bb27d83b0553f0966c06c12e23e78885633966ce614d","global_sequence":182223,"recv_sequence":85632,"auth_sequence":[["eosio",182216]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30557e6f0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"2da3c6eb75cede2686b7bb27d83b0553f0966c06c12e23e78885633966ce614d","global_sequence":182224,"recv_sequence":12074,"auth_sequence":[["eosio",182217]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30557e6f0a000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"2e12ed0e4b14b8152eef9c2c0e1c231ca316de3efa4a7054e902add43591d06a","global_sequence":182225,"recv_sequence":48298,"auth_sequence":[["eosio",182218]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":294,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"2e12ed0e4b14b8152eef9c2c0e1c231ca316de3efa4a7054e902add43591d06a","global_sequence":182226,"recv_sequence":85633,"auth_sequence":[["eosio",182219]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjvgige","act_digest":"2e12ed0e4b14b8152eef9c2c0e1c231ca316de3efa4a7054e902add43591d06a","global_sequence":182227,"recv_sequence":1,"auth_sequence":[["eosio",182220]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09863fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"1bbc051823e32dcd752f96b2656fc246e09b51079bebb1fe4370527df171140c","global_sequence":182228,"recv_sequence":85634,"auth_sequence":[["eosio",182221]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb4995896901000000010003a3c68e47ee0aae53915dc859b7d7d67a260900a244d06716c52b93fdcfc804120100000001000000010003a3c68e47ee0aae53915dc859b7d7d67a260900a244d06716c52b93fdcfc8041201000000"},"elapsed":452,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"4b24f68bfc8d9e52c93349ced3667a93d25d34d0d5c07ca5843f51127e233515","global_sequence":182229,"recv_sequence":85635,"auth_sequence":[["eosio",182222]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb4995896900200000"},"elapsed":1742,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182230,"recv_sequence":48299,"auth_sequence":[["eosio",182223]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":375,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182231,"recv_sequence":85636,"auth_sequence":[["eosio",182224]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182232,"recv_sequence":12075,"auth_sequence":[["eosio",182225]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182233,"recv_sequence":48300,"auth_sequence":[["eosio",182226]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":356,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182234,"recv_sequence":85637,"auth_sequence":[["eosio",182227]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182235,"recv_sequence":12075,"auth_sequence":[["eosio",182228]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"94c7e0aa3f2ccab953a2510aee07fefa0660590a46c0b4b0e30a02371a10a345","global_sequence":182236,"recv_sequence":85638,"auth_sequence":[["eosio",182229]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb49958969694602000000000004454f5300000000684602000000000004454f530000000001"},"elapsed":1200,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"507b5e7c10fdec39b1b12f9a29fbe60cd6aca4dfe05640155ab947e43b13d09b","global_sequence":182237,"recv_sequence":48301,"auth_sequence":[["eosio",182230]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d18c04000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":410,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"507b5e7c10fdec39b1b12f9a29fbe60cd6aca4dfe05640155ab947e43b13d09b","global_sequence":182238,"recv_sequence":85639,"auth_sequence":[["eosio",182231]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d18c04000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"507b5e7c10fdec39b1b12f9a29fbe60cd6aca4dfe05640155ab947e43b13d09b","global_sequence":182239,"recv_sequence":12075,"auth_sequence":[["eosio",182232]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d18c04000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"b1a7fc85b66533443442b46c746647a1f1ec85269e27f5cc0028252b2eaec1f6","global_sequence":182240,"recv_sequence":48302,"auth_sequence":[["eosio",182233]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":342,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"b1a7fc85b66533443442b46c746647a1f1ec85269e27f5cc0028252b2eaec1f6","global_sequence":182241,"recv_sequence":85640,"auth_sequence":[["eosio",182234]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjvgege","act_digest":"b1a7fc85b66533443442b46c746647a1f1ec85269e27f5cc0028252b2eaec1f6","global_sequence":182242,"recv_sequence":1,"auth_sequence":[["eosio",182235]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862fb49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"4ad68babc67210c92f22ca86f091ea039fca269afb4549786ed60a221e3fa36d","global_sequence":182243,"recv_sequence":85641,"auth_sequence":[["eosio",182236]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa4995896901000000010002a43934116a0dd87d4894d8507aa819516e17b1fd831e10e49f9d40c9170fec630100000001000000010002a43934116a0dd87d4894d8507aa819516e17b1fd831e10e49f9d40c9170fec6301000000"},"elapsed":504,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"af16a6a1a9d1c69fd01a72c420e3f2e7009c275eab90790f9175c877df41422d","global_sequence":182244,"recv_sequence":85642,"auth_sequence":[["eosio",182237]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa4995896900200000"},"elapsed":1461,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182245,"recv_sequence":48303,"auth_sequence":[["eosio",182238]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":379,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182246,"recv_sequence":85643,"auth_sequence":[["eosio",182239]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182247,"recv_sequence":12076,"auth_sequence":[["eosio",182240]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182248,"recv_sequence":48304,"auth_sequence":[["eosio",182241]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":343,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182249,"recv_sequence":85644,"auth_sequence":[["eosio",182242]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":43,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182250,"recv_sequence":12076,"auth_sequence":[["eosio",182243]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"f7de17d74542a4b34ea773c201b61cef2a962859b10ab86a1f2c243a9821fd11","global_sequence":182251,"recv_sequence":85645,"auth_sequence":[["eosio",182244]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa49958969ff0f0f000000000004454f5300000000fe0f0f000000000004454f530000000001"},"elapsed":1356,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"7e998fb9cdfa6884975a5b699c9589abce6082c3c9db55c35c58c08f987f804b","global_sequence":182252,"recv_sequence":48305,"auth_sequence":[["eosio",182245]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055fd1f1e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":420,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"7e998fb9cdfa6884975a5b699c9589abce6082c3c9db55c35c58c08f987f804b","global_sequence":182253,"recv_sequence":85646,"auth_sequence":[["eosio",182246]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055fd1f1e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"7e998fb9cdfa6884975a5b699c9589abce6082c3c9db55c35c58c08f987f804b","global_sequence":182254,"recv_sequence":12076,"auth_sequence":[["eosio",182247]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055fd1f1e000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"ad6e7ff8852680eefbd1d10aafd7a0a10f7187371634605e2a0b1dd7a7ae5367","global_sequence":182255,"recv_sequence":48306,"auth_sequence":[["eosio",182248]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":348,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"ad6e7ff8852680eefbd1d10aafd7a0a10f7187371634605e2a0b1dd7a7ae5367","global_sequence":182256,"recv_sequence":85647,"auth_sequence":[["eosio",182249]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjugyge","act_digest":"ad6e7ff8852680eefbd1d10aafd7a0a10f7187371634605e2a0b1dd7a7ae5367","global_sequence":182257,"recv_sequence":1,"auth_sequence":[["eosio",182250]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"c743bbd1ca08ac363220cf2e2d1724af9a689cb09628df22567f5d43e7cd28db","global_sequence":182258,"recv_sequence":85648,"auth_sequence":[["eosio",182251]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa4995896901000000010003b14360808c487cfab922b123b69d23398f4b1e2aab2984d05225ac4f1691130d0100000001000000010003b14360808c487cfab922b123b69d23398f4b1e2aab2984d05225ac4f1691130d01000000"},"elapsed":516,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"946f59ec5fb726c7791fbd4724d59223d142c6abfd778dc56b25225b199ae6a2","global_sequence":182259,"recv_sequence":85649,"auth_sequence":[["eosio",182252]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa4995896900200000"},"elapsed":1297,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182260,"recv_sequence":48307,"auth_sequence":[["eosio",182253]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":313,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182261,"recv_sequence":85650,"auth_sequence":[["eosio",182254]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182262,"recv_sequence":12077,"auth_sequence":[["eosio",182255]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182263,"recv_sequence":48308,"auth_sequence":[["eosio",182256]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":304,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182264,"recv_sequence":85651,"auth_sequence":[["eosio",182257]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182265,"recv_sequence":12077,"auth_sequence":[["eosio",182258]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"6ed1c5bb4e2cbbb587a1393e751032d2b3f37c8eb0ed27db96d8d3d904fca3bc","global_sequence":182266,"recv_sequence":85652,"auth_sequence":[["eosio",182259]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa49958969dadf15000000000004454f5300000000dadf15000000000004454f530000000001"},"elapsed":1005,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"a531f5dd985954084579fe7f4ab3562bac180530e119c9f5a56773e508af3872","global_sequence":182267,"recv_sequence":48309,"auth_sequence":[["eosio",182260]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b4bf2b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":412,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"a531f5dd985954084579fe7f4ab3562bac180530e119c9f5a56773e508af3872","global_sequence":182268,"recv_sequence":85653,"auth_sequence":[["eosio",182261]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b4bf2b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"a531f5dd985954084579fe7f4ab3562bac180530e119c9f5a56773e508af3872","global_sequence":182269,"recv_sequence":12077,"auth_sequence":[["eosio",182262]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b4bf2b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"057ae568abe09a51c9937e2fbaa8dbe28cc6d5af43d60ac422c2dff33192488b","global_sequence":182270,"recv_sequence":48310,"auth_sequence":[["eosio",182263]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":336,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"057ae568abe09a51c9937e2fbaa8dbe28cc6d5af43d60ac422c2dff33192488b","global_sequence":182271,"recv_sequence":85654,"auth_sequence":[["eosio",182264]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":68,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjuguge","act_digest":"057ae568abe09a51c9937e2fbaa8dbe28cc6d5af43d60ac422c2dff33192488b","global_sequence":182272,"recv_sequence":1,"auth_sequence":[["eosio",182265]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"c2d152036a60f1a984f655b63fd43309f19114a3cb63855ccf28ad2195fca637","global_sequence":182273,"recv_sequence":85655,"auth_sequence":[["eosio",182266]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa4995896901000000010003aefe9b662e8ba73a0b8e5df7b2bd46aec07a5d269bf04f62ce054c2a00a6da4f0100000001000000010003aefe9b662e8ba73a0b8e5df7b2bd46aec07a5d269bf04f62ce054c2a00a6da4f01000000"},"elapsed":782,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"81601f6c807df2c8b92f6549ce90886532284aad1acb9e4d6948c81e6942b919","global_sequence":182274,"recv_sequence":85656,"auth_sequence":[["eosio",182267]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa4995896900200000"},"elapsed":2169,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182275,"recv_sequence":48311,"auth_sequence":[["eosio",182268]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":458,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182276,"recv_sequence":85657,"auth_sequence":[["eosio",182269]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":56,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182277,"recv_sequence":12078,"auth_sequence":[["eosio",182270]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182278,"recv_sequence":48312,"auth_sequence":[["eosio",182271]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":453,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182279,"recv_sequence":85658,"auth_sequence":[["eosio",182272]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":56,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182280,"recv_sequence":12078,"auth_sequence":[["eosio",182273]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"7132cff5d47c7d31ccc5aa54b2bb34068978acc78024229c5a2bdfca47b854b1","global_sequence":182281,"recv_sequence":85659,"auth_sequence":[["eosio",182274]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa49958969285138000000000004454f5300000000285138000000000004454f530000000001"},"elapsed":1440,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"17fc87039a8ffd08c6ee8509a8556205bf5c052c06262720835129e586c9c2ca","global_sequence":182282,"recv_sequence":48313,"auth_sequence":[["eosio",182275]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305550a270000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":515,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"17fc87039a8ffd08c6ee8509a8556205bf5c052c06262720835129e586c9c2ca","global_sequence":182283,"recv_sequence":85660,"auth_sequence":[["eosio",182276]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305550a270000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":56,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"17fc87039a8ffd08c6ee8509a8556205bf5c052c06262720835129e586c9c2ca","global_sequence":182284,"recv_sequence":12078,"auth_sequence":[["eosio",182277]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305550a270000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"32b9989cb58abcb24a773d84978bfd7bf5af19f726b39bd9993cdb47e2e88b23","global_sequence":182285,"recv_sequence":48314,"auth_sequence":[["eosio",182278]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":429,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"32b9989cb58abcb24a773d84978bfd7bf5af19f726b39bd9993cdb47e2e88b23","global_sequence":182286,"recv_sequence":85661,"auth_sequence":[["eosio",182279]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":55,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjugqge","act_digest":"32b9989cb58abcb24a773d84978bfd7bf5af19f726b39bd9993cdb47e2e88b23","global_sequence":182287,"recv_sequence":1,"auth_sequence":[["eosio",182280]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865fa49958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"8687c455af34a86617d6cee167fc716e5af28f02295b34164250d2fddf728c91","global_sequence":182288,"recv_sequence":85662,"auth_sequence":[["eosio",182281]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f8499589690100000001000289850625f8cea0b51357358c2a9aad3d0d5e034c494bf859d74283c05a82ff6a010000000100000001000289850625f8cea0b51357358c2a9aad3d0d5e034c494bf859d74283c05a82ff6a01000000"},"elapsed":619,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"87f9ef2d61aca6d81be2c75370d1675efb53410c1707e9d8927f36feb77f8585","global_sequence":182289,"recv_sequence":85663,"auth_sequence":[["eosio",182282]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f84995896900200000"},"elapsed":1840,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182290,"recv_sequence":48315,"auth_sequence":[["eosio",182283]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":402,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182291,"recv_sequence":85664,"auth_sequence":[["eosio",182284]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":47,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182292,"recv_sequence":12079,"auth_sequence":[["eosio",182285]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182293,"recv_sequence":48316,"auth_sequence":[["eosio",182286]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":358,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182294,"recv_sequence":85665,"auth_sequence":[["eosio",182287]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182295,"recv_sequence":12079,"auth_sequence":[["eosio",182288]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"6b235334aa21d4929dc818f3e15793f55be49f5f6997aa6b70940910e0f63bd9","global_sequence":182296,"recv_sequence":85666,"auth_sequence":[["eosio",182289]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f849958969e801a7000000000004454f5300000000e801a7000000000004454f530000000001"},"elapsed":1452,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"73edb762a3f60dfa2fa76128d9d47d2ac06e13674bbce9ea3b23777a2f800320","global_sequence":182297,"recv_sequence":48317,"auth_sequence":[["eosio",182290]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d0034e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":428,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"73edb762a3f60dfa2fa76128d9d47d2ac06e13674bbce9ea3b23777a2f800320","global_sequence":182298,"recv_sequence":85667,"auth_sequence":[["eosio",182291]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d0034e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"73edb762a3f60dfa2fa76128d9d47d2ac06e13674bbce9ea3b23777a2f800320","global_sequence":182299,"recv_sequence":12079,"auth_sequence":[["eosio",182292]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055d0034e010000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"4689c56f808a7ce1b1b34a04dc9b6a955dca3082d2743a191ff5d77125069301","global_sequence":182300,"recv_sequence":48318,"auth_sequence":[["eosio",182293]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f849958969a08601000000000004454f530000000004696e6974"},"elapsed":350,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"4689c56f808a7ce1b1b34a04dc9b6a955dca3082d2743a191ff5d77125069301","global_sequence":182301,"recv_sequence":85668,"auth_sequence":[["eosio",182294]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f849958969a08601000000000004454f530000000004696e6974"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjsgyge","act_digest":"4689c56f808a7ce1b1b34a04dc9b6a955dca3082d2743a191ff5d77125069301","global_sequence":182302,"recv_sequence":1,"auth_sequence":[["eosio",182295]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09867f849958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"b564f9a571d884de022df51dc58e053967b4e4ef457c01c03dc7e9d93f0846ba","global_sequence":182303,"recv_sequence":85669,"auth_sequence":[["eosio",182296]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f849958969010000000100028eeab9c7555dbfee6a3766f043c19db7805a4a702ad89c4bbd1eee0ca59f4b4e01000000010000000100028eeab9c7555dbfee6a3766f043c19db7805a4a702ad89c4bbd1eee0ca59f4b4e01000000"},"elapsed":523,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"5f14dd55b59f944d730dc49ffbaf48eea9244e9246b364e5c5e347378325231d","global_sequence":182304,"recv_sequence":85670,"auth_sequence":[["eosio",182297]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f84995896900200000"},"elapsed":1340,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182305,"recv_sequence":48319,"auth_sequence":[["eosio",182298]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":365,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182306,"recv_sequence":85671,"auth_sequence":[["eosio",182299]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":45,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182307,"recv_sequence":12080,"auth_sequence":[["eosio",182300]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182308,"recv_sequence":48320,"auth_sequence":[["eosio",182301]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":353,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182309,"recv_sequence":85672,"auth_sequence":[["eosio",182302]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182310,"recv_sequence":12080,"auth_sequence":[["eosio",182303]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"e7438ba882558dad28c05d9a8fca734611d49c1a3adc974aab90264855a27224","global_sequence":182311,"recv_sequence":85673,"auth_sequence":[["eosio",182304]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f8499589697cc201000000000004454f53000000007dc201000000000004454f530000000001"},"elapsed":1183,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f207b26b81767e4f1108e4f8eda3e923e86dac2da900d18cb4acbd3d844d91c8","global_sequence":182312,"recv_sequence":48321,"auth_sequence":[["eosio",182305]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f98403000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":418,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f207b26b81767e4f1108e4f8eda3e923e86dac2da900d18cb4acbd3d844d91c8","global_sequence":182313,"recv_sequence":85674,"auth_sequence":[["eosio",182306]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f98403000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"f207b26b81767e4f1108e4f8eda3e923e86dac2da900d18cb4acbd3d844d91c8","global_sequence":182314,"recv_sequence":12080,"auth_sequence":[["eosio",182307]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055f98403000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"20399372a3bfd3a86ea393feaa6b2a2b0b1540afaa71b5969685bbe164f82c69","global_sequence":182315,"recv_sequence":48322,"auth_sequence":[["eosio",182308]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f849958969a08601000000000004454f530000000004696e6974"},"elapsed":344,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"20399372a3bfd3a86ea393feaa6b2a2b0b1540afaa71b5969685bbe164f82c69","global_sequence":182316,"recv_sequence":85675,"auth_sequence":[["eosio",182309]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f849958969a08601000000000004454f530000000004696e6974"},"elapsed":44,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjsgqge","act_digest":"20399372a3bfd3a86ea393feaa6b2a2b0b1540afaa71b5969685bbe164f82c69","global_sequence":182317,"recv_sequence":1,"auth_sequence":[["eosio",182310]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f849958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"9f158f8e3d4981159551cf569815e5a37c0b9c5e257a8f3bab90b7c9c5b41ac3","global_sequence":182318,"recv_sequence":85676,"auth_sequence":[["eosio",182311]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f849958969010000000100028c9c66484c1535722228ccc4bef9defa91c79d954743857872533ca4b666335a01000000010000000100028c9c66484c1535722228ccc4bef9defa91c79d954743857872533ca4b666335a01000000"},"elapsed":490,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"ca6a5747f030e9f2a73a9675f94aa315e5d12c0b9b3944dd817aed1d5c4a29e8","global_sequence":182319,"recv_sequence":85677,"auth_sequence":[["eosio",182312]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f84995896900200000"},"elapsed":1317,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182320,"recv_sequence":48323,"auth_sequence":[["eosio",182313]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":320,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182321,"recv_sequence":85678,"auth_sequence":[["eosio",182314]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182322,"recv_sequence":12081,"auth_sequence":[["eosio",182315]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182323,"recv_sequence":48324,"auth_sequence":[["eosio",182316]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":322,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182324,"recv_sequence":85679,"auth_sequence":[["eosio",182317]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182325,"recv_sequence":12081,"auth_sequence":[["eosio",182318]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"f5979a7f063af9f98c0c14612d0a9371da1dbb7c93e47788d41d08d616bff676","global_sequence":182326,"recv_sequence":85680,"auth_sequence":[["eosio",182319]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f84995896913f700000000000004454f530000000013f700000000000004454f530000000001"},"elapsed":1014,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"9fb831f0cba91d120e91d777f5175db7d2f81429387f7bda4be34b11d383001e","global_sequence":182327,"recv_sequence":48325,"auth_sequence":[["eosio",182320]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ee01000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":354,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"9fb831f0cba91d120e91d777f5175db7d2f81429387f7bda4be34b11d383001e","global_sequence":182328,"recv_sequence":85681,"auth_sequence":[["eosio",182321]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ee01000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"9fb831f0cba91d120e91d777f5175db7d2f81429387f7bda4be34b11d383001e","global_sequence":182329,"recv_sequence":12081,"auth_sequence":[["eosio",182322]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305526ee01000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"51b8986898d58fd6c99de86414ccdf59427cbe0c1b19a86613c04b7e5440f848","global_sequence":182330,"recv_sequence":48326,"auth_sequence":[["eosio",182323]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f849958969a08601000000000004454f530000000004696e6974"},"elapsed":328,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"51b8986898d58fd6c99de86414ccdf59427cbe0c1b19a86613c04b7e5440f848","global_sequence":182331,"recv_sequence":85682,"auth_sequence":[["eosio",182324]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f849958969a08601000000000004454f530000000004696e6974"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjsgage","act_digest":"51b8986898d58fd6c99de86414ccdf59427cbe0c1b19a86613c04b7e5440f848","global_sequence":182332,"recv_sequence":1,"auth_sequence":[["eosio",182325]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09861f849958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"1cdc7871f3bbf6b6f8962bf77f17cc893ee1c4f30f529e2e320021431af4b715","global_sequence":182333,"recv_sequence":85683,"auth_sequence":[["eosio",182326]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af74995896901000000010002ff3bf9e59948bd4cd0209e1a6c619e6a1a4500d098b487dd91eda8d6eb8f67b70100000001000000010002ff3bf9e59948bd4cd0209e1a6c619e6a1a4500d098b487dd91eda8d6eb8f67b701000000"},"elapsed":435,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"59f875c23fc407cfa70600ea90bdacb6365245d527f02903a08e3605278aecfb","global_sequence":182334,"recv_sequence":85684,"auth_sequence":[["eosio",182327]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af74995896900200000"},"elapsed":1240,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182335,"recv_sequence":48327,"auth_sequence":[["eosio",182328]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":317,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182336,"recv_sequence":85685,"auth_sequence":[["eosio",182329]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182337,"recv_sequence":12082,"auth_sequence":[["eosio",182330]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182338,"recv_sequence":48328,"auth_sequence":[["eosio",182331]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":305,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182339,"recv_sequence":85686,"auth_sequence":[["eosio",182332]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182340,"recv_sequence":12082,"auth_sequence":[["eosio",182333]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"e1ce06f6cba5fead19fbc079fb90b0e355c64f36d81f5a78fbd01e1923f23272","global_sequence":182341,"recv_sequence":85687,"auth_sequence":[["eosio",182334]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af749958969dc7c01000000000004454f5300000000dc7c01000000000004454f530000000001"},"elapsed":1010,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"5c5b51a3e68c400db409a038b458659e8573cf24dee485903072f6dc62bf2053","global_sequence":182342,"recv_sequence":48329,"auth_sequence":[["eosio",182335]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b8f902000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":351,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"5c5b51a3e68c400db409a038b458659e8573cf24dee485903072f6dc62bf2053","global_sequence":182343,"recv_sequence":85688,"auth_sequence":[["eosio",182336]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b8f902000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"5c5b51a3e68c400db409a038b458659e8573cf24dee485903072f6dc62bf2053","global_sequence":182344,"recv_sequence":12082,"auth_sequence":[["eosio",182337]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055b8f902000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"24da718d1d87b51f63ebfc3e6c0e55d6f85945ec14ebc8fe5b7b1658c1021f51","global_sequence":182345,"recv_sequence":48330,"auth_sequence":[["eosio",182338]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af749958969a08601000000000004454f530000000004696e6974"},"elapsed":479,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"24da718d1d87b51f63ebfc3e6c0e55d6f85945ec14ebc8fe5b7b1658c1021f51","global_sequence":182346,"recv_sequence":85689,"auth_sequence":[["eosio",182339]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af749958969a08601000000000004454f530000000004696e6974"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjrhege","act_digest":"24da718d1d87b51f63ebfc3e6c0e55d6f85945ec14ebc8fe5b7b1658c1021f51","global_sequence":182347,"recv_sequence":1,"auth_sequence":[["eosio",182340]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0986af749958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"2c109c6519a5b076159b4e09b3b4b8b07a18d901998a82ca2ba273c0176e7536","global_sequence":182348,"recv_sequence":85690,"auth_sequence":[["eosio",182341]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f749958969010000000100031aac7cced1739a7bc8f7fe55f0204ab81572483180919fee1cfd879c66871cdf01000000010000000100031aac7cced1739a7bc8f7fe55f0204ab81572483180919fee1cfd879c66871cdf01000000"},"elapsed":466,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"4ddb684b9ba2d44df0d03ab14b214007e0f859deef711b3b054bda887d6a9e2a","global_sequence":182349,"recv_sequence":85691,"auth_sequence":[["eosio",182342]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f74995896900200000"},"elapsed":1376,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182350,"recv_sequence":48331,"auth_sequence":[["eosio",182343]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":324,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182351,"recv_sequence":85692,"auth_sequence":[["eosio",182344]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182352,"recv_sequence":12083,"auth_sequence":[["eosio",182345]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182353,"recv_sequence":48332,"auth_sequence":[["eosio",182346]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":309,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182354,"recv_sequence":85693,"auth_sequence":[["eosio",182347]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182355,"recv_sequence":12083,"auth_sequence":[["eosio",182348]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":1,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"713c0b7238f28b38559ba93fa0b3b71e54de7be543e833fb84cd98dae42b1f3e","global_sequence":182356,"recv_sequence":85694,"auth_sequence":[["eosio",182349]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f7499589699e0309000000000004454f53000000009e0309000000000004454f530000000001"},"elapsed":1020,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"0ca8e2746d11dfac7597a2a7499c596fc015da3163b13f7b0240f11998f146ec","global_sequence":182357,"recv_sequence":48333,"auth_sequence":[["eosio",182350]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30553c0712000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":406,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"0ca8e2746d11dfac7597a2a7499c596fc015da3163b13f7b0240f11998f146ec","global_sequence":182358,"recv_sequence":85695,"auth_sequence":[["eosio",182351]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30553c0712000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":41,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"0ca8e2746d11dfac7597a2a7499c596fc015da3163b13f7b0240f11998f146ec","global_sequence":182359,"recv_sequence":12083,"auth_sequence":[["eosio",182352]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea30553c0712000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"5cf2db7444de68cef1c4deeddadb2df9bd8e789fb27b755361de8e0111a3ebcb","global_sequence":182360,"recv_sequence":48334,"auth_sequence":[["eosio",182353]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f749958969a08601000000000004454f530000000004696e6974"},"elapsed":305,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"5cf2db7444de68cef1c4deeddadb2df9bd8e789fb27b755361de8e0111a3ebcb","global_sequence":182361,"recv_sequence":85696,"auth_sequence":[["eosio",182354]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f749958969a08601000000000004454f530000000004696e6974"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjrg4ge","act_digest":"5cf2db7444de68cef1c4deeddadb2df9bd8e789fb27b755361de8e0111a3ebcb","global_sequence":182362,"recv_sequence":1,"auth_sequence":[["eosio",182355]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a01861f749958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"13bd0bca5153ce046f79ac50d62647485c0f4a9d2bfecec0e440be4d611ada6a","global_sequence":182363,"recv_sequence":85697,"auth_sequence":[["eosio",182356]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f74995896901000000010002fe43db34d87f1ceef172f3d9bb2385d4780857e093adb1e5b61c0ff32b8e1cc30100000001000000010002fe43db34d87f1ceef172f3d9bb2385d4780857e093adb1e5b61c0ff32b8e1cc301000000"},"elapsed":435,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"c0134661f83056800ebc492bf761640f84c4b454c19811e6cca881a61d08b2e0","global_sequence":182364,"recv_sequence":85698,"auth_sequence":[["eosio",182357]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f74995896900200000"},"elapsed":1149,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182365,"recv_sequence":48335,"auth_sequence":[["eosio",182358]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":323,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182366,"recv_sequence":85699,"auth_sequence":[["eosio",182359]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182367,"recv_sequence":12084,"auth_sequence":[["eosio",182360]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182368,"recv_sequence":48336,"auth_sequence":[["eosio",182361]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":332,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182369,"recv_sequence":85700,"auth_sequence":[["eosio",182362]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182370,"recv_sequence":12084,"auth_sequence":[["eosio",182363]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"df07f860b7566c9d40d91649bb6074a54cbe683a3dad19b1931363633cd61cd1","global_sequence":182371,"recv_sequence":85701,"auth_sequence":[["eosio",182364]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f749958969b9ac05000000000004454f5300000000b9ac05000000000004454f530000000001"},"elapsed":1010,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"ec2b4d19551b205ba39f10e608d5949fa83c4435433900e0e50bcf65263bf1b8","global_sequence":182372,"recv_sequence":48337,"auth_sequence":[["eosio",182365]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305572590b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":447,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"ec2b4d19551b205ba39f10e608d5949fa83c4435433900e0e50bcf65263bf1b8","global_sequence":182373,"recv_sequence":85702,"auth_sequence":[["eosio",182366]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305572590b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"ec2b4d19551b205ba39f10e608d5949fa83c4435433900e0e50bcf65263bf1b8","global_sequence":182374,"recv_sequence":12084,"auth_sequence":[["eosio",182367]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305572590b000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"582c5f96429ae831e0c1b99ed380d31135a9216bbc8d2bbd9c0387592e5b9470","global_sequence":182375,"recv_sequence":48338,"auth_sequence":[["eosio",182368]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f749958969a08601000000000004454f530000000004696e6974"},"elapsed":555,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"582c5f96429ae831e0c1b99ed380d31135a9216bbc8d2bbd9c0387592e5b9470","global_sequence":182376,"recv_sequence":85703,"auth_sequence":[["eosio",182369]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f749958969a08601000000000004454f530000000004696e6974"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjrgqge","act_digest":"582c5f96429ae831e0c1b99ed380d31135a9216bbc8d2bbd9c0387592e5b9470","global_sequence":182377,"recv_sequence":1,"auth_sequence":[["eosio",182370]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09865f749958969a08601000000000004454f530000000004696e6974"},"elapsed":5,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"60e375d46dc78130c9f318bf3d761eaa0deb53f43858c0705ed1341b4f717874","global_sequence":182378,"recv_sequence":85704,"auth_sequence":[["eosio",182371]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f64995896901000000010002ad1eba666b9593bf9f71cf908851d419f3c19ffd75ce971060fa2e297b8385c10100000001000000010002ad1eba666b9593bf9f71cf908851d419f3c19ffd75ce971060fa2e297b8385c101000000"},"elapsed":442,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"f2c955865bf73c0ce84e9b45c4e86e810812301ed479bf460fe2e22487eef018","global_sequence":182379,"recv_sequence":85705,"auth_sequence":[["eosio",182372]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f64995896900200000"},"elapsed":1165,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182380,"recv_sequence":48339,"auth_sequence":[["eosio",182373]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":317,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182381,"recv_sequence":85706,"auth_sequence":[["eosio",182374]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182382,"recv_sequence":12085,"auth_sequence":[["eosio",182375]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182383,"recv_sequence":48340,"auth_sequence":[["eosio",182376]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":312,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182384,"recv_sequence":85707,"auth_sequence":[["eosio",182377]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182385,"recv_sequence":12085,"auth_sequence":[["eosio",182378]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"5d597db98553e45b966db6d0a58c3457031ab3967cebb4e5253f2b97aee8f1ea","global_sequence":182386,"recv_sequence":85708,"auth_sequence":[["eosio",182379]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f649958969941100000000000004454f5300000000941100000000000004454f530000000001"},"elapsed":1008,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"6681fd84828be843c59a4d5bd528c006d6fd65a79612134f2cdf58de845d09ad","global_sequence":182387,"recv_sequence":48341,"auth_sequence":[["eosio",182380]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055282300000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":350,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"6681fd84828be843c59a4d5bd528c006d6fd65a79612134f2cdf58de845d09ad","global_sequence":182388,"recv_sequence":85709,"auth_sequence":[["eosio",182381]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055282300000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"6681fd84828be843c59a4d5bd528c006d6fd65a79612134f2cdf58de845d09ad","global_sequence":182389,"recv_sequence":12085,"auth_sequence":[["eosio",182382]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055282300000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"cb30a0fd4e81461f404bf66623bef7b9b07c6a3c3da3b7a1b6fc9b42cb5bc005","global_sequence":182390,"recv_sequence":48342,"auth_sequence":[["eosio",182383]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f649958969e80300000000000004454f530000000004696e6974"},"elapsed":297,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"cb30a0fd4e81461f404bf66623bef7b9b07c6a3c3da3b7a1b6fc9b42cb5bc005","global_sequence":182391,"recv_sequence":85710,"auth_sequence":[["eosio",182384]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f649958969e80300000000000004454f530000000004696e6974"},"elapsed":40,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjqguge","act_digest":"cb30a0fd4e81461f404bf66623bef7b9b07c6a3c3da3b7a1b6fc9b42cb5bc005","global_sequence":182392,"recv_sequence":1,"auth_sequence":[["eosio",182385]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09866f649958969e80300000000000004454f530000000004696e6974"},"elapsed":3,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"49f7f7c9d9c03f0b01385e5fc7c94ec269a7a0d543d77bddea14196f8a369a35","global_sequence":182393,"recv_sequence":85711,"auth_sequence":[["eosio",182386]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f64995896901000000010002732ae7ccf8e76b87fd0f16c6aba32c1bf3dd3c3c782efb6dda9d8f044b8fd26e0100000001000000010002732ae7ccf8e76b87fd0f16c6aba32c1bf3dd3c3c782efb6dda9d8f044b8fd26e01000000"},"elapsed":428,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"5c7f44fd976c424f0b70e011be3e991c77bc06b54773f419e6da5a7ffd9c15e9","global_sequence":182394,"recv_sequence":85712,"auth_sequence":[["eosio",182387]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f64995896900200000"},"elapsed":1164,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182395,"recv_sequence":48343,"auth_sequence":[["eosio",182388]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":346,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182396,"recv_sequence":85713,"auth_sequence":[["eosio",182389]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":41,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182397,"recv_sequence":12086,"auth_sequence":[["eosio",182390]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182398,"recv_sequence":48344,"auth_sequence":[["eosio",182391]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":316,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182399,"recv_sequence":85714,"auth_sequence":[["eosio",182392]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182400,"recv_sequence":12086,"auth_sequence":[["eosio",182393]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"614e343456e80075993eca4f51f38a878f316af10f747e15fb2272cb76dacfe8","global_sequence":182401,"recv_sequence":85715,"auth_sequence":[["eosio",182394]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f649958969d7d250000000000004454f5300000000d6d250000000000004454f530000000001"},"elapsed":1113,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"4a308aba8b0e18b4f9ca81d6cddadf5b4ccecf19edb65ca20d50349c1b1a1bf6","global_sequence":182402,"recv_sequence":48345,"auth_sequence":[["eosio",182395]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055ada5a1000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":691,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"4a308aba8b0e18b4f9ca81d6cddadf5b4ccecf19edb65ca20d50349c1b1a1bf6","global_sequence":182403,"recv_sequence":85716,"auth_sequence":[["eosio",182396]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055ada5a1000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":50,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"4a308aba8b0e18b4f9ca81d6cddadf5b4ccecf19edb65ca20d50349c1b1a1bf6","global_sequence":182404,"recv_sequence":12086,"auth_sequence":[["eosio",182397]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea3055ada5a1000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio.token","act_digest":"e0f12400d85eb5c23f6f1fdff5752d3d960a2e196c3a6835fa8dd47a7ffb2688","global_sequence":182405,"recv_sequence":48346,"auth_sequence":[["eosio",182398]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f649958969a08601000000000004454f530000000004696e6974"},"elapsed":355,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"e0f12400d85eb5c23f6f1fdff5752d3d960a2e196c3a6835fa8dd47a7ffb2688","global_sequence":182406,"recv_sequence":85717,"auth_sequence":[["eosio",182399]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f649958969a08601000000000004454f530000000004696e6974"},"elapsed":46,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"ha4temjqgmge","act_digest":"e0f12400d85eb5c23f6f1fdff5752d3d960a2e196c3a6835fa8dd47a7ffb2688","global_sequence":182407,"recv_sequence":1,"auth_sequence":[["eosio",182400]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09864f649958969a08601000000000004454f530000000004696e6974"},"elapsed":4,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio","act_digest":"13ec16e0c5c827cfc31b9485cd8a3828ebbae5066eef0819def3b023cfc4c9de","global_sequence":182408,"recv_sequence":85718,"auth_sequence":[["eosio",182401]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"newaccount","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f649958969010000000100032ec050839ebf4bbeaf6269ffdddc7c2dcf5b9749d2e3bc48e9d3b427afb5a3bf01000000010000000100032ec050839ebf4bbeaf6269ffdddc7c2dcf5b9749d2e3bc48e9d3b427afb5a3bf01000000"},"elapsed":516,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio","act_digest":"f3708eb8cf2b6502c219269adcd1666b0058e965c52623929e86010b4bc37ac0","global_sequence":182409,"recv_sequence":85719,"auth_sequence":[["eosio",182402]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"buyrambytes","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f64995896900200000"},"elapsed":1293,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182410,"recv_sequence":48347,"auth_sequence":[["eosio",182403]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":328,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182411,"recv_sequence":85720,"auth_sequence":[["eosio",182404]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ram","act_digest":"f4574ff9c5b3db77afd8f9f699d1fa3d4e72c0f30920275218d479d3548cda43","global_sequence":182412,"recv_sequence":12087,"auth_sequence":[["eosio",182405]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055000090e602ea3055a60400000000000004454f5300000000076275792072616d"},"elapsed":1,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]},{"receipt":{"receiver":"eosio.token","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182413,"recv_sequence":48348,"auth_sequence":[["eosio",182406]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":316,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182414,"recv_sequence":85721,"auth_sequence":[["eosio",182407]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":39,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.ramfee","act_digest":"deb44b4ac29442fe49be89659b3fc859339588c36881d0906a943f93718fc401","global_sequence":182415,"recv_sequence":12087,"auth_sequence":[["eosio",182408]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a0d492e602ea3055050000000000000004454f53000000000772616d20666565"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"eosio","act_digest":"065baacebdd2d4424b6c719af7baf234ff7cc9d2305b7243e076e59124d0340b","global_sequence":182416,"recv_sequence":85722,"auth_sequence":[["eosio",182409]],"code_sequence":2,"abi_sequence":2},"act":{"account":"eosio","name":"delegatebw","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea3055a09862f649958969488127000000000004454f5300000000488127000000000004454f530000000001"},"elapsed":1029,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio.token","act_digest":"7ebc9807cfa156d37d486820b8a7caf48ce16fc7abecbeef8c12508e663634c0","global_sequence":182417,"recv_sequence":48349,"auth_sequence":[["eosio",182410]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305590024f000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":353,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[{"receipt":{"receiver":"eosio","act_digest":"7ebc9807cfa156d37d486820b8a7caf48ce16fc7abecbeef8c12508e663634c0","global_sequence":182418,"recv_sequence":85723,"auth_sequence":[["eosio",182411]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305590024f000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":38,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]},{"receipt":{"receiver":"eosio.stake","act_digest":"7ebc9807cfa156d37d486820b8a7caf48ce16fc7abecbeef8c12508e663634c0","global_sequence":182419,"recv_sequence":12087,"auth_sequence":[["eosio",182412]],"code_sequence":1,"abi_sequence":1},"act":{"account":"eosio.token","name":"transfer","authorization":[{"actor":"eosio","permission":"active"}],"data":"0000000000ea30550014341903ea305590024f000000000004454f53000000000f7374616b652062616e647769647468"},"elapsed":2,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"03c7be069ca1c98a601e38ab35bada81a7c9e3d61559ff08cc81b32e2f85b320","inline_traces":[]}]}]},{"receipt":{"receiver":"","act_digest":"0000000000000000000000000000000000000000000000000000000000000000","global_sequence":0,"recv_sequence":0,"auth_sequence":[],"code_sequence":0,"abi_sequence":0},"act":{"account":"","name":"","authorization":[],"data":""},"elapsed":0,"cpu_usage":0,"console":"","total_cpu_usage":0,"trx_id":"0000000000000000000000000000000000000000000000000000000000000000","inline_traces":[]}],"failed_dtrx_trace":null,"except":{"code":3050003,"name":"eosio_assert_message_exception","message":"eosio_assert_message assertion failure","stack":[{"context":{"level":"error","file":"wasm_interface.cpp","line":930,"method":"eosio_assert","hostname":"","thread_name":"thread-0","timestamp":"2018-09-14T04:59:31.014"},"format":"assertion failure with message: ${s}","data":{"s":"read"}},{"context":{"level":"warn","file":"apply_context.cpp","line":61,"method":"exec_one","hostname":"","thread_name":"thread-0","timestamp":"2018-09-14T04:59:31.014"},"format":"pending console output: ${console}","data":{"console":""}}]}}
2018-09-14T04:59:31.210 thread-0 controller.cpp:1013 apply_block ] e.to_detail_string(): 3050003 eosio_assert_message_exception: eosio_assert_message assertion failure
assertion failure with message: read
{"s":"read"}
thread-0 wasm_interface.cpp:930 eosio_assert
pending console output:
{"console":""}
thread-0 apply_context.cpp:61 exec_one
2018-09-14T04:59:31.210 thread-0 controller.cpp:1037 push_block ] 3050003 eosio_assert_message_exception: eosio_assert_message assertion failure
assertion failure with message: read
{"s":"read"}
thread-0 wasm_interface.cpp:930 eosio_assert
pending console output:
{"console":""}
thread-0 apply_context.cpp:61 exec_one
{}
thread-0 controller.cpp:1017 apply_block
2018-09-14T04:59:31.251 thread-1 consumer.hpp:259 run_traces ] Consumer thread End run_traces
2018-09-14T04:59:31.251 thread-2 consumer.hpp:178 run_blocks ] reversible draining queue, size: 0
2018-09-14T04:59:31.251 thread-3 consumer.hpp:306 run_irreversible ] Consumer thread End run_irreversible
2018-09-14T04:59:31.251 thread-2 consumer.hpp:200 run_blocks ] Consumer thread End run_blocks
2018-09-14T04:59:31.345 thread-0 main.cpp:125 main ] 3050003 eosio_assert_message_exception: eosio_assert_message assertion failure
assertion failure with message: read
{"s":"read"}
thread-0 wasm_interface.cpp:930 eosio_assert
pending console output:
{"console":""}
thread-0 apply_context.cpp:61 exec_one
{}
thread-0 controller.cpp:1017 apply_block
rethrow
{}
thread-0 controller.cpp:1037 push_block
{}
thread-0 chain_plugin.cpp:655 plugin_startup
| gharchive/pull-request | 2018-09-11T09:42:02 | 2025-04-01T04:32:30.277529 | {
"authors": [
"firesWu",
"heifner"
],
"repo": "EOSIO/eos",
"url": "https://github.com/EOSIO/eos/pull/5611",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
491163706 | [develop] Mac Builder Boost Fix
Change Description
Added fixes for the following CICD issues:
Removed leftover SKIP_MOJAVE flag and replaced with flag used in build and test steps: SKIP_MACOS_10_14.
Fixed issue where Mac pinned builders were not source installing Boost 1.70.
** All pinned Mac builders now install Boost 1.70 from source.
** All unpinned Mac builders now install Boost via Brew.
See:
https://buildkite.com/EOSIO/eosio/builds/17140 | Pinned
https://buildkite.com/EOSIO/eosio-build-unpinned/builds/515 | Unpinned
Consensus Changes
[ ] Consensus Changes
API Changes
[ ] API Changes
Documentation Additions
[ ] Documentation Additions
CMake Warning at /usr/local/lib/cmake/boost_date_time-1.71.0/libboost_date_time-variant-static.cmake:59 (message):
--
| Target Boost::date_time already has an imported location
| '/usr/local/lib/libboost_date_time-mt.a', which will be overwritten with
| '/usr/local/lib/libboost_date_time.a'
I get the impression the build directory may already exist with the contents of an old build when the build script is run?
It's interesting because that output doesn't exist for the master or 1.8.x unpinned Mac builds, which use the same builder image since the dependencies are the same:
1.8.x | https://buildkite.com/EOSIO/eosio-build-unpinned/builds/516#288ef056-9721-470c-b159-c1b3e6624b8a/269-290
master | https://buildkite.com/EOSIO/eosio-build-unpinned/builds/512#d6b8fc97-a901-475a-adeb-105b9e8ec4f0/265-286
Manual inspection of the Mac builder image shows that no eos directory exists prior to the clone performed by Buildkite.
| gharchive/pull-request | 2019-09-09T15:21:20 | 2025-04-01T04:32:30.294529 | {
"authors": [
"scottarnette",
"spoonincode"
],
"repo": "EOSIO/eos",
"url": "https://github.com/EOSIO/eos/pull/7873",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
736551942 | How to set timeout, JsonRpc with node-fetch
import { JsonRpc } from 'eosjs'
import fetch from 'node-fetch'
const rpc = new JsonRpc(url, { fetch }) // I can't set anything...
const result = await rpc.get_block(blockHeight)
I want to set timeout.
now I am setting timeout in node_modules dist file
Ah, Actually, I can set right this.
new JsonRpc(url, {
fetch: (endpoint, options) => {
return fetch(endpoint, {
...options,
timeout: 1000 * 1
})
}
})
But, Isn't there a better way?
Your second response would be the recommended way to add options to fetch requests through eosjs. The reason why fetch options aren't available at the individual rpc functions is to have clearly defined required arguments for each function. If you need different options for some rpc functions, you can create multiple JsonRpc instances.
I think it's not comfortable. Because I have to check the (eosjs module) code
But OK. Thank you.
| gharchive/issue | 2020-11-05T02:10:31 | 2025-04-01T04:32:30.297208 | {
"authors": [
"bradlhart",
"junha-ahn"
],
"repo": "EOSIO/eosjs",
"url": "https://github.com/EOSIO/eosjs/issues/809",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
604579981 | Selecting Collision Blocks Causes Erratic Behavior in Panels
Description:
Excluding staircases, selecting collision blocks causes the left-hand scrollbars to behave erratically. One is displaced, and the other appears extremely short. Neither scrollbar can be dragged while in this state. Partially folding the sub-panel partially fixes the issue while it is still largely closed.
This appears to have been resolved in 51a478cacb292feed7cb9fe562ed4058cddf66c9.
| gharchive/issue | 2020-04-22T08:55:25 | 2025-04-01T04:32:30.316948 | {
"authors": [
"EPonyA"
],
"repo": "EPonyA/Superstar-Game-Suite",
"url": "https://github.com/EPonyA/Superstar-Game-Suite/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1819055155 | Add a License
Addresses comments raised in #17
Changes
Added a License (BSD 3-Clause) that (I imagine) covers most of the bases.
Discussion
The "public" that was previously written does not really provide any guidance, so here's a proposal for a BSD 3-Clause license.
I have no idea whether this license is acceptable for IPSL's purposes. Within my organization, we tend to adopt projects using the Apache v2.0 license, but seeing that there are no corporate logos within this project, BSD 3-Clause is likely fine for most corporate Free/Open Source projects (but IMO a much stronger copyleft license would be great!).
Some more discussion: https://arstechnica.com/gadgets/2020/02/how-to-choose-an-open-source-license/
Thank you for contributing!
We discussed licensing with my colleagues here at IPSL, and since BSD-3-Clause seems to be most common across ESGF tools, every one agreed to go with it.
| gharchive/pull-request | 2023-07-24T20:03:39 | 2025-04-01T04:32:30.350981 | {
"authors": [
"Zeitsperre",
"svenrdz"
],
"repo": "ESGF/esgf-download",
"url": "https://github.com/ESGF/esgf-download/pull/20",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1754389121 | Update recipe_impact.yml to work with newer versions of pandas
Description
The pandas.io.formats.style.Styler.render method was deprecated in pandas v1.4 and has been removed in pandas v2.
See https://github.com/ESMValGroup/ESMValTool/issues/3196#issuecomment-1584477865
Before you get started
[x] ☝ Create an issue to discuss what you are going to do
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
[x] 🛠 This pull request has a descriptive title
[x] 🛠 Code is written according to the code quality guidelines
[x] 🛠 Tests run successfully
[x] 🛠 The list of authors is up to date
[x] 🛠 All checks below this pull request were successful
New or updated recipe/diagnostic
[x] 🧪 Recipe runs successfully
[x] 🧪 Figure(s) and data look as expected from literature
To help with the number of pull requests:
🙏 We kindly ask you to review two other open pull requests in this repository
also you gotta get in the habit of making PRs RfR more often @bouweandela otherwise Klaus comes at me like the shark from Jaws for approving drafts :grin:
call me Flash Gordon Merge :grin:
| gharchive/pull-request | 2023-06-13T09:01:30 | 2025-04-01T04:32:30.583390 | {
"authors": [
"bouweandela",
"valeriupredoi"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/pull/3220",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
348138984 | Does not show "IN" transactions, only "OUT"
Does not show "IN" transactions, only "OUT", but balances are correct.
which build are you using? V1.0 from releases page?
Also, if you are using gastracker, you wont get TX history. Try running full node.
Yes using V1.0
Gastracker is the default. When I try to change to "Mainnet Fullnode" it gives me two maessages:
"ERROR: An unexpected error has occured. Please restart & update emerald wallet. The error was: Failed to fetch"
"You are connected to not synced node, your balances can show wrong value.
About 5910884 blocks left."
Should I change to another of the nodes?
When I choose "Mainnet Fullnode" does that mean it turns my computer into a full node or that it connects remotely to another node?
Mainnet Fullnode will boot geth, making your computer run a full node. This will require fully syncing the chain, and will take some time.
If/when gastracker, or other explorers add the RPC commands for getAddressTransactions, then you will be able to see history of tx's sent outside of the wallet.
as a side note -- we have discussed revisiting the node options, possibly adding a custom endpoint option which would allow you to specify a remote node address.
| gharchive/issue | 2018-08-07T02:01:10 | 2025-04-01T04:32:30.587314 | {
"authors": [
"BelfordZ",
"DonaldMcIntyre"
],
"repo": "ETCDEVTeam/emerald-wallet",
"url": "https://github.com/ETCDEVTeam/emerald-wallet/issues/748",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
638297712 | 各コマンドの詳細解説
コマンドリファレンスがない。ふふ。
ここでいいのか?
$ make sample03 sim up
invoker make sample03 sim up app=sample05
どうも、 make sample03 sim up としても、sample03 をビルドせず、
どっかでsample05をビルドしたことを覚えていて、app=sample05 をつけて実行してしまうようです。
make app=sample04 など、一度 app=を明示して実行ればよいのですが、
ちょっとこれ、気づきにくいです。
基本的にはmakeコマンドはEV3RT準拠ですので、そうなりますね。
また、残念ながらapp=/img=はちょっとmakeの仕組み的に省略できません。
ああ、いつもapp= をつけておけば、いいのですね。
2020年6月24日(水) 15:55 TANAHASHI, Jiro notifications@github.com:
基本的にはmakeコマンドはEV3RT準拠ですので、そうなりますね。
また、残念ながらapp=/img=はちょっとmakeの仕組み的に省略できません。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ETrobocon/etrobo/issues/9#issuecomment-648630924, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AAATC674E5SLVENJCAPG5JTRYGPNXANCNFSM4N5KHQ2A
.
ですです
| gharchive/issue | 2020-06-14T07:00:09 | 2025-04-01T04:32:30.606833 | {
"authors": [
"jtFuruhata",
"kuboaki"
],
"repo": "ETrobocon/etrobo",
"url": "https://github.com/ETrobocon/etrobo/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2125786558 | Flood of DiagnosticsStatusNotification status: "Uploading"
OCPP Version: 1.6
Description: If we trigger GetDiagnostics against a HTTP server with our Tarragon BSP (EVerest 24.01), we observed lots of unnecessary DiagnosticsStatusNotification with status: "Uploading". Unfortunately i don't have a PCAP trace, so i don't know the result code of the HTTP server from the upload attempt has an influence on this issue.
How to reproduce: Let the Tarragon with EVerest connect via WS to Steve 3.5.0, go to Operations > OCPP v1.6 > GetDiagnostics. Select the chargepoint lesbos_right, enter the URL of a HTTP server and press "Perform".
Expected behavior: EVerest should only send DiagnosticsStatusNotification with status: "Uploading" once.
CSMS log:
[INFO ] 2024-02-07 16:51:50,744 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [2,"ecc98d9e-50e2-484c-959c-61a934788570","GetDiagnostics",{"location":"http://192.168.1.5/"}]
[INFO ] 2024-02-07 16:51:50,931 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [3,"ecc98d9e-50e2-484c-959c-61a934788570",{"fileName":"diagnostics-2024-02-07T16:51:50.808ZblrG7o"}]
[INFO ] 2024-02-07 16:51:50,935 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"0015c9f2-52c5-487d-abe7-c653ea43ae69","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:50,942 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"0015c9f2-52c5-487d-abe7-c653ea43ae69",{}]
[INFO ] 2024-02-07 16:51:53,121 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"6545fccf-9864-4de5-8b19-589a18f8941c","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,125 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"6545fccf-9864-4de5-8b19-589a18f8941c",{}]
[INFO ] 2024-02-07 16:51:53,144 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"501fcbb4-9486-4c2b-b786-8f7f9f7369bb","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,146 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"501fcbb4-9486-4c2b-b786-8f7f9f7369bb",{}]
[INFO ] 2024-02-07 16:51:53,157 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"66c4961d-09a1-4d4a-853e-dc631b405f84","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,159 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"66c4961d-09a1-4d4a-853e-dc631b405f84",{}]
[INFO ] 2024-02-07 16:51:53,171 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"99db7a2a-5dcc-4d85-a2e6-b41e7dd114d4","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,173 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"99db7a2a-5dcc-4d85-a2e6-b41e7dd114d4",{}]
[INFO ] 2024-02-07 16:51:53,186 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"46a82900-7a04-42ed-a898-0e451c5e5b52","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,188 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"46a82900-7a04-42ed-a898-0e451c5e5b52",{}]
[INFO ] 2024-02-07 16:51:53,198 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"0c887a0a-65c5-4407-a4c5-f36c37345a06","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,201 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"0c887a0a-65c5-4407-a4c5-f36c37345a06",{}]
[INFO ] 2024-02-07 16:51:53,210 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"6325e32b-2bce-413d-a56e-f79530e30da1","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,212 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"6325e32b-2bce-413d-a56e-f79530e30da1",{}]
[INFO ] 2024-02-07 16:51:53,221 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"e6869280-d113-4e48-ab8f-2ca94ab8466f","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,223 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"e6869280-d113-4e48-ab8f-2ca94ab8466f",{}]
[INFO ] 2024-02-07 16:51:53,234 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"0450a63a-8a80-4a45-9e97-b4d645f5f786","DiagnosticsStatusNotification",{"status":"Uploading"}]
[INFO ] 2024-02-07 16:51:53,236 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"0450a63a-8a80-4a45-9e97-b4d645f5f786",{}]
[INFO ] 2024-02-07 16:51:53,246 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Received: [2,"360e092e-2d11-48b6-8923-3379f64d738e","DiagnosticsStatusNotification",{"status":"Uploaded"}]
[INFO ] 2024-02-07 16:51:53,249 de.rwth.idsg.steve.ocpp.ws.WebSocketLogger - [chargeBoxId=lesbos_right, sessionId=0cafa312-caba-a2a2-d208-006920ee3159] Sending: [3,"360e092e-2d11-48b6-8923-3379f64d738e",{}]
OCPP configuration:
{
"Internal": {
"ChargePointId": "lesbos_right",
"CentralSystemURI": "ws://192.168.1.5:8081/steve/websocket/CentralSystemService/lesbos_right",
"ChargeBoxSerialNumber": "123",
"ChargePointModel": "Charge Control C",
"ChargePointVendor": "chargebyte",
"FirmwareVersion": "0.1",
"LogMessagesFormat": []
},
"Core": {
"AuthorizeRemoteTxRequests": false,
"ClockAlignedDataInterval": 900,
"ConnectionTimeOut": 10,
"ConnectorPhaseRotation": "0.RST,1.RST",
"GetConfigurationMaxKeys": 100,
"HeartbeatInterval": 86400,
"LocalAuthorizeOffline": false,
"LocalPreAuthorize": false,
"MeterValuesAlignedData": "Energy.Active.Import.Register",
"MeterValuesSampledData": "Energy.Active.Import.Register",
"MeterValueSampleInterval": 0,
"NumberOfConnectors": 1,
"ResetRetries": 1,
"StopTransactionOnEVSideDisconnect": true,
"StopTransactionOnInvalidId": true,
"StopTxnAlignedData": "Energy.Active.Import.Register",
"StopTxnSampledData": "Energy.Active.Import.Register",
"SupportedFeatureProfiles": "Core,FirmwareManagement,RemoteTrigger,Reservation,LocalAuthListManagement,SmartCharging",
"TransactionMessageAttempts": 1,
"TransactionMessageRetryInterval": 10,
"UnlockConnectorOnEVSideDisconnect": true
},
"FirmwareManagement": {
"SupportedFileTransferProtocols": "FTP"
},
"LocalAuthListManagement": {
"LocalAuthListEnabled": true,
"LocalAuthListMaxLength": 42,
"SendLocalListMaxLength": 42
},
"SmartCharging": {
"ChargeProfileMaxStackLevel": 42,
"ChargingScheduleAllowedChargingRateUnit": "Current",
"ChargingScheduleMaxPeriods": 42,
"MaxChargingProfilesInstalled": 42
},
"Security": {
"SecurityProfile": 0
},
"PnC": {
"ISO15118PnCEnabled": true,
"ContractValidationOffline": true
}
}
Hi, thanks for bringing this up. I assume its not a problem with libocpp but with the user app of libocpp. Are you running a full EVerest? Do you have a custom implementation of the system interface running or do you use this system module?
@lategoodbye not a problem that it is opened up here, because it is OCPP related and indeed not easy to decide.
The System module in everest-core serves as an example an at least needs some adjustments to be used in production. It uses some shell scripts to do the firmware update and log upload operations, but because these operations depend on the log location and update mechanism these scripts are just examples and could be modified to your requirements.
diagnostics_uploader.sh (propably the bug you reported is inside here)
firmware_updater.sh
signed_firmware_downloader.sh
signed_firmware_installer.sh.
For most production hardware we work with the system.yaml interface is overriden by a module that is custom to the target HW.
| gharchive/issue | 2024-02-08T18:05:26 | 2025-04-01T04:32:30.616506 | {
"authors": [
"Pietfried",
"lategoodbye"
],
"repo": "EVerest/libocpp",
"url": "https://github.com/EVerest/libocpp/issues/459",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1943991831 | added some new programming e-books
What does this PR do?
Add resource(s) | Remove resource(s) | Add info | Improve repo
For resources
Description
Why is this valuable (or not)?
How do we know it's really free?
For book lists, is it a book? For course lists, is it a course? etc.
Checklist:
[x] Read our contributing guidelines.
[x] Search for duplicates.
[x] Include author(s) and platform where appropriate.
[x] Put lists in alphabetical order, correct spacing.
[x] Add needed indications (PDF, access notes, under construction).
[x] Used an informative name for this pull request.
Follow-up
Check the status of GitHub Actions and resolve any reported warnings!
Please read docs/CONTRIBUTING.md guidelines!
| gharchive/pull-request | 2023-10-15T18:01:42 | 2025-04-01T04:32:30.670565 | {
"authors": [
"Bratajit-03",
"eshellman"
],
"repo": "EbookFoundation/free-programming-books",
"url": "https://github.com/EbookFoundation/free-programming-books/pull/10348",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
159653733 | Promises returned from action methods should return in memory versions of Spark Objects
Currenty given a DataFrame, the invocation of a take, or collect returns a Promise that resolves to an Array of Row objects. Those Row objects are remote references to objects in eclairjs-nashorn. Therefore any calls to the values in those row objects result in another Promise being returned. Instead the Row objects should contain all the values locally and not require another callback to eclairjs-nashorn. This is not unreasonable as takes, collects, head, etc. are action requests anyway.
The same should be true action requests on RDD's.
Looking at DataFrames, right now DataFrame.take() returns an array of json and not Rows, so that would change I assume?
The tricky part is if Rows can now be local, we have to handle them being used again in spark, which should be doable.
With RDDs things get a bit more complicated:
var rdd = sc.parallelize([
spark.sql.RowFactory.create(spark.mllib.linalg.Vectors.sparse(3, [0, 1], [-2.0, 2.3])),
spark.sql.RowFactory.create(spark.mllib.linalg.Vectors.dense([-2.0, 2.3, 0.0]))
]);
rdd.collect();
We actually fail here in nashorn as there is no toJSON on Vectors, but if we are creating these rows locally we would need to support all the possible RDD types locally (like Vectors) right?
In eclairjs-nashorn DataFrame.take does the right thing and returns an
array of Row objects. It comes back as json in eclairjs-node because we
end up calling toString on all the Row objects. We should have enough
information within that json to recreate the Row object on the
eclairjs-node side.
The example of using RowFactory.create with Vectors is a fringe case but
it's valid. I think > 80% of the time we are using spark objects like
Vectors, Rows, RowFactory in lambda functions where they are executing in
nashorn. We need think about all the case where it makes more sense to use
in memory objects in eclairjs-node rather remote references. I would think
in the above example we would want to keep these all in memory on the node
side until the actual call to sc.parallelize gets invoked. So yes we would
need support all of those types.
On Tue, Jun 14, 2016 at 6:43 PM, Doron Rosenberg notifications@github.com
wrote:
Looking at DataFrames, right now DataFrame.take() returns an array of json
and not Rows, so that would change I assume?
The tricky part is if Rows can now be local, we have to handle them being
used again in spark, which should be doable.
With RDDs things get a bit more complicated:
var rdd = sc.parallelize([
spark.sql.RowFactory.create(spark.mllib.linalg.Vectors.sparse(3, [0, 1], [-2.0, 2.3])),
spark.sql.RowFactory.create(spark.mllib.linalg.Vectors.dense([-2.0, 2.3, 0.0]))
]);
rdd.collect();
We actually fail here in nashorn as there is no toJSON on Vectors, but if
we are creating these rows locally we would need to support all the
possible RDD types locally (like Vectors) right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/EclairJS/eclairjs-node/issues/99#issuecomment-226038427,
or mute the thread
https://github.com/notifications/unsubscribe/AAiWKCDH4hjLia9mTz500tHf5E06O49Lks5qLy6igaJpZM4IzB-5
.
First step will be to move DataFrame over to use local rows. Row will still return a promise for everything for now since we have to support both behaviors and will switch to directly returning values once we got everything converted.
Work is being done in https://github.com/EclairJS/eclairjs-node/tree/in-memory-rows
I merged the branch into master - Row objects returned by DataFrame.collect/take now are cached locally. If they get send back to Nashorn we create them then as needed.
Master now has Rows that return values directly instead of promises
| gharchive/issue | 2016-06-10T14:55:56 | 2025-04-01T04:32:30.683413 | {
"authors": [
"bpburns",
"doronrosenberg"
],
"repo": "EclairJS/eclairjs-node",
"url": "https://github.com/EclairJS/eclairjs-node/issues/99",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
715391312 | Plot Fitting Bug
When trying to plot fitting, there's a bug (maybe in the new version of matplotlib) that prevents from showing the fit graph.
How to reproduce:
Open Eddington-Gui via "briefcase dev", load excel file, choose sheet and function and hit "Plot Fitting".
My repos are even with the upstream repo's
Edit:
Line 256 in plot.py looks kinda sus. I think ax.legend doesn't expect a boolean.
Which python version and operating system do you use?
Python: 3.8
OS: Windows 10
Matplotlib: 3.3.2 (latest)
btw, changing line 256 to:
if is_legend:
ax.legend()
worked for me.
| gharchive/issue | 2020-10-06T06:40:31 | 2025-04-01T04:32:30.695475 | {
"authors": [
"OhadNir9",
"saroad2"
],
"repo": "EddLabs/eddington-gui",
"url": "https://github.com/EddLabs/eddington-gui/issues/60",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
976160931 | [BUG] Bot prompted by the word "mam" but not "madam" and its other forms.
Description
The bot is triggered on mam but not madam, ma'am or maam
All the words above are non inclusive and hence should be added to bot's flag list
Screenshots
Additional information
I would like to contribute to this issue but I have never worked on EddieBot before, any reference to get started would be great.
Hey, @Ashwin-exe this looks nice. Please go ahead and make a PR :slightly_smiling_face:
Thanks @kaiwalyakoparkar I've raised a PR, by the way, that's a wrong @ my username is ashwinexe :)
| gharchive/issue | 2021-08-21T15:26:20 | 2025-04-01T04:32:30.698230 | {
"authors": [
"ashwinexe",
"kaiwalyakoparkar"
],
"repo": "EddieHubCommunity/EddieBot",
"url": "https://github.com/EddieHubCommunity/EddieBot/issues/607",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1125268521 | fix: add karanS08
resolve #1005
resolve #1005
| gharchive/pull-request | 2022-02-06T17:46:32 | 2025-04-01T04:32:30.699000 | {
"authors": [
"karanS08"
],
"repo": "EddieHubCommunity/awesome-github-profiles",
"url": "https://github.com/EddieHubCommunity/awesome-github-profiles/pull/1006",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2116325970 | Change the button checkboxes to buttons
if you want it so much you do it
| gharchive/issue | 2024-02-03T07:32:06 | 2025-04-01T04:32:30.700343 | {
"authors": [
"EddieTheEd",
"Grim4Reaper"
],
"repo": "EddieTheEd/demeter",
"url": "https://github.com/EddieTheEd/demeter/issues/6",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1597987379 | CSS examples for color highlighting Python code? How to color highlight Python in MarkdownPlusPlus?
Does anyone have a CSS file that can be used in MarkdownPlusPlus to format Python code similar to what "pygments" does for highlighting for some programs like Jupyter Notebook?
I want to color highlight Python code embedded in Markdown text. MarkdownPlusPlus detects the Python code just fine, but it renders it in black and white only.
Is it even possible to color highlight code in markdown using CSS alone? Or is a Javascript script needed to parse and apply the CSS?
(I am pretty ignorant about how to apply CSS outside of a browser. The only stupid question is the one that isn't asked, right? 8^)) )
How would I go about doing Python color highlighting in MarkdownPP?
Can this be done with ... tags without using javascript library like highlight.js ?
https://highlightjs.readthedocs.io/en/latest/
Here's an example that I found, but it looks like the javascript library has to be embedded in the HTML document directly.
Any guidance (or a solution) folks could provide would be much appreciated.
In my knowledge, Notepad++ doesn't have any mechanic to render multiple languages in a single document. So I cannot do anything to make it happens :(
| gharchive/issue | 2023-02-24T06:37:10 | 2025-04-01T04:32:30.703458 | {
"authors": [
"Edditoria",
"richmensch"
],
"repo": "Edditoria/markdown-plus-plus",
"url": "https://github.com/Edditoria/markdown-plus-plus/issues/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
148357009 | /platforms/android/README.md is depricatedwarning when using plugin
Here is the full warning I get when I try to run an android app which uses your plugin.
WARNING: The file: /Users/georgeedwards/Desktop/Personal-App/node_modules/nativescript-bluetooth/platforms/android/README.md is depricated, you can read more about what will be the expected plugin structure here: https://www.nativescript.org/blog/migrating-n-android-plugins-from-version-1.7-to-2.0
I'm using v1.1.1.
Hello Eddy
Any luck with this one?
We are evaluating your very useful plugin, however cannot build with it on Android... Getting the same error as mentioned above. Same thing running your demo app (nativescript-bluetooth-demo). Runs well in iOS but breaks on Android.
Any advise would be greatly appreciated.
I am using the latest native script CLI / download.
Thanks
Is it a warning or error?
You can simply remove the file to avoid it..
On 28 Jul 2016, at 19:20, vogatsiko notifications@github.com wrote:
Hello Eddy
Any luck with this one?
We are evaluating your very useful plugin, however cannot build with it on Android... Getting the same error as mentioned above. Same thing running your demo app (nativescript-bluetooth-demo). Runs well in iOS but breaks on Android.
Any advise would be greatly appreciated.
I am using the latest native script CLI / download.
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Closing since NS 4x has been released and plugins have went through many changes since then.
| gharchive/issue | 2016-04-14T13:10:11 | 2025-04-01T04:32:30.718765 | {
"authors": [
"EddyVerbruggen",
"bradmartin",
"georgeedwards",
"vogatsiko"
],
"repo": "EddyVerbruggen/nativescript-bluetooth",
"url": "https://github.com/EddyVerbruggen/nativescript-bluetooth/issues/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
821030731 | edgenet.kubernetes: Fix Docker installation
{
"cache_update_time":1614770720,
"cache_updated":false,
"changed":false,
"msg":"'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'docker-ce=5:19.03*'' failed: E: Sub-process /usr/bin/dpkg returned an error code (1)\n",
"rc":100,
"stderr":"E: Sub-process /usr/bin/dpkg returned an error code (1)\n",
"stderr_lines":[
"E: Sub-process /usr/bin/dpkg returned an error code (1)"
],
"stdout":"Reading package lists...\nBuilding dependency tree...\nReading state information...\ndocker-ce is already the newest version (5:19.03.15~3-0~ubuntu-focal).\nThe following packages were automatically installed and are no longer required:\n libfprint-2-tod1 libllvm9 nvidia-kernel-common-440\nUse 'sudo apt autoremove' to remove them.\n0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.\n1 not fully installed or removed.\nAfter this operation, 0 B of additional disk space will be used.\nSetting up docker-ce (5:19.03.15~3-0~ubuntu-focal) ...\r\nJob for docker.service failed because the control process exited with error code.\r\nSee \"systemctl status docker.service\" and \"journalctl -xe\" for details.\r\ninvoke-rc.d: initscript docker, action \"start\" failed.\r\n* docker.service - Docker Application Container Engine\r\n Loaded: loaded (\u001b]8;;file://for1452/lib/systemd/system/docker.service\u0007/lib/systemd/system/docker.service\u001b]8;;\u0007; enabled; vendor preset: enabled)\r\n Active: activating (auto-restart) (Result: exit-code) since Wed 2021-03-03 12:35:33 CET; 5ms ago\r\nTriggeredBy: * docker.socket\r\n Docs: \u001b]8;;https://docs.docker.com\u0007https://docs.docker.com\u001b]8;;\u0007\r\n Process: 279658 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m\r\n Main PID: 279658 (code=exited, status=1/FAILURE)\r\ndpkg: error processing package docker-ce (--configure):\r\n installed docker-ce package post-installation script subprocess returned error exit status 1\r\nErrors were encountered while processing:\r\n docker-ce\r\n",
"stdout_lines":[
"Reading package lists...",
"Building dependency tree...",
"Reading state information...",
"docker-ce is already the newest version (5:19.03.15~3-0~ubuntu-focal).",
"The following packages were automatically installed and are no longer required:",
" libfprint-2-tod1 libllvm9 nvidia-kernel-common-440",
"Use 'sudo apt autoremove' to remove them.",
"0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.",
"1 not fully installed or removed.",
"After this operation, 0 B of additional disk space will be used.",
"Setting up docker-ce (5:19.03.15~3-0~ubuntu-focal) ...",
"Job for docker.service failed because the control process exited with error code.",
"See \"systemctl status docker.service\" and \"journalctl -xe\" for details.",
"invoke-rc.d: initscript docker, action \"start\" failed.",
"* docker.service - Docker Application Container Engine",
" Loaded: loaded (\u001b]8;;file://for1452/lib/systemd/system/docker.service\u0007/lib/systemd/system/docker.service\u001b]8;;\u0007; enabled; vendor preset: enabled)",
" Active: activating (auto-restart) (Result: exit-code) since Wed 2021-03-03 12:35:33 CET; 5ms ago",
"TriggeredBy: * docker.socket",
" Docs: \u001b]8;;https://docs.docker.com\u0007https://docs.docker.com\u001b]8;;\u0007",
" Process: 279658 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m",
" Main PID: 279658 (code=exited, status=1/FAILURE)",
"dpkg: error processing package docker-ce (--configure):",
" installed docker-ce package post-installation script subprocess returned error exit status 1",
"Errors were encountered while processing:",
" docker-ce"
]
}
TASK [edgenet.kubernetes : Enable EdgeNet service] ********************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to start service edgenet: Job for edgenet.service failed because the control process exited with error code.\nSee \"systemctl status edgenet.service\" and \"journalctl -xe\" for details.\n"}
| gharchive/issue | 2021-03-03T11:41:14 | 2025-04-01T04:32:30.740785 | {
"authors": [
"maxmouchet"
],
"repo": "EdgeNet-project/node",
"url": "https://github.com/EdgeNet-project/node/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2598856216 | 🛑 Design Informatics is down
In 815ca43, Design Informatics (https://designinformatics.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Design Informatics is back up in 9380798 after 8 minutes.
| gharchive/issue | 2024-10-19T07:34:50 | 2025-04-01T04:32:30.768770 | {
"authors": [
"elmorg"
],
"repo": "Edinburgh-College-of-Art/DI-upptime",
"url": "https://github.com/Edinburgh-College-of-Art/DI-upptime/issues/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
343432461 | Update README.md
Fix some typos:
file name: generate_tfrecord.py
missing return
Thanks man!
| gharchive/pull-request | 2018-07-22T19:38:25 | 2025-04-01T04:32:30.770611 | {
"authors": [
"EdjeElectronics",
"azylinski"
],
"repo": "EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10",
"url": "https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/pull/97",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1818744057 | panic: runtime error: invalid memory address or nil pointer dereference
I remember that for this one you need TOR running
I remember that for this one you need TOR running
Tor is bootstrapped 100%, yet I still get this issue.
| gharchive/issue | 2023-07-24T16:20:45 | 2025-04-01T04:32:30.772253 | {
"authors": [
"Obelisx",
"QvixoteRoux",
"Stater33"
],
"repo": "Edouard127/reddit-placebot-2023",
"url": "https://github.com/Edouard127/reddit-placebot-2023/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
248728085 | New feature request: Docker support
Please add a Docker support to run this project.
Added to v2.0 roadmap
It's supported now and I think this issue can be closed.
Docker builds failing and getting below error.
Step 7/17 : COPY ["src/Equinox.UI.Web/Equinox.UI.Web.csproj", "src/Equinox.UI.Web/"]
COPY failed: stat /var/lib/docker/tmp/docker-builder781116168/src/Equinox.UI.Web/Equinox.UI.Web.csproj: no such file or directory
| gharchive/issue | 2017-08-08T14:09:50 | 2025-04-01T04:32:30.778084 | {
"authors": [
"EduardoPires",
"MoienTajik",
"alexsandro-xpt",
"anomepani"
],
"repo": "EduardoPires/EquinoxProject",
"url": "https://github.com/EduardoPires/EquinoxProject/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
266254932 | Fixed grammar and spelling mistakes
I fixed some grammar and spelling mistakes in the readme document. I also made the KOIN name (all in caps) more consistent.
Thanks !
| gharchive/pull-request | 2017-10-17T19:47:45 | 2025-04-01T04:32:30.813638 | {
"authors": [
"Legosteen11",
"arnaudgiuliani"
],
"repo": "Ekito/koin",
"url": "https://github.com/Ekito/koin/pull/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2194986240 | Importing scripts into Iles
[ ] I have read the troubleshooting section before opening an issue.
[ ] I have tried upgrading iles and vite.
Description 📖
Cannot get script through cdn
Have been having an issue trying to intergrate Vue Ui libraries especially the ones which contain JS (like Vuesax-alpha, Inkline, WaveuI) into iles.
Using cdn, css comes through but the scripts don't
Reproduction 🐞
https://stackblitz.com/github/R0N1n-dev/iles-pwa
Dependencies Info
Run npx iles info and pnpm list (or npm list) and provide the output:
iles v0.9.5 vite v4.4.4
Logs 📜
If not providing a reproduction:
Output
Run DEBUG=iles:* npm run dev or DEBUG=iles:* npm run build and provide the output:
The 'Button' should look like this
Hi there,
I tried using inkline on a normal Vue project on stackblitz, and I'm seeing some odd errors with their cdn js script. And I tried in your iles repo as well, same error. This looks like an issue with Inkline rather than with Vue/Iles. Best to raise this bug with them.
Also, their documentation does cover using inkline as a Vite plugin, so that the components can be auto-imported and tree-shaken. Any reason why you are using that way? Iles uses Vite underneath, any Vite plugins can be added to iles.config.ts under a vite property (https://iles.pages.dev/config#configuring-vite)
https://stackblitz.com/edit/vitejs-vite-fpykgf?file=index.html
Also in your reproduction, if you check console, you will notice that the inkline cdn script & css are added the head as expected. So, extending the head via app.js is working the Iles way. If you check the console, you will notice the same error as above in your iles repo too.
Also, I believe when you use cdn, you will have to stick to kebabcase for components. But, I would recommend you to configure inkline the Vite way as per their docs.
Alright. Thanx
| gharchive/issue | 2024-03-19T13:31:26 | 2025-04-01T04:32:30.826968 | {
"authors": [
"R0N1n-dev",
"TechAkayy"
],
"repo": "ElMassimo/iles",
"url": "https://github.com/ElMassimo/iles/issues/272",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1626798910 | CI documentation problems
[ ] not documented how restart works
[ ] Failed to run 2023-03-14-153713_enable_postgis with: permission denied to create extension "postgis", see https://build.libelektra.org/blue/organizations/jenkins/PermaplanT/detail/PR-94/5/pipeline/
[X] build jobs fail with:
+ sudo /usr/local/bin/permaplant-reset-ci.sh
+ sudo -u postgres psql -c 'DROP DATABASE cidb;'
ERROR: database "cidb" is being accessed by other users
DETAIL: There are 60 other sessions using the database.
script returned exit code 1
I've manually stopped the permpaplant-pr service on dev now and restarted some of the failed pipelines.
After merging #78 the service will be automatically stopped.
This was only a problem now, because there are two different version of the pipeline deployed. Merging #78 will take care of this specific problem.
Restart works just by restarting, there is nothing specific to do.
I merged #78 to fix this problem but the documentation is still not satisfactory. It should be described how someone can restart the pipeline (where in GUI and passphrase) and how to report bugs (I would suggest to simply create issues and assign to you).
I don't really understand what is meant with the "Restrictions" and how does it apply for CI users. Please keep in mind that readers of doc/ci.md know nothing of the infrastructure, Jenkins or Jenkinsfile (the Jenkinsfile should be mentioned in the documentation, too).
And there are not enough permissions on the database, I added
[ ] Failed to run 2023-03-14-153713_enable_postgis with: permission denied to create extension "postgis", see https://build.libelektra.org/blue/organizations/jenkins/PermaplanT/detail/PR-94/5/pipeline/
in the top post.
Master Deployment works now.
Had to do a
REASSIGN OWNED BY seedling TO garden;
because I changed the database user at one point during setup.
@ElektraInitiative/permaplant
Sorry for the inconvenience, please rebase your PRs 🙏
Thank you, it works now! :heart:
#94 was the only one affected of above problem and passes now.
@lukashartl Which PRs do still need a rebase?
Looking forward to see documentation, I think this will also reduce many confusions once people know when and how to restart/rebase (rebase is needed in the case that Jenkinsfile modifications are needed to pass builds).
Fixed in #126
| gharchive/issue | 2023-03-16T06:20:31 | 2025-04-01T04:32:30.847664 | {
"authors": [
"lukashartl",
"markus2330"
],
"repo": "ElektraInitiative/PermaplanT",
"url": "https://github.com/ElektraInitiative/PermaplanT/issues/108",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1959612613 | feat: improve UI and responsiveness of file selector
Render close icon as component and at the top right.
Add new optional heading to modal component.
Make file selector layout responsive.
Add various small design improvements.
Closes #1011
before:
after:
before:
after:
Basics
[x] I added a line to changelog.md
[x] The PR is rebased with current master.
[x] Details of what you changed are in commit messages.
[x] References to issues, e.g. close #X, are in the commit messages and changelog.
[x] The buildserver is happy.
Checklist
[ ] I have installed and I am using pre-commit hooks
[ ] I fully described what my PR does in the documentation
[ ] I fixed all affected documentation
[ ] I fixed the introduction tour
[ ] I wrote migrations in a way that they are compatible with already present data
[ ] I fixed all affected decisions
[ ] I added automated tests or a manual test protocol
[ ] I added code comments, logging, and assertions as appropriate
[ ] I translated all strings visible to the user
[ ] I mentioned every code or binary not directly written or done by me in reuse syntax
[ ] I created left-over issues for things that are still to be done
[ ] Code is conforming to our Architecture
[ ] Code is conforming to our Guidelines
[ ] Code is consistent to our Design Decisions
[ ] Exceptions to any guidelines are documented
Review
[ ] I've tested the code
[ ] I've read through the whole code
[ ] I've read through the whole documentation
[ ] I've checked conformity to guidelines
I like the changes! Very nice :) However the layout still has some problems with responsiveness:
For me text overlaps at small viewports. Maybe change the overlap css attribute for the items. Problem with that is that the full filename can not be read which might be a problem as well.
Tbh I don't know if we necessarily need the last modified meta data but it is nice for sorting :D
I merged as this seems to be a problem only for mobile devices.
| gharchive/pull-request | 2023-10-24T16:13:04 | 2025-04-01T04:32:30.858655 | {
"authors": [
"absurd-turtle",
"markus2330",
"tschawax"
],
"repo": "ElektraInitiative/PermaplanT",
"url": "https://github.com/ElektraInitiative/PermaplanT/pull/1012",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
382533185 | DisabledDate in [Bug Report] DateTimePicker can not be restricted by time and seconds.
Element UI version
2.4.2
OS/Browsers version
win10 / chrome
Vue version
2.5.2
Reproduction Link
https://jsfiddle.net/lyy116/eczfho0t/2/
Steps to reproduce
点击DateTimePicker 组件,选择日期和时间
在日期选择中设置了小于当前时间不能选择
What is Expected?
设置disabledDate 之后时分秒也能被限制
What is actually happening?
实际效果是小于当前日期不能选择,但是时分秒还是可以选择的
Duplicate of #12701
| gharchive/issue | 2018-11-20T07:26:20 | 2025-04-01T04:32:30.873045 | {
"authors": [
"liyangibex",
"ziyoung"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/13482",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
461827172 | [Bug Report] 非一级子菜单设置popper-append-to-body="true"时,鼠标激活非一级子菜单后移出非一级子菜单范围(未移出一级子菜单范围)会将一级子菜单同时关闭,造成无法继续选择一级子菜单的其它选项。
Element UI version
2.10.0
OS/Browsers version
windows7 64位/Chrome 73.0.3683.86 64位
Vue version
2.6.10
Reproduction Link
https://codepen.io/1207934561/pen/eweozR
Steps to reproduce
鼠标移至我的工作台》选项4》鼠标移至选项4的同级其它选项
What is Expected?
鼠标移至选项4的同级其它选项时应关闭选项4的子菜单,主体一级子菜单依旧显示
What is actually happening?
在鼠标移至选项4的同级其它选项时主体一级子菜单被一同关闭,造成无法选择其它选项,必须再次激活主体才能显示一级子菜单。
related: #15391
| gharchive/issue | 2019-06-28T02:33:19 | 2025-04-01T04:32:30.875988 | {
"authors": [
"1207934561",
"island205"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/16289",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1334387691 | [Feature Request] el-select 组件能否增加一个属性 “多选可配置折叠数目”
Existing Component
是
Component Name
el-select
Description
在添加了属性“multiple”、“collapse-tags”后,是否能够再新增一个可折叠的数目属性,目前是只要选中数目超过1,那么只显示第一个选中的,后面就 “ ”折叠了,是否可以新增一个属性用于控制,显示几个后再折叠。
官方精力在Element Plus上面,一时半会这个功能不会增加了,如果需要可以试试element-gui,这里有你想要的下拉功能。
| gharchive/issue | 2022-08-10T10:08:04 | 2025-04-01T04:32:30.878101 | {
"authors": [
"ggyybowiee",
"wangdaodao"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/22086",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
233082677 | [Bug Report] el-table css bug
Element UI version
0.1.0
OS/Browsers version
chrome 52
Vue version
2.3.3
Reproduction Link
https://github.com/ElemeFE/element/issues/5164
Steps to reproduce
1.Make el-table in an el-col of an el-row ,and another component(el-card) in the second el-col of this el-row,such as:
<el-row>
<el-col><el-table></el-table></el-col>
<el-col v-if="showCard"><el-card></elcard></el-col>
</el-row>
2.When "showCard" is false, the will be hidden,but the th css of wil be incorrect,please look at attachment pictures
What is Expected?
The table's css is correct
What is actually happening?
The table's css is incorrect
code:
modify some css:
setp:
Make a mistake, Element UI version is 1.3.4
Bug reports without a valid reproduction link will be closed directly.
| gharchive/issue | 2017-06-02T05:45:10 | 2025-04-01T04:32:30.884277 | {
"authors": [
"Leopoldthecoder",
"zhouyanjiejie"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/5168",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
175471544 | update document of basic
Please makes sure these boxes are checked before submitting your PR, thank you!
[x] Make sure you follow Element's Contributing Guide.
[x] Rebase before creating a PR to keep commit history clear.
[x] Add some descriptions and refer relative issues for you PR.
lgtm
| gharchive/pull-request | 2016-09-07T10:48:02 | 2025-04-01T04:32:30.886431 | {
"authors": [
"QingWei-Li",
"csvwolf"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
545195340 | Free items on login?!
So for some reason, every time I log into my server that has this data pack installed to, I get all 4 kinds of wands for free added to my inventory. Why??
I have no Idea. What contents does the shulker box at -30000000 0 1602 have?
After checking the region file with NBTExplorer, absolutely nothing.
Ok, that shows it's not the shulker box being the problem. I thought about it some more, and the only place where there is a "/give" command in this pack is in the reward functions for the advancements which keep track of the player wanting to craft the wands.
Somehow, these activate for you on reload. I don't know how that is possible. These advancements can only activate if the player takes the item from the crafting table. Is there something that grants all advancements on reload?
Okay I figured it out. Quark, one of the mods I'm using, has the ability to just give you all the crafting recipes (because I've been playing Minecraft since alpha and I don't need to be spoon-fed recipes), and when I disabled that on the client and server side, it's not giving me free wands anymore.
| gharchive/issue | 2020-01-03T22:49:05 | 2025-04-01T04:32:30.888661 | {
"authors": [
"Elemend",
"Techokami"
],
"repo": "Elemend/Builders-Wand-1.14",
"url": "https://github.com/Elemend/Builders-Wand-1.14/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2509238039 | ci: update Nix installation and caching
Introduces caching of the Nix store using nix-community/cache-nix-action to avoide rate limit errors and speed up subsequent CI runs.
The GitHub API rate limit was exceeded, resulting in a CI process that used to take about 30 minutes being shortened to about 5 minutes.
Logs from https://github.com/ElementsProject/peerswap/actions/runs/10747587757/job/29810210862?pr=308:
Restoring a cache with the key "nix-Linux-5c8a7f8e191cbd7ffb1f785488ebdd34241da7e08b04c84a5ad22ad6cc307a5d".
Logs produced while restoring a cache.
Received 197132288 of 2553320403 (7.7%), 187.8 MBs/sec
Received 415236096 of 2553320403 (16.3%), 197.9 MBs/sec
Received 629145600 of 2553320403 (24.6%), 199.9 MBs/sec
Received 859832320 of 2553320403 (33.7%), 204.9 MBs/sec
Received 1073741824 of 2553320403 (42.1%), 204.8 MBs/sec
Received 1304428544 of 2553320403 (51.1%), 207.3 MBs/sec
Received 1522532352 of 2553320403 (59.6%), 207.4 MBs/sec
Received 1686110208 of 2553320403 (66.0%), 200.9 MBs/sec
Received 1795162112 of 2553320403 (70.3%), 190.2 MBs/sec
Received 2004877312 of 2553320403 (78.5%), 191.1 MBs/sec
Received 2227175424 of 2553320403 (87.2%), 193.0 MBs/sec
Received 2399141888 of 2553320403 (94.0%), 190.6 MBs/sec
Received 2550136832 of 2553320403 (99.9%), 187.0 MBs/sec
Cache Size: ~2435 MB (2553320403 B)
/usr/bin/tar -xf /home/runner/work/_temp/0f2a4ef6-700c-40e6-ac1d-f0fc829cfa31/cache.tzst -P -C /home/runner/work/peerswap/peerswap --exclude-from /home/runner/work/_temp/d831f157-879f-4c6d-a90b-0024ebb763c1/nix-store-paths --use-compress-program unzstd
Received 2553320403 of 2553320403 (100.0%), 173.9 MBs/sec
Cache restored successfully
Looks good to me. ACK e304f66.
| gharchive/pull-request | 2024-09-06T01:39:37 | 2025-04-01T04:32:30.923673 | {
"authors": [
"YusukeShimizu",
"grubles"
],
"repo": "ElementsProject/peerswap",
"url": "https://github.com/ElementsProject/peerswap/pull/308",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1965710033 | READMY
README
User Story
As a boot camp student,
I want the prework notes to be structured on a webpage,
So that I can easily find and read the information
Acceptance Criteria
GIVEN the prework project repository,
WHEN I view the README for the repository,
THEN I can see a professional README that provides information on the project and how to use it
Description
Provide a short description explaining the what, why, and how of your project. Use the following questions as a guide:
What was your motivation?
Why did you build this project? (Note: the answer is not "Because it was a homework assignment.")
What problem does it solve?
What did you learn?
Table of Contents (Optional)
If your README is long, add a table of contents to make it easy for users to find what they need.
Installation
Usage
Credits
License
Installation
What are the steps required to install your project? Provide a step-by-step description of how to get the development environment running.
Usage
Provide instructions and examples for use. Include screenshots as needed.
To add a screenshot, create an assets/images folder in your repository and upload your screenshot to it. Then, using the relative file path, add it to your README using the following syntax:
Credits
List your collaborators, if any, with links to their GitHub profiles.
If you used any third-party assets that require attribution, list the creators with links to their primary web presence in this section.
If you followed tutorials, include links to those here as well.
License
The last section of a high-quality README file is the license. This lets other developers know what they can and cannot do with your project. If you need help choosing a license, refer to https://choosealicense.com/.
🏆 The previous sections are the bare minimum, and your project will ultimately determine the content of this document. You might also want to consider adding the following sections.
Badges
Badges aren't necessary, but they demonstrate street cred. Badges let other developers know that you know what you're doing. Check out the badges hosted by shields.io. You may not understand what they all represent now, but you will in time.
Features
If your project has a lot of features, list them here.
How to Contribute
If you created an application or package and would like other developers to contribute to it, you can include guidelines for how to do so. The Contributor Covenant is an industry standard, but you can always write your own if you'd prefer.
Tests
Go the extra mile and write tests for your application. Then provide examples on how to run them here.
| gharchive/issue | 2023-10-27T15:01:36 | 2025-04-01T04:32:30.932805 | {
"authors": [
"ElenaMoroziuc"
],
"repo": "ElenaMoroziuc/prework-stdy-guide",
"url": "https://github.com/ElenaMoroziuc/prework-stdy-guide/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1241512282 | How to use Beam Search for text generation?
Hi,
Thanks for this code. But I want know how to use Beam Search for text generation?
We do not currently support beam search for text generation. You will have to implement that yourself or use the WIP HuggingFace port
Thanks, but have a script convert model to huggingface transformers load?
The model is on the EleutherAI HF page already.
The model is on the EleutherAI HF page already.
enn, the 20B model on the HF page is too large to loaded, I trained a small model (with small.yml), how to convert it ?
@zphang where’s the function you wrote for this? I don’t see it in tools like I expected to.
@cdj0311 you can use this script.
I've tested on 1B and 3B loaded successful.
https://github.com/EleutherAI/gpt-neox/pull/668
| gharchive/issue | 2022-05-19T09:43:37 | 2025-04-01T04:32:30.936313 | {
"authors": [
"StellaAthena",
"cdj0311",
"jason9693"
],
"repo": "EleutherAI/gpt-neox",
"url": "https://github.com/EleutherAI/gpt-neox/issues/619",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2040200813 | Stateful process_results
Hi, I'd like to use an external model for calculating some metrics, and I'm currently doing process_results: !function utils.my_model; is there a nice way to load the model only once, and free the memory afterwards? Should I be creating a Task class instead?
Hi! As currently set up, you could load the model once when task/folder/utils.py is first run, and then use the process_results() function referencing that single model, I'm pretty sure.
a Task class would definitely work, or to add a method like TaskSubclass.setup() and TaskSubclass.cleanup() that run before and after the process results calls.
If this is a common use case, we could support something like the above for if people are going to want to do e.g. inference using a reward model. Thoughts?
What about a process_all_results that takes a list of instances and labels instead? Then one can do the reward model allocation and cleanup within that!
This sounds good to me and I think makes sense, can put this on the roadmap--would this mean you can still use a YAML for your purposes?
would this mean you can still use a YAML for your purposes?
Yup, ideally, one could use the same syntax of process_results, with the difference that the provided function will be able to process a list of instances and results instead.
BTW I was digging a bit into the logic of lm-eval-harness, in case I could do a quick pull request for this, and it seems non-trivial to do -- will do a task class instead 🙂
| gharchive/issue | 2023-12-13T17:48:19 | 2025-04-01T04:32:30.940010 | {
"authors": [
"haileyschoelkopf",
"pminervini"
],
"repo": "EleutherAI/lm-evaluation-harness",
"url": "https://github.com/EleutherAI/lm-evaluation-harness/issues/1119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1944466314 | can we get validation loss?
Hi, I tried to integrate your fabulous evaluation framework into my training scripts based on HF trainer.
I modified HFLM to support loaded HF model and triggers evaluate with custom callbacks. Currently, the evaluation works like a charm and I get to see evaluation metrics throughout the training. And it would be a lot nicer to see validation loss curve.
So, is it possible to get validation loss?
You can use the JsonPerplexity task to evaluate perplexity on an arbitrary text dataset.
| gharchive/issue | 2023-10-16T06:27:22 | 2025-04-01T04:32:30.941563 | {
"authors": [
"StellaAthena",
"wanglamao2"
],
"repo": "EleutherAI/lm-evaluation-harness",
"url": "https://github.com/EleutherAI/lm-evaluation-harness/issues/921",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
717183712 | ADDED RESOURCES
Pull Request
Proposed Changes
Added Name
Added useful resources
[Fixes #7 ].
@all-contributors add @Jyotika999 for docs
| gharchive/pull-request | 2020-10-08T09:37:16 | 2025-04-01T04:32:30.942975 | {
"authors": [
"Jyotika999",
"Tlazypanda"
],
"repo": "Elevate-Lab/elevate-lab-website",
"url": "https://github.com/Elevate-Lab/elevate-lab-website/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1312346244 | Importing problem
The installation of airflow doesn't allow me to import python files in the same or child directories.
This problem was fixed changing the hole structure of the dags directory of the repository. @Elkinmt19
| gharchive/issue | 2022-07-21T02:13:37 | 2025-04-01T04:32:30.974522 | {
"authors": [
"Elkinmt19"
],
"repo": "Elkinmt19/airflow-master",
"url": "https://github.com/Elkinmt19/airflow-master/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2393538471 | Improve URL Suffix
Improved urlSuffix by using js URL constructor so it handles:
query params
nested routes
Looks good, thanks so much!! Also, sorry it took me so long to get around to this!
| gharchive/pull-request | 2024-07-06T12:08:50 | 2025-04-01T04:32:30.984094 | {
"authors": [
"Ellpeck",
"ShahriarKh"
],
"repo": "Ellpeck/ObsidianCustomFrames",
"url": "https://github.com/Ellpeck/ObsidianCustomFrames/pull/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
835497236 | Extended Stable Branch
https://www.ghacks.net/2021/03/05/google-decides-to-switch-to-a-4-week-release-cycle-for-chrome/
Chromium is somewhat difficult to rebase the patchset onto new versions, and upstream plans to speed up the release cadence. This makes it harder to keep track of potentially privacy-invasive features that ship.
It would be useful if there's support for Chromium's 8 week extended stable branch.
I believe we are coping with 4-week release cycle rather swift, as such there is no need for the Extended Stable presently.
| gharchive/issue | 2021-03-19T03:01:37 | 2025-04-01T04:32:30.985598 | {
"authors": [
"PF4Public",
"travankor"
],
"repo": "Eloston/ungoogled-chromium",
"url": "https://github.com/Eloston/ungoogled-chromium/issues/1441",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
542054384 | Is there any way to remove any Google related text in the browser?
I really like this project. I use it on Arch Linux, will probably get it on my Debian distro, and will suggest it to families and friends! I was wondering if there is a way to edit out the text mentioning "Google" in settings. I notice it talks about Google sync, and mentions Google elsewhere in there.
To me a solution, is having no mention of Google. Also, is there a way to get Ublock origins or other extensions with this (preferably not through the Google app store)
Side note: I noticed you guys are looking for a Debian maintainer. I am trying to help maintain another package for Debian. I will probably check back in and help with this package if yall still need help. First, I will learn how it works (Debian's documentation on packaging.maintaining vs Arch Linux is night and day, not in Debian's favor...)
Thanks for this great package,
David
Hello David, let me answer your questions.
yes, it could be possible, but why?
you can download the .crx file from the developers themselves and install it directly, that makes it hard to update them though.
really? I thought Eloston was maintaining the Debian repo, oh well.
Let me check on the debian repo. I did not see it listed online, the debian website is a bit chaotic! So that might be me.
I definitely want to be able to update it!
I do not know, just seeing google even in the settings puts me on edge :/
-------- Original Message --------
On Dec 24, 2019, 6:14 AM, JustKidding wrote:
Hello David, let me answer your questions.
yes, it could be possible, but why?
you can download the .crx file from the developers themselves and install it directly, that makes it hard to update them though.
really? I thought Eloston was maintaining the Debian repo, oh well.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Side note: I noticed you guys are looking for a Debian maintainer. I am trying to help maintain another package for Debian. I will probably check back in and help with this package if yall still need help. First, I will learn how it works (Debian's documentation on packaging.maintaining vs Arch Linux is night and day, not in Debian's favor...)
Yes! It would be awesome if ungoogled-chromium is included in Debian. Right now we are working towards getting ungoogled-chromium built and published in a PPA, so we're sorting out some issues along the way. However, we're not very familiar with Debian packaging guidelines so we'd appreciate help in figuring out what we need to do for that.
really? I thought Eloston was maintaining the Debian repo, oh well.
Well if someone wants to help or take over maintenance of ungoogled-chromium-debian's debian_buster branch, that'd be nice. I want to spend more time on the longer-term issues with larger impact.
Just to be clear @David-Frick is talking about ungoogled-chromium inclusion in Debian (which we should discuss more in #27). @jstkdng is talking about our Debian packages published on GitHub along with all other binaries.
I do not know, just seeing google even in the settings puts me on edge :/
In that cse, you'll be estatic to see Google's license header at the top of every source file ;)
All jokes aside, removing the switches could be helpful to eliminate any confusion/doubts about whether those flags will do anything (because they won't). Since this is a cosmetic change of sorts, it isn't a high priority for most of us (who are more technical), but we'd be happy to merge a PR.
Okay, cool! I will keep in touch! I am working on getting in contract with a Debian mentor to hammer out any packaging questions I have.
-------- Original Message --------
On Dec 24, 2019, 8:13 PM, Eloston wrote:
Side note: I noticed you guys are looking for a Debian maintainer. I am trying to help maintain another package for Debian. I will probably check back in and help with this package if yall still need help. First, I will learn how it works (Debian's documentation on packaging.maintaining vs Arch Linux is night and day, not in Debian's favor...)
Yes! It would be awesome if ungoogled-chromium is included in Debian. Right now we are working towards getting ungoogled-chromium built and published in a PPA, so we're sorting out some issues along the way. However, we're not very familiar with Debian packaging guidelines so we'd appreciate help in figuring out what we need to do for that.
really? I thought Eloston was maintaining the Debian repo, oh well.
Well if someone wants to help or take over maintenance of ungoogled-chromium-debian's debian_buster branch, that'd be nice. I want to spend more time on the longer-term issues with larger impact.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Well if someone wants to help or take over maintenance of ungoogled-chromium-debian's debian_buster branch, that'd be nice. I want to spend more time on the longer-term issues with larger impact.
I could help with maintenance of that branch since I'm using ubuntu for work right now, the process should be basically the same right?
I do not know. I am looking into debian packaging now, but their website is hard to decipher documentation wise. Could you walk me through how ubuntu maintains and submits packages? I would assume at the very least that Ubuntu provides the packages for Ubuntu and its flavors, Linux Mint, KDE neon and the other Ubuntu-based distros.
I don't know about how ubuntu creates its packages yet, but I think they just create the .deb files, upload them to their main servers and update the package database. After that, the secondary servers just mirror the packages from the main servers.
Submission is only made by trusted users, so I doubt any of us could submit ungoogled-chromium to the official repositories. The least we could do is create a PPA on launchpad, and maybe contact a trusted user to maintain ungoogled-chromium for us.
Regarding the last part, Ubuntu only provides packages to the flavor it oficially supports. Mint and KDE neon aren't one of them afaik. They can either use those packages or maintain their own.
Do Debian packages get sent downstream ie a Ubunyu User can ger Debian packages from their repository?
-------- Original Message --------
On Dec 27, 2019, 8:36 AM, JustKidding wrote:
I don't know about how ubuntu creates its packages yet, but I think they just create the .deb files, upload them to their main servers and update the package database. After that, the secondary servers just mirror the packages from the main servers.
Submission is only made by trusted users, so I doubt any of us could submit ungoogled-chromium to the official repositories. The least we could do is create a PPA on launchpad, and maybe contact a trusted user to maintain ungoogled-chromium for us.
Regarding the last part, Ubuntu only provides packages to the flavor it oficially supports. Mint and KDE neon aren't one of them afaik. They can either use those packages or maintain their own.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Nope, as debian packages could have different dependency versions and or
dependencies that don't exist on ubuntu.
On 2019-12-27 17:13, David Frick wrote:
Do Debian packages get sent downstream ie a Ubunyu User can ger Debian
packages from their repository?
-------- Original Message --------
On Dec 27, 2019, 8:36 AM, JustKidding wrote:
I don't know about how ubuntu creates its packages yet, but I think
they just create the .deb files, upload them to their main servers and
update the package database. After that, the secondary servers just
mirror the packages from the main servers.
Submission is only made by trusted users, so I doubt any of us could
submit ungoogled-chromium to the official repositories. The least we
could do is create a PPA on launchpad, and maybe contact a trusted
user to maintain ungoogled-chromium for us.
Regarding the last part, Ubuntu only provides packages to the flavor
it oficially supports. Mint and KDE neon aren't one of them afaik.
They can either use those packages or maintain their own.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on
GitHub,
or
unsubscribe.
--
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
Links:
[1]
https://github.com/Eloston/ungoogled-chromium/issues/900?email_source=notifications&email_token=AMNDTKI37VIOSLCUBFJQXJ3Q2Z4YRA5CNFSM4J64KQL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHX2V4I#issuecomment-569354993
[2]
https://github.com/notifications/unsubscribe-auth/AMNDTKOGJVWXWRVJTHYBTMLQ2Z4YRANCNFSM4J64KQLQ
Gotcha. That makes sense!
-------- Original Message --------
On Dec 27, 2019, 10:31 PM, JustKidding wrote:
Nope, as debian packages could have different dependency versions and or
dependencies that don't exist on ubuntu.
On 2019-12-27 17:13, David Frick wrote:
Do Debian packages get sent downstream ie a Ubunyu User can ger Debian
packages from their repository?
-------- Original Message --------
On Dec 27, 2019, 8:36 AM, JustKidding wrote:
I don't know about how ubuntu creates its packages yet, but I think
they just create the .deb files, upload them to their main servers and
update the package database. After that, the secondary servers just
mirror the packages from the main servers.
Submission is only made by trusted users, so I doubt any of us could
submit ungoogled-chromium to the official repositories. The least we
could do is create a PPA on launchpad, and maybe contact a trusted
user to maintain ungoogled-chromium for us.
Regarding the last part, Ubuntu only provides packages to the flavor
it oficially supports. Mint and KDE neon aren't one of them afaik.
They can either use those packages or maintain their own.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on
GitHub,
or
unsubscribe.
--
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
Links:
[1]
https://github.com/Eloston/ungoogled-chromium/issues/900?email_source=notifications&email_token=AMNDTKI37VIOSLCUBFJQXJ3Q2Z4YRA5CNFSM4J64KQL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHX2V4I#issuecomment-569354993
[2]
https://github.com/notifications/unsubscribe-auth/AMNDTKOGJVWXWRVJTHYBTMLQ2Z4YRANCNFSM4J64KQLQ
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
I could help with maintenance of that branch since I'm using ubuntu for work right now, the process should be basically the same right?
The process should be documented in the README in the debian_buster branch. If the instructions aren't clear, let me know.
Do Debian packages get sent downstream ie a Ubunyu User can ger Debian packages from their repository?
Technically if we get ungoogled-chromium packaged for Debian, Ubuntu should eventually get the package in their repos.
| gharchive/issue | 2019-12-24T09:05:45 | 2025-04-01T04:32:31.015457 | {
"authors": [
"David-Frick",
"Eloston",
"Frick-David",
"jstkdng"
],
"repo": "Eloston/ungoogled-chromium",
"url": "https://github.com/Eloston/ungoogled-chromium/issues/900",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1521500394 | Create persistent store for robots/warehouse/etc.
Need to store:
Grid (size, obstacles)
Time step (real-world rate vs sim rate, ex. 1 time step per real second)
Robots (current pos, paths)
Robots-Task assignment table
Item Pickup table
Station Location table
Most of this stuff is coordinates/lists, not ideal for SQL-based databased, might prefer NoSQL-based DB here, something lightweight.
[ ] Decide persistent data store - NoSQL / SQL?
[ ] Decide whether to use Python / Node JS interface
wip with dd1872535dcdf98f943a7ac6295b20477c731ebd
| gharchive/issue | 2023-01-05T21:57:29 | 2025-04-01T04:32:31.040368 | {
"authors": [
"Elucidation"
],
"repo": "Elucidation/mapf-multiagent-robot-planning",
"url": "https://github.com/Elucidation/mapf-multiagent-robot-planning/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1457897144 | Follow-up commits for recent API changes
The recent changes lead to some minor bugs on mac and windows, which were fixed with these commits. See the two build errors here:
https://github.com/bastibl/FutureSDR/actions/runs/3513017436/
Sorry, I didn't see the other PRs. Looking at #10, I noticed that the braces I added are not necessary. I updated the PR.
The macos fix, i.e., the first commit in this PR is still relevant. There is also another PR for that. Not sure why all PRs are ignored.
How do these changes compare with the new 0.7.5? I just merged a pull request that should fix the OSX issue. Sorry, I cannot test on Windows and OSX anymore now that TravisCI has axed its free tiers.
| gharchive/pull-request | 2022-11-21T12:50:56 | 2025-04-01T04:32:31.076074 | {
"authors": [
"Elzair",
"bastibl"
],
"repo": "Elzair/core_affinity_rs",
"url": "https://github.com/Elzair/core_affinity_rs/pull/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
111180848 | Websockets support
This PR adds web socket support, only for wrr load-balancer for now.
Fixes #8
Fixes #56.
Build is broken :sweat:.
@EmileVauge testing out. Updated the comment to add "Fixes #56" to auto-close the issue :wink:
Soo... It seems to work :wink:
$ docker run -d -l traefik.backend=test -l traefik.host=test emilevauge/whoami
$ wscat -c ws://test.localhost:8000/echo
connected (press CTRL+C to quit)
> ls
< ls
> echo
< echo
Design & Code LGTM 🐙
| gharchive/pull-request | 2015-10-13T13:34:52 | 2025-04-01T04:32:31.094856 | {
"authors": [
"EmileVauge",
"vdemeester"
],
"repo": "EmileVauge/traefik",
"url": "https://github.com/EmileVauge/traefik/pull/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2024414385 | comment bug
The new injections.scm needs to be adjusted so that it takes into account not consider comment body as php, require predicate to fix this:
Remove extras bring $.comment inside definition. It is more semantic, and gives more granular control in terms of injection, otherwise odd behaviour arise like below with no ability to fix the injections.scm The appearance anywhere in the document is already taken into account
; ❌ Wrong
(blade [0, 0] - [3, 0]
(text [0, 0] - [3, 0]
(comment [1, 4] - [1, 21]
(text [1, 9] - [1, 17]))))
; ✅ Correct
(blade [0, 0] - [3, 0]
(text [0, 0] - [1, 4])
(comment [1, 4] - [1, 21]
(text [1, 9] - [1, 17]))
(text [2, 0] - [3, 0]))
| gharchive/issue | 2023-12-04T17:55:02 | 2025-04-01T04:32:31.107341 | {
"authors": [
"EmranMR"
],
"repo": "EmranMR/tree-sitter-blade",
"url": "https://github.com/EmranMR/tree-sitter-blade/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1132476609 | R-CRAN-dplyr-1.0.8-1.fc35 gives an error
With the new dplyr package, I get the following error:
> library(dplyr) Error: package or namespace load failed for ‘dplyr’ in
loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.11 is already loaded, but >= 1.0.0 is required
>
To overcome this error, I have to downgrade dplyr to R-CRAN-dplyr-1.0.7-1.fc35.
Any help? Thanks!
Did you try updating both R-CRAN-dplyr and R-CRAN-rlang to the latest version?
Thanks, Iñaki, for your answer.
I have:
# rpm -q R-CRAN-dplyr R-CRAN-rlang
R-CRAN-dplyr-1.0.8-1.fc35.copr3415487.x86_64
R-CRAN-rlang-1.0.0-1.fc35.copr3255516.x86_64
#
Moreover, I have restarted the R session.
Sorry, I cannot reproduce here. Are you sure you don't have any incompatible version in your user library?
Thanks, Iñaki. How can I check for such incompatible version?
In R, packageVersion("rlang"). And .libPaths() gives you the location of your libraries. The first one is the user library.
Thank you much, Iñaki: Your solved my problem!
I did the following, based on your directions:
> packageVersion("rlang")
[1] ‘0.4.11’
> uninstall.packages("rlang")
Error in uninstall.packages("rlang") :
could not find function "uninstall.packages"
> remove.packages("rlang")
Removing package from ‘/home/x/R/x86_64-redhat-linux-gnu-library/4.1’
(as ‘lib’ is unspecified)
And problem fixed!
| gharchive/issue | 2022-02-11T12:00:34 | 2025-04-01T04:32:31.129123 | {
"authors": [
"Enchufa2",
"psads-git"
],
"repo": "Enchufa2/cran2copr",
"url": "https://github.com/Enchufa2/cran2copr/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2076201683 | Remove code_coverage_flags parameter
Ref: https://app.zenhub.com/workspaces/the-outlaws-6193fe815d79fc0011e741b1/issues/gh/energinet-datahub/team-the-outlaws/1813
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (f396809) 70.05% compared to head (b156802) 64.98%.
Report is 1 commits behind head on main.
:exclamation: Current head b156802 differs from pull request most recent head 29aa1dd. Consider uploading reports for the commit 29aa1dd to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #277 +/- ##
==========================================
- Coverage 70.05% 64.98% -5.08%
==========================================
Files 215 96 -119
Lines 3814 1468 -2346
Branches 452 144 -308
==========================================
- Hits 2672 954 -1718
+ Misses 990 476 -514
+ Partials 152 38 -114
Flag
Coverage Δ
appcommon
?
databricks
?
jsonserialization
?
logging
?
messaging
?
schemavalidation
?
testcommon
?
xmlconversion
?
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
| gharchive/pull-request | 2024-01-11T10:02:25 | 2025-04-01T04:32:31.153336 | {
"authors": [
"codecov-commenter",
"kerbou"
],
"repo": "Energinet-DataHub/geh-core",
"url": "https://github.com/Energinet-DataHub/geh-core/pull/277",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
346010264 | iplists.firehol.org
Firehol is in the malware list. I can't figure out which list amongst your sources that it originates but it's a legit site of IP blocklists
Hey! Thanks for reporting. We will whitelist it on our next release. And, fyi, we have moved to a new repo - https://github.com/EnergizedProtection/block and for the sources mirror - https://github.com/EnergizedProtection/mirror/
If you find anything else, let us know. :)
Thanks. I also emailed the maintainer of that list so hopefully they review that site and remove it from their list.
@jawz101 That's great! :
| gharchive/issue | 2018-07-31T02:18:23 | 2025-04-01T04:32:31.156207 | {
"authors": [
"AdroitAdorKhan",
"jawz101"
],
"repo": "EnergizedProtection/EnergizedHosts",
"url": "https://github.com/EnergizedProtection/EnergizedHosts/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
956072070 | Cannot read transfer syntax UIDs with non-standard whitespace characters
Currently, transfer syntax indices are required to be robust to the presence of a single null character at the end of a transfer syntax UID string, which is compliant with standard DICOM. But some DICOM implementations in the wild may put other whitespace characters at the end, which is not aligned with these expectations. While UID's are not supposed to have those whitespace, DICOM-rs could be a bit more resilient.
Originally mentioned in https://github.com/Enet4/dicom-rs/issues/50#issuecomment-889124095.
I am picturing two ways of making this work, not necessarily exclusive, but each would be sufficient:
Approach 1: make the standard transfer syntax registry more flexible
Instead of just failing to find the transfer syntax, a more flexible implementation of TransferSyntaxRegistry::get would:
try to trim any kind of whitespace at the end of the string;
and emit a warning if it finds a whitespace character other than \0 (#49 is pending though; leave a TODO comment for now).
This is the least invasive approach and would work regardless of where the UID came from.
Approach 2: automatically trim the transfer syntax UID on file meta table building
Once the transfer syntax UID is found in the file meta group, trim any kind of whitespace before saving it, and emit a warning if it contained any non-standard DICOM whitespace (leave a TODO comment for #49).
This is probably what DCMTK does, according to https://github.com/Enet4/dicom-rs/issues/50#issuecomment-889186415, and stops the original mistake from propagating to subsequently written files, but it does not handle poor transfer syntax UID strings coming from elsewhere (such as an association request PDU), and it changes the current expectations of the file meta table, since it currently does no trimming of any value.
This issue would be resolved with either one, although I am probably more inclined towards doing approach 1. Whichever decision is made here is also going to influence #70.
I think the approach 2 is more dangerous since something other than a whitespace can follow a found UID (and this can be valid in case of a new UID).
I agree the approach 1 is more conservative and also more close to the behavior of existing libraries like DCMTK or DCM4CHE.
| gharchive/issue | 2021-07-29T17:49:20 | 2025-04-01T04:32:31.175917 | {
"authors": [
"Enet4",
"bastien-solutions"
],
"repo": "Enet4/dicom-rs",
"url": "https://github.com/Enet4/dicom-rs/issues/148",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1989392506 | Feature/23 refactor exceptions
It resolves: https://github.com/EngineCodeDev/ec-commons/issues/23
Changes:
change exceptions type to check one
out exceptions extend EngineCodeException
ExceptionHandler was simplified
errorDetails was removed - it is never used
update ResponseEntity body - there must be always code (at least default one) and message
Exception can return: message, http error code, our EngineCodeError id - customizable
change ErrorCode and its enum -> in enum we could create our own error codes, customized - they shall be printed to user.
these changes required changes in weeds-plantcare-service → see pull request: https://github.com/EngineCodeDev/weeds-plantcare-service/pull/53
I suggest to discuss it internally - my remarks to discuss internally,
I am against using checked exceptions. They can be useful in some cases when exposing the library to other APIs, but I did a small research and my conclusion is as following:
We expose ec-common (library) to other apps (other APIs) so this is such case? But OK, the only gain of using checked exceptions in our case is that we have to use 'throws' clause. We do not have to handle them in place of occurrence because there is a handler for it. To discuss.
* exceptions inheriting from the same class `EngineCodeException` are unnecessarily checked as they are caught in the same handler anyway - `@ExceptionHandler(EngineCodeException.class)` (regardless of whether all methods have `throws …` clause or not)
In my opinion it does not matter that we have checked or not checked exceptions and we catch them in handler. In my opinion effect is the same as previous - previous solution: catch each type of exception and do the same action, now: catch all in one method and do some action. If we need some other action for some specific exception, dedicated handle method will be created.
So, as before - the only gain of using checked exceptions in our case is that we have to use 'throws' clause. We do not have to handle them in place of occurrence because there is a handler for it. To discuss.
* checked exceptions violate OCP
Why? In my opinion no in our case.
* checked exceptions are useful when you expose the library to other API and want to force the user to handle the specific exception that your library throws, but we throw our custom exceptions in our app and we catch them in the same app
User cannot handle exceptions anyway. It does not matter if they are checked or not checked - they are being caught and information about it is being sent to user in ResponseEntity anyway and user shall do some action with that. When we use checked exceptions we (developers) get information that some method could cause some error and we shall do sth with it / it is handled in ExceptionHandler. In my opinion, we gained more control what is going on with methods. When we have RTE, we are not sure if there could be some error / if some corner case shall be considered. But maybe in other hand, when we have 'throws' it suggests to catch it... I think it is convention case, to discuss.
So, as before - the only gain of using checked exceptions in our case is that we have to use 'throws' clause. We do not have to handle them in place of occurrence because there is a handler for it. To discuss.
* one of well known good practices is to **throw early, catch late** which makes us inform each intermediate method (when using checked excpts) that the exception can be thrown, which is less convenient and less readable than simply let the exception propagate to where it is caught/handled
For me it is more readable when I got information that some method throws ECExeption :)
* small change regarding exception at a low level can cause large refactoring of the intermediate methods that propagate the exception to higher levels, but when using runtime exception no refactoring is needed
Why? It does not matter if it is checked or not checked exception in our case. We use parent class in 'throws' clause so changes in child exception does not affect the intermediate methods.
So the checked exceptions are necessary sometimes, but it cannot be rule of thumb that we remove all runtime excpts and replace them with the checked ones.
In my opinion no. They are different opinions about that. To discuss.
Therefore we should stay with the runtime exceptions that were there from the beginning and just simplify the way they are used, we can talk about that.
pros of checked exceptions:
throws is needed
cons of checked exceptions:
throws is needed
other:
apps work in the same way
conclusions:
use RuntimeExceptions
simplify EngineCodeErrors
make exceptions more generic - to set up custom message and EngineCodeErrors enum
Changes:
our exceptions are unchecked - extending RuntimeException
refactored for more generic uses
SQLException catch in handler was removed - this exception is never being thrown
RunTimeException in factory method in Entry was replaced by custom exception: NotSupportedEntryException. Some unit test was written for this one
simplest implementation of Logger was done in order to prepare logging message
| gharchive/pull-request | 2023-11-12T13:01:00 | 2025-04-01T04:32:31.187113 | {
"authors": [
"michalrys"
],
"repo": "EngineCodeDev/ec-commons",
"url": "https://github.com/EngineCodeDev/ec-commons/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
693463021 | walking on farmland decrease sanity quickly
walking on farmland decrease sanity quickly
Hi. Thanks for reporting the issue. I will certainly look into it in. In the meanwhile, could you please elaborate the issue a little bit more? I mean, like, does it always behave like this or just sometimes? Are the light readings correct when you press F3? I know something similar to this happens when you ride a minecart through 1x2 hole, though this is pretty much unfixable and a problem of minecraft itself.
the light level on block is always a 0
Well, I will see what I can do, but the chances are not in our favor. The lighting engine seems to be flawed, and this is not the only case (for example the narrow mineshaft I mentioned).
Hi. Sorry for the late update, but I think I may have fixed the issue. Put simply, the minecraft lighting code is checking the block at player's feet. In case of blocks like farmland, you are actually a bit below, so the block at player's feet is not air, but the farmland, resulting in 0 light level. I have changed it to look at the block at player's head (see 4e3a4dea777aa2018f2c7df52dd7bfcd3ccffca3). This way, you nearly always get correct result. So far I have only tested it in case of farmland and stairs/slabs. Feel free to reopen the issue if you spot any weird results yourself.
| gharchive/issue | 2020-09-04T18:17:51 | 2025-04-01T04:32:31.195419 | {
"authors": [
"Dararess",
"Enginecrafter77"
],
"repo": "Enginecrafter77/SurvivalInc",
"url": "https://github.com/Enginecrafter77/SurvivalInc/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1960820659 | Added new features following B67 production
Added new include/exclude features, including some additional processing for IG/T-cell elements to be converted to the corresponding biotype.
We also agreed that it seems the best that the code merges split genes by default and only when it is not wanted an additional flag needs to be provided.
Do we want to make merge_split_genes as default before having checks ? I am afraid that we might miss some gff issues which do not fall into the category of merge split genes but we might not want to keep this flag as default until we have better checks. Following this conversation on slack [https://genomes-ebi.slack.com/archives/C03GP4JKMFS/p1696847910854649]. However otherwise we could add 'retain_split_genes' parameter in our init command everytime until we have checks
I think I misunderstood the conversation, because what you are saying makes sense. Happy to apply the change you suggest.
| gharchive/pull-request | 2023-10-25T08:18:45 | 2025-04-01T04:32:31.233043 | {
"authors": [
"JAlvarezJarreta"
],
"repo": "Ensembl/ensembl-genomio",
"url": "https://github.com/Ensembl/ensembl-genomio/pull/173",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
687232908 | Module 2C needs definition and keywords
https://github.com/EntCollNet/BugFlow/blob/master/modules/module_2C.md
271597a2ee22027fd395e5d5d2a0ae74f80cbf33
Completed
| gharchive/issue | 2020-08-27T13:13:34 | 2025-04-01T04:32:31.236477 | {
"authors": [
"mandrewj",
"tmcelrath"
],
"repo": "EntCollNet/BugFlow",
"url": "https://github.com/EntCollNet/BugFlow/issues/21",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2141338514 | Non-Deterministic behaviour from Enzyme Reverse Mode
A piece of my code uses Ferrari's method to solve for the roots of a quartic equation and then takes the difference between the roots. This code needs to be GPUized on my M1 mac, and so needs be type preserving. I have noticed that using reverse mode autodiff on this code sometimes results in NaNs for the derivatives, and actual numbers in a seemingly random way. Here is a MWE:
using Enzyme
function _pow(z::Complex{T}, i) where {T}
zabs = abs(z)
zangle = angle(z)
return (zabs^i) * (cos(zangle * i) + sin(zangle * i) * one(T)im)
end
function _pow(z::T, i) where {T<:Real}
zabs = abs(z)
if sign(z) < zero(T)
return (zabs^i) * (cos(T(π) * i) + sin(T(π) * i)im)
end
return zabs^i + zero(T)im
end
"""
Checks if a complex number is real to some tolerance
"""
function _isreal2(num::Complex{T}) where {T}
ren, imn = reim(num)
ren2 = ren^2
imn2 = imn^2
return imn2 / (imn2 + ren2) < eps(T)
end
function Ferrari_Method(a::T, η, λ) where {T}
a2 = a * a
A = a2 - η - λ * λ
A2 = A + A
B = T(2) * (η + (λ - a)^2)
C = -a2 * η
P = -A * A / T(12) - C
Q = -A / T(3) * (A * A / T(36) + zero(T)im - C) - B * B / T(8)
Δ3 = -T(4) * P * P * P - T(27) * Q * Q
ωp = _pow(-Q / T(2) + _pow(-Δ3 / T(108), T(0.5)) + zero(T)im, T(1 / 3))
#C = ((-1+0im)^(2/3), (-1+0im)^(4/3), 1) .* ωp
C = (-T(1 / 2) + T(√3 / 2)im, -T(1 / 2) - T(√3 / 2)im, one(T) + zero(T)im) .* ωp
v = -P .* _pow.(T(3) .* C, -one(T))
ξ0 = argmax(real, (C .+ v)) - A / T(3)
ξ02 = ξ0 + ξ0
predet1 = A2 + ξ02
predet2 = (√T(2) * B) * _pow(ξ0, T(-0.5))
det1 = _pow(-(predet1 - predet2), T(0.5))
det2 = _pow(-(predet1 + predet2), T(0.5))
sqrtξ02 = _pow(ξ02, T(0.5))
r1 = (-sqrtξ02 - det1) / 2
r2 = (-sqrtξ02 + det1) / 2
r3 = (sqrtξ02 - det2) / 2
r4 = (sqrtξ02 + det2) / 2
roots = (r1, r2, r3, r4)
if (sum(_isreal2.(roots)) == 2) && (abs(imag(roots[4])) < sqrt(eps(T)))
roots = (roots[1], roots[4], roots[2], roots[3])
end
return roots
end
for _ in 1:10
begin
function test(ηtemp, λtemp)
_, r2, r3, r4 = Ferrari_Method(0.5, ηtemp, λtemp)
real((r3 - r2) * (r4 - r2))
end
println(autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25), Active(-0.14618585236136836)))
end
end
And here is an example output from this code:
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
I am using Enzyme v0.11.16 with juliav1.10.1 on a 2021, 16 inch MacBook Pro running macOS 14.3 (23D56)
@dchang10 I cannot reproduce this myself.
Right after using Enzyme, can you add Enzyme.API.printall!(true), pipe all output to a. file, and upload the logs?
I'm not sure why, but I was also unable to reproduce the behavior I saw with the code I provided. I got a similar behavior by just running the loop at the end twice.
for _ in 1:10
begin
function test(ηtemp, λtemp)
_, r2, r3, r4 = Ferrari_Method(0.5, ηtemp, λtemp)
real((r3 - r2) * (r4 - r2))
end
println(autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25), Active(-0.14618585236136836)))
end
end
for _ in 1:10
begin
function test(ηtemp, λtemp)
_, r2, r3, r4 = Ferrari_Method(0.5, ηtemp, λtemp)
real((r3 - r2) * (r4 - r2))
end
println(autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25), Active(-0.14618585236136836)))
end
end
Here is the resulting output with the enzyme dump:
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((0.6561537762449112, -1.5304304926046994), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
((NaN, NaN), 1.1402929364197087)
out.txt
Is there anything else you need from me?
This one is somewhat tricky, especially because nondeteminsric but on apparent compilation.
Maybe sticking this in an eval in the for loop will make it recompile each time?
Regardless the code here is too complex to debug. To the extent you can remove computation, especially calls to pow, even if it creates different results, would be helpful.
Sorry to the extent you can simplify the code, while still it can get a nan, would be helpful
I've been trying to reduce the code down to something simpler, I've lost the Non-Deterministic behavior, but still have some flavor of it.
Enzyme is able to AD through the following code and return a primal
using Enzyme
#Enzyme.Compiler.CheckNan[] = true
function _pow(z::Complex{T}, i) where {T}
zabs = abs(z)
zangle = angle(z)
return (zabs^i) * (cos(zangle * i) + sin(zangle * i) * one(T)im)
end
function _pow(z::T, i) where {T<:Real}
zabs = abs(z)
if sign(z) < zero(T)
return (zabs^i) * (cos(T(π) * i) + sin(T(π) * i)im)
end
return zabs^i + zero(T)im
end
function Ferrari_Method(η::Float64, λ)
C::Union{Float64,NTuple{2,ComplexF64}} = η
ωp = _pow(-λ / 2 + _pow(-η / 108, 0.5) + 0im, 1 / 3)
C = ((√3 / 2)*im, 1im) .* ωp
#_pow(-(η- λ), 0.5)
return C[1]
end
function test(ηtemp, λtemp)
return real(Ferrari_Method(ηtemp, λtemp))
end
autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25), Active(-0.14618585236136836))
which produces:
((-0.13044933090281938, -0.27712000773357137), -0.0741409227434657)
Uncommenting the #_pow(-(η- λ), 0.5) however results in NaNs a the output
using Enzyme
#Enzyme.Compiler.CheckNan[] = true
function _pow(z::Complex{T}, i) where {T}
zabs = abs(z)
zangle = angle(z)
return (zabs^i) * (cos(zangle * i) + sin(zangle * i) * one(T)im)
end
function _pow(z::T, i) where {T<:Real}
zabs = abs(z)
if sign(z) < zero(T)
return (zabs^i) * (cos(T(π) * i) + sin(T(π) * i)im)
end
return zabs^i + zero(T)im
end
function Ferrari_Method(η::Float64, λ)
C::Union{Float64,NTuple{2,ComplexF64}} = η
ωp = _pow(-λ / 2 + _pow(-η / 108, 0.5) + 0im, 1 / 3)
C = ((√3 / 2)*im, 1im) .* ωp
_pow(-(η- λ), 0.5)
return C[1]
end
function test(ηtemp, λtemp)
return real(Ferrari_Method(ηtemp, λtemp))
end
autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25), Active(-0.14618585236136836))
with output
((-0.0, NaN), NaN)
I forgot to mention that inlining the _pow functions allows enzyme to return derivatives normally.
((-0.13044933090281938, -0.27712000773357137), -0.0741409227434657)
I'm not sure if this is related or not, but I notice that I found an error in the process of trying to produce an MWE which prevented me from taking the derivative of operations that involve sqrt of complex numbers.
using Enzyme
Enzyme.API.printall!(true)
function test(η)
return abs(sqrt(-η + 0im))
end
test(1.0)
autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(1.0))
out.txt
@dominic-chang so I have been looking into this and somehow the original primal code creates an undefined value [which when we differentiate means can be arbitrary results]. Looking into how/why.
Simplified version:
wmoses@beast:~/git/Enzyme.jl ((HEAD detached from 43193d62)) $ cat nan.jl
using Enzyme
Enzyme.API.printall!(true)
#Enzyme.Compiler.CheckNan[] = true
function _pow(z::T, i) where {T<:Real}
zabs = abs(z)
if sign(z) < zero(T)
return (zabs^i) * (cos(T(π) * i) + sin(T(π) * i)im)
end
return zabs^i + zero(T)im
end
function test(n)
wp = 1 + _pow(-n, 0.5)
_pow(-n, 0.5)
return real(wp)
end
test(0.25)
@show autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25))
LLVM:
after simplification :
; Function Attrs: mustprogress willreturn
define "enzyme_type"="{[-1]:Float@double}" double @preprocess_julia_test_1422(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) local_unnamed_addr #23 !dbg !2227 {
top:
%1 = call {}*** @julia.get_pgcstack() #24
%ptls_field3 = getelementptr inbounds {}**, {}*** %1, i64 2
%2 = bitcast {}*** %ptls_field3 to i64***
%ptls_load45 = load i64**, i64*** %2, align 8, !tbaa !21
%3 = getelementptr inbounds i64*, i64** %ptls_load45, i64 2
%safepoint = load i64*, i64** %3, align 8, !tbaa !25
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #24, !dbg !2228
fence syncscope("singlethread") seq_cst
%4 = fneg double %0, !dbg !2229
call fastcc void @julia__pow_1425(double %4) #24, !dbg !2230
%5 = fadd double undef, 1.000000e+00, !dbg !2231
call fastcc void @julia__pow_1425(double %4) #24, !dbg !2234
ret double %5, !dbg !2235
}
after simplification :
; Function Attrs: mustprogress willreturn
define internal fastcc void @preprocess_julia__pow_1425(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) unnamed_addr #24 !dbg !2245 {
top:
%1 = call {}*** @julia.get_pgcstack() #25
%ptls_field7 = getelementptr inbounds {}**, {}*** %1, i64 2
%2 = bitcast {}*** %ptls_field7 to i64***
%ptls_load89 = load i64**, i64*** %2, align 8, !tbaa !21
%3 = getelementptr inbounds i64*, i64** %ptls_load89, i64 2
%safepoint = load i64*, i64** %3, align 8, !tbaa !25
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #25, !dbg !2246
fence syncscope("singlethread") seq_cst
%4 = call double @llvm.fabs.f64(double %0) #25, !dbg !2247
%5 = fcmp uge double %0, 0.000000e+00, !dbg !2249
%6 = fcmp ule double %0, 0.000000e+00, !dbg !2252
%7 = select i1 %6, double %0, double 1.000000e+00, !dbg !2254
%8 = select i1 %5, double %7, double -1.000000e+00, !dbg !2254
%9 = fcmp uge double %8, 0.000000e+00, !dbg !2255
br i1 %9, label %L22, label %L8, !dbg !2251
common.ret: ; preds = %L22, %L8
ret void, !dbg !2256
L8: ; preds = %top
%10 = call double @julia___1444(double %4, double noundef 5.000000e-01) #25, !dbg !2257
%11 = call double @julia_cos_1438(double noundef 0x3FF921FB54442D18) #25, !dbg !2257
%12 = call double @julia_sin_1430(double noundef 0x3FF921FB54442D18) #25, !dbg !2257
br label %common.ret
L22: ; preds = %top
%13 = call double @julia___1444(double %4, double noundef 5.000000e-01) #25, !dbg !2258
br label %common.ret
}
; Function Attrs: mustprogress willreturn
define internal fastcc { double } @diffejulia__pow_1425(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) unnamed_addr #24 !dbg !2259 {
top:
%"'de" = alloca double, align 8
%1 = getelementptr double, double* %"'de", i64 0
store double 0.000000e+00, double* %1, align 8
%2 = call {}*** @julia.get_pgcstack() #25
%ptls_field7 = getelementptr inbounds {}**, {}*** %2, i64 2
%3 = bitcast {}*** %ptls_field7 to i64***
%ptls_load89 = load i64**, i64*** %3, align 8, !tbaa !21, !alias.scope !2260, !noalias !2263
%4 = getelementptr inbounds i64*, i64** %ptls_load89, i64 2
%safepoint = load i64*, i64** %4, align 8, !tbaa !25, !alias.scope !2265, !noalias !2268
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #25, !dbg !2270
fence syncscope("singlethread") seq_cst
%5 = fcmp uge double %0, 0.000000e+00, !dbg !2271
%6 = fcmp ule double %0, 0.000000e+00, !dbg !2274
%7 = select i1 %6, double %0, double 1.000000e+00, !dbg !2276
%8 = select i1 %5, double %7, double -1.000000e+00, !dbg !2276
%9 = fcmp uge double %8, 0.000000e+00, !dbg !2277
br i1 %9, label %L22, label %L8, !dbg !2273
common.ret: ; preds = %L22, %L8
br label %invertcommon.ret, !dbg !2278
L8: ; preds = %top
br label %common.ret
L22: ; preds = %top
br label %common.ret
inverttop: ; preds = %invertL22, %invertL8
fence syncscope("singlethread") seq_cst
fence syncscope("singlethread") seq_cst
%10 = load double, double* %"'de", align 8
%11 = insertvalue { double } undef, double %10, 0
ret { double } %11
invertcommon.ret: ; preds = %common.ret
br i1 %9, label %invertL22, label %invertL8
invertL8: ; preds = %invertcommon.ret
br label %inverttop
invertL22: ; preds = %invertcommon.ret
br label %inverttop
}
after simplification :
; Function Attrs: mustprogress willreturn
define internal fastcc void @preprocess_julia__pow_1425.3(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) unnamed_addr #24 !dbg !2279 {
top:
%1 = call {}*** @julia.get_pgcstack() #25
%ptls_field7 = getelementptr inbounds {}**, {}*** %1, i64 2
%2 = bitcast {}*** %ptls_field7 to i64***
%ptls_load89 = load i64**, i64*** %2, align 8, !tbaa !21
%3 = getelementptr inbounds i64*, i64** %ptls_load89, i64 2
%safepoint = load i64*, i64** %3, align 8, !tbaa !25
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #25, !dbg !2280
fence syncscope("singlethread") seq_cst
%4 = call double @llvm.fabs.f64(double %0) #25, !dbg !2281
%5 = fcmp uge double %0, 0.000000e+00, !dbg !2283
%6 = fcmp ule double %0, 0.000000e+00, !dbg !2286
%7 = select i1 %6, double %0, double 1.000000e+00, !dbg !2288
%8 = select i1 %5, double %7, double -1.000000e+00, !dbg !2288
%9 = fcmp uge double %8, 0.000000e+00, !dbg !2289
br i1 %9, label %L22, label %L8, !dbg !2285
common.ret: ; preds = %L22, %L8
ret void, !dbg !2290
L8: ; preds = %top
%10 = call double @julia___1444(double %4, double noundef 5.000000e-01) #25, !dbg !2291
%11 = call double @julia_cos_1438(double noundef 0x3FF921FB54442D18) #25, !dbg !2291
%12 = call double @julia_sin_1430(double noundef 0x3FF921FB54442D18) #25, !dbg !2291
br label %common.ret
L22: ; preds = %top
%13 = call double @julia___1444(double %4, double noundef 5.000000e-01) #25, !dbg !2292
br label %common.ret
}
; Function Attrs: mustprogress willreturn
define internal fastcc void @augmented_julia__pow_1425(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) unnamed_addr #24 !dbg !2293 {
top:
%1 = call {}*** @julia.get_pgcstack() #25
%ptls_field7 = getelementptr inbounds {}**, {}*** %1, i64 2
%2 = bitcast {}*** %ptls_field7 to i64***
%ptls_load89 = load i64**, i64*** %2, align 8, !tbaa !21, !alias.scope !2294, !noalias !2297
%3 = getelementptr inbounds i64*, i64** %ptls_load89, i64 2
%safepoint = load i64*, i64** %3, align 8, !tbaa !25, !alias.scope !2299, !noalias !2302
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #25, !dbg !2304
fence syncscope("singlethread") seq_cst
%4 = fcmp uge double %0, 0.000000e+00, !dbg !2305
%5 = fcmp ule double %0, 0.000000e+00, !dbg !2308
%6 = select i1 %5, double %0, double 1.000000e+00, !dbg !2310
%7 = select i1 %4, double %6, double -1.000000e+00, !dbg !2310
%8 = fcmp uge double %7, 0.000000e+00, !dbg !2311
br i1 %8, label %L22, label %L8, !dbg !2307
common.ret: ; preds = %L22, %L8
ret void, !dbg !2312
L8: ; preds = %top
br label %common.ret
L22: ; preds = %top
br label %common.ret
}
; Function Attrs: mustprogress willreturn
define internal fastcc { double } @diffejulia__pow_1425.4(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0) unnamed_addr #24 !dbg !2313 {
top:
%"'de" = alloca double, align 8
%1 = getelementptr double, double* %"'de", i64 0
store double 0.000000e+00, double* %1, align 8
%2 = call {}*** @julia.get_pgcstack() #25
%3 = fcmp uge double %0, 0.000000e+00, !dbg !2314
%4 = fcmp ule double %0, 0.000000e+00, !dbg !2317
%5 = select i1 %4, double %0, double 1.000000e+00, !dbg !2319
%6 = select i1 %3, double %5, double -1.000000e+00, !dbg !2319
%7 = fcmp uge double %6, 0.000000e+00, !dbg !2320
br i1 %7, label %L22, label %L8, !dbg !2316
common.ret: ; preds = %L22, %L8
br label %invertcommon.ret, !dbg !2321
L8: ; preds = %top
br label %common.ret
L22: ; preds = %top
br label %common.ret
inverttop: ; preds = %invertL22, %invertL8
fence syncscope("singlethread") seq_cst
fence syncscope("singlethread") seq_cst
%8 = load double, double* %"'de", align 8
%9 = insertvalue { double } undef, double %8, 0
ret { double } %9
invertcommon.ret: ; preds = %common.ret
br i1 %7, label %invertL22, label %invertL8
invertL8: ; preds = %invertcommon.ret
br label %inverttop
invertL22: ; preds = %invertcommon.ret
br label %inverttop
}
; Function Attrs: mustprogress willreturn
define internal "enzyme_type"="{[-1]:Float@double}" { double, double } @diffejulia_test_1422(double "enzyme_type"="{[-1]:Float@double}" "enzymejl_parmtype"="124475843291040" "enzymejl_parmtype_ref"="0" %0, double %differeturn) local_unnamed_addr #23 !dbg !2236 {
top:
%"'de" = alloca double, align 8
%1 = getelementptr double, double* %"'de", i64 0
store double 0.000000e+00, double* %1, align 8
%"'de1" = alloca double, align 8
%2 = getelementptr double, double* %"'de1", i64 0
store double 0.000000e+00, double* %2, align 8
%toreturn = alloca double, align 8
%3 = call {}*** @julia.get_pgcstack() #25
%ptls_field3 = getelementptr inbounds {}**, {}*** %3, i64 2
%4 = bitcast {}*** %ptls_field3 to i64***
%ptls_load45 = load i64**, i64*** %4, align 8, !tbaa !21, !alias.scope !2237, !noalias !2240
%5 = getelementptr inbounds i64*, i64** %ptls_load45, i64 2
%safepoint = load i64*, i64** %5, align 8, !tbaa !25, !alias.scope !2242, !noalias !2245
fence syncscope("singlethread") seq_cst
call void @julia.safepoint(i64* %safepoint) #25, !dbg !2247
fence syncscope("singlethread") seq_cst
%6 = fneg double %0, !dbg !2248
call fastcc void @augmented_julia__pow_1425(double %6), !dbg !2249
%7 = fadd double undef, 1.000000e+00, !dbg !2250
br label %inverttop, !dbg !2253
inverttop: ; preds = %top
%8 = call fastcc { double } @diffejulia__pow_1425(double %6), !dbg !2254
%9 = extractvalue { double } %8, 0, !dbg !2254
%10 = load double, double* %"'de", align 8, !dbg !2254
%11 = fadd fast double %10, %9, !dbg !2254
store double %11, double* %"'de", align 8, !dbg !2254
store double %7, double* %toreturn, align 8, !dbg !2253
%12 = call fastcc { double } @diffejulia__pow_1425.4(double %6), !dbg !2249
%13 = extractvalue { double } %12, 0, !dbg !2249
%14 = load double, double* %"'de", align 8, !dbg !2249
%15 = fadd fast double %14, %13, !dbg !2249
store double %15, double* %"'de", align 8, !dbg !2249
%16 = load double, double* %"'de", align 8, !dbg !2248
store double 0.000000e+00, double* %"'de", align 8, !dbg !2248
%17 = fneg fast double %16, !dbg !2248
%18 = load double, double* %"'de1", align 8, !dbg !2248
%19 = fadd fast double %18, %17, !dbg !2248
store double %19, double* %"'de1", align 8, !dbg !2248
fence syncscope("singlethread") seq_cst
fence syncscope("singlethread") seq_cst
%retreload = load double, double* %toreturn, align 8
%20 = load double, double* %"'de1", align 8
%21 = insertvalue { double, double } undef, double %retreload, 0
%22 = insertvalue { double, double } %21, double %20, 1
ret { double, double } %22
}
autodiff(Enzyme.ReverseWithPrimal, test, Active, Active(0.25)) = ((-0.0,), NaN)
Wow amazing! Hope I was more helpful than less.
| gharchive/issue | 2024-02-19T01:56:16 | 2025-04-01T04:32:31.270714 | {
"authors": [
"dchang10",
"dominic-chang",
"wsmoses"
],
"repo": "EnzymeAD/Enzyme.jl",
"url": "https://github.com/EnzymeAD/Enzyme.jl/issues/1298",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2555203493 | feat: robust handling of wrapped arrays of reactant arrays
fixes #131
I'm missing context here, probably because I missed last meeting 😅
Why do we need this new WrappedArray? And we are we making Adapt a strong dependency?
So there are wrapper types in Julia. For example transpose(x) doesn’t actually return a new array but a view into x which is transposed. While we arguably could change that here the bigger issue is for a subarray. We want to keep the usual subarray structure and use those overloads.
However now subarray of rarray no longer triggers our overloads instead falling back to default implementations
Why do we define Base.min/Base.max on 2 arrays?
function $jlop(
@nospecialize(lhs::TracedRArray{T,N}), @nospecialize(rhs::TracedRArray{T2,N})
) where {T,T2,N}
commonTy = TracedRArray{Base.promote_type(T, T2),N}
lhs = promote_to(commonTy, lhs)
rhs = promote_to(commonTy, rhs)
return commonTy(
(),
MLIR.IR.result(
MLIR.Dialects.stablehlo.$hloop(lhs.mlir_data, rhs.mlir_data), 1
),
size(lhs),
)
end
I don't think there is an equivalent Base version.
I don’t think we had the promote infrastructure yet.
If it’s fine without for one arg float32 one float64 using base promotes
then let’s clean it up!
On Sun, Sep 29, 2024 at 7:12 PM Avik Pal @.***> wrote:
Why do we define Base.min/Base.max on 2 arrays?
function $jlop(
@nospecialize(lhs::TracedRArray{T,N}), @nospecialize(rhs::TracedRArray{T2,N})
) where {T,T2,N}
commonTy = TracedRArray{Base.promote_type(T, T2),N}
lhs = promote_to(commonTy, lhs)
rhs = promote_to(commonTy, rhs)
return commonTy(
(),
MLIR.IR.result(
MLIR.Dialects.stablehlo.$hloop(lhs.mlir_data, rhs.mlir_data), 1
),
size(lhs),
)
end
I don't think there is an equivalent Base version.
—
Reply to this email directly, view it on GitHub
https://github.com/EnzymeAD/Reactant.jl/pull/133#issuecomment-2381666840,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJTUXBEAAJED4PS4MZKXVTZZCJOPAVCNFSM6AAAAABPCDYX3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGY3DMOBUGA
.
You are receiving this because you commented.Message ID:
@.***>
We should have decent coverage of operations now. For now, it is mostly done for SubArrays but we can handle other wrappers by adding a dispatch to get_ancestor_indices
👍 honestly I think subarrays are the most critical atm anyways
| gharchive/pull-request | 2024-09-29T22:55:48 | 2025-04-01T04:32:31.283420 | {
"authors": [
"avik-pal",
"mofeing",
"wsmoses"
],
"repo": "EnzymeAD/Reactant.jl",
"url": "https://github.com/EnzymeAD/Reactant.jl/pull/133",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2326162369 | Speed in --interactive mode
The longer the conversation, the more noticeably is the speed decrease. I guess this is because on every new input the whole conversation gets send again. Is it maybe (easily) possible, that the state is "cached" and then just continues?
Hi @fohvok!
Yes, you are absolutely correct. The technique for this is to do prefix caching, but we are a bit limited there right now. I'm working on improving it in #350, and it should make interactive mode or really everything much faster.
| gharchive/issue | 2024-05-30T17:11:42 | 2025-04-01T04:32:31.314060 | {
"authors": [
"EricLBuehler",
"fohvok"
],
"repo": "EricLBuehler/mistral.rs",
"url": "https://github.com/EricLBuehler/mistral.rs/issues/365",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1670019750 | 你好,页面可以提供一个比例倒序的功能吗?
大佬们都辛苦了
你好,
详见 Issue #21,目前数据库更新以低比例饰品为主,倒序排序后展示的高比例饰品信息准确率较差,预计短时间内不会做这方面的优化。
如果确实需要访问靠后的页面,可以临时参考上述链接中的方法,更改 URL 访问。
请注意:靠后页面的饰品数据与展示可能存在 bug,后续会进行修复。
| gharchive/issue | 2023-04-16T15:35:43 | 2025-04-01T04:32:31.315797 | {
"authors": [
"EricZhu-42",
"yyzim"
],
"repo": "EricZhu-42/SteamTradingSiteTracker",
"url": "https://github.com/EricZhu-42/SteamTradingSiteTracker/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1526694950 | Bug Report: crash
it just crashes randomly and don't know why
unless any screenshot is provided or any further details are given, im closing this.
| gharchive/issue | 2023-01-10T03:16:05 | 2025-04-01T04:32:31.335953 | {
"authors": [
"Erizur",
"imdumlol"
],
"repo": "Erizur/FNF-DaveEngine",
"url": "https://github.com/Erizur/FNF-DaveEngine/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
933711818 | Problems while training on Shapenet
Thanks for the detailed code @ErlerPhilipp. I'm trying to train the vanilla network on Shapenet. I have encountered a lot of problems. Could you comment on them? Also please let me know if you have further hints and points that I should be careful.
I put meshes into 00_base_meshes and run the make_dataset.py. Following problems occurL
Names of some meshes changes which then throws error on training. For instance out of 6778 samples I have 6678 in 04_pts and 6767 in 05_query_pts. Some samples have different filenames, ignoring file extensions. Where did they come from?
I could only keep common files in trainset.txt at the cost of throwing a lot of samples away but I want to know why this is happening. Maybe something to do with Blensor?
I see that this work requires meshes to be watertight, but trimesh.fill_holes() can't fill the samples so I am using https://github.com/hjwdzh/Manifold. Do you think output of this repo works with this implementation? Can you also comment on why your work assumes watertight meshes?
I've waited make_dataset.py for 10 hours then realized it's not utilizing CPU anymore. I've checked 05_query_pts it had same number of samples with 00_meshes, then I've manually produced txt files. Any idea why this is happening?
For 6K samples, I get 118255 files in 04_pcd. Is this number too big? Should I change any parameters like grid_resolution, num_scans_per_mesh_max?
Hi @kirbiyik
Names of the meshes should not change. Can you give an example? Is this perhaps an uppercase-lowercase issue? You can try to put some debug prints in one of the blensor scripts and run it manually on a single mesh with [blensor_bin] [blender_path] -P [script_path], omitting the '-b' parameter. It might also be OS-related, e.g. if you have very long paths.
Calculating the ground-truth SDF requires a very clean input mesh since it's essentially a point-in-polygon test. Shapenet meshes are very messy, which is the reason why I used the ABC dataset. You can either try to fix the issues, switch the dataset or use a more robust SDF calculation. Points2Surf should work with any clean mesh that trimesh can load (see https://trimsh.org/trimesh.html#trimesh.available_formats). Not that this is only important for the training set, not for the reconstruction.
It took my PC around 8h for the ~6k meshes of the paper's training set. The whole multi-processing is not very cleanly implemented. If some workers run into exceptions (e.g. out-of-memory if you have meshes with many faces) or so they might block the main process. You can simply run make_dataset.py again. If the settings are correct, it should have moved broken input files to 'datasets/[dataset]/broken' so they will be ignored in the next run. Don't know how this reacts to the naming issue. 118255 files in 04_pcd sounds ok. It's a problem for certain file managers but not for Python. If you want to reduce the number, you can reduce num_scans_per_mesh_max.
Thanks for the tips, I'll look into the renaming problem later on. Meanwhile let's keep this issue closed.
| gharchive/issue | 2021-06-30T13:30:12 | 2025-04-01T04:32:31.343063 | {
"authors": [
"ErlerPhilipp",
"kirbiyik"
],
"repo": "ErlerPhilipp/points2surf",
"url": "https://github.com/ErlerPhilipp/points2surf/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2470908131 | 🛑 舞萌Net (maimai DX Net Server) is down
In c12733a, 舞萌Net (maimai DX Net Server) (https://maimai.wahlap.com) was down:
HTTP code: 503
Response time: 1274 ms
Resolved: 舞萌Net (maimai DX Net Server) is back up in 5cee6d2 after 3 hours.
| gharchive/issue | 2024-08-16T20:01:00 | 2025-04-01T04:32:31.347604 | {
"authors": [
"Error063"
],
"repo": "Error063/mai-status",
"url": "https://github.com/Error063/mai-status/issues/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2151607755 | [CX_CLEANUP] - Design an example with the new dependency event framework
What is this task and why do we need to work on it?
We need an example with the new dependency event framework that we'll use to replace the current vote_if_able function.
What work will need to be done to complete this task?
No response
Are there any other details to include?
No response
What are the acceptance criteria to close this issue?
The new vote_if_able_2 function can be empty, but we'll use it to test whether the dependency framework works properly.
Branch work will be merged to (if not the default branch)
No response
Design and planning: https://www.notion.so/espressosys/Refactor-Voting-Logic-9afa14dd027d453aa9b4a80a52de5e44.
| gharchive/issue | 2024-02-23T18:38:32 | 2025-04-01T04:32:31.371869 | {
"authors": [
"shenkeyao"
],
"repo": "EspressoSystems/HotShot",
"url": "https://github.com/EspressoSystems/HotShot/issues/2644",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
219412199 | Add support for service proxies
In the 3.x boilerplate we use arcgisUtils.createMap's layerMixins option to replace layer urls for premium and subscriber content with proxied urls if users choose to enable that option. We need to support this in the 4.x boilerplate. In 4.x there isn't an option to mixin the layers so we'll need to add logic to the app to handle this.
@kellyhutchins I don't think the appProxies property is on the PortalItem in 4x either. At least it's not documented.
I can probably mix them into the WebMap/WebScene items if the appProxies were available on the application item.
@driskull I spoke to Dasa and it isn't there so we'll just need to get the proxies (if specified) the same way we do in the 3.x boilerplate and then do the layer mixin ourselves.
If you are working on the boilerplate and have time it would be great to add this. If not I can do it.
@kellyhutchins I don't think appProxies is on the item though. How would we get it?
It should be on the application item is it not? If not let me know and I'll setup a test and talk to Dasa.
I don't see it.
Ok I'll look into it and see what I can find out.
@kellyhutchins can you implement this here: https://github.com/Esri/application-boilerplate-js/blob/4masterts/src/boilerplate/Boilerplate.ts#L284 ?
I think we should be able to look at the appProxies and then modify any of the layer URLs that are contained in the webmap/webscene items. In theory. right?
@driskull sure I'll take a look
| gharchive/issue | 2017-04-04T23:05:48 | 2025-04-01T04:32:31.378128 | {
"authors": [
"driskull",
"kellyhutchins"
],
"repo": "Esri/application-boilerplate-js",
"url": "https://github.com/Esri/application-boilerplate-js/issues/110",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
158762571 | Fully Qualified Domain Name
In Configuring Web Adaptor with Portal the Fully Qualified Domain Name is needed. I am running this in an EDN environment on Amazon Web Services. The FQDN and the CPU name are the same name with the addition of ".local". When the cookbook gets all the way to recipe[arcgis::portal_wa] and breaks because it thinks there is no FQDN. Is there any way this can be added as a variable? As in IF domain = "workspace" add .local to the CPU name?
You can change the URLs used by 'Configure Web Adaptor with Portal' by setting ['arcgis']['portal']['url'] and ['arcgis']['portal']['local_url'] attributes in the JSON file.
See portal_wa.rb recipe:
...
arcgis_webadaptor 'Configure Web Adaptor with Portal' do
portal_url node['arcgis']['portal']['url']
portal_local_url node['arcgis']['portal']['local_url']
install_dir node['arcgis']['web_adaptor']['install_dir']
instance_name node['arcgis']['portal']['wa_name']
username node['arcgis']['portal']['admin_username']
password node['arcgis']['portal']['admin_password']
action :configure_with_portal
end
...
The default values for these attributes are:
default['arcgis']['portal']['url'] = 'https://' + node['arcgis']['portal']['domain_name'] + '/' + node['arcgis']['portal']['wa_name']
default['arcgis']['portal']['local_url'] = 'https://' + node['fqdn'] + ':7443/arcgis'
Although micahwilli posted his problem and question regarding an FQDN check a little while back, I thought I'd share my workaround to the this problem in case others are looking for a quick solution.
While trying to do a full WebGIS stack install (Server, Data Store, Portal and Federation), I struggled with the FQDN requirement for the Portal Web Adaptor configuration. When I tried to change the Portal url and local_url (which is now private_url) as suggested by pbobov, other parts of the script failed (namely the Portal configuration stage, which failed with a "Not found" error, and the Federation stage which was totally broken [that is, I couldn't even manually get it working!]). This may have been due to my understanding of the different URLs and my config of them in the JSON file, or how the FQDN (or lack of) was used differently in the various sections of the code.
Either way, to fix my issue of building a dev server without a domain (or FQDN) I first needed to include "domain_name" as .local in the JSON file for both the ['arcgis']['server'] and ['arcgis']['portal'] nodes. Eg:
webgis-windows.json
...
"server":{
...
"domain_name": "webgis.local",
...
}
"portal":{
...
"domain_name": "webgis.local",
...
}
I did not include any extra URL attributes in the JSON file (the default values which were generated by the scripts worked fine).
I then needed to edit Webadaptor.rb (found in \cookbooks\arcgis-server\providers) to correctly update the Portal Web Context and Portal URLs to correctly configure the Portal Web Adaptor.
So, I replaced these lines (lines 164 - 66) in Webadaptor.rb
...
wa_url = @new_resource.portal_wa_url + '/webadaptor'
uri = URI.parse(@new_resource.portal_url)
portal_url = uri.scheme + '://' + uri.host + ':' + uri.port.to_s
...
with this code:
...
wuri = URI.parse(@new_resource.portal_wa_url)
uri = URI.parse(@new_resource.portal_url)
if not wuri.host.include? "."
wa_url = wuri.scheme + '://' + wuri.host + '.local' + wuri.path + '/webadaptor'
else
wa_url = @new_resource.portal_wa_url + '/webadaptor'
end
if not uri.host.include? "."
uri.host = uri.host + '.local'
end
portal_url = uri.scheme + '://' + uri.host + ':' + uri.port.to_s
...
This code block simply checks if the host name of the portal_wa_url and portal_url variables includes a ".", which would indicate an FQDN. If it does not, it appends a .local to the host name so that the a valid FQDN is passed to the web adaptor configurator.
Once I made this change, the full stack installation worked correctly in my FQDN-less dev environment (and I can even use the non-FQDN URLs to get to the Portal and ArcGIS Server web pages).
It probably isn't the best solution (I'm still quite new to Portal/Server and the Ruby language), but hopefully it helps someone else struggling with this problem.
| gharchive/issue | 2016-06-06T20:05:20 | 2025-04-01T04:32:31.386026 | {
"authors": [
"dgrmit",
"micahwilli",
"pbobov"
],
"repo": "Esri/arcgis-cookbook",
"url": "https://github.com/Esri/arcgis-cookbook/issues/50",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2145707033 | Forms merge in geo-compose
I'd like to merge geo-compose into the forms feature branch. The merge is quite painful due to android app and library projects added in each branch. git gets confused by all the identical files and thinks they have been moved. This will need to be done before release and I've got it done here for dev-summit publication.
There are also changes in both branches to the composable-map project, and to the CompassApp.
not merging in this way. closing.
do not delete branch please!
| gharchive/pull-request | 2024-02-21T03:09:59 | 2025-04-01T04:32:31.387926 | {
"authors": [
"sorenoid"
],
"repo": "Esri/arcgis-maps-sdk-kotlin-toolkit",
"url": "https://github.com/Esri/arcgis-maps-sdk-kotlin-toolkit/pull/332",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
461457977 | Password gets truncated, OSM authorization fails.
After downloading, editing and saving, when using the Upload OSM Data tool from the toolbox, I input my login credentials and my password gets truncated, thus resulting in a 401 error.
Typing my password
truncated after clicking outside the combobox
@hareldunn Do you have any special characters in your password? There was an issue (#108) with that in a previous release, should've been fixed some time ago though.
@skmoore No
This issue was apparently closed in 2016. However, I have stumbled into the same problem (. Also tried several accounts with different passwords, including one with the minimum 8 characters, none special character and all lower case.
Please be sure to use https in the target URL.
Thanks Thomas, that did the trick.
Cheers,
Tom
From: Thomas Emge [mailto:notifications@github.com]
Sent: Tuesday, December 10, 2019 2:13 PM
To: Esri/arcgis-osm-editor
Cc: thomaskessler; Comment
Subject: Re: [Esri/arcgis-osm-editor] Password gets truncated, OSM authorization fails. (#208)
Please be sure to use https in the target URL.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Esri/arcgis-osm-editor/issues/208?email_source=notifications&email_token=AGG66RNFUQJZE4XQXRRBTN3QYAIANA5CNFSM4H32WCMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGREPZY#issuecomment-564283367 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AGG66RO57AQRL5ZEFUCRDIDQYAIANANCNFSM4H32WCMA . https://github.com/notifications/beacon/AGG66ROTORUGAKX4M3IROHDQYAIANA5CNFSM4H32WCMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGREPZY.gif
| gharchive/issue | 2019-06-27T10:48:33 | 2025-04-01T04:32:31.394196 | {
"authors": [
"ThomasEmge",
"hareldunn",
"skmoore",
"thomaskessler"
],
"repo": "Esri/arcgis-osm-editor",
"url": "https://github.com/Esri/arcgis-osm-editor/issues/208",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
571804785 | Sor10874/readmes/51 55
luckily these seemed straight forward....
open mobile scene package
open scene portal item
open street map layer
perform spatial operations (java and kotlin)
over to you @hud10837 !
ok @hud10837 I made your suggested change and took a swing at the spatial operations How it works edits. I'd like to ask @Rachael-E to look at that particular change as you recommended in your comment.
| gharchive/pull-request | 2020-02-27T03:59:01 | 2025-04-01T04:32:31.398845 | {
"authors": [
"sorenoid"
],
"repo": "Esri/arcgis-runtime-samples-android",
"url": "https://github.com/Esri/arcgis-runtime-samples-android/pull/740",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
573065976 | readme phase two cpp section analysis section ready for review.
@ldanzinger And so it begins! Please review when you have a moment.
Came across a few more things I can probably add to my script but it helped do a lot of the little nuanced stuff. Let me know if anything is out of place. Thanks!
Should be gtg!
| gharchive/pull-request | 2020-02-28T23:37:31 | 2025-04-01T04:32:31.400073 | {
"authors": [
"jared-esri"
],
"repo": "Esri/arcgis-runtime-samples-qt",
"url": "https://github.com/Esri/arcgis-runtime-samples-qt/pull/979",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
56407868 | ESTBeaconManagerDelegate methods never called
Hi all
I am working on iOs app in swift, and trying to implement estimate beacons but without success. It looks like that ESTBeaconManagerDelegate methods is never get called (except didStartMonitoringForRegion). If I use CLLocationManager with CLLocationManagerDelegate everything works fine. Please find code with comments, and advise what to do, am I doing wrong something, or there is some other problem.
Tnx
Igor
EDIT: appID and appToken removed for security reasons. Script is tested on ios7 and ios8 with same results.
class EstimoteBeaconIntegration: NSObject, ESTBeaconManagerDelegate, CLLocationManagerDelegate
{
private let sdkAppID: String = "";
private let sdkAppToken: String = "";
private var estimoteBeaconManager: ESTBeaconManager = ESTBeaconManager();
//when using
//private var clLocationManager: CLLocationManager = CLLocationManager();
override init()
{
super.init();
ESTConfig.setupAppID(sdkAppID, andAppToken: sdkAppToken);
//clLocationManager.delegate = self;
estimoteBeaconManager.delegate = self;
estimoteBeaconManager.fetchEstimoteBeaconsWithCompletion({(beaconList: [AnyObject]?, error: NSError?) -> Void in
if(error != nil)
{
println("Error: \(error?.localizedDescription)");
return;
}
if(beaconList != nil)
{
for(var i: Int = 0; i < beaconList?.count; i++)
{
let tmpBeacon: ESTBeaconVO? = beaconList?[i] as? ESTBeaconVO;
let uuid: NSUUID? = NSUUID(UUIDString: tmpBeacon!.UUID);
let r: ESTBeaconRegion = ESTBeaconRegion(proximityUUID: uuid, identifier: "Estimote\(i)");
self.estimoteBeaconManager.startMonitoringForRegion(r);
/*
let region: CLBeaconRegion = CLBeaconRegion(proximityUUID: uuid, identifier: "NotEstomote\(i)");
region.notifyEntryStateOnDisplay = true;
self.clLocationManager.startMonitoringForRegion(region);
*/
}
}
});
}
// MARK: ESTBeaconManagerDelegate region
func beaconManager(manager: ESTBeaconManager!, didStartMonitoringForRegion region: ESTBeaconRegion!)
{
//this method is called regulary
println("ESTBeaconManagerDelegate staring monitoring for region: \(region.identifier)");
}
func beaconManager(manager: ESTBeaconManager!, monitoringDidFailForRegion region: ESTBeaconRegion!, withError error: NSError!)
{
//this method is NEVER called
println("ESTBeaconManagerDelegate monitoring did fail for region: \(region.identifier); with error: \(error.description)");
}
func beaconManager(manager: ESTBeaconManager!, didDiscoverBeacons beacons: [AnyObject]!, inRegion region: ESTBeaconRegion!)
{
//this method is NEVER called
println("ESTBeaconManagerDelegate did discover beacons in region: \(region.identifier)");
}
func beaconManager(manager: ESTBeaconManager!, didFailDiscoveryInRegion region: ESTBeaconRegion!)
{
//this method is NEVER called
println("ESTBeaconManagerDelegate did fail discovery in region: \(region.identifier)");
}
func beaconManager(manager: ESTBeaconManager!, didEnterRegion region: ESTBeaconRegion!)
{
//this method is NEVER called
println("ESTBeaconManagerDelegate locationManager didEnterRegion ENTERED in the \(region.identifier)");
}
func beaconManager(manager: ESTBeaconManager!, didExitRegion region: ESTBeaconRegion!)
{
//this method is NEVER called
println("ESTBeaconManagerDelegate didExitRegion: \(region.identifier)");
}
/*
//MARK: CLLocationManagerDelegate region
func locationManager(manager: CLLocationManager!, didEnterRegion region: CLRegion!)
{
if(region.isKindOfClass(CLBeaconRegion))
{
println("CLLocationManagerDelegate didEnterRegion ENTERED in the \(region.identifier)");
}
}*/
}
In iOS 8, you need to request permission to access Location Services before ranging/monitoring delegates will start getting called. More details: Estimote SDK and iOS 8 Location Services.
| gharchive/issue | 2015-02-03T17:16:59 | 2025-04-01T04:32:31.453008 | {
"authors": [
"IgorPetrovic",
"heypiotr"
],
"repo": "Estimote/iOS-SDK",
"url": "https://github.com/Estimote/iOS-SDK/issues/175",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
906244891 | Current Windows exe does not open
On both a previously working PC with Basler Driver present as well as a clean PC without Basler Driver present, the command line opens, scrolls, and the white box appears momentarily. This is the same behavior as early failures.
Please try the latest executable from
https://drive.google.com/drive/folders/1I_szuj7lm418qxJWm0wzUnUD11tcDDzx?usp=sharing
It is now packed as a zip file and may resolve some issues.
Ahhh. Working on it.
I believe this issue is resolved.
| gharchive/issue | 2021-05-29T00:05:55 | 2025-04-01T04:32:31.455080 | {
"authors": [
"EtalumaSupport",
"iwaniec"
],
"repo": "EtalumaSupport/LumaViewPro",
"url": "https://github.com/EtalumaSupport/LumaViewPro/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
369856162 | openurl method not jumping back to app
Everything in the plugin is working for me except the part where the share extension plugin is supposed to jump back to my app to show the share dialogue. If i manually go back to the app, the data is waiting for me there...so the openurl method in ShareViewController.m isnt working. After a bunch of research it looks like apple doesnt want this to happen. Is there a way this can be modded to include some basic UI functionality without having to jump back to the app? Not sure what the best option for that is...Any help would be great!
@tbassett44 have you found a solution for this?
Make sure there is a URL Types entry. Enter the custom URL Schemes you set when installing the plugin.
| gharchive/issue | 2018-10-14T00:58:11 | 2025-04-01T04:32:31.476115 | {
"authors": [
"anthonnyc2",
"elBuilder",
"tbassett44"
],
"repo": "EternallLight/cordova-plugin-openwith-ios",
"url": "https://github.com/EternallLight/cordova-plugin-openwith-ios/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1268042489 | 🛑 Dillon Terzaghi is down
In c970507, Dillon Terzaghi (https://www.dillonterzaghi.com.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Dillon Terzaghi is back up in b427306.
| gharchive/issue | 2022-06-10T21:32:34 | 2025-04-01T04:32:31.484677 | {
"authors": [
"Etixen"
],
"repo": "Etixen/upptime",
"url": "https://github.com/Etixen/upptime/issues/474",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
240331045 | HACKING.md setup issue
Hi Guys,
So following the instructions to try build this project I did -
git clone https://github.com/Eugeny/terminus.git
npm i ./scripts/install-deps.js
Which then resulted in an error :
npm i ./scripts/install-deps.js
npm ERR! code ENOLOCAL
npm ERR! Could not install "scripts/install-deps.js" as it is not a directory and is not a file with a >name ending in .tgz, .tar.gz or .tar
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/***/.npm/_logs/2017-07-04T07_03_12_674Z-debug.log
and the log out put :
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'i',
1 verbose cli './scripts/install-deps.js' ]
2 info using npm@5.0.3
3 info using node@v8.1.3
4 verbose npm-session 58cf237e10be56a3
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData error for file:scripts/install-deps.js Could not install "scripts/install-deps.js" as it is not a directory and is not a f
ile with a name ending in .tgz, .tar.gz or .tar
8 verbose stack Error: ENOTDIR: not a directory, open '/Users//Documents/Projects/terminus/scripts/install-deps.js/package.json'
9 verbose cwd /Users//Documents/Projects/terminus
10 verbose Darwin 16.6.0
11 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "./scripts/install-deps.js"
12 verbose node v8.1.3
13 verbose npm v5.0.3
14 error code ENOLOCAL
15 error Could not install "scripts/install-deps.js" as it is not a directory and is not a file with a name ending in .tgz, .tar.gz or .tar
16 verbose exit [ 1, true ]
Im still googling so im not at ends here but thought id post my issue any way to streamline the setup with future devs wanting to get onto the project.
Some more info :
npm version
{ npm: '5.0.3',
ares: '1.10.1-DEV',
cldr: '31.0.1',
http_parser: '2.7.0',
icu: '59.1',
modules: '57',
node: '8.1.3',
openssl: '1.0.2l',
tz: '2017b',
unicode: '9.0',
uv: '1.12.0',
v8: '5.8.283.41',
zlib: '1.2.11' }
Regards,
You're not running the correct commands:
git clone https://github.com/Eugeny/terminus.git
npm i
node ./scripts/install-deps.js
node ./build-native.js
npm run build
Please note you need to have Gyp and windows-build-tools installed to build the electron app.
I recommend you use Yarn instead of NPM, as this is what the project actually uses.
After installing yarn, replace all occurrences of npm in the commands above with yarn
Ok will get hold of yarn and give that a run
Just tried npm i and threw errors
`npm i
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN prefer global npm@5.0.4 should be installed with -g
node-sass@4.5.3 install /Users/***/Documents/Projects/terminus/node_modules/node-sass
node scripts/install.js
module.js:487
throw err;
^
Error: Cannot find module 'tough-cookie'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (/Users/***/Documents/Projects/terminus/node_modules/request/lib/cookies.js:3:13)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
npm WARN pug-loader@2.3.0 requires a peer of pug@>=2.0.0-beta3 <3 but none was installed.
npm WARN sass-loader@6.0.3 requires a peer of webpack@^2.0.0 but none was installed.
npm WARN ajv-keywords@2.1.0 requires a peer of ajv@>=5.0.0 but none was installed.
npm WARN term@ No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.5.3 install: node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.5.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/***/.npm/_logs/2017-07-04T07_52_10_178Z-debug.log
`
Ok we can close this issue, Yarn was the way to go maybe update the HACKING.md before closing this issue.
Updated HACKING.md!
| gharchive/issue | 2017-07-04T07:09:47 | 2025-04-01T04:32:31.530155 | {
"authors": [
"Eugeny",
"gotama",
"iDaN5x"
],
"repo": "Eugeny/terminus",
"url": "https://github.com/Eugeny/terminus/issues/54",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
206316069 | no control box in vr (oculus rift)
hi, my game worked great until recently but now i have no control box or IK target, i also can't move using the "grab-moving" button and i get this http://imgur.com/P2Y3dRx on my monitor.
i tried to reinstall the game but it doesn't work
maybe it's because of the latest rift update ?
so ... i tried to reinstall the game several times, on a clean install of windows and i still can't move the character/animation and grab-move the camera
i have no idea what i am missing
Do you have any other plugins installed? Try without them.
What does your vr.log and your HoneyStudio_64_Data/output_log.txt say?
i removed two folders (Ggmod_cfg and SkinTexMod) and GgmodForHS.dll, GgmodForHS_Studio.dll and SkinTexMod.dll (leaving only honeyselectVR files). Nothing has changed.
vr & output files.zip
work again with the EMF patch 0.4. thank you for your help and your awesome mod !
| gharchive/issue | 2017-02-08T20:33:00 | 2025-04-01T04:32:31.546346 | {
"authors": [
"Eusth",
"Yatslol"
],
"repo": "Eusth/HoneySelectVR",
"url": "https://github.com/Eusth/HoneySelectVR/issues/38",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1376591062 | Perform Stateful UDF initialization once-per-worker instead of once-per-partition
Is your feature request related to a problem? Please describe.
Currently Stateful UDFs are initialized once per execution of a UDF, instead of once per worker initialization. This means that we are unable to amortize the cost of expensive initializations over the multiple partitions that a single worker is processing.
Describe the solution you'd like
Workers should be able to identify stateful UDFs in a given window of execution, and only run their initializers once only, reusing them across multiple windows.
Additional context
See code in @udf which hardcodes the initializations of stateful UDFs on a per-UDF call basis: https://github.com/Eventual-Inc/Daft/blob/2496baa92d942a090970d33ddc76e2f6682e5858/daft/udf.py#L73-L79
Closing as inactive
As of #2677, there are a few remaining todos:
[ ] Add tests and fixes for accounting for init_args and batch_size when running the stateful UDFs
[ ] Have actor pool resource requests deduct from the globally available resource pool to avoid weird issues of starving any running tasks (e.g. not enough memory). Instead, the tasks should pre-emptively throw an error during admission to indicate that there will not be enough resources to run the tasks.
As per offline discussion, we can keep the implementation of actor pools locally simple for now by not attempting to do any smart lazy initialization/teardown of these pools. When the PhysicalPlan runs, all the actor pools in the plan will spin up and we make no guarantees about when they are torn down. These pools deduct from the global available resources (of GPUs and memory) so any subsequent tasks will now have a smaller pool of resources they can pick from.
cc @kevinzwang
Closing this as it is done, but needs to make it through last bits of dogfooding/testing from @kevinzwang to push past the finish line.
| gharchive/issue | 2022-09-16T23:42:26 | 2025-04-01T04:32:31.558199 | {
"authors": [
"jaychia"
],
"repo": "Eventual-Inc/Daft",
"url": "https://github.com/Eventual-Inc/Daft/issues/196",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2349212210 | Add home-manager package to home.nix
Without this, I could not run any home-manager commands after running the initial make. I may have missed something (I don't think so), but it worked after adding this.
The problem with adding it to section 1 is that there is no home.nix yet!
I had the same issue and the same solution. If it is a sane default for all operating systems, I would agree with adding it to home.nix with a brief explanation, and let the user explore other home-manager installation methods later.
| gharchive/pull-request | 2024-06-12T16:37:43 | 2025-04-01T04:32:31.562074 | {
"authors": [
"agausmann",
"jwilger"
],
"repo": "Evertras/simple-homemanager",
"url": "https://github.com/Evertras/simple-homemanager/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
860299978 | Improve tutorial
I am very curious about experience of newcomers with the tutorial. I am sure it can be improved to make onboarding easier.
Is it possible to write Python extensions for Logica?
For example, can one define a Python function in a Colab/Jupyter notebook and then specify an interface to make this function accessible in Logica?
@TimKam, this functionality is not exposed now, but this is something that is natural to add.
It would be quite easy to add annotation-plug-ins. For example we can let a user write a function that renders a result of a predicate as a graph. Then they could write a program
G("a", "b");
G("b", "c");
G("c", "d");
G("d", "a");
G("d", "e");
@RenderGraph(G, "/path/to/graph.html");
And when this program runs the HTML file has rendering of the graph a - b - c - d - a, d - e.
I think it's much more tricky to add ability to call python functions from Logica. Like the user defining:
def F(x):
return 2 * x;
and then having Logica program
Q(F(5));
resulting in Q having a row col0: 10
This is because Logica's engine is a database and BigQuery surely doesn't have python support, I am not sure about psql.
Could you tell a little bit about usecase that you had in mind?
Thank you for the prompt response. In my particular case I want to take a directed graph, process it in Python and return the result back to Logica. I am not sure if this is your "easy" or "tricky" case: in your "easy" case, could one write the result back to Logica?
We should have started the discussion in a separated ticket or in a discussion section :-) But as it's already going here, let's get to the bottom of it and then create an appropriate issue.
This seems somewhere in the middle between "easy" and "tricky".
Should the input of your function be coming from Logica, or from outside?
The input should also come from Logica. So it would be Logica -> Python (for example) -> Logica.
@TimKam, I've created an issue #55 for this. Please take a look and let me know what you think about it.
@EvgSkv
Thank you very much for your work!
Sorry if these already been explained in the tutorial.
I wanted to ask about some of my use case and I think it should also be included here so it may be added in future tutorial. For now only these came to mind.
Filtering boolean column. I am unable to filter a column of true or false. How do I write to filter a column with boolean data?
LIKE - How do I write to filter only a part of known string in SQL?
@atqnp
Thank you for supportive feedback and questions!
I've updated tutorial with the answers.
Let me know if further clarification is needed.
You use Z in the tutorial in what feels to me like a confusing way.
It is first introduced as an alias for the Integers, and then is re-introduced as a subset of the integers.
But Z is not a builtin equivalent to the Integers, it's just a variable name.
The colab notebooks assumes you have access to a BigQuery project "YOUR_PROJECT":
BadRequest: 400 POST https://bigquery.googleapis.com/bigquery/v2/projects/YOUR_PROJECT/jobs: Invalid project ID 'YOUR_PROJECT'. Project IDs must contain 6-63 lowercase letters, digits, or dashes. Some project IDs also include domain name separated by a colon. IDs must start with a letter and may not end with a dash.
What would be a better default name, for someone who doesn't normally run BigQuery out of colab?
Typo querries should be queries.
@evelynmitchell Thanks for feedback! I agree with these comments and is thinking how to address them.
What would be a better default name, for someone who doesn't normally run BigQuery out of colab?
You need your own GCloud project to run BigQuery query. However Logica can run on SQLite, so I plan to adjust tutorial to leverage that and make it easier for users who don't have a GCloud project.
I'm very much sold on the benefits of Logica for managing large amount of SQL. Its important to note that you have an especially compelling use case when the data is modelled in a star schema because the amount of re-use potential across queries ends up being huge.
I think people coming from SQL will want to see like for like comparisons. Things like GROUP BY are mostly implicitly explained, but how do I do a LEFT JOIN? Is there an equivalent of the HAVING keyword? And so on.
I think this is quite a nice approach that could work well here too:
https://mercury-in.space/crash.html
| gharchive/issue | 2021-04-17T02:07:48 | 2025-04-01T04:32:31.573876 | {
"authors": [
"EvgSkv",
"TimKam",
"atqnp",
"emiruz",
"evelynmitchell"
],
"repo": "EvgSkv/logica",
"url": "https://github.com/EvgSkv/logica/issues/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1998490073 | shell 代码建议
`xcrun --show-sdk-path -sdk macosx`
fish 好像不支持这种简写语法,
$(xcrun --show-sdk-path -sdk macosx)
没问题,这应该是通用的语法吧。
----来自 fish 非资深用户。
我用fish试了一下,fish似乎既不支持$()也不支持这种,而是得用()才行。POSIX Shell通用的方式似乎是$()和皆可
我这里确实可以,$() 和 只 () 都可以,机器是 m2 mac mini ,系统 14.1.1 (23B81)。
查了一下,fish 3.4.0之后支持了$()语法。感谢指正!
| gharchive/issue | 2023-11-17T07:55:18 | 2025-04-01T04:32:31.576881 | {
"authors": [
"Evian-Zhang",
"hshq"
],
"repo": "Evian-Zhang/learn-assembly-on-Apple-Silicon-Mac",
"url": "https://github.com/Evian-Zhang/learn-assembly-on-Apple-Silicon-Mac/issues/8",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1989362356 | Wishlist not working
Wishlist is not working properly.
Done some progress wioth Pull Request #72
| gharchive/issue | 2023-11-12T11:32:47 | 2025-04-01T04:32:31.589218 | {
"authors": [
"Ewa-Anna"
],
"repo": "Ewa-Anna/Bookstore",
"url": "https://github.com/Ewa-Anna/Bookstore/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2235231104 | Invent robust method for finding roots within a curved cell (feeds into NESO-Particles #23)
Low priority right now until someone desperately needs curved elements
@will-saunders-ukaea is building a branch in NESO to test out finding curved quads.
This bug found https://gitlab.nektar.info/nektar/nektar/-/issues/364 in the process
Applying this logic in the reference space appears to solve this problem. More questions:
[ ] Whats the order of the cells from NESO-fame? 4-ish, but is 4 too big or too small?
[ ] Will there be more saddle point issues with higher order cells?
Putting in some robustness checks to ensure chosen blocksize is acceptable and SYCL doesn't silently fail to execute the loop.
The new barycentric stuff is intermingling with this so there's a dependency here that isn't captured well.
Bounding box is ready to test. Make sure it's robust. Merge into main. Make faster later.
Hopefully the bounding box is the final obstacle.
| gharchive/issue | 2024-04-10T10:13:50 | 2025-04-01T04:32:31.592740 | {
"authors": [
"jwscook"
],
"repo": "ExCALIBUR-NEPTUNE/NESO",
"url": "https://github.com/ExCALIBUR-NEPTUNE/NESO/issues/230",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
430687702 | build: migrate to JDK 11
JDK 11 is the new long term support version
@dkuc84 Yea, you are right it is still failing. We will need to keep most of this for now.
| gharchive/pull-request | 2019-04-08T22:34:08 | 2025-04-01T04:32:31.609331 | {
"authors": [
"smyrick"
],
"repo": "ExpediaDotCom/graphql-kotlin",
"url": "https://github.com/ExpediaDotCom/graphql-kotlin/pull/209",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1524790649 | mWeb - New Room - 79 characters can be insert in room name instead 80 characters
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing PR https://github.com/Expensify/App/pull/13994
Action Performed:
Go sto staging.new.expensify.com
Log in with expensifail account
Tab on Fub button
Tap New Room
Start typing room name with more than 80 characters
Expected Result:
80 characters can be insert in room name
Actual Result:
79 characters can be insert in room name
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android / Chrome
Version Number: 1.2.50.13
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
https://user-images.githubusercontent.com/93399543/211229649-f0857116-a573-4389-a017-b17d37d0f711.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Taking a look!
Seems like we are counting the # as part of the room name, making it 80 characters including that one.
@lschurr, what do you think about this one? Should we increase the size by one or leave it as-is? (Id doesn't seem like a big deal either way)
Hm, I don't think I have enough context to know if this should be fixed. Asking here: https://expensify.slack.com/archives/C049HHMV9SM/p1673283092238369
@Gonals clarified that we're consistently counting characters, though we are including # as a character. I don't think we have a bug here as a result, because # is indeed a character.
Sounds like we can close.. feel free to reopen if I'm wrong!
| gharchive/issue | 2023-01-09T01:43:32 | 2025-04-01T04:32:31.633977 | {
"authors": [
"Gonals",
"JmillsExpensify",
"kbecciv",
"lschurr"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/14126",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1559924079 | New Chat/ New Group - Extra space between email address and green line
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Go to staging.new.expensify.com
Log i with expensifail account
Tab on Fub menu
Select New Chat/New Group
Start typing the email address
Expected Result:
No extra space between email address and green line
Actual Result:
Extra space between email address and green line
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android / native
[ ] Android / Chrome
[ ] iOS / native
[ ] iOS / Safari
[ ] MacOS / Chrome / Safari
[ ] MacOS / Desktop
Version Number: 1.2.60.0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Upwork Job URL: https://www.upwork.com/jobs/~0197e1e88fdaeaaaeb
Upwork Job ID: 1619083708901642240
Last Price Increase: 2023-01-27
@kbecciv just to confirm, you mean this spacing here?
I think they meant that the space in New Chat and the input should be the same as here:
I will check this in detail and fix it internally, but the different is pretty small hehe
Proposal
remove !hasLabel condition from below https://github.com/Expensify/App/blob/f0c7e72a40c414adbad722c29225066f16905b24/src/components/TextInput/BaseTextInput.js#L285
After looking into this again, I think this is probably expected behavior as other platforms, as desktop, will show the whole box and we need the value to be centered when there is no label.
Bringing this convo to Slack.
After discussing it here, it seems this is by design and working as expected, so closing!
| gharchive/issue | 2023-01-27T15:10:49 | 2025-04-01T04:32:31.646630 | {
"authors": [
"NicMendonca",
"Puneet-here",
"kbecciv",
"pecanoro"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/14624",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1772215403 | The user can briefly create a task without assigning someone.
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Log into an account that has tasks enabled (tasks are in beta, so this'll probably in DEV).
Open a chat from the LHN (create one if it doesn't exist).
Click on the '+' sign in the composer and choose 'Assign task'.
Enter a title and optional description and then click 'Next' (ignore the premature error if it's still showing by the time this issue is on GH - I've already raised it in Slack).
Click on the green button at the bottom that says 'Confirm task' without changing anything.
Expected Result:
A task is not created and a warning is shown explaining why.
Actual Result:
A task is created briefly with a value of 0 shown inside the 'To' field. The task then disappears and is replaced by an infinite loading skeleton.
If you refresh the page after the infinite loading skeleton, you'll get a page that says, "Hmm... it's not here. You don't have access to this chat."
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android / native
[ ] Android / Chrome
[ ] iOS / native
[ ] iOS / Safari
[x] MacOS / Chrome / Safari
[ ] MacOS / Desktop
Version Number: 1.3.31-2
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
https://github.com/Expensify/App/assets/43996225/afa65353-89fb-48f7-b45f-d72c757b4a72
https://github.com/Expensify/App/assets/43996225/9df628f6-26e9-4fbe-b53a-41d69a8db1b8
Expensify/Expensify Issue URL:
Issue reported by: @Victor-Nyagudi
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1687085875676199
View all open jobs on GitHub
Closing since this is a dupe of this https://github.com/Expensify/App/issues/21361
| gharchive/issue | 2023-06-23T22:02:23 | 2025-04-01T04:32:31.656745 | {
"authors": [
"kavimuru",
"thienlnam"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/21465",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1932852350 | [$500] App does not focus to first option on search if selected from first page option in timezone
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Open the app
Open settings->profile->timezone
Open timezone and scroll to top
Select any one timezone from the visible timezones when scrolled to top eg: Africa/Asmara
Search any term in search (eg: IN) and observe that focus is not changed to first value as it normally does for all other similar UI
Expected Result:
App should shift focus to first option on search in timezone
Actual Result:
After scroll to top and selecting any one timezone from visible options, app does not shift focus to first option on search in timezone
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[x] Android / native
[x] Android / Chrome
[x] iOS / native
[x] iOS / Safari
[x] MacOS / Chrome / Safari
[x] MacOS / Desktop
Version Number: 1.3.79.3
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
https://github.com/Expensify/App/assets/93399543/a9ee2e41-187c-4095-980e-97af702999dd
https://github.com/Expensify/App/assets/93399543/fd932312-3d29-4096-9c28-ce662ea5169a
https://github.com/Expensify/App/assets/93399543/6b6311c0-389d-4b98-b696-c1cc716f35a0
https://github.com/Expensify/App/assets/93399543/fbd86a63-4943-48fc-ab51-9f17acd20268
https://github.com/Expensify/App/assets/93399543/0bf66c86-a9c0-437a-94f1-b3dbc146db5c
https://github.com/Expensify/App/assets/93399543/ceff9bce-a5d3-4666-a29d-d3c42eb412b4
Expensify/Expensify Issue URL:
Issue reported by: @dhanashree-sawant
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1696672477964269
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Upwork Job URL: https://www.upwork.com/jobs/~0178208b9c15b89907
Upwork Job ID: 1711342124473376768
Last Price Increase: 2023-10-16
Automatic offers:
abzokhattab | Contributor | 27368232
dhanashree-sawant | Reporter | 27368237
@jliexpensify Can you reassign a new C+ by applying external label again? Unassigning this one due to low bandwidth
Not able to replicate
Thanks @maxconnectAbhi - looks like the app is v80-1, so I will also confirm
Hmm it still seems to be an issue on the Android app - when Is search In, my assumption is that it would default me to the country first (i.e. India). Instead, it shows me America/Indiana - so I don't think this is fixed.
"@jliexpensify, is the focus applied on the first one option though? Correct me if I'm wrong, but from your comment it looks like a different issue connected with the search function."
Hmm maybe? I think this is what I'm unclear on:
observe that focus is not changed to first value as it normally does for all other similar UI
Does this mean that when typing IN, then whatever is focused on should be bolded?
I came back to it, and I can confirm that this bug is still reproductible. I'll review the proposal
@abzokhattab, I appreciate your proposal. Since you already have the proof of concept implemented, could you verify if it behaves as intended for the case shown in the video? Specifically, select Africa/Asmara and then type in. I've found it to be quite dependent on user input, so I'd appreciate a double-check on a scenario that is currently not working.
Hi @robertKozik yeah i already used Africa/Asmara in the attached POC above please check it again.
let me know if you want to test it with any other values
@abzokhattab sorry could you please explain root cause in other way - why we're not focussing the first option like we do in OptionSelector. I see we're using SelectionList component at many places. So is focussing not working as expected in that component?
@MonilBhavsar
I see we're using SelectionList component at many places. So is focussing not working as expected in that component?
Yes focusing on the first item when the options list changes is not a feature in the SelectionList component so this issue exists in all components that uses SelectionList, here is another example: the workspace/settings/currency page which uses the SelectionList component:
https://github.com/Expensify/App/assets/59809993/ec1bfbb9-3af8-4398-ae51-5b79a78362e5
If we want the focus to be on the first item whenever the sections list changes like in the OptionsList,
we can acheive that by adding this useEffect:
useEffect(() => {
//do not change focus on the first render, as it should focus on the selected item
if (firstLayoutRef.current) {
return;
}
// set focus to the first item when the sections list is changed
setFocusedIndex(0);
}, [sections]);
Result:
https://github.com/Expensify/App/assets/59809993/06fbb3a1-af83-4b64-9b4f-ba557e883ef8
Will update the proposal as well.
Thanks! I would vote to fix focussing on SelectionList component rather than using OptionListSelector instead of SelectionList. @robertKozik could you please take a look at the updated proposal
Awaiting review of updated proposal from @robertKozik
Sorry for the delay 🙇🏼 The updated proposal looks good as well, If we don't want to replace the component. Let's see it in action to test all the cases.
CC. @MonilBhavsar
Agree. We should test all pages that uses SelectionList component
PR is ready
@abzokhattab can you please handle this regression? It's blocking another issue.
Looking into it today
Proposal
Please re-state the problem that we are trying to solve in this issue.
App focuses on first item when refreshing the workspace/currency page
What is the root cause of that problem?
the sections gets rerendered multiple times caussing the useEffect in this proposal to focus on the first item on refresh the selection page https://github.com/Expensify/App/issues/29080#issuecomment-1752827570
What changes do you think we should make in order to solve the problem?
instead of using the useEffect, it makes more sense to change the focus to the first item on changing the "input" not when the sections change because it has some edge cases.
so I would remove the changes we made in the first proposal and change it to:
const onChangeTextHelper = useCallback(
(value) => {
onChangeText(value);
updateAndScrollToFocusedIndex(0);
},
[onChangeText, updateAndScrollToFocusedIndex],
);
POC
https://github.com/Expensify/App/assets/59809993/e8d49139-8808-4d47-8415-79a6240e5dbe
@robertKozik would like to have your thoughts here
Removed Awaiting payment labels and from title since we need to fix this before issuing payment
regression from this PR https://github.com/Expensify/App/pull/30438
Bump @robertKozik
Hello everyone.
I sent this proposal https://github.com/Expensify/App/issues/31087#issuecomment-1803039218 that is related to the same problem.
Sorry for the delay here, I believe changing the implementation and unifying it with the battle-tested approach from OptionsSelector (described by @tienifr here) is the way to go here. More tweaking of the current approach can lead to even more regressions/problems, while the OptionSelector way to achieve this is currently working as expected
I think it makes more sense to be on input change though @robertKozik .. since the requirement is "the first item is selected whenever the user changes the search value in the text input field"
Going to bump @MonilBhavsar so he doesn't miss this - he'll have an answer for you!
@robertKozik @MonilBhavsar
This is a general issue for SelectionList.
I think we can simply solve both https://github.com/Expensify/App/issues/31110 and this issue by replacing the dependency of useEffect with textInputValue. This makes sense because the purpose is to focus the first item when search input is changed and textInputValue is synchronized with sections.
Please check this proposal as well.
@tienifr's propsal to align with OptionsSelector behavior looks good. Could you please confirm if your proposal also fixes the regression mentioned here https://github.com/Expensify/App/pull/30438#issuecomment-1789081358
@robertKozik could you please take a look at this proposal - https://github.com/Expensify/App/issues/29080#issuecomment-1812046352
@robertKozik since proposals are still being reviewed, please also test proposal, The proposal resolves the regression https://github.com/Expensify/App/pull/30438#issuecomment-1789081358, https://github.com/Expensify/App/issues/31087 and https://github.com/Expensify/App/issues/31110.
Waiting for proposals to be reviewed
@robertKozik can you please review the proposals? It looks like we are blocked on you - if you don't respond in the next 24 hours, I'm going to reassign this to another C+ cc @MonilBhavsar (unless you think there's a reason not to?)
@fedirjh Hi, could you help us push this issue along? We haven't heard from Robert in over 2 weeks so I thought it would be best to reassign.
Thanks!
@fedirjh
Did you check https://github.com/Expensify/App/issues/29080#issuecomment-1812046352?
@fedirjh Both the timezone selection page and the default currency page use the selection list. If the PR would have caused the regression then that would have also affected the timezone selection page. The issue https://github.com/Expensify/App/issues/29080 should be closed and https://github.com/Expensify/App/pull/30438#issuecomment-1789081358 should not be treated as regression but handled as separate issue https://github.com/Expensify/App/issues/30951.
@fedirjh
Let me explain why I suggest the use of useEffect
When search input changes, onChangeText is called. onChangeText calls setter function of useState as you can see below
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/pages/workspace/WorkspaceSettingsCurrencyPage.js#L97
In the next rendering cycle, searchText will change and sections would change as well
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/pages/workspace/WorkspaceSettingsCurrencyPage.js#L67
In SelectionList component, flattenedSections and updateAndScrollToFocusedIndex change as well in the same rendering cycle
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/components/SelectionList/BaseSelectionList.js#L86
In my solution, I use the textInputValue as the dependency of useEffect. So the effect callback is called right after the updated list is rendered onto the screen.
Comparing the solution suggested by @abzokhattab, his solution is calling the updateAndScrollToFocusedIndex inside the onChangeText callback. This means updateAndScrollToFocusedIndex is called before it's updated by the updated flattenedSections (flattenedSections is the dependency of the function).
As explained above, what I wanted to do is to scroll the list right after the list is updated. I think this makes more sense than scrolling the list before the list is updated
Please let me know your thoughts
Thanks
Proposal
Please re-state the problem that we are trying to solve in this issue.
Open workspace currency settings pages and refresh website. The selected currency is no longer highlighted and the list scroll to the top.
What is the root cause of that problem?
The workspaceSettingsCurrencyPage is using withPolicyAndFullscreenLoading which reloads data on page refresh.
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/pages/workspace/WorkspaceSettingsCurrencyPage.js#L113
The firstLayoutRef returns true for the first render and skips setting the focus index but due to withPolicyAndFullscreenLoading the firstLayoutRef returns false on subsequent calls and the updateAndScrollToFocusedIndex(0) is called causing the list to scroll to top.
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/components/SelectionList/BaseSelectionList.js#L360
What changes do you think we should make in order to solve the problem?
Listening to section changes or flattenedSections skips the first render but due to withPolicyAndFullscreenLoading subsequent render result in firstLayoutRef return false and the updateAndScrollToFocusedIndex(0) causing the list to scroll to the top. The useEffect should listen to textInputValue, also need to handle if no search text is entered and there is no selection then the first member of the list should not be higlighted. If the textInputValue is not empty then set focus index to 0 and scroll to the top otherwise scroll to the selectedOption.
useEffect(() => {
// do not change focus on the first render, as it should focus on the selected item
if (firstLayoutRef.current) {
return;
}
// set the focus on the first item when the sections list is changed
if (sections.length > 0) {
const selectedOptions = flattenedSections.selectedOptions;
if (!canSelectMultiple) {
if(!textInputValue && _.isEmpty(selectedOptions))
{
// textInputValue is empty, set focus to -1 to avoid showing the highlight on the first member.
setFocusedIndex(-1);
return;
}
// textInputValue is non-empty, set the focus index to 0 to focus on first item in list
if (textInputValue || _.isEmpty(selectedOptions)) {
updateAndScrollToFocusedIndex(0);
}
else {
// when textInputValue is non-empty, focusedIndex is set to 0, need to get the index of selectedOption.
updateAndScrollToFocusedIndex(selectedOptions[0].index);
}
}
else {
// For Multiple options selectRow is handling focus.
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [textInputValue]);
Need to capture index of selectedOption because when filtering list and setting focus to first value resets the focusedIndex.
https://github.com/Expensify/App/blob/48e0c1e435ae98df6d8ad2dda5caf624e73a0792/src/components/SelectionList/BaseSelectionList.js#L122
selectedOptions.push({
...item,
index: optionIndex
});
What alternative solutions did you explore? (Optional)
@fedirjh Please review proposal. Calling updateAndScrollToFocusedIndex(0) inside onChangeText and then clearing search filter results in the first item being focused instead of the selectedOption.
Also in invite members page when filtering and clearing the search text, the first member is highlighted when there should be no highlight. When using sections or flattenedSections in useEffect, because the WorkspaceSettingsCurrencyPage is using withPolicyAndFullscreenLoading, the first render is skipped by firstLayoutRef but for subsequent re-renders firstLayoutRef returns false and then the updateAndScrollToFocusedIndex(0) scrolls the list to the top.
Have bumped Fedi in Slack
@fedirjh
could you clarify the rationale behind delaying the update of the focusedIndex until the next rendering cycle instead of updating it within the current cycle? It make sense to defer the update to the next rendering cycle only if the focused index is derived from the flattenedSections.
As you mentioned, we're handling focused index and so use-callback based solution works fine as well. But logically, I think the intention is to focus the first item of the updated list. There may exist several solutions for an issue, but the ideal solution should be logically clean in my opinion. This is just my thought. Thanks
@s-alves10 Thank you for providing comprehensive feedback. However, could you clarify the rationale behind delaying the update of the focusedIndex until the next rendering cycle instead of updating it within the current cycle? For your information, presently, we consistently update to the zero index whenever the text undergoes changes. It make sense to defer the update to the next rendering cycle only if the focused index is derived from the flattenedSections.
Calling updateAndScrollToFocusedIndex(0) inside onChangeText and then clearing search filter results in the first item being focused instead of the selectedOption.
@sourcecodedeveloper I believe this is the expected result across the App.
CleanShot.2023-12-05.at.01.52.18.mp4
@fedirjh when the search filter is cleared and if there is selected item available for e.g. in the timezone or default currency list then that selected item needs to be focused and not the first item, that would be the expected behavior. Also for multiple selections in the members invite page, after inviting the members, the first item should not be highlighted. The only time the first item should be highlighted is when filtering the list.
@fedirjh focussing on the first non selected item sounds good
@MonilBhavsar The expected behavior is to focus on the selected item if the search filter is empty. The first item should only be selected if the search filter is not empty.
Okay sounds good. Also confirmed it is the current behvaior in oldDot.
We should make it consistent across the lists. Looks like split bill selection behaves differently
@fedirjh @MonilBhavsar
In the country selection list, there is no default selection and the first item is not highlighted. The first item should not be highlighted if the search filter is empty. The behavior would be consistent with the timezone list where an item is selected by default.
poc.webm
To remove the highlight of the first item, currently the focusedIndex is being set to -1. But when focus is set to -1 the initiallyFocusedOptionKey also resets to empty string. Therefore, the initiallyFocusedOptionKey is not reliable to get the selected item. As an alternative as mentioned in the proposal , an index can be added to the selectedOptions array.
@fedirjh
For single selection
pt #3 When the text input is cleared, focus on the selected item (if available) if not then go to #1
@fedirjh @MonilBhavsar Currently for the multiple selections list, the focusing is only handled if there are more than 1 sections e.g. the workspace invite list. The workspace members list only has 1 section and therefore focusing is not being handled. Focusing could be done on multiple selection list with just 1 section but the scope would increase. Also in regards to scope and what should be refactored in the current issue related to the regression, single and multiple selections list are implemented in BaseSelectionsList and BaseOptionsList. The members invite page is using BaseSelectionsList to handle multiple selections and regression for the workspace currency list is also using BaseSelectionList to handle single selection. The BaseOptionsList can be refactored for consistency in another issue as the scope would fall outside of regression.
I have modified proposal to handle multiple selections list.
To summarize the expected behavior for BaseSelectionsList
For single selection
On the initial render, focus the initial item only if there is a pre-selected item; otherwise, no item should be focused.
Focus on the first item when the text input changes.
When the text input is cleared, focus on the selected item (if available) if not then go to 1.
For multiple selections list:
If there are no selected items, do not focus on any item.
If there are selected items and the text input changes, focus on the first non-selected item.
@fedirjh now that Monil has answered your question, what is the next step? Should @abzokhattab still be assigned?
Bump @fedirjh
@fedirjh proposal is ready for review.
@fedirjh I have covered the expected behavior in the proposal. Just needs your approval and assignment.
Hi @fedirjh, i have updated my proposal as well
@fedirjh When deciding on proposal please remember that I was first to cover expected behavior in proposal and assist in discussing expected behavior.
Contributors have updated proposals. @fedirjh you want to give it a final look?
@fedirjh Please review revised proposal based on the expected behavior https://github.com/Expensify/App/issues/29080#issuecomment-1861756947.
👍
Waiting for review from @fedirjh!
@fedirjh 👋
He's around, I bumped him on Slack!
@fedirjh
@abzokhattab @sourcecodedeveloper With your proposal , the focus is not removed when the input is cleared for a multiple select list
According to the requirements,
For multiple selections list:
If there are no selected items, do not focus on any item.
If there are selected items and the text input changes, focus on the first non-selected item.
The focus is completely removed if no items are selected, in the second video posted, an item is selected and because of that pt #2 applies i.e. if there is selected item and text input changes, focus on first non-selected item.
for multi-select lists to test completely removing focus, please post video showing no items are selected and that would confirm if any items are still focused.
@fedirjh
@abzokhattab @sourcecodedeveloper With your proposal , the focus is not removed when the input is cleared for a multiple select list
According to the requirements,
For multiple selections list:
If there are no selected items, do not focus on any item.
If there are selected items and the text input changes, focus on the first non-selected item.
The focus is completely removed if no items are selected, in the second video posted, an item is selected and because of that pt #2 applies i.e. if there is selected item and text input changes, focus on first non-selected item.
for multi-select lists to test completely removing focus, please post video showing no items are selected and that would confirm if any items are still focused.
I just reviewed and tested the proposed proposals, I think the simplest solution is https://github.com/Expensify/App/issues/29080#issuecomment-1797811942 from @tienifr , the code looks simple and the difference with other solutions is that it also completely remove focus if text input is cleared for multiple select lists as stated in https://github.com/Expensify/App/issues/29080#issuecomment-1847033636
I encountered this bug with all proposals, inside the invite members , when we type some text , there is no focused item :
The first video posted does not have any item selected and that is why pt # 1 applies. Please rerun test for second video but do not select an items and then focus should be completely removed. Please post video for multi-select with no item selected to confirm focus is being removed. Thanks
@fedirjh Perhaps the initial review had some oversight, I have tested and the proposed solution completely removes focus for multiple select list
@abzokhattab @sourcecodedeveloper With your proposal , the focus is not removed when the input is cleared for a multiple select list
For reference, I have attached video the focus is completely removed when the input is cleared for multiple select list.
poc.webm
poc.webm
@fedirjh I noticed another thing
I encountered this bug with all proposals, inside the invite members , when we type some text , there is no focused item :
That would expected behavior according to pt 1, if no item is selected do not focus on any item. In order to focus item, an item needs to be selected then pt 2 would apply.
For multiple selections list:
If there are no selected items, do not focus on any item.
If there are selected items and the text input changes, focus on the first non-selected item.
@fedirjh I noticed another thing
I encountered this bug with all proposals, inside the invite members , when we type some text , there is no focused item :
That would be expected behavior according to pt 1, if no item is selected do not focus on any item or completely remove focus. An item is focused only when an item is selected and then according to pt 2 first non-selected item is focused.
For multiple selections list:
If there are no selected items, do not focus on any item.
If there are selected items and the text input changes, focus on the first non-selected item.
@MonilBhavsar please confirm expected behavior for when the first non-selected item should be focused. From the requirements, according to 2, there should be focused item only when there are selected items and the focus would be on first non-selected item.
I encountered this bug with all proposals, inside the invite members , when we type some text , there is no focused item :
@fedirjh please confirm, that would be expected behavior, for multiple selection list, the first non-selected item is focused only when there are selected items according to pt 2.
I encountered this bug with all proposals, inside the invite members , when we type some text , there is no focused item :
@fedirjh That is what I have been trying to understand, that would expected behavior according to requirements.
Proposals are being reviewed. @fedirjh needs to take a look at above responses
Hey @fedirjh or @abzokhattab could you confirm if the new PR will also fix https://github.com/Expensify/App/issues/34300?
Yes the new PR will fix the issue you are referring to @jjcoffee as this condition in the useEffect will prevent the refocus from occurring.
Wow this is an old issue, and also a regression? @MonilBhavsar can you check this summary?
Bug Reporter: @dhanashree-sawant $50
Contributor: @abzokhattab (No payment as it was a regression from another issue)
C+: @fedirjh $500
Hi @abzokhattab - thanks for surfacing this! Just clarifying: were you paid for the other job? If so, the 50% regression penalty should have been applied there.
My understanding is that if a regression occurs, then the original Contributor is assigned to the new bug to also resolve that. I had always thought that this counted as part of the Contributor "resolving" the regression, but perhaps my understanding is incorrect? I'll review the .MD.
Hi @abzokhattab - just circling back: the .MD isn't super clear (it just has one line around regression payments), but I confirmed with a colleague:
When a regression occurs, the new bug/job is assigned to the original Contributor and C+
It's expected that both parties will resolve the regression
Once the regression is fixed and deployed, after 7 days, 50% is deducted from the original job, that cause the regression
There is no payment for the new job (i.e. regression), as this forms part of the Contributor and C+'s responsibility to fix the regression
For this one, you'd see a 50% deduction on your original job. @fedirjh is paid the full amount as he's a new C+ assigned to the PR.
Ok, so I reviewed the entire set of comments - as I am not an Engineer, I may not be understanding fully, but here's what I think:
It looks like the regression was initially pointed out here
So this would put this bug (dated Oct 9th, 2023) as the original job.
If this is correct, then this would mean your payment is reduced to $250 - correct?
A couple of clarifying questions from me:
The initial payment was dated November 2nd. My assumption is that this wasn't for the regression, as the regression was reported on the 2nd, and there's no way we could have merged and deployed to production on the same day. Is this correct?
Assuming the above is correct, was the 2nd proposal that you submitted on November 4th directly addressing the regression?
And then all subsequent proposals updates of the November 4th proposal?
Not to disturb the communication but just to inform, thanks @jliexpensify, I have accepted the offer on upwork.
https://github.com/Expensify/App/issues/29080#issuecomment-1965491387
@jliexpensify @abzokhattab also needs to be paid $500, as this issue was fixed by two PR's. One PR that fixed original bug and another PR that fixed the regression.
Got it, thanks @MonilBhavsar and apologies @abzokhattab - having that context really helps. My assumption was that this was a bug that was a regression, and every proposal after was focused on the regression.
I've adjusted it to pay @abzokhattab $500
@MonilBhavsar just checking - you don't mean $500 + $250 (regression penalty) right?
No, since they made a follow up to fix the issue completely. We are fine to pay $500
Paid and job closed!
| gharchive/issue | 2023-10-09T11:25:29 | 2025-04-01T04:32:31.734504 | {
"authors": [
"DylanDylann",
"MonilBhavsar",
"Santhosh-Sellavel",
"abzokhattab",
"dhanashree-sawant",
"jjcoffee",
"jliexpensify",
"kbecciv",
"maxconnectAbhi",
"robertKozik",
"s-alves10",
"situchan",
"sourcecodedeveloper",
"wlegolas"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/29080",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1995937338 | [$500] iOS - Room - Room name field in Room tab is not auto-focused when transitioning from Chat
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number:
Reproducible in staging?:
Reproducible in production?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
Action Performed:
Break down in numbered steps1. Launch New Expensify app
2. Tap + > New chat
3. Tap Room
Expected Result:
Room name field is auto-focused
Actual Result:
Room name field is not auto-focused
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android: Native
[ ] Android: mWeb Chrome
[x] iOS: Native
[ ] iOS: mWeb Safari
[ ] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/78819774/2b3a3790-040b-4386-83ed-f251f0292ffc
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Upwork Job URL: https://www.upwork.com/jobs/~01d7206b7c5e42ad01
Upwork Job ID: 1724981456441212928
Last Price Increase: 2023-11-23
@bernhardoj Thanks for the proposal. Your RCA is right. However, the proposed solution might introduce a delay in the initial mounting of components. Kindly update your proposal to correct this.
I mean focus in the initial mounting.
Proposal
Please re-state the problem that we are trying to solve in this issue.
Room name input is not auto-focused.
What is the root cause of that problem?
For the RoomNameInput component, auto-focusing is decided by this condition:
https://github.com/Expensify/App/blob/47c7819244ccd1ec46e409c7f254791999f2637d/src/components/RoomNameInput/index.native.js#L45
But, the autoFocus property is not passed as part of RoomNameInput here:
https://github.com/Expensify/App/blob/47c7819244ccd1ec46e409c7f254791999f2637d/src/pages/settings/Report/RoomNamePage.js#L102-L107
What changes do you think we should make in order to solve the problem?
Set the autoFocus field for RoomNameInput as follows:
<RoomNameInput
ref={(ref) => (roomNameInputRef.current = ref)}
inputID="roomName"
defaultValue={report.reportName}
isFocused={isFocused}
autoFocus
/>
What alternative solutions did you explore? (Optional)
Ah, I see. IMO, that would bloat the useAutoFocusInput hook and I just feel it's weird to see that logic.
The new logic would probably look like this:
useAutoFocusInput(onMountDelay = CONST.ANIMATED_TRANSITION, onFocusDelay = CONST.ANIMATED_TRANSITION) {
const isFirstTimeRender = useRef(true);
const delay = isFirstTimeRender.current ? onMountDelay : onFocusDelay;
useEffect(() => {
isFirstTimeRender.current = false;
}, []);
useFocusEffect(() => setTimeout(..., delay))
}
I think it's fine to use 600ms for both cases as we don't have any issue with that when we are using it instead of trying to introduce something fancy that doesn't really add a value. Let me know your opinion.
@bernhardoj I don't think this will work exactly.
@shubham1206agra do you have any feedback on my proposal? Thanks!
@tienifr Your proposal looks the same as @bernhardoj proposal, and since @bernhardoj's proposal came first. I am going to prefer @bernhardoj on this.
Is this a regression? Seems like it.
I know @bernhardoj. Can you do this too? Check the lowest possible timing you can use.
I tried lowering the timeout and the lowest I found works reliably is 530ms. Other lower values won't work reliably especially when switching between tabs quickly.
Can you show us the video?
@tienifr @bernhardoj I would favour the solution which can be fixed without changing the timing, i.e., fixing the problem inside react-navigation itself.
@CortneyOfstad Is it possible to bump up the price to get more eyes on this?
Since no proposal now satisfies the requirement.
Expert agency might help. Maybe SWM since this is related to navigation
Adding 🎀 👀 🎀 for an engineer.
@marcochavezf Can you drop this issue to SWM to see if anyone picks this up?
Not overdue!
Hello! I'm an expert contributor from Software Mansion and I would like to work on this task.
@marcochavezf Please assign @kowczarz
Hello! After some research I'm confident to write that since Material Top Tab Navigator under the food utilise react-native-pager-view there is no simple way to overcome the issue with unfocusing the keyboard after the animation. Pager view wrapped in Material Top Tab Navigator doesn't expose any api that would notify us, that the screen is fully visible and the animation is finished. I could deep-dive into the pager view code and try to patch it to expose a callback, that would run on animation finished, but it's hard to estimate how long would it take since I don't know the code of that library.
Other solution could be an addition of check if the useAutoFocusInput is being used in native navigator or the one that doesn't support InteractionManager and in the second case we can add some more time to setTimeout, because currently it the focus is called in almost the samem moment as the animation finish and that cause the race condition.
Should I proceed with the native changes, or the solution with setTimeout is fine for now?
@kowczarz Please proceed with the native one for now
Ok, I will work on it next week
Thanks @kowczarz!
Hey! Sorry for the confusion here, but we just got an internal update. Per this post, we can close any bugs that are not related to Waves, so closing this out 👍 We will re-address once the waves are completed.
We will re-address once the waves are complete
Isn't it better to hold and move to Monthly? I believe closed issues won't be reopened again.
@situchan our plan is to manually reopen the GHs that were closed during this period, so no worries there 👍
Ah ok. Thanks
| gharchive/issue | 2023-11-16T02:43:19 | 2025-04-01T04:32:31.757689 | {
"authors": [
"CortneyOfstad",
"kowczarz",
"lanitochka17",
"mallenexpensify",
"manlaig",
"shubham1206agra",
"situchan"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/31414",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2123592544 | [$500] chat-After pasting max character limit, type or interact , app gets closed
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.38
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: applause internal team
Slack conversation:
Action Performed:
Launch app
Tap on a report
Paste a long text again and again until maximum comment length 10k characters shown
Now try to type and interact with app
Tap phone back button
Note new expensify isn't responding" message displayed
Expected Result:
After pasting max character limit, if user tries to type or interact , app gets struck and tapping phone back button must not show " new expensify isn't responding" message.
Actual Result:
After pasting max character limit, if user tries to type or interact , app gets struck and tapping phone back button showing " new expensify isn't responding" message.
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[x] Android: Native
[ ] Android: mWeb Chrome
[ ] iOS: Native
[ ] iOS: mWeb Safari
[ ] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/38435837/909eb698-ec87-4379-9a02-c141fa089f31
Bug6370698_1707328789938!crolse.txt
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Upwork Job URL: https://www.upwork.com/jobs/~018344047ab31b9164
Upwork Job ID: 1755291564377370624
Last Price Increase: 2024-02-14
Automatic offers:
situchan | Reviewer | 0
We think that this bug might be related #vip-vsb
CC @quinthar
Alright I agree this is a bug that would fit in #vip-vsb but it again is very LOW.
Hello, Im Piotr from Callstack and would like to help with this issue
@m-natarajan on what exact emulator did the bug occur?
Bump @m-natarajan
@m-natarajan bump
I cannot recreate this on a real android device: https://drive.google.com/file/d/12zxlqA_jRb0iAvChGOaJ5xvnQXia0R9D/view?usp=sharing
I think this depends on the content. Won't happen in plain 10k characters. Most likely markdown issue.
@m-natarajan can you please share long text you tested?
| gharchive/issue | 2024-02-07T18:04:52 | 2025-04-01T04:32:31.770115 | {
"authors": [
"Piotrfj",
"m-natarajan",
"situchan",
"twisterdotcom"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/36051",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2215747931 | Split - 1:1 DM from split members in LHN changes to split creator after bill is split
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.58-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Go to staging.new.expensify.com
Go to FAB > Request money > Manual
Create a split manual with two users that have no chat history
Note tha 1:1 DM in LHN created from the split
Expected Result:
In LHN, 1:1 DM will show the split member name and avatar
Actual Result:
Initially, 1:1 DM shows the split member name and avatar in LHN. After a while, it changes to the split creator
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[x] Android: Native
[x] Android: mWeb Chrome
[x] iOS: Native
[x] iOS: mWeb Safari
[x] MacOS: Chrome / Safari
[x] MacOS: Desktop
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/78819774/26100da2-85fa-428a-b559-c7dfaa7f9ec4
View all open jobs on GitHub
We think that this bug might be related to #vip-split
@strepanier03 FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors
Able to repro, plus the OP comment steps and video are really well done.
Went through Slack for Splits and can't find a dupe of this or a reason to hold it. I'll let the curator assign priority.
Hello, I am Bartek from Callstack - expert contributor group. I’d like to work on this issue.
@parasharrajat Hi! I'm sorry for not posting updates hare - I'm involved in the Guided Setup project right now and was asked to prioritise it. I think I've managed to identify the issue in this ticket which probably is caused by the mismatch between the response of the SplitBillAndOpenReport and regular OpenReport API endpoints, but I had no time right now to dig deeper and propose the solution.
Proposal
Please re-state the problem that we are trying to solve in this issue.
After splitting expense, the LHN shows correct member name and its avatar for a while, to switch to Hidden (or split creator name) after few seconds.
What is the root cause of that problem?
The root cause of the issue is the mismatch between the response of the SplitBillAndOpenReport called when splitting expense and regular OpenReport API endpoints used to open the 1:1 DM. When we split, we optimistically set the LHN entry with the correct name and avatar, but when the SplitBillAndOpenReport returns the response it does not contain correct data. Later, when we click on the LHN entry, the OpenReport endpoint is called, returning the correct data and updating the Onyx key (personalDetailsList).
Here's the difference between these two responses:
SplitBillAndOpenReport - we get update for the personalDetailsList Onyx key that contain too few information:
OpenReport - the same personalDetailsList Onyx key contains additional information used in the LHN entry like login or displayName:
What changes do you think we should make in order to solve the problem?
I think the issue should be fixed on the backend side - the SplitBillAndOpenReport endpoint should respond with correct data for the LHN entry (the personalDetailsList Onyx key).
What alternative solutions did you explore? (Optional)
n/a
Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job.
yes, this seems to be an issue that needs to be fixed internally
I don't know why Melvin added Overdue label 2 mins later after removing it
@burczu - Any update you can share to appease Melvin?
@strepanier03 no updates but, as I wrote in the proposal, the issue should be checked by someone from the backend team, so nothing to do for me, at least for now
@cristipaval - Just checking, is this something you're working on or should I put the Help Wanted label back on this?
This is internal. It needs to be fixed in the backend. I'm head down with the Invoicing project so it would help if you recruited another engineer with context on the split. Maybe @youssef-lr if he has time.
Thank you Cristi, I appreciate the info. I'll see if we can find someone else for this. @youssef-lr - if you have time and desire to work on it, feel free to assign yourself and remove the help wanted label.
Help wanted for now while everyone is heads down on release work. Likely won't get worked on for another week or so at best.
Issue not reproducible during KI retests. (First week)
No worries @cristipaval - Good luck with invoicing 🤞
Thanks for the heads up @mvtglobally.
Looking for ownership still, it's labeled correctly for visibility.
No update.
Hasn't been picked up internally yet, no update.
Issue not reproducible during KI retests. (Second week)
Issue not reproducible during KI retests. (Third week)
Issue not reproducible during KI retests. (Fourth week)
In light of 4 weeks of testing, I'm closing.
| gharchive/issue | 2024-03-29T17:32:36 | 2025-04-01T04:32:31.788921 | {
"authors": [
"burczu",
"cristipaval",
"lanitochka17",
"mvtglobally",
"strepanier03"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/39268",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2406217034 | App crashes when opening a emoji picker
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number:
Reproducible in staging?: needs reproduction
Reproducible in production?: needs reproduction
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @rayane-djouah
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1720566364883959
Action Performed:
Type a message in composer
Open emoji picker
Expected Result:
App does not crash
Actual Result:
App crash
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android: Native
[ ] Android: mWeb Chrome
[ ] iOS: Native
[ ] iOS: mWeb Safari
[x] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
logs-2024-07-12 19_15_44.066.txt
https://github.com/user-attachments/assets/fb11e1cf-54fe-484d-8671-266ce136d589
https://github.com/user-attachments/assets/bfdc91d4-61d9-4896-9c6b-9730dbc2fab0
View all open jobs on GitHub
This has been labelled "Needs Reproduction". Follow the steps here: https://stackoverflowteams.com/c/expensify/questions/16989
Problem Statement: The Expensify app crashes when a user attempts to open the emoji picker, resulting in a poor user experience and potential loss of data.
Root Cause: The root cause of the problem is likely due to a compatibility issue between the emoji picker library and the Expensify app's tech stack, or a memory leak caused by the emoji picker's implementation.
Changes to Solve the Problem: To solve the problem, I propose the following changes:
Update Emoji Picker Library: Update the emoji picker library to the latest version, which may include bug fixes and performance improvements.
javascript
// Update emoji picker library to latest version
npm install emoji-picker-react@latest
Optimize Emoji Picker Implementation: Optimize the emoji picker implementation to reduce memory usage and improve performance.
javascript
// Optimize emoji picker implementation
import EmojiPicker from 'emoji-picker-react';
const EmojiComponent = () => {
const [emoji, setEmoji] = useState('');
const handleEmojiSelect = (emoji) => {
setEmoji(emoji);
};
return (
<EmojiPicker
onEmojiSelect={handleEmojiSelect}
disableSearchBar={true} // Disable search bar to reduce memory usage
/>
);
};
Implement Error Handling: Implement error handling to catch and handle any exceptions that may occur when opening the emoji picker.
javascript
// Implement error handling
try {
// Open emoji picker
} catch (error) {
console.error('Error opening emoji picker:', error);
// Handle error and provide feedback to user
}
Alternative Solutions Explored:
Use a Different Emoji Picker Library: Explore alternative emoji picker libraries, such as react-emoji-picker, to see if they provide better compatibility and performance.
Implement a Custom Emoji Picker: Implement a custom emoji picker solution using native components, which may provide better performance and compatibility.
Disable Emoji Picker on Problematic Devices: Disable the emoji picker on devices or platforms where the crash is most frequent, to prevent the crash from occurring.
Unable to reproduce it on the latest main
Unable to reproduce on staging and new.expensify.com today, ¯_(ツ)_/¯ (was able to last week).
Still not able to reproduce on staging, Chrome
https://github.com/user-attachments/assets/3d78270d-e0fc-431f-9045-ec1d67ba7e09
@ShridharGoel has been paid. @rayane-djouah bump on the checklist for you.
Regression test issue: https://github.com/Expensify/Expensify/issues/418908
All paid. Thanks everyone!
| gharchive/issue | 2024-07-12T19:34:24 | 2025-04-01T04:32:31.806044 | {
"authors": [
"MelvinBot",
"abzokhattab",
"kabeer95",
"m-natarajan",
"mallenexpensify",
"puneetlath"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/45354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2412304071 | Draft disappears from the LHN when clicking away after starting a thread
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.8-0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @rafecolton
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1721142729468189
Action Performed:
Create a group as user A with user B and user C
Send a message to group as user A
Start a thread as user B
Without joining click away
Expected Result:
Draft should stay in the LHN
Actual Result:
Draft disappear from the LHN
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android: Native
[ ] Android: mWeb Chrome
[ ] iOS: Native
[ ] iOS: mWeb Safari
[x] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
https://github.com/user-attachments/assets/1d37cbe9-7a7b-4684-8c7c-ef5ab5f0d8c6
View all open jobs on GitHub
Proposal
Please re-state the problem that we are trying to solve in this issue.
Draft disappear from the LHN
What is the root cause of that problem?
The thread report has notificationPreference as hidden. If we don't open this thread or this thread is not pinned, it's hidden in LHN because we early return here.
https://github.com/Expensify/App/blob/9c509a0e6363adaeb6cbb8c377ed6ff98b85dc65/src/libs/SidebarUtils.ts#L136
https://github.com/Expensify/App/blob/9c509a0e6363adaeb6cbb8c377ed6ff98b85dc65/src/libs/SidebarUtils.ts#L137-L139
What changes do you think we should make in order to solve the problem?
If the report has a draft comment shouldOverrideHidden should be true. We should use hasValidDraftComment to check whether the report has a draft comment or not.
const shouldOverrideHidden = hasErrorsOtherThanFailedReceipt || isFocused || isSystemChat || report.isPinned || hasValidDraftComment(report.reportID);
https://github.com/Expensify/App/blob/9c509a0e6363adaeb6cbb8c377ed6ff98b85dc65/src/libs/SidebarUtils.ts#L136
Then the check shouldReportBeInOptionList can be called and everything works well because we already have the check for draft comment in this function
https://github.com/Expensify/App/blob/9c509a0e6363adaeb6cbb8c377ed6ff98b85dc65/src/libs/ReportUtils.ts#L5486-5487
What alternative solutions did you explore? (Optional)
We can return early if the report has a draft comment before this line
if (hasValidDraftComment(report.reportID)) {
reportsToDisplay.push(report);
return;
}
https://github.com/Expensify/App/blob/9c509a0e6363adaeb6cbb8c377ed6ff98b85dc65/src/libs/SidebarUtils.ts#L136
not yet merged
PAYMENT SUMMARY FOR AUG 09
Fix: @nkdengineer [$250] Offer
PR Review: @mkhutornyi [$250] Offer
Please complete checklist above
not overdue payment is tomorrow
@nkdengineer and @mkhutornyi - payments have been sent and contracts ended - thank you! 🎉
| gharchive/issue | 2024-07-17T00:39:25 | 2025-04-01T04:32:31.820650 | {
"authors": [
"abekkala",
"m-natarajan",
"nkdengineer"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/45543",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2525005301 | Workspace connected to integration (NetSuite) should not allow appending of manual Tags
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.33-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @twisterdotcom
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1726160556242179
Action Performed:
User have Control workspace connected to Netsuite
Select the workspace from settings(Connected to Netsuite)
Click Tags > Classifications > Accessories
Add GL code and save
Resync the connection
Repeat step 3
Expected Result:
Shouldn't allow adding a GL code for imported Tags
Actual Result:
Able to add GL code for imported code
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android: Native
[ ] Android: mWeb Chrome
[ ] iOS: Native
[ ] iOS: mWeb Safari
[x] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
I think the Expected and Actual result are incorrect here. We just shouldn't allow adding a GL code for imported Tags. We shouldn't persist them after sync.
Yeah I will update that GH title, it's not quite right.
Expected Result:
Shouldn't allow manual adding a non-imported GL code
Actual Result:
Able to add GL code manually
Proposal
Please re-state the problem that we are trying to solve in this issue.
Able to add GL code for imported code
What is the root cause of that problem?
We always allow the user to edit the GL code without checking whether we've connected to an accounting or not.
https://github.com/Expensify/App/blob/b69577a55bc536a411d8c1e51fc47fc0fc00d389/src/pages/workspace/tags/TagSettingsPage.tsx#L146-L149
What changes do you think we should make in order to solve the problem?
We should use PolicyUtils.hasAccountingConnections function to check the workspace has an accounting or not. Then we can pass interactive prop as this check here. We can also display the right icon as lock icon
const hasAccountingConnections = PolicyUtils.hasAccountingConnections(policy);
iconRight={hasAccountingConnections ? Expensicons.Lock : undefined}
interactive={!hasAccountingConnections}
https://github.com/Expensify/App/blob/b69577a55bc536a411d8c1e51fc47fc0fc00d389/src/pages/workspace/tags/TagSettingsPage.tsx#L146-L149
OPTIONAL: We can also display the not found page for TagGLCodePage if we've connected to an accounting.
We can do the same fix for category GL code if we should also not allow adding them.
What alternative solutions did you explore? (Optional)
Hmmm. I just went to reproduce this, and it looks like we are not wiping the default categories and replacing them with the NetSuite chart immediately either. I had to do a subsequent sync to bring in the NetSuite categories.
I also cannot see the Tags at all, despite setting it to import 3 different kinds. If I try to enable them from the workspace, it tells me they are managed from the integration. But it doesn't actually show what has been imported.
I think we might have a number of problems, bigger than just appending tags.
Posted in Wave-Control channel for some clarity. https://expensify.slack.com/archives/C06ML6X0W9L/p1726160568530669
We have a number of problems here, just confirming if I need to separate them out on to two more bug reports.
Ok, I have done two more bug reports, so we can just focus on the appending tags here.
Commenting re the proposal above - this is relevant to all connections, not just NetSuite.
@mkzie2's proposal looks good to me.
It should be applied for all connections as specified above.
OPTIONAL: We can also display the not found page for TagGLCodePage if we've connected to an accounting.
Agreed.
I think we should not allow editing GL codes for Categories also as suggested in his proposal. This needs to be confirmed.
🎀 👀 🎀 C+ Reviewed
Automation is borked on this.
@c3024 what's the payment date on this one? Can you do the checklist please?
@mkzie2 did you have an offer to accept in Upwork?
[x] [@c3024] The PR that introduced the bug has been identified. Link to the PR: #43155
[x] [@c3024] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment: https://github.com/Expensify/App/pull/43155/files#r1780496384
[x] [@c3024] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion: No discussion was started because this could not have been identified earlier.
[x] [@c3024] Determine if we should create a regression test for this bug. Yes
[x] [@c3024] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
Regression test proposal
Create a workspace
Click on "More features" in the workspace settings page left hand panel
Scroll down and go to "Organize" section and switch on the "Tags" switch
Scroll down and switch the "Accounting" switch to on
Click on "Accounting" from the left hand panel
Click on "Netsuite"
Upgrade the workspace to Control if prompted
Complete the "Netsuite" connection flow
Click on the 3 dot menu on the "Netsuite" account added and click on "Sync now"
Go to "Tags" and click on any tag
Verify that the GL code option is disabled in the opened tag settings page
Payment is due on 4-Oct.
@mkzie2 did you have an offer to accept in Upwork?
@RachCHopkins Hi not yet, can you please send the offer to my account https://www.upwork.com/freelancers/~019f73367b03c6d784
Thanks in advance
Offer sent @mkzie2
@RachCHopkins I have accepted
Thanks @mkzie2 will action the payment on the 4th!
Payment Summary:
Contributor: @mkzie2 to be paid $250 via Upwork
Contributor+: @c3024 to be paid $250 via Upwork
Upwork job here
Contributors have been paid, the contracts have been completed, and the Upwork post has been closed.
| gharchive/issue | 2024-09-13T14:38:35 | 2025-04-01T04:32:31.847151 | {
"authors": [
"RachCHopkins",
"c3024",
"m-natarajan",
"mkzie2",
"twisterdotcom"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/49179",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2594878194 | LHN - The deleted task content shown on LHN for 1:1 Conversation
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.50-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5092553
Email or phone of affected tester (no customers): testpayment935+60@gmail.com
Issue reported by: Applause - Internal Team
Action Performed:
Precondition: User A create task in the group and assign for user who is not a member of the group
Steps
Navigate to http://www.staging.new.expensify.com/
As assignee user, navigate to the task and take a look on LHN of 1:1 conversation with the task creator
Open the task details, Click on the header and delete the task
Expected Result:
Deleted task shown in both task detail and LHN on both the task and 1:1 Conversation
Actual Result:
The deleted task content shown on LHN for 1:1 Conversation rather than Deleted task message
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
[ ] Android: Standalone
[ ] Android: HybridApp
[x] Android: mWeb Chrome
[ ] iOS: Standalone
[ ] iOS: HybridApp
[ ] iOS: mWeb Safari
[x] MacOS: Chrome / Safari
[ ] MacOS: Desktop
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/user-attachments/assets/7fc09e6f-80bc-44ae-bf8a-6bb620c208b8
View all open jobs on GitHub
Proposal
Please re-state the problem that we are trying to solve in this issue.
LHN - The deleted task content shown on LHN for 1:1 Conversation
What is the root cause of that problem?
We are returning the task created message here without checking the status of the task here
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/OptionsListUtils.ts#L617-L618
What changes do you think we should make in order to solve the problem?
We should return deleted task copy for deleted task as we do in taskPreview
else if (ReportActionUtils.isCreatedTaskReportAction(lastReportAction)) {
const taskReportID = ReportActionUtils.isAddCommentAction(lastReportAction) ? ReportActionUtils.getOriginalMessage(lastReportAction)?.taskReportID?.toString() ?? '-1' : '-1';
lastMessageTextFromReport = ReportUtils.isCanceledTaskReport(ReportUtils.getReport(taskReportID), lastReportAction)
? Localize.translateLocal('parentReportAction.deletedTask')
: TaskUtils.getTaskCreatedMessage(lastReportAction);
What alternative solutions did you explore? (Optional)
We can take the logic to getTaskCreatedMessage function.
Edited by proposal-police: This proposal was edited at 2024-10-17 17:01:26 UTC.
Proposal
Please re-state the problem that we are trying to solve in this issue.
LHN - The deleted task content shown on LHN for 1:1 Conversation
What is the root cause of that problem?
We are returning the task created message here without checking the status of the task here
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/OptionsListUtils.ts#L617-L618
What changes do you think we should make in order to solve the problem?
We should return deleted task copy for deleted task as we do in taskPreview
else if (ReportActionUtils.isCreatedTaskReportAction(lastReportAction)) {
const taskReportID = ReportActionUtils.isAddCommentAction(lastReportAction) ? ReportActionUtils.getOriginalMessage(lastReportAction)?.taskReportID?.toString() ?? '-1' : '-1';
lastMessageTextFromReport = ReportUtils.isCanceledTaskReport(ReportUtils.getReport(taskReportID), lastReportAction)
? Localize.translateLocal('parentReportAction.deletedTask')
: TaskUtils.getTaskCreatedMessage(lastReportAction);
What alternative solutions did you explore? (Optional)
We can take the logic to getTaskCreatedMessage function.
function getTaskCreatedMessage(reportAction: OnyxEntry<ReportAction>) {
const taskReportID = reportAction?.childReportID ?? '-1';
const taskTitle = getTaskTitle(taskReportID, reportAction?.childReportName);
if (isCanceledTaskReport(getReport(taskReportID), reportAction)) {
return Localize.translateLocal('parentReportAction.deletedTask');
}
Edited by proposal-police: This proposal was edited at 2024-10-17 17:01:26 UTC.
Proposal
Please re-state the problem that we are trying to solve in this issue.
LHN - The deleted task content shown on LHN for 1:1 Conversation
What is the root cause of that problem?
We are returning the task created message here without checking the status of the task here
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/OptionsListUtils.ts#L617-L618
What changes do you think we should make in order to solve the problem?
We should return deleted task copy for deleted task as we do in taskPreview in getTaskCreatedMessage
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/TaskUtils.ts#L54-L56
function getTaskCreatedMessage(reportAction: OnyxEntry<ReportAction>) {
const taskReportID = reportAction?.childReportID ?? '-1';
const taskTitle = getTaskTitle(taskReportID, reportAction?.childReportName);
if (isCanceledTaskReport(getReport(taskReportID), reportAction)) {
return Localize.translateLocal('parentReportAction.deletedTask');
}
What alternative solutions did you explore? (Optional)
We can take the logic to getTaskCreatedMessage function.
Edited by proposal-police: This proposal was edited at 2024-10-17 17:01:26 UTC.
Proposal
Please re-state the problem that we are trying to solve in this issue.
LHN - The deleted task content shown on LHN for 1:1 Conversation
What is the root cause of that problem?
We are returning the task created message here without checking the status of the task here
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/OptionsListUtils.ts#L617-L618
What changes do you think we should make in order to solve the problem?
We should return deleted task copy for deleted task as we do in taskPreview in getTaskCreatedMessage
https://github.com/Expensify/App/blob/4a25c36e50b58ef9e5ba8b63cf32132f95a0b005/src/libs/TaskUtils.ts#L54-L56
function getTaskCreatedMessage(reportAction: OnyxEntry<ReportAction>) {
const taskReportID = reportAction?.childReportID ?? '-1';
const taskTitle = getTaskTitle(taskReportID, reportAction?.childReportName);
if (isCanceledTaskReport(getReport(taskReportID), reportAction)) {
return Localize.translateLocal('parentReportAction.deletedTask');
}
What alternative solutions did you explore? (Optional)
Hmm, this is a very niche flow. I don't think it's going to be common that tasks are assigned within a group chat to someone not in the group chat and then deleted. Even then, I would argue there is minimal impact to this. Closing, as I don't think this is something we should be prioritizing changing.
| gharchive/issue | 2024-10-17T14:14:12 | 2025-04-01T04:32:31.868783 | {
"authors": [
"FitseTLT",
"joekaufmanexpensify",
"lanitochka17"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/51024",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1076361842 | Payments- No error messages displayed for using numbers for the Name of Card and Expiration date 0233
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Lunch the app
Log in with any account
Go to Setting - Payments
Tap on Plus - tap on Debit Card
Put numbers for Name of Card
Put expiration date as 0233
Expected Result:
Error messages displayed for using numbers for the Name of Card and expiration date - 0233
Actual Result:
No error messages displayed for using numbers for the Name of Card and expiration date - 0233
Workaround:
Unknown
Platform:
Where is this issue occurring?
Web
iOS
Android
Desktop App
Mobile Web
**Version Number:1.1.19-3
**Reproducible in staging?:Yes
**Reproducible in production?:Yes
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
View all open jobs on GitHub
Triggered auto assignment to @marcochavezf (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.
The expiration date is valid, according to the implementation of the function to validate the expiration date, the format MMYY is valid: https://github.com/Expensify/App/blob/864bbd690b239e1cb4746aaae1308885ec0ec5e0/src/libs/ValidationUtils.js#L96-L114
Also, I found in the Web-S WAF that cardName can accept numbers (I found this comment in the WAF: It's not uncommon that company credit cards will have crazy chars in their name.).
I'm going to close this ticket because seems those inputs are expected.
I noticed we have a few frontend validations in old dot, I'm going re-open the issue and create a PR to reuse them.
| gharchive/issue | 2021-12-10T02:43:27 | 2025-04-01T04:32:31.878222 | {
"authors": [
"MelvinBot",
"kbecciv",
"marcochavezf"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/6689",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1286555819 | [$250] [HOLD] [Form Refactor] CompanyStep
Coming from the New Expensify Forms design doc, we should refactor CompanyStep to use the new form component, follow the guidelines below:
Here's an example of a Form refactor: https://github.com/Expensify/App/pull/9056
Guidelines
Replace the form component with Form.js.
Create a unique Onyx key in ONYXKEYS.FORM and pass it as the formID prop to Form.
Pass a validate callback prop.
Pass an onSubmit callback prop that calls the API via an action.
Update all inputs wrapped by Form, following the guidelines in Refactor inputs.
Remove any unused code.
Testing
Verify that:
[ ] UI looks as it did before the refactor
[ ] Values can be added and edited
[ ] Errors are highlighted correctly (input border)
[ ] Error messages show up correctly
[ ] Draft values are saved properly
[ ] Form alerts are displayed correctly
[ ] Clicking the fix the errors link focuses the first input with error
[ ] No duplicate submission of the form occurs (when it's already submitting)
This issue is being put on hold due to push to page discussions, as per this comment.
Ty ty!
on hold
on hold
on hold
@adelekennedy removing hold! We can post this job on upwork and get contributors to start working on it!
let's gooooo
internal
external
Expensify Approach Proposal
Here are my finding to fix this -
Checked the wrapper component ReimbursementAccountForm.js in CompanyStep.js and so the target will be replacing the ReimbursementAccountForm.js with Form.js.
I’ll be bringing all the existing logic from ReimbursementAccountForm into its parent component CompanyStep.js.
No longer require to have ReimbursementAccountForm dependency and so remove it from CompanyStep.js
Validate callback prop from Form.js to validate.
Next, refactor some inputs props (onChangeText, value, errorText…) and add prop inputID to work with Form.js
Use the onSubmit callback prop from Form.js to submit form values.
@ravindra-encoresky Thanks for the proposal but it is incomplete. The CompanyStep is a part of the step navigation, are you sure it is working fine with your changes? Also can you check the guidelines mentioned in the GH body.
Still open for better proposals.
@ravindra-encoresky Thanks for the proposal but it is incomplete. The CompanyStep is a part of the step navigation, are you sure it is working fine with your changes? Also can you check the guidelines mentioned in the GH body.
Still open for better proposals.
Okay, thanks.
Will submit another soon.
Updated proposed solution :
CompanyStep.js is using ReimbursementAccountForm.js as the wrapper for form components. and ReimbursementAccountForm is used by many other files. So first step is to remove the dependency on ReimbursementAccountForm. Because if we refactor ReimbursementAccountForm then we need to refactor other files also.
https://github.com/Expensify/App/blob/85a313891bcc4e247e947026febcd9b525d3406a/src/pages/ReimbursementAccount/CompanyStep.js#L203-L211
Next, we use Form.js in place of FormScrollView.js
Create the Company step form id in ONYXKEYS.js and pass it to the form component in CompanyStep.js
https://github.com/Expensify/App/blob/85a313891bcc4e247e947026febcd9b525d3406a/src/ONYXKEYS.js#L183-L185
Remove FormAlertWithSubmitButton and pass submit function to Form.
https://github.com/Expensify/App/blob/85a313891bcc4e247e947026febcd9b525d3406a/src/pages/ReimbursementAccount/ReimbursementAccountForm.js#L54-L64
Pass inputID to each form component and remove onChangeText, value, errorText props. Form.js will manage them
Update validate function to use values from the Form component and return errors
Remove state variables for inputs, They are not required now.
Cleanup code
@mananjadhav friendly bump (also removing Orvedue :) )
Thanks @sketchydroide for the bump. Sorry I missed this I thought it was the same proposal.
@ravindra-encoresky I see that you've followed guidelines in the updated proposal. But it still has details missing on:
You've mentioned remove the dependency of ReimbursementAccountForm Can you describe how are you planning to remove it?
As I've mentioned earlier this step is a part of wizard steps movement (where we show steps 1/5 and so on). I don't see that happening here. Please look at the Testing guidelines in the GH body as well.
@ravindra-encoresky I see that you've followed guidelines in the updated proposal. But it still has details missing on:
You've mentioned remove the dependency of ReimbursementAccountForm Can you describe how are you planning to remove it?
As I've mentioned earlier this step is a part of wizard steps movement (where we show steps 1/5 and so on). I don't see that happening here. Please look at the Testing guidelines in the GH body as well.
Thanks @sketchydroide for the bump. Sorry I missed this I thought it was the same proposal. Do you think it makes sense to double this one? Been open for 14 days now.
@mananjadhav thanks for the replies, I conclude my proposal here -
Since ReimbursementAccountForm is a wrapper around form components in the companyStep and other wizard steps, it renders form components as children and a FormAlertWithSubmitButton inside FormScrollView.
Our idea is to replace ReimbursementAccountForm component with FormScrollView inside CompanyStep.js.
Then we will add FormAlertWithSubmitButton from ReimbursementAccountForm to CompanyStep.js and copy other error logic from ReimbursementAccountForm to CompanyStep as well.
Thanks for the update @ravindra-encoresky.
@sketchydroide @ravindra-encoresky's Proposal looks good to me. We'll have to ensure that we follow the Testing and Implementation Guidelines.
🎀 👀 🎀
C+ reviewed
Thanks for the update @ravindra-encoresky.
@sketchydroide @ravindra-encoresky's Proposal looks good to me. We'll have to ensure that we follow the Testing and Implementation Guidelines.
🎀 👀 🎀 C+ reviewed
Thanks, I'll follow the guidelines.
How shall I proceed, should I submit a proposal on upwork ? please guide me through.
thanks.
We wait for @sketchydroide to review it and give a 🟢 to your proposal. After that you can start with your PR and yeah meanwhile you can apply to Upwork. Please refer to these contributing guidelines as well before you start writing any code.
We wait for @sketchydroide to review it and give a 🟢 to your proposal. After that you can start with your PR and yeah meanwhile you can apply to Upwork. Please refer to these contributing guidelines as well before you start writing any code.
Hope this helps.
Hi guys, waiting for the review.
sorry, been really busy with the releases, reviewing now
looks good
📣 @ravindra-encoresky You have been assigned to this job by @sketchydroide! Please apply to this job in Upwork and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑💻 Keep in mind: Code of Conduct | Contributing 📖
great, yes applied on upwork already.
hi @mananjadhav @sketchydroide @luacmartins @adelekennedy I've shared the PR but the job hasn't awarded on Upwork yet.
@ravindra-encoresky hired you on Upwork!
Coming from this comment, it seems AddressForm, doesn't work well with Form.js without modifying it.
We are tracking the AddressForm refactor, here https://github.com/Expensify/App/issues/10738. We've almost through one proposal, and hence I feel we should put this on hold until we merge #10738.
@sketchydroide What do you think?
ahh sorry missed this. yeah lets put this on hold
not overdue
Proposal for the issue on hold was approved, so once that is worked upon and merged we can pick this.
I think we are still waiting?
Yes we're still waiting.
The PR for the issue holding this one is complete and almost ready to merge. This should be off hold in 1-2 days.
@ravindra-encoresky @sketchydroide The linked issue PR is merged. @ravindra-encoresky You can take the latest pull from main branch and continue with the PR.
@ravindra-encoresky Are you still available to pick this up?
@sketchydroide Can we remove the hold label?
@ravindra-encoresky quick bump on this one.
@ravindra-encoresky Are you still available to pick this up?
@sketchydroide Can we remove the hold label?
This has already been done a month ago, whats next to pick ?
@ravindra-encoresky The issue was on hold because AddressForm wasn't working with your PR. PR for the same is merged and now we can continue with your PR by picking the latest main changes.
@ravindra-encoresky The issue was on hold because AddressForm wasn't working with your PR. PR for the same is merged and now we can continue with your PR by picking the latest main changes.
okay thanks, eagerly waiting for this to finish.
Thanks you can get started on this. Appreciate your patience on this one @ravindra-encoresky
This is off-hold!
@mananjadhav please have a look,
@luacmartins
@mananjadhav @ravindra-encoresky I know we had a lot of back and forth here are we just waiting for this PR to merge now?
Waiting on @ravindra-encoresky to work on the feedback. Then one round of review + testing should be good to merge
this is being reviewed and worked on right now.
still same
Quick note that this is a WhatsApp Quality initiative, as standardizing these forms helps us get a handle on related bugs.
This is under review, we will be reviewing the PR over the next days, @luacmartins is OOO this week, so hopefully we will have this done and merged next week
Working through the commits, but looks like we should be through those really soon, ideally in the coming day or two.
this is now merged, there were some issue gettin the commits verified, but after creating a new PR this was fixed and everyine was happy
there was a deploy blocker associated, but that seems to have been fixed now
@sketchydroide @luacmartins This is supposed to be paid out today, but before that I would like to request a raise for this one. This is was held for a long time for AddressForm, and went through multiple rounds for the review. Compared to average issues, this was a bit bigger.
@mananjadhav what price do you think is fair?
pending payment on the discussion above
I think 500$ should be fine here. Please note this also had a regression involved. So incase we don't want to increase then that is fine too.
I think 500$ should be fine here. Please note this also had a regression involved. So incase we don't want to increase then that is fine too.
I would go with the first option :) , it's been long back and forth. Thanks, looking forward.
$500 seems fair to me. Let's go with that.
Thanks @luacmartins. @adelekennedy can you help with the payout here?
@mananjadhav just hired you at $500
Accepted @adelekennedy
paid and paid!
@adelekennedy @mananjadhav I've received on $250.
Re-opening until the contributor's question is answered.
Sorry about that @ravindra-encoresky , not sure what happened. I just bonused you $250 so total compensation is now $500. Double checked Manan's contract and the payment was $500 there, re-closing
Sorry about that @ravindra-encoresky , not sure what happened. I just bonused you $250 so total compensation is now $500. Double checked Manan's contract and the payment was $500 there, re-closing
Got it, thank you.
| gharchive/issue | 2022-06-27T23:21:04 | 2025-04-01T04:32:31.922461 | {
"authors": [
"JmillsExpensify",
"adelekennedy",
"luacmartins",
"mallenexpensify",
"mananjadhav",
"ravindra-encoresky",
"sketchydroide"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/issues/9580",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1624962388 | Refactor the way of displaying errors in several forms
Details
This PR implements displaying multiple error messages in forms where applicable and refactoring the validation conditions in several forms to avoid displaying errors that does not make sense together.
Fixed Issues
$ https://github.com/Expensify/App/issues/15156
PROPOSAL: https://github.com/Expensify/App/issues/15156#issuecomment-1458159908
Tests
Navigate to /settings/payments/enable-payments page
In Date of Birth input type 31/01/0001
Verify that two errors appeared under the input
Change year to 2011
Verify that only one error is displayed under the input
Change year to 2000
Verify that no errors are displayed under the input
To do the next tests, change in src/libs/Permissions.js is needed. In line :78 (canUsePolicyRooms function) change it to return true;
Open FAB on the left sidebar
Click "New room"
In Room name type test, and blur from the input
Verify error is displayed under the input
Focus on input and remove the comma
Verify no errors are displayed under the input
Save the form and create a room
Open room details
Enter settings
Repeat steps 3-6
Save the form and verify name of the room has changed
[x] Verify that no errors appear in the JS console
Offline tests
n/a
QA Steps
Navigate to /settings/payments/enable-payments page
In Date of Birth input type 31/01/0001
Verify that two errors appeared under the input
Change year to 2011
Verify that only one error is displayed under the input
Change year to 2000
Verify that no errors are displayed under the input
To do the next tests, change in src/libs/Permissions.js is needed. In line :78 (canUsePolicyRooms function) change it to return true;
Open FAB on the left sidebar
Click "New room"
In Room name type test, and blur from the input
Verify error is displayed under the input
Focus on input and remove the comma
Verify no errors are displayed under the input
Save the form and create a room
Open room details
Enter settings
Repeat steps 3-6
Save the form and verify name of the room has changed
[x] Verify that no errors appear in the JS console
PR Author Checklist
[x] I linked the correct issue in the ### Fixed Issues section above
[x] I wrote clear testing steps that cover the changes made in this PR
[x] I added steps for local testing in the Tests section
[x] I added steps for the expected offline behavior in the Offline steps section
[x] I added steps for Staging and/or Production testing in the QA steps section
[x] I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
[x] I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
[x] I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
[x] I included screenshots or videos for tests on all platforms
[x] I ran the tests on all platforms & verified they passed on:
[x] Android / native
[x] Android / Chrome
[x] iOS / native
[x] iOS / Safari
[x] MacOS / Chrome / Safari
[x] MacOS / Desktop
[x] I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
[x] I followed proper code patterns (see Reviewing the code)
[x] I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
[x] I verified that comments were added to code that is not self explanatory
[x] I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
[x] I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
[x] If any non-english text was added/modified, I verified the translation was requested/reviewed in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
[x] I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
[x] I verified any copy / text that was added to the app is correct English and approved by marketing by adding the Waiting for Copy label for a copy review on the original GH to get the correct copy.
[x] I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
[x] I verified the JSDocs style guidelines (in STYLE.md) were followed
[x] If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
[x] I followed the guidelines as stated in the Review Guidelines
[x] I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
[x] I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
[x] I verified any variables that can be defined as constants (ie. in CONST.js or at the top of the file that uses the constant) are defined as such
[x] I verified that if a function's arguments changed that all usages have also been updated correctly
[x] If a new component is created I verified that:
[x] A similar component doesn't exist in the codebase
[x] All props are defined accurately and each prop has a /** comment above it */
[x] The file is named correctly
[x] The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
[x] The only data being stored in the state is data necessary for rendering and nothing else
[x] For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
[x] Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
[x] All JSX used for rendering exists in the render method
[x] The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
[x] If any new file was added I verified that:
[x] The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
[x] If a new CSS style is added I verified that:
[x] A similar style doesn't already exist
[x] The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
[x] If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
[x] If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
[x] If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
[x] If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
[x] I have checked off every checkbox in the PR author checklist, including those that don't apply to this PR.
Screenshots/Videos
Web
https://user-images.githubusercontent.com/13985840/225613214-356f0878-6158-4b5e-981f-6ac96dc314e5.mov
Mobile Web - Chrome
https://user-images.githubusercontent.com/13985840/225614912-6a5b2532-da22-4081-b11f-3da141dd7fbf.mov
Mobile Web - Safari
https://user-images.githubusercontent.com/13985840/225613270-08175184-2d9a-42f6-919c-bc33a0bf16bb.mov
Desktop
https://user-images.githubusercontent.com/13985840/225613288-14b87caf-f17e-48b2-8582-80b5def6a0ac.mov
iOS
https://user-images.githubusercontent.com/13985840/225613322-ecb227e9-4156-4ab8-9903-5f8f60f86617.mov
Android
https://user-images.githubusercontent.com/13985840/225614510-27448139-96ec-4365-b951-b43fd280853f.mov
good point noticed by @ArekChr that since we operate on an object reference, we don't need to reassign the returned value to errors again. Updated it also in the previously merged DisplayNamePage
@neil-marcellini @mollfpr One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]
I have read the CLA Document and I hereby sign the CLA
So as we discussed in this thread: https://expensify.slack.com/archives/C01GTK53T8Q/p1679309038849709 I've changed the roomNameReservedError to the message suggested by Neil.
for now it looks like this and works for creating new room and updating the existing one.
@neil-marcellini Regarding the issue with date - should it be handled like here: on the personal details date of birth page?
@neil-marcellini Regarding the issue with date - should it be handled like here: on the personal details date of birth page?
Yes, except the date format in the error message doesn't match, so we should fix that! There's so many little problems with these error messages.
@neil-marcellini I've fixed the issue with displaying two error messages. I've also noticed that we have a new date picker implemented by Arek on DOB page (PR) which has an yyyy-mm-dd format for all the platforms. The old date picker which is still used in some forms has a proper yyyy-mm-dd format for iOS and Android, for the web it has dd/mm/yyyy format. So maybe we could use the old error messages (like on the screenshots) for now for the old date pickers until they are changed for the new one? We also have a different minimal age requirement for the DOB in personal details (5) and the rest of the DOB pickers (18). Please let me know if we can leave it for now as it is or we should think of another solution.
@koko57 Ah ok, thanks for the research an explanation. That sounds good to me.
@mollfpr please review complete the checklist when you have time.
@neil-marcellini On it, thanks for the ping!
Reviewer Checklist
[x] I have verified the author checklist is complete (all boxes are checked off).
[x] I verified the correct issue is linked in the ### Fixed Issues section above
[ ] I verified testing steps are clear and they cover the changes made in this PR
[ ] I verified the steps for local testing are in the Tests section
[ ] I verified the steps for Staging and/or Production testing are in the QA steps section
[ ] I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
[ ] I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
[ ] I checked that screenshots or videos are included for tests on all platforms
[ ] I included screenshots or videos for tests on all platforms
[ ] I verified tests pass on all platforms & I tested again on:
[ ] Android / native
[ ] Android / Chrome
[ ] iOS / native
[ ] iOS / Safari
[ ] MacOS / Chrome / Safari
[ ] MacOS / Desktop
[ ] If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
[ ] I verified proper code patterns were followed (see Reviewing the code)
[ ] I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
[ ] I verified that comments were added to code that is not self explanatory
[ ] I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
[ ] I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
[ ] I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
[ ] I verified any copy / text that was added to the app is correct English and approved by marketing by adding the Waiting for Copy label for a copy review on the original GH to get the correct copy.
[ ] I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
[ ] I verified the JSDocs style guidelines (in STYLE.md) were followed
[ ] If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
[ ] I verified that this PR follows the guidelines as stated in the Review Guidelines
[ ] I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
[ ] I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
[ ] I verified any variables that can be defined as constants (ie. in CONST.js or at the top of the file that uses the constant) are defined as such
[ ] If a new component is created I verified that:
[ ] A similar component doesn't exist in the codebase
[ ] All props are defined accurately and each prop has a /** comment above it */
[ ] The file is named correctly
[ ] The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
[ ] The only data being stored in the state is data necessary for rendering and nothing else
[ ] For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
[ ] Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
[ ] All JSX used for rendering exists in the render method
[ ] The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
[ ] If any new file was added I verified that:
[ ] The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
[ ] If a new CSS style is added I verified that:
[ ] A similar style doesn't already exist
[ ] The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
[ ] If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
[ ] If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
[ ] If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
[ ] If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
[ ] I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.
Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.2.89-0 🚀
platform
result
🤖 android 🤖
success ✅
🖥 desktop 🖥
success ✅
🍎 iOS 🍎
success ✅
🕸 web 🕸
success ✅
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.89-0 🚀
platform
result
🤖 android 🤖
success ✅
🖥 desktop 🖥
success ✅
🍎 iOS 🍎
success ✅
🕸 web 🕸
success ✅
| gharchive/pull-request | 2023-03-15T08:02:26 | 2025-04-01T04:32:31.984472 | {
"authors": [
"MelvinBot",
"OSBotify",
"TMisiukiewicz",
"koko57",
"mollfpr",
"neil-marcellini"
],
"repo": "Expensify/App",
"url": "https://github.com/Expensify/App/pull/15978",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.