lotus/build
Steven Allen 1f754bdb78 disable gas burning for window post messages
While over-estimation fees and miner tips are still paid, gas is no longer burnt
for direct, successful window PoSt messages.

Usually, gas is burnt to prevent an attacker from spamming the network and to
allow clients to "price" messages (using the base fee cap) based on how urgently
they need them to be processed. However:

1. Window PoSt is already a "proof of work".
2. Miners need to submit WindowedPoSts on-time so all window post messages are urgent.
3. Work is already under way to move window post verification off-chain (making
it effectively free). This change simply introduces the "free" part a bit earlier.
2020-12-16 00:10:25 -05:00
..
bootstrap replace bootstrap peers 2020-10-16 19:13:33 +00:00
genesis Testnet spacerace genesis 2020-08-24 19:51:48 +00:00
proof-params v28 Proofs 2020-08-12 00:33:30 +02:00
bootstrap.go Cleanup DrandBootstrap 2020-07-23 18:45:08 +02:00
clock.go first pass, ready for review 2020-08-03 12:20:04 -03:00
drand.go Drand: add cloudflare. Use HTTP for PL nodes. 2020-10-12 19:15:56 +02:00
flags.go provide an option to disable loading of built-in assets. 2020-06-22 19:42:04 +01:00
forks.go squash forks and use correct amt library everywhere 2020-02-04 18:26:42 -08:00
genesis.go Update go-log to v2 2020-01-08 20:22:31 +01:00
parameters.go Cleanup many lint warnings 2020-05-27 22:53:20 +02:00
params_2k.go disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
params_debug.go Include build type in version 2020-06-01 20:49:39 +02:00
params_mainnet.go disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
params_shared_funcs.go Avoid sending messages to the zero BLS address 2020-11-17 01:42:11 -05:00
params_shared_vals.go Merge pull request #4888 from filecoin-project/asr/zero-address 2020-11-17 11:57:47 +01:00
params_testground.go disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
testing_flags.go sync tests passing, still no vm integration 2019-11-22 10:41:09 -06:00
tools.go Cleanup benchmarks 2019-08-30 15:47:55 -07:00
version.go v1.2.3 changelog, version bump 2020-12-15 18:39:50 +01:00