These 53 commits are when the Protocol Buffers files have changed:
| Commit: | 3270279 | |
|---|---|---|
| Author: | Jun Kimura | |
rename Object -> CallResult Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
The documentation is generated from this commit.
| Commit: | ece8b5f | |
|---|---|---|
| Author: | Jun Kimura | |
samplemod: add SampleAuthExtension Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 96a401e | |
|---|---|---|
| Author: | Jun Kimura | |
introduce AuthType to Account Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 66aee43 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
move TxID and TxIndex to core/types Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 7cfa4ad | |
|---|---|---|
| Author: | Jun Kimura | |
add `log` field to MsgSignTxResponse Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 1d08277 | |
|---|---|---|
| Author: | Jun Kimura | |
update ibc-go version to v1.0.0-beta1
| Commit: | adc2e02 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
fix to use our acknowledgement type This is because currently solidity protobuf cannot support `oneof` in protobuf Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 7e59894 | |
|---|---|---|
| Author: | Jun Kimura | |
auth: fix HandlePacket to returns no errors when OnPostAuth call is failed
| Commit: | cd286bd | |
|---|---|---|
| Author: | Jun Kimura | |
auth: add tests
| Commit: | 1e5b544 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
implement auth module
| Commit: | 0b2f559 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add auth module
| Commit: | f4a8e18 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
initiator: use auth module instead of theirs
| Commit: | 4c2d8b1 | |
|---|---|---|
| Author: | Jun Kimura | |
implement ReceivePacketCommit function
| Commit: | 9880153 | |
|---|---|---|
| Author: | Jun Kimura | |
implement PacketAcknowledgement receiver
| Commit: | 479ddd0 | |
|---|---|---|
| Author: | Jun Kimura | |
implement PreparePacket receiver
| Commit: | ffcd7e5 | |
|---|---|---|
| Author: | Jun Kimura | |
introduce TPC type
| Commit: | c28beeb | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Split monolithic module into multiple modules (#39) * split monolithic module into multiple modules * move some modules into core * move xcc module into core * move router module into core * fix module structure
| Commit: | 944221a | |
|---|---|---|
| Author: | Jun Kimura | |
refactoring atomic module
| Commit: | 9d7dd30 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
samplemod: implement a query command
| Commit: | ced575f | |
|---|---|---|
| Author: | Jun Kimura | |
fix protoc generator and add QueryServer
| Commit: | 528213f | |
|---|---|---|
| Author: | Jun Kimura | |
remove state constraints
| Commit: | f59685a | |
|---|---|---|
| Author: | Jun Kimura | |
implement ExternalContractCaller
| Commit: | 8f6a05c | |
|---|---|---|
| Author: | Jun Kimura | |
rename ChainID to CrossChainChannel
| Commit: | ae5cf18 | |
|---|---|---|
| Author: | Jun Kimura | |
fix InitiateTx flow
| Commit: | b254ba1 | |
|---|---|---|
| Author: | Jun Kimura | |
add IBCSignTx handler
| Commit: | 9dc6a1c | |
|---|---|---|
| Author: | Jun Kimura | |
fix Account type
| Commit: | 1ceafe5 | |
|---|---|---|
| Author: | Jun Kimura | |
implement MsgSignTx
| Commit: | 2af6201 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
WIP: add asynchronous signing support
| Commit: | faea336 | |
|---|---|---|
| Author: | Jun Kimura | |
fix store module structure
| Commit: | 01b4a5c | |
|---|---|---|
| Author: | Jun Kimura | |
samplemod: add some method implementations
| Commit: | a61e902 | |
|---|---|---|
| Author: | Jun Kimura | |
add ContractModule interface
| Commit: | 8e31b5c | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
update google/protobuf definition
| Commit: | a788325 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
implement ReceiveCallAcknowledgement function
| Commit: | 08069d6 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add ReceiveCallPacket func
| Commit: | 795ca2f | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add packet middlewares test
| Commit: | f332f32 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add CoordinatorState implementation
| Commit: | ad0cbea | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add CoordinatorState definition
| Commit: | d960469 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
simapp: add sample module
| Commit: | 3f123bf | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
fix Link definition
| Commit: | c1d489c | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add msg_server definition
| Commit: | 19f65ac | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add MsgInitiate definition
| Commit: | ce0ff60 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
fix module structure
| Commit: | d9df8df | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add ChannelInfo definition
| Commit: | 0fb261b | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
refactoring atomic packages
| Commit: | 85b34a4 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add linker implementation
| Commit: | 040e5fa | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
implement SendPacket function
| Commit: | 4b59f61 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
WIP
| Commit: | 8d585e4 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add Store implementation
| Commit: | 1f2286e | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add CommitStore implementation
| Commit: | 9c68b4c | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
introduce ContractHandleDecorator
| Commit: | 9e4cb0b | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
update sdk version
| Commit: | 4f90c05 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
remove simapp codec from this project
This commit does not contain any .proto files.
| Commit: | ed6335f | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Update cosmos-sdk version (#4) * update cosmos-sdk version