Closed grctest closed 1 year ago
Operations 32, 34, 36, 69 and 71 need a peer review, I wasn't sure what the input format was supposed to be like where marked // TODO: DEBUG
Also, should blank future extensions be included as extensions: []
or extensions: null
?
Also, should blank future extensions be included as
extensions: []
orextensions: null
?
IIRC API nodes always accept extensions: []
, and for some operations extensions: {}
, but not always accept extensions: null
.
With the current beet rc I get stuck doing this
>> node ./bitshares/injections/001_limit_order_create.js
received connected socket response
socket: authenticated
Connected to Beet
sending link request
sending linkRequest request
sending api request
No popup visible. Which Beet version / commit hash are you using?
@sschiessl-bcp Please use the following Beet PR: https://github.com/bitshares/beet/pull/222
I've introduced several fixes to address the issue you ran into, including:
I too wasn't getting the prompt, now I do get it in both production and testnet. If the prompt still doesn't show, try different asset ids etc?
Work in progress
Related to: https://github.com/bitshares/beet/pull/207