Inscription #76532265#76,532,265png#74,421,871text#74,421,870text#74,421,869text#74,421,868text#74,421,867text#74,421,866text#74,421,865text#74,421,864text#74,421,863text#74,421,862textInscription #71784740#71,784,740html#71,636,829texttransfer100.pizza#71,332,237brc-20Inscription #70665499#70,665,499htmlInscription #70546644#70,546,644pngInscription #70186617#70,186,617gifInscription #68834479#68,834,479jpgInscription #68719134#68,719,134jpgInscription #65613485#65,613,485svgInscription #65613484#65,613,484svgInscription #65613483#65,613,483svgInscription #65613482#65,613,482svgInscription #65318982#65,318,982pngInscription #64986095#64,986,095svgInscription #63606433#63,606,433svgInscription #63591375#63,591,375pngInscription #63177089#63,177,089webp#62,902,656Inscription #62902655#62,902,655pngInscription #60598181#60,598,181html#60,205,678Inscription #60205677#60,205,677htmlInscription #59389859#59,389,859png#57,647,470gltf#57,647,462gltfInscription #56429414#56,429,414htmlInscription #56428053#56,428,053htmlInscription #56423289#56,423,289htmlbe the bitmap#56,281,897texttransfer2,000,000.ligo#55,511,765brc-20mint1,000,000.ligo#55,166,644brc-20mint1,000,000.ligo#55,166,643brc-20Inscription #53674041#53,674,041html#53,661,624Inscription #53661623#53,661,623png#53,650,683Inscription #53650682#53,650,682pngInscription #53578349#53,578,349svgInscription #53356123#53,356,123pngInscription #53355983#53,355,983pngInscription #53239857#53,239,857pngInscription #53235894#53,235,894pngInscription #50246458#50,246,458htmlInscription #46485773#46,485,773pngInscription #46384976#46,384,976pngInscription #46379821#46,379,821pngInscription #46378519#46,378,519pngInscription #45162371#45,162,371png let response = test_server.get("/blockcount"); assert_eq!(response.status(), StatusCode::OK); assert_eq!(response.text().unwrap(), "2"); } #[test] fn block_height_endpoint() { let test_server = TestServer::new(); let response = test_server.get("/blockheight"); assert_eq!(response.status(), StatusCode::OK); assert_eq!(response.text().unwrap(), "0"); test_server.mine_blocks(2); let response = test_server.get("/blockheight"); assert_eq!(response.status(), StatusCode::OK); assert_eq!(response.text().unwrap(), "2"); } #[test] fn block_hash_endpoint() { let test_server = TestServer::new(); let response = test_server.get("/blockhash"); assert_eq!(response.status(), StatusCode::OK); assert_eq!( response.text().unwrap(), "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" ); } #[test] fn block_hash_from_height_endpoint() { let test_server = TestServer::new(); let response = test_server.get("/blockhash/0");#44,991,509text