731 Commits (e0c877126e4c41d96df650001cfa49561482932d)
 

Author SHA1 Message Date
Roman Zeyde e0c877126e
Run 'cargo fmt' 6 years ago
Lawrence Nahum 9be0a79a16
update rust-elements to 78c1e29809b7420041b1259711f0a2934211a0d3 from master 6 years ago
Nadav Ivgi b631e3fae2 Allow looking up transactions via scripthash 6 years ago
Nadav Ivgi acc9441cf9 Update README 6 years ago
Nadav Ivgi e2ecc0cbe9 Fix typo 6 years ago
Nadav Ivgi 0b329e3ef7 Run 'cargo +stable fmt --all' 6 years ago
Nadav Ivgi 58dd5cfb9e Implement optional light resource mode 6 years ago
Roman Zeyde 866e01667c Remove electrs-related examples 6 years ago
Roman Zeyde 31d5a4c6e8 Add simple pre-commit hook for running 'cargo fmt' 6 years ago
Nadav Ivgi 0a51b0e2ab Run 'cargo +stable fmt --all' 6 years ago
Nadav Ivgi 35d43a01ff Use MEMPOOL_HEIGHT instead of 0, follow up to ae2e8a7996f072f2e073fa51f07d7aca9e0e21b4 6 years ago
Roman Zeyde c904c0e543 Add latency histogram metrics to query.rs 6 years ago
Nadav Ivgi de4326e6f4 Run 'cargo +stable fmt --all' 6 years ago
Roman Zeyde 92e21d892c Sort transaction history by descending confirmation height 6 years ago
Roman Zeyde 0b3f2d7c1b Use u32::max_value() for mempool transactions' height at mempool.rs 6 years ago
Roman Zeyde 3ab452fa51 Use u32 internally for transaction height (instead of usize) 6 years ago
Roman Zeyde 678630038b Remove unused TransactionCache 6 years ago
Roman Zeyde 08322b2144 Drop Electrum JSON-RPC support 6 years ago
Nadav Ivgi e718eeaf4a Match Electrum's merkle proof format 6 years ago
Lawrence Nahum bdfb1030c9
use correct default rpc port for liquidd 6 years ago
Roman Zeyde ff32483a09 Run 'cargo +stable fmt --all' 6 years ago
Roman Zeyde b2829e7ac3 Update rust-bitcoin to 0.15.1 and re-generate Cargo.lock 6 years ago
Nadav Ivgi 324ff289c2 Fix transaction ordering 6 years ago
Nadav Ivgi d2e2c940e0 Expose the block version and merkle root 6 years ago
Nadav Ivgi c6d7ae938f Change query.get_merkle_proof() to take the block hash 6 years ago
Nadav Ivgi 8d3189a76d Use new blockhash=>txids index to fetch block txs 6 years ago
Nadav Ivgi ffa6e080b5 Implement GET /tx/:txid/merkle-proof 6 years ago
Nadav Ivgi 3abba23a92 Reduce to 25 txs per page 6 years ago
Nadav Ivgi 8efbc671b7 Always return status in /tx/:txid 6 years ago
Nadav Ivgi 69578f32c0 Add Cache-Control header based on confirmation depth 6 years ago
Nadav Ivgi d0772322bc Add --http-addr option to configure the HTTP server listen address/port 6 years ago
Nadav Ivgi 73306f3445 Grammar 6 years ago
Nadav Ivgi a328d93ff1 Remove unused imports 6 years ago
Nadav Ivgi ce2dc91eda Refactor API paths and formats 6 years ago
Nadav Ivgi e82c904f26 Fix typo 6 years ago
Nadav Ivgi 1e2dbec653 Don't encode p2pk addresses 6 years ago
Nadav Ivgi 5da0c64f00 Format inflation_keys in whole numbers, see https://github.com/ElementsProject/rust-elements/issues/7 6 years ago
Nadav Ivgi b3c4537601 Remove CORS 6 years ago
Nadav Ivgi 266d94401b Add asset to GET /address/:addr/utxo 6 years ago
Nadav Ivgi 3953423833 Add issuance details to txin 6 years ago
Nadav Ivgi d26b152901 Don't error for addresses with too many txs, return a valid response with no txs info instead 6 years ago
Nadav Ivgi 24b9435b43 Error handling refactoringg 6 years ago
Nadav Ivgi 2149bb6123 Don't send Access-Control-Allow-Origin 6 years ago
Nadav Ivgi 71b7780482 Accept verificationprogress if its close to 1 6 years ago
Nadav Ivgi b486c4ddc4 Wait for bitcoind to fully sync-up (verificationprogress==1) before starting the HTTP server 6 years ago
Nadav Ivgi 2d7b3f7945 Implement Liquid address encoding, refs #57 6 years ago
Nadav Ivgi 33397c21bb Add parent chain configuration 6 years ago
Nadav Ivgi 7534bff544 Don't load spending txs of unspendable outputs 6 years ago
Nadav Ivgi 7b45b48447 Parse and expose peg-out information 6 years ago
Nadav Ivgi b60e4037b1 Only fetch as many txids as needed in order to know that there are too many. 6 years ago