047801
047801
This PR adds a new credit card's issuer
It would be great if we could use structures like this: ```go type Data struct { Int *big.Int `ch:"type:UInt256"` } ``` Currently `UInt256` type is not supported and `*big.Int` maps...
The example below panics with `hash of unhashable type []uint8` runtime error on Select query. Expected behavior: first block with second and third in it. Reproduced on the latest version...
I expect no errors while executing the code below, but instead I get panic with `interface conversion: interface {} is []main.Address, not []string` error on `go-clickhouse/ch/chschema/column.go:115`. ```go package main import...
I want to insert structures with arbitrary fields which implement `driver.Valuer` interface. Take a look to the following code: ```go package main import ( "context" "database/sql" "database/sql/driver" "fmt" "reflect" "github.com/uptrace/bun/extra/bunbig"...
Token bridge: https://github.com/ton-blockchain/token-bridge-func/blob/main/src/func/jetton-bridge/utils.fc#L102 https://github.com/ton-blockchain/token-bridge-func/blob/main/src/func/jetton-bridge/jetton-bridge.fc#L181 https://github.com/ton-blockchain/token-bridge-func/blob/main/src/func/jetton-bridge/jetton-bridge.fc#L201 Liquid staking contracts: https://github.com/ton-blockchain/liquid-staking-contract/blob/main/contracts/messages.func#L96 https://github.com/ton-blockchain/liquid-staking-contract/blob/main/contracts/pool.func#L522
https://github.com/gin-contrib/cache https://github.com/chenyahui/gin-cache
Filter messages and transactions by created_at timestamp. Filter account states by updated_at timestamp.