Proto commits in loomnetwork/loom-js

These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)

Commit:b97e843
Author:Vadim Macagon

Update DPOSv3 protobuf definition

The documentation is generated from this commit.

Commit:b828538
Author:Reda
Committer:GitHub

Add DPOS3.unjailAsync method (#349)

Commit:8e536f3
Author:amliomnie
Committer:GitHub

Add DPOS3.updateCandidateInfoAsync and DPOS3.changeFeeAsync (#346)

Commit:ce13790
Author:Reda
Committer:Vadim Macagon

[DPoS] jailed proto and format

Commit:4bf4525
Author:Tharathip Malaimarn
Committer:Vadim Macagon

Add TransferGateway.getStateAsync (#334)

Commit:41813e4
Author:Vadim Macagon
Committer:Vadim Macagon

Add tx hash & status to withdrawal receipt (#328) These fields are currently only used when making withdrawals through the Binance Transfer Gateway.

Commit:122e1d7
Author:Vadim Macagon
Committer:GitHub

Add tx hash & status to withdrawal receipt (#328) These fields are currently only used when making withdrawals through the Binance Transfer Gateway.

Commit:04b13be
Author:Weerabhat Meelarp
Committer:Vadim Macagon

Add TransferGateway.getLocalAccountInfoAsync (#325)

Commit:a627a53
Author:Weerabhat Meelarp
Committer:Vadim Macagon

Add TransferGateway.getLocalAccountInfoAsync (#325)

Commit:f41e8b5
Author:Napong Tansakul
Committer:Vadim Macagon

Add TransferGateway.getContractMappingAsync (#324)

Commit:926099d
Author:Napong Tansakul
Committer:Vadim Macagon

Add TransferGateway.getContractMappingAsync (#324)

Commit:f2eec86
Author:Piers Shepperson
Committer:Vadim Macagon

Add bindings for SampleGoContract (#301) This contract is only used for testing.

Commit:ae180a4
Author:Eduardo Pereira

test build

Commit:eda63a2
Author:mukul singla
Committer:Vadim Macagon

Add inactive field to IDeployer (#286) Also update UserDeployerWhitelist protobufs to match go-loom.

Commit:1cd3e46
Author:Reda

Add TransferGatewayListContractMapping protos

Commit:2bc456c
Author:Traisak

add resubmitWithdrawal to loom-js

Commit:d776a26
Author:Traisak Traisenee
Committer:Vadim Macagon

Add Binance Transfer Gateway contract binding (#284)

Commit:ba860c5
Author:Reda
Committer:Vadim Macagon

Update DPOSv3 protobufs (#280) Disabled browser unit test run until we figure out why it blows up.

Commit:436ac91
Author:suhasagg
Committer:Vadim Macagon

Add UserDeployerWhitelist binding to get/set tier details (#274)

Commit:68aca81
Author:suhasagg

Nomenclature fixed

Commit:60d6a2e
Author:suhasagg

Add RemoveUserDeployer in user-deployer-whitelist

Commit:4981610
Author:suhasagg

Take fee as BigUInt in ModifyTierInfoRequest

Commit:19410c1
Author:suhasagg

Get/Modify Tier Info support in loom-js. 1)Changes in proto definitions 2)Corresponding Support for contract methods added.

Commit:23166a4
Author:suhasagg
Committer:Vadim Macagon

Add bindings for UserDeployerWwhitelist contract (#272) Co-authored-by: Suhas <suhasagg@gmail.com> Co-authored-by: Mukul <mukul9971@gmail.com>

Commit:0ecc991
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Protos and client modifications for improving UX on checking/claiming rewards (#270) * Add proto for claiming and checking all rewards in 1 call * Add functions to contract for claiming/checking rewards * Replace the old check/claim rewards functions with the ones using the new backend

Commit:b4d5810
Author:Deeprom
Committer:Vadim Macagon

Add TronWebSigner & SignedTronTxMiddleware (#268) * Add TRON protobuf types. * Add Tx signing middleware for TRON - SignedTronTxMiddleware. * Add withdrawTRXAsync and withdrawTRC20Async to the Gateway contract binding. * Use a branch of weave-blueprint repo until that repo is fixed up.

Commit:420c9b1
Author:Georgios Konstantopoulos

remove pubKey from validator statistic

Commit:4c1bd55
Author:Vadim Macagon
Committer:Vadim Macagon

Update DPOSv3 protobufs

Commit:3245ef0
Author:Georgios Konstantopoulos
Committer:GitHub

DPOSv3 Bindings (#263) * add dposv3 protobufs & bindings * add dpos-user-v3 * refactor initialization of user classes to use interfaces * add prefix to the withdrawal hash creation to match contract update * fix bug with polling for withdrawals

Commit:4e4d200
Author:Georgios Konstantopoulos

protos and other stuff

Commit:059f449
Author:Georgios Konstantopoulos

add dposv3 protobufs

Commit:474f02f
Author:Georgios Konstantopoulos

build files

Commit:1be7632
Author:Eduardo Pereira

Merge branch 'improving-loom-provider-compatibilities' into build-files-ed

Commit:6cb616e
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

DPOS check distribution fix (#253) - Add `owner` address param to `DPOS2.checkDistributionAsync` - Add optional `owner` param to `DPOSUser.checkRewardsAsync`

Commit:f03016e
Author:Eduardo Pereira

build test

Commit:2afbdfd
Author:Eduardo Pereira

Merge branch 'improving-loom-provider-compatibilities' into build-files-ed

Commit:28b0508
Author:Matthew Campbell

add mobile wallet referrers for delegation

Commit:8f0349c
Author:Reda

Merge commit '784e55f4a770173bfeae0acd1544bad9397823e0' into vmc-new-gateway # Conflicts: # src/dpos-user.ts

Commit:50ced37
Author:Georgios Konstantopoulos

build files

Commit:a03bfa2
Author:Traisak Traisenee
Committer:Vadim Macagon

Add addAuthorizedContractMappingAsync binding (#236)

Commit:160b54f
Author:Georgios Konstantopoulos

buildfiles

Commit:ea36586
Author:Georgios Konstantopoulos

vmc gateway bindings

Commit:5f4b354
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Get reclaimable tokens bindings (#232) Add get unclaimed tokens async function.

Commit:7dee958
Author:Georgios Konstantopoulos

build files

Commit:ec569d7
Author:Georgios Konstantopoulos

add proto for retrieving a delegators delegations

Commit:b2b3089
Author:Georgios Konstantopoulos

Add protos for ListDelegations and ListAllDelegations

Commit:3dd7362
Author:Georgios Konstantopoulos

add proto for tte request

Commit:2697f86
Author:Eduardo Pereira
Committer:Georgios Konstantopoulos

Added Reclaim bindings to Gateway (#206)

Commit:f249d7b
Author:Georgios Konstantopoulos
Committer:GitHub

Check rewards functionality (#200) * Add checkDistribution * remove redundant async's

Commit:6df65a7
Author:Georgios Konstantopoulos

Add TotalDelegationRequest protos

Commit:7faeb9b
Author:Eduardo Pereira
Committer:Eduardo Pereira

Adding block time * Also adding blockHash and transactionIndex to receipt * Adding blockTime to logs from eth_getLogs

Commit:52910e3
Author:Georgios Konstantopoulos

Add bindings for Karma proto

Commit:12fd4cb
Author:Georgios Konstantopoulos
Committer:GitHub

Dposv2 update (#195) * Update DPoS v2 proto * Add new parameters to read only functions * Add tiers to delegate/registerCandidate * Fix undefined updateValidator error and yarn format

Commit:b49b530
Author:Georgios Konstantopoulos

build files

Commit:f31ba9b
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Update list-validators proto Update list-validators function Bump loom

Commit:d3b7032
Author:Georgios Konstantopoulos
Committer:Georgios Konstantopoulos

Add Async suffix to functions Fix BNs Change console logs to debugs Rename file

Commit:a48e456
Author:Georgios Konstantopoulos
Committer:Georgios Konstantopoulos

Update DelegationV2 proto

Commit:6e8bcca
Author:Georgios Konstantopoulos

Merge branch 'master' into dposv2

Commit:b4a0317
Author:Georgios Konstantopoulos

Yarn format

Commit:287bee9
Author:Georgios Konstantopoulos

Merge branch 'master' into dposv2

Commit:5a162fd
Author:Georgios Konstantopoulos

Fix proto naming

Commit:755bc97
Author:Georgios Konstantopoulos

add loomcoin protos

Commit:76d8250
Author:Georgios Konstantopoulos

Update DPoS proto

Commit:d15afa7
Author:Phoorichet Thepdusith

fix import error

Commit:662895d
Author:Phoorichet Thepdusith

update gamechain types

Commit:ce28e3f
Author:Sebastian Klier

add zombie battleground proto and gogo dependency

Commit:37d2ca4
Author:Georgios Konstantopoulos

Update address_mapper proto

Commit:3d49f83
Author:Vadim Macagon

Cleanup

Commit:70f828f
Author:ryuheimat

add getValidatorAsync Method

Commit:ed933e0
Author:ryuheimat

add dposv2.proto

Commit:39872d1
Author:Georgios Konstantopoulos

build files

Commit:4ce64c3
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Fix getUserSlotsRequest proto arguments

Commit:a3dca09
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

GetPlasmaTX api update protos

Commit:3ffab49
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Protobuf and returned tx fixes

Commit:e3b7da3
Author:Georgios Konstantopoulos
Committer:Vadim Macagon

Fix protos

Commit:ee22836
Author:Vadim Macagon
Committer:Vadim Macagon

Cleanup - GetPlasmaTxResponse.Plasmatx -> GetPlasmaTxResponse.PlasmaTx - Entity.getPlasmaTx() -> Entity.getPlasmaTxAsync() - yarn format

Commit:a130dac
Author:Vadim Macagon
Committer:Vadim Macagon

Add optional recipient address to Transfer Gateway withdraw methods

Commit:4ec5d1b
Author:Vadim Macagon
Committer:Vadim Macagon

Add TransferGateway.withdrawERC721XAsync() IWithdrawalReceipt and ITokenWithdrawalEventArgs now have additional tokenId, and tokenAmount fields, the old value is still present but has been deprecated and will be removed in the future.

Commit:f9f86c4
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Sending value on ETH tx on loomprovider

Commit:f0df59f
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Adding withdraw ETH from transfer gateway

Commit:881a693
Author:Eduardo Pereira
Committer:Vadim Macagon

ERC20 Withdraw (#87)

Commit:09fa97f
Author:Eduardo Pereira
Committer:Vadim Macagon

Add client API for DPOS builtin contract (#81)

Commit:cc99594
Author:Eduardo Pereira
Committer:Vadim Macagon

Add client API for builtin Coin contract (#79)

Commit:5bc0c1a
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Proto improvements * Organizing loom.proto into separated files for: gateway, address mapper and evm * Improving proto and plasma abi generators * Updated package.json

Commit:7148d1b
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Proto improvements * Organizing loom.proto into separated files for: gateway, address mapper and evm * Improving proto and plasma abi generators * Updated package.json

Commit:f2e7427
Author:Eduardo Pereira
Committer:Vadim Macagon

Add Transfer Gateway API (#74)

Commit:cb09831
Author:Eduardo Nunes Pereira

Refactoring on AddressMapper and TransferGateway * AddressMapper inherits Contract class * TransferGateway inherits Contract class * TransferGateway handling Loomchain specific events ** TransferGateway EVENT_TOKEN_WITHDRAWAL ** TransferGateway EVENT_CONTRACT_MAPPING_CONFIRMED

Commit:be2ccf0
Author:Eduardo Nunes Pereira

Moved contract mapping request to gateway

Commit:75bfc65
Author:Eduardo Nunes Pereira

Implementing Transfer Gateway

Commit:f8daf0c
Author:Vadim Macagon
Committer:Vadim Macagon

Set token contract address on deposit events sent to DAppChain

Commit:b235a97
Author:Eduardo Nunes Pereira

Implementing adding addrss

Commit:230432c
Author:Eduardo Pereira
Committer:Vadim Macagon

Fix newBlockFilter + getBlockByHash (#58) * ethGetBlockByHash + newBlockFilter fixes * Testing newBlockFilter * Testing getBlockByHash * Adding client evm tests

Commit:982d46e
Author:Vadim Macagon
Committer:GitHub

Plasma Cash client API (#56) The Plasma Cash client API is experimental, interfaces are likely to change in ways that break backwards compatibility even in patch releases.

Commit:8a553a3
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Supporting eth_getTransactionByHash

Commit:13c173b
Author:Eduardo Nunes Pereira

Supporting eth_getTransactionByHash

Commit:273de67
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Refactor and Filters (#51) * Add Client funcs and filters for LoomProvider * Adding support and test for filterLog * Adding multiple tests to get logs * Support for eth_getFilterChanges * Support for eth_newBlockFilter * Support for eth_newFilter * Support for eth_newPendingTransactionFilter * Support for eth_uninstallFilter * Support for eth_getLogs * eth_getBlockByNumber * eth_getBlockByHash * eth_getBlockNumber

Commit:c1f3518
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Add Client.getLogsAsync & integrate into LoomProvider (#49) * Adding support and test for filterLog * Adding multiple tests to get logs

Commit:72d9c5d
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Refactoring events (#45) * Update txReceipt * Refactor events according to new changes in loomchain * Add event test to basic web3 test * Add topics and tx hash events emitted by the client

Commit:109c877
Author:Vadim Macagon
Committer:GitHub

Update client event subscription (#38) Update client event subscription to work with new loomchain

Commit:5c52e0c
Author:Eduardo Nunes Pereira
Committer:Vadim Macagon

Loom provider truffle events support (#34) - Supporting necessary events to work with Truffle - Supporting deploy of contracts on DappChain - Handle more events on WebSocket - Remove listeners on the client after disconnect - Adding account (still simple) handle support