Coder Social home page Coder Social logo

Comments (9)

greenhat avatar greenhat commented on June 12, 2024

Due to the following reasons:

  1. GLIBC being too old(2.28) on CentOS 8 oracle binary build on Fedora 36 is crashing.
  2. To ensure all testers are running the same oracle version.

Let's do a build(release) publishing on CI #22 for Linux only ASAP.

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

First run UX is not great:
#62
#63

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

There is no need to specify oracle and ballot tokens quantity twice in the bootstrap config (in refresh contract parameters and in tokens to mint sections)
#64

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

The node throws an error on signing the second minting tx (refresh NFT):

ERROR oracle_core - Fatal bootstrap error: node error: The node rejected the request you provided.
Node Response: Malformed request: Not enough boxes to spend

The reason is that in ergo-node-interface /wallet/transaction/sign endpoint only sends the unsigned tx and not the optional input boxes. The node tries to find the boxes for the tx inputs in the UTXO to no avail and fails to sign the tx.

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

Tx submission in bootstrap is failing on the first tx (mint pool NFT) with error from the node:

declined, reason: Min fee not met: 0.001 ergs required, 0.0 ergs given

This happens with both the initial tx fee 1000000 (0.001ergs) and with doubled tx fee. I'm going to look into https://github.com/ergoplatform/ergo/blob/a4d1e62fb8f888a33db3fc5881c2090ec3dd0ebb/src/main/scala/org/ergoplatform/nodeView/mempool/ErgoMemPool.scala#L190-L195
to find out the reason why the node does not recognize tx fee.

Besides that ergo-node-interface does not handle error response from the node. In the case above it returns ok. ergoplatform/ergo-node-interface-rust#12

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

Submitted tx is declined due to the incorrect tx fee ErgoTree in ergo-lib - ergoplatform/sigma-rust#588

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

Submitted tx is declined due to the incorrect tx fee ErgoTree in ergo-lib - ergoplatform/sigma-rust#588

It turns out that's not the case anymore on the new v5 testnet.

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

Did a fresh test of v2.0.0-alpha1 and stumble upon:

  • #88 due to the testnet is set in the config but contract p2s addresses have mainnet prefix;
  • #92

from oracle-core.

greenhat avatar greenhat commented on June 12, 2024

v2.0.0-alpha2-i92 run:

  • testnet oracle address in bootstrap.yml blows this check -
    if pool_contract_prefix == address_prefix
    && refresh_contract_prefix == address_prefix
    && update_contract_prefix == address_prefix
    && ballot_contract_prefix == address_prefix
    {

Should be fixed in #98

from oracle-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.