neo-go/pkg/rpc
Roman Khimov 39897e811d core: fix NEO UTXO tracking, drop Fixed8 multiplier
When this vout:
         {
            "n" : 0,
            "address" : "ASkbjwosE3aKyGtDQkEgqhNq3Zpv8Xkt14",
            "asset" : "0xc56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b",
            "value" : "606"
         },

Becomes this transfer:
               {
                  "txid" : "0x192ab8e422aed6ac868cb329d6f9af20964134b591908c736d32a2fd8a51d7bf",
                  "amount" : "60600000000",
                  "block_index" : 6113653,
                  "timestamp" : 1599199074
               }

Something is wrong here.
2020-09-04 09:09:35 +03:00
..
client Merge pull request #1282 from nspcc-dev/rpc/invoke_with_hashes 2020-08-07 17:00:36 +03:00
request core, rpc: invoke script with hashes for verifying 2020-08-07 13:18:55 +03:00
response rpc: adjust getutxotransfers RPC 2020-08-07 18:12:40 +03:00
server core: fix NEO UTXO tracking, drop Fixed8 multiplier 2020-09-04 09:09:35 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00