Skip to content
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d2fc86b
work for sell token
QuantumExplorer Apr 4, 2025
b28bb65
more work on sell token
QuantumExplorer Apr 6, 2025
4273233
more work on selling
QuantumExplorer Apr 8, 2025
f6825ff
working
QuantumExplorer Apr 9, 2025
ad05060
query
QuantumExplorer Apr 9, 2025
0cddb00
a lot of fixes
QuantumExplorer Apr 9, 2025
5709720
wasm fixes
QuantumExplorer Apr 9, 2025
771229d
another add
QuantumExplorer Apr 9, 2025
7085951
another add
QuantumExplorer Apr 9, 2025
f27f4a1
added a new token direct purchase transition
QuantumExplorer Apr 10, 2025
10df859
clippy fixes
QuantumExplorer Apr 10, 2025
5ff335e
added autogenerated code
QuantumExplorer Apr 10, 2025
a2d2918
small fix
QuantumExplorer Apr 10, 2025
599a579
comments and refactor
QuantumExplorer Apr 12, 2025
2b8c6fd
Merge branch 'v2.0-dev' into feat/SellToken
QuantumExplorer Apr 12, 2025
b922251
fix
QuantumExplorer Apr 13, 2025
e97875d
fix
QuantumExplorer Apr 13, 2025
1d05959
feat(drive-abci): grpc to fetch tokens direct purchase price, not tested
lklimek Apr 10, 2025
9cf725c
test: test fetching and proving multiple
lklimek Apr 11, 2025
cb959bd
refactor: use create_token_with_pricing()
lklimek Apr 11, 2025
9989f4e
Merge remote-tracking branch 'origin/v2.0-dev' into feat/sell-token-grpc
lklimek Apr 15, 2025
9185295
fix(sdk): no process-level CryptoProvider available
lklimek Apr 15, 2025
41f43f8
feat(sdk) fetch_many for TokenPricingSchedule
lklimek Apr 15, 2025
a4565d1
fix: sdk test data typo
lklimek Apr 15, 2025
fcb7463
fix: fetch prices with duplicate token ids
lklimek Apr 16, 2025
ddc3507
test(drive-abci): create token direct pricing test data for local net…
lklimek Apr 16, 2025
7543abb
Apply suggestions from code review
lklimek Apr 16, 2025
df40d0c
chore: fix merge issue
lklimek Apr 16, 2025
62cffb4
test(sdk): test_direct_prices_tokens_ok
lklimek Apr 16, 2025
2a97c50
chore: rabbit ai feedback
lklimek Apr 16, 2025
39e2271
Merge remote-tracking branch 'origin/v2.0-dev' into feat/sell-token-grpc
lklimek Apr 16, 2025
b263b24
test: fix tests
lklimek Apr 16, 2025
12c358e
test(sdk): direct prices test vectors
lklimek Apr 16, 2025
0b1c258
chore: regen protoc js
lklimek Apr 16, 2025
920f1f5
changed version parameter
QuantumExplorer Apr 16, 2025
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
6 changes: 4 additions & 2 deletions packages/dapi-grpc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
// Derive features for versioned messages
//
// "GetConsensusParamsRequest" is excluded as this message does not support proofs
const VERSIONED_REQUESTS: [&str; 39] = [
const VERSIONED_REQUESTS: [&str; 40] = [
"GetDataContractHistoryRequest",
"GetDataContractRequest",
"GetDataContractsRequest",
Expand Down Expand Up @@ -107,6 +107,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
"GetIdentitiesTokenBalancesRequest",
"GetIdentityTokenInfosRequest",
"GetIdentitiesTokenInfosRequest",
"GetTokenDirectPurchasePricesRequest",
"GetTokenStatusesRequest",
"GetTokenTotalSupplyRequest",
"GetGroupInfoRequest",
Expand All @@ -120,7 +121,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
// - "GetStatusResponse"
//
// "GetEvonodesProposedEpochBlocksResponse" is used for 2 Requests
const VERSIONED_RESPONSES: [&str; 38] = [
const VERSIONED_RESPONSES: [&str; 39] = [
"GetDataContractHistoryResponse",
"GetDataContractResponse",
"GetDataContractsResponse",
Expand Down Expand Up @@ -153,6 +154,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
"GetIdentitiesTokenBalancesResponse",
"GetIdentityTokenInfosResponse",
"GetIdentitiesTokenInfosResponse",
"GetTokenDirectPurchasePricesResponse",
"GetTokenStatusesResponse",
"GetTokenTotalSupplyResponse",
"GetGroupInfoResponse",
Expand Down
7,111 changes: 0 additions & 7,111 deletions packages/dapi-grpc/clients/core/v0/nodejs/core_pbjs.js

Large diffs are not rendered by default.

71,306 changes: 0 additions & 71,306 deletions packages/dapi-grpc/clients/drive/v0/nodejs/drive_pbjs.js

Large diffs are not rendered by default.

70,798 changes: 0 additions & 70,798 deletions packages/dapi-grpc/clients/platform/v0/nodejs/platform_pbjs.js

Large diffs are not rendered by default.

1,159 changes: 493 additions & 666 deletions packages/dapi-grpc/clients/platform/v0/nodejs/platform_protoc.js

Large diffs are not rendered by default.

145 changes: 66 additions & 79 deletions packages/dapi-grpc/clients/platform/v0/objective-c/Platform.pbobjc.h

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

Loading
Loading