LibraBrowser icon indicating copy to clipboard operation
LibraBrowser copied to clipboard

LibraBrowser

Results 12 LibraBrowser issues
Sort by recently updated
recently updated
newest added

we have delegate information returned by get_acct_info but it is not displayed. need to add it to the template. see also the hotfix #41 that makes the system ignore the...

enhancement
good first issue

``` Traceback (most recent call last): File "/home/mrb/Desktop/LibraBrowser/db_funcs.py", line 77, in run tx_data = get_raw_tx_lst(cur_ver, num) File "/home/mrb/Desktop/LibraBrowser/rpc_client.py", line 115, in get_raw_tx_lst y.ParseFromString(x.raw_txn_bytes) google.protobuf.message.DecodeError: Error parsing message ``` when trying...

I tested with earlier, sqlite, code. Fails there too. Fails on any account except Faucet account. Console log: [2019-07-26 15:31:14,197] ERROR in app: Exception on /account/3b30061de13b8bab1467538bb0edbcee8d7a55ec3f122fd94fb9be5030bf7ddd [GET] Traceback (most recent...

bug
criticial

after merging #35 we reverted to sending directly from 000***000 need to return previous functionality of allowing also p2p transactions via a double transaction using the wallet API

make the faucet use RPC TXs + enable the state to send facuet tx as P2P TX

enhancement

watch out for client RPC objects implementation issues. blocked by #12

enhancement

currently the DB uses version as primary key but according to docs a validator can push multiple txs with sequential sequence numbers from same account to the same block. need...

enhancement