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

API v2 specification along with the new requirements #300

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3b736eb
Add Account and Transaction service
kacpersaw Dec 22, 2023
063c964
Add v2 resources according to specification (account, block, layer, r…
kacpersaw Jan 5, 2024
090594f
Add v2 transaction service
kacpersaw Jan 18, 2024
2485b17
Update spacemesh/v2/account.proto
kacpersaw Feb 2, 2024
f4b4a86
Update spacemesh/v2/block.proto
kacpersaw Feb 2, 2024
7145b78
Update spacemesh/v2/layer.proto
kacpersaw Feb 2, 2024
2dd0cd8
Apply suggestions from code review
kacpersaw Feb 2, 2024
c3aca8c
Apply suggestions from review comments
kacpersaw Feb 2, 2024
cc61f8e
Add comments
kacpersaw Feb 5, 2024
4217e64
remove bitfield from nonce type
kacpersaw Feb 5, 2024
bcf10c5
add ParseTransactionResponse
kacpersaw Feb 5, 2024
0ea7633
return tx_id for submitted tx
kacpersaw Feb 5, 2024
babbcee
Add ListBySmesher to RewardService
kacpersaw Feb 5, 2024
39e5d8f
Add EstimateGas to TransactionService
kacpersaw Feb 6, 2024
8bf4fdb
Fix rewards and build v2
kacpersaw Feb 6, 2024
56cef0b
Add parsed tx contents
lrettig Feb 15, 2024
44131e9
Update spacemesh/v2/network.proto
kacpersaw Feb 16, 2024
356967c
Update spacemesh/v2/network.proto
kacpersaw Feb 16, 2024
ec026ea
Move v2 to v2alpha1
kacpersaw Feb 16, 2024
24b2b30
Remove layer limits
kacpersaw Feb 16, 2024
3fef9a1
Apply review suggestions
kacpersaw Feb 16, 2024
1a4b69a
buf generate
kacpersaw Feb 16, 2024
f42ab30
Rename head_block
kacpersaw Feb 20, 2024
47d1c76
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /release/go
dependabot[bot] Dec 22, 2023
7698cda
Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /release/go
dependabot[bot] Jan 4, 2024
3a80bb0
Add "until" to PoetWaitRound, PoetWaitProof, AtxPublished events
xearl4 Jan 10, 2024
2d8ac12
Fix indentation
xearl4 Dec 29, 2023
4b804d4
Bump google.golang.org/grpc from 1.60.1 to 1.61.0 in /release/go
dependabot[bot] Jan 24, 2024
a316deb
Bump github.com/grpc-ecosystem/grpc-gateway/v2 in /release/go
dependabot[bot] Jan 30, 2024
28f69e2
Add POST_INDEX malfeasance proof
poszu Jan 12, 2024
1a80a40
Extend API for multismesher node
fasmat Jan 31, 2024
d2c765a
Add v2alpha1 atxs
kacpersaw Feb 14, 2024
d5f6f85
Apply suggestions from review
kacpersaw Feb 14, 2024
88b67dc
Update build
kacpersaw Feb 14, 2024
5df3172
Update spacemesh/v2alpha1/activation.proto
kacpersaw Feb 14, 2024
194553a
Modify comment
kacpersaw Feb 14, 2024
c2aee87
Modify comment
kacpersaw Feb 14, 2024
5c8fe0f
generate new build
kacpersaw Feb 14, 2024
0d45302
Bump google.golang.org/grpc from 1.61.0 to 1.61.1 in /release/go
dependabot[bot] Feb 14, 2024
52e1aa5
switch reward smesher field to bytes
kacpersaw Feb 20, 2024
47f0e8a
Add layer filter to reward request
kacpersaw Feb 20, 2024
71210bf
Add start/end layer filter to reward request
kacpersaw Feb 20, 2024
ef8ca21
Add reward stream service
kacpersaw Feb 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
425 changes: 425 additions & 0 deletions release/go/spacemesh/v2alpha1/account.pb.go

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions release/go/spacemesh/v2alpha1/account.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions release/go/spacemesh/v2alpha1/account_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.