Cryptonomic / ConseilJS

Client-side library for building decentralized applications.
Apache License 2.0
111 stars 39 forks source link

get nothing from api #390

Closed lijianl closed 1 year ago

lijianl commented 3 years ago

// opWvamznrS5VLUSqNxungkMJfYc24eF5iuyBiBCJ8KtwgHbYAyx let tx = conseiljs.TezosConseilClient.getOperations(conseilServer, conseilServer.network, transactionQuery); why get nothing from api of this hash

https://tzkt.io/opWvamznrS5VLUSqNxungkMJfYc24eF5iuyBiBCJ8KtwgHbYAyx

lijianl commented 3 years ago

` let block = await conseiljs.TezosConseilClient.getBlock(conseilServer, conseilServer.network, hash).then(h => h).catch(console.error);

// Block 1,749,319 // BMWF6ftAC5xH8L9h38nSHnV447DvY4jWKwuyRgqtNu8whPHjV81 ` why return null

lijianl commented 3 years ago

the block 1,749,319 missing from API ... why ??

anonymoussprocket commented 1 year ago

i'm able to load that block both by level and by hash.