0xLugon

Results 12 issues of 0xLugon

In file: https://github.com/keyfuse/tokucore/blob/master/xcrypto/mpc_schnorr_test.go If I add code: ``` assert.Nil(t, SchnorrVerify(sharepub1, hash, fs1)) ``` at the end function `TestMpcSchnorr`, I got error: `schnorr.signature.verify.failed` How can fix it?

Issue: add a runes page #3213

Issue: #3352 in reviewing

Put `rune` under `value` issue #3356

I think we need pagination for runes: 1. Store data into table `NUMBER_TO_RUNE_ID` or `NUMBER_TO_RUNE_ENTRY` 2. Create endpoint for pagination

enhancement

```rust pub fn supply(&self) -> u128 { self.premine + self.mints * self .terms .and_then(|terms| terms.amount) .unwrap_or_default() } ``` Added a test case to validate the supply calculation logic.

issue: https://github.com/ordinals/ord/issues/3551