Giter VIP home page Giter VIP logo

Comments (5)

WietseWind avatar WietseWind commented on July 17, 2024

Validated = false makes sense,

When you submit a tx the immediate response is that it was accepted, but not yet validated.

If you query the same TX four seconds later after ledger close, it will be validated true and included in a ledger.

Regarding setting the flag: if I look at your account @ Testnet (based on sequence I figure this is testnet), I don't see the transaction you're referring to.

https://test.bithomp.com/explorer/rGG9k2shfmrYsuoonsDLjUgNUugfL72Ps6

Which makes me assume you're actually not yet synced to the network.

What does a rippled server_info (executed in/by the docker container running rippled) call return? Do you show active syncedd ledgers?

from docker-rippled.

junghyun0783 avatar junghyun0783 commented on July 17, 2024

@WietseWind
If you look at server_info

{
     "result": {
         "info": {
             "build_version": "1.12.0",
             "complete_ledgers": "42857704-43909700",
             "fetch_pack": 7817,
             "hostid": "SAIL",
             "initial_sync_duration_us": "239270282",
             "io_latency_ms": 1,
             "jq_trans_overflow": "0",
             "last_close": {
                 "converge_time_s": 3.004,
                 "proposers": 6
             },
             "load_factor": 1,
             "peer_disconnects": "813",
             "peer_disconnects_resources": "0",
             "peers": 10,
             "ports": [
                 {
                     "port": "80",
                     "protocol": [
                         "ws"
                     ]
                 },
                 {
                     "port": "51235",
                     "protocol": [
                         "peer"
                     ]
                 }
             ],
             "pubkey_node": "n9KQfTM79SiAarNjEm8MAK9Ew7zwrZnABVy4zVFsvsAV14b8pEKJ",
             "server_state": "full",
             "server_state_duration_us": "56679646278",
             "state_accounting": {
                 "connected": {
                     "duration_us": "104119220",
                     "transitions": "2"
                 },
                 "disconnected": {
                     "duration_us": "129142832",
                     "transitions": "2"
                 },
                 "full": {
                     "duration_us": "56679646278",
                     "transitions": "1"
                 },
                 "syncing": {
                     "duration_us": "6008213",
                     "transitions": "1"
                 },
                 "tracking": {
                     "duration_us": "14",
                     "transitions": "1"
                 }
             },
             "time": "2023-Dec-22 00:28:47.349388 UTC",
             "uptime": 56918,
             "validated_ledger": {
                 "age": 4,
                 "base_fee_xrp": 1e-05,
                 "hash": "9991AE12641E91D4E5514CCBC832C626A49B7835D57EE620866041AB5568B047",
                 "reserve_base_xrp": 10,
                 "reserve_inc_xrp": 2,
                 "seq": 43909700
             },
             "validation_quorum": 5
         },
         "status": "success"
     }
}

It is output like this.
Maybe it's not synchronized yet?

from docker-rippled.

WietseWind avatar WietseWind commented on July 17, 2024

It is fully connected;
"server_state": "full",

Meaning something else isn't right with your transaction or signing.

Try skipping LastLedgerSequence (not needed in this case, could be too tight)

Try to strip down the TX to the bare minimum, e.g. drop the Memos, etc.

Looking at hour account Sequence on testnet, it could also be your Sequence already passed or was taken by another Tx.

from docker-rippled.

junghyun0783 avatar junghyun0783 commented on July 17, 2024

@WietseWind
Thank you so much!!
Solved.
It works right away when I remove the memos....
However, there are memos on the xrp official website...
Why is "requireDestinationTag: true" even without memos?
As far as I know, the role of memos is to set "requireDestinationTag: true".
gpt told me...^^

from docker-rippled.

WietseWind avatar WietseWind commented on July 17, 2024

Memos are just to add notes / invoice IDs / trace codes to transactions.

It will work with a Memo, just as long as it's correctly formatted and contains nothing other than valid Hexadecimal values (potentially decoding to UTF8 values)

from docker-rippled.

Related Issues (16)

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.