Galois Field

Results 14 comments of Galois Field

We need to downgrade npm to install it ?

Hello, Can you detail arguments needed by functions. Apparently has_blob require hash field, but hash of what ?

For get_last_proposal_id if it's return n, to get this proposal the id is n-1. So I think we can decrement get_proposal_id to have directly the right id. I don't know...

Hello, Is it implementing ? Where we can specify that we want this option ?

Hi, I have a question. How to make `vote_period`, `proposal_bond`,... initialise at the creation in `ARGS` ? Because here you have removed it.

> Hi, I have a question. How to make `vote_period`, `proposal_bond`,... initialise at the creation in `ARGS` ? Because here you have removed it. In modifying policy.rs (205::208) and compile...

I see a new thing. The problem with exceeded prepaid gas is not when we call add_proposal but when it must executes. And I can't add gas at this part....

I already took a look on https://github.com/casey/ord/issues/2092#issue-1714357347 but after reindexing `bitcoind` and after nothing happened with `ord --cookie-file=path/.cookie index` still the same error. Maybe it's an issue related to new...

I downgraded my `ord` version to 0.5.1 but still the same issue...

Hello, Did you removed `wallet etch` command? It can find it anymore and there are only 3 runes deployed. I need to make some deployment tests. Should I rewrite all...