bitshares / beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.
MIT License
27 stars 32 forks source link

Bug fixes and new operations #275

Closed grctest closed 9 months ago

grctest commented 10 months ago

Localized 3 new operations Fixed the create/update asset beautify function Fixed issue #273

grctest commented 10 months ago

Needs an update to bitsharesjs https://github.com/bitshares/bitsharesjs/issues/123

sschiessl-bcp commented 10 months ago

Needs an update to bitsharesjs bitshares/bitsharesjs#123

Please test again

grctest commented 10 months ago

I have successfully broadcast an OSO enabled operation on the blockchain: https://blocksights.info/#/operations/1.11.1291557405

{
  "fee": {
    "amount": 48260,
    "asset_id": "1.3.0"
  },
  "seller": "1.2.1811495",
  "amount_to_sell": {
    "amount": 90909,
    "asset_id": "1.3.0"
  },
  "min_to_receive": {
    "amount": 100,
    "asset_id": "1.3.5649"
  },
  "expiration": "2023-11-25T01:20:47",
  "fill_or_kill": false,
  "extensions": {
    "on_fill": "[[0,{\"fee_asset_id\":\"1.3.0\",\"spread_percent\":100,\"size_percent\":10000,\"expiration_seconds\":1000000000,\"repeat\":true,\"extensions\":[]}]]",
    "on_fill_object": [
      {
        "which": 0,
        "data_object": {
          "fee_asset_id": "1.3.0",
          "spread_percent": 100,
          "size_percent": 10000,
          "expiration_seconds": 1000000000,
          "repeat": true,
          "extensions": []
        }
      }
    ]
  }
}
[
  1,
  "1.7.531970513"
]
grctest commented 10 months ago

Successfully broadcast a limit order update operation through this BEET branch: https://blocksights.info/#/operations/1.11.1294152022

grctest commented 9 months ago

@sschiessl-bcp Ready to merge into the develop branch

sschiessl-bcp commented 9 months ago

I accidently squashed now ... I assume its not a dealbreaker and will leave it