These 71 commits are when the Protocol Buffers files have changed:
| Commit: | b253d33 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | Mario Karagiorgas | |
Merge pull request #172 from e-money/170-missed-blocks into v44 170 Add missed blocks query Conflicts: x/queries/grpc_query.go x/queries/grpc_query_test.go x/queries/types/query.pb.gw.go
The documentation is generated from this commit.
| Commit: | 75bf504 | |
|---|---|---|
| Author: | mergify[bot] | |
| Committer: | Mario Karagiorgas | |
97 parameters control (#179) (#180) * Let Authority module control parameters * Cli functionality for changing parameters through the authority module * Adjust cli tx to params json * Adjust keeper SetParams signature * Add eMoneyApp params change test * Register set-params msg and fix args parsing * Add grpc tests * Add json fragment processing * Add msg tests * Add bdd, edit app tests * Add block params app, bdd tests for max bytes * Update gjson to v1.9.3 * Separate initialization from the node start * Set max gas to fix authority test * Add docker forced rebuild * Fix compilation * Fix build issue on app.go due to merging. * Add negative tests for both validator cnt and block params Co-authored-by: Henrik Aasted Sørensen <has@bitcraft.dk> (cherry picked from commit fa2202a4fafbe50a52745f7c34ac6a73b30a7be4) Co-authored-by: Mario Karagiorgas <salem8@gmail.com> Conflicts: app_test.go docs/proto/em/proto-docs.md networks/docker/Makefile x/authority/client/cli/tx.go x/authority/keeper/keeper.go x/authority/types/errors.go x/authority/types/expected_keepers.go x/queries/types/query.pb.go
| Commit: | 93fa9a6 | |
|---|---|---|
| Author: | mergify[bot] | |
| Committer: | GitHub | |
97 parameters control (#179) (#180) * Let Authority module control parameters * Cli functionality for changing parameters through the authority module * Add upgradehandler for v1.0.0-RC7 * Update go.mod * Adjust cli tx to params json * Adjust keeper SetParams signature * Add eMoneyApp params change test * Merge Master into 97-parameters-control * Register set-params msg and fix args parsing * Add grpc tests * Add json fragment processing * Add msg tests * Add bdd, edit app tests * Add block params app, bdd tests for max bytes * Update gjson to v1.9.3 * Separate initialization from the node start * Set max gas to fix authority test * Add docker forced rebuild * Fix compilation * Fix build issue on app.go due to merging. * Add negative tests for both validator cnt and block params Co-authored-by: Henrik Aasted Sørensen <has@bitcraft.dk> (cherry picked from commit fa2202a4fafbe50a52745f7c34ac6a73b30a7be4) Co-authored-by: Mario Karagiorgas <salem8@gmail.com>
| Commit: | fa2202a | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Committer: | GitHub | |
97 parameters control (#179) * Let Authority module control parameters * Cli functionality for changing parameters through the authority module * Add upgradehandler for v1.0.0-RC7 * Update go.mod * Adjust cli tx to params json * Adjust keeper SetParams signature * Add eMoneyApp params change test * Merge Master into 97-parameters-control * Register set-params msg and fix args parsing * Add grpc tests * Add json fragment processing * Add msg tests * Add bdd, edit app tests * Add block params app, bdd tests for max bytes * Update gjson to v1.9.3 * Separate initialization from the node start * Set max gas to fix authority test * Add docker forced rebuild * Fix compilation * Fix build issue on app.go due to merging. * Add negative tests for both validator cnt and block params Co-authored-by: Henrik Aasted Sørensen <has@bitcraft.dk>
| Commit: | b6ca40e | |
|---|---|---|
| Author: | Jacob Gadikian | |
| Committer: | GitHub | |
Upgrade to ibc-go 2.0 (#178) * Upgrade to ibc-go 2.0 * restrict to go 1.17 because of changes to go.mod (the 1.17+ go.mod is so clearly better :) * Fix go version for CI
| Commit: | 9c312b1 | |
|---|---|---|
| Author: | mergify[bot] | |
| Committer: | GitHub | |
170 Add missed blocks query (backport #172) (#177) * Add missed blocks query (cherry picked from commit 6376215ed3df3840a09dbb66582e969aee6f0836) * (cherry picked from commit 81ec1ef0f6f5097c3544fff4a3d6df46406a7770) * Add consensus address conversion error (cherry picked from commit f5e7c30055d9378d91646edcb0439aaaca6ef4c1) * Add mock grpc query method (cherry picked from commit 4c14245e8d365a3ebe5705fb4909edae8031b126) * Remove Println (cherry picked from commit 900e1d163b03a502c1195c3afb86dd385d0baa54) * Remove truncate statements by PR feedback. (cherry picked from commit 79c0e9df5bcd0b73cd8ee9f6acbc99755ea53de6) Co-authored-by: Mario Karagiorgas <salem8@gmail.com>
| Commit: | 81ec1ef | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Commit: | 6376215 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add missed blocks query
| Commit: | 2be3557 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
third_party update
| Commit: | 852b0e7 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | GitHub | |
136 inflation (#141) * Add upgrade handler for lilmermaid-16 * Externalize inflation types, keeper packages * Group & sort imports Co-authored-by: Martin Dyring-Andersen <martin@dyring-andersen.dk> Co-authored-by: Mario Karagiorgas <salem8@gmail.com>
| Commit: | fa862d5 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Externalize inflation types, keeper packages
| Commit: | 75792dd | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | GitHub | |
Merge pull request #128 from e-money/126-issuerdenom 126 issuerdenom
| Commit: | 3974dfa | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Convert denominations string slice to multi-flag with defaults
| Commit: | f0be7fc | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
Add query for buyback module's activation times. #132
| Commit: | c00879e | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
Upgrade protobuf generated files based on new buf version. Add query messages for buyback module
| Commit: | cb377a7 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Update proto files to SDK v0.42.9
| Commit: | 6bd20cd | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | Henrik Aasted Sørensen | |
Cli functionality for changing parameters through the authority module
| Commit: | 080ded5 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Remove the starport ibc chain
| Commit: | b4153a3 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | GitHub | |
Merge pull request #103 from e-money/99-ibc-testnet #99 Create IBC gaia testnet and test token relays with em-ledger local testnet
| Commit: | 430144f | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Remove ApplyUpgrade() from cli, gRPC
| Commit: | 35a2d73 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Complete the API
| Commit: | 9bfb7a3 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add authority cmd schedule/apply plan (WIP)
| Commit: | 16b8880 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add send ibc packet, denomTrace
| Commit: | 5845dc2 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add ibctoken
| Commit: | a266aa3 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add ibc swap module
| Commit: | c561fd4 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add overlapping auth support
| Commit: | edcbdf2 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Complete message route
| Commit: | 7e44bec | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add newAuth to msg
| Commit: | c7b0054 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add replace authority msg WIP
| Commit: | 984e173 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | GitHub | |
Merge branch 'develop' into burn-slashing-penalties
| Commit: | 80e4b35 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Committer: | GitHub | |
61 liquidity dependencies (#83) * Remove AccountKeeper * Replace Account with Bech32 in Genesis, refactoring * Wire Keeper and Genesis to App * Fix msg_server test * Fix lp keeper test * Migrate issuer keeper/msg_server tests * Migrate remaining tests * Add mintable query * Migrate authority test to mintable query * Add QueryAccount to Auth test * Add List API, Tests * Renames * Add cmd alias
| Commit: | 1f3d929 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add List API, Tests
| Commit: | e5c3a10 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add mintable query
| Commit: | 682ae4b | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Replace Account with Bech32 in Genesis, refactoring
| Commit: | 4f9f385 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Remove AccountKeeper
| Commit: | 0ccc291 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Merge develop into PR 66
| Commit: | f899709 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Committer: | GitHub | |
#29 add cancelreplacemarket (#65) * #30 Add timeInForce to CancelOrReplace Msg * Merge Develop into 30-emcli-market-cancelreplace * Add implementation * Undo refactoring * Add keeper unit tests * Add documentation * Merge dev into PR 65 * Remove CancelReplaceMarketOrder * Refactor AddMarketOrder * Remove MarketOrder * Validate slippage amount calculation * Revert debugging code * Remove redundant validating code
| Commit: | 552a3c7 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Remove OrigOrderCreated
| Commit: | cec1c72 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
Burn slashing penalties instead of re-distributing. Reference SDK slashing module where possible.
| Commit: | d61138d | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Committer: | GitHub | |
30 emcli market cancelreplace (#64) * #30 Add timeInForce to CancelOrReplace Msg * Merge Develop into 30-emcli-market-cancelreplace
| Commit: | 1125ca8 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
| Committer: | Henrik Aasted Sørensen | |
Remove 'Restricted denominations' functionality.
| Commit: | 8e687ed | |
|---|---|---|
| Author: | Mario Karagiorgas | |
| Committer: | Mario Karagiorgas | |
Formatting, documentation
| Commit: | 7e0c45d | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Refactor
| Commit: | 7a5041e | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add trx params
| Commit: | 99a8031 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add proto msg type
| Commit: | 82dd5cf | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add implementation
| Commit: | 32f4b5f | |
|---|---|---|
| Author: | Mario Karagiorgas | |
#30 Add timeInForce to CancelOrReplace Msg
| Commit: | 9727a3a | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Move creation timestamp to API, tests
| Commit: | 3119a0a | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add market tx req.created
| Commit: | c49f130 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Add market order created field
| Commit: | 2d47217 | |
|---|---|---|
| Author: | Mario Karagiorgas | |
Merge #54 into stargate-bep3
| Commit: | 63a5b2c | |
|---|---|---|
| Author: | Alex Peters | |
Upgrade to Stargate
| Commit: | a3f7bea | |
|---|---|---|
| Author: | Alex Peters | |
Replace amino by proto
| Commit: | 9e59865 | |
|---|---|---|
| Author: | Alex Peters | |
Add query/ msg server tests
| Commit: | 9fcacb8 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
More GRPC migration work
| Commit: | 3a62120 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Add GRPC support to issuer
| Commit: | 348dfb3 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Add GRPC support to inflation
| Commit: | e7ea055 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Add GRPC query support for buyback
| Commit: | 647acbc | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Start GRPC endpoints
| Commit: | b41ef97 | |
|---|---|---|
| Author: | Henrik Aasted Sørensen | |
Buyback configuration is now in genesis. Fixed buyback integration test
| Commit: | cbe44ff | |
|---|---|---|
| Author: | Alex Peters | |
Run proto-format
| Commit: | dd95ce9 | |
|---|---|---|
| Author: | Alex Peters | |
Fix Proto lint and minor updates
| Commit: | 862ed42 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Wip slashing
| Commit: | a90c4d3 | |
|---|---|---|
| Author: | Alex Peters | |
WIP BDD tests
| Commit: | fa01d24 | |
|---|---|---|
| Author: | Alex Peters | |
Start work on BDD tests
| Commit: | f44ad86 | |
|---|---|---|
| Author: | Alex Peters | |
More updates
| Commit: | 029a4c6 | |
|---|---|---|
| Author: | Alex Peters | |
Start upgrade to sdk v0.41.0
| Commit: | 2ed93c9 | |
|---|---|---|
| Author: | Alex Peters | |
Update proto definitions
| Commit: | 6b72c74 | |
|---|---|---|
| Author: | Alex Peters | |
| Committer: | Alex Peters | |
Add modules proto definitions
| Commit: | 5c25501 | |
|---|---|---|
| Author: | Alex Peters | |
Generate authority example
| Commit: | aa9fb66 | |
|---|---|---|
| Author: | Alex Peters | |
Add protobuf tools and dependencies