A Friendly Programmer
A Friendly Programmer
The change also includes a jump to definition feature for all methods.The change is quite fail-safe, such that if it fails in any way, it will still display the hover...
Draft: This is a working change on bumping the fabric-chaincode-go to use fabric-protos-go-apiv2 and the new protobufs lib. This commits includes changes to fuction signatures, return values, interface definition and...
Resolves #271 info command now output information about the stack not container.
info command now just output command from `docker image` and `docker-compose ps` which just give the docker container information. Information like "STACK-NAME", "BLOCKCHAIN-PROVIDER", "MEMBERS", "STATUS", "DOCKER COMPOSE DIR" would give...
I was hoping to come to a blockchain project in Go where I would contribute, but getting here and seeing the urls you referenced for learning materials, I knew I...
is it possible to have two callback URL in a single we app, adding more context would better explain me. So, my application has two types of user models (accounts...
This is seriously impressive work — major kudos to everyone who’s contributed so far 🙌 I had a few thoughts and questions: · How are contributions and discussions typically organized?...
```rust #[derive(InitSpace, Debug)] pub struct MeteoraDammMigrationMetadata { /// pool pub virtual_pool: Pubkey, /// !!! BE CAREFUL to use tomestone field, previous is pool creator pub padding_0: [u8; 32], ... ///...