Thanks, try again now, it should work
bog286469055 activity
bog286469055 commented on Hello. Can someone help me understate why the rounds left are switching from 14.000 to 500 and back to 14.000 on Elrond Explorer?
some small issues on some nodes behind the Explorer. will be fixed soon
bog286469055 commented on Hi, i have a problem with SDK, how i can resolve it? $ go get github.com/ElrondNetwork/elrond-sdk-erdgo go: github.com/ElrondNetwork/elrond-sdk-erdgo@v1.0.23 requires github.com/ElrondNetwork/elrond-go@v1.3.7-0.20220310094258-ead8cd541713 requires github.com/ElrondNetwork/arwen-wasm-... Read more
you have to place some replaces in your go mod file. you can find them here : https://github.com/ElrondNetwork/elrond-sdk-erdgo/blob/v1.0.23/go.mod also, we don't have sc wasm code written in golang
bog286469055 commented on Hi everybody ! Can we store signed transactions in a database without sending them, in order to send them later ?
Sure, but only if the account's nonce doesn't increase until you decide to send it (so no other transaction was sent)
bog286469055 commented on Hello, is there a way to parse the block timestamp in order to get the date?
https://api.elrond.com/blocks/234c70ff9789a73b363013c8d8354e78063aaf1b41ed2ee44832b0b447fb0da5 it has a timestamp field
bog286469055 commented on Any tool for multi sending of airdrop tokens at once?
https://github.com/ElrondNetwork/elrond-sdk-erdpy/blob/main/examples/airdrop.py