Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge cars command #125

Merged
merged 5 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into anjor/merge-cars
anjor authored Jul 15, 2024
commit 1d9a49f0614c00b907ee4beeefe3c7d75a1a0539
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ func main() {
newCmd_rpc(),
newCmd_check_deals(),
newCmd_MergeCars(),
newCmd_SplitCar(),
},
}


Unchanged files with check annotations Beta

const (
varintSize = 10
nulRootCarHeader = "\x19" + // 25 bytes of CBOR (encoded as varint :cryingbear: )

Check failure on line 15 in cmd-merge-cars.go

GitHub Actions / test (1.21.x, ubuntu-latest)

nulRootCarHeader redeclared in this block
// map with 2 keys
"\xA2" +
// text-key with length 5
)
const (
nulRootCarHeader = "\x19" + // 25 bytes of CBOR (encoded as varint :cryingbear: )

Check failure on line 29 in cmd-car-split.go

GitHub Actions / test (1.21.x, ubuntu-latest)

other declaration of nulRootCarHeader
// map with 2 keys
"\xA2" +
// text-key with length 5
You are viewing a condensed version of this merge commit. You can view the full changes here.