Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
c6035a9
Fixing permission issue in substation-player-disconnect.
Feb 5, 2025
6c390f3
Minor changes to error messages in substation-player-connect
Feb 5, 2025
808052b
Minor changes to error messages in substation-player-migrate
Feb 6, 2025
b10b0d7
Added playerId to planet-explore
Feb 7, 2025
00b6ee7
Updated Fleet Structs to only be built in Fleet. To build a struct, a…
Feb 7, 2025
05cee24
Merge remote-tracking branch 'github/102' into 102
Feb 7, 2025
dadb708
Fixing bug where CommandStructs were also unable to be built without …
Feb 7, 2025
50cb36d
Fleet Command Actions can now only happen is a Fleet Command Struct i…
Feb 7, 2025
95f1d9f
Added basic Agreement and Provider protos
Feb 17, 2025
280c55c
Added basic Agreement and Provider Keepers
Feb 17, 2025
87b1018
Started to fill in the framework for Providers
Feb 19, 2025
400cd32
Started to fill in the framework for Providers
Feb 19, 2025
67472e3
Added basic Agreement and Provider Cache functionality.
Feb 19, 2025
7dc750b
Small fixes in the new Agreement and Provider cache files
Feb 19, 2025
a473958
Initial Provider proto tx messages
Feb 20, 2025
055e9ed
Initial Agreement proto tx messages
Feb 20, 2025
9d44e31
Basic Agreement and Provider tx messages
Feb 21, 2025
59dd362
Basic Agreement and Provider tx messages
Feb 21, 2025
7a41f3f
More basic shit being sketched in
Feb 21, 2025
c85a71c
Basic MsgServer functions
Feb 22, 2025
75538bb
Basic MsgServer function codecs
Feb 22, 2025
0f46404
Cleanup some field names within Provider
Feb 22, 2025
7b775c6
Roughed in the Provider Create flow
Feb 22, 2025
4a79a16
Basic GridCache and SubstationCache frameworks.
Feb 24, 2025
a688e2a
Provider creation parameter checks in place.
Feb 24, 2025
188ac4d
Provider update functionality. Provider Withdraw Balances functionality.
Feb 25, 2025
1182717
Provider Access Control grant/revoke
Feb 25, 2025
276e865
Started Agreement Open process
Feb 25, 2025
a8c5dd5
Roughed in Agreement opens, but it needs to be cleaned up
Feb 26, 2025
a2dcfc6
Agreement Open and Increase efforts
Feb 26, 2025
ed65c07
Agreement update functionality
Feb 26, 2025
70df136
Agreement early close functionality
Feb 26, 2025
dcc7a61
Provider and Agreements all there I think?
Feb 26, 2025
07f6150
Cleanup the expiration index on closure
Feb 26, 2025
73eed66
Provider and Agreement queries
Feb 27, 2025
b95e59d
Ability to destroy your own unfinished struct
Mar 1, 2025
34520d5
Player Halt/Resume framework for spam control
Mar 3, 2025
e02bb8a
Provider & Agreement Gen Details. Player Halt Events. Player Resume tx.
Mar 3, 2025
06fb7e6
Halt checks in player actions. Halted events whenever hash puzzles ar…
Mar 3, 2025
d840edd
No Charge nuke on Build Complete
Mar 3, 2025
e9d2e91
Quick temporary economic features
Mar 4, 2025
e34fa82
Quick temporary economic transactions
Mar 4, 2025
9d5cfea
Guild Bank Events and AutoCLI
Mar 5, 2025
2f8578c
Changing Alpha base to be more compliant with other cosmos networks
Mar 10, 2025
3e3680a
Updating alpha and watt unit types to have more precision. This bring…
Mar 11, 2025
98d2b69
Fixed a missing line in the new Struct Def for Command
Mar 11, 2025
f1e6594
Guild creation adds DenomMetaData for new token type
Mar 11, 2025
b059fca
Cleaned up how Provider & Agreements, and Guild Banks all use interna…
Mar 12, 2025
c839b29
Queries for Collateral and Earning address lookups
Mar 12, 2025
43986a1
Provider CLI args. Fixed bug in Provider penalties
Mar 12, 2025
519e389
Fix of the Agreement Expiration trigger
Mar 12, 2025
fa9945d
Fix for Provider calculations
Mar 13, 2025
1887c43
Agreement autoCLI entries
Mar 13, 2025
34de40b
Resolved bugs in Agreements and Providers
Mar 13, 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
587 changes: 566 additions & 21 deletions api/structs/structs/address.pulsar.go

Large diffs are not rendered by default.

1,043 changes: 1,043 additions & 0 deletions api/structs/structs/agreement.pulsar.go

Large diffs are not rendered by default.

21,262 changes: 14,366 additions & 6,896 deletions api/structs/structs/events.pulsar.go

Large diffs are not rendered by default.

1,032 changes: 771 additions & 261 deletions api/structs/structs/genesis.pulsar.go

Large diffs are not rendered by default.

84 changes: 71 additions & 13 deletions api/structs/structs/grid.pulsar.go

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

Loading
Loading