Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
82 stars 80 forks source link

Add MsgUpdateCSR #33

Closed nivasan1 closed 2 years ago

nivasan1 commented 2 years ago

Additions

msg.go

Added Validation / convenience methods to the MsgUpdateCSR data structure in x/csr/types/msg.go also changed the message data structures to add a ContractData wrapper around the []*UintArray and []string objects found in both MsgUpdateCSR and MsgRegisterCSR

tx.proto

Requisite changes for wrapper ContractData

Tests

Added tests for msg_test.go for MsgRegisterCSR.ValidateBasic(), MsgUpdateCSR.ValidateBasic(), and MsgRegisterCSR.CheckContracts() and MsgUpdateCSR.CheckNonces() To run, go test -v -race ./