neoneo-go/pkg/util
dauTT 19201dcf52 Implemented rpc server method GetRawTransaction (#135)
* Added utility function GetVarSize

* 1) Added Size method: this implied that Fixed8 implements now the serializable interface. 2) Added few arithmetic operation (Add, Sub, div): this will be used to calculated networkfeeand feePerByte. Changed return value of the Value() method to int instead of int64. Modified fixed8_test accordingly.

* Implemented Size or MarshalJSON method.
- Structs accepting the Size method implement the serializable interface.
- Structs accepting the MarshalJSON method implements the customized json marshaller interface.

* Added fee calculation

* Implemented rcp server method GetRawTransaction

* Updated Tests

* Fixed:
1) NewFixed8 will accept as input int64
2) race condition affecting configDeafault, blockchainDefault

* Simplified Size calculation

* 1) Removed global variable blockchainDefault, configDefault
2) Extended Blockchainer interface to include the methods: References, FeePerByte, SystemFee, NetworkFee
3) Deleted fee_test.go, fee.go. Moved corresponding methods to blockchain_test.go and blockchain.go respectively
4) Amended tx_raw_output.go

* Simplified GetVarSize Method

* Replaced ValueAtAndType with ValueWithType

* Cosmetic changes + Added test case getrawtransaction_7

* Clean up Print statement

* Filled up keys

* Aligned verbose logic with the C#-neo implementation

* Implemented @Kim requests
Refactor server_test.go

* Small fixes

* Fixed verbose logic
Added more tests
Cosmetic changes

* Replaced assert.NoError with require.NoError

* Fixed tests by adding context.Background() as argument

* Fixed tests
2019-02-20 18:39:32 +01:00
..
array.go Parse stack params (#119) 2019-02-05 13:22:10 +01:00
array_test.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
endpoint.go Fix typos and warnings for GoReport / GolangCiLinter (#132) 2019-02-09 16:53:58 +01:00
fixed8.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
fixed8_test.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
io.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
io_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
random.go checked missing files for inventory. 2018-01-28 08:05:35 +01:00
size.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
size_test.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
test_util.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
uint160.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
uint160_test.go Optimizations + some improvements (#105) 2018-11-26 16:56:45 +01:00
uint256.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
uint256_test.go Optimizations + some improvements (#105) 2018-11-26 16:56:45 +01:00