dhiway / cord.go

cord.go is the SDK for the CORD Blockchain in Golang
Apache License 2.0
2 stars 1 forks source link

NetworkMembersip.nominate working #2

Closed kartikaysaxena closed 2 months ago

kartikaysaxena commented 3 months ago

Added till some parts of DID Module, test script not working because of a upstream issue in go-substrate-rpc-client due to which not able to submit an extrinsic as it throws error

submit_extrinsic_test.go:76: extrinsic submit failed: Verification Error: Runtime error: Execution failed: Execution aborted due to trap: wasm trap: wasm `unreachable` instruction executed
        WASM backtrace:
        error while executing at wasm backtrace:
            0: 0x71d10 - <unknown>!rust_begin_unwind
            1: 0xc920 - <unknown>!core::panicking::panic_fmt::h7d22643b0becf577
            2: 0x25f601 - <unknown>!TaggedTransactionQueue_validate_transaction

Added README for basic setup

EDIT Relevant demo script working

vatsa287 commented 3 months ago

@kartikaysaxena You can stash the non-working bits for now, or keep it in you origin. Amend until working bits so it can be pushed.

vatsa287 commented 2 months ago

@kartikaysaxena There is conflicts. Mainly about Readme. Please update it.

kartikaysaxena commented 2 months ago

Fixed in #11